Your message dated Sun, 23 Feb 2020 09:10:39 +0000
with message-id <[email protected]>
and subject line Bug#951967: fixed in pyro4 4.79-1
has caused the Debian Bug report #951967,
regarding pyro4: FTBFS: dh_auto_test: error: pybuild --test -i python{version} 
-p "3.8 3.7" returned exit code 13
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
951967: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951967
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pyro4
Version: 4.76-1
Severity: serious
Justification: FTBFS on amd64
Tags: buster sid
Usertags: ftbfs-20200222 ftbfs-buster

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 v1.8.5
> making output directory...
> 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: 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
> writing additional pages... search
> copying images... [ 33%] _static/flammable.png
> copying images... [ 66%] _static/pyro-large.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:217: python3.8 setup.py test 
> Pyro version = 4.76
> 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
> 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=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.8/unittest/case.py:633: 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) ... 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) ... ERROR
> 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
> 
> ======================================================================
> ERROR: testSet (test_serialize.SerializeTests_serpent)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/PyroTests/test_serialize.py", line 712, in 
> testSet
>     if serpent.can_use_set_literals:
> AttributeError: module 'serpent' has no attribute 'can_use_set_literals'
> 
> ----------------------------------------------------------------------
> Ran 644 tests in 72.374s
> 
> FAILED (errors=1, skipped=105)
> Test failed: <unittest.runner.TextTestResult run=644 errors=1 failures=0>
> error: Test failed: <unittest.runner.TextTestResult run=644 errors=1 
> failures=0>
> E: pybuild pybuild:341: test: plugin distutils failed with: exit code=1: 
> python3.8 setup.py test 
> dh_auto_test: error: pybuild --test -i python{version} -p "3.8 3.7" returned 
> exit code 13

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/pyro4_4.76-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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: pyro4
Source-Version: 4.79-1
Done: Laszlo Boszormenyi (GCS) <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pyro4, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laszlo Boszormenyi (GCS) <[email protected]> (supplier of updated pyro4 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 23 Feb 2020 08:14:46 +0000
Source: pyro4
Architecture: source
Version: 4.79-1
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Laszlo Boszormenyi (GCS) <[email protected]>
Closes: 951967
Changes:
 pyro4 (4.79-1) unstable; urgency=medium
 .
   * New upstream release:
     - fix FTBFS with serpent 1.30.2 (closes: #951967).
   * Update Standards-Version to 4.5.0 .
Checksums-Sha1:
 ff8f8d4ef75bc0280c2db23501953ad7737e44ad 2106 pyro4_4.79-1.dsc
 2cad2c37db2c950e410a3903149490f649961f2b 481083 pyro4_4.79.orig.tar.gz
 bf0e5f2e0825464dc5068bd065a873a92b8cad33 5708 pyro4_4.79-1.debian.tar.xz
Checksums-Sha256:
 24feefc08cf883f2d0f17aad42e19caf96108612205c6fd89d9226680da2ed00 2106 
pyro4_4.79-1.dsc
 b1ac3fc51824778b41a689f2b3502cc1bdd7272111207a304c6037215aea95ae 481083 
pyro4_4.79.orig.tar.gz
 0565d66345e42290610ef30e0a4ee0eb06af21b8f511a0ec9179a534b36e09c7 5708 
pyro4_4.79-1.debian.tar.xz
Files:
 5813bab59ee5efe68ee4b8edb01cb70a 2106 python optional pyro4_4.79-1.dsc
 9cedb664a1e7dfe4fa5b61d5867dd3e8 481083 python optional pyro4_4.79.orig.tar.gz
 c8081e2d7d7736e8a5714daad8895e77 5708 python optional 
pyro4_4.79-1.debian.tar.xz

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

iQIzBAEBCgAdFiEEfYh9yLp7u6e4NeO63OMQ54ZMyL8FAl5SOGUACgkQ3OMQ54ZM
yL/ODxAAnXvcBmNC7Pzv6skZTcTtzM1DYPXxBvIn9x9XkpCpIsPl2Ep3RqPQa0ZT
xQ4bkqxiq5pLSgW2lsvTiY2zFEWpgRt2DjSwp9vWppx0M02pV+LKuXpFn1m8sHMo
HUybplfSBqf3Ro6/cJx3DHVlqT7iAKMTSmcyXw54j1iSmYM1u4J6PcNAcSla3mlR
Xz5xhBGyiAU6/iBEDZAVy+uuYV9HaL/H4iWtPYLGP4cR53DS7s4tmSuI08d2dCVI
4g5ces8DfrA7BOtneRfjr/PHfcNVRkV5QKWm4TEDjKP8ojeSDVOBcfIPyekrRFJ3
S5d1e0/msaevMK4zgg2V+Ij2eqVrx8D2J1RFnxDz+XJBOowazuekbnoPRBBnr0mi
71wqJ5hWrGVXomNfd0sXJJqkFehB3pxLX097+rPyHP9Ak6PYkqfst21mB2PxsKBa
JAJ+vVTl9unut9H6CWuxHnKsUfA9Y/vsh+r46LHZ0YBROYhGV7Ujyegu0TI8TBpD
J0QDUzEJkz8G/uXjRo6C1JTqFnLJe0QfbrIE211oA30os7D8MocsSgEyYDESjn2t
GiE7aIceq8YtycX2K1JgnTB98w20MawMGU0EFs2nw4+Ir+Hj33wVEqDS/lUDc9+r
8cKdStsbmyPC2VEMCtDEyLtDZ/IEcc19WfdoK8XaU2Q0+Ir0wOs=
=UzAo
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to