* Package: dev-python/ply-3.3  * Repository: gentoo  * Maintainer: python  * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU >>> Unpacking source... >>> Unpacking ply-3.3.tar.gz to /var/tmp/portage/dev-python/ply-3.3/work >>> Source unpacked in /var/tmp/portage/dev-python/ply-3.3/work >>> Preparing source in /var/tmp/portage/dev-python/ply-3.3/work/ply-3.3 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/ply-3.3/work/ply-3.3 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/ply-3.3/work/ply-3.3 ... * Building of dev-python/ply-3.3 with CPython 2.6... python2.6 setup.py build -b build-2.6  running build running build_py creating build-2.6 creating build-2.6/lib creating build-2.6/lib/ply copying ply/ctokens.py -> build-2.6/lib/ply copying ply/__init__.py -> build-2.6/lib/ply copying ply/yacc.py -> build-2.6/lib/ply copying ply/cpp.py -> build-2.6/lib/ply copying ply/lex.py -> build-2.6/lib/ply warning: build_py: byte-compiling is disabled, skipping. * Building of dev-python/ply-3.3 with CPython 2.7... python2.7 setup.py build -b build-2.7  running build running build_py creating build-2.7 creating build-2.7/lib creating build-2.7/lib/ply copying ply/ctokens.py -> build-2.7/lib/ply copying ply/__init__.py -> build-2.7/lib/ply copying ply/yacc.py -> build-2.7/lib/ply copying ply/cpp.py -> build-2.7/lib/ply copying ply/lex.py -> build-2.7/lib/ply warning: build_py: byte-compiling is disabled, skipping. * Building of dev-python/ply-3.3 with CPython 3.1... python3.1 setup.py build -b build-3.1  running build running build_py creating build-3.1 creating build-3.1/lib creating build-3.1/lib/ply copying ply/ctokens.py -> build-3.1/lib/ply copying ply/__init__.py -> build-3.1/lib/ply copying ply/yacc.py -> build-3.1/lib/ply copying ply/cpp.py -> build-3.1/lib/ply copying ply/lex.py -> build-3.1/lib/ply warning: build_py: byte-compiling is disabled, skipping. * Building of dev-python/ply-3.3 with CPython 3.2... python3.2 setup.py build -b build-3.2  running build running build_py creating build-3.2 creating build-3.2/lib creating build-3.2/lib/ply copying ply/ctokens.py -> build-3.2/lib/ply copying ply/__init__.py -> build-3.2/lib/ply copying ply/yacc.py -> build-3.2/lib/ply copying ply/cpp.py -> build-3.2/lib/ply copying ply/lex.py -> build-3.2/lib/ply warning: build_py: byte-compiling is disabled, skipping. >>> Source compiled. * Testing of dev-python/ply-3.3 with CPython 2.6... * Running testlex.py... .......................................... ---------------------------------------------------------------------- Ran 42 tests in 1.893s OK * Running testyacc.py... .......................................... ---------------------------------------------------------------------- Ran 42 tests in 1.833s OK * Testing of dev-python/ply-3.3 with CPython 2.7... * Running testlex.py... .......................................... ---------------------------------------------------------------------- Ran 42 tests in 1.978s OK * Running testyacc.py... .......................................... ---------------------------------------------------------------------- Ran 42 tests in 1.940s OK * Testing of dev-python/ply-3.3 with CPython 3.1... * Running testlex.py... .......................................... ---------------------------------------------------------------------- Ran 42 tests in 1.697s OK * Running testyacc.py... .......................................... ---------------------------------------------------------------------- Ran 42 tests in 1.648s OK * Testing of dev-python/ply-3.3 with CPython 3.2... * Running testlex.py... .F..FFFF.................................. ====================================================================== FAIL: test_lex_many_tokens (__main__.LexBuildOptionTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "testlex.py", line 534, in test_lex_many_tokens self.assert_(os.path.exists("manytab.pyo")) AssertionError: False is not True ====================================================================== FAIL: test_lex_opt_alias (__main__.LexBuildOptionTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "testlex.py", line 471, in test_lex_opt_alias self.assert_(os.path.exists("aliastab.pyo")) AssertionError: False is not True ====================================================================== FAIL: test_lex_optimize (__main__.LexBuildOptionTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "testlex.py", line 328, in test_lex_optimize self.assert_(os.path.exists("lextab.pyo")) AssertionError: False is not True ====================================================================== FAIL: test_lex_optimize2 (__main__.LexBuildOptionTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "testlex.py", line 380, in test_lex_optimize2 self.assert_(os.path.exists("opt2tab.pyo")) AssertionError: False is not True ====================================================================== FAIL: test_lex_optimize3 (__main__.LexBuildOptionTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "testlex.py", line 428, in test_lex_optimize3 self.assert_(os.path.exists("lexdir/sub/calctab.pyo")) AssertionError: False is not True ---------------------------------------------------------------------- Ran 42 tests in 1.514s FAILED (failures=5) * testlex.py failed with CPython 3.2 * Running testyacc.py... .F..FFFF.................................. ====================================================================== FAIL: test_lex_many_tokens (__main__.LexBuildOptionTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "testlex.py", line 534, in test_lex_many_tokens self.assert_(os.path.exists("manytab.pyo")) AssertionError: False is not True ====================================================================== FAIL: test_lex_opt_alias (__main__.LexBuildOptionTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "testlex.py", line 471, in test_lex_opt_alias self.assert_(os.path.exists("aliastab.pyo")) AssertionError: False is not True ====================================================================== FAIL: test_lex_optimize (__main__.LexBuildOptionTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "testlex.py", line 328, in test_lex_optimize self.assert_(os.path.exists("lextab.pyo")) AssertionError: False is not True ====================================================================== FAIL: test_lex_optimize2 (__main__.LexBuildOptionTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "testlex.py", line 380, in test_lex_optimize2 self.assert_(os.path.exists("opt2tab.pyo")) AssertionError: False is not True ====================================================================== FAIL: test_lex_optimize3 (__main__.LexBuildOptionTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "testlex.py", line 428, in test_lex_optimize3 self.assert_(os.path.exists("lexdir/sub/calctab.pyo")) AssertionError: False is not True ---------------------------------------------------------------------- Ran 42 tests in 1.414s FAILED (failures=5) * testyacc.py failed with CPython 3.2 * ERROR: dev-python/ply-3.3 failed: * Testing failed with CPython 3.2 in testing() function * * Call stack: * ebuild.sh, line 56: Called src_test * environment, line 3457: Called python_execute_function 'testing' * environment, line 2208: Called die * The specific snippet of code: * die "${failure_message}"; * * If you need support, post the output of 'emerge --info =dev-python/ply-3.3', * the complete build log and the output of 'emerge -pqv =dev-python/ply-3.3'. * The complete build log is located at '/var/log/portage/build/dev-python/ply-3.3:20101101-205550.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/ply-3.3/temp/environment'. * S: '/var/tmp/portage/dev-python/ply-3.3/work/ply-3.3'