Source: pyro4 Version: 4.81-1 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: lu...@debian.org Usertags: ftbfs-20211220 ftbfs-bookworm
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 v4.3.2 > making output directory... done > building [mo]: targets for 0 po files that are out of date > 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... [ 6%] api > reading sources... [ 10%] api/config > reading sources... [ 13%] api/constants > reading sources... [ 16%] api/core > reading sources... [ 20%] api/echoserver > reading sources... [ 23%] api/errors > reading sources... [ 26%] api/flame > reading sources... [ 30%] api/futures > reading sources... [ 33%] api/main > reading sources... [ 36%] api/message > reading sources... [ 40%] api/naming > reading sources... [ 43%] api/socketserver > reading sources... [ 46%] api/util > reading sources... [ 50%] changelog > reading sources... [ 53%] clientcode > reading sources... [ 56%] commandline > reading sources... [ 60%] config > reading sources... [ 63%] errors > reading sources... [ 66%] flame > reading sources... [ 70%] index > reading sources... [ 73%] install > reading sources... [ 76%] intro > reading sources... [ 80%] license > reading sources... [ 83%] nameserver > reading sources... [ 86%] pyrolite > reading sources... [ 90%] security > reading sources... [ 93%] servercode > reading sources... [ 96%] tipstricks > reading sources... [100%] tutorials > > looking for now-outdated files... none found > pickling environment... done > checking consistency... done > preparing documents... done > writing output... [ 3%] alternative > writing output... [ 6%] api > writing output... [ 10%] api/config > writing output... [ 13%] api/constants > writing output... [ 16%] api/core > writing output... [ 20%] api/echoserver > writing output... [ 23%] api/errors > writing output... [ 26%] api/flame > writing output... [ 30%] api/futures > writing output... [ 33%] api/main > writing output... [ 36%] api/message > writing output... [ 40%] api/naming > writing output... [ 43%] api/socketserver > writing output... [ 46%] api/util > writing output... [ 50%] changelog > writing output... [ 53%] clientcode > writing output... [ 56%] commandline > writing output... [ 60%] config > writing output... [ 63%] errors > writing output... [ 66%] flame > writing output... [ 70%] index > writing output... [ 73%] install > writing output... [ 76%] intro > writing output... [ 80%] license > writing output... [ 83%] nameserver > writing output... [ 86%] pyrolite > writing output... [ 90%] security > writing output... [ 93%] servercode > writing output... [ 96%] 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 > > copying static files... done > copying extra files... done > 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:237: python3.10 setup.py test > Pyro version = 4.81 > 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. > 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) ... ok > testBehaviorInstancemodeInvalid (test_core.BehaviorDecoratorTests) ... ok > testBehaviorInstancing (test_core.BehaviorDecoratorTests) ... ok > testBehaviorOnMethodInvalid (test_core.BehaviorDecoratorTests) ... ok > testBehaviorRequiresParams (test_core.BehaviorDecoratorTests) ... ok > testBehaviorWithExposeKeepsCorrectValues (test_core.BehaviorDecoratorTests) > ... ok > testAsyncProxyCopy (test_core.CoreTests) ... ok > testBatchProxyAdapterCopy (test_core.CoreTests) ... ok > testCallContext (test_core.CoreTests) ... ok > testCallbackDecorator (test_core.CoreTests) ... ok > testConfig (test_core.CoreTests) ... ok > testConfigDefaults (test_core.CoreTests) ... ok > testConfigDump (test_core.CoreTests) ... ok > testConfigParseBool (test_core.CoreTests) ... ok > testConfigValid (test_core.CoreTests) ... ok > testDaemonNoHmac (test_core.CoreTests) ... ok > testInvalidUris (test_core.CoreTests) ... ok > testLocation (test_core.CoreTests) ... ok > testLogInit (test_core.CoreTests) ... ok > testNoConnect (test_core.CoreTests) ... ok > testProxyConnectedSocket (test_core.CoreTests) ... ok > testProxyCopy (test_core.CoreTests) ... ok > testProxyDir (test_core.CoreTests) ... ok > testProxyDirMetadata (test_core.CoreTests) ... ok > testProxyEquality (test_core.CoreTests) ... ok > testProxyHmac (test_core.CoreTests) ... ok > testProxyNoHmac (test_core.CoreTests) ... ok > testProxyOffline (test_core.CoreTests) ... ok > testProxyRepr (test_core.CoreTests) ... ok > testProxySerializerOverride (test_core.CoreTests) ... ok > testProxySettings (test_core.CoreTests) ... ok > testProxySubclassCopy (test_core.CoreTests) ... ok > testProxyWithStmt (test_core.CoreTests) ... ok > testTimeoutGetSet (test_core.CoreTests) ... ok > testUriCopy (test_core.CoreTests) ... ok > testUriEqual (test_core.CoreTests) ... ok > testUriParsingIpv6 (test_core.CoreTests) ... ok > testUriParsingPyro (test_core.CoreTests) ... ok > testUriParsingPyrometa (test_core.CoreTests) ... ok > testUriParsingPyroname (test_core.CoreTests) ... ok > testUriStrAndRepr (test_core.CoreTests) ... ok > testUriSubclassCopy (test_core.CoreTests) ... ok > testUriUnicode (test_core.CoreTests) ... ok > testExposeInstancemodeDefault (test_core.ExposeDecoratorTests) ... ok > testAsyncCallbackMethod (test_core.RemoteMethodTests) ... > /<<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) ... > /<<PKGBUILDDIR>>/src/Pyro4/futures.py:147: DeprecationWarning: isSet() is > deprecated, use is_set() instead > return self.__ready.isSet() > ok > testAsyncMethodTimeout (test_core.RemoteMethodTests) ... ok > testBatchMethod (test_core.RemoteMethodTests) ... ok > testBatchMethodAsync (test_core.RemoteMethodTests) ... ok > testBatchMethodOneway (test_core.RemoteMethodTests) ... ok > testBatchMethodReuse (test_core.RemoteMethodTests) ... ok > testChangedAsyncLegacyApi (test_core.RemoteMethodTests) ... ok > testCrashingAsyncCallbackMethod (test_core.RemoteMethodTests) ... ok > testRemoteMethodMetaOff (test_core.RemoteMethodTests) ... ok > testRemoteMethodMetaOn (test_core.RemoteMethodTests) ... ok > testCrashingChain (test_core.TestFutures) ... > /<<PKGBUILDDIR>>/src/Pyro4/futures.py:51: DeprecationWarning: setDaemon() is > deprecated, set the daemon attribute instead > thread.setDaemon(True) > ok > testErrorHandler (test_core.TestFutures) ... ok > testFutureCancel (test_core.TestFutures) ... ok > testFutureChain (test_core.TestFutures) ... ok > testFutureDelay (test_core.TestFutures) ... ok > testFutureResultChain (test_core.TestFutures) ... ok > testFutureResultChainSlow (test_core.TestFutures) ... ok > testSimpleFuture (test_core.TestFutures) ... ok > testSimpleServe (test_core.TestSimpleServe) ... ok > testSimpleServeSameNames (test_core.TestSimpleServe) ... ok > testBehaviorDefaults (test_daemon.DaemonTests) ... ok > testBehaviorDefaultsIsSession (test_daemon.DaemonTests) ... ok > testCombine (test_daemon.DaemonTests) ... ok > testCustomHandshake (test_daemon.DaemonTests) ... ok > testDaemon (test_daemon.DaemonTests) ... ok > testDaemonConnectedSocket (test_daemon.DaemonTests) ... > /<<PKGBUILDDIR>>/tests/PyroTests/test_daemon.py:134: ResourceWarning: > unclosed <socket.socket fd=13, family=AddressFamily.AF_UNIX, > type=SocketKind.SOCK_STREAM, proto=0> > s1, s2 = socket.socketpair() > ResourceWarning: Enable tracemalloc to get the object allocation traceback > /usr/lib/python3.10/unittest/case.py:549: ResourceWarning: unclosed > <socket.socket fd=14, family=AddressFamily.AF_UNIX, > type=SocketKind.SOCK_STREAM, proto=0> > method() > ResourceWarning: Enable tracemalloc to get the object allocation traceback > ok > testDaemonCustomInterface (test_daemon.DaemonTests) ... ok > testDaemonObject (test_daemon.DaemonTests) ... ok > testDaemonUnixSocket (test_daemon.DaemonTests) ... ok > testDaemonUnixSocketAbstractNS (test_daemon.DaemonTests) ... ok > testDaemonWithStmt (test_daemon.DaemonTests) ... ok > testHandshakeDenied (test_daemon.DaemonTests) ... ok > testInstanceCreationPerCall (test_daemon.DaemonTests) ... ok > testInstanceCreationSession (test_daemon.DaemonTests) ... ok > testInstanceCreationSingle (test_daemon.DaemonTests) ... ok > testInstanceCreationWrongType (test_daemon.DaemonTests) ... ok > testNAT (test_daemon.DaemonTests) ... ok > testNATconfig (test_daemon.DaemonTests) ... ok > testNATzeroPort (test_daemon.DaemonTests) ... ok > testRegisterClass (test_daemon.DaemonTests) ... ok > testRegisterEtc (test_daemon.DaemonTests) ... ok > testRegisterTwice (test_daemon.DaemonTests) ... ok > testRegisterTwiceForced (test_daemon.DaemonTests) ... ok > testRegisterUnicode (test_daemon.DaemonTests) ... ok > testRequestloopCondition (test_daemon.DaemonTests) ... > /<<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) ... ok > testSerializerConfig (test_daemon.DaemonTests) ... ok > testServertypeFoobar (test_daemon.DaemonTests) ... ok > testServertypeMultiplex (test_daemon.DaemonTests) ... ok > testServertypeThread (test_daemon.DaemonTests) ... ok > testSimpleHandshake (test_daemon.DaemonTests) ... ok > testUriFor (test_daemon.DaemonTests) ... ok > testMeta (test_daemon.MetaInfoTests) ... ok > testMetaResetCache (test_daemon.MetaInfoTests) ... ok > testMetaSerialization (test_daemon.MetaInfoTests) ... ok > testEcho (test_echoserver.TestEchoserver) ... > /<<PKGBUILDDIR>>/tests/PyroTests/test_echoserver.py:18: DeprecationWarning: > setDaemon() is deprecated, set the daemon attribute instead > self.setDaemon(True) > ok > testError (test_echoserver.TestEchoserver) ... ok > testExposed (test_echoserver.TestEchoserver) ... ok > testGenerator (test_echoserver.TestEchoserver) ... ok > testFlameDisabled (test_flame.FlameDisabledTests) ... ok > testRequirePickleExclusively (test_flame.FlameDisabledTests) ... ok > testCreateModule (test_flame.FlameTests) ... ok > testCreateModuleNamespace (test_flame.FlameTests) ... ok > testExecFunction (test_flame.FlameTests) ... ok > testExecFunctionNewlines (test_flame.FlameTests) ... ok > testExposed (test_flame.FlameTests) ... ok > testFlameBuiltin (test_flame.FlameTests) ... ok > testFlameModule (test_flame.FlameTests) ... ok > testFlameserverMain (test_flame.FlameTests) ... ok > testExposedPattern (test_httpgateway.TestHttpGateway) ... ok > testMethodCallGET (test_httpgateway.TestHttpGateway) ... ok > testMethodCallPOST (test_httpgateway.TestHttpGateway) ... ok > testNameDeniedNotRegistered (test_httpgateway.TestHttpGateway) ... ok > testNameDeniedPattern (test_httpgateway.TestHttpGateway) ... ok > testParams (test_httpgateway.TestHttpGateway) ... ok > testRedirect (test_httpgateway.TestHttpGateway) ... ok > testWebpage (test_httpgateway.TestHttpGateway) ... ok > testAnnotations (test_message.MessageTestsHmac) ... ok > testAnnotationsIdLength4 (test_message.MessageTestsHmac) ... ok > testChecksum (test_message.MessageTestsHmac) ... ok > testCompression (test_message.MessageTestsHmac) ... ok > testHmac (test_message.MessageTestsHmac) ... ok > testHmacMethod (test_message.MessageTestsHmac) ... ok > testMessage (test_message.MessageTestsHmac) ... ok > testMessageHeaderDatasize (test_message.MessageTestsHmac) ... ok > testProtocolVersion (test_message.MessageTestsHmac) ... ok > testRecvAnnotations (test_message.MessageTestsHmac) ... ok > testSecureCompare (test_message.MessageTestsHmac) ... ok > testMaxDataSize (test_message.MessageTestsNoHmac) ... ok > testRecvNoAnnotations (test_message.MessageTestsNoHmac) ... ok > testBCstart (test_naming.BCSetupTests) ... skipped 'no network access on > buildds' > testAutoClean (test_naming.NameServerTests) ... skipped 'no network access on > buildds' > testDaemonPyroObj (test_naming.NameServerTests) ... skipped 'no network > access on buildds' > testLookupAndRegister (test_naming.NameServerTests) ... skipped 'no network > access on buildds' > testLookupInvalidHmac (test_naming.NameServerTests) ... skipped 'no network > access on buildds' > testLookupUnixsockParsing (test_naming.NameServerTests) ... skipped 'no > network access on buildds' > testMulti (test_naming.NameServerTests) ... skipped 'no network access on > buildds' > testRefuseDottedNames (test_naming.NameServerTests) ... skipped 'no network > access on buildds' > testResolve (test_naming.NameServerTests) ... skipped 'no network access on > buildds' > testBCLookup0000 (test_naming.NameServerTests0000) ... skipped 'no network > access on buildds' > testLookupAndRegister (test_naming.NameServerTestsHmac) ... skipped 'no > network access on buildds' > testPyroname (test_naming.NameServerTestsHmac) ... skipped 'no network access > on buildds' > testResolve (test_naming.NameServerTestsHmac) ... skipped 'no network access > on buildds' > testResolveAsymmetricHmacUsage (test_naming.NameServerTestsHmac) ... skipped > 'no network access on buildds' > testResolveWrongHmac (test_naming.NameServerTestsHmac) ... skipped 'no > network access on buildds' > testEmptyMetadata (test_naming2.OfflineNameServerTests) ... skipped 'no > network access on buildds' > testList (test_naming2.OfflineNameServerTests) ... skipped 'no network access > on buildds' > testListNoMultipleFilters (test_naming2.OfflineNameServerTests) ... skipped > 'no network access on buildds' > testMetadata (test_naming2.OfflineNameServerTests) ... skipped 'no network > access on buildds' > testMetadataAny (test_naming2.OfflineNameServerTests) ... skipped 'no network > access on buildds' > testMetadataListInvalidTypes (test_naming2.OfflineNameServerTests) ... > skipped 'no network access on buildds' > testMetadataRegisterInvalidTypes (test_naming2.OfflineNameServerTests) ... > skipped 'no network access on buildds' > testNAT (test_naming2.OfflineNameServerTests) ... skipped 'no network access > on buildds' > testNSCfunctions (test_naming2.OfflineNameServerTests) ... skipped 'no > network access on buildds' > testNSCmain (test_naming2.OfflineNameServerTests) ... skipped 'no network > access on buildds' > testNSmain (test_naming2.OfflineNameServerTests) ... skipped 'no network > access on buildds' > testNameserverWithStmt (test_naming2.OfflineNameServerTests) ... skipped 'no > network access on buildds' > testRegister (test_naming2.OfflineNameServerTests) ... skipped 'no network > access on buildds' > testRemove (test_naming2.OfflineNameServerTests) ... skipped 'no network > access on buildds' > testRemoveProtected (test_naming2.OfflineNameServerTests) ... skipped 'no > network access on buildds' > testStartNSfunc (test_naming2.OfflineNameServerTests) ... skipped 'no network > access on buildds' > testUnicodeNames (test_naming2.OfflineNameServerTests) ... skipped 'no > network access on buildds' > testEmptyMetadata (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped > 'no network access on buildds' > testList (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped 'no > network access on buildds' > testListNoMultipleFilters (test_naming2.OfflineNameServerTestsDbmStorage) ... > skipped 'no network access on buildds' > testMetadata (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped 'no > network access on buildds' > testMetadataAny (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped > 'no network access on buildds' > testMetadataListInvalidTypes (test_naming2.OfflineNameServerTestsDbmStorage) > ... skipped 'no network access on buildds' > testMetadataRegisterInvalidTypes > (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped 'no network > access on buildds' > testNAT (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped 'no > network access on buildds' > testNSCfunctions (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped > 'no network access on buildds' > testNSCmain (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped 'no > network access on buildds' > testNSmain (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped 'no > network access on buildds' > testNameserverWithStmt (test_naming2.OfflineNameServerTestsDbmStorage) ... > skipped 'no network access on buildds' > testRegister (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped 'no > network access on buildds' > testRemove (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped 'no > network access on buildds' > testRemoveProtected (test_naming2.OfflineNameServerTestsDbmStorage) ... > skipped 'no network access on buildds' > testStartNSfunc (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped > 'no network access on buildds' > testUnicodeNames (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped > 'no network access on buildds' > testEmptyMetadata (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped > 'no network access on buildds' > testList (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped 'no > network access on buildds' > testListNoMultipleFilters (test_naming2.OfflineNameServerTestsSqlStorage) ... > skipped 'no network access on buildds' > testMetadata (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped 'no > network access on buildds' > testMetadataAny (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped > 'no network access on buildds' > testMetadataListInvalidTypes (test_naming2.OfflineNameServerTestsSqlStorage) > ... skipped 'no network access on buildds' > testMetadataRegisterInvalidTypes > (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped 'no network > access on buildds' > testNAT (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped 'no > network access on buildds' > testNSCfunctions (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped > 'no network access on buildds' > testNSCmain (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped 'no > network access on buildds' > testNSmain (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped 'no > network access on buildds' > testNameserverWithStmt (test_naming2.OfflineNameServerTestsSqlStorage) ... > skipped 'no network access on buildds' > testRegister (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped 'no > network access on buildds' > testRemove (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped 'no > network access on buildds' > testRemoveProtected (test_naming2.OfflineNameServerTestsSqlStorage) ... > skipped 'no network access on buildds' > testStartNSfunc (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped > 'no network access on buildds' > testUnicodeNames (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped > 'no network access on buildds' > testAsyncKeywordBackwardsCompatibility (test_package.TestPackage) ... skipped > 'async is kw on 3.7+' > testPyro4 (test_package.TestPackage) ... ok > testAssignedSerializerIds (test_serialize.GenericTests) ... ok > testCustomDictClass (test_serialize.GenericTests) ... ok > testDictClassFail (test_serialize.GenericTests) ... ok > testDictClassOk (test_serialize.GenericTests) ... ok > testDictException (test_serialize.GenericTests) ... ok > testExceptionNamespacePy2 (test_serialize.GenericTests) ... ok > testExceptionNamespacePy3 (test_serialize.GenericTests) ... ok > testExceptionNotTagged (test_serialize.GenericTests) ... ok > testSerializersAvailable (test_serialize.GenericTests) ... ok > testSerializersAvailableById (test_serialize.GenericTests) ... ok > testWeirdFloats (test_serialize.GenericTests) ... ok > testArrays (test_serialize.SerializeTests_cloudpickle) ... ok > testArrays2 (test_serialize.SerializeTests_cloudpickle) ... ok > testAutoProxyFullExposed (test_serialize.SerializeTests_cloudpickle) ... ok > testAutoProxyPartlyExposed (test_serialize.SerializeTests_cloudpickle) ... ok > testCallCustomObjAsArg (test_serialize.SerializeTests_cloudpickle) ... ok > testCallPlain (test_serialize.SerializeTests_cloudpickle) ... ok > testCallPyroObjAsArg (test_serialize.SerializeTests_cloudpickle) ... ok > testCircular (test_serialize.SerializeTests_cloudpickle) ... ok > testCustomClassFail (test_serialize.SerializeTests_cloudpickle) ... skipped > 'pickle, cloudpickle and dill simply serialize custom classes' > testCustomClassOk (test_serialize.SerializeTests_cloudpickle) ... skipped > 'pickle, cloudpickle and dill simply serialize custom classes just fine' > testData (test_serialize.SerializeTests_cloudpickle) ... ok > testFloatPrecision (test_serialize.SerializeTests_cloudpickle) ... ok > testNested (test_serialize.SerializeTests_cloudpickle) ... ok > testProtocolVersion (test_serialize.SerializeTests_cloudpickle) ... ok > testProxySerializationCompat (test_serialize.SerializeTests_cloudpickle) ... > ok > testPyroClasses (test_serialize.SerializeTests_cloudpickle) ... ok > testPyroClassesForDict (test_serialize.SerializeTests_cloudpickle) ... ok > testRecreateClasses (test_serialize.SerializeTests_cloudpickle) ... ok > testRegisterTypeReplacementSanity (test_serialize.SerializeTests_cloudpickle) > ... ok > testSerCompression (test_serialize.SerializeTests_cloudpickle) ... ok > testSerCoreOffline (test_serialize.SerializeTests_cloudpickle) ... ok > testSerDaemonHack (test_serialize.SerializeTests_cloudpickle) ... ok > testSerErrors (test_serialize.SerializeTests_cloudpickle) ... ok > testSerItself (test_serialize.SerializeTests_cloudpickle) ... ok > testSerUnicode (test_serialize.SerializeTests_cloudpickle) ... ok > testSerializeDumpsAndDumpsCall (test_serialize.SerializeTests_cloudpickle) > ... ok > testSerializeException (test_serialize.SerializeTests_cloudpickle) ... ok > testSerializeExceptionWithAttr (test_serialize.SerializeTests_cloudpickle) > ... ok > testSerializeLambda (test_serialize.SerializeTests_cloudpickle) ... ok > testSerializeLocalFunction (test_serialize.SerializeTests_cloudpickle) ... ok > testSerializeSpecialException (test_serialize.SerializeTests_cloudpickle) ... > ok > testSet (test_serialize.SerializeTests_cloudpickle) ... ok > testSourceByteTypes_deserialize (test_serialize.SerializeTests_cloudpickle) > ... ok > testSourceByteTypes_deserialize_memoryview > (test_serialize.SerializeTests_cloudpickle) ... ok > testSourceByteTypes_loads (test_serialize.SerializeTests_cloudpickle) ... ok > testSourceByteTypes_loads_memoryview > (test_serialize.SerializeTests_cloudpickle) ... ok > testUUID (test_serialize.SerializeTests_cloudpickle) ... ok > testUnicodeData (test_serialize.SerializeTests_cloudpickle) ... ok > testUriSerializationWithoutSlots (test_serialize.SerializeTests_cloudpickle) > ... skipped 'not implemented' > testArrays (test_serialize.SerializeTests_dill) ... ok > testArrays2 (test_serialize.SerializeTests_dill) ... ok > testAutoProxyFullExposed (test_serialize.SerializeTests_dill) ... ok > testAutoProxyPartlyExposed (test_serialize.SerializeTests_dill) ... ok > testCallCustomObjAsArg (test_serialize.SerializeTests_dill) ... ok > testCallPlain (test_serialize.SerializeTests_dill) ... ok > testCallPyroObjAsArg (test_serialize.SerializeTests_dill) ... ok > testCircular (test_serialize.SerializeTests_dill) ... ok > testCustomClassFail (test_serialize.SerializeTests_dill) ... skipped 'pickle, > cloudpickle and dill simply serialize custom classes' > testCustomClassOk (test_serialize.SerializeTests_dill) ... skipped 'pickle, > cloudpickle and dill simply serialize custom classes just fine' > testData (test_serialize.SerializeTests_dill) ... ok > testFloatPrecision (test_serialize.SerializeTests_dill) ... ok > testNested (test_serialize.SerializeTests_dill) ... ok > testProtocolVersion (test_serialize.SerializeTests_dill) ... ok > testProxySerializationCompat (test_serialize.SerializeTests_dill) ... ok > testPyroClasses (test_serialize.SerializeTests_dill) ... ok > testPyroClassesForDict (test_serialize.SerializeTests_dill) ... ok > testRecreateClasses (test_serialize.SerializeTests_dill) ... ok > testRegisterTypeReplacementSanity (test_serialize.SerializeTests_dill) ... ok > testSerCompression (test_serialize.SerializeTests_dill) ... ok > testSerCoreOffline (test_serialize.SerializeTests_dill) ... ok > testSerDaemonHack (test_serialize.SerializeTests_dill) ... ok > testSerErrors (test_serialize.SerializeTests_dill) ... ok > testSerItself (test_serialize.SerializeTests_dill) ... ok > testSerUnicode (test_serialize.SerializeTests_dill) ... ok > testSerializeDumpsAndDumpsCall (test_serialize.SerializeTests_dill) ... ok > testSerializeException (test_serialize.SerializeTests_dill) ... ok > testSerializeExceptionWithAttr (test_serialize.SerializeTests_dill) ... ok > testSerializeLambda (test_serialize.SerializeTests_dill) ... ok > testSerializeLocalFunction (test_serialize.SerializeTests_dill) ... ok > testSerializeSpecialException (test_serialize.SerializeTests_dill) ... ok > testSet (test_serialize.SerializeTests_dill) ... ok > testSourceByteTypes_deserialize (test_serialize.SerializeTests_dill) ... ok > testSourceByteTypes_deserialize_memoryview > (test_serialize.SerializeTests_dill) ... ok > testSourceByteTypes_loads (test_serialize.SerializeTests_dill) ... ok > testSourceByteTypes_loads_memoryview (test_serialize.SerializeTests_dill) ... > ok > testUUID (test_serialize.SerializeTests_dill) ... ok > testUnicodeData (test_serialize.SerializeTests_dill) ... ok > testUriSerializationWithoutSlots (test_serialize.SerializeTests_dill) ... > skipped 'not implemented' > testArrays (test_serialize.SerializeTests_json) ... ok > testArrays2 (test_serialize.SerializeTests_json) ... ok > testAutoProxyFullExposed (test_serialize.SerializeTests_json) ... ok > testAutoProxyPartlyExposed (test_serialize.SerializeTests_json) ... ok > testCallCustomObjAsArg (test_serialize.SerializeTests_json) ... ok > testCallPlain (test_serialize.SerializeTests_json) ... ok > testCallPyroObjAsArg (test_serialize.SerializeTests_json) ... ok > testCircular (test_serialize.SerializeTests_json) ... ok > testCustomClassFail (test_serialize.SerializeTests_json) ... ok > testCustomClassOk (test_serialize.SerializeTests_json) ... ok > testData (test_serialize.SerializeTests_json) ... ok > testFloatPrecision (test_serialize.SerializeTests_json) ... ok > testNested (test_serialize.SerializeTests_json) ... ok > testProtocolVersion (test_serialize.SerializeTests_json) ... ok > testProxySerializationCompat (test_serialize.SerializeTests_json) ... ok > testPyroClasses (test_serialize.SerializeTests_json) ... ok > testPyroClassesForDict (test_serialize.SerializeTests_json) ... ok > testRecreateClasses (test_serialize.SerializeTests_json) ... ok > testRegisterTypeReplacementSanity (test_serialize.SerializeTests_json) ... ok > testSerCompression (test_serialize.SerializeTests_json) ... ok > testSerCoreOffline (test_serialize.SerializeTests_json) ... ok > testSerDaemonHack (test_serialize.SerializeTests_json) ... ok > testSerErrors (test_serialize.SerializeTests_json) ... ok > testSerItself (test_serialize.SerializeTests_json) ... ok > testSerUnicode (test_serialize.SerializeTests_json) ... ok > testSerializeDumpsAndDumpsCall (test_serialize.SerializeTests_json) ... ok > testSerializeException (test_serialize.SerializeTests_json) ... ok > testSerializeExceptionWithAttr (test_serialize.SerializeTests_json) ... ok > testSerializeSpecialException (test_serialize.SerializeTests_json) ... ok > testSet (test_serialize.SerializeTests_json) ... ok > testSourceByteTypes_deserialize (test_serialize.SerializeTests_json) ... ok > testSourceByteTypes_deserialize_memoryview > (test_serialize.SerializeTests_json) ... ok > testSourceByteTypes_loads (test_serialize.SerializeTests_json) ... ok > testSourceByteTypes_loads_memoryview (test_serialize.SerializeTests_json) ... > ok > testUUID (test_serialize.SerializeTests_json) ... ok > testUnicodeData (test_serialize.SerializeTests_json) ... ok > testUriSerializationWithoutSlots (test_serialize.SerializeTests_json) ... ok > testArrays (test_serialize.SerializeTests_marshal) ... ok > testArrays2 (test_serialize.SerializeTests_marshal) ... ok > testAutoProxyFullExposed (test_serialize.SerializeTests_marshal) ... skipped > "marshal can't serialize custom objects" > testAutoProxyPartlyExposed (test_serialize.SerializeTests_marshal) ... > skipped "marshal can't serialize custom objects" > testCallCustomObjAsArg (test_serialize.SerializeTests_marshal) ... skipped > "marshal can't serialize custom objects" > testCallPlain (test_serialize.SerializeTests_marshal) ... ok > testCallPyroObjAsArg (test_serialize.SerializeTests_marshal) ... skipped > "marshal can't serialize custom objects" > testCircular (test_serialize.SerializeTests_marshal) ... ok > testCustomClassFail (test_serialize.SerializeTests_marshal) ... ok > testCustomClassOk (test_serialize.SerializeTests_marshal) ... ok > testData (test_serialize.SerializeTests_marshal) ... ok > testFloatPrecision (test_serialize.SerializeTests_marshal) ... ok > testNested (test_serialize.SerializeTests_marshal) ... skipped "marshal can't > serialize custom objects" > testProtocolVersion (test_serialize.SerializeTests_marshal) ... ok > testProxySerializationCompat (test_serialize.SerializeTests_marshal) ... ok > testPyroClasses (test_serialize.SerializeTests_marshal) ... ok > testPyroClassesForDict (test_serialize.SerializeTests_marshal) ... ok > testRecreateClasses (test_serialize.SerializeTests_marshal) ... ok > testRegisterTypeReplacementSanity (test_serialize.SerializeTests_marshal) ... > skipped "marshal can't serialize custom objects" > testSerCompression (test_serialize.SerializeTests_marshal) ... ok > testSerCoreOffline (test_serialize.SerializeTests_marshal) ... ok > testSerDaemonHack (test_serialize.SerializeTests_marshal) ... ok > testSerErrors (test_serialize.SerializeTests_marshal) ... ok > testSerItself (test_serialize.SerializeTests_marshal) ... ok > testSerUnicode (test_serialize.SerializeTests_marshal) ... ok > testSerializeDumpsAndDumpsCall (test_serialize.SerializeTests_marshal) ... ok > testSerializeException (test_serialize.SerializeTests_marshal) ... ok > testSerializeExceptionWithAttr (test_serialize.SerializeTests_marshal) ... ok > testSerializeSpecialException (test_serialize.SerializeTests_marshal) ... ok > testSet (test_serialize.SerializeTests_marshal) ... ok > testSourceByteTypes_deserialize (test_serialize.SerializeTests_marshal) ... ok > testSourceByteTypes_deserialize_memoryview > (test_serialize.SerializeTests_marshal) ... ok > testSourceByteTypes_loads (test_serialize.SerializeTests_marshal) ... ok > testSourceByteTypes_loads_memoryview (test_serialize.SerializeTests_marshal) > ... ok > testUUID (test_serialize.SerializeTests_marshal) ... ok > testUnicodeData (test_serialize.SerializeTests_marshal) ... ok > testUriSerializationWithoutSlots (test_serialize.SerializeTests_marshal) ... > skipped 'marshaling is implementation dependent' > testArrays (test_serialize.SerializeTests_msgpack) ... ok > testArrays2 (test_serialize.SerializeTests_msgpack) ... ok > testAutoProxyFullExposed (test_serialize.SerializeTests_msgpack) ... ok > testAutoProxyPartlyExposed (test_serialize.SerializeTests_msgpack) ... ok > testCallCustomObjAsArg (test_serialize.SerializeTests_msgpack) ... ok > testCallPlain (test_serialize.SerializeTests_msgpack) ... ok > testCallPyroObjAsArg (test_serialize.SerializeTests_msgpack) ... ok > testCircular (test_serialize.SerializeTests_msgpack) ... skipped 'circular > will crash msgpack' > testCustomClassFail (test_serialize.SerializeTests_msgpack) ... ok > testCustomClassOk (test_serialize.SerializeTests_msgpack) ... ok > testData (test_serialize.SerializeTests_msgpack) ... ok > testFloatPrecision (test_serialize.SerializeTests_msgpack) ... ok > testNested (test_serialize.SerializeTests_msgpack) ... ok > testProtocolVersion (test_serialize.SerializeTests_msgpack) ... ok > testProxySerializationCompat (test_serialize.SerializeTests_msgpack) ... ok > testPyroClasses (test_serialize.SerializeTests_msgpack) ... ok > testPyroClassesForDict (test_serialize.SerializeTests_msgpack) ... ok > testRecreateClasses (test_serialize.SerializeTests_msgpack) ... ok > testRegisterTypeReplacementSanity (test_serialize.SerializeTests_msgpack) ... > ok > testSerCompression (test_serialize.SerializeTests_msgpack) ... ok > testSerCoreOffline (test_serialize.SerializeTests_msgpack) ... ok > testSerDaemonHack (test_serialize.SerializeTests_msgpack) ... ok > testSerErrors (test_serialize.SerializeTests_msgpack) ... ok > testSerItself (test_serialize.SerializeTests_msgpack) ... ok > testSerUnicode (test_serialize.SerializeTests_msgpack) ... ok > testSerializeDumpsAndDumpsCall (test_serialize.SerializeTests_msgpack) ... ok > testSerializeException (test_serialize.SerializeTests_msgpack) ... ok > testSerializeExceptionWithAttr (test_serialize.SerializeTests_msgpack) ... ok > testSerializeSpecialException (test_serialize.SerializeTests_msgpack) ... ok > testSet (test_serialize.SerializeTests_msgpack) ... ok > testSourceByteTypes_deserialize (test_serialize.SerializeTests_msgpack) ... ok > testSourceByteTypes_deserialize_memoryview > (test_serialize.SerializeTests_msgpack) ... ok > testSourceByteTypes_loads (test_serialize.SerializeTests_msgpack) ... ok > testSourceByteTypes_loads_memoryview (test_serialize.SerializeTests_msgpack) > ... ok > testUUID (test_serialize.SerializeTests_msgpack) ... ok > testUnicodeData (test_serialize.SerializeTests_msgpack) ... ok > testUriSerializationWithoutSlots (test_serialize.SerializeTests_msgpack) ... > skipped 'msgpack is implementation dependent' > testArrays (test_serialize.SerializeTests_pickle) ... ok > testArrays2 (test_serialize.SerializeTests_pickle) ... ok > testAutoProxyFullExposed (test_serialize.SerializeTests_pickle) ... ok > testAutoProxyPartlyExposed (test_serialize.SerializeTests_pickle) ... ok > testCallCustomObjAsArg (test_serialize.SerializeTests_pickle) ... ok > testCallPlain (test_serialize.SerializeTests_pickle) ... ok > testCallPyroObjAsArg (test_serialize.SerializeTests_pickle) ... ok > testCircular (test_serialize.SerializeTests_pickle) ... ok > testCustomClassFail (test_serialize.SerializeTests_pickle) ... skipped > 'pickle, cloudpickle and dill simply serialize custom classes' > testCustomClassOk (test_serialize.SerializeTests_pickle) ... skipped 'pickle, > cloudpickle and dill simply serialize custom classes just fine' > testData (test_serialize.SerializeTests_pickle) ... ok > testFloatPrecision (test_serialize.SerializeTests_pickle) ... ok > testNested (test_serialize.SerializeTests_pickle) ... ok > testProtocolVersion (test_serialize.SerializeTests_pickle) ... ok > testProxySerializationCompat (test_serialize.SerializeTests_pickle) ... ok > testPyroClasses (test_serialize.SerializeTests_pickle) ... ok > testPyroClassesForDict (test_serialize.SerializeTests_pickle) ... ok > testRecreateClasses (test_serialize.SerializeTests_pickle) ... ok > testRegisterTypeReplacementSanity (test_serialize.SerializeTests_pickle) ... > ok > testSerCompression (test_serialize.SerializeTests_pickle) ... ok > testSerCoreOffline (test_serialize.SerializeTests_pickle) ... ok > testSerDaemonHack (test_serialize.SerializeTests_pickle) ... ok > testSerErrors (test_serialize.SerializeTests_pickle) ... ok > testSerItself (test_serialize.SerializeTests_pickle) ... ok > testSerUnicode (test_serialize.SerializeTests_pickle) ... ok > testSerializeDumpsAndDumpsCall (test_serialize.SerializeTests_pickle) ... ok > testSerializeException (test_serialize.SerializeTests_pickle) ... ok > testSerializeExceptionWithAttr (test_serialize.SerializeTests_pickle) ... ok > testSerializeSpecialException (test_serialize.SerializeTests_pickle) ... ok > testSet (test_serialize.SerializeTests_pickle) ... ok > testSourceByteTypes_deserialize (test_serialize.SerializeTests_pickle) ... ok > testSourceByteTypes_deserialize_memoryview > (test_serialize.SerializeTests_pickle) ... ok > testSourceByteTypes_loads (test_serialize.SerializeTests_pickle) ... ok > testSourceByteTypes_loads_memoryview (test_serialize.SerializeTests_pickle) > ... ok > testUUID (test_serialize.SerializeTests_pickle) ... ok > testUnicodeData (test_serialize.SerializeTests_pickle) ... ok > testUriSerializationWithoutSlots (test_serialize.SerializeTests_pickle) ... ok > testArrays (test_serialize.SerializeTests_serpent) ... ok > testArrays2 (test_serialize.SerializeTests_serpent) ... ok > testAutoProxyFullExposed (test_serialize.SerializeTests_serpent) ... ok > testAutoProxyPartlyExposed (test_serialize.SerializeTests_serpent) ... ok > testCallCustomObjAsArg (test_serialize.SerializeTests_serpent) ... ok > testCallPlain (test_serialize.SerializeTests_serpent) ... ok > testCallPyroObjAsArg (test_serialize.SerializeTests_serpent) ... ok > testCircular (test_serialize.SerializeTests_serpent) ... ok > testCustomClassFail (test_serialize.SerializeTests_serpent) ... ok > testCustomClassOk (test_serialize.SerializeTests_serpent) ... ok > testData (test_serialize.SerializeTests_serpent) ... ok > testDeque (test_serialize.SerializeTests_serpent) ... ok > testFloatPrecision (test_serialize.SerializeTests_serpent) ... ok > testNested (test_serialize.SerializeTests_serpent) ... ok > testOrderedDict (test_serialize.SerializeTests_serpent) ... ok > testProtocolVersion (test_serialize.SerializeTests_serpent) ... ok > testProxySerializationCompat (test_serialize.SerializeTests_serpent) ... ok > testPyroClasses (test_serialize.SerializeTests_serpent) ... ok > testPyroClassesForDict (test_serialize.SerializeTests_serpent) ... ok > testRecreateClasses (test_serialize.SerializeTests_serpent) ... ok > testRegisterTypeReplacementSanity (test_serialize.SerializeTests_serpent) ... > ok > testSerCompression (test_serialize.SerializeTests_serpent) ... ok > testSerCoreOffline (test_serialize.SerializeTests_serpent) ... ok > testSerDaemonHack (test_serialize.SerializeTests_serpent) ... ok > testSerErrors (test_serialize.SerializeTests_serpent) ... ok > testSerItself (test_serialize.SerializeTests_serpent) ... ok > testSerUnicode (test_serialize.SerializeTests_serpent) ... ok > testSerializeDumpsAndDumpsCall (test_serialize.SerializeTests_serpent) ... ok > testSerializeException (test_serialize.SerializeTests_serpent) ... ok > testSerializeExceptionWithAttr (test_serialize.SerializeTests_serpent) ... ok > testSerializeSpecialException (test_serialize.SerializeTests_serpent) ... ok > testSet (test_serialize.SerializeTests_serpent) ... ok > testSourceByteTypes_deserialize (test_serialize.SerializeTests_serpent) ... ok > testSourceByteTypes_deserialize_memoryview > (test_serialize.SerializeTests_serpent) ... ok > testSourceByteTypes_loads (test_serialize.SerializeTests_serpent) ... ok > testSourceByteTypes_loads_memoryview (test_serialize.SerializeTests_serpent) > ... ok > testUUID (test_serialize.SerializeTests_serpent) ... ok > testUnicodeData (test_serialize.SerializeTests_serpent) ... ok > testUriSerializationWithoutSlots (test_serialize.SerializeTests_serpent) ... > ok > testDaemonConnectFail (test_server.ServerTestsBrokenHandshake) ... > /<<PKGBUILDDIR>>/tests/PyroTests/test_server.py:126: DeprecationWarning: > setDaemon() is deprecated, set the daemon attribute instead > self.setDaemon(True) > ok > testConnectionStuff (test_server.ServerTestsMultiplexNoTimeout) ... ok > testException (test_server.ServerTestsMultiplexNoTimeout) ... ok > testGeneratorLinger (test_server.ServerTestsMultiplexNoTimeout) ... ok > testGeneratorNoLinger (test_server.ServerTestsMultiplexNoTimeout) ... ok > testGeneratorProxyClose (test_server.ServerTestsMultiplexNoTimeout) ... ok > testOnewayDelayed (test_server.ServerTestsMultiplexNoTimeout) ... ok > testOnewayMetaOff (test_server.ServerTestsMultiplexNoTimeout) ... ok > testOnewayMetaOn (test_server.ServerTestsMultiplexNoTimeout) ... ok > testOnewayWithProxySubclass (test_server.ServerTestsMultiplexNoTimeout) ... ok > testProxySharing (test_server.ServerTestsMultiplexNoTimeout) ... ok > testReconnectAndCompression (test_server.ServerTestsMultiplexNoTimeout) ... ok > testSerializeConnected (test_server.ServerTestsMultiplexNoTimeout) ... ok > testServerConnections (test_server.ServerTestsMultiplexNoTimeout) ... ok > testServerParallelism (test_server.ServerTestsMultiplexNoTimeout) ... > /<<PKGBUILDDIR>>/tests/PyroTests/test_server.py:1084: DeprecationWarning: > setDaemon() is deprecated, set the daemon attribute instead > self.setDaemon(True) > ok > testTimeoutCall (test_server.ServerTestsMultiplexNoTimeout) ... ok > testTimeoutConnect (test_server.ServerTestsMultiplexNoTimeout) ... ok > testAsyncProxy (test_server.ServerTestsOnce) ... ok > testAsyncProxyCallchain (test_server.ServerTestsOnce) ... ok > testAutoProxy (test_server.ServerTestsOnce) ... ok > testBatchAsync (test_server.ServerTestsOnce) ... ok > testBatchAsyncCallchain (test_server.ServerTestsOnce) ... ok > testBatchOneway (test_server.ServerTestsOnce) ... ok > testBatchProxy (test_server.ServerTestsOnce) ... ok > testCleanup (test_server.ServerTestsOnce) ... ok > testConnectOnce (test_server.ServerTestsOnce) ... ok > testConnectingThreads (test_server.ServerTestsOnce) ... > /<<PKGBUILDDIR>>/tests/PyroTests/test_server.py:696: DeprecationWarning: > setDaemon() is deprecated, set the daemon attribute instead > self.setDaemon(True) > ok > testExceptions (test_server.ServerTestsOnce) ... ok > testExposedNotRequired (test_server.ServerTestsOnce) ... ok > testExposedRequired (test_server.ServerTestsOnce) ... ok > testGenerator (test_server.ServerTestsOnce) ... ok > testHasAttr (test_server.ServerTestsOnce) ... ok > testIterator (test_server.ServerTestsOnce) ... ok > testMaxMsgSize (test_server.ServerTestsOnce) ... ok > testMetaOffAttrs (test_server.ServerTestsOnce) ... ok > testMetaOnAttrs (test_server.ServerTestsOnce) ... ok > testNonserializableException_other (test_server.ServerTestsOnce) ... ok > testNonserializableException_pickle (test_server.ServerTestsOnce) ... ok > testNormalProxy (test_server.ServerTestsOnce) ... ok > testPingMessage (test_server.ServerTestsOnce) ... ok > testProperties (test_server.ServerTestsOnce) ... ok > testProxyAnnotations (test_server.ServerTestsOnce) ... ok > testProxyAnnotationsOldApi (test_server.ServerTestsOnce) ... ok > testProxyAttrsMetadataOff (test_server.ServerTestsOnce) ... ok > testProxyAttrsMetadataOn (test_server.ServerTestsOnce) ... ok > testProxyMetadata (test_server.ServerTestsOnce) ... ok > testProxyMetadataKnown (test_server.ServerTestsOnce) ... ok > testProxyRepr (test_server.ServerTestsOnce) ... ok > testProxySerializedBlobArg (test_server.ServerTestsOnce) ... ok > testPyroTracebackBatch (test_server.ServerTestsOnce) ... ok > testPyroTracebackNormal (test_server.ServerTestsOnce) ... ok > testResourceFreeing (test_server.ServerTestsOnce) ... ok > testSequence (test_server.ServerTestsOnce) ... ok > testSerializedBlob (test_server.ServerTestsOnce) ... ok > testSerializedBlobMessage (test_server.ServerTestsOnce) ... ok > testSomeArgumentTypes (test_server.ServerTestsOnce) ... ok > testUnicodeKwargs (test_server.ServerTestsOnce) ... ok > testConnectionStuff (test_server.ServerTestsThreadNoTimeout) ... ok > testException (test_server.ServerTestsThreadNoTimeout) ... ok > testGeneratorLinger (test_server.ServerTestsThreadNoTimeout) ... ok > testGeneratorNoLinger (test_server.ServerTestsThreadNoTimeout) ... ok > testGeneratorProxyClose (test_server.ServerTestsThreadNoTimeout) ... ok > testOnewayDelayed (test_server.ServerTestsThreadNoTimeout) ... ok > testOnewayMetaOff (test_server.ServerTestsThreadNoTimeout) ... ok > testOnewayMetaOn (test_server.ServerTestsThreadNoTimeout) ... ok > testOnewayWithProxySubclass (test_server.ServerTestsThreadNoTimeout) ... ok > testProxySharing (test_server.ServerTestsThreadNoTimeout) ... > /<<PKGBUILDDIR>>/tests/PyroTests/test_server.py:1041: DeprecationWarning: > setDaemon() is deprecated, set the daemon attribute instead > self.setDaemon(True) > ok > testReconnectAndCompression (test_server.ServerTestsThreadNoTimeout) ... ok > testSerializeConnected (test_server.ServerTestsThreadNoTimeout) ... ok > testServerConnections (test_server.ServerTestsThreadNoTimeout) ... ok > testServerParallelism (test_server.ServerTestsThreadNoTimeout) ... ok > testTimeoutCall (test_server.ServerTestsThreadNoTimeout) ... ok > testTimeoutConnect (test_server.ServerTestsThreadNoTimeout) ... ok > testConnectionStuff (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testException (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testGeneratorLinger (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testGeneratorNoLinger (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testGeneratorProxyClose (test_server_timeout.ServerTestsMultiplexTimeout) ... > ok > testOnewayDelayed (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testOnewayMetaOff (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testOnewayMetaOn (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testOnewayWithProxySubclass (test_server_timeout.ServerTestsMultiplexTimeout) > ... ok > testProxySharing (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testReconnectAndCompression (test_server_timeout.ServerTestsMultiplexTimeout) > ... ok > testSerializeConnected (test_server_timeout.ServerTestsMultiplexTimeout) ... > ok > testServerConnections (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testServerParallelism (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testTimeoutCall (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testTimeoutConnect (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testConnectionStuff (test_server_timeout.ServerTestsThreadTimeout) ... ok > testException (test_server_timeout.ServerTestsThreadTimeout) ... ok > testGeneratorLinger (test_server_timeout.ServerTestsThreadTimeout) ... ok > testGeneratorNoLinger (test_server_timeout.ServerTestsThreadTimeout) ... ok > testGeneratorProxyClose (test_server_timeout.ServerTestsThreadTimeout) ... ok > testOnewayDelayed (test_server_timeout.ServerTestsThreadTimeout) ... ok > testOnewayMetaOff (test_server_timeout.ServerTestsThreadTimeout) ... ok > testOnewayMetaOn (test_server_timeout.ServerTestsThreadTimeout) ... ok > testOnewayWithProxySubclass (test_server_timeout.ServerTestsThreadTimeout) > ... ok > testProxySharing (test_server_timeout.ServerTestsThreadTimeout) ... ok > testReconnectAndCompression (test_server_timeout.ServerTestsThreadTimeout) > ... ok > testSerializeConnected (test_server_timeout.ServerTestsThreadTimeout) ... ok > testServerConnections (test_server_timeout.ServerTestsThreadTimeout) ... ok > testServerParallelism (test_server_timeout.ServerTestsThreadTimeout) ... ok > testTimeoutCall (test_server_timeout.ServerTestsThreadTimeout) ... ok > testTimeoutConnect (test_server_timeout.ServerTestsThreadTimeout) ... ok > testContextAndSock (test_socket.TestSSL) ... ok > testConnectCrash (test_socket.TestServerDOS_multiplex) ... ok > testInvalidMessageCrash (test_socket.TestServerDOS_multiplex) ... ok > testConnectCrash (test_socket.TestServerDOS_threading) ... ok > testInvalidMessageCrash (test_socket.TestServerDOS_threading) ... ok > testServer_multiplex (test_socket.TestSocketServer) ... ok > testServer_thread (test_socket.TestSocketServer) ... ok > testSockname (test_socket.TestSocketStuff) ... ok > testAbstractNamespace (test_socket.TestSocketutil) ... skipped 'no network > access on buildds' > testBindUnusedPort (test_socket.TestSocketutil) ... skipped 'no network > access on buildds' > testBindUnusedPort6 (test_socket.TestSocketutil) ... skipped 'no network > access on buildds' > testBroadcast (test_socket.TestSocketutil) ... skipped 'no network access on > buildds' > testCreateBoundSockets (test_socket.TestSocketutil) ... skipped 'no network > access on buildds' > testCreateBoundSockets6 (test_socket.TestSocketutil) ... skipped 'no network > access on buildds' > testCreateBoundUnixSockets (test_socket.TestSocketutil) ... skipped 'no > network access on buildds' > testCreateUnboundSockets (test_socket.TestSocketutil) ... skipped 'no network > access on buildds' > testCreateUnboundSockets6 (test_socket.TestSocketutil) ... skipped 'no > network access on buildds' > testGetIP (test_socket.TestSocketutil) ... skipped 'no network access on > buildds' > testGetIP6 (test_socket.TestSocketutil) ... skipped 'no network access on > buildds' > testGetInterfaceAddress (test_socket.TestSocketutil) ... skipped 'no network > access on buildds' > testGetIpVersion4 (test_socket.TestSocketutil) ... skipped 'no network access > on buildds' > testGetIpVersion6 (test_socket.TestSocketutil) ... skipped 'no network access > on buildds' > testMsgWaitAllConfig (test_socket.TestSocketutil) ... skipped 'no network > access on buildds' > testMsgWaitallProblems (test_socket.TestSocketutil) ... skipped 'no network > access on buildds' > testMsgWaitallProblems2 (test_socket.TestSocketutil) ... skipped 'no network > access on buildds' > testSend (test_socket.TestSocketutil) ... skipped 'no network access on > buildds' > testSendUnix (test_socket.TestSocketutil) ... skipped 'no network access on > buildds' > testUnusedPort (test_socket.TestSocketutil) ... skipped 'no network access on > buildds' > testUnusedPort6 (test_socket.TestSocketutil) ... skipped 'no network access > on buildds' > testAllBusy (test_threadpool.PoolTests) ... ok > testClose (test_threadpool.PoolTests) ... ok > testCreate (test_threadpool.PoolTests) ... ok > testScaling (test_threadpool.PoolTests) ... ok > testSingle (test_threadpool.PoolTests) ... ok > testServerPoolFull (test_threadpool.ThreadPoolServerTests) ... ok > testBasic (test_util.TestMetaAndExpose) ... ok > testClassmethodExposeCorrectOrderOkay (test_util.TestMetaAndExpose) ... ok > testClassmethodExposeWrongOrderFail (test_util.TestMetaAndExpose) ... FAIL > testExposeDunderOk (test_util.TestMetaAndExpose) ... ok > testExposePrivateFails (test_util.TestMetaAndExpose) ... ok > testExposedSubclass (test_util.TestMetaAndExpose) ... ok > testGetExposedCacheWorks (test_util.TestMetaAndExpose) ... ok > testGetExposedProperty (test_util.TestMetaAndExpose) ... ok > testGetExposedPropertyFromPartiallyExposed (test_util.TestMetaAndExpose) ... > ok > testIsPrivateName (test_util.TestMetaAndExpose) ... ok > testNotOnlyExposed (test_util.TestMetaAndExpose) ... ok > testPartlyExposedSubclass (test_util.TestMetaAndExpose) ... ok > testPrivateNotExposed (test_util.TestMetaAndExpose) ... ok > testResetExposedCache (test_util.TestMetaAndExpose) ... ok > testSetExposedProperty (test_util.TestMetaAndExpose) ... ok > testSetExposedPropertyFromPartiallyExposed (test_util.TestMetaAndExpose) ... > ok > testConfig (test_util.TestUtils) ... ok > testConfigReset (test_util.TestUtils) ... ok > testExcepthook (test_util.TestUtils) ... ok > testFormatTracebackDetail (test_util.TestUtils) ... ok > testFormatTracebackNormal (test_util.TestUtils) ... ok > testPyroTraceback (test_util.TestUtils) ... ok > testPyroTracebackArgs (test_util.TestUtils) ... ok > testResolveAttr (test_util.TestUtils) ... ok > testUnicodeKwargs (test_util.TestUtils) ... ok > > ====================================================================== > FAIL: testClassmethodExposeWrongOrderFail (test_util.TestMetaAndExpose) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/tests/PyroTests/test_util.py", line 375, in > testClassmethodExposeWrongOrderFail > with self.assertRaises(AttributeError) as ax: > AssertionError: AttributeError not raised > > ---------------------------------------------------------------------- > Ran 644 tests in 71.943s > > FAILED (failures=1, skipped=105) > Test failed: <unittest.runner.TextTestResult run=644 errors=0 failures=1> > error: Test failed: <unittest.runner.TextTestResult run=644 errors=0 > failures=1> > E: pybuild pybuild:355: test: plugin distutils failed with: exit code=1: > python3.10 setup.py test > I: pybuild base:237: python3.9 setup.py test > Pyro version = 4.81 > 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. > 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) ... ok > testBehaviorInstancemodeInvalid (test_core.BehaviorDecoratorTests) ... ok > testBehaviorInstancing (test_core.BehaviorDecoratorTests) ... ok > testBehaviorOnMethodInvalid (test_core.BehaviorDecoratorTests) ... ok > testBehaviorRequiresParams (test_core.BehaviorDecoratorTests) ... ok > testBehaviorWithExposeKeepsCorrectValues (test_core.BehaviorDecoratorTests) > ... ok > testAsyncProxyCopy (test_core.CoreTests) ... ok > testBatchProxyAdapterCopy (test_core.CoreTests) ... ok > testCallContext (test_core.CoreTests) ... ok > testCallbackDecorator (test_core.CoreTests) ... ok > testConfig (test_core.CoreTests) ... ok > testConfigDefaults (test_core.CoreTests) ... ok > testConfigDump (test_core.CoreTests) ... ok > testConfigParseBool (test_core.CoreTests) ... ok > testConfigValid (test_core.CoreTests) ... ok > testDaemonNoHmac (test_core.CoreTests) ... ok > testInvalidUris (test_core.CoreTests) ... ok > testLocation (test_core.CoreTests) ... ok > testLogInit (test_core.CoreTests) ... ok > testNoConnect (test_core.CoreTests) ... ok > testProxyConnectedSocket (test_core.CoreTests) ... ok > testProxyCopy (test_core.CoreTests) ... ok > testProxyDir (test_core.CoreTests) ... ok > testProxyDirMetadata (test_core.CoreTests) ... ok > testProxyEquality (test_core.CoreTests) ... ok > testProxyHmac (test_core.CoreTests) ... ok > testProxyNoHmac (test_core.CoreTests) ... ok > testProxyOffline (test_core.CoreTests) ... ok > testProxyRepr (test_core.CoreTests) ... ok > testProxySerializerOverride (test_core.CoreTests) ... ok > testProxySettings (test_core.CoreTests) ... ok > testProxySubclassCopy (test_core.CoreTests) ... ok > testProxyWithStmt (test_core.CoreTests) ... ok > testTimeoutGetSet (test_core.CoreTests) ... ok > testUriCopy (test_core.CoreTests) ... ok > testUriEqual (test_core.CoreTests) ... ok > testUriParsingIpv6 (test_core.CoreTests) ... ok > testUriParsingPyro (test_core.CoreTests) ... ok > testUriParsingPyrometa (test_core.CoreTests) ... ok > testUriParsingPyroname (test_core.CoreTests) ... ok > testUriStrAndRepr (test_core.CoreTests) ... ok > testUriSubclassCopy (test_core.CoreTests) ... ok > testUriUnicode (test_core.CoreTests) ... ok > testExposeInstancemodeDefault (test_core.ExposeDecoratorTests) ... ok > testAsyncCallbackMethod (test_core.RemoteMethodTests) ... ok > testAsyncMethod (test_core.RemoteMethodTests) ... ok > testAsyncMethodTimeout (test_core.RemoteMethodTests) ... ok > testBatchMethod (test_core.RemoteMethodTests) ... ok > testBatchMethodAsync (test_core.RemoteMethodTests) ... ok > testBatchMethodOneway (test_core.RemoteMethodTests) ... ok > testBatchMethodReuse (test_core.RemoteMethodTests) ... ok > testChangedAsyncLegacyApi (test_core.RemoteMethodTests) ... ok > testCrashingAsyncCallbackMethod (test_core.RemoteMethodTests) ... ok > testRemoteMethodMetaOff (test_core.RemoteMethodTests) ... ok > testRemoteMethodMetaOn (test_core.RemoteMethodTests) ... ok > testCrashingChain (test_core.TestFutures) ... ok > testErrorHandler (test_core.TestFutures) ... ok > testFutureCancel (test_core.TestFutures) ... ok > testFutureChain (test_core.TestFutures) ... ok > testFutureDelay (test_core.TestFutures) ... ok > testFutureResultChain (test_core.TestFutures) ... ok > testFutureResultChainSlow (test_core.TestFutures) ... ok > testSimpleFuture (test_core.TestFutures) ... ok > testSimpleServe (test_core.TestSimpleServe) ... ok > testSimpleServeSameNames (test_core.TestSimpleServe) ... ok > testBehaviorDefaults (test_daemon.DaemonTests) ... ok > testBehaviorDefaultsIsSession (test_daemon.DaemonTests) ... ok > testCombine (test_daemon.DaemonTests) ... ok > testCustomHandshake (test_daemon.DaemonTests) ... ok > testDaemon (test_daemon.DaemonTests) ... ok > testDaemonConnectedSocket (test_daemon.DaemonTests) ... > /<<PKGBUILDDIR>>/tests/PyroTests/test_daemon.py:134: ResourceWarning: > unclosed <socket.socket fd=5, family=AddressFamily.AF_UNIX, > type=SocketKind.SOCK_STREAM, proto=0> > s1, s2 = socket.socketpair() > ResourceWarning: Enable tracemalloc to get the object allocation traceback > /usr/lib/python3.9/unittest/case.py:550: ResourceWarning: unclosed > <socket.socket fd=6, family=AddressFamily.AF_UNIX, > type=SocketKind.SOCK_STREAM, proto=0> > method() > ResourceWarning: Enable tracemalloc to get the object allocation traceback > ok > testDaemonCustomInterface (test_daemon.DaemonTests) ... ok > testDaemonObject (test_daemon.DaemonTests) ... ok > testDaemonUnixSocket (test_daemon.DaemonTests) ... ok > testDaemonUnixSocketAbstractNS (test_daemon.DaemonTests) ... ok > testDaemonWithStmt (test_daemon.DaemonTests) ... ok > testHandshakeDenied (test_daemon.DaemonTests) ... ok > testInstanceCreationPerCall (test_daemon.DaemonTests) ... ok > testInstanceCreationSession (test_daemon.DaemonTests) ... ok > testInstanceCreationSingle (test_daemon.DaemonTests) ... ok > testInstanceCreationWrongType (test_daemon.DaemonTests) ... ok > testNAT (test_daemon.DaemonTests) ... ok > testNATconfig (test_daemon.DaemonTests) ... ok > testNATzeroPort (test_daemon.DaemonTests) ... ok > testRegisterClass (test_daemon.DaemonTests) ... ok > testRegisterEtc (test_daemon.DaemonTests) ... ok > testRegisterTwice (test_daemon.DaemonTests) ... ok > testRegisterTwiceForced (test_daemon.DaemonTests) ... ok > testRegisterUnicode (test_daemon.DaemonTests) ... ok > testRequestloopCondition (test_daemon.DaemonTests) ... ok > testSerializerAccepted (test_daemon.DaemonTests) ... ok > testSerializerConfig (test_daemon.DaemonTests) ... ok > testServertypeFoobar (test_daemon.DaemonTests) ... ok > testServertypeMultiplex (test_daemon.DaemonTests) ... ok > testServertypeThread (test_daemon.DaemonTests) ... ok > testSimpleHandshake (test_daemon.DaemonTests) ... ok > testUriFor (test_daemon.DaemonTests) ... ok > testMeta (test_daemon.MetaInfoTests) ... ok > testMetaResetCache (test_daemon.MetaInfoTests) ... ok > testMetaSerialization (test_daemon.MetaInfoTests) ... ok > testEcho (test_echoserver.TestEchoserver) ... ok > testError (test_echoserver.TestEchoserver) ... ok > testExposed (test_echoserver.TestEchoserver) ... ok > testGenerator (test_echoserver.TestEchoserver) ... ok > testFlameDisabled (test_flame.FlameDisabledTests) ... ok > testRequirePickleExclusively (test_flame.FlameDisabledTests) ... ok > testCreateModule (test_flame.FlameTests) ... ok > testCreateModuleNamespace (test_flame.FlameTests) ... ok > testExecFunction (test_flame.FlameTests) ... ok > testExecFunctionNewlines (test_flame.FlameTests) ... ok > testExposed (test_flame.FlameTests) ... ok > testFlameBuiltin (test_flame.FlameTests) ... ok > testFlameModule (test_flame.FlameTests) ... ok > testFlameserverMain (test_flame.FlameTests) ... ok > testExposedPattern (test_httpgateway.TestHttpGateway) ... ok > testMethodCallGET (test_httpgateway.TestHttpGateway) ... ok > testMethodCallPOST (test_httpgateway.TestHttpGateway) ... ok > testNameDeniedNotRegistered (test_httpgateway.TestHttpGateway) ... ok > testNameDeniedPattern (test_httpgateway.TestHttpGateway) ... ok > testParams (test_httpgateway.TestHttpGateway) ... ok > testRedirect (test_httpgateway.TestHttpGateway) ... ok > testWebpage (test_httpgateway.TestHttpGateway) ... ok > testAnnotations (test_message.MessageTestsHmac) ... ok > testAnnotationsIdLength4 (test_message.MessageTestsHmac) ... ok > testChecksum (test_message.MessageTestsHmac) ... ok > testCompression (test_message.MessageTestsHmac) ... ok > testHmac (test_message.MessageTestsHmac) ... ok > testHmacMethod (test_message.MessageTestsHmac) ... ok > testMessage (test_message.MessageTestsHmac) ... ok > testMessageHeaderDatasize (test_message.MessageTestsHmac) ... ok > testProtocolVersion (test_message.MessageTestsHmac) ... ok > testRecvAnnotations (test_message.MessageTestsHmac) ... ok > testSecureCompare (test_message.MessageTestsHmac) ... ok > testMaxDataSize (test_message.MessageTestsNoHmac) ... ok > testRecvNoAnnotations (test_message.MessageTestsNoHmac) ... ok > testBCstart (test_naming.BCSetupTests) ... skipped 'no network access on > buildds' > testAutoClean (test_naming.NameServerTests) ... skipped 'no network access on > buildds' > testDaemonPyroObj (test_naming.NameServerTests) ... skipped 'no network > access on buildds' > testLookupAndRegister (test_naming.NameServerTests) ... skipped 'no network > access on buildds' > testLookupInvalidHmac (test_naming.NameServerTests) ... skipped 'no network > access on buildds' > testLookupUnixsockParsing (test_naming.NameServerTests) ... skipped 'no > network access on buildds' > testMulti (test_naming.NameServerTests) ... skipped 'no network access on > buildds' > testRefuseDottedNames (test_naming.NameServerTests) ... skipped 'no network > access on buildds' > testResolve (test_naming.NameServerTests) ... skipped 'no network access on > buildds' > testBCLookup0000 (test_naming.NameServerTests0000) ... skipped 'no network > access on buildds' > testLookupAndRegister (test_naming.NameServerTestsHmac) ... skipped 'no > network access on buildds' > testPyroname (test_naming.NameServerTestsHmac) ... skipped 'no network access > on buildds' > testResolve (test_naming.NameServerTestsHmac) ... skipped 'no network access > on buildds' > testResolveAsymmetricHmacUsage (test_naming.NameServerTestsHmac) ... skipped > 'no network access on buildds' > testResolveWrongHmac (test_naming.NameServerTestsHmac) ... skipped 'no > network access on buildds' > testEmptyMetadata (test_naming2.OfflineNameServerTests) ... skipped 'no > network access on buildds' > testList (test_naming2.OfflineNameServerTests) ... skipped 'no network access > on buildds' > testListNoMultipleFilters (test_naming2.OfflineNameServerTests) ... skipped > 'no network access on buildds' > testMetadata (test_naming2.OfflineNameServerTests) ... skipped 'no network > access on buildds' > testMetadataAny (test_naming2.OfflineNameServerTests) ... skipped 'no network > access on buildds' > testMetadataListInvalidTypes (test_naming2.OfflineNameServerTests) ... > skipped 'no network access on buildds' > testMetadataRegisterInvalidTypes (test_naming2.OfflineNameServerTests) ... > skipped 'no network access on buildds' > testNAT (test_naming2.OfflineNameServerTests) ... skipped 'no network access > on buildds' > testNSCfunctions (test_naming2.OfflineNameServerTests) ... skipped 'no > network access on buildds' > testNSCmain (test_naming2.OfflineNameServerTests) ... skipped 'no network > access on buildds' > testNSmain (test_naming2.OfflineNameServerTests) ... skipped 'no network > access on buildds' > testNameserverWithStmt (test_naming2.OfflineNameServerTests) ... skipped 'no > network access on buildds' > testRegister (test_naming2.OfflineNameServerTests) ... skipped 'no network > access on buildds' > testRemove (test_naming2.OfflineNameServerTests) ... skipped 'no network > access on buildds' > testRemoveProtected (test_naming2.OfflineNameServerTests) ... skipped 'no > network access on buildds' > testStartNSfunc (test_naming2.OfflineNameServerTests) ... skipped 'no network > access on buildds' > testUnicodeNames (test_naming2.OfflineNameServerTests) ... skipped 'no > network access on buildds' > testEmptyMetadata (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped > 'no network access on buildds' > testList (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped 'no > network access on buildds' > testListNoMultipleFilters (test_naming2.OfflineNameServerTestsDbmStorage) ... > skipped 'no network access on buildds' > testMetadata (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped 'no > network access on buildds' > testMetadataAny (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped > 'no network access on buildds' > testMetadataListInvalidTypes (test_naming2.OfflineNameServerTestsDbmStorage) > ... skipped 'no network access on buildds' > testMetadataRegisterInvalidTypes > (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped 'no network > access on buildds' > testNAT (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped 'no > network access on buildds' > testNSCfunctions (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped > 'no network access on buildds' > testNSCmain (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped 'no > network access on buildds' > testNSmain (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped 'no > network access on buildds' > testNameserverWithStmt (test_naming2.OfflineNameServerTestsDbmStorage) ... > skipped 'no network access on buildds' > testRegister (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped 'no > network access on buildds' > testRemove (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped 'no > network access on buildds' > testRemoveProtected (test_naming2.OfflineNameServerTestsDbmStorage) ... > skipped 'no network access on buildds' > testStartNSfunc (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped > 'no network access on buildds' > testUnicodeNames (test_naming2.OfflineNameServerTestsDbmStorage) ... skipped > 'no network access on buildds' > testEmptyMetadata (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped > 'no network access on buildds' > testList (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped 'no > network access on buildds' > testListNoMultipleFilters (test_naming2.OfflineNameServerTestsSqlStorage) ... > skipped 'no network access on buildds' > testMetadata (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped 'no > network access on buildds' > testMetadataAny (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped > 'no network access on buildds' > testMetadataListInvalidTypes (test_naming2.OfflineNameServerTestsSqlStorage) > ... skipped 'no network access on buildds' > testMetadataRegisterInvalidTypes > (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped 'no network > access on buildds' > testNAT (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped 'no > network access on buildds' > testNSCfunctions (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped > 'no network access on buildds' > testNSCmain (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped 'no > network access on buildds' > testNSmain (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped 'no > network access on buildds' > testNameserverWithStmt (test_naming2.OfflineNameServerTestsSqlStorage) ... > skipped 'no network access on buildds' > testRegister (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped 'no > network access on buildds' > testRemove (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped 'no > network access on buildds' > testRemoveProtected (test_naming2.OfflineNameServerTestsSqlStorage) ... > skipped 'no network access on buildds' > testStartNSfunc (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped > 'no network access on buildds' > testUnicodeNames (test_naming2.OfflineNameServerTestsSqlStorage) ... skipped > 'no network access on buildds' > testAsyncKeywordBackwardsCompatibility (test_package.TestPackage) ... skipped > 'async is kw on 3.7+' > testPyro4 (test_package.TestPackage) ... ok > testAssignedSerializerIds (test_serialize.GenericTests) ... ok > testCustomDictClass (test_serialize.GenericTests) ... ok > testDictClassFail (test_serialize.GenericTests) ... ok > testDictClassOk (test_serialize.GenericTests) ... ok > testDictException (test_serialize.GenericTests) ... ok > testExceptionNamespacePy2 (test_serialize.GenericTests) ... ok > testExceptionNamespacePy3 (test_serialize.GenericTests) ... ok > testExceptionNotTagged (test_serialize.GenericTests) ... ok > testSerializersAvailable (test_serialize.GenericTests) ... ok > testSerializersAvailableById (test_serialize.GenericTests) ... ok > testWeirdFloats (test_serialize.GenericTests) ... ok > testArrays (test_serialize.SerializeTests_cloudpickle) ... ok > testArrays2 (test_serialize.SerializeTests_cloudpickle) ... ok > testAutoProxyFullExposed (test_serialize.SerializeTests_cloudpickle) ... ok > testAutoProxyPartlyExposed (test_serialize.SerializeTests_cloudpickle) ... ok > testCallCustomObjAsArg (test_serialize.SerializeTests_cloudpickle) ... ok > testCallPlain (test_serialize.SerializeTests_cloudpickle) ... ok > testCallPyroObjAsArg (test_serialize.SerializeTests_cloudpickle) ... ok > testCircular (test_serialize.SerializeTests_cloudpickle) ... ok > testCustomClassFail (test_serialize.SerializeTests_cloudpickle) ... skipped > 'pickle, cloudpickle and dill simply serialize custom classes' > testCustomClassOk (test_serialize.SerializeTests_cloudpickle) ... skipped > 'pickle, cloudpickle and dill simply serialize custom classes just fine' > testData (test_serialize.SerializeTests_cloudpickle) ... ok > testFloatPrecision (test_serialize.SerializeTests_cloudpickle) ... ok > testNested (test_serialize.SerializeTests_cloudpickle) ... ok > testProtocolVersion (test_serialize.SerializeTests_cloudpickle) ... ok > testProxySerializationCompat (test_serialize.SerializeTests_cloudpickle) ... > ok > testPyroClasses (test_serialize.SerializeTests_cloudpickle) ... ok > testPyroClassesForDict (test_serialize.SerializeTests_cloudpickle) ... ok > testRecreateClasses (test_serialize.SerializeTests_cloudpickle) ... ok > testRegisterTypeReplacementSanity (test_serialize.SerializeTests_cloudpickle) > ... ok > testSerCompression (test_serialize.SerializeTests_cloudpickle) ... ok > testSerCoreOffline (test_serialize.SerializeTests_cloudpickle) ... ok > testSerDaemonHack (test_serialize.SerializeTests_cloudpickle) ... ok > testSerErrors (test_serialize.SerializeTests_cloudpickle) ... ok > testSerItself (test_serialize.SerializeTests_cloudpickle) ... ok > testSerUnicode (test_serialize.SerializeTests_cloudpickle) ... ok > testSerializeDumpsAndDumpsCall (test_serialize.SerializeTests_cloudpickle) > ... ok > testSerializeException (test_serialize.SerializeTests_cloudpickle) ... ok > testSerializeExceptionWithAttr (test_serialize.SerializeTests_cloudpickle) > ... ok > testSerializeLambda (test_serialize.SerializeTests_cloudpickle) ... ok > testSerializeLocalFunction (test_serialize.SerializeTests_cloudpickle) ... ok > testSerializeSpecialException (test_serialize.SerializeTests_cloudpickle) ... > ok > testSet (test_serialize.SerializeTests_cloudpickle) ... ok > testSourceByteTypes_deserialize (test_serialize.SerializeTests_cloudpickle) > ... ok > testSourceByteTypes_deserialize_memoryview > (test_serialize.SerializeTests_cloudpickle) ... ok > testSourceByteTypes_loads (test_serialize.SerializeTests_cloudpickle) ... ok > testSourceByteTypes_loads_memoryview > (test_serialize.SerializeTests_cloudpickle) ... ok > testUUID (test_serialize.SerializeTests_cloudpickle) ... ok > testUnicodeData (test_serialize.SerializeTests_cloudpickle) ... ok > testUriSerializationWithoutSlots (test_serialize.SerializeTests_cloudpickle) > ... skipped 'not implemented' > testArrays (test_serialize.SerializeTests_dill) ... ok > testArrays2 (test_serialize.SerializeTests_dill) ... ok > testAutoProxyFullExposed (test_serialize.SerializeTests_dill) ... ok > testAutoProxyPartlyExposed (test_serialize.SerializeTests_dill) ... ok > testCallCustomObjAsArg (test_serialize.SerializeTests_dill) ... ok > testCallPlain (test_serialize.SerializeTests_dill) ... ok > testCallPyroObjAsArg (test_serialize.SerializeTests_dill) ... ok > testCircular (test_serialize.SerializeTests_dill) ... ok > testCustomClassFail (test_serialize.SerializeTests_dill) ... skipped 'pickle, > cloudpickle and dill simply serialize custom classes' > testCustomClassOk (test_serialize.SerializeTests_dill) ... skipped 'pickle, > cloudpickle and dill simply serialize custom classes just fine' > testData (test_serialize.SerializeTests_dill) ... ok > testFloatPrecision (test_serialize.SerializeTests_dill) ... ok > testNested (test_serialize.SerializeTests_dill) ... ok > testProtocolVersion (test_serialize.SerializeTests_dill) ... ok > testProxySerializationCompat (test_serialize.SerializeTests_dill) ... ok > testPyroClasses (test_serialize.SerializeTests_dill) ... ok > testPyroClassesForDict (test_serialize.SerializeTests_dill) ... ok > testRecreateClasses (test_serialize.SerializeTests_dill) ... ok > testRegisterTypeReplacementSanity (test_serialize.SerializeTests_dill) ... ok > testSerCompression (test_serialize.SerializeTests_dill) ... ok > testSerCoreOffline (test_serialize.SerializeTests_dill) ... ok > testSerDaemonHack (test_serialize.SerializeTests_dill) ... ok > testSerErrors (test_serialize.SerializeTests_dill) ... ok > testSerItself (test_serialize.SerializeTests_dill) ... ok > testSerUnicode (test_serialize.SerializeTests_dill) ... ok > testSerializeDumpsAndDumpsCall (test_serialize.SerializeTests_dill) ... ok > testSerializeException (test_serialize.SerializeTests_dill) ... ok > testSerializeExceptionWithAttr (test_serialize.SerializeTests_dill) ... ok > testSerializeLambda (test_serialize.SerializeTests_dill) ... ok > testSerializeLocalFunction (test_serialize.SerializeTests_dill) ... ok > testSerializeSpecialException (test_serialize.SerializeTests_dill) ... ok > testSet (test_serialize.SerializeTests_dill) ... ok > testSourceByteTypes_deserialize (test_serialize.SerializeTests_dill) ... ok > testSourceByteTypes_deserialize_memoryview > (test_serialize.SerializeTests_dill) ... ok > testSourceByteTypes_loads (test_serialize.SerializeTests_dill) ... ok > testSourceByteTypes_loads_memoryview (test_serialize.SerializeTests_dill) ... > ok > testUUID (test_serialize.SerializeTests_dill) ... ok > testUnicodeData (test_serialize.SerializeTests_dill) ... ok > testUriSerializationWithoutSlots (test_serialize.SerializeTests_dill) ... > skipped 'not implemented' > testArrays (test_serialize.SerializeTests_json) ... ok > testArrays2 (test_serialize.SerializeTests_json) ... ok > testAutoProxyFullExposed (test_serialize.SerializeTests_json) ... ok > testAutoProxyPartlyExposed (test_serialize.SerializeTests_json) ... ok > testCallCustomObjAsArg (test_serialize.SerializeTests_json) ... ok > testCallPlain (test_serialize.SerializeTests_json) ... ok > testCallPyroObjAsArg (test_serialize.SerializeTests_json) ... ok > testCircular (test_serialize.SerializeTests_json) ... ok > testCustomClassFail (test_serialize.SerializeTests_json) ... ok > testCustomClassOk (test_serialize.SerializeTests_json) ... ok > testData (test_serialize.SerializeTests_json) ... ok > testFloatPrecision (test_serialize.SerializeTests_json) ... ok > testNested (test_serialize.SerializeTests_json) ... ok > testProtocolVersion (test_serialize.SerializeTests_json) ... ok > testProxySerializationCompat (test_serialize.SerializeTests_json) ... ok > testPyroClasses (test_serialize.SerializeTests_json) ... ok > testPyroClassesForDict (test_serialize.SerializeTests_json) ... ok > testRecreateClasses (test_serialize.SerializeTests_json) ... ok > testRegisterTypeReplacementSanity (test_serialize.SerializeTests_json) ... ok > testSerCompression (test_serialize.SerializeTests_json) ... ok > testSerCoreOffline (test_serialize.SerializeTests_json) ... ok > testSerDaemonHack (test_serialize.SerializeTests_json) ... ok > testSerErrors (test_serialize.SerializeTests_json) ... ok > testSerItself (test_serialize.SerializeTests_json) ... ok > testSerUnicode (test_serialize.SerializeTests_json) ... ok > testSerializeDumpsAndDumpsCall (test_serialize.SerializeTests_json) ... ok > testSerializeException (test_serialize.SerializeTests_json) ... ok > testSerializeExceptionWithAttr (test_serialize.SerializeTests_json) ... ok > testSerializeSpecialException (test_serialize.SerializeTests_json) ... ok > testSet (test_serialize.SerializeTests_json) ... ok > testSourceByteTypes_deserialize (test_serialize.SerializeTests_json) ... ok > testSourceByteTypes_deserialize_memoryview > (test_serialize.SerializeTests_json) ... ok > testSourceByteTypes_loads (test_serialize.SerializeTests_json) ... ok > testSourceByteTypes_loads_memoryview (test_serialize.SerializeTests_json) ... > ok > testUUID (test_serialize.SerializeTests_json) ... ok > testUnicodeData (test_serialize.SerializeTests_json) ... ok > testUriSerializationWithoutSlots (test_serialize.SerializeTests_json) ... ok > testArrays (test_serialize.SerializeTests_marshal) ... ok > testArrays2 (test_serialize.SerializeTests_marshal) ... ok > testAutoProxyFullExposed (test_serialize.SerializeTests_marshal) ... skipped > "marshal can't serialize custom objects" > testAutoProxyPartlyExposed (test_serialize.SerializeTests_marshal) ... > skipped "marshal can't serialize custom objects" > testCallCustomObjAsArg (test_serialize.SerializeTests_marshal) ... skipped > "marshal can't serialize custom objects" > testCallPlain (test_serialize.SerializeTests_marshal) ... ok > testCallPyroObjAsArg (test_serialize.SerializeTests_marshal) ... skipped > "marshal can't serialize custom objects" > testCircular (test_serialize.SerializeTests_marshal) ... ok > testCustomClassFail (test_serialize.SerializeTests_marshal) ... ok > testCustomClassOk (test_serialize.SerializeTests_marshal) ... ok > testData (test_serialize.SerializeTests_marshal) ... ok > testFloatPrecision (test_serialize.SerializeTests_marshal) ... ok > testNested (test_serialize.SerializeTests_marshal) ... skipped "marshal can't > serialize custom objects" > testProtocolVersion (test_serialize.SerializeTests_marshal) ... ok > testProxySerializationCompat (test_serialize.SerializeTests_marshal) ... ok > testPyroClasses (test_serialize.SerializeTests_marshal) ... ok > testPyroClassesForDict (test_serialize.SerializeTests_marshal) ... ok > testRecreateClasses (test_serialize.SerializeTests_marshal) ... ok > testRegisterTypeReplacementSanity (test_serialize.SerializeTests_marshal) ... > skipped "marshal can't serialize custom objects" > testSerCompression (test_serialize.SerializeTests_marshal) ... ok > testSerCoreOffline (test_serialize.SerializeTests_marshal) ... ok > testSerDaemonHack (test_serialize.SerializeTests_marshal) ... ok > testSerErrors (test_serialize.SerializeTests_marshal) ... ok > testSerItself (test_serialize.SerializeTests_marshal) ... ok > testSerUnicode (test_serialize.SerializeTests_marshal) ... ok > testSerializeDumpsAndDumpsCall (test_serialize.SerializeTests_marshal) ... ok > testSerializeException (test_serialize.SerializeTests_marshal) ... ok > testSerializeExceptionWithAttr (test_serialize.SerializeTests_marshal) ... ok > testSerializeSpecialException (test_serialize.SerializeTests_marshal) ... ok > testSet (test_serialize.SerializeTests_marshal) ... ok > testSourceByteTypes_deserialize (test_serialize.SerializeTests_marshal) ... ok > testSourceByteTypes_deserialize_memoryview > (test_serialize.SerializeTests_marshal) ... ok > testSourceByteTypes_loads (test_serialize.SerializeTests_marshal) ... ok > testSourceByteTypes_loads_memoryview (test_serialize.SerializeTests_marshal) > ... ok > testUUID (test_serialize.SerializeTests_marshal) ... ok > testUnicodeData (test_serialize.SerializeTests_marshal) ... ok > testUriSerializationWithoutSlots (test_serialize.SerializeTests_marshal) ... > skipped 'marshaling is implementation dependent' > testArrays (test_serialize.SerializeTests_msgpack) ... ok > testArrays2 (test_serialize.SerializeTests_msgpack) ... ok > testAutoProxyFullExposed (test_serialize.SerializeTests_msgpack) ... ok > testAutoProxyPartlyExposed (test_serialize.SerializeTests_msgpack) ... ok > testCallCustomObjAsArg (test_serialize.SerializeTests_msgpack) ... ok > testCallPlain (test_serialize.SerializeTests_msgpack) ... ok > testCallPyroObjAsArg (test_serialize.SerializeTests_msgpack) ... ok > testCircular (test_serialize.SerializeTests_msgpack) ... skipped 'circular > will crash msgpack' > testCustomClassFail (test_serialize.SerializeTests_msgpack) ... ok > testCustomClassOk (test_serialize.SerializeTests_msgpack) ... ok > testData (test_serialize.SerializeTests_msgpack) ... ok > testFloatPrecision (test_serialize.SerializeTests_msgpack) ... ok > testNested (test_serialize.SerializeTests_msgpack) ... ok > testProtocolVersion (test_serialize.SerializeTests_msgpack) ... ok > testProxySerializationCompat (test_serialize.SerializeTests_msgpack) ... ok > testPyroClasses (test_serialize.SerializeTests_msgpack) ... ok > testPyroClassesForDict (test_serialize.SerializeTests_msgpack) ... ok > testRecreateClasses (test_serialize.SerializeTests_msgpack) ... ok > testRegisterTypeReplacementSanity (test_serialize.SerializeTests_msgpack) ... > ok > testSerCompression (test_serialize.SerializeTests_msgpack) ... ok > testSerCoreOffline (test_serialize.SerializeTests_msgpack) ... ok > testSerDaemonHack (test_serialize.SerializeTests_msgpack) ... ok > testSerErrors (test_serialize.SerializeTests_msgpack) ... ok > testSerItself (test_serialize.SerializeTests_msgpack) ... ok > testSerUnicode (test_serialize.SerializeTests_msgpack) ... ok > testSerializeDumpsAndDumpsCall (test_serialize.SerializeTests_msgpack) ... ok > testSerializeException (test_serialize.SerializeTests_msgpack) ... ok > testSerializeExceptionWithAttr (test_serialize.SerializeTests_msgpack) ... ok > testSerializeSpecialException (test_serialize.SerializeTests_msgpack) ... ok > testSet (test_serialize.SerializeTests_msgpack) ... ok > testSourceByteTypes_deserialize (test_serialize.SerializeTests_msgpack) ... ok > testSourceByteTypes_deserialize_memoryview > (test_serialize.SerializeTests_msgpack) ... ok > testSourceByteTypes_loads (test_serialize.SerializeTests_msgpack) ... ok > testSourceByteTypes_loads_memoryview (test_serialize.SerializeTests_msgpack) > ... ok > testUUID (test_serialize.SerializeTests_msgpack) ... ok > testUnicodeData (test_serialize.SerializeTests_msgpack) ... ok > testUriSerializationWithoutSlots (test_serialize.SerializeTests_msgpack) ... > skipped 'msgpack is implementation dependent' > testArrays (test_serialize.SerializeTests_pickle) ... ok > testArrays2 (test_serialize.SerializeTests_pickle) ... ok > testAutoProxyFullExposed (test_serialize.SerializeTests_pickle) ... ok > testAutoProxyPartlyExposed (test_serialize.SerializeTests_pickle) ... ok > testCallCustomObjAsArg (test_serialize.SerializeTests_pickle) ... ok > testCallPlain (test_serialize.SerializeTests_pickle) ... ok > testCallPyroObjAsArg (test_serialize.SerializeTests_pickle) ... ok > testCircular (test_serialize.SerializeTests_pickle) ... ok > testCustomClassFail (test_serialize.SerializeTests_pickle) ... skipped > 'pickle, cloudpickle and dill simply serialize custom classes' > testCustomClassOk (test_serialize.SerializeTests_pickle) ... skipped 'pickle, > cloudpickle and dill simply serialize custom classes just fine' > testData (test_serialize.SerializeTests_pickle) ... ok > testFloatPrecision (test_serialize.SerializeTests_pickle) ... ok > testNested (test_serialize.SerializeTests_pickle) ... ok > testProtocolVersion (test_serialize.SerializeTests_pickle) ... ok > testProxySerializationCompat (test_serialize.SerializeTests_pickle) ... ok > testPyroClasses (test_serialize.SerializeTests_pickle) ... ok > testPyroClassesForDict (test_serialize.SerializeTests_pickle) ... ok > testRecreateClasses (test_serialize.SerializeTests_pickle) ... ok > testRegisterTypeReplacementSanity (test_serialize.SerializeTests_pickle) ... > ok > testSerCompression (test_serialize.SerializeTests_pickle) ... ok > testSerCoreOffline (test_serialize.SerializeTests_pickle) ... ok > testSerDaemonHack (test_serialize.SerializeTests_pickle) ... ok > testSerErrors (test_serialize.SerializeTests_pickle) ... ok > testSerItself (test_serialize.SerializeTests_pickle) ... ok > testSerUnicode (test_serialize.SerializeTests_pickle) ... ok > testSerializeDumpsAndDumpsCall (test_serialize.SerializeTests_pickle) ... ok > testSerializeException (test_serialize.SerializeTests_pickle) ... ok > testSerializeExceptionWithAttr (test_serialize.SerializeTests_pickle) ... ok > testSerializeSpecialException (test_serialize.SerializeTests_pickle) ... ok > testSet (test_serialize.SerializeTests_pickle) ... ok > testSourceByteTypes_deserialize (test_serialize.SerializeTests_pickle) ... ok > testSourceByteTypes_deserialize_memoryview > (test_serialize.SerializeTests_pickle) ... ok > testSourceByteTypes_loads (test_serialize.SerializeTests_pickle) ... ok > testSourceByteTypes_loads_memoryview (test_serialize.SerializeTests_pickle) > ... ok > testUUID (test_serialize.SerializeTests_pickle) ... ok > testUnicodeData (test_serialize.SerializeTests_pickle) ... ok > testUriSerializationWithoutSlots (test_serialize.SerializeTests_pickle) ... ok > testArrays (test_serialize.SerializeTests_serpent) ... ok > testArrays2 (test_serialize.SerializeTests_serpent) ... ok > testAutoProxyFullExposed (test_serialize.SerializeTests_serpent) ... ok > testAutoProxyPartlyExposed (test_serialize.SerializeTests_serpent) ... ok > testCallCustomObjAsArg (test_serialize.SerializeTests_serpent) ... ok > testCallPlain (test_serialize.SerializeTests_serpent) ... ok > testCallPyroObjAsArg (test_serialize.SerializeTests_serpent) ... ok > testCircular (test_serialize.SerializeTests_serpent) ... ok > testCustomClassFail (test_serialize.SerializeTests_serpent) ... ok > testCustomClassOk (test_serialize.SerializeTests_serpent) ... ok > testData (test_serialize.SerializeTests_serpent) ... ok > testDeque (test_serialize.SerializeTests_serpent) ... ok > testFloatPrecision (test_serialize.SerializeTests_serpent) ... ok > testNested (test_serialize.SerializeTests_serpent) ... ok > testOrderedDict (test_serialize.SerializeTests_serpent) ... ok > testProtocolVersion (test_serialize.SerializeTests_serpent) ... ok > testProxySerializationCompat (test_serialize.SerializeTests_serpent) ... ok > testPyroClasses (test_serialize.SerializeTests_serpent) ... ok > testPyroClassesForDict (test_serialize.SerializeTests_serpent) ... ok > testRecreateClasses (test_serialize.SerializeTests_serpent) ... ok > testRegisterTypeReplacementSanity (test_serialize.SerializeTests_serpent) ... > ok > testSerCompression (test_serialize.SerializeTests_serpent) ... ok > testSerCoreOffline (test_serialize.SerializeTests_serpent) ... ok > testSerDaemonHack (test_serialize.SerializeTests_serpent) ... ok > testSerErrors (test_serialize.SerializeTests_serpent) ... ok > testSerItself (test_serialize.SerializeTests_serpent) ... ok > testSerUnicode (test_serialize.SerializeTests_serpent) ... ok > testSerializeDumpsAndDumpsCall (test_serialize.SerializeTests_serpent) ... ok > testSerializeException (test_serialize.SerializeTests_serpent) ... ok > testSerializeExceptionWithAttr (test_serialize.SerializeTests_serpent) ... ok > testSerializeSpecialException (test_serialize.SerializeTests_serpent) ... ok > testSet (test_serialize.SerializeTests_serpent) ... ok > testSourceByteTypes_deserialize (test_serialize.SerializeTests_serpent) ... ok > testSourceByteTypes_deserialize_memoryview > (test_serialize.SerializeTests_serpent) ... ok > testSourceByteTypes_loads (test_serialize.SerializeTests_serpent) ... ok > testSourceByteTypes_loads_memoryview (test_serialize.SerializeTests_serpent) > ... ok > testUUID (test_serialize.SerializeTests_serpent) ... ok > testUnicodeData (test_serialize.SerializeTests_serpent) ... ok > testUriSerializationWithoutSlots (test_serialize.SerializeTests_serpent) ... > ok > testDaemonConnectFail (test_server.ServerTestsBrokenHandshake) ... ok > testConnectionStuff (test_server.ServerTestsMultiplexNoTimeout) ... ok > testException (test_server.ServerTestsMultiplexNoTimeout) ... ok > testGeneratorLinger (test_server.ServerTestsMultiplexNoTimeout) ... ok > testGeneratorNoLinger (test_server.ServerTestsMultiplexNoTimeout) ... ok > testGeneratorProxyClose (test_server.ServerTestsMultiplexNoTimeout) ... ok > testOnewayDelayed (test_server.ServerTestsMultiplexNoTimeout) ... ok > testOnewayMetaOff (test_server.ServerTestsMultiplexNoTimeout) ... ok > testOnewayMetaOn (test_server.ServerTestsMultiplexNoTimeout) ... ok > testOnewayWithProxySubclass (test_server.ServerTestsMultiplexNoTimeout) ... ok > testProxySharing (test_server.ServerTestsMultiplexNoTimeout) ... ok > testReconnectAndCompression (test_server.ServerTestsMultiplexNoTimeout) ... ok > testSerializeConnected (test_server.ServerTestsMultiplexNoTimeout) ... ok > testServerConnections (test_server.ServerTestsMultiplexNoTimeout) ... ok > testServerParallelism (test_server.ServerTestsMultiplexNoTimeout) ... ok > testTimeoutCall (test_server.ServerTestsMultiplexNoTimeout) ... ok > testTimeoutConnect (test_server.ServerTestsMultiplexNoTimeout) ... ok > testAsyncProxy (test_server.ServerTestsOnce) ... ok > testAsyncProxyCallchain (test_server.ServerTestsOnce) ... ok > testAutoProxy (test_server.ServerTestsOnce) ... ok > testBatchAsync (test_server.ServerTestsOnce) ... ok > testBatchAsyncCallchain (test_server.ServerTestsOnce) ... ok > testBatchOneway (test_server.ServerTestsOnce) ... ok > testBatchProxy (test_server.ServerTestsOnce) ... ok > testCleanup (test_server.ServerTestsOnce) ... ok > testConnectOnce (test_server.ServerTestsOnce) ... ok > testConnectingThreads (test_server.ServerTestsOnce) ... ok > testExceptions (test_server.ServerTestsOnce) ... ok > testExposedNotRequired (test_server.ServerTestsOnce) ... ok > testExposedRequired (test_server.ServerTestsOnce) ... ok > testGenerator (test_server.ServerTestsOnce) ... ok > testHasAttr (test_server.ServerTestsOnce) ... ok > testIterator (test_server.ServerTestsOnce) ... ok > testMaxMsgSize (test_server.ServerTestsOnce) ... ok > testMetaOffAttrs (test_server.ServerTestsOnce) ... ok > testMetaOnAttrs (test_server.ServerTestsOnce) ... ok > testNonserializableException_other (test_server.ServerTestsOnce) ... ok > testNonserializableException_pickle (test_server.ServerTestsOnce) ... ok > testNormalProxy (test_server.ServerTestsOnce) ... ok > testPingMessage (test_server.ServerTestsOnce) ... ok > testProperties (test_server.ServerTestsOnce) ... ok > testProxyAnnotations (test_server.ServerTestsOnce) ... ok > testProxyAnnotationsOldApi (test_server.ServerTestsOnce) ... ok > testProxyAttrsMetadataOff (test_server.ServerTestsOnce) ... ok > testProxyAttrsMetadataOn (test_server.ServerTestsOnce) ... ok > testProxyMetadata (test_server.ServerTestsOnce) ... ok > testProxyMetadataKnown (test_server.ServerTestsOnce) ... ok > testProxyRepr (test_server.ServerTestsOnce) ... ok > testProxySerializedBlobArg (test_server.ServerTestsOnce) ... ok > testPyroTracebackBatch (test_server.ServerTestsOnce) ... ok > testPyroTracebackNormal (test_server.ServerTestsOnce) ... ok > testResourceFreeing (test_server.ServerTestsOnce) ... ok > testSequence (test_server.ServerTestsOnce) ... ok > testSerializedBlob (test_server.ServerTestsOnce) ... ok > testSerializedBlobMessage (test_server.ServerTestsOnce) ... ok > testSomeArgumentTypes (test_server.ServerTestsOnce) ... ok > testUnicodeKwargs (test_server.ServerTestsOnce) ... ok > testConnectionStuff (test_server.ServerTestsThreadNoTimeout) ... ok > testException (test_server.ServerTestsThreadNoTimeout) ... ok > testGeneratorLinger (test_server.ServerTestsThreadNoTimeout) ... ok > testGeneratorNoLinger (test_server.ServerTestsThreadNoTimeout) ... ok > testGeneratorProxyClose (test_server.ServerTestsThreadNoTimeout) ... ok > testOnewayDelayed (test_server.ServerTestsThreadNoTimeout) ... ok > testOnewayMetaOff (test_server.ServerTestsThreadNoTimeout) ... ok > testOnewayMetaOn (test_server.ServerTestsThreadNoTimeout) ... ok > testOnewayWithProxySubclass (test_server.ServerTestsThreadNoTimeout) ... ok > testProxySharing (test_server.ServerTestsThreadNoTimeout) ... ok > testReconnectAndCompression (test_server.ServerTestsThreadNoTimeout) ... ok > testSerializeConnected (test_server.ServerTestsThreadNoTimeout) ... ok > testServerConnections (test_server.ServerTestsThreadNoTimeout) ... ok > testServerParallelism (test_server.ServerTestsThreadNoTimeout) ... ok > testTimeoutCall (test_server.ServerTestsThreadNoTimeout) ... ok > testTimeoutConnect (test_server.ServerTestsThreadNoTimeout) ... ok > testConnectionStuff (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testException (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testGeneratorLinger (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testGeneratorNoLinger (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testGeneratorProxyClose (test_server_timeout.ServerTestsMultiplexTimeout) ... > ok > testOnewayDelayed (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testOnewayMetaOff (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testOnewayMetaOn (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testOnewayWithProxySubclass (test_server_timeout.ServerTestsMultiplexTimeout) > ... ok > testProxySharing (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testReconnectAndCompression (test_server_timeout.ServerTestsMultiplexTimeout) > ... ok > testSerializeConnected (test_server_timeout.ServerTestsMultiplexTimeout) ... > ok > testServerConnections (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testServerParallelism (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testTimeoutCall (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testTimeoutConnect (test_server_timeout.ServerTestsMultiplexTimeout) ... ok > testConnectionStuff (test_server_timeout.ServerTestsThreadTimeout) ... ok > testException (test_server_timeout.ServerTestsThreadTimeout) ... ok > testGeneratorLinger (test_server_timeout.ServerTestsThreadTimeout) ... ok > testGeneratorNoLinger (test_server_timeout.ServerTestsThreadTimeout) ... ok > testGeneratorProxyClose (test_server_timeout.ServerTestsThreadTimeout) ... ok > testOnewayDelayed (test_server_timeout.ServerTestsThreadTimeout) ... ok > testOnewayMetaOff (test_server_timeout.ServerTestsThreadTimeout) ... ok > testOnewayMetaOn (test_server_timeout.ServerTestsThreadTimeout) ... ok > testOnewayWithProxySubclass (test_server_timeout.ServerTestsThreadTimeout) > ... ok > testProxySharing (test_server_timeout.ServerTestsThreadTimeout) ... ok > testReconnectAndCompression (test_server_timeout.ServerTestsThreadTimeout) > ... ok > testSerializeConnected (test_server_timeout.ServerTestsThreadTimeout) ... ok > testServerConnections (test_server_timeout.ServerTestsThreadTimeout) ... ok > testServerParallelism (test_server_timeout.ServerTestsThreadTimeout) ... ok > testTimeoutCall (test_server_timeout.ServerTestsThreadTimeout) ... ok > testTimeoutConnect (test_server_timeout.ServerTestsThreadTimeout) ... ok > testContextAndSock (test_socket.TestSSL) ... ok > testConnectCrash (test_socket.TestServerDOS_multiplex) ... ok > testInvalidMessageCrash (test_socket.TestServerDOS_multiplex) ... ok > testConnectCrash (test_socket.TestServerDOS_threading) ... ok > testInvalidMessageCrash (test_socket.TestServerDOS_threading) ... ok > testServer_multiplex (test_socket.TestSocketServer) ... ok > testServer_thread (test_socket.TestSocketServer) ... ok > testSockname (test_socket.TestSocketStuff) ... ok > testAbstractNamespace (test_socket.TestSocketutil) ... skipped 'no network > access on buildds' > testBindUnusedPort (test_socket.TestSocketutil) ... skipped 'no network > access on buildds' > testBindUnusedPort6 (test_socket.TestSocketutil) ... skipped 'no network > access on buildds' > testBroadcast (test_socket.TestSocketutil) ... skipped 'no network access on > buildds' > testCreateBoundSockets (test_socket.TestSocketutil) ... skipped 'no network > access on buildds' > testCreateBoundSockets6 (test_socket.TestSocketutil) ... skipped 'no network > access on buildds' > testCreateBoundUnixSockets (test_socket.TestSocketutil) ... skipped 'no > network access on buildds' > testCreateUnboundSockets (test_socket.TestSocketutil) ... skipped 'no network > access on buildds' > testCreateUnboundSockets6 (test_socket.TestSocketutil) ... skipped 'no > network access on buildds' > testGetIP (test_socket.TestSocketutil) ... skipped 'no network access on > buildds' > testGetIP6 (test_socket.TestSocketutil) ... skipped 'no network access on > buildds' > testGetInterfaceAddress (test_socket.TestSocketutil) ... skipped 'no network > access on buildds' > testGetIpVersion4 (test_socket.TestSocketutil) ... skipped 'no network access > on buildds' > testGetIpVersion6 (test_socket.TestSocketutil) ... skipped 'no network access > on buildds' > testMsgWaitAllConfig (test_socket.TestSocketutil) ... skipped 'no network > access on buildds' > testMsgWaitallProblems (test_socket.TestSocketutil) ... skipped 'no network > access on buildds' > testMsgWaitallProblems2 (test_socket.TestSocketutil) ... skipped 'no network > access on buildds' > testSend (test_socket.TestSocketutil) ... skipped 'no network access on > buildds' > testSendUnix (test_socket.TestSocketutil) ... skipped 'no network access on > buildds' > testUnusedPort (test_socket.TestSocketutil) ... skipped 'no network access on > buildds' > testUnusedPort6 (test_socket.TestSocketutil) ... skipped 'no network access > on buildds' > testAllBusy (test_threadpool.PoolTests) ... ok > testClose (test_threadpool.PoolTests) ... ok > testCreate (test_threadpool.PoolTests) ... ok > testScaling (test_threadpool.PoolTests) ... ok > testSingle (test_threadpool.PoolTests) ... ok > testServerPoolFull (test_threadpool.ThreadPoolServerTests) ... ok > testBasic (test_util.TestMetaAndExpose) ... ok > testClassmethodExposeCorrectOrderOkay (test_util.TestMetaAndExpose) ... ok > testClassmethodExposeWrongOrderFail (test_util.TestMetaAndExpose) ... ok > testExposeDunderOk (test_util.TestMetaAndExpose) ... ok > testExposePrivateFails (test_util.TestMetaAndExpose) ... ok > testExposedSubclass (test_util.TestMetaAndExpose) ... ok > testGetExposedCacheWorks (test_util.TestMetaAndExpose) ... ok > testGetExposedProperty (test_util.TestMetaAndExpose) ... ok > testGetExposedPropertyFromPartiallyExposed (test_util.TestMetaAndExpose) ... > ok > testIsPrivateName (test_util.TestMetaAndExpose) ... ok > testNotOnlyExposed (test_util.TestMetaAndExpose) ... ok > testPartlyExposedSubclass (test_util.TestMetaAndExpose) ... ok > testPrivateNotExposed (test_util.TestMetaAndExpose) ... ok > testResetExposedCache (test_util.TestMetaAndExpose) ... ok > testSetExposedProperty (test_util.TestMetaAndExpose) ... ok > testSetExposedPropertyFromPartiallyExposed (test_util.TestMetaAndExpose) ... > ok > testConfig (test_util.TestUtils) ... ok > testConfigReset (test_util.TestUtils) ... ok > testExcepthook (test_util.TestUtils) ... ok > testFormatTracebackDetail (test_util.TestUtils) ... ok > testFormatTracebackNormal (test_util.TestUtils) ... ok > testPyroTraceback (test_util.TestUtils) ... ok > testPyroTracebackArgs (test_util.TestUtils) ... ok > testResolveAttr (test_util.TestUtils) ... ok > testUnicodeKwargs (test_util.TestUtils) ... ok > > ---------------------------------------------------------------------- > Ran 644 tests in 71.941s > > OK (skipped=105) > dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.9" returned > exit code 13 The full build log is available from: http://qa-logs.debian.net/2021/12/20/pyro4_4.81-1_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please marking it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.