* CPV: dev-python/vertex-0.3.0 * REPO: gentoo * USE: elibc_glibc kernel_linux test userland_GNU x86 error(18) trying to perform operation operation failed >>> Unpacking source... >>> Unpacking Vertex-0.3.0.tar.gz to /var/tmp/portage/dev-python/vertex-0.3.0/work >>> Source unpacked in /var/tmp/portage/dev-python/vertex-0.3.0/work >>> Preparing source in /var/tmp/portage/dev-python/vertex-0.3.0/work/Vertex-0.3.0 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/vertex-0.3.0/work/Vertex-0.3.0 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/vertex-0.3.0/work/Vertex-0.3.0 ... >>> Source compiled. * Testing of dev-python/vertex-0.3.0 with Python 2.6... /var/tmp/portage/dev-python/vertex-0.3.0/work/Vertex-0.3.0/vertex/q2q.py:10: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5 /var/tmp/portage/dev-python/vertex-0.3.0/work/Vertex-0.3.0/vertex/sigma.py:10: DeprecationWarning: the sha module is deprecated; use the hashlib module instead import sha /var/tmp/portage/dev-python/vertex-0.3.0/work/Vertex-0.3.0/vertex/sigma.py:12: DeprecationWarning: the sets module is deprecated import sets vertex.test.test_bits BitArrayTest testBasicBits ... [OK] testCalculateOnBits ... [OK] testDefaultBit ... [OK] testPositions ... [OK] vertex.test.test_client TimeoutTestCase testNoUsage ... [OK] vertex.test.test_dependencyservice TestDependencyService test_circularDepends ... [OK] test_depends ... [OK] test_requiredWithDependency ... [OK] vertex.test.test_ptcp LossyTransportTestCase testProducerConsumer ... [OK] testTransportProducer ... [OK] testTransportProducerProtocolProducer ... [OK] testVerySimpleConnection ... [OK] PTCPTransportTestCase testProducerConsumer ... [OK] testTransportProducer ... [OK] testTransportProducerProtocolProducer ... [OK] testVerySimpleConnection ... [OK] SmallMTUTransportTestCase testProducerConsumer ... [OK] testTransportProducer ... [OK] testTransportProducerProtocolProducer ... [OK] testVerySimpleConnection ... [OK] TimeoutTestCase testConnectTimeout ... [OK] testDataTimeout ... [OK] vertex.test.test_q2q TCPConnection testBadCertRequestSubject ... [OK] testBadIssuerOnSelfSignedCert ... [OK] testChooserGetsThreeChoices ... [OK] testClientSideUnhandledException ... [OK] testConnectWithIntroduction ... [OK] testListening ... [OK] testSendingFiles ... [FAIL] testTwoBadWrites ... [OK] testTwoGreetings ... [OK] UDPConnection testBadCertRequestSubject ... [OK] testBadIssuerOnSelfSignedCert ... [OK] testChooserGetsThreeChoices ... [OK] testClientSideUnhandledException ... [OK] testConnectWithIntroduction ... [OK] testListening ... [OK] testSendingFiles ... [OK] testTwoBadWrites ... [OK] testTwoGreetings ... [OK] Utility testServiceInitialization ... [OK] VirtualConnection testBadCertRequestSubject ... [OK] testBadIssuerOnSelfSignedCert ... [OK] testChooserGetsThreeChoices ... [SKIPPED] testClientSideUnhandledException ... [OK] testConnectWithIntroduction ... [OK] testListening ... [SKIPPED] testSendingFiles ... [OK] testTwoBadWrites ... [OK] testTwoGreetings ... [OK] vertex.test.test_sigma BasicTransferTest testOneSenderManyRecipients ... [OK] testOneSenderOneRecipient ... [OK] vertex.test.test_statemachine Transitions testOutput ... [OK] vertex.test.test_subproducer SuperProducerTest testBasicNotification ... [OK] testNonStreamingChoke ... [OK] testPauseSuperBeforeRegister ... [OK] testStreamingChoke ... [OK] =============================================================================== [SKIPPED]: vertex.test.test_q2q.VirtualConnection.testChooserGetsThreeChoices cant do this without testListening =============================================================================== [SKIPPED]: vertex.test.test_q2q.VirtualConnection.testListening virtual port forwarding not implemented =============================================================================== [FAIL]: vertex.test.test_q2q.TCPConnection.testSendingFiles Traceback (most recent call last): File "/var/tmp/portage/dev-python/vertex-0.3.0/work/Vertex-0.3.0/vertex/test/test_q2q.py", line 519, in assertSomeStuff self.failUnless(self.streamer.pauseCount > 0) twisted.trial.unittest.FailTest: None ------------------------------------------------------------------------------- Ran 57 tests in 78.073s FAILED (skips=2, failures=1, successes=54) * ERROR: dev-python/vertex-0.3.0 failed: * Testing failed with Python 2.6 in testing() function * * Call stack: * ebuild.sh, line 54: Called src_test * environment, line 3674: Called python_execute_function 'testing' * environment, line 3099: Called die * The specific snippet of code: * die "${failure_message}"; * * If you need support, post the output of 'emerge --info =dev-python/vertex-0.3.0', * the complete build log and the output of 'emerge -pqv =dev-python/vertex-0.3.0'. * The complete build log is located at '/var/log/portage/build/dev-python/vertex-0.3.0:20091231-160126.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/vertex-0.3.0/temp/environment'. * S: '/var/tmp/portage/dev-python/vertex-0.3.0/work/Vertex-0.3.0' >>> Install vertex-0.3.0 into /var/tmp/portage/dev-python/vertex-0.3.0/image/ category dev-python * Installation of dev-python/vertex-0.3.0 with Python 2.6... python2.6 setup.py install --root=/var/tmp/portage/dev-python/vertex-0.3.0/image/ --no-compile Files in package 'vertex': ['depserv.py', 'ivertex.py', 'q2qstandalone.py', 'test', 'sigma.py', 'tcpdfa.py', 'endpoint.py', 'scripts', 'subproducer.py', '_unfortunate_defer_hack.py', 'bits.py', 'q2q.py', 'gtk2hack.py', '_version.py', 'conncache.py', '__init__.py', 'statemachine.py', 'q2qclient.py', 'ptcp.py', 'q2qadmin.py'] Automatically determined setup() args: { 'package_data': { 'vertex': []}, 'packages': ['vertex', 'vertex.test', 'vertex.scripts']} running install running build running build_py creating build creating build/lib creating build/lib/vertex copying vertex/depserv.py -> build/lib/vertex copying vertex/ivertex.py -> build/lib/vertex copying vertex/q2qstandalone.py -> build/lib/vertex copying vertex/sigma.py -> build/lib/vertex copying vertex/tcpdfa.py -> build/lib/vertex copying vertex/endpoint.py -> build/lib/vertex copying vertex/subproducer.py -> build/lib/vertex copying vertex/_unfortunate_defer_hack.py -> build/lib/vertex copying vertex/bits.py -> build/lib/vertex copying vertex/q2q.py -> build/lib/vertex copying vertex/gtk2hack.py -> build/lib/vertex copying vertex/_version.py -> build/lib/vertex copying vertex/conncache.py -> build/lib/vertex copying vertex/__init__.py -> build/lib/vertex copying vertex/statemachine.py -> build/lib/vertex copying vertex/q2qclient.py -> build/lib/vertex copying vertex/ptcp.py -> build/lib/vertex copying vertex/q2qadmin.py -> build/lib/vertex creating build/lib/vertex/test copying vertex/test/test_subproducer.py -> build/lib/vertex/test copying vertex/test/mock_data.py -> build/lib/vertex/test copying vertex/test/test_client.py -> build/lib/vertex/test copying vertex/test/test_statemachine.py -> build/lib/vertex/test copying vertex/test/test_sigma.py -> build/lib/vertex/test copying vertex/test/test_q2q.py -> build/lib/vertex/test copying vertex/test/test_dependencyservice.py -> build/lib/vertex/test copying vertex/test/test_bits.py -> build/lib/vertex/test copying vertex/test/__init__.py -> build/lib/vertex/test copying vertex/test/test_ptcp.py -> build/lib/vertex/test creating build/lib/vertex/scripts copying vertex/scripts/__init__.py -> build/lib/vertex/scripts running install_lib creating /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex copying build/lib/vertex/depserv.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex copying build/lib/vertex/ivertex.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex copying build/lib/vertex/q2qstandalone.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex creating /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex/test copying build/lib/vertex/test/test_subproducer.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex/test copying build/lib/vertex/test/mock_data.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex/test copying build/lib/vertex/test/test_client.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex/test copying build/lib/vertex/test/test_statemachine.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex/test copying build/lib/vertex/test/test_sigma.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex/test copying build/lib/vertex/test/test_q2q.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex/test copying build/lib/vertex/test/test_dependencyservice.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex/test copying build/lib/vertex/test/test_bits.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex/test copying build/lib/vertex/test/__init__.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex/test copying build/lib/vertex/test/test_ptcp.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex/test copying build/lib/vertex/sigma.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex copying build/lib/vertex/tcpdfa.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex copying build/lib/vertex/endpoint.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex creating /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex/scripts copying build/lib/vertex/scripts/__init__.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex/scripts copying build/lib/vertex/subproducer.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex copying build/lib/vertex/_unfortunate_defer_hack.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex copying build/lib/vertex/bits.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex copying build/lib/vertex/q2q.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex copying build/lib/vertex/gtk2hack.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex copying build/lib/vertex/_version.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex copying build/lib/vertex/conncache.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex copying build/lib/vertex/__init__.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex copying build/lib/vertex/statemachine.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex copying build/lib/vertex/q2qclient.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex copying build/lib/vertex/ptcp.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex copying build/lib/vertex/q2qadmin.py -> /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/vertex running install_egg_info Writing /var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages/Vertex-0.3.0-py2.6.egg-info Regenerating cache with path: ['/var/tmp/portage/dev-python/vertex-0.3.0/image/usr/lib/python2.6/site-packages', '/var/tmp/portage/dev-python/vertex-0.3.0/work/Vertex-0.3.0-2.6', '/usr/lib/root', '/usr/lib/python26.zip', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/site-packages', '/usr/lib/python2.6/site-packages/FontTools', '/usr/lib/python2.6/site-packages/Numeric', '/usr/lib/python2.6/site-packages/PIL', '/usr/lib/python2.6/site-packages/camfr', '/usr/lib/python2.6/site-packages/ecryptfs-utils', '/usr/lib/python2.6/site-packages/geos', '/usr/lib/python2.6/site-packages/kodos', '/usr/lib/python2.6/site-packages/piddle', '/usr/lib/python2.6/site-packages/pygoogle', '/usr/lib/python2.6/site-packages/gst-0.10', '/usr/lib/python2.6/site-packages/gtk-2.0', '/usr/lib/python2.6/site-packages/pythonutils', '/usr/lib/python2.6/site-packages/sancho-0', '/usr/lib/python2.6/site-packages/webkit-1.0', '/usr/lib/python2.6/site-packages/wx-2.8-gtk2-unicode', '/usr/lib/portage/pym'] >>> Completed installing vertex-0.3.0 into /var/tmp/portage/dev-python/vertex-0.3.0/image/ * Removing /usr/share/doc * Removing /usr/share/info * Compilation and optimization of Python modules for Python 2.6 ... [ ok ] error(18) trying to perform operation operation failed Merge of dev-python/vertex-0.3.0 at 2009-12-31T16:01:26+00:00 failed