Source: pyro4
Version: 4.82-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231212 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>/docs'
> sphinx-build -b html -d ../build/sphinx/doctrees   source ../build/sphinx/html
> Running Sphinx v7.2.6
> making output directory... done
> building [mo]: targets for 0 po files that are out of date
> writing output... 
> building [html]: targets for 30 source files that are out of date
> updating environment: [new config] 30 added, 0 changed, 0 removed
> reading sources... [  3%] alternative
> reading sources... [  7%] api
> reading sources... [ 10%] api/config
> reading sources... [ 13%] api/constants
> reading sources... [ 17%] api/core
> reading sources... [ 20%] api/echoserver
> reading sources... [ 23%] api/errors
> reading sources... [ 27%] api/flame
> reading sources... [ 30%] api/futures
> reading sources... [ 33%] api/main
> reading sources... [ 37%] api/message
> reading sources... [ 40%] api/naming
> reading sources... [ 43%] api/socketserver
> reading sources... [ 47%] api/util
> reading sources... [ 50%] changelog
> reading sources... [ 53%] clientcode
> reading sources... [ 57%] commandline
> reading sources... [ 60%] config
> reading sources... [ 63%] errors
> reading sources... [ 67%] flame
> reading sources... [ 70%] index
> reading sources... [ 73%] install
> reading sources... [ 77%] intro
> reading sources... [ 80%] license
> reading sources... [ 83%] nameserver
> reading sources... [ 87%] pyrolite
> reading sources... [ 90%] security
> reading sources... [ 93%] servercode
> reading sources... [ 97%] tipstricks
> reading sources... [100%] tutorials
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> copying assets... copying static files... done
> copying extra files... done
> done
> writing output... [  3%] alternative
> writing output... [  7%] api
> writing output... [ 10%] api/config
> writing output... [ 13%] api/constants
> writing output... [ 17%] api/core
> writing output... [ 20%] api/echoserver
> writing output... [ 23%] api/errors
> writing output... [ 27%] api/flame
> writing output... [ 30%] api/futures
> writing output... [ 33%] api/main
> writing output... [ 37%] api/message
> writing output... [ 40%] api/naming
> writing output... [ 43%] api/socketserver
> writing output... [ 47%] api/util
> writing output... [ 50%] changelog
> writing output... [ 53%] clientcode
> writing output... [ 57%] commandline
> writing output... [ 60%] config
> writing output... [ 63%] errors
> writing output... [ 67%] flame
> writing output... [ 70%] index
> writing output... [ 73%] install
> writing output... [ 77%] intro
> writing output... [ 80%] license
> writing output... [ 83%] nameserver
> writing output... [ 87%] pyrolite
> writing output... [ 90%] security
> writing output... [ 93%] servercode
> writing output... [ 97%] tipstricks
> writing output... [100%] tutorials
> 
> generating indices... genindex done
> writing additional pages... search done
> copying images... [ 25%] _static/flammable.png
> copying images... [ 50%] _static/pyro-large.png
> copying images... [ 75%] _static/pyro5.png
> copying images... [100%] _static/tf_pyrotaunt.png
> 
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded.
> 
> The HTML pages are in ../build/sphinx/html.
> 
> Build finished. The HTML pages are in ../build/sphinx/html.
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/docs'
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:310: python3.12 setup.py test 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
>         
> ********************************************************************************
>         The license_file parameter is deprecated, use license_files instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> Pyro version = 4.82
> running test
> WARNING: Testing via this command is deprecated and will be removed in a 
> future version. Users looking for a generic test entry point independent of 
> test runner are encouraged to use tox.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:193: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   ir_d = dist.fetch_build_eggs(dist.install_requires)
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:194: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   tr_d = dist.fetch_build_eggs(dist.tests_require or [])
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:195: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   er_d = dist.fetch_build_eggs(
> WARNING: The wheel package is not available.
> running egg_info
> creating src/Pyro4.egg-info
> writing src/Pyro4.egg-info/PKG-INFO
> writing dependency_links to src/Pyro4.egg-info/dependency_links.txt
> writing entry points to src/Pyro4.egg-info/entry_points.txt
> writing requirements to src/Pyro4.egg-info/requires.txt
> writing top-level names to src/Pyro4.egg-info/top_level.txt
> writing manifest file 'src/Pyro4.egg-info/SOURCES.txt'
> reading manifest file 'src/Pyro4.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '*/.svn/*' found anywhere in 
> distribution
> warning: no previously-included files matching '*/.idea/*' found anywhere in 
> distribution
> warning: no previously-included files matching '*.class' found anywhere in 
> distribution
> warning: no previously-included files matching '*.pyc' found anywhere in 
> distribution
> warning: no previously-included files matching '*.pyo' found anywhere in 
> distribution
> warning: no previously-included files matching '*.coverage' found anywhere in 
> distribution
> warning: no previously-included files matching '.git' found anywhere in 
> distribution
> warning: no previously-included files matching '.gitignore' found anywhere in 
> distribution
> warning: no previously-included files matching '.tox' found anywhere in 
> distribution
> warning: no previously-included files matching '__pycache__' found anywhere 
> in distribution
> adding license file 'LICENSE'
> writing manifest file 'src/Pyro4.egg-info/SOURCES.txt'
> running build_ext
> testBehaviorInstancecreatorInvalid 
> (test_core.BehaviorDecoratorTests.testBehaviorInstancecreatorInvalid) ... ok
> testBehaviorInstancemodeInvalid 
> (test_core.BehaviorDecoratorTests.testBehaviorInstancemodeInvalid) ... ok
> testBehaviorInstancing 
> (test_core.BehaviorDecoratorTests.testBehaviorInstancing) ... ok
> testBehaviorOnMethodInvalid 
> (test_core.BehaviorDecoratorTests.testBehaviorOnMethodInvalid) ... ok
> testBehaviorRequiresParams 
> (test_core.BehaviorDecoratorTests.testBehaviorRequiresParams) ... ok
> testBehaviorWithExposeKeepsCorrectValues 
> (test_core.BehaviorDecoratorTests.testBehaviorWithExposeKeepsCorrectValues) 
> ... ok
> testAsyncProxyCopy (test_core.CoreTests.testAsyncProxyCopy) ... ok
> testBatchProxyAdapterCopy (test_core.CoreTests.testBatchProxyAdapterCopy) ... 
> ok
> testCallContext (test_core.CoreTests.testCallContext) ... ok
> testCallbackDecorator (test_core.CoreTests.testCallbackDecorator) ... ok
> testConfig (test_core.CoreTests.testConfig) ... ok
> testConfigDefaults (test_core.CoreTests.testConfigDefaults) ... ok
> testConfigDump (test_core.CoreTests.testConfigDump) ... ok
> testConfigParseBool (test_core.CoreTests.testConfigParseBool) ... ok
> testConfigValid (test_core.CoreTests.testConfigValid) ... ok
> testDaemonNoHmac (test_core.CoreTests.testDaemonNoHmac) ... ok
> testInvalidUris (test_core.CoreTests.testInvalidUris) ... ok
> testLocation (test_core.CoreTests.testLocation) ... ok
> testLogInit (test_core.CoreTests.testLogInit) ... ok
> testNoConnect (test_core.CoreTests.testNoConnect) ... ok
> testProxyConnectedSocket (test_core.CoreTests.testProxyConnectedSocket) ... 
> ERROR
> testProxyCopy (test_core.CoreTests.testProxyCopy) ... ok
> testProxyDir (test_core.CoreTests.testProxyDir) ... ok
> testProxyDirMetadata (test_core.CoreTests.testProxyDirMetadata) ... ok
> testProxyEquality (test_core.CoreTests.testProxyEquality) ... ok
> testProxyHmac (test_core.CoreTests.testProxyHmac) ... ok
> testProxyNoHmac (test_core.CoreTests.testProxyNoHmac) ... ok
> testProxyOffline (test_core.CoreTests.testProxyOffline) ... ok
> testProxyRepr (test_core.CoreTests.testProxyRepr) ... ok
> testProxySerializerOverride (test_core.CoreTests.testProxySerializerOverride) 
> ... ok
> testProxySettings (test_core.CoreTests.testProxySettings) ... ok
> testProxySubclassCopy (test_core.CoreTests.testProxySubclassCopy) ... ok
> testProxyWithStmt (test_core.CoreTests.testProxyWithStmt) ... ok
> testTimeoutGetSet (test_core.CoreTests.testTimeoutGetSet) ... ok
> testUriCopy (test_core.CoreTests.testUriCopy) ... ok
> testUriEqual (test_core.CoreTests.testUriEqual) ... ok
> testUriParsingIpv6 (test_core.CoreTests.testUriParsingIpv6) ... ok
> testUriParsingPyro (test_core.CoreTests.testUriParsingPyro) ... ok
> testUriParsingPyrometa (test_core.CoreTests.testUriParsingPyrometa) ... ok
> testUriParsingPyroname (test_core.CoreTests.testUriParsingPyroname) ... ok
> testUriStrAndRepr (test_core.CoreTests.testUriStrAndRepr) ... ok
> testUriSubclassCopy (test_core.CoreTests.testUriSubclassCopy) ... ok
> testUriUnicode (test_core.CoreTests.testUriUnicode) ... ok
> testExposeInstancemodeDefault 
> (test_core.ExposeDecoratorTests.testExposeInstancemodeDefault) ... 
> /usr/lib/python3.12/threading.py:287: ResourceWarning: unclosed 
> <socket.socket fd=3, family=1, type=1, proto=0>
>   if hasattr(lock, '_release_save'):
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /usr/lib/python3.12/threading.py:287: ResourceWarning: unclosed 
> <socket.socket fd=5, family=1, type=1, proto=0>
>   if hasattr(lock, '_release_save'):
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ok
> testAsyncCallbackMethod (test_core.RemoteMethodTests.testAsyncCallbackMethod) 
> ... /<<PKGBUILDDIR>>/src/Pyro4/core.py:901: DeprecationWarning: setDaemon() 
> is deprecated, set the daemon attribute instead
>   thread.setDaemon(True)
> /<<PKGBUILDDIR>>/src/Pyro4/futures.py:185: DeprecationWarning: isSet() is 
> deprecated, use is_set() instead
>   if self.__ready.isSet():
> ok
> testAsyncMethod (test_core.RemoteMethodTests.testAsyncMethod) ... 
> /<<PKGBUILDDIR>>/src/Pyro4/futures.py:147: DeprecationWarning: isSet() is 
> deprecated, use is_set() instead
>   return self.__ready.isSet()
> ok
> testAsyncMethodTimeout (test_core.RemoteMethodTests.testAsyncMethodTimeout) 
> ... ok
> testBatchMethod (test_core.RemoteMethodTests.testBatchMethod) ... ok
> testBatchMethodAsync (test_core.RemoteMethodTests.testBatchMethodAsync) ... ok
> testBatchMethodOneway (test_core.RemoteMethodTests.testBatchMethodOneway) ... 
> ok
> testBatchMethodReuse (test_core.RemoteMethodTests.testBatchMethodReuse) ... ok
> testChangedAsyncLegacyApi 
> (test_core.RemoteMethodTests.testChangedAsyncLegacyApi) ... ok
> testCrashingAsyncCallbackMethod 
> (test_core.RemoteMethodTests.testCrashingAsyncCallbackMethod) ... ok
> testRemoteMethodMetaOff (test_core.RemoteMethodTests.testRemoteMethodMetaOff) 
> ... ok
> testRemoteMethodMetaOn (test_core.RemoteMethodTests.testRemoteMethodMetaOn) 
> ... ok
> testCrashingChain (test_core.TestFutures.testCrashingChain) ... 
> /<<PKGBUILDDIR>>/src/Pyro4/futures.py:51: DeprecationWarning: setDaemon() is 
> deprecated, set the daemon attribute instead
>   thread.setDaemon(True)
> ok
> testErrorHandler (test_core.TestFutures.testErrorHandler) ... ok
> testFutureCancel (test_core.TestFutures.testFutureCancel) ... ok
> testFutureChain (test_core.TestFutures.testFutureChain) ... ok
> testFutureDelay (test_core.TestFutures.testFutureDelay) ... ok
> testFutureResultChain (test_core.TestFutures.testFutureResultChain) ... ok
> testFutureResultChainSlow (test_core.TestFutures.testFutureResultChainSlow) 
> ... ok
> testSimpleFuture (test_core.TestFutures.testSimpleFuture) ... ok
> testSimpleServe (test_core.TestSimpleServe.testSimpleServe) ... ok
> testSimpleServeSameNames (test_core.TestSimpleServe.testSimpleServeSameNames) 
> ... ok
> testBehaviorDefaults (test_daemon.DaemonTests.testBehaviorDefaults) ... ok
> testBehaviorDefaultsIsSession 
> (test_daemon.DaemonTests.testBehaviorDefaultsIsSession) ... ok
> testCombine (test_daemon.DaemonTests.testCombine) ... ok
> testCustomHandshake (test_daemon.DaemonTests.testCustomHandshake) ... ok
> testDaemon (test_daemon.DaemonTests.testDaemon) ... ok
> testDaemonConnectedSocket (test_daemon.DaemonTests.testDaemonConnectedSocket) 
> ... /<<PKGBUILDDIR>>/tests/PyroTests/test_daemon.py:134: ResourceWarning: 
> unclosed <socket.socket fd=14, family=1, type=1, proto=0>
>   s1, s2 = socket.socketpair()
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /usr/lib/python3.12/unittest/case.py:589: ResourceWarning: unclosed 
> <socket.socket fd=15, family=1, type=1, proto=0>
>   if method() is not None:
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ok
> testDaemonCustomInterface (test_daemon.DaemonTests.testDaemonCustomInterface) 
> ... ok
> testDaemonObject (test_daemon.DaemonTests.testDaemonObject) ... ok
> testDaemonUnixSocket (test_daemon.DaemonTests.testDaemonUnixSocket) ... ok
> testDaemonUnixSocketAbstractNS 
> (test_daemon.DaemonTests.testDaemonUnixSocketAbstractNS) ... ok
> testDaemonWithStmt (test_daemon.DaemonTests.testDaemonWithStmt) ... ok
> testHandshakeDenied (test_daemon.DaemonTests.testHandshakeDenied) ... ok
> testInstanceCreationPerCall 
> (test_daemon.DaemonTests.testInstanceCreationPerCall) ... ok
> testInstanceCreationSession 
> (test_daemon.DaemonTests.testInstanceCreationSession) ... ok
> testInstanceCreationSingle 
> (test_daemon.DaemonTests.testInstanceCreationSingle) ... ok
> testInstanceCreationWrongType 
> (test_daemon.DaemonTests.testInstanceCreationWrongType) ... ok
> testNAT (test_daemon.DaemonTests.testNAT) ... ok
> testNATconfig (test_daemon.DaemonTests.testNATconfig) ... ok
> testNATzeroPort (test_daemon.DaemonTests.testNATzeroPort) ... ok
> testRegisterClass (test_daemon.DaemonTests.testRegisterClass) ... ok
> testRegisterEtc (test_daemon.DaemonTests.testRegisterEtc) ... ok
> testRegisterTwice (test_daemon.DaemonTests.testRegisterTwice) ... ok
> testRegisterTwiceForced (test_daemon.DaemonTests.testRegisterTwiceForced) ... 
> ok
> testRegisterUnicode (test_daemon.DaemonTests.testRegisterUnicode) ... ok
> testRequestloopCondition (test_daemon.DaemonTests.testRequestloopCondition) 
> ... /<<PKGBUILDDIR>>/src/Pyro4/core.py:1234: DeprecationWarning: isSet() is 
> deprecated, use is_set() instead
>   condition = lambda: not self.__mustshutdown.isSet() and loopCondition()
> ok
> testSerializerAccepted (test_daemon.DaemonTests.testSerializerAccepted) ... ok
> testSerializerConfig (test_daemon.DaemonTests.testSerializerConfig) ... ok
> testServertypeFoobar (test_daemon.DaemonTests.testServertypeFoobar) ... ok
> testServertypeMultiplex (test_daemon.DaemonTests.testServertypeMultiplex) ... 
> ok
> testServertypeThread (test_daemon.DaemonTests.testServertypeThread) ... ok
> testSimpleHandshake (test_daemon.DaemonTests.testSimpleHandshake) ... ok
> testUriFor (test_daemon.DaemonTests.testUriFor) ... ok
> testMeta (test_daemon.MetaInfoTests.testMeta) ... ok
> testMetaResetCache (test_daemon.MetaInfoTests.testMetaResetCache) ... ok
> testMetaSerialization (test_daemon.MetaInfoTests.testMetaSerialization) ... ok
> testEcho (test_echoserver.TestEchoserver.testEcho) ... 
> /<<PKGBUILDDIR>>/tests/PyroTests/test_echoserver.py:18: DeprecationWarning: 
> setDaemon() is deprecated, set the daemon attribute instead
>   self.setDaemon(True)
> ok
> testError (test_echoserver.TestEchoserver.testError) ... ok
> testExposed (test_echoserver.TestEchoserver.testExposed) ... ok
> testGenerator (test_echoserver.TestEchoserver.testGenerator) ... ok
> testFlameDisabled (test_flame.FlameDisabledTests.testFlameDisabled) ... ok
> testRequirePickleExclusively 
> (test_flame.FlameDisabledTests.testRequirePickleExclusively) ... ok
> testCreateModule (test_flame.FlameTests.testCreateModule) ... ok
> testCreateModuleNamespace (test_flame.FlameTests.testCreateModuleNamespace) 
> ... ok
> testExecFunction (test_flame.FlameTests.testExecFunction) ... ok
> testExecFunctionNewlines (test_flame.FlameTests.testExecFunctionNewlines) ... 
> ok
> testExposed (test_flame.FlameTests.testExposed) ... ok
> testFlameBuiltin (test_flame.FlameTests.testFlameBuiltin) ... ok
> testFlameModule (test_flame.FlameTests.testFlameModule) ... ok
> testFlameserverMain (test_flame.FlameTests.testFlameserverMain) ... ok
> testExposedPattern (test_httpgateway.TestHttpGateway.testExposedPattern) ... 
> ok
> testMethodCallGET (test_httpgateway.TestHttpGateway.testMethodCallGET) ... ok
> testMethodCallPOST (test_httpgateway.TestHttpGateway.testMethodCallPOST) ... 
> ok
> testNameDeniedNotRegistered 
> (test_httpgateway.TestHttpGateway.testNameDeniedNotRegistered) ... ok
> testNameDeniedPattern 
> (test_httpgateway.TestHttpGateway.testNameDeniedPattern) ... ok
> testParams (test_httpgateway.TestHttpGateway.testParams) ... ok
> testRedirect (test_httpgateway.TestHttpGateway.testRedirect) ... ok
> testWebpage (test_httpgateway.TestHttpGateway.testWebpage) ... ok
> testAnnotations (test_message.MessageTestsHmac.testAnnotations) ... ok
> testAnnotationsIdLength4 
> (test_message.MessageTestsHmac.testAnnotationsIdLength4) ... ok
> testChecksum (test_message.MessageTestsHmac.testChecksum) ... ok
> testCompression (test_message.MessageTestsHmac.testCompression) ... ok
> testHmac (test_message.MessageTestsHmac.testHmac) ... ok
> testHmacMethod (test_message.MessageTestsHmac.testHmacMethod) ... ok
> testMessage (test_message.MessageTestsHmac.testMessage) ... ok
> testMessageHeaderDatasize 
> (test_message.MessageTestsHmac.testMessageHeaderDatasize) ... ok
> testProtocolVersion (test_message.MessageTestsHmac.testProtocolVersion) ... ok
> testRecvAnnotations (test_message.MessageTestsHmac.testRecvAnnotations) ... ok
> testSecureCompare (test_message.MessageTestsHmac.testSecureCompare) ... ok
> testMaxDataSize (test_message.MessageTestsNoHmac.testMaxDataSize) ... ok
> testRecvNoAnnotations (test_message.MessageTestsNoHmac.testRecvNoAnnotations) 
> ... ok
> testBCstart (test_naming.BCSetupTests.testBCstart) ... skipped 'no network 
> access on buildds'
> testAutoClean (test_naming.NameServerTests.testAutoClean) ... skipped 'no 
> network access on buildds'
> testDaemonPyroObj (test_naming.NameServerTests.testDaemonPyroObj) ... skipped 
> 'no network access on buildds'
> testLookupAndRegister (test_naming.NameServerTests.testLookupAndRegister) ... 
> skipped 'no network access on buildds'
> testLookupInvalidHmac (test_naming.NameServerTests.testLookupInvalidHmac) ... 
> skipped 'no network access on buildds'
> testLookupUnixsockParsing 
> (test_naming.NameServerTests.testLookupUnixsockParsing) ... skipped 'no 
> network access on buildds'
> testMulti (test_naming.NameServerTests.testMulti) ... skipped 'no network 
> access on buildds'
> testRefuseDottedNames (test_naming.NameServerTests.testRefuseDottedNames) ... 
> skipped 'no network access on buildds'
> testResolve (test_naming.NameServerTests.testResolve) ... skipped 'no network 
> access on buildds'
> testBCLookup0000 (test_naming.NameServerTests0000.testBCLookup0000) ... 
> skipped 'no network access on buildds'
> testLookupAndRegister (test_naming.NameServerTestsHmac.testLookupAndRegister) 
> ... skipped 'no network access on buildds'
> testPyroname (test_naming.NameServerTestsHmac.testPyroname) ... skipped 'no 
> network access on buildds'
> testResolve (test_naming.NameServerTestsHmac.testResolve) ... skipped 'no 
> network access on buildds'
> testResolveAsymmetricHmacUsage 
> (test_naming.NameServerTestsHmac.testResolveAsymmetricHmacUsage) ... skipped 
> 'no network access on buildds'
> testResolveWrongHmac (test_naming.NameServerTestsHmac.testResolveWrongHmac) 
> ... skipped 'no network access on buildds'
> testEmptyMetadata (test_naming2.OfflineNameServerTests.testEmptyMetadata) ... 
> skipped 'no network access on buildds'
> testList (test_naming2.OfflineNameServerTests.testList) ... skipped 'no 
> network access on buildds'
> testListNoMultipleFilters 
> (test_naming2.OfflineNameServerTests.testListNoMultipleFilters) ... skipped 
> 'no network access on buildds'
> testMetadata (test_naming2.OfflineNameServerTests.testMetadata) ... skipped 
> 'no network access on buildds'
> testMetadataAny (test_naming2.OfflineNameServerTests.testMetadataAny) ... 
> skipped 'no network access on buildds'
> testMetadataListInvalidTypes 
> (test_naming2.OfflineNameServerTests.testMetadataListInvalidTypes) ... 
> skipped 'no network access on buildds'
> testMetadataRegisterInvalidTypes 
> (test_naming2.OfflineNameServerTests.testMetadataRegisterInvalidTypes) ... 
> skipped 'no network access on buildds'
> testNAT (test_naming2.OfflineNameServerTests.testNAT) ... skipped 'no network 
> access on buildds'
> testNSCfunctions (test_naming2.OfflineNameServerTests.testNSCfunctions) ... 
> skipped 'no network access on buildds'
> testNSCmain (test_naming2.OfflineNameServerTests.testNSCmain) ... skipped 'no 
> network access on buildds'
> testNSmain (test_naming2.OfflineNameServerTests.testNSmain) ... skipped 'no 
> network access on buildds'
> testNameserverWithStmt 
> (test_naming2.OfflineNameServerTests.testNameserverWithStmt) ... skipped 'no 
> network access on buildds'
> testRegister (test_naming2.OfflineNameServerTests.testRegister) ... skipped 
> 'no network access on buildds'
> testRemove (test_naming2.OfflineNameServerTests.testRemove) ... skipped 'no 
> network access on buildds'
> testRemoveProtected (test_naming2.OfflineNameServerTests.testRemoveProtected) 
> ... skipped 'no network access on buildds'
> testStartNSfunc (test_naming2.OfflineNameServerTests.testStartNSfunc) ... 
> skipped 'no network access on buildds'
> testUnicodeNames (test_naming2.OfflineNameServerTests.testUnicodeNames) ... 
> skipped 'no network access on buildds'
> testEmptyMetadata 
> (test_naming2.OfflineNameServerTestsDbmStorage.testEmptyMetadata) ... skipped 
> 'no network access on buildds'
> testList (test_naming2.OfflineNameServerTestsDbmStorage.testList) ... skipped 
> 'no network access on buildds'
> testListNoMultipleFilters 
> (test_naming2.OfflineNameServerTestsDbmStorage.testListNoMultipleFilters) ... 
> skipped 'no network access on buildds'
> testMetadata (test_naming2.OfflineNameServerTestsDbmStorage.testMetadata) ... 
> skipped 'no network access on buildds'
> testMetadataAny 
> (test_naming2.OfflineNameServerTestsDbmStorage.testMetadataAny) ... skipped 
> 'no network access on buildds'
> testMetadataListInvalidTypes 
> (test_naming2.OfflineNameServerTestsDbmStorage.testMetadataListInvalidTypes) 
> ... skipped 'no network access on buildds'
> testMetadataRegisterInvalidTypes 
> (test_naming2.OfflineNameServerTestsDbmStorage.testMetadataRegisterInvalidTypes)
>  ... skipped 'no network access on buildds'
> testNAT (test_naming2.OfflineNameServerTestsDbmStorage.testNAT) ... skipped 
> 'no network access on buildds'
> testNSCfunctions 
> (test_naming2.OfflineNameServerTestsDbmStorage.testNSCfunctions) ... skipped 
> 'no network access on buildds'
> testNSCmain (test_naming2.OfflineNameServerTestsDbmStorage.testNSCmain) ... 
> skipped 'no network access on buildds'
> testNSmain (test_naming2.OfflineNameServerTestsDbmStorage.testNSmain) ... 
> skipped 'no network access on buildds'
> testNameserverWithStmt 
> (test_naming2.OfflineNameServerTestsDbmStorage.testNameserverWithStmt) ... 
> skipped 'no network access on buildds'
> testRegister (test_naming2.OfflineNameServerTestsDbmStorage.testRegister) ... 
> skipped 'no network access on buildds'
> testRemove (test_naming2.OfflineNameServerTestsDbmStorage.testRemove) ... 
> skipped 'no network access on buildds'
> testRemoveProtected 
> (test_naming2.OfflineNameServerTestsDbmStorage.testRemoveProtected) ... 
> skipped 'no network access on buildds'
> testStartNSfunc 
> (test_naming2.OfflineNameServerTestsDbmStorage.testStartNSfunc) ... skipped 
> 'no network access on buildds'
> testUnicodeNames 
> (test_naming2.OfflineNameServerTestsDbmStorage.testUnicodeNames) ... skipped 
> 'no network access on buildds'
> testEmptyMetadata 
> (test_naming2.OfflineNameServerTestsSqlStorage.testEmptyMetadata) ... skipped 
> 'no network access on buildds'
> testList (test_naming2.OfflineNameServerTestsSqlStorage.testList) ... skipped 
> 'no network access on buildds'
> testListNoMultipleFilters 
> (test_naming2.OfflineNameServerTestsSqlStorage.testListNoMultipleFilters) ... 
> skipped 'no network access on buildds'
> testMetadata (test_naming2.OfflineNameServerTestsSqlStorage.testMetadata) ... 
> skipped 'no network access on buildds'
> testMetadataAny 
> (test_naming2.OfflineNameServerTestsSqlStorage.testMetadataAny) ... skipped 
> 'no network access on buildds'
> testMetadataListInvalidTypes 
> (test_naming2.OfflineNameServerTestsSqlStorage.testMetadataListInvalidTypes) 
> ... skipped 'no network access on buildds'
> testMetadataRegisterInvalidTypes 
> (test_naming2.OfflineNameServerTestsSqlStorage.testMetadataRegisterInvalidTypes)
>  ... skipped 'no network access on buildds'
> testNAT (test_naming2.OfflineNameServerTestsSqlStorage.testNAT) ... skipped 
> 'no network access on buildds'
> testNSCfunctions 
> (test_naming2.OfflineNameServerTestsSqlStorage.testNSCfunctions) ... skipped 
> 'no network access on buildds'
> testNSCmain (test_naming2.OfflineNameServerTestsSqlStorage.testNSCmain) ... 
> skipped 'no network access on buildds'
> testNSmain (test_naming2.OfflineNameServerTestsSqlStorage.testNSmain) ... 
> skipped 'no network access on buildds'
> testNameserverWithStmt 
> (test_naming2.OfflineNameServerTestsSqlStorage.testNameserverWithStmt) ... 
> skipped 'no network access on buildds'
> testRegister (test_naming2.OfflineNameServerTestsSqlStorage.testRegister) ... 
> skipped 'no network access on buildds'
> testRemove (test_naming2.OfflineNameServerTestsSqlStorage.testRemove) ... 
> skipped 'no network access on buildds'
> testRemoveProtected 
> (test_naming2.OfflineNameServerTestsSqlStorage.testRemoveProtected) ... 
> skipped 'no network access on buildds'
> testStartNSfunc 
> (test_naming2.OfflineNameServerTestsSqlStorage.testStartNSfunc) ... skipped 
> 'no network access on buildds'
> testUnicodeNames 
> (test_naming2.OfflineNameServerTestsSqlStorage.testUnicodeNames) ... skipped 
> 'no network access on buildds'
> testAsyncKeywordBackwardsCompatibility 
> (test_package.TestPackage.testAsyncKeywordBackwardsCompatibility) ... skipped 
> 'async is kw on 3.7+'
> testPyro4 (test_package.TestPackage.testPyro4) ... ok
> testAssignedSerializerIds 
> (test_serialize.GenericTests.testAssignedSerializerIds) ... ok
> testCustomDictClass (test_serialize.GenericTests.testCustomDictClass) ... 
> skipped 'skip tetes on python3.11'
> testDictClassFail (test_serialize.GenericTests.testDictClassFail) ... skipped 
> 'skip tetes on python3.11'
> testDictClassOk (test_serialize.GenericTests.testDictClassOk) ... ok
> testDictException (test_serialize.GenericTests.testDictException) ... ok
> testExceptionNamespacePy2 
> (test_serialize.GenericTests.testExceptionNamespacePy2) ... ok
> testExceptionNamespacePy3 
> (test_serialize.GenericTests.testExceptionNamespacePy3) ... ok
> testExceptionNotTagged (test_serialize.GenericTests.testExceptionNotTagged) 
> ... ok
> testSerializersAvailable 
> (test_serialize.GenericTests.testSerializersAvailable) ... ok
> testSerializersAvailableById 
> (test_serialize.GenericTests.testSerializersAvailableById) ... ok
> testWeirdFloats (test_serialize.GenericTests.testWeirdFloats) ... ok
> testArrays (test_serialize.SerializeTests_cloudpickle.testArrays) ... ok
> testArrays2 (test_serialize.SerializeTests_cloudpickle.testArrays2) ... ok
> testAutoProxyFullExposed 
> (test_serialize.SerializeTests_cloudpickle.testAutoProxyFullExposed) ... ok
> testAutoProxyPartlyExposed 
> (test_serialize.SerializeTests_cloudpickle.testAutoProxyPartlyExposed) ... ok
> testCallCustomObjAsArg 
> (test_serialize.SerializeTests_cloudpickle.testCallCustomObjAsArg) ... ok
> testCallPlain (test_serialize.SerializeTests_cloudpickle.testCallPlain) ... ok
> testCallPyroObjAsArg 
> (test_serialize.SerializeTests_cloudpickle.testCallPyroObjAsArg) ... ok
> testCircular (test_serialize.SerializeTests_cloudpickle.testCircular) ... ok
> testCustomClassFail 
> (test_serialize.SerializeTests_cloudpickle.testCustomClassFail) ... skipped 
> 'skip tetes on python3.11'
> testCustomClassOk 
> (test_serialize.SerializeTests_cloudpickle.testCustomClassOk) ... skipped 
> 'skip tetes on python3.11'
> testData (test_serialize.SerializeTests_cloudpickle.testData) ... ok
> testFloatPrecision 
> (test_serialize.SerializeTests_cloudpickle.testFloatPrecision) ... ok
> testNested (test_serialize.SerializeTests_cloudpickle.testNested) ... ok
> testProtocolVersion 
> (test_serialize.SerializeTests_cloudpickle.testProtocolVersion) ... ok
> testProxySerializationCompat 
> (test_serialize.SerializeTests_cloudpickle.testProxySerializationCompat) ... 
> ok
> testPyroClasses (test_serialize.SerializeTests_cloudpickle.testPyroClasses) 
> ... ok
> testPyroClassesForDict 
> (test_serialize.SerializeTests_cloudpickle.testPyroClassesForDict) ... ok
> testRecreateClasses 
> (test_serialize.SerializeTests_cloudpickle.testRecreateClasses) ... ok
> testRegisterTypeReplacementSanity 
> (test_serialize.SerializeTests_cloudpickle.testRegisterTypeReplacementSanity) 
> ... ok
> testSerCompression 
> (test_serialize.SerializeTests_cloudpickle.testSerCompression) ... ok
> testSerCoreOffline 
> (test_serialize.SerializeTests_cloudpickle.testSerCoreOffline) ... ok
> testSerDaemonHack 
> (test_serialize.SerializeTests_cloudpickle.testSerDaemonHack) ... ok
> testSerErrors (test_serialize.SerializeTests_cloudpickle.testSerErrors) ... ok
> testSerItself (test_serialize.SerializeTests_cloudpickle.testSerItself) ... ok
> testSerUnicode (test_serialize.SerializeTests_cloudpickle.testSerUnicode) ... 
> ok
> testSerializeDumpsAndDumpsCall 
> (test_serialize.SerializeTests_cloudpickle.testSerializeDumpsAndDumpsCall) 
> ... ok
> testSerializeException 
> (test_serialize.SerializeTests_cloudpickle.testSerializeException) ... ok
> testSerializeExceptionWithAttr 
> (test_serialize.SerializeTests_cloudpickle.testSerializeExceptionWithAttr) 
> ... ok
> testSerializeLambda 
> (test_serialize.SerializeTests_cloudpickle.testSerializeLambda) ... ok
> testSerializeLocalFunction 
> (test_serialize.SerializeTests_cloudpickle.testSerializeLocalFunction) ... ok
> testSerializeSpecialException 
> (test_serialize.SerializeTests_cloudpickle.testSerializeSpecialException) ... 
> ok
> testSet (test_serialize.SerializeTests_cloudpickle.testSet) ... ok
> testSourceByteTypes_deserialize 
> (test_serialize.SerializeTests_cloudpickle.testSourceByteTypes_deserialize) 
> ... ok
> testSourceByteTypes_deserialize_memoryview 
> (test_serialize.SerializeTests_cloudpickle.testSourceByteTypes_deserialize_memoryview)
>  ... ok
> testSourceByteTypes_loads 
> (test_serialize.SerializeTests_cloudpickle.testSourceByteTypes_loads) ... ok
> testSourceByteTypes_loads_memoryview 
> (test_serialize.SerializeTests_cloudpickle.testSourceByteTypes_loads_memoryview)
>  ... ok
> testUUID (test_serialize.SerializeTests_cloudpickle.testUUID) ... ok
> testUnicodeData (test_serialize.SerializeTests_cloudpickle.testUnicodeData) 
> ... ok
> testUriSerializationWithoutSlots 
> (test_serialize.SerializeTests_cloudpickle.testUriSerializationWithoutSlots) 
> ... skipped 'not implemented'
> testArrays (test_serialize.SerializeTests_dill.testArrays) ... ok
> testArrays2 (test_serialize.SerializeTests_dill.testArrays2) ... ok
> testAutoProxyFullExposed 
> (test_serialize.SerializeTests_dill.testAutoProxyFullExposed) ... ok
> testAutoProxyPartlyExposed 
> (test_serialize.SerializeTests_dill.testAutoProxyPartlyExposed) ... ok
> testCallCustomObjAsArg 
> (test_serialize.SerializeTests_dill.testCallCustomObjAsArg) ... ok
> testCallPlain (test_serialize.SerializeTests_dill.testCallPlain) ... ok
> testCallPyroObjAsArg 
> (test_serialize.SerializeTests_dill.testCallPyroObjAsArg) ... ok
> testCircular (test_serialize.SerializeTests_dill.testCircular) ... ok
> testCustomClassFail (test_serialize.SerializeTests_dill.testCustomClassFail) 
> ... skipped 'skip tetes on python3.11'
> testCustomClassOk (test_serialize.SerializeTests_dill.testCustomClassOk) ... 
> skipped 'skip tetes on python3.11'
> testData (test_serialize.SerializeTests_dill.testData) ... ok
> testFloatPrecision (test_serialize.SerializeTests_dill.testFloatPrecision) 
> ... ok
> testNested (test_serialize.SerializeTests_dill.testNested) ... ok
> testProtocolVersion (test_serialize.SerializeTests_dill.testProtocolVersion) 
> ... ok
> testProxySerializationCompat 
> (test_serialize.SerializeTests_dill.testProxySerializationCompat) ... ok
> testPyroClasses (test_serialize.SerializeTests_dill.testPyroClasses) ... ok
> testPyroClassesForDict 
> (test_serialize.SerializeTests_dill.testPyroClassesForDict) ... ok
> testRecreateClasses (test_serialize.SerializeTests_dill.testRecreateClasses) 
> ... ok
> testRegisterTypeReplacementSanity 
> (test_serialize.SerializeTests_dill.testRegisterTypeReplacementSanity) ... ok
> testSerCompression (test_serialize.SerializeTests_dill.testSerCompression) 
> ... ok
> testSerCoreOffline (test_serialize.SerializeTests_dill.testSerCoreOffline) 
> ... ok
> testSerDaemonHack (test_serialize.SerializeTests_dill.testSerDaemonHack) ... 
> ok
> testSerErrors (test_serialize.SerializeTests_dill.testSerErrors) ... ok
> testSerItself (test_serialize.SerializeTests_dill.testSerItself) ... ok
> testSerUnicode (test_serialize.SerializeTests_dill.testSerUnicode) ... ok
> testSerializeDumpsAndDumpsCall 
> (test_serialize.SerializeTests_dill.testSerializeDumpsAndDumpsCall) ... ok
> testSerializeException 
> (test_serialize.SerializeTests_dill.testSerializeException) ... ok
> testSerializeExceptionWithAttr 
> (test_serialize.SerializeTests_dill.testSerializeExceptionWithAttr) ... ok
> testSerializeLambda (test_serialize.SerializeTests_dill.testSerializeLambda) 
> ... ok
> testSerializeLocalFunction 
> (test_serialize.SerializeTests_dill.testSerializeLocalFunction) ... ok
> testSerializeSpecialException 
> (test_serialize.SerializeTests_dill.testSerializeSpecialException) ... ok
> testSet (test_serialize.SerializeTests_dill.testSet) ... ok
> testSourceByteTypes_deserialize 
> (test_serialize.SerializeTests_dill.testSourceByteTypes_deserialize) ... ok
> testSourceByteTypes_deserialize_memoryview 
> (test_serialize.SerializeTests_dill.testSourceByteTypes_deserialize_memoryview)
>  ... ok
> testSourceByteTypes_loads 
> (test_serialize.SerializeTests_dill.testSourceByteTypes_loads) ... ok
> testSourceByteTypes_loads_memoryview 
> (test_serialize.SerializeTests_dill.testSourceByteTypes_loads_memoryview) ... 
> ok
> testUUID (test_serialize.SerializeTests_dill.testUUID) ... ok
> testUnicodeData (test_serialize.SerializeTests_dill.testUnicodeData) ... ok
> testUriSerializationWithoutSlots 
> (test_serialize.SerializeTests_dill.testUriSerializationWithoutSlots) ... 
> skipped 'not implemented'
> testArrays (test_serialize.SerializeTests_json.testArrays) ... ok
> testArrays2 (test_serialize.SerializeTests_json.testArrays2) ... ok
> testAutoProxyFullExposed 
> (test_serialize.SerializeTests_json.testAutoProxyFullExposed) ... ok
> testAutoProxyPartlyExposed 
> (test_serialize.SerializeTests_json.testAutoProxyPartlyExposed) ... ok
> testCallCustomObjAsArg 
> (test_serialize.SerializeTests_json.testCallCustomObjAsArg) ... ok
> testCallPlain (test_serialize.SerializeTests_json.testCallPlain) ... ok
> testCallPyroObjAsArg 
> (test_serialize.SerializeTests_json.testCallPyroObjAsArg) ... ok
> testCircular (test_serialize.SerializeTests_json.testCircular) ... ok
> testCustomClassFail (test_serialize.SerializeTests_json.testCustomClassFail) 
> ... skipped 'skip tetes on python3.11'
> testCustomClassOk (test_serialize.SerializeTests_json.testCustomClassOk) ... 
> skipped 'skip tetes on python3.11'
> testData (test_serialize.SerializeTests_json.testData) ... ok
> testFloatPrecision (test_serialize.SerializeTests_json.testFloatPrecision) 
> ... ok
> testNested (test_serialize.SerializeTests_json.testNested) ... ok
> testProtocolVersion (test_serialize.SerializeTests_json.testProtocolVersion) 
> ... ok
> testProxySerializationCompat 
> (test_serialize.SerializeTests_json.testProxySerializationCompat) ... ok
> testPyroClasses (test_serialize.SerializeTests_json.testPyroClasses) ... ok
> testPyroClassesForDict 
> (test_serialize.SerializeTests_json.testPyroClassesForDict) ... ok
> testRecreateClasses (test_serialize.SerializeTests_json.testRecreateClasses) 
> ... ok
> testRegisterTypeReplacementSanity 
> (test_serialize.SerializeTests_json.testRegisterTypeReplacementSanity) ... ok
> testSerCompression (test_serialize.SerializeTests_json.testSerCompression) 
> ... ok
> testSerCoreOffline (test_serialize.SerializeTests_json.testSerCoreOffline) 
> ... ok
> testSerDaemonHack (test_serialize.SerializeTests_json.testSerDaemonHack) ... 
> ok
> testSerErrors (test_serialize.SerializeTests_json.testSerErrors) ... ok
> testSerItself (test_serialize.SerializeTests_json.testSerItself) ... ok
> testSerUnicode (test_serialize.SerializeTests_json.testSerUnicode) ... ok
> testSerializeDumpsAndDumpsCall 
> (test_serialize.SerializeTests_json.testSerializeDumpsAndDumpsCall) ... ok
> testSerializeException 
> (test_serialize.SerializeTests_json.testSerializeException) ... ok
> testSerializeExceptionWithAttr 
> (test_serialize.SerializeTests_json.testSerializeExceptionWithAttr) ... ok
> testSerializeSpecialException 
> (test_serialize.SerializeTests_json.testSerializeSpecialException) ... ok
> testSet (test_serialize.SerializeTests_json.testSet) ... ok
> testSourceByteTypes_deserialize 
> (test_serialize.SerializeTests_json.testSourceByteTypes_deserialize) ... ok
> testSourceByteTypes_deserialize_memoryview 
> (test_serialize.SerializeTests_json.testSourceByteTypes_deserialize_memoryview)
>  ... ok
> testSourceByteTypes_loads 
> (test_serialize.SerializeTests_json.testSourceByteTypes_loads) ... ok
> testSourceByteTypes_loads_memoryview 
> (test_serialize.SerializeTests_json.testSourceByteTypes_loads_memoryview) ... 
> ok
> testUUID (test_serialize.SerializeTests_json.testUUID) ... ok
> testUnicodeData (test_serialize.SerializeTests_json.testUnicodeData) ... ok
> testUriSerializationWithoutSlots 
> (test_serialize.SerializeTests_json.testUriSerializationWithoutSlots) ... ok
> testArrays (test_serialize.SerializeTests_marshal.testArrays) ... ok
> testArrays2 (test_serialize.SerializeTests_marshal.testArrays2) ... ok
> testAutoProxyFullExposed 
> (test_serialize.SerializeTests_marshal.testAutoProxyFullExposed) ... skipped 
> "marshal can't serialize custom objects"
> testAutoProxyPartlyExposed 
> (test_serialize.SerializeTests_marshal.testAutoProxyPartlyExposed) ... 
> skipped "marshal can't serialize custom objects"
> testCallCustomObjAsArg 
> (test_serialize.SerializeTests_marshal.testCallCustomObjAsArg) ... skipped 
> "marshal can't serialize custom objects"
> testCallPlain (test_serialize.SerializeTests_marshal.testCallPlain) ... ok
> testCallPyroObjAsArg 
> (test_serialize.SerializeTests_marshal.testCallPyroObjAsArg) ... skipped 
> "marshal can't serialize custom objects"
> testCircular (test_serialize.SerializeTests_marshal.testCircular) ... ok
> testCustomClassFail 
> (test_serialize.SerializeTests_marshal.testCustomClassFail) ... skipped 'skip 
> tetes on python3.11'
> testCustomClassOk (test_serialize.SerializeTests_marshal.testCustomClassOk) 
> ... skipped 'skip tetes on python3.11'
> testData (test_serialize.SerializeTests_marshal.testData) ... ok
> testFloatPrecision (test_serialize.SerializeTests_marshal.testFloatPrecision) 
> ... ok
> testNested (test_serialize.SerializeTests_marshal.testNested) ... skipped 
> "marshal can't serialize custom objects"
> testProtocolVersion 
> (test_serialize.SerializeTests_marshal.testProtocolVersion) ... ok
> testProxySerializationCompat 
> (test_serialize.SerializeTests_marshal.testProxySerializationCompat) ... ok
> testPyroClasses (test_serialize.SerializeTests_marshal.testPyroClasses) ... ok
> testPyroClassesForDict 
> (test_serialize.SerializeTests_marshal.testPyroClassesForDict) ... ok
> testRecreateClasses 
> (test_serialize.SerializeTests_marshal.testRecreateClasses) ... ok
> testRegisterTypeReplacementSanity 
> (test_serialize.SerializeTests_marshal.testRegisterTypeReplacementSanity) ... 
> skipped "marshal can't serialize custom objects"
> testSerCompression (test_serialize.SerializeTests_marshal.testSerCompression) 
> ... ok
> testSerCoreOffline (test_serialize.SerializeTests_marshal.testSerCoreOffline) 
> ... ok
> testSerDaemonHack (test_serialize.SerializeTests_marshal.testSerDaemonHack) 
> ... ok
> testSerErrors (test_serialize.SerializeTests_marshal.testSerErrors) ... ok
> testSerItself (test_serialize.SerializeTests_marshal.testSerItself) ... ok
> testSerUnicode (test_serialize.SerializeTests_marshal.testSerUnicode) ... ok
> testSerializeDumpsAndDumpsCall 
> (test_serialize.SerializeTests_marshal.testSerializeDumpsAndDumpsCall) ... ok
> testSerializeException 
> (test_serialize.SerializeTests_marshal.testSerializeException) ... ok
> testSerializeExceptionWithAttr 
> (test_serialize.SerializeTests_marshal.testSerializeExceptionWithAttr) ... ok
> testSerializeSpecialException 
> (test_serialize.SerializeTests_marshal.testSerializeSpecialException) ... ok
> testSet (test_serialize.SerializeTests_marshal.testSet) ... ok
> testSourceByteTypes_deserialize 
> (test_serialize.SerializeTests_marshal.testSourceByteTypes_deserialize) ... ok
> testSourceByteTypes_deserialize_memoryview 
> (test_serialize.SerializeTests_marshal.testSourceByteTypes_deserialize_memoryview)
>  ... ok
> testSourceByteTypes_loads 
> (test_serialize.SerializeTests_marshal.testSourceByteTypes_loads) ... ok
> testSourceByteTypes_loads_memoryview 
> (test_serialize.SerializeTests_marshal.testSourceByteTypes_loads_memoryview) 
> ... ok
> testUUID (test_serialize.SerializeTests_marshal.testUUID) ... ok
> testUnicodeData (test_serialize.SerializeTests_marshal.testUnicodeData) ... ok
> testUriSerializationWithoutSlots 
> (test_serialize.SerializeTests_marshal.testUriSerializationWithoutSlots) ... 
> skipped 'marshaling is implementation dependent'
> testArrays (test_serialize.SerializeTests_msgpack.testArrays) ... ok
> testArrays2 (test_serialize.SerializeTests_msgpack.testArrays2) ... ok
> testAutoProxyFullExposed 
> (test_serialize.SerializeTests_msgpack.testAutoProxyFullExposed) ... ok
> testAutoProxyPartlyExposed 
> (test_serialize.SerializeTests_msgpack.testAutoProxyPartlyExposed) ... ok
> testCallCustomObjAsArg 
> (test_serialize.SerializeTests_msgpack.testCallCustomObjAsArg) ... ok
> testCallPlain (test_serialize.SerializeTests_msgpack.testCallPlain) ... ok
> testCallPyroObjAsArg 
> (test_serialize.SerializeTests_msgpack.testCallPyroObjAsArg) ... ok
> testCircular (test_serialize.SerializeTests_msgpack.testCircular) ... skipped 
> 'circular will crash msgpack'
> testCustomClassFail 
> (test_serialize.SerializeTests_msgpack.testCustomClassFail) ... skipped 'skip 
> tetes on python3.11'
> testCustomClassOk (test_serialize.SerializeTests_msgpack.testCustomClassOk) 
> ... skipped 'skip tetes on python3.11'
> testData (test_serialize.SerializeTests_msgpack.testData) ... ok
> testFloatPrecision (test_serialize.SerializeTests_msgpack.testFloatPrecision) 
> ... ok
> testNested (test_serialize.SerializeTests_msgpack.testNested) ... ok
> testProtocolVersion 
> (test_serialize.SerializeTests_msgpack.testProtocolVersion) ... ok
> testProxySerializationCompat 
> (test_serialize.SerializeTests_msgpack.testProxySerializationCompat) ... ok
> testPyroClasses (test_serialize.SerializeTests_msgpack.testPyroClasses) ... ok
> testPyroClassesForDict 
> (test_serialize.SerializeTests_msgpack.testPyroClassesForDict) ... ok
> testRecreateClasses 
> (test_serialize.SerializeTests_msgpack.testRecreateClasses) ... ok
> testRegisterTypeReplacementSanity 
> (test_serialize.SerializeTests_msgpack.testRegisterTypeReplacementSanity) ... 
> ok
> testSerCompression (test_serialize.SerializeTests_msgpack.testSerCompression) 
> ... ok
> testSerCoreOffline (test_serialize.SerializeTests_msgpack.testSerCoreOffline) 
> ... ok
> testSerDaemonHack (test_serialize.SerializeTests_msgpack.testSerDaemonHack) 
> ... ok
> testSerErrors (test_serialize.SerializeTests_msgpack.testSerErrors) ... ok
> testSerItself (test_serialize.SerializeTests_msgpack.testSerItself) ... ok
> testSerUnicode (test_serialize.SerializeTests_msgpack.testSerUnicode) ... ok
> testSerializeDumpsAndDumpsCall 
> (test_serialize.SerializeTests_msgpack.testSerializeDumpsAndDumpsCall) ... ok
> testSerializeException 
> (test_serialize.SerializeTests_msgpack.testSerializeException) ... ok
> testSerializeExceptionWithAttr 
> (test_serialize.SerializeTests_msgpack.testSerializeExceptionWithAttr) ... ok
> testSerializeSpecialException 
> (test_serialize.SerializeTests_msgpack.testSerializeSpecialException) ... ok
> testSet (test_serialize.SerializeTests_msgpack.testSet) ... ok
> testSourceByteTypes_deserialize 
> (test_serialize.SerializeTests_msgpack.testSourceByteTypes_deserialize) ... ok
> testSourceByteTypes_deserialize_memoryview 
> (test_serialize.SerializeTests_msgpack.testSourceByteTypes_deserialize_memoryview)
>  ... ok
> testSourceByteTypes_loads 
> (test_serialize.SerializeTests_msgpack.testSourceByteTypes_loads) ... ok
> testSourceByteTypes_loads_memoryview 
> (test_serialize.SerializeTests_msgpack.testSourceByteTypes_loads_memoryview) 
> ... ok
> testUUID (test_serialize.SerializeTests_msgpack.testUUID) ... ok
> testUnicodeData (test_serialize.SerializeTests_msgpack.testUnicodeData) ... ok
> testUriSerializationWithoutSlots 
> (test_serialize.SerializeTests_msgpack.testUriSerializationWithoutSlots) ... 
> skipped 'msgpack is implementation dependent'
> testArrays (test_serialize.SerializeTests_pickle.testArrays) ... ok
> testArrays2 (test_serialize.SerializeTests_pickle.testArrays2) ... ok
> testAutoProxyFullExposed 
> (test_serialize.SerializeTests_pickle.testAutoProxyFullExposed) ... ok
> testAutoProxyPartlyExposed 
> (test_serialize.SerializeTests_pickle.testAutoProxyPartlyExposed) ... ok
> testCallCustomObjAsArg 
> (test_serialize.SerializeTests_pickle.testCallCustomObjAsArg) ... ok
> testCallPlain (test_serialize.SerializeTests_pickle.testCallPlain) ... ok
> testCallPyroObjAsArg 
> (test_serialize.SerializeTests_pickle.testCallPyroObjAsArg) ... ok
> testCircular (test_serialize.SerializeTests_pickle.testCircular) ... ok
> testCustomClassFail 
> (test_serialize.SerializeTests_pickle.testCustomClassFail) ... skipped 'skip 
> tetes on python3.11'
> testCustomClassOk (test_serialize.SerializeTests_pickle.testCustomClassOk) 
> ... skipped 'skip tetes on python3.11'
> testData (test_serialize.SerializeTests_pickle.testData) ... ok
> testFloatPrecision (test_serialize.SerializeTests_pickle.testFloatPrecision) 
> ... ok
> testNested (test_serialize.SerializeTests_pickle.testNested) ... ok
> testProtocolVersion 
> (test_serialize.SerializeTests_pickle.testProtocolVersion) ... ok
> testProxySerializationCompat 
> (test_serialize.SerializeTests_pickle.testProxySerializationCompat) ... ok
> testPyroClasses (test_serialize.SerializeTests_pickle.testPyroClasses) ... ok
> testPyroClassesForDict 
> (test_serialize.SerializeTests_pickle.testPyroClassesForDict) ... ok
> testRecreateClasses 
> (test_serialize.SerializeTests_pickle.testRecreateClasses) ... ok
> testRegisterTypeReplacementSanity 
> (test_serialize.SerializeTests_pickle.testRegisterTypeReplacementSanity) ... 
> ok
> testSerCompression (test_serialize.SerializeTests_pickle.testSerCompression) 
> ... ok
> testSerCoreOffline (test_serialize.SerializeTests_pickle.testSerCoreOffline) 
> ... ok
> testSerDaemonHack (test_serialize.SerializeTests_pickle.testSerDaemonHack) 
> ... ok
> testSerErrors (test_serialize.SerializeTests_pickle.testSerErrors) ... ok
> testSerItself (test_serialize.SerializeTests_pickle.testSerItself) ... ok
> testSerUnicode (test_serialize.SerializeTests_pickle.testSerUnicode) ... ok
> testSerializeDumpsAndDumpsCall 
> (test_serialize.SerializeTests_pickle.testSerializeDumpsAndDumpsCall) ... ok
> testSerializeException 
> (test_serialize.SerializeTests_pickle.testSerializeException) ... ok
> testSerializeExceptionWithAttr 
> (test_serialize.SerializeTests_pickle.testSerializeExceptionWithAttr) ... ok
> testSerializeSpecialException 
> (test_serialize.SerializeTests_pickle.testSerializeSpecialException) ... ok
> testSet (test_serialize.SerializeTests_pickle.testSet) ... ok
> testSourceByteTypes_deserialize 
> (test_serialize.SerializeTests_pickle.testSourceByteTypes_deserialize) ... ok
> testSourceByteTypes_deserialize_memoryview 
> (test_serialize.SerializeTests_pickle.testSourceByteTypes_deserialize_memoryview)
>  ... ok
> testSourceByteTypes_loads 
> (test_serialize.SerializeTests_pickle.testSourceByteTypes_loads) ... ok
> testSourceByteTypes_loads_memoryview 
> (test_serialize.SerializeTests_pickle.testSourceByteTypes_loads_memoryview) 
> ... ok
> testUUID (test_serialize.SerializeTests_pickle.testUUID) ... ok
> testUnicodeData (test_serialize.SerializeTests_pickle.testUnicodeData) ... ok
> testUriSerializationWithoutSlots 
> (test_serialize.SerializeTests_pickle.testUriSerializationWithoutSlots) ... ok
> testArrays (test_serialize.SerializeTests_serpent.testArrays) ... ok
> testArrays2 (test_serialize.SerializeTests_serpent.testArrays2) ... ok
> testAutoProxyFullExposed 
> (test_serialize.SerializeTests_serpent.testAutoProxyFullExposed) ... ok
> testAutoProxyPartlyExposed 
> (test_serialize.SerializeTests_serpent.testAutoProxyPartlyExposed) ... ok
> testCallCustomObjAsArg 
> (test_serialize.SerializeTests_serpent.testCallCustomObjAsArg) ... ok
> testCallPlain (test_serialize.SerializeTests_serpent.testCallPlain) ... ok
> testCallPyroObjAsArg 
> (test_serialize.SerializeTests_serpent.testCallPyroObjAsArg) ... ok
> testCircular (test_serialize.SerializeTests_serpent.testCircular) ... ok
> testCustomClassFail 
> (test_serialize.SerializeTests_serpent.testCustomClassFail) ... skipped 'skip 
> tetes on python3.11'
> testCustomClassOk (test_serialize.SerializeTests_serpent.testCustomClassOk) 
> ... skipped 'skip tetes on python3.11'
> testData (test_serialize.SerializeTests_serpent.testData) ... ok
> testDeque (test_serialize.SerializeTests_serpent.testDeque) ... ok
> testFloatPrecision (test_serialize.SerializeTests_serpent.testFloatPrecision) 
> ... ok
> testNested (test_serialize.SerializeTests_serpent.testNested) ... ok
> testOrderedDict (test_serialize.SerializeTests_serpent.testOrderedDict) ... ok
> testProtocolVersion 
> (test_serialize.SerializeTests_serpent.testProtocolVersion) ... ok
> testProxySerializationCompat 
> (test_serialize.SerializeTests_serpent.testProxySerializationCompat) ... ok
> testPyroClasses (test_serialize.SerializeTests_serpent.testPyroClasses) ... ok
> testPyroClassesForDict 
> (test_serialize.SerializeTests_serpent.testPyroClassesForDict) ... ok
> testRecreateClasses 
> (test_serialize.SerializeTests_serpent.testRecreateClasses) ... ok
> testRegisterTypeReplacementSanity 
> (test_serialize.SerializeTests_serpent.testRegisterTypeReplacementSanity) ... 
> ok
> testSerCompression (test_serialize.SerializeTests_serpent.testSerCompression) 
> ... ok
> testSerCoreOffline (test_serialize.SerializeTests_serpent.testSerCoreOffline) 
> ... ok
> testSerDaemonHack (test_serialize.SerializeTests_serpent.testSerDaemonHack) 
> ... ok
> testSerErrors (test_serialize.SerializeTests_serpent.testSerErrors) ... ok
> testSerItself (test_serialize.SerializeTests_serpent.testSerItself) ... ok
> testSerUnicode (test_serialize.SerializeTests_serpent.testSerUnicode) ... ok
> testSerializeDumpsAndDumpsCall 
> (test_serialize.SerializeTests_serpent.testSerializeDumpsAndDumpsCall) ... ok
> testSerializeException 
> (test_serialize.SerializeTests_serpent.testSerializeException) ... ok
> testSerializeExceptionWithAttr 
> (test_serialize.SerializeTests_serpent.testSerializeExceptionWithAttr) ... ok
> testSerializeSpecialException 
> (test_serialize.SerializeTests_serpent.testSerializeSpecialException) ... ok
> testSet (test_serialize.SerializeTests_serpent.testSet) ... ok
> testSourceByteTypes_deserialize 
> (test_serialize.SerializeTests_serpent.testSourceByteTypes_deserialize) ... ok
> testSourceByteTypes_deserialize_memoryview 
> (test_serialize.SerializeTests_serpent.testSourceByteTypes_deserialize_memoryview)
>  ... ok
> testSourceByteTypes_loads 
> (test_serialize.SerializeTests_serpent.testSourceByteTypes_loads) ... ok
> testSourceByteTypes_loads_memoryview 
> (test_serialize.SerializeTests_serpent.testSourceByteTypes_loads_memoryview) 
> ... ok
> testUUID (test_serialize.SerializeTests_serpent.testUUID) ... ok
> testUnicodeData (test_serialize.SerializeTests_serpent.testUnicodeData) ... ok
> testUriSerializationWithoutSlots 
> (test_serialize.SerializeTests_serpent.testUriSerializationWithoutSlots) ... 
> ok
> testDaemonConnectFail 
> (test_server.ServerTestsBrokenHandshake.testDaemonConnectFail) ... 
> /<<PKGBUILDDIR>>/tests/PyroTests/test_server.py:126: DeprecationWarning: 
> setDaemon() is deprecated, set the daemon attribute instead
>   self.setDaemon(True)
> /<<PKGBUILDDIR>>/src/Pyro4/core.py:1234: DeprecationWarning: isSet() is 
> deprecated, use is_set() instead
>   condition = lambda: not self.__mustshutdown.isSet() and loopCondition()
> ok
> testConnectionStuff 
> (test_server.ServerTestsMultiplexNoTimeout.testConnectionStuff) ... ok
> testException (test_server.ServerTestsMultiplexNoTimeout.testException) ... ok
> testGeneratorLinger 
> (test_server.ServerTestsMultiplexNoTimeout.testGeneratorLinger) ... ok
> testGeneratorNoLinger 
> (test_server.ServerTestsMultiplexNoTimeout.testGeneratorNoLinger) ... ok
> testGeneratorProxyClose 
> (test_server.ServerTestsMultiplexNoTimeout.testGeneratorProxyClose) ... ok
> testOnewayDelayed 
> (test_server.ServerTestsMultiplexNoTimeout.testOnewayDelayed) ... ok
> testOnewayMetaOff 
> (test_server.ServerTestsMultiplexNoTimeout.testOnewayMetaOff) ... ok
> testOnewayMetaOn (test_server.ServerTestsMultiplexNoTimeout.testOnewayMetaOn) 
> ... ok
> testOnewayWithProxySubclass 
> (test_server.ServerTestsMultiplexNoTimeout.testOnewayWithProxySubclass) ... ok
> testProxySharing (test_server.ServerTestsMultiplexNoTimeout.testProxySharing) 
> ... ok
> testReconnectAndCompression 
> (test_server.ServerTestsMultiplexNoTimeout.testReconnectAndCompression) ... ok
> testSerializeConnected 
> (test_server.ServerTestsMultiplexNoTimeout.testSerializeConnected) ... ok
> testServerConnections 
> (test_server.ServerTestsMultiplexNoTimeout.testServerConnections) ... ok
> testServerParallelism 
> (test_server.ServerTestsMultiplexNoTimeout.testServerParallelism) ... 
> /<<PKGBUILDDIR>>/tests/PyroTests/test_server.py:1084: DeprecationWarning: 
> setDaemon() is deprecated, set the daemon attribute instead
>   self.setDaemon(True)
> ok
> testTimeoutCall (test_server.ServerTestsMultiplexNoTimeout.testTimeoutCall) 
> ... ok
> testTimeoutConnect 
> (test_server.ServerTestsMultiplexNoTimeout.testTimeoutConnect) ... ok
> testAsyncProxy (test_server.ServerTestsOnce.testAsyncProxy) ... 
> /<<PKGBUILDDIR>>/src/Pyro4/core.py:901: DeprecationWarning: setDaemon() is 
> deprecated, set the daemon attribute instead
>   thread.setDaemon(True)
> /<<PKGBUILDDIR>>/src/Pyro4/futures.py:147: DeprecationWarning: isSet() is 
> deprecated, use is_set() instead
>   return self.__ready.isSet()
> ok
> testAsyncProxyCallchain (test_server.ServerTestsOnce.testAsyncProxyCallchain) 
> ... /<<PKGBUILDDIR>>/src/Pyro4/futures.py:185: DeprecationWarning: isSet() is 
> deprecated, use is_set() instead
>   if self.__ready.isSet():
> ok
> testAutoProxy (test_server.ServerTestsOnce.testAutoProxy) ... ok
> testBatchAsync (test_server.ServerTestsOnce.testBatchAsync) ... ok
> testBatchAsyncCallchain (test_server.ServerTestsOnce.testBatchAsyncCallchain) 
> ... ok
> testBatchOneway (test_server.ServerTestsOnce.testBatchOneway) ... ok
> testBatchProxy (test_server.ServerTestsOnce.testBatchProxy) ... ok
> testCleanup (test_server.ServerTestsOnce.testCleanup) ... ok
> testConnectOnce (test_server.ServerTestsOnce.testConnectOnce) ... ok
> testConnectingThreads (test_server.ServerTestsOnce.testConnectingThreads) ... 
> /<<PKGBUILDDIR>>/tests/PyroTests/test_server.py:696: DeprecationWarning: 
> setDaemon() is deprecated, set the daemon attribute instead
>   self.setDaemon(True)
> ok
> testExceptions (test_server.ServerTestsOnce.testExceptions) ... ok
> testExposedNotRequired (test_server.ServerTestsOnce.testExposedNotRequired) 
> ... ok
> testExposedRequired (test_server.ServerTestsOnce.testExposedRequired) ... ok
> testGenerator (test_server.ServerTestsOnce.testGenerator) ... ok
> testHasAttr (test_server.ServerTestsOnce.testHasAttr) ... ok
> testIterator (test_server.ServerTestsOnce.testIterator) ... ok
> testMaxMsgSize (test_server.ServerTestsOnce.testMaxMsgSize) ... ok
> testMetaOffAttrs (test_server.ServerTestsOnce.testMetaOffAttrs) ... ok
> testMetaOnAttrs (test_server.ServerTestsOnce.testMetaOnAttrs) ... ok
> testNonserializableException_other 
> (test_server.ServerTestsOnce.testNonserializableException_other) ... ok
> testNonserializableException_pickle 
> (test_server.ServerTestsOnce.testNonserializableException_pickle) ... ok
> testNormalProxy (test_server.ServerTestsOnce.testNormalProxy) ... ok
> testPingMessage (test_server.ServerTestsOnce.testPingMessage) ... ok
> testProperties (test_server.ServerTestsOnce.testProperties) ... ok
> testProxyAnnotations (test_server.ServerTestsOnce.testProxyAnnotations) ... ok
> testProxyAnnotationsOldApi 
> (test_server.ServerTestsOnce.testProxyAnnotationsOldApi) ... ok
> testProxyAttrsMetadataOff 
> (test_server.ServerTestsOnce.testProxyAttrsMetadataOff) ... ok
> testProxyAttrsMetadataOn 
> (test_server.ServerTestsOnce.testProxyAttrsMetadataOn) ... ok
> testProxyMetadata (test_server.ServerTestsOnce.testProxyMetadata) ... ok
> testProxyMetadataKnown (test_server.ServerTestsOnce.testProxyMetadataKnown) 
> ... ok
> testProxyRepr (test_server.ServerTestsOnce.testProxyRepr) ... ok
> testProxySerializedBlobArg 
> (test_server.ServerTestsOnce.testProxySerializedBlobArg) ... ok
> testPyroTracebackBatch (test_server.ServerTestsOnce.testPyroTracebackBatch) 
> ... ok
> testPyroTracebackNormal (test_server.ServerTestsOnce.testPyroTracebackNormal) 
> ... ok
> testResourceFreeing (test_server.ServerTestsOnce.testResourceFreeing) ... ok
> testSequence (test_server.ServerTestsOnce.testSequence) ... ok
> testSerializedBlob (test_server.ServerTestsOnce.testSerializedBlob) ... ok
> testSerializedBlobMessage 
> (test_server.ServerTestsOnce.testSerializedBlobMessage) ... ok
> testSomeArgumentTypes (test_server.ServerTestsOnce.testSomeArgumentTypes) ... 
> ok
> testUnicodeKwargs (test_server.ServerTestsOnce.testUnicodeKwargs) ... ok
> testConnectionStuff 
> (test_server.ServerTestsThreadNoTimeout.testConnectionStuff) ... ok
> testException (test_server.ServerTestsThreadNoTimeout.testException) ... ok
> testGeneratorLinger 
> (test_server.ServerTestsThreadNoTimeout.testGeneratorLinger) ... ok
> testGeneratorNoLinger 
> (test_server.ServerTestsThreadNoTimeout.testGeneratorNoLinger) ... ok
> testGeneratorProxyClose 
> (test_server.ServerTestsThreadNoTimeout.testGeneratorProxyClose) ... ok
> testOnewayDelayed (test_server.ServerTestsThreadNoTimeout.testOnewayDelayed) 
> ... ok
> testOnewayMetaOff (test_server.ServerTestsThreadNoTimeout.testOnewayMetaOff) 
> ... ok
> testOnewayMetaOn (test_server.ServerTestsThreadNoTimeout.testOnewayMetaOn) 
> ... ok
> testOnewayWithProxySubclass 
> (test_server.ServerTestsThreadNoTimeout.testOnewayWithProxySubclass) ... ok
> testProxySharing (test_server.ServerTestsThreadNoTimeout.testProxySharing) 
> ... /<<PKGBUILDDIR>>/tests/PyroTests/test_server.py:1041: DeprecationWarning: 
> setDaemon() is deprecated, set the daemon attribute instead
>   self.setDaemon(True)
> ok
> testReconnectAndCompression 
> (test_server.ServerTestsThreadNoTimeout.testReconnectAndCompression) ... ok
> testSerializeConnected 
> (test_server.ServerTestsThreadNoTimeout.testSerializeConnected) ... ok
> testServerConnections 
> (test_server.ServerTestsThreadNoTimeout.testServerConnections) ... ok
> testServerParallelism 
> (test_server.ServerTestsThreadNoTimeout.testServerParallelism) ... ok
> testTimeoutCall (test_server.ServerTestsThreadNoTimeout.testTimeoutCall) ... 
> ok
> testTimeoutConnect 
> (test_server.ServerTestsThreadNoTimeout.testTimeoutConnect) ... ok
> testConnectionStuff 
> (test_server_timeout.ServerTestsMultiplexTimeout.testConnectionStuff) ... ok
> testException (test_server_timeout.ServerTestsMultiplexTimeout.testException) 
> ... ok
> testGeneratorLinger 
> (test_server_timeout.ServerTestsMultiplexTimeout.testGeneratorLinger) ... ok
> testGeneratorNoLinger 
> (test_server_timeout.ServerTestsMultiplexTimeout.testGeneratorNoLinger) ... ok
> testGeneratorProxyClose 
> (test_server_timeout.ServerTestsMultiplexTimeout.testGeneratorProxyClose) ... 
> ok
> testOnewayDelayed 
> (test_server_timeout.ServerTestsMultiplexTimeout.testOnewayDelayed) ... ok
> testOnewayMetaOff 
> (test_server_timeout.ServerTestsMultiplexTimeout.testOnewayMetaOff) ... ok
> testOnewayMetaOn 
> (test_server_timeout.ServerTestsMultiplexTimeout.testOnewayMetaOn) ... ok
> testOnewayWithProxySubclass 
> (test_server_timeout.ServerTestsMultiplexTimeout.testOnewayWithProxySubclass) 
> ... ok
> testProxySharing 
> (test_server_timeout.ServerTestsMultiplexTimeout.testProxySharing) ... ok
> testReconnectAndCompression 
> (test_server_timeout.ServerTestsMultiplexTimeout.testReconnectAndCompression) 
> ... ok
> testSerializeConnected 
> (test_server_timeout.ServerTestsMultiplexTimeout.testSerializeConnected) ... 
> ok
> testServerConnections 
> (test_server_timeout.ServerTestsMultiplexTimeout.testServerConnections) ... ok
> testServerParallelism 
> (test_server_timeout.ServerTestsMultiplexTimeout.testServerParallelism) ... ok
> testTimeoutCall 
> (test_server_timeout.ServerTestsMultiplexTimeout.testTimeoutCall) ... ok
> testTimeoutConnect 
> (test_server_timeout.ServerTestsMultiplexTimeout.testTimeoutConnect) ... ok
> testConnectionStuff 
> (test_server_timeout.ServerTestsThreadTimeout.testConnectionStuff) ... ok
> testException (test_server_timeout.ServerTestsThreadTimeout.testException) 
> ... ok
> testGeneratorLinger 
> (test_server_timeout.ServerTestsThreadTimeout.testGeneratorLinger) ... ok
> testGeneratorNoLinger 
> (test_server_timeout.ServerTestsThreadTimeout.testGeneratorNoLinger) ... ok
> testGeneratorProxyClose 
> (test_server_timeout.ServerTestsThreadTimeout.testGeneratorProxyClose) ... ok
> testOnewayDelayed 
> (test_server_timeout.ServerTestsThreadTimeout.testOnewayDelayed) ... ok
> testOnewayMetaOff 
> (test_server_timeout.ServerTestsThreadTimeout.testOnewayMetaOff) ... ok
> testOnewayMetaOn 
> (test_server_timeout.ServerTestsThreadTimeout.testOnewayMetaOn) ... ok
> testOnewayWithProxySubclass 
> (test_server_timeout.ServerTestsThreadTimeout.testOnewayWithProxySubclass) 
> ... ok
> testProxySharing 
> (test_server_timeout.ServerTestsThreadTimeout.testProxySharing) ... ok
> testReconnectAndCompression 
> (test_server_timeout.ServerTestsThreadTimeout.testReconnectAndCompression) 
> ... ok
> testSerializeConnected 
> (test_server_timeout.ServerTestsThreadTimeout.testSerializeConnected) ... ok
> testServerConnections 
> (test_server_timeout.ServerTestsThreadTimeout.testServerConnections) ... ok
> testServerParallelism 
> (test_server_timeout.ServerTestsThreadTimeout.testServerParallelism) ... ok
> testTimeoutCall 
> (test_server_timeout.ServerTestsThreadTimeout.testTimeoutCall) ... ok
> testTimeoutConnect 
> (test_server_timeout.ServerTestsThreadTimeout.testTimeoutConnect) ... ok
> testContextAndSock (test_socket.TestSSL.testContextAndSock) ... ok
> testConnectCrash (test_socket.TestServerDOS_multiplex.testConnectCrash) ... ok
> testInvalidMessageCrash 
> (test_socket.TestServerDOS_multiplex.testInvalidMessageCrash) ... ok
> testConnectCrash (test_socket.TestServerDOS_threading.testConnectCrash) ... ok
> testInvalidMessageCrash 
> (test_socket.TestServerDOS_threading.testInvalidMessageCrash) ... ok
> testServer_multiplex (test_socket.TestSocketServer.testServer_multiplex) ... 
> ok
> testServer_thread (test_socket.TestSocketServer.testServer_thread) ... ok
> testSockname (test_socket.TestSocketStuff.testSockname) ... ok
> testAbstractNamespace (test_socket.TestSocketutil.testAbstractNamespace) ... 
> skipped 'no network access on buildds'
> testBindUnusedPort (test_socket.TestSocketutil.testBindUnusedPort) ... 
> skipped 'no network access on buildds'
> testBindUnusedPort6 (test_socket.TestSocketutil.testBindUnusedPort6) ... 
> skipped 'no network access on buildds'
> testBroadcast (test_socket.TestSocketutil.testBroadcast) ... skipped 'no 
> network access on buildds'
> testCreateBoundSockets (test_socket.TestSocketutil.testCreateBoundSockets) 
> ... skipped 'no network access on buildds'
> testCreateBoundSockets6 (test_socket.TestSocketutil.testCreateBoundSockets6) 
> ... skipped 'no network access on buildds'
> testCreateBoundUnixSockets 
> (test_socket.TestSocketutil.testCreateBoundUnixSockets) ... skipped 'no 
> network access on buildds'
> testCreateUnboundSockets 
> (test_socket.TestSocketutil.testCreateUnboundSockets) ... skipped 'no network 
> access on buildds'
> testCreateUnboundSockets6 
> (test_socket.TestSocketutil.testCreateUnboundSockets6) ... skipped 'no 
> network access on buildds'
> testGetIP (test_socket.TestSocketutil.testGetIP) ... skipped 'no network 
> access on buildds'
> testGetIP6 (test_socket.TestSocketutil.testGetIP6) ... skipped 'no network 
> access on buildds'
> testGetInterfaceAddress (test_socket.TestSocketutil.testGetInterfaceAddress) 
> ... skipped 'no network access on buildds'
> testGetIpVersion4 (test_socket.TestSocketutil.testGetIpVersion4) ... skipped 
> 'no network access on buildds'
> testGetIpVersion6 (test_socket.TestSocketutil.testGetIpVersion6) ... skipped 
> 'no network access on buildds'
> testMsgWaitAllConfig (test_socket.TestSocketutil.testMsgWaitAllConfig) ... 
> skipped 'no network access on buildds'
> testMsgWaitallProblems (test_socket.TestSocketutil.testMsgWaitallProblems) 
> ... skipped 'no network access on buildds'
> testMsgWaitallProblems2 (test_socket.TestSocketutil.testMsgWaitallProblems2) 
> ... skipped 'no network access on buildds'
> testSend (test_socket.TestSocketutil.testSend) ... skipped 'no network access 
> on buildds'
> testSendUnix (test_socket.TestSocketutil.testSendUnix) ... skipped 'no 
> network access on buildds'
> testUnusedPort (test_socket.TestSocketutil.testUnusedPort) ... skipped 'no 
> network access on buildds'
> testUnusedPort6 (test_socket.TestSocketutil.testUnusedPort6) ... skipped 'no 
> network access on buildds'
> testAllBusy (test_threadpool.PoolTests.testAllBusy) ... ok
> testClose (test_threadpool.PoolTests.testClose) ... ok
> testCreate (test_threadpool.PoolTests.testCreate) ... ok
> testScaling (test_threadpool.PoolTests.testScaling) ... ok
> testSingle (test_threadpool.PoolTests.testSingle) ... ok
> testServerPoolFull (test_threadpool.ThreadPoolServerTests.testServerPoolFull) 
> ... ok
> testBasic (test_util.TestMetaAndExpose.testBasic) ... ok
> testClassmethodExposeCorrectOrderOkay 
> (test_util.TestMetaAndExpose.testClassmethodExposeCorrectOrderOkay) ... ok
> testClassmethodExposeWrongOrderFail 
> (test_util.TestMetaAndExpose.testClassmethodExposeWrongOrderFail) ... ok
> testExposeDunderOk (test_util.TestMetaAndExpose.testExposeDunderOk) ... ok
> testExposePrivateFails (test_util.TestMetaAndExpose.testExposePrivateFails) 
> ... ok
> testExposedSubclass (test_util.TestMetaAndExpose.testExposedSubclass) ... ok
> testGetExposedCacheWorks 
> (test_util.TestMetaAndExpose.testGetExposedCacheWorks) ... ok
> testGetExposedProperty (test_util.TestMetaAndExpose.testGetExposedProperty) 
> ... ok
> testGetExposedPropertyFromPartiallyExposed 
> (test_util.TestMetaAndExpose.testGetExposedPropertyFromPartiallyExposed) ... 
> ok
> testIsPrivateName (test_util.TestMetaAndExpose.testIsPrivateName) ... ok
> testNotOnlyExposed (test_util.TestMetaAndExpose.testNotOnlyExposed) ... ok
> testPartlyExposedSubclass 
> (test_util.TestMetaAndExpose.testPartlyExposedSubclass) ... ok
> testPrivateNotExposed (test_util.TestMetaAndExpose.testPrivateNotExposed) ... 
> ok
> testResetExposedCache (test_util.TestMetaAndExpose.testResetExposedCache) ... 
> ok
> testSetExposedProperty (test_util.TestMetaAndExpose.testSetExposedProperty) 
> ... ok
> testSetExposedPropertyFromPartiallyExposed 
> (test_util.TestMetaAndExpose.testSetExposedPropertyFromPartiallyExposed) ... 
> ok
> testConfig (test_util.TestUtils.testConfig) ... ok
> testConfigReset (test_util.TestUtils.testConfigReset) ... ok
> testExcepthook (test_util.TestUtils.testExcepthook) ... ok
> testFormatTracebackDetail (test_util.TestUtils.testFormatTracebackDetail) ... 
> ok
> testFormatTracebackNormal (test_util.TestUtils.testFormatTracebackNormal) ... 
> ok
> testPyroTraceback (test_util.TestUtils.testPyroTraceback) ... ok
> testPyroTracebackArgs (test_util.TestUtils.testPyroTracebackArgs) ... ok
> testResolveAttr (test_util.TestUtils.testResolveAttr) ... ok
> testUnicodeKwargs (test_util.TestUtils.testUnicodeKwargs) ... ok
> 
> ======================================================================
> ERROR: testProxyConnectedSocket (test_core.CoreTests.testProxyConnectedSocket)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/PyroTests/test_core.py", line 362, in 
> testProxyConnectedSocket
>     self.assertEquals("<<connected-socket>>:0", p._pyroUri.location)
>     ^^^^^^^^^^^^^^^^^
> AttributeError: 'CoreTests' object has no attribute 'assertEquals'. Did you 
> mean: 'assertEqual'?
> 
> ----------------------------------------------------------------------
> Ran 535 tests in 72.702s
> 
> FAILED (errors=1, skipped=115)
> Test failed: <unittest.runner.TextTestResult run=535 errors=1 failures=0>
> error: Test failed: <unittest.runner.TextTestResult run=535 errors=1 
> failures=0>
> E: pybuild pybuild:395: test: plugin distutils failed with: exit code=1: 
> python3.12 setup.py test 
> I: pybuild base:310: python3.11 setup.py test 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
>         
> ********************************************************************************
>         The license_file parameter is deprecated, use license_files instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> Pyro version = 4.82
> running test
> WARNING: Testing via this command is deprecated and will be removed in a 
> future version. Users looking for a generic test entry point independent of 
> test runner are encouraged to use tox.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:193: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   ir_d = dist.fetch_build_eggs(dist.install_requires)
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:194: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   tr_d = dist.fetch_build_eggs(dist.tests_require or [])
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/command/test.py:195: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   er_d = dist.fetch_build_eggs(
> WARNING: The wheel package is not available.
> running egg_info
> writing src/Pyro4.egg-info/PKG-INFO
> writing dependency_links to src/Pyro4.egg-info/dependency_links.txt
> writing entry points to src/Pyro4.egg-info/entry_points.txt
> writing requirements to src/Pyro4.egg-info/requires.txt
> writing top-level names to src/Pyro4.egg-info/top_level.txt
> reading manifest file 'src/Pyro4.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '*/.svn/*' found anywhere in 
> distribution
> warning: no previously-included files matching '*/.idea/*' found anywhere in 
> distribution
> warning: no previously-included files matching '*.class' found anywhere in 
> distribution
> warning: no previously-included files matching '*.pyo' found anywhere in 
> distribution
> warning: no previously-included files matching '*.coverage' found anywhere in 
> distribution
> warning: no previously-included files matching '.git' found anywhere in 
> distribution
> warning: no previously-included files matching '.gitignore' found anywhere in 
> distribution
> warning: no previously-included files matching '.tox' found anywhere in 
> distribution
> warning: no previously-included files matching '__pycache__' found anywhere 
> in distribution
> adding license file 'LICENSE'
> writing manifest file 'src/Pyro4.egg-info/SOURCES.txt'
> running build_ext
> testBehaviorInstancecreatorInvalid 
> (test_core.BehaviorDecoratorTests.testBehaviorInstancecreatorInvalid) ... ok
> testBehaviorInstancemodeInvalid 
> (test_core.BehaviorDecoratorTests.testBehaviorInstancemodeInvalid) ... ok
> testBehaviorInstancing 
> (test_core.BehaviorDecoratorTests.testBehaviorInstancing) ... ok
> testBehaviorOnMethodInvalid 
> (test_core.BehaviorDecoratorTests.testBehaviorOnMethodInvalid) ... ok
> testBehaviorRequiresParams 
> (test_core.BehaviorDecoratorTests.testBehaviorRequiresParams) ... ok
> testBehaviorWithExposeKeepsCorrectValues 
> (test_core.BehaviorDecoratorTests.testBehaviorWithExposeKeepsCorrectValues) 
> ... ok
> testAsyncProxyCopy (test_core.CoreTests.testAsyncProxyCopy) ... ok
> testBatchProxyAdapterCopy (test_core.CoreTests.testBatchProxyAdapterCopy) ... 
> ok
> testCallContext (test_core.CoreTests.testCallContext) ... ok
> testCallbackDecorator (test_core.CoreTests.testCallbackDecorator) ... ok
> testConfig (test_core.CoreTests.testConfig) ... ok
> testConfigDefaults (test_core.CoreTests.testConfigDefaults) ... ok
> testConfigDump (test_core.CoreTests.testConfigDump) ... ok
> testConfigParseBool (test_core.CoreTests.testConfigParseBool) ... ok
> testConfigValid (test_core.CoreTests.testConfigValid) ... ok
> testDaemonNoHmac (test_core.CoreTests.testDaemonNoHmac) ... ok
> testInvalidUris (test_core.CoreTests.testInvalidUris) ... ok
> testLocation (test_core.CoreTests.testLocation) ... ok
> testLogInit (test_core.CoreTests.testLogInit) ... ok
> testNoConnect (test_core.CoreTests.testNoConnect) ... ok
> testProxyConnectedSocket (test_core.CoreTests.testProxyConnectedSocket) ... ok
> testProxyCopy (test_core.CoreTests.testProxyCopy) ... ok
> testProxyDir (test_core.CoreTests.testProxyDir) ... ok
> testProxyDirMetadata (test_core.CoreTests.testProxyDirMetadata) ... ok
> testProxyEquality (test_core.CoreTests.testProxyEquality) ... ok
> testProxyHmac (test_core.CoreTests.testProxyHmac) ... ok
> testProxyNoHmac (test_core.CoreTests.testProxyNoHmac) ... ok
> testProxyOffline (test_core.CoreTests.testProxyOffline) ... ok
> testProxyRepr (test_core.CoreTests.testProxyRepr) ... ok
> testProxySerializerOverride (test_core.CoreTests.testProxySerializerOverride) 
> ... ok
> testProxySettings (test_core.CoreTests.testProxySettings) ... ok
> testProxySubclassCopy (test_core.CoreTests.testProxySubclassCopy) ... ok
> testProxyWithStmt (test_core.CoreTests.testProxyWithStmt) ... ok
> testTimeoutGetSet (test_core.CoreTests.testTimeoutGetSet) ... ok
> testUriCopy (test_core.CoreTests.testUriCopy) ... ok
> testUriEqual (test_core.CoreTests.testUriEqual) ... ok
> testUriParsingIpv6 (test_core.CoreTests.testUriParsingIpv6) ... ok
> testUriParsingPyro (test_core.CoreTests.testUriParsingPyro) ... ok
> testUriParsingPyrometa (test_core.CoreTests.testUriParsingPyrometa) ... ok
> testUriParsingPyroname (test_core.CoreTests.testUriParsingPyroname) ... ok
> testUriStrAndRepr (test_core.CoreTests.testUriStrAndRepr) ... ok
> testUriSubclassCopy (test_core.CoreTests.testUriSubclassCopy) ... ok
> testUriUnicode (test_core.CoreTests.testUriUnicode) ... ok
> testExposeInstancemodeDefault 
> (test_core.ExposeDecoratorTests.testExposeInstancemodeDefault) ... ok
> testAsyncCallbackMethod (test_core.RemoteMethodTests.testAsyncCallbackMethod) 
> ... /<<PKGBUILDDIR>>/src/Pyro4/core.py:901: DeprecationWarning: setDaemon() 
> is deprecated, set the daemon attribute instead
>   thread.setDaemon(True)
> /<<PKGBUILDDIR>>/src/Pyro4/futures.py:185: DeprecationWarning: isSet() is 
> deprecated, use is_set() instead
>   if self.__ready.isSet():
> ok
> testAsyncMethod (test_core.RemoteMethodTests.testAsyncMethod) ... 
> /<<PKGBUILDDIR>>/src/Pyro4/futures.py:147: DeprecationWarning: isSet() is 
> deprecated, use is_set() instead
>   return self.__ready.isSet()
> ok
> testAsyncMethodTimeout (test_core.RemoteMethodTests.testAsyncMethodTimeout) 
> ... ok
> testBatchMethod (test_core.RemoteMethodTests.testBatchMethod) ... ok
> testBatchMethodAsync (test_core.RemoteMethodTests.testBatchMethodAsync) ... ok
> testBatchMethodOneway (test_core.RemoteMethodTests.testBatchMethodOneway) ... 
> ok
> testBatchMethodReuse (test_core.RemoteMethodTests.testBatchMethodReuse) ... ok
> testChangedAsyncLegacyApi 
> (test_core.RemoteMethodTests.testChangedAsyncLegacyApi) ... ok
> testCrashingAsyncCallbackMethod 
> (test_core.RemoteMethodTests.testCrashingAsyncCallbackMethod) ... ok
> testRemoteMethodMetaOff (test_core.RemoteMethodTests.testRemoteMethodMetaOff) 
> ... ok
> testRemoteMethodMetaOn (test_core.RemoteMethodTests.testRemoteMethodMetaOn) 
> ... ok
> testCrashingChain (test_core.TestFutures.testCrashingChain) ... 
> /<<PKGBUILDDIR>>/src/Pyro4/futures.py:51: DeprecationWarning: setDaemon() is 
> deprecated, set the daemon attribute instead
>   thread.setDaemon(True)
> ok
> testErrorHandler (test_core.TestFutures.testErrorHandler) ... ok
> testFutureCancel (test_core.TestFutures.testFutureCancel) ... ok
> testFutureChain (test_core.TestFutures.testFutureChain) ... ok
> testFutureDelay (test_core.TestFutures.testFutureDelay) ... ok
> testFutureResultChain (test_core.TestFutures.testFutureResultChain) ... ok
> testFutureResultChainSlow (test_core.TestFutures.testFutureResultChainSlow) 
> ... ok
> testSimpleFuture (test_core.TestFutures.testSimpleFuture) ... ok
> testSimpleServe (test_core.TestSimpleServe.testSimpleServe) ... ok
> testSimpleServeSameNames (test_core.TestSimpleServe.testSimpleServeSameNames) 
> ... ok
> testBehaviorDefaults (test_daemon.DaemonTests.testBehaviorDefaults) ... ok
> testBehaviorDefaultsIsSession 
> (test_daemon.DaemonTests.testBehaviorDefaultsIsSession) ... ok
> testCombine (test_daemon.DaemonTests.testCombine) ... ok
> testCustomHandshake (test_daemon.DaemonTests.testCustomHandshake) ... ok
> testDaemon (test_daemon.DaemonTests.testDaemon) ... ok
> testDaemonConnectedSocket (test_daemon.DaemonTests.testDaemonConnectedSocket) 
> ... /<<PKGBUILDDIR>>/tests/PyroTests/test_daemon.py:134: ResourceWarning: 
> unclosed <socket.socket fd=14, family=1, type=1, proto=0>
>   s1, s2 = socket.socketpair()
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /usr/lib/python3.11/unittest/case.py:579: ResourceWarning: unclosed 
> <socket.socket fd=15, family=1, type=1, proto=0>
>   if method() is not None:
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ok
> testDaemonCustomInterface (test_daemon.DaemonTests.testDaemonCustomInterface) 
> ... ok
> testDaemonObject (test_daemon.DaemonTests.testDaemonObject) ... ok
> testDaemonUnixSocket (test_daemon.DaemonTests.testDaemonUnixSocket) ... ok
> testDaemonUnixSocketAbstractNS 
> (test_daemon.DaemonTests.testDaemonUnixSocketAbstractNS) ... ok
> testDaemonWithStmt (test_daemon.DaemonTests.testDaemonWithStmt) ... ok
> testHandshakeDenied (test_daemon.DaemonTests.testHandshakeDenied) ... ok
> testInstanceCreationPerCall 
> (test_daemon.DaemonTests.testInstanceCreationPerCall) ... ok
> testInstanceCreationSession 
> (test_daemon.DaemonTests.testInstanceCreationSession) ... ok
> testInstanceCreationSingle 
> (test_daemon.DaemonTests.testInstanceCreationSingle) ... ok
> testInstanceCreationWrongType 
> (test_daemon.DaemonTests.testInstanceCreationWrongType) ... ok
> testNAT (test_daemon.DaemonTests.testNAT) ... ok
> testNATconfig (test_daemon.DaemonTests.testNATconfig) ... ok
> testNATzeroPort (test_daemon.DaemonTests.testNATzeroPort) ... ok
> testRegisterClass (test_daemon.DaemonTests.testRegisterClass) ... ok
> testRegisterEtc (test_daemon.DaemonTests.testRegisterEtc) ... ok
> testRegisterTwice (test_daemon.DaemonTests.testRegisterTwice) ... ok
> testRegisterTwiceForced (test_daemon.DaemonTests.testRegisterTwiceForced) ... 
> ok
> testRegisterUnicode (test_daemon.DaemonTests.testRegisterUnicode) ... ok
> testRequestloopCondition (test_daemon.DaemonTests.testRequestloopCondition) 
> ... /<<PKGBUILDDIR>>/src/Pyro4/core.py:1234: DeprecationWarning: isSet() is 
> deprecated, use is_set() instead
>   condition = lambda: not self.__mustshutdown.isSet() and loopCondition()
> ok
> testSerializerAccepted (test_daemon.DaemonTests.testSerializerAccepted) ... ok
> testSerializerConfig (test_daemon.DaemonTests.testSerializerConfig) ... ok
> testServertypeFoobar (test_daemon.DaemonTests.testServertypeFoobar) ... ok
> testServertypeMultiplex (test_daemon.DaemonTests.testServertypeMultiplex) ... 
> ok
> testServertypeThread (test_daemon.DaemonTests.testServertypeThread) ... ok
> testSimpleHandshake (test_daemon.DaemonTests.testSimpleHandshake) ... ok
> testUriFor (test_daemon.DaemonTests.testUriFor) ... ok
> testMeta (test_daemon.MetaInfoTests.testMeta) ... ok
> testMetaResetCache (test_daemon.MetaInfoTests.testMetaResetCache) ... ok
> testMetaSerialization (test_daemon.MetaInfoTests.testMetaSerialization) ... ok
> testEcho (test_echoserver.TestEchoserver.testEcho) ... 
> /<<PKGBUILDDIR>>/tests/PyroTests/test_echoserver.py:18: DeprecationWarning: 
> setDaemon() is deprecated, set the daemon attribute instead
>   self.setDaemon(True)
> ok
> testError (test_echoserver.TestEchoserver.testError) ... ok
> testExposed (test_echoserver.TestEchoserver.testExposed) ... ok
> testGenerator (test_echoserver.TestEchoserver.testGenerator) ... ok
> testFlameDisabled (test_flame.FlameDisabledTests.testFlameDisabled) ... ok
> testRequirePickleExclusively 
> (test_flame.FlameDisabledTests.testRequirePickleExclusively) ... ok
> testCreateModule (test_flame.FlameTests.testCreateModule) ... ok
> testCreateModuleNamespace (test_flame.FlameTests.testCreateModuleNamespace) 
> ... ok
> testExecFunction (test_flame.FlameTests.testExecFunction) ... ok
> testExecFunctionNewlines (test_flame.FlameTests.testExecFunctionNewlines) ... 
> ok
> testExposed (test_flame.FlameTests.testExposed) ... ok
> testFlameBuiltin (test_flame.FlameTests.testFlameBuiltin) ... ok
> testFlameModule (test_flame.FlameTests.testFlameModule) ... ok
> testFlameserverMain (test_flame.FlameTests.testFlameserverMain) ... ok
> testExposedPattern (test_httpgateway.TestHttpGateway.testExposedPattern) ... 
> ok
> testMethodCallGET (test_httpgateway.TestHttpGateway.testMethodCallGET) ... ok
> testMethodCallPOST (test_httpgateway.TestHttpGateway.testMethodCallPOST) ... 
> ok
> testNameDeniedNotRegistered 
> (test_httpgateway.TestHttpGateway.testNameDeniedNotRegistered) ... ok
> testNameDeniedPattern 
> (test_httpgateway.TestHttpGateway.testNameDeniedPattern) ... ok
> testParams (test_httpgateway.TestHttpGateway.testParams) ... ok
> testRedirect (test_httpgateway.TestHttpGateway.testRedirect) ... ok
> testWebpage (test_httpgateway.TestHttpGateway.testWebpage) ... ok
> testAnnotations (test_message.MessageTestsHmac.testAnnotations) ... ok
> testAnnotationsIdLength4 
> (test_message.MessageTestsHmac.testAnnotationsIdLength4) ... ok
> testChecksum (test_message.MessageTestsHmac.testChecksum) ... ok
> testCompression (test_message.MessageTestsHmac.testCompression) ... ok
> testHmac (test_message.MessageTestsHmac.testHmac) ... ok
> testHmacMethod (test_message.MessageTestsHmac.testHmacMethod) ... ok
> testMessage (test_message.MessageTestsHmac.testMessage) ... ok
> testMessageHeaderDatasize 
> (test_message.MessageTestsHmac.testMessageHeaderDatasize) ... ok
> testProtocolVersion (test_message.MessageTestsHmac.testProtocolVersion) ... ok
> testRecvAnnotations (test_message.MessageTestsHmac.testRecvAnnotations) ... ok
> testSecureCompare (test_message.MessageTestsHmac.testSecureCompare) ... ok
> testMaxDataSize (test_message.MessageTestsNoHmac.testMaxDataSize) ... ok
> testRecvNoAnnotations (test_message.MessageTestsNoHmac.testRecvNoAnnotations) 
> ... ok
> testBCstart (test_naming.BCSetupTests.testBCstart) ... skipped 'no network 
> access on buildds'
> testAutoClean (test_naming.NameServerTests.testAutoClean) ... skipped 'no 
> network access on buildds'
> testDaemonPyroObj (test_naming.NameServerTests.testDaemonPyroObj) ... skipped 
> 'no network access on buildds'
> testLookupAndRegister (test_naming.NameServerTests.testLookupAndRegister) ... 
> skipped 'no network access on buildds'
> testLookupInvalidHmac (test_naming.NameServerTests.testLookupInvalidHmac) ... 
> skipped 'no network access on buildds'
> testLookupUnixsockParsing 
> (test_naming.NameServerTests.testLookupUnixsockParsing) ... skipped 'no 
> network access on buildds'
> testMulti (test_naming.NameServerTests.testMulti) ... skipped 'no network 
> access on buildds'
> testRefuseDottedNames (test_naming.NameServerTests.testRefuseDottedNames) ... 
> skipped 'no network access on buildds'
> testResolve (test_naming.NameServerTests.testResolve) ... skipped 'no network 
> access on buildds'
> testBCLookup0000 (test_naming.NameServerTests0000.testBCLookup0000) ... 
> skipped 'no network access on buildds'
> testLookupAndRegister (test_naming.NameServerTestsHmac.testLookupAndRegister) 
> ... skipped 'no network access on buildds'
> testPyroname (test_naming.NameServerTestsHmac.testPyroname) ... skipped 'no 
> network access on buildds'
> testResolve (test_naming.NameServerTestsHmac.testResolve) ... skipped 'no 
> network access on buildds'
> testResolveAsymmetricHmacUsage 
> (test_naming.NameServerTestsHmac.testResolveAsymmetricHmacUsage) ... skipped 
> 'no network access on buildds'
> testResolveWrongHmac (test_naming.NameServerTestsHmac.testResolveWrongHmac) 
> ... skipped 'no network access on buildds'
> testEmptyMetadata (test_naming2.OfflineNameServerTests.testEmptyMetadata) ... 
> skipped 'no network access on buildds'
> testList (test_naming2.OfflineNameServerTests.testList) ... skipped 'no 
> network access on buildds'
> testListNoMultipleFilters 
> (test_naming2.OfflineNameServerTests.testListNoMultipleFilters) ... skipped 
> 'no network access on buildds'
> testMetadata (test_naming2.OfflineNameServerTests.testMetadata) ... skipped 
> 'no network access on buildds'
> testMetadataAny (test_naming2.OfflineNameServerTests.testMetadataAny) ... 
> skipped 'no network access on buildds'
> testMetadataListInvalidTypes 
> (test_naming2.OfflineNameServerTests.testMetadataListInvalidTypes) ... 
> skipped 'no network access on buildds'
> testMetadataRegisterInvalidTypes 
> (test_naming2.OfflineNameServerTests.testMetadataRegisterInvalidTypes) ... 
> skipped 'no network access on buildds'
> testNAT (test_naming2.OfflineNameServerTests.testNAT) ... skipped 'no network 
> access on buildds'
> testNSCfunctions (test_naming2.OfflineNameServerTests.testNSCfunctions) ... 
> skipped 'no network access on buildds'
> testNSCmain (test_naming2.OfflineNameServerTests.testNSCmain) ... skipped 'no 
> network access on buildds'
> testNSmain (test_naming2.OfflineNameServerTests.testNSmain) ... skipped 'no 
> network access on buildds'
> testNameserverWithStmt 
> (test_naming2.OfflineNameServerTests.testNameserverWithStmt) ... skipped 'no 
> network access on buildds'
> testRegister (test_naming2.OfflineNameServerTests.testRegister) ... skipped 
> 'no network access on buildds'
> testRemove (test_naming2.OfflineNameServerTests.testRemove) ... skipped 'no 
> network access on buildds'
> testRemoveProtected (test_naming2.OfflineNameServerTests.testRemoveProtected) 
> ... skipped 'no network access on buildds'
> testStartNSfunc (test_naming2.OfflineNameServerTests.testStartNSfunc) ... 
> skipped 'no network access on buildds'
> testUnicodeNames (test_naming2.OfflineNameServerTests.testUnicodeNames) ... 
> skipped 'no network access on buildds'
> testEmptyMetadata 
> (test_naming2.OfflineNameServerTestsDbmStorage.testEmptyMetadata) ... skipped 
> 'no network access on buildds'
> testList (test_naming2.OfflineNameServerTestsDbmStorage.testList) ... skipped 
> 'no network access on buildds'
> testListNoMultipleFilters 
> (test_naming2.OfflineNameServerTestsDbmStorage.testListNoMultipleFilters) ... 
> skipped 'no network access on buildds'
> testMetadata (test_naming2.OfflineNameServerTestsDbmStorage.testMetadata) ... 
> skipped 'no network access on buildds'
> testMetadataAny 
> (test_naming2.OfflineNameServerTestsDbmStorage.testMetadataAny) ... skipped 
> 'no network access on buildds'
> testMetadataListInvalidTypes 
> (test_naming2.OfflineNameServerTestsDbmStorage.testMetadataListInvalidTypes) 
> ... skipped 'no network access on buildds'
> testMetadataRegisterInvalidTypes 
> (test_naming2.OfflineNameServerTestsDbmStorage.testMetadataRegisterInvalidTypes)
>  ... skipped 'no network access on buildds'
> testNAT (test_naming2.OfflineNameServerTestsDbmStorage.testNAT) ... skipped 
> 'no network access on buildds'
> testNSCfunctions 
> (test_naming2.OfflineNameServerTestsDbmStorage.testNSCfunctions) ... skipped 
> 'no network access on buildds'
> testNSCmain (test_naming2.OfflineNameServerTestsDbmStorage.testNSCmain) ... 
> skipped 'no network access on buildds'
> testNSmain (test_naming2.OfflineNameServerTestsDbmStorage.testNSmain) ... 
> skipped 'no network access on buildds'
> testNameserverWithStmt 
> (test_naming2.OfflineNameServerTestsDbmStorage.testNameserverWithStmt) ... 
> skipped 'no network access on buildds'
> testRegister (test_naming2.OfflineNameServerTestsDbmStorage.testRegister) ... 
> skipped 'no network access on buildds'
> testRemove (test_naming2.OfflineNameServerTestsDbmStorage.testRemove) ... 
> skipped 'no network access on buildds'
> testRemoveProtected 
> (test_naming2.OfflineNameServerTestsDbmStorage.testRemoveProtected) ... 
> skipped 'no network access on buildds'
> testStartNSfunc 
> (test_naming2.OfflineNameServerTestsDbmStorage.testStartNSfunc) ... skipped 
> 'no network access on buildds'
> testUnicodeNames 
> (test_naming2.OfflineNameServerTestsDbmStorage.testUnicodeNames) ... skipped 
> 'no network access on buildds'
> testEmptyMetadata 
> (test_naming2.OfflineNameServerTestsSqlStorage.testEmptyMetadata) ... skipped 
> 'no network access on buildds'
> testList (test_naming2.OfflineNameServerTestsSqlStorage.testList) ... skipped 
> 'no network access on buildds'
> testListNoMultipleFilters 
> (test_naming2.OfflineNameServerTestsSqlStorage.testListNoMultipleFilters) ... 
> skipped 'no network access on buildds'
> testMetadata (test_naming2.OfflineNameServerTestsSqlStorage.testMetadata) ... 
> skipped 'no network access on buildds'
> testMetadataAny 
> (test_naming2.OfflineNameServerTestsSqlStorage.testMetadataAny) ... skipped 
> 'no network access on buildds'
> testMetadataListInvalidTypes 
> (test_naming2.OfflineNameServerTestsSqlStorage.testMetadataListInvalidTypes) 
> ... skipped 'no network access on buildds'
> testMetadataRegisterInvalidTypes 
> (test_naming2.OfflineNameServerTestsSqlStorage.testMetadataRegisterInvalidTypes)
>  ... skipped 'no network access on buildds'
> testNAT (test_naming2.OfflineNameServerTestsSqlStorage.testNAT) ... skipped 
> 'no network access on buildds'
> testNSCfunctions 
> (test_naming2.OfflineNameServerTestsSqlStorage.testNSCfunctions) ... skipped 
> 'no network access on buildds'
> testNSCmain (test_naming2.OfflineNameServerTestsSqlStorage.testNSCmain) ... 
> skipped 'no network access on buildds'
> testNSmain (test_naming2.OfflineNameServerTestsSqlStorage.testNSmain) ... 
> skipped 'no network access on buildds'
> testNameserverWithStmt 
> (test_naming2.OfflineNameServerTestsSqlStorage.testNameserverWithStmt) ... 
> skipped 'no network access on buildds'
> testRegister (test_naming2.OfflineNameServerTestsSqlStorage.testRegister) ... 
> skipped 'no network access on buildds'
> testRemove (test_naming2.OfflineNameServerTestsSqlStorage.testRemove) ... 
> skipped 'no network access on buildds'
> testRemoveProtected 
> (test_naming2.OfflineNameServerTestsSqlStorage.testRemoveProtected) ... 
> skipped 'no network access on buildds'
> testStartNSfunc 
> (test_naming2.OfflineNameServerTestsSqlStorage.testStartNSfunc) ... skipped 
> 'no network access on buildds'
> testUnicodeNames 
> (test_naming2.OfflineNameServerTestsSqlStorage.testUnicodeNames) ... skipped 
> 'no network access on buildds'
> testAsyncKeywordBackwardsCompatibility 
> (test_package.TestPackage.testAsyncKeywordBackwardsCompatibility) ... skipped 
> 'async is kw on 3.7+'
> testPyro4 (test_package.TestPackage.testPyro4) ... ok
> testAssignedSerializerIds 
> (test_serialize.GenericTests.testAssignedSerializerIds) ... ok
> testCustomDictClass (test_serialize.GenericTests.testCustomDictClass) ... 
> skipped 'skip tetes on python3.11'
> testDictClassFail (test_serialize.GenericTests.testDictClassFail) ... skipped 
> 'skip tetes on python3.11'
> testDictClassOk (test_serialize.GenericTests.testDictClassOk) ... ok
> testDictException (test_serialize.GenericTests.testDictException) ... ok
> testExceptionNamespacePy2 
> (test_serialize.GenericTests.testExceptionNamespacePy2) ... ok
> testExceptionNamespacePy3 
> (test_serialize.GenericTests.testExceptionNamespacePy3) ... ok
> testExceptionNotTagged (test_serialize.GenericTests.testExceptionNotTagged) 
> ... ok
> testSerializersAvailable 
> (test_serialize.GenericTests.testSerializersAvailable) ... ok
> testSerializersAvailableById 
> (test_serialize.GenericTests.testSerializersAvailableById) ... ok
> testWeirdFloats (test_serialize.GenericTests.testWeirdFloats) ... ok
> testArrays (test_serialize.SerializeTests_cloudpickle.testArrays) ... ok
> testArrays2 (test_serialize.SerializeTests_cloudpickle.testArrays2) ... ok
> testAutoProxyFullExposed 
> (test_serialize.SerializeTests_cloudpickle.testAutoProxyFullExposed) ... ok
> testAutoProxyPartlyExposed 
> (test_serialize.SerializeTests_cloudpickle.testAutoProxyPartlyExposed) ... ok
> testCallCustomObjAsArg 
> (test_serialize.SerializeTests_cloudpickle.testCallCustomObjAsArg) ... ok
> testCallPlain (test_serialize.SerializeTests_cloudpickle.testCallPlain) ... ok
> testCallPyroObjAsArg 
> (test_serialize.SerializeTests_cloudpickle.testCallPyroObjAsArg) ... ok
> testCircular (test_serialize.SerializeTests_cloudpickle.testCircular) ... ok
> testCustomClassFail 
> (test_serialize.SerializeTests_cloudpickle.testCustomClassFail) ... skipped 
> 'skip tetes on python3.11'
> testCustomClassOk 
> (test_serialize.SerializeTests_cloudpickle.testCustomClassOk) ... skipped 
> 'skip tetes on python3.11'
> testData (test_serialize.SerializeTests_cloudpickle.testData) ... ok
> testFloatPrecision 
> (test_serialize.SerializeTests_cloudpickle.testFloatPrecision) ... ok
> testNested (test_serialize.SerializeTests_cloudpickle.testNested) ... ok
> testProtocolVersion 
> (test_serialize.SerializeTests_cloudpickle.testProtocolVersion) ... ok
> testProxySerializationCompat 
> (test_serialize.SerializeTests_cloudpickle.testProxySerializationCompat) ... 
> ok
> testPyroClasses (test_serialize.SerializeTests_cloudpickle.testPyroClasses) 
> ... ok
> testPyroClassesForDict 
> (test_serialize.SerializeTests_cloudpickle.testPyroClassesForDict) ... ok
> testRecreateClasses 
> (test_serialize.SerializeTests_cloudpickle.testRecreateClasses) ... ok
> testRegisterTypeReplacementSanity 
> (test_serialize.SerializeTests_cloudpickle.testRegisterTypeReplacementSanity) 
> ... ok
> testSerCompression 
> (test_serialize.SerializeTests_cloudpickle.testSerCompression) ... ok
> testSerCoreOffline 
> (test_serialize.SerializeTests_cloudpickle.testSerCoreOffline) ... ok
> testSerDaemonHack 
> (test_serialize.SerializeTests_cloudpickle.testSerDaemonHack) ... ok
> testSerErrors (test_serialize.SerializeTests_cloudpickle.testSerErrors) ... ok
> testSerItself (test_serialize.SerializeTests_cloudpickle.testSerItself) ... ok
> testSerUnicode (test_serialize.SerializeTests_cloudpickle.testSerUnicode) ... 
> ok
> testSerializeDumpsAndDumpsCall 
> (test_serialize.SerializeTests_cloudpickle.testSerializeDumpsAndDumpsCall) 
> ... ok
> testSerializeException 
> (test_serialize.SerializeTests_cloudpickle.testSerializeException) ... ok
> testSerializeExceptionWithAttr 
> (test_serialize.SerializeTests_cloudpickle.testSerializeExceptionWithAttr) 
> ... ok
> testSerializeLambda 
> (test_serialize.SerializeTests_cloudpickle.testSerializeLambda) ... ok
> testSerializeLocalFunction 
> (test_serialize.SerializeTests_cloudpickle.testSerializeLocalFunction) ... ok
> testSerializeSpecialException 
> (test_serialize.SerializeTests_cloudpickle.testSerializeSpecialException) ... 
> ok
> testSet (test_serialize.SerializeTests_cloudpickle.testSet) ... ok
> testSourceByteTypes_deserialize 
> (test_serialize.SerializeTests_cloudpickle.testSourceByteTypes_deserialize) 
> ... ok
> testSourceByteTypes_deserialize_memoryview 
> (test_serialize.SerializeTests_cloudpickle.testSourceByteTypes_deserialize_memoryview)
>  ... ok
> testSourceByteTypes_loads 
> (test_serialize.SerializeTests_cloudpickle.testSourceByteTypes_loads) ... ok
> testSourceByteTypes_loads_memoryview 
> (test_serialize.SerializeTests_cloudpickle.testSourceByteTypes_loads_memoryview)
>  ... ok
> testUUID (test_serialize.SerializeTests_cloudpickle.testUUID) ... ok
> testUnicodeData (test_serialize.SerializeTests_cloudpickle.testUnicodeData) 
> ... ok
> testUriSerializationWithoutSlots 
> (test_serialize.SerializeTests_cloudpickle.testUriSerializationWithoutSlots) 
> ... skipped 'not implemented'
> testArrays (test_serialize.SerializeTests_dill.testArrays) ... ok
> testArrays2 (test_serialize.SerializeTests_dill.testArrays2) ... ok
> testAutoProxyFullExposed 
> (test_serialize.SerializeTests_dill.testAutoProxyFullExposed) ... ok
> testAutoProxyPartlyExposed 
> (test_serialize.SerializeTests_dill.testAutoProxyPartlyExposed) ... ok
> testCallCustomObjAsArg 
> (test_serialize.SerializeTests_dill.testCallCustomObjAsArg) ... ok
> testCallPlain (test_serialize.SerializeTests_dill.testCallPlain) ... ok
> testCallPyroObjAsArg 
> (test_serialize.SerializeTests_dill.testCallPyroObjAsArg) ... ok
> testCircular (test_serialize.SerializeTests_dill.testCircular) ... ok
> testCustomClassFail (test_serialize.SerializeTests_dill.testCustomClassFail) 
> ... skipped 'skip tetes on python3.11'
> testCustomClassOk (test_serialize.SerializeTests_dill.testCustomClassOk) ... 
> skipped 'skip tetes on python3.11'
> testData (test_serialize.SerializeTests_dill.testData) ... ok
> testFloatPrecision (test_serialize.SerializeTests_dill.testFloatPrecision) 
> ... ok
> testNested (test_serialize.SerializeTests_dill.testNested) ... ok
> testProtocolVersion (test_serialize.SerializeTests_dill.testProtocolVersion) 
> ... ok
> testProxySerializationCompat 
> (test_serialize.SerializeTests_dill.testProxySerializationCompat) ... ok
> testPyroClasses (test_serialize.SerializeTests_dill.testPyroClasses) ... ok
> testPyroClassesForDict 
> (test_serialize.SerializeTests_dill.testPyroClassesForDict) ... ok
> testRecreateClasses (test_serialize.SerializeTests_dill.testRecreateClasses) 
> ... ok
> testRegisterTypeReplacementSanity 
> (test_serialize.SerializeTests_dill.testRegisterTypeReplacementSanity) ... ok
> testSerCompression (test_serialize.SerializeTests_dill.testSerCompression) 
> ... ok
> testSerCoreOffline (test_serialize.SerializeTests_dill.testSerCoreOffline) 
> ... ok
> testSerDaemonHack (test_serialize.SerializeTests_dill.testSerDaemonHack) ... 
> ok
> testSerErrors (test_serialize.SerializeTests_dill.testSerErrors) ... ok
> testSerItself (test_serialize.SerializeTests_dill.testSerItself) ... ok
> testSerUnicode (test_serialize.SerializeTests_dill.testSerUnicode) ... ok
> testSerializeDumpsAndDumpsCall 
> (test_serialize.SerializeTests_dill.testSerializeDumpsAndDumpsCall) ... ok
> testSerializeException 
> (test_serialize.SerializeTests_dill.testSerializeException) ... ok
> testSerializeExceptionWithAttr 
> (test_serialize.SerializeTests_dill.testSerializeExceptionWithAttr) ... ok
> testSerializeLambda (test_serialize.SerializeTests_dill.testSerializeLambda) 
> ... ok
> testSerializeLocalFunction 
> (test_serialize.SerializeTests_dill.testSerializeLocalFunction) ... ok
> testSerializeSpecialException 
> (test_serialize.SerializeTests_dill.testSerializeSpecialException) ... ok
> testSet (test_serialize.SerializeTests_dill.testSet) ... ok
> testSourceByteTypes_deserialize 
> (test_serialize.SerializeTests_dill.testSourceByteTypes_deserialize) ... ok
> testSourceByteTypes_deserialize_memoryview 
> (test_serialize.SerializeTests_dill.testSourceByteTypes_deserialize_memoryview)
>  ... ok
> testSourceByteTypes_loads 
> (test_serialize.SerializeTests_dill.testSourceByteTypes_loads) ... ok
> testSourceByteTypes_loads_memoryview 
> (test_serialize.SerializeTests_dill.testSourceByteTypes_loads_memoryview) ... 
> ok
> testUUID (test_serialize.SerializeTests_dill.testUUID) ... ok
> testUnicodeData (test_serialize.SerializeTests_dill.testUnicodeData) ... ok
> testUriSerializationWithoutSlots 
> (test_serialize.SerializeTests_dill.testUriSerializationWithoutSlots) ... 
> skipped 'not implemented'
> testArrays (test_serialize.SerializeTests_json.testArrays) ... ok
> testArrays2 (test_serialize.SerializeTests_json.testArrays2) ... ok
> testAutoProxyFullExposed 
> (test_serialize.SerializeTests_json.testAutoProxyFullExposed) ... ok
> testAutoProxyPartlyExposed 
> (test_serialize.SerializeTests_json.testAutoProxyPartlyExposed) ... ok
> testCallCustomObjAsArg 
> (test_serialize.SerializeTests_json.testCallCustomObjAsArg) ... ok
> testCallPlain (test_serialize.SerializeTests_json.testCallPlain) ... ok
> testCallPyroObjAsArg 
> (test_serialize.SerializeTests_json.testCallPyroObjAsArg) ... ok
> testCircular (test_serialize.SerializeTests_json.testCircular) ... ok
> testCustomClassFail (test_serialize.SerializeTests_json.testCustomClassFail) 
> ... skipped 'skip tetes on python3.11'
> testCustomClassOk (test_serialize.SerializeTests_json.testCustomClassOk) ... 
> skipped 'skip tetes on python3.11'
> testData (test_serialize.SerializeTests_json.testData) ... ok
> testFloatPrecision (test_serialize.SerializeTests_json.testFloatPrecision) 
> ... ok
> testNested (test_serialize.SerializeTests_json.testNested) ... ok
> testProtocolVersion (test_serialize.SerializeTests_json.testProtocolVersion) 
> ... ok
> testProxySerializationCompat 
> (test_serialize.SerializeTests_json.testProxySerializationCompat) ... ok
> testPyroClasses (test_serialize.SerializeTests_json.testPyroClasses) ... ok
> testPyroClassesForDict 
> (test_serialize.SerializeTests_json.testPyroClassesForDict) ... ok
> testRecreateClasses (test_serialize.SerializeTests_json.testRecreateClasses) 
> ... ok
> testRegisterTypeReplacementSanity 
> (test_serialize.SerializeTests_json.testRegisterTypeReplacementSanity) ... ok
> testSerCompression (test_serialize.SerializeTests_json.testSerCompression) 
> ... ok
> testSerCoreOffline (test_serialize.SerializeTests_json.testSerCoreOffline) 
> ... ok
> testSerDaemonHack (test_serialize.SerializeTests_json.testSerDaemonHack) ... 
> ok
> testSerErrors (test_serialize.SerializeTests_json.testSerErrors) ... ok
> testSerItself (test_serialize.SerializeTests_json.testSerItself) ... ok
> testSerUnicode (test_serialize.SerializeTests_json.testSerUnicode) ... ok
> testSerializeDumpsAndDumpsCall 
> (test_serialize.SerializeTests_json.testSerializeDumpsAndDumpsCall) ... ok
> testSerializeException 
> (test_serialize.SerializeTests_json.testSerializeException) ... ok
> testSerializeExceptionWithAttr 
> (test_serialize.SerializeTests_json.testSerializeExceptionWithAttr) ... ok
> testSerializeSpecialException 
> (test_serialize.SerializeTests_json.testSerializeSpecialException) ... ok
> testSet (test_serialize.SerializeTests_json.testSet) ... ok
> testSourceByteTypes_deserialize 
> (test_serialize.SerializeTests_json.testSourceByteTypes_deserialize) ... ok
> testSourceByteTypes_deserialize_memoryview 
> (test_serialize.SerializeTests_json.testSourceByteTypes_deserialize_memoryview)
>  ... ok
> testSourceByteTypes_loads 
> (test_serialize.SerializeTests_json.testSourceByteTypes_loads) ... ok
> testSourceByteTypes_loads_memoryview 
> (test_serialize.SerializeTests_json.testSourceByteTypes_loads_memoryview) ... 
> ok
> testUUID (test_serialize.SerializeTests_json.testUUID) ... ok
> testUnicodeData (test_serialize.SerializeTests_json.testUnicodeData) ... ok
> testUriSerializationWithoutSlots 
> (test_serialize.SerializeTests_json.testUriSerializationWithoutSlots) ... ok
> testArrays (test_serialize.SerializeTests_marshal.testArrays) ... ok
> testArrays2 (test_serialize.SerializeTests_marshal.testArrays2) ... ok
> testAutoProxyFullExposed 
> (test_serialize.SerializeTests_marshal.testAutoProxyFullExposed) ... skipped 
> "marshal can't serialize custom objects"
> testAutoProxyPartlyExposed 
> (test_serialize.SerializeTests_marshal.testAutoProxyPartlyExposed) ... 
> skipped "marshal can't serialize custom objects"
> testCallCustomObjAsArg 
> (test_serialize.SerializeTests_marshal.testCallCustomObjAsArg) ... skipped 
> "marshal can't serialize custom objects"
> testCallPlain (test_serialize.SerializeTests_marshal.testCallPlain) ... ok
> testCallPyroObjAsArg 
> (test_serialize.SerializeTests_marshal.testCallPyroObjAsArg) ... skipped 
> "marshal can't serialize custom objects"
> testCircular (test_serialize.SerializeTests_marshal.testCircular) ... ok
> testCustomClassFail 
> (test_serialize.SerializeTests_marshal.testCustomClassFail) ... skipped 'skip 
> tetes on python3.11'
> testCustomClassOk (test_serialize.SerializeTests_marshal.testCustomClassOk) 
> ... skipped 'skip tetes on python3.11'
> testData (test_serialize.SerializeTests_marshal.testData) ... ok
> testFloatPrecision (test_serialize.SerializeTests_marshal.testFloatPrecision) 
> ... ok
> testNested (test_serialize.SerializeTests_marshal.testNested) ... skipped 
> "marshal can't serialize custom objects"
> testProtocolVersion 
> (test_serialize.SerializeTests_marshal.testProtocolVersion) ... ok
> testProxySerializationCompat 
> (test_serialize.SerializeTests_marshal.testProxySerializationCompat) ... ok
> testPyroClasses (test_serialize.SerializeTests_marshal.testPyroClasses) ... ok
> testPyroClassesForDict 
> (test_serialize.SerializeTests_marshal.testPyroClassesForDict) ... ok
> testRecreateClasses 
> (test_serialize.SerializeTests_marshal.testRecreateClasses) ... ok
> testRegisterTypeReplacementSanity 
> (test_serialize.SerializeTests_marshal.testRegisterTypeReplacementSanity) ... 
> skipped "marshal can't serialize custom objects"
> testSerCompression (test_serialize.SerializeTests_marshal.testSerCompression) 
> ... ok
> testSerCoreOffline (test_serialize.SerializeTests_marshal.testSerCoreOffline) 
> ... ok
> testSerDaemonHack (test_serialize.SerializeTests_marshal.testSerDaemonHack) 
> ... ok
> testSerErrors (test_serialize.SerializeTests_marshal.testSerErrors) ... ok
> testSerItself (test_serialize.SerializeTests_marshal.testSerItself) ... ok
> testSerUnicode (test_serialize.SerializeTests_marshal.testSerUnicode) ... ok
> testSerializeDumpsAndDumpsCall 
> (test_serialize.SerializeTests_marshal.testSerializeDumpsAndDumpsCall) ... ok
> testSerializeException 
> (test_serialize.SerializeTests_marshal.testSerializeException) ... ok
> testSerializeExceptionWithAttr 
> (test_serialize.SerializeTests_marshal.testSerializeExceptionWithAttr) ... ok
> testSerializeSpecialException 
> (test_serialize.SerializeTests_marshal.testSerializeSpecialException) ... ok
> testSet (test_serialize.SerializeTests_marshal.testSet) ... ok
> testSourceByteTypes_deserialize 
> (test_serialize.SerializeTests_marshal.testSourceByteTypes_deserialize) ... ok
> testSourceByteTypes_deserialize_memoryview 
> (test_serialize.SerializeTests_marshal.testSourceByteTypes_deserialize_memoryview)
>  ... ok
> testSourceByteTypes_loads 
> (test_serialize.SerializeTests_marshal.testSourceByteTypes_loads) ... ok
> testSourceByteTypes_loads_memoryview 
> (test_serialize.SerializeTests_marshal.testSourceByteTypes_loads_memoryview) 
> ... ok
> testUUID (test_serialize.SerializeTests_marshal.testUUID) ... ok
> testUnicodeData (test_serialize.SerializeTests_marshal.testUnicodeData) ... ok
> testUriSerializationWithoutSlots 
> (test_serialize.SerializeTests_marshal.testUriSerializationWithoutSlots) ... 
> skipped 'marshaling is implementation dependent'
> testArrays (test_serialize.SerializeTests_msgpack.testArrays) ... ok
> testArrays2 (test_serialize.SerializeTests_msgpack.testArrays2) ... ok
> testAutoProxyFullExposed 
> (test_serialize.SerializeTests_msgpack.testAutoProxyFullExposed) ... ok
> testAutoProxyPartlyExposed 
> (test_serialize.SerializeTests_msgpack.testAutoProxyPartlyExposed) ... ok
> testCallCustomObjAsArg 
> (test_serialize.SerializeTests_msgpack.testCallCustomObjAsArg) ... ok
> testCallPlain (test_serialize.SerializeTests_msgpack.testCallPlain) ... ok
> testCallPyroObjAsArg 
> (test_serialize.SerializeTests_msgpack.testCallPyroObjAsArg) ... ok
> testCircular (test_serialize.SerializeTests_msgpack.testCircular) ... skipped 
> 'circular will crash msgpack'
> testCustomClassFail 
> (test_serialize.SerializeTests_msgpack.testCustomClassFail) ... skipped 'skip 
> tetes on python3.11'
> testCustomClassOk (test_serialize.SerializeTests_msgpack.testCustomClassOk) 
> ... skipped 'skip tetes on python3.11'
> testData (test_serialize.SerializeTests_msgpack.testData) ... ok
> testFloatPrecision (test_serialize.SerializeTests_msgpack.testFloatPrecision) 
> ... ok
> testNested (test_serialize.SerializeTests_msgpack.testNested) ... ok
> testProtocolVersion 
> (test_serialize.SerializeTests_msgpack.testProtocolVersion) ... ok
> testProxySerializationCompat 
> (test_serialize.SerializeTests_msgpack.testProxySerializationCompat) ... ok
> testPyroClasses (test_serialize.SerializeTests_msgpack.testPyroClasses) ... ok
> testPyroClassesForDict 
> (test_serialize.SerializeTests_msgpack.testPyroClassesForDict) ... ok
> testRecreateClasses 
> (test_serialize.SerializeTests_msgpack.testRecreateClasses) ... ok
> testRegisterTypeReplacementSanity 
> (test_serialize.SerializeTests_msgpack.testRegisterTypeReplacementSanity) ... 
> ok
> testSerCompression (test_serialize.SerializeTests_msgpack.testSerCompression) 
> ... ok
> testSerCoreOffline (test_serialize.SerializeTests_msgpack.testSerCoreOffline) 
> ... ok
> testSerDaemonHack (test_serialize.SerializeTests_msgpack.testSerDaemonHack) 
> ... ok
> testSerErrors (test_serialize.SerializeTests_msgpack.testSerErrors) ... ok
> testSerItself (test_serialize.SerializeTests_msgpack.testSerItself) ... ok
> testSerUnicode (test_serialize.SerializeTests_msgpack.testSerUnicode) ... ok
> testSerializeDumpsAndDumpsCall 
> (test_serialize.SerializeTests_msgpack.testSerializeDumpsAndDumpsCall) ... ok
> testSerializeException 
> (test_serialize.SerializeTests_msgpack.testSerializeException) ... ok
> testSerializeExceptionWithAttr 
> (test_serialize.SerializeTests_msgpack.testSerializeExceptionWithAttr) ... ok
> testSerializeSpecialException 
> (test_serialize.SerializeTests_msgpack.testSerializeSpecialException) ... ok
> testSet (test_serialize.SerializeTests_msgpack.testSet) ... ok
> testSourceByteTypes_deserialize 
> (test_serialize.SerializeTests_msgpack.testSourceByteTypes_deserialize) ... ok
> testSourceByteTypes_deserialize_memoryview 
> (test_serialize.SerializeTests_msgpack.testSourceByteTypes_deserialize_memoryview)
>  ... ok
> testSourceByteTypes_loads 
> (test_serialize.SerializeTests_msgpack.testSourceByteTypes_loads) ... ok
> testSourceByteTypes_loads_memoryview 
> (test_serialize.SerializeTests_msgpack.testSourceByteTypes_loads_memoryview) 
> ... ok
> testUUID (test_serialize.SerializeTests_msgpack.testUUID) ... ok
> testUnicodeData (test_serialize.SerializeTests_msgpack.testUnicodeData) ... ok
> testUriSerializationWithoutSlots 
> (test_serialize.SerializeTests_msgpack.testUriSerializationWithoutSlots) ... 
> skipped 'msgpack is implementation dependent'
> testArrays (test_serialize.SerializeTests_pickle.testArrays) ... ok
> testArrays2 (test_serialize.SerializeTests_pickle.testArrays2) ... ok
> testAutoProxyFullExposed 
> (test_serialize.SerializeTests_pickle.testAutoProxyFullExposed) ... ok
> testAutoProxyPartlyExposed 
> (test_serialize.SerializeTests_pickle.testAutoProxyPartlyExposed) ... ok
> testCallCustomObjAsArg 
> (test_serialize.SerializeTests_pickle.testCallCustomObjAsArg) ... ok
> testCallPlain (test_serialize.SerializeTests_pickle.testCallPlain) ... ok
> testCallPyroObjAsArg 
> (test_serialize.SerializeTests_pickle.testCallPyroObjAsArg) ... ok
> testCircular (test_serialize.SerializeTests_pickle.testCircular) ... ok
> testCustomClassFail 
> (test_serialize.SerializeTests_pickle.testCustomClassFail) ... skipped 'skip 
> tetes on python3.11'
> testCustomClassOk (test_serialize.SerializeTests_pickle.testCustomClassOk) 
> ... skipped 'skip tetes on python3.11'
> testData (test_serialize.SerializeTests_pickle.testData) ... ok
> testFloatPrecision (test_serialize.SerializeTests_pickle.testFloatPrecision) 
> ... ok
> testNested (test_serialize.SerializeTests_pickle.testNested) ... ok
> testProtocolVersion 
> (test_serialize.SerializeTests_pickle.testProtocolVersion) ... ok
> testProxySerializationCompat 
> (test_serialize.SerializeTests_pickle.testProxySerializationCompat) ... ok
> testPyroClasses (test_serialize.SerializeTests_pickle.testPyroClasses) ... ok
> testPyroClassesForDict 
> (test_serialize.SerializeTests_pickle.testPyroClassesForDict) ... ok
> testRecreateClasses 
> (test_serialize.SerializeTests_pickle.testRecreateClasses) ... ok
> testRegisterTypeReplacementSanity 
> (test_serialize.SerializeTests_pickle.testRegisterTypeReplacementSanity) ... 
> ok
> testSerCompression (test_serialize.SerializeTests_pickle.testSerCompression) 
> ... ok
> testSerCoreOffline (test_serialize.SerializeTests_pickle.testSerCoreOffline) 
> ... ok
> testSerDaemonHack (test_serialize.SerializeTests_pickle.testSerDaemonHack) 
> ... ok
> testSerErrors (test_serialize.SerializeTests_pickle.testSerErrors) ... ok
> testSerItself (test_serialize.SerializeTests_pickle.testSerItself) ... ok
> testSerUnicode (test_serialize.SerializeTests_pickle.testSerUnicode) ... ok
> testSerializeDumpsAndDumpsCall 
> (test_serialize.SerializeTests_pickle.testSerializeDumpsAndDumpsCall) ... ok
> testSerializeException 
> (test_serialize.SerializeTests_pickle.testSerializeException) ... ok
> testSerializeExceptionWithAttr 
> (test_serialize.SerializeTests_pickle.testSerializeExceptionWithAttr) ... ok
> testSerializeSpecialException 
> (test_serialize.SerializeTests_pickle.testSerializeSpecialException) ... ok
> testSet (test_serialize.SerializeTests_pickle.testSet) ... ok
> testSourceByteTypes_deserialize 
> (test_serialize.SerializeTests_pickle.testSourceByteTypes_deserialize) ... ok
> testSourceByteTypes_deserialize_memoryview 
> (test_serialize.SerializeTests_pickle.testSourceByteTypes_deserialize_memoryview)
>  ... ok
> testSourceByteTypes_loads 
> (test_serialize.SerializeTests_pickle.testSourceByteTypes_loads) ... ok
> testSourceByteTypes_loads_memoryview 
> (test_serialize.SerializeTests_pickle.testSourceByteTypes_loads_memoryview) 
> ... ok
> testUUID (test_serialize.SerializeTests_pickle.testUUID) ... ok
> testUnicodeData (test_serialize.SerializeTests_pickle.testUnicodeData) ... ok
> testUriSerializationWithoutSlots 
> (test_serialize.SerializeTests_pickle.testUriSerializationWithoutSlots) ... ok
> testArrays (test_serialize.SerializeTests_serpent.testArrays) ... ok
> testArrays2 (test_serialize.SerializeTests_serpent.testArrays2) ... ok
> testAutoProxyFullExposed 
> (test_serialize.SerializeTests_serpent.testAutoProxyFullExposed) ... ok
> testAutoProxyPartlyExposed 
> (test_serialize.SerializeTests_serpent.testAutoProxyPartlyExposed) ... ok
> testCallCustomObjAsArg 
> (test_serialize.SerializeTests_serpent.testCallCustomObjAsArg) ... ok
> testCallPlain (test_serialize.SerializeTests_serpent.testCallPlain) ... ok
> testCallPyroObjAsArg 
> (test_serialize.SerializeTests_serpent.testCallPyroObjAsArg) ... ok
> testCircular (test_serialize.SerializeTests_serpent.testCircular) ... ok
> testCustomClassFail 
> (test_serialize.SerializeTests_serpent.testCustomClassFail) ... skipped 'skip 
> tetes on python3.11'
> testCustomClassOk (test_serialize.SerializeTests_serpent.testCustomClassOk) 
> ... skipped 'skip tetes on python3.11'
> testData (test_serialize.SerializeTests_serpent.testData) ... ok
> testDeque (test_serialize.SerializeTests_serpent.testDeque) ... ok
> testFloatPrecision (test_serialize.SerializeTests_serpent.testFloatPrecision) 
> ... ok
> testNested (test_serialize.SerializeTests_serpent.testNested) ... ok
> testOrderedDict (test_serialize.SerializeTests_serpent.testOrderedDict) ... ok
> testProtocolVersion 
> (test_serialize.SerializeTests_serpent.testProtocolVersion) ... ok
> testProxySerializationCompat 
> (test_serialize.SerializeTests_serpent.testProxySerializationCompat) ... ok
> testPyroClasses (test_serialize.SerializeTests_serpent.testPyroClasses) ... ok
> testPyroClassesForDict 
> (test_serialize.SerializeTests_serpent.testPyroClassesForDict) ... ok
> testRecreateClasses 
> (test_serialize.SerializeTests_serpent.testRecreateClasses) ... ok
> testRegisterTypeReplacementSanity 
> (test_serialize.SerializeTests_serpent.testRegisterTypeReplacementSanity) ... 
> ok
> testSerCompression (test_serialize.SerializeTests_serpent.testSerCompression) 
> ... ok
> testSerCoreOffline (test_serialize.SerializeTests_serpent.testSerCoreOffline) 
> ... ok
> testSerDaemonHack (test_serialize.SerializeTests_serpent.testSerDaemonHack) 
> ... ok
> testSerErrors (test_serialize.SerializeTests_serpent.testSerErrors) ... ok
> testSerItself (test_serialize.SerializeTests_serpent.testSerItself) ... ok
> testSerUnicode (test_serialize.SerializeTests_serpent.testSerUnicode) ... ok
> testSerializeDumpsAndDumpsCall 
> (test_serialize.SerializeTests_serpent.testSerializeDumpsAndDumpsCall) ... ok
> testSerializeException 
> (test_serialize.SerializeTests_serpent.testSerializeException) ... ok
> testSerializeExceptionWithAttr 
> (test_serialize.SerializeTests_serpent.testSerializeExceptionWithAttr) ... ok
> testSerializeSpecialException 
> (test_serialize.SerializeTests_serpent.testSerializeSpecialException) ... ok
> testSet (test_serialize.SerializeTests_serpent.testSet) ... ok
> testSourceByteTypes_deserialize 
> (test_serialize.SerializeTests_serpent.testSourceByteTypes_deserialize) ... ok
> testSourceByteTypes_deserialize_memoryview 
> (test_serialize.SerializeTests_serpent.testSourceByteTypes_deserialize_memoryview)
>  ... ok
> testSourceByteTypes_loads 
> (test_serialize.SerializeTests_serpent.testSourceByteTypes_loads) ... ok
> testSourceByteTypes_loads_memoryview 
> (test_serialize.SerializeTests_serpent.testSourceByteTypes_loads_memoryview) 
> ... ok
> testUUID (test_serialize.SerializeTests_serpent.testUUID) ... ok
> testUnicodeData (test_serialize.SerializeTests_serpent.testUnicodeData) ... ok
> testUriSerializationWithoutSlots 
> (test_serialize.SerializeTests_serpent.testUriSerializationWithoutSlots) ... 
> ok
> testDaemonConnectFail 
> (test_server.ServerTestsBrokenHandshake.testDaemonConnectFail) ... 
> /<<PKGBUILDDIR>>/tests/PyroTests/test_server.py:126: DeprecationWarning: 
> setDaemon() is deprecated, set the daemon attribute instead
>   self.setDaemon(True)
> /<<PKGBUILDDIR>>/src/Pyro4/core.py:1234: DeprecationWarning: isSet() is 
> deprecated, use is_set() instead
>   condition = lambda: not self.__mustshutdown.isSet() and loopCondition()
> ok
> testConnectionStuff 
> (test_server.ServerTestsMultiplexNoTimeout.testConnectionStuff) ... ok
> testException (test_server.ServerTestsMultiplexNoTimeout.testException) ... ok
> testGeneratorLinger 
> (test_server.ServerTestsMultiplexNoTimeout.testGeneratorLinger) ... ok
> testGeneratorNoLinger 
> (test_server.ServerTestsMultiplexNoTimeout.testGeneratorNoLinger) ... ok
> testGeneratorProxyClose 
> (test_server.ServerTestsMultiplexNoTimeout.testGeneratorProxyClose) ... ok
> testOnewayDelayed 
> (test_server.ServerTestsMultiplexNoTimeout.testOnewayDelayed) ... ok
> testOnewayMetaOff 
> (test_server.ServerTestsMultiplexNoTimeout.testOnewayMetaOff) ... ok
> testOnewayMetaOn (test_server.ServerTestsMultiplexNoTimeout.testOnewayMetaOn) 
> ... ok
> testOnewayWithProxySubclass 
> (test_server.ServerTestsMultiplexNoTimeout.testOnewayWithProxySubclass) ... ok
> testProxySharing (test_server.ServerTestsMultiplexNoTimeout.testProxySharing) 
> ... ok
> testReconnectAndCompression 
> (test_server.ServerTestsMultiplexNoTimeout.testReconnectAndCompression) ... ok
> testSerializeConnected 
> (test_server.ServerTestsMultiplexNoTimeout.testSerializeConnected) ... ok
> testServerConnections 
> (test_server.ServerTestsMultiplexNoTimeout.testServerConnections) ... ok
> testServerParallelism 
> (test_server.ServerTestsMultiplexNoTimeout.testServerParallelism) ... 
> /<<PKGBUILDDIR>>/tests/PyroTests/test_server.py:1084: DeprecationWarning: 
> setDaemon() is deprecated, set the daemon attribute instead
>   self.setDaemon(True)
> ok
> testTimeoutCall (test_server.ServerTestsMultiplexNoTimeout.testTimeoutCall) 
> ... ok
> testTimeoutConnect 
> (test_server.ServerTestsMultiplexNoTimeout.testTimeoutConnect) ... ok
> testAsyncProxy (test_server.ServerTestsOnce.testAsyncProxy) ... 
> /<<PKGBUILDDIR>>/src/Pyro4/core.py:901: DeprecationWarning: setDaemon() is 
> deprecated, set the daemon attribute instead
>   thread.setDaemon(True)
> /<<PKGBUILDDIR>>/src/Pyro4/futures.py:147: DeprecationWarning: isSet() is 
> deprecated, use is_set() instead
>   return self.__ready.isSet()
> ok
> testAsyncProxyCallchain (test_server.ServerTestsOnce.testAsyncProxyCallchain) 
> ... /<<PKGBUILDDIR>>/src/Pyro4/futures.py:185: DeprecationWarning: isSet() is 
> deprecated, use is_set() instead
>   if self.__ready.isSet():
> ok
> testAutoProxy (test_server.ServerTestsOnce.testAutoProxy) ... ok
> testBatchAsync (test_server.ServerTestsOnce.testBatchAsync) ... ok
> testBatchAsyncCallchain (test_server.ServerTestsOnce.testBatchAsyncCallchain) 
> ... ok
> testBatchOneway (test_server.ServerTestsOnce.testBatchOneway) ... ok
> testBatchProxy (test_server.ServerTestsOnce.testBatchProxy) ... ok
> testCleanup (test_server.ServerTestsOnce.testCleanup) ... ok
> testConnectOnce (test_server.ServerTestsOnce.testConnectOnce) ... ok
> testConnectingThreads (test_server.ServerTestsOnce.testConnectingThreads) ... 
> /<<PKGBUILDDIR>>/tests/PyroTests/test_server.py:696: DeprecationWarning: 
> setDaemon() is deprecated, set the daemon attribute instead
>   self.setDaemon(True)
> ok
> testExceptions (test_server.ServerTestsOnce.testExceptions) ... ok
> testExposedNotRequired (test_server.ServerTestsOnce.testExposedNotRequired) 
> ... ok
> testExposedRequired (test_server.ServerTestsOnce.testExposedRequired) ... ok
> testGenerator (test_server.ServerTestsOnce.testGenerator) ... ok
> testHasAttr (test_server.ServerTestsOnce.testHasAttr) ... ok
> testIterator (test_server.ServerTestsOnce.testIterator) ... ok
> testMaxMsgSize (test_server.ServerTestsOnce.testMaxMsgSize) ... ok
> testMetaOffAttrs (test_server.ServerTestsOnce.testMetaOffAttrs) ... ok
> testMetaOnAttrs (test_server.ServerTestsOnce.testMetaOnAttrs) ... ok
> testNonserializableException_other 
> (test_server.ServerTestsOnce.testNonserializableException_other) ... ok
> testNonserializableException_pickle 
> (test_server.ServerTestsOnce.testNonserializableException_pickle) ... ok
> testNormalProxy (test_server.ServerTestsOnce.testNormalProxy) ... ok
> testPingMessage (test_server.ServerTestsOnce.testPingMessage) ... ok
> testProperties (test_server.ServerTestsOnce.testProperties) ... ok
> testProxyAnnotations (test_server.ServerTestsOnce.testProxyAnnotations) ... ok
> testProxyAnnotationsOldApi 
> (test_server.ServerTestsOnce.testProxyAnnotationsOldApi) ... ok
> testProxyAttrsMetadataOff 
> (test_server.ServerTestsOnce.testProxyAttrsMetadataOff) ... ok
> testProxyAttrsMetadataOn 
> (test_server.ServerTestsOnce.testProxyAttrsMetadataOn) ... ok
> testProxyMetadata (test_server.ServerTestsOnce.testProxyMetadata) ... ok
> testProxyMetadataKnown (test_server.ServerTestsOnce.testProxyMetadataKnown) 
> ... ok
> testProxyRepr (test_server.ServerTestsOnce.testProxyRepr) ... ok
> testProxySerializedBlobArg 
> (test_server.ServerTestsOnce.testProxySerializedBlobArg) ... ok
> testPyroTracebackBatch (test_server.ServerTestsOnce.testPyroTracebackBatch) 
> ... ok
> testPyroTracebackNormal (test_server.ServerTestsOnce.testPyroTracebackNormal) 
> ... ok
> testResourceFreeing (test_server.ServerTestsOnce.testResourceFreeing) ... ok
> testSequence (test_server.ServerTestsOnce.testSequence) ... ok
> testSerializedBlob (test_server.ServerTestsOnce.testSerializedBlob) ... ok
> testSerializedBlobMessage 
> (test_server.ServerTestsOnce.testSerializedBlobMessage) ... ok
> testSomeArgumentTypes (test_server.ServerTestsOnce.testSomeArgumentTypes) ... 
> ok
> testUnicodeKwargs (test_server.ServerTestsOnce.testUnicodeKwargs) ... ok
> testConnectionStuff 
> (test_server.ServerTestsThreadNoTimeout.testConnectionStuff) ... ok
> testException (test_server.ServerTestsThreadNoTimeout.testException) ... ok
> testGeneratorLinger 
> (test_server.ServerTestsThreadNoTimeout.testGeneratorLinger) ... ok
> testGeneratorNoLinger 
> (test_server.ServerTestsThreadNoTimeout.testGeneratorNoLinger) ... ok
> testGeneratorProxyClose 
> (test_server.ServerTestsThreadNoTimeout.testGeneratorProxyClose) ... ok
> testOnewayDelayed (test_server.ServerTestsThreadNoTimeout.testOnewayDelayed) 
> ... ok
> testOnewayMetaOff (test_server.ServerTestsThreadNoTimeout.testOnewayMetaOff) 
> ... ok
> testOnewayMetaOn (test_server.ServerTestsThreadNoTimeout.testOnewayMetaOn) 
> ... ok
> testOnewayWithProxySubclass 
> (test_server.ServerTestsThreadNoTimeout.testOnewayWithProxySubclass) ... ok
> testProxySharing (test_server.ServerTestsThreadNoTimeout.testProxySharing) 
> ... /<<PKGBUILDDIR>>/tests/PyroTests/test_server.py:1041: DeprecationWarning: 
> setDaemon() is deprecated, set the daemon attribute instead
>   self.setDaemon(True)
> ok
> testReconnectAndCompression 
> (test_server.ServerTestsThreadNoTimeout.testReconnectAndCompression) ... ok
> testSerializeConnected 
> (test_server.ServerTestsThreadNoTimeout.testSerializeConnected) ... ok
> testServerConnections 
> (test_server.ServerTestsThreadNoTimeout.testServerConnections) ... ok
> testServerParallelism 
> (test_server.ServerTestsThreadNoTimeout.testServerParallelism) ... ok
> testTimeoutCall (test_server.ServerTestsThreadNoTimeout.testTimeoutCall) ... 
> ok
> testTimeoutConnect 
> (test_server.ServerTestsThreadNoTimeout.testTimeoutConnect) ... ok
> testConnectionStuff 
> (test_server_timeout.ServerTestsMultiplexTimeout.testConnectionStuff) ... ok
> testException (test_server_timeout.ServerTestsMultiplexTimeout.testException) 
> ... ok
> testGeneratorLinger 
> (test_server_timeout.ServerTestsMultiplexTimeout.testGeneratorLinger) ... ok
> testGeneratorNoLinger 
> (test_server_timeout.ServerTestsMultiplexTimeout.testGeneratorNoLinger) ... ok
> testGeneratorProxyClose 
> (test_server_timeout.ServerTestsMultiplexTimeout.testGeneratorProxyClose) ... 
> ok
> testOnewayDelayed 
> (test_server_timeout.ServerTestsMultiplexTimeout.testOnewayDelayed) ... ok
> testOnewayMetaOff 
> (test_server_timeout.ServerTestsMultiplexTimeout.testOnewayMetaOff) ... ok
> testOnewayMetaOn 
> (test_server_timeout.ServerTestsMultiplexTimeout.testOnewayMetaOn) ... ok
> testOnewayWithProxySubclass 
> (test_server_timeout.ServerTestsMultiplexTimeout.testOnewayWithProxySubclass) 
> ... ok
> testProxySharing 
> (test_server_timeout.ServerTestsMultiplexTimeout.testProxySharing) ... ok
> testReconnectAndCompression 
> (test_server_timeout.ServerTestsMultiplexTimeout.testReconnectAndCompression) 
> ... ok
> testSerializeConnected 
> (test_server_timeout.ServerTestsMultiplexTimeout.testSerializeConnected) ... 
> ok
> testServerConnections 
> (test_server_timeout.ServerTestsMultiplexTimeout.testServerConnections) ... ok
> testServerParallelism 
> (test_server_timeout.ServerTestsMultiplexTimeout.testServerParallelism) ... ok
> testTimeoutCall 
> (test_server_timeout.ServerTestsMultiplexTimeout.testTimeoutCall) ... ok
> testTimeoutConnect 
> (test_server_timeout.ServerTestsMultiplexTimeout.testTimeoutConnect) ... ok
> testConnectionStuff 
> (test_server_timeout.ServerTestsThreadTimeout.testConnectionStuff) ... ok
> testException (test_server_timeout.ServerTestsThreadTimeout.testException) 
> ... ok
> testGeneratorLinger 
> (test_server_timeout.ServerTestsThreadTimeout.testGeneratorLinger) ... ok
> testGeneratorNoLinger 
> (test_server_timeout.ServerTestsThreadTimeout.testGeneratorNoLinger) ... ok
> testGeneratorProxyClose 
> (test_server_timeout.ServerTestsThreadTimeout.testGeneratorProxyClose) ... ok
> testOnewayDelayed 
> (test_server_timeout.ServerTestsThreadTimeout.testOnewayDelayed) ... ok
> testOnewayMetaOff 
> (test_server_timeout.ServerTestsThreadTimeout.testOnewayMetaOff) ... ok
> testOnewayMetaOn 
> (test_server_timeout.ServerTestsThreadTimeout.testOnewayMetaOn) ... ok
> testOnewayWithProxySubclass 
> (test_server_timeout.ServerTestsThreadTimeout.testOnewayWithProxySubclass) 
> ... ok
> testProxySharing 
> (test_server_timeout.ServerTestsThreadTimeout.testProxySharing) ... ok
> testReconnectAndCompression 
> (test_server_timeout.ServerTestsThreadTimeout.testReconnectAndCompression) 
> ... ok
> testSerializeConnected 
> (test_server_timeout.ServerTestsThreadTimeout.testSerializeConnected) ... ok
> testServerConnections 
> (test_server_timeout.ServerTestsThreadTimeout.testServerConnections) ... ok
> testServerParallelism 
> (test_server_timeout.ServerTestsThreadTimeout.testServerParallelism) ... ok
> testTimeoutCall 
> (test_server_timeout.ServerTestsThreadTimeout.testTimeoutCall) ... ok
> testTimeoutConnect 
> (test_server_timeout.ServerTestsThreadTimeout.testTimeoutConnect) ... ok
> testContextAndSock (test_socket.TestSSL.testContextAndSock) ... ok
> testConnectCrash (test_socket.TestServerDOS_multiplex.testConnectCrash) ... ok
> testInvalidMessageCrash 
> (test_socket.TestServerDOS_multiplex.testInvalidMessageCrash) ... ok
> testConnectCrash (test_socket.TestServerDOS_threading.testConnectCrash) ... ok
> testInvalidMessageCrash 
> (test_socket.TestServerDOS_threading.testInvalidMessageCrash) ... ok
> testServer_multiplex (test_socket.TestSocketServer.testServer_multiplex) ... 
> ok
> testServer_thread (test_socket.TestSocketServer.testServer_thread) ... ok
> testSockname (test_socket.TestSocketStuff.testSockname) ... ok
> testAbstractNamespace (test_socket.TestSocketutil.testAbstractNamespace) ... 
> skipped 'no network access on buildds'
> testBindUnusedPort (test_socket.TestSocketutil.testBindUnusedPort) ... 
> skipped 'no network access on buildds'
> testBindUnusedPort6 (test_socket.TestSocketutil.testBindUnusedPort6) ... 
> skipped 'no network access on buildds'
> testBroadcast (test_socket.TestSocketutil.testBroadcast) ... skipped 'no 
> network access on buildds'
> testCreateBoundSockets (test_socket.TestSocketutil.testCreateBoundSockets) 
> ... skipped 'no network access on buildds'
> testCreateBoundSockets6 (test_socket.TestSocketutil.testCreateBoundSockets6) 
> ... skipped 'no network access on buildds'
> testCreateBoundUnixSockets 
> (test_socket.TestSocketutil.testCreateBoundUnixSockets) ... skipped 'no 
> network access on buildds'
> testCreateUnboundSockets 
> (test_socket.TestSocketutil.testCreateUnboundSockets) ... skipped 'no network 
> access on buildds'
> testCreateUnboundSockets6 
> (test_socket.TestSocketutil.testCreateUnboundSockets6) ... skipped 'no 
> network access on buildds'
> testGetIP (test_socket.TestSocketutil.testGetIP) ... skipped 'no network 
> access on buildds'
> testGetIP6 (test_socket.TestSocketutil.testGetIP6) ... skipped 'no network 
> access on buildds'
> testGetInterfaceAddress (test_socket.TestSocketutil.testGetInterfaceAddress) 
> ... skipped 'no network access on buildds'
> testGetIpVersion4 (test_socket.TestSocketutil.testGetIpVersion4) ... skipped 
> 'no network access on buildds'
> testGetIpVersion6 (test_socket.TestSocketutil.testGetIpVersion6) ... skipped 
> 'no network access on buildds'
> testMsgWaitAllConfig (test_socket.TestSocketutil.testMsgWaitAllConfig) ... 
> skipped 'no network access on buildds'
> testMsgWaitallProblems (test_socket.TestSocketutil.testMsgWaitallProblems) 
> ... skipped 'no network access on buildds'
> testMsgWaitallProblems2 (test_socket.TestSocketutil.testMsgWaitallProblems2) 
> ... skipped 'no network access on buildds'
> testSend (test_socket.TestSocketutil.testSend) ... skipped 'no network access 
> on buildds'
> testSendUnix (test_socket.TestSocketutil.testSendUnix) ... skipped 'no 
> network access on buildds'
> testUnusedPort (test_socket.TestSocketutil.testUnusedPort) ... skipped 'no 
> network access on buildds'
> testUnusedPort6 (test_socket.TestSocketutil.testUnusedPort6) ... skipped 'no 
> network access on buildds'
> testAllBusy (test_threadpool.PoolTests.testAllBusy) ... ok
> testClose (test_threadpool.PoolTests.testClose) ... ok
> testCreate (test_threadpool.PoolTests.testCreate) ... ok
> testScaling (test_threadpool.PoolTests.testScaling) ... ok
> testSingle (test_threadpool.PoolTests.testSingle) ... ok
> testServerPoolFull (test_threadpool.ThreadPoolServerTests.testServerPoolFull) 
> ... ok
> testBasic (test_util.TestMetaAndExpose.testBasic) ... ok
> testClassmethodExposeCorrectOrderOkay 
> (test_util.TestMetaAndExpose.testClassmethodExposeCorrectOrderOkay) ... ok
> testClassmethodExposeWrongOrderFail 
> (test_util.TestMetaAndExpose.testClassmethodExposeWrongOrderFail) ... ok
> testExposeDunderOk (test_util.TestMetaAndExpose.testExposeDunderOk) ... ok
> testExposePrivateFails (test_util.TestMetaAndExpose.testExposePrivateFails) 
> ... ok
> testExposedSubclass (test_util.TestMetaAndExpose.testExposedSubclass) ... ok
> testGetExposedCacheWorks 
> (test_util.TestMetaAndExpose.testGetExposedCacheWorks) ... ok
> testGetExposedProperty (test_util.TestMetaAndExpose.testGetExposedProperty) 
> ... ok
> testGetExposedPropertyFromPartiallyExposed 
> (test_util.TestMetaAndExpose.testGetExposedPropertyFromPartiallyExposed) ... 
> ok
> testIsPrivateName (test_util.TestMetaAndExpose.testIsPrivateName) ... ok
> testNotOnlyExposed (test_util.TestMetaAndExpose.testNotOnlyExposed) ... ok
> testPartlyExposedSubclass 
> (test_util.TestMetaAndExpose.testPartlyExposedSubclass) ... ok
> testPrivateNotExposed (test_util.TestMetaAndExpose.testPrivateNotExposed) ... 
> ok
> testResetExposedCache (test_util.TestMetaAndExpose.testResetExposedCache) ... 
> ok
> testSetExposedProperty (test_util.TestMetaAndExpose.testSetExposedProperty) 
> ... ok
> testSetExposedPropertyFromPartiallyExposed 
> (test_util.TestMetaAndExpose.testSetExposedPropertyFromPartiallyExposed) ... 
> ok
> testConfig (test_util.TestUtils.testConfig) ... ok
> testConfigReset (test_util.TestUtils.testConfigReset) ... ok
> testExcepthook (test_util.TestUtils.testExcepthook) ... ok
> testFormatTracebackDetail (test_util.TestUtils.testFormatTracebackDetail) ... 
> ok
> testFormatTracebackNormal (test_util.TestUtils.testFormatTracebackNormal) ... 
> ok
> testPyroTraceback (test_util.TestUtils.testPyroTraceback) ... ok
> testPyroTracebackArgs (test_util.TestUtils.testPyroTracebackArgs) ... ok
> testResolveAttr (test_util.TestUtils.testResolveAttr) ... ok
> testUnicodeKwargs (test_util.TestUtils.testUnicodeKwargs) ... ok
> 
> ----------------------------------------------------------------------
> Ran 644 tests in 72.759s
> 
> OK (skipped=115)
> dh_auto_test: error: pybuild --test -i python{version} -p "3.12 3.11" 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/12/12/pyro4_4.82-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&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.

Reply via email to