Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 388256 Details for
Bug 527630
dev-python/diff-match-patch-20121119: fails tests
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 17.77 KB, created by
Ian Stakenvicius (RETIRED)
on 2014-11-01 20:28:16 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Ian Stakenvicius (RETIRED)
Created:
2014-11-01 20:28:16 UTC
Size:
17.77 KB
patch
obsolete
> * Package: dev-python/diff-match-patch-20121119 > * Repository: gentoo > * Maintainer: aidecoe@gentoo.org python@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_3 userland_GNU > * FEATURES: sandbox test userpriv usersandbox >Installed LAPACK for library directory lib64 > [1] reference * >Installed BLAS for library directory lib64 > [1] reference * >Installed CBLAS for library directory lib64 > [1] gsl > [2] reference * >>>> Unpacking source... >>>> Unpacking diff-match-patch-20121119.tar.gz to /tmp/portage/dev-python/diff-match-patch-20121119/work >>>> Source unpacked in /tmp/portage/dev-python/diff-match-patch-20121119/work >>>> Preparing source in /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119 ... >>>> Source prepared. >>>> Configuring source in /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119 ... > * LC_ALL is set to a locale with a charmap other than UTF-8. > * This may trigger build failures in some python packages. >>>> Source configured. >>>> Compiling source in /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119 ... > * python3_3: running distutils-r1_run_phase distutils-r1_python_compile > * python2_7: running distutils-r1_run_phase distutils-r1_python_compile >/usr/bin/python3.3 setup.py build >/usr/bin/python2.7 setup.py build >running build >running build_py >creating /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python3_3/lib >creating /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python3_3/lib/diff_match_patch >copying python3/diff_match_patch/diff_match_patch.py -> /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python3_3/lib/diff_match_patch >copying python3/diff_match_patch/__init__.py -> /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python3_3/lib/diff_match_patch >copying python3/diff_match_patch/diff_match_patch_test.py -> /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python3_3/lib/diff_match_patch >warning: build_py: byte-compiling is disabled, skipping. >running build >running build_py >creating /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python2_7/lib >creating /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python2_7/lib/diff_match_patch >copying python2/diff_match_patch/diff_match_patch.py -> /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python2_7/lib/diff_match_patch >copying python2/diff_match_patch/__init__.py -> /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python2_7/lib/diff_match_patch >copying python2/diff_match_patch/diff_match_patch_test.py -> /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python2_7/lib/diff_match_patch >warning: build_py: byte-compiling is disabled, skipping. >>>> Source compiled. >>>> Test phase: dev-python/diff-match-patch-20121119 > * python3_3: running distutils-r1_run_phase python_test > * python2_7: running distutils-r1_run_phase python_test >/usr/bin/python3.3 setup.py test >/usr/bin/python2.7 setup.py test >running test >running egg_info >writing dependency_links to /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python3_3/diff_match_patch.egg-info/dependency_links.txt >writing top-level names to /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python3_3/diff_match_patch.egg-info/top_level.txt >writing /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python3_3/diff_match_patch.egg-info/PKG-INFO >reading manifest file '/tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python3_3/diff_match_patch.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >writing manifest file '/tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python3_3/diff_match_patch.egg-info/SOURCES.txt' >running build_ext >testDiffBisect (diff_match_patch.diff_match_patch_test.DiffTest) ... ok >testDiffCharsToLines (diff_match_patch.diff_match_patch_test.DiffTest) ... ok >testDiffCleanupEfficiency (diff_match_patch.diff_match_patch_test.DiffTest) ... ok >testDiffCleanupMerge (diff_match_patch.diff_match_patch_test.DiffTest) ... ok >testDiffCleanupSemantic (diff_match_patch.diff_match_patch_test.DiffTest) ... ok >testDiffCleanupSemanticLossless (diff_match_patch.diff_match_patch_test.DiffTest) ... ok >testDiffCommonOverlap (diff_match_patch.diff_match_patch_test.DiffTest) ... ok >testDiffCommonPrefix (diff_match_patch.diff_match_patch_test.DiffTest) ... ok >testDiffCommonSuffix (diff_match_patch.diff_match_patch_test.DiffTest) ... ok >testDiffDelta (diff_match_patch.diff_match_patch_test.DiffTest) ... ok >testDiffHalfMatch (diff_match_patch.diff_match_patch_test.DiffTest) ... ok >testDiffLevenshtein (diff_match_patch.diff_match_patch_test.DiffTest) ... ok >testDiffLinesToChars (diff_match_patch.diff_match_patch_test.DiffTest) ... ok >testDiffMain (diff_match_patch.diff_match_patch_test.DiffTest) ... ok >testDiffPrettyHtml (diff_match_patch.diff_match_patch_test.DiffTest) ... ok >testDiffText (diff_match_patch.diff_match_patch_test.DiffTest) ... ok >testDiffXIndex (diff_match_patch.diff_match_patch_test.DiffTest) ... ok >testMatchAlphabet (diff_match_patch.diff_match_patch_test.MatchTest) ... ok >testMatchBitap (diff_match_patch.diff_match_patch_test.MatchTest) ... ok >testMatchMain (diff_match_patch.diff_match_patch_test.MatchTest) ... ok >testPatchAddContext (diff_match_patch.diff_match_patch_test.PatchTest) ... ok >testPatchAddPadding (diff_match_patch.diff_match_patch_test.PatchTest) ... ok >testPatchApply (diff_match_patch.diff_match_patch_test.PatchTest) ... ok >testPatchFromText (diff_match_patch.diff_match_patch_test.PatchTest) ... ok >testPatchMake (diff_match_patch.diff_match_patch_test.PatchTest) ... ok >testPatchObj (diff_match_patch.diff_match_patch_test.PatchTest) ... ok >testPatchSplitMax (diff_match_patch.diff_match_patch_test.PatchTest) ... ok >testPatchToText (diff_match_patch.diff_match_patch_test.PatchTest) ... ok >---------------------------------------------------------------------- >Ran 28 tests in 0.329s >OK >running test >running egg_info >writing /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python2_7/diff_match_patch.egg-info/PKG-INFO >writing top-level names to /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python2_7/diff_match_patch.egg-info/top_level.txt >writing dependency_links to /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python2_7/diff_match_patch.egg-info/dependency_links.txt >reading manifest file '/tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python2_7/diff_match_patch.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >writing manifest file '/tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python2_7/diff_match_patch.egg-info/SOURCES.txt' >running build_ext >Traceback (most recent call last): > File "setup.py", line 40, in <module> > "Programming Language :: Python :: 3.3", > File "/usr/lib64/python2.7/distutils/core.py", line 151, in setup > dist.run_commands() > File "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands > self.run_command(cmd) > File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command > cmd_obj.run() > File "/usr/lib64/python2.7/site-packages/setuptools/command/test.py", line 142, in run > self.with_project_on_sys_path(self.run_tests) > File "/usr/lib64/python2.7/site-packages/setuptools/command/test.py", line 122, in with_project_on_sys_path > func() > File "/usr/lib64/python2.7/site-packages/setuptools/command/test.py", line 163, in run_tests > testRunner=self._resolve_as_ep(self.test_runner), > File "/usr/lib64/python2.7/unittest/main.py", line 94, in __init__ > self.parseArgs(argv) > File "/usr/lib64/python2.7/unittest/main.py", line 149, in parseArgs > self.createTests() > File "/usr/lib64/python2.7/unittest/main.py", line 158, in createTests > self.module) > File "/usr/lib64/python2.7/unittest/loader.py", line 130, in loadTestsFromNames > suites = [self.loadTestsFromName(name, module) for name in names] > File "/usr/lib64/python2.7/unittest/loader.py", line 100, in loadTestsFromName > parent, obj = obj, getattr(obj, part) >AttributeError: 'module' object has no attribute 'diff_match_patch_test' > * ERROR: dev-python/diff-match-patch-20121119::gentoo failed (test phase): > * (no error message) > * > * Call stack: > * ebuild.sh, line 93: Called src_test > * environment, line 3791: Called distutils-r1_src_test > * environment, line 1352: Called _distutils-r1_run_foreach_impl 'python_test' > * environment, line 438: Called python_parallel_foreach_impl 'distutils-r1_run_phase' 'python_test' > * environment, line 3641: Called multibuild_parallel_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 2634: Called multibuild_foreach_variant '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 2577: Called _multibuild_run '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 2575: Called _multibuild_parallel '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 2625: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' > * environment, line 867: Called distutils-r1_run_phase 'python_test' > * environment, line 1287: Called python_test > * environment, line 3685: Called esetup.py 'test' > * environment, line 1738: Called die > * The specific snippet of code: > * "${@}" || die > * > * If you need support, post the output of `emerge --info '=dev-python/diff-match-patch-20121119::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/diff-match-patch-20121119::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-python:diff-match-patch-20121119:20141031-160521.log'. > * The ebuild environment file is located at '/tmp/portage/dev-python/diff-match-patch-20121119/temp/environment'. > * Working directory: '/tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119' > * S: '/tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119' >>>> Install diff-match-patch-20121119 into /tmp/portage/dev-python/diff-match-patch-20121119/image/ category dev-python > * python3_3: running distutils-r1_run_phase distutils-r1_python_install > * python2_7: running distutils-r1_run_phase distutils-r1_python_install >/usr/bin/python3.3 setup.py install --root=/tmp/portage/dev-python/diff-match-patch-20121119/image//_python3.3 >/usr/bin/python2.7 setup.py install --root=/tmp/portage/dev-python/diff-match-patch-20121119/image//_python2.7 >running install >running build >running build_py >running install_lib >creating /tmp/portage/dev-python/diff-match-patch-20121119/image/_python3.3 >creating /tmp/portage/dev-python/diff-match-patch-20121119/image/_python3.3/usr >creating /tmp/portage/dev-python/diff-match-patch-20121119/image/_python3.3/usr/lib64 >creating /tmp/portage/dev-python/diff-match-patch-20121119/image/_python3.3/usr/lib64/python3.3 >creating /tmp/portage/dev-python/diff-match-patch-20121119/image/_python3.3/usr/lib64/python3.3/site-packages >creating /tmp/portage/dev-python/diff-match-patch-20121119/image/_python3.3/usr/lib64/python3.3/site-packages/diff_match_patch >copying /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python3_3/lib/diff_match_patch/diff_match_patch_test.py -> /tmp/portage/dev-python/diff-match-patch-20121119/image//_python3.3/usr/lib64/python3.3/site-packages/diff_match_patch >copying /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python3_3/lib/diff_match_patch/__init__.py -> /tmp/portage/dev-python/diff-match-patch-20121119/image//_python3.3/usr/lib64/python3.3/site-packages/diff_match_patch >copying /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python3_3/lib/diff_match_patch/diff_match_patch.py -> /tmp/portage/dev-python/diff-match-patch-20121119/image//_python3.3/usr/lib64/python3.3/site-packages/diff_match_patch >byte-compiling /tmp/portage/dev-python/diff-match-patch-20121119/image//_python3.3/usr/lib64/python3.3/site-packages/diff_match_patch/diff_match_patch_test.py to diff_match_patch_test.cpython-33.pyc >byte-compiling /tmp/portage/dev-python/diff-match-patch-20121119/image//_python3.3/usr/lib64/python3.3/site-packages/diff_match_patch/__init__.py to __init__.cpython-33.pyc >byte-compiling /tmp/portage/dev-python/diff-match-patch-20121119/image//_python3.3/usr/lib64/python3.3/site-packages/diff_match_patch/diff_match_patch.py to diff_match_patch.cpython-33.pyc >writing byte-compilation script '/tmp/portage/dev-python/diff-match-patch-20121119/temp/python3.3/tmp62ksq2.py' >/usr/bin/python3.3 -OO /tmp/portage/dev-python/diff-match-patch-20121119/temp/python3.3/tmp62ksq2.py >removing /tmp/portage/dev-python/diff-match-patch-20121119/temp/python3.3/tmp62ksq2.py >running install_egg_info >running egg_info >writing top-level names to /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python3_3/diff_match_patch.egg-info/top_level.txt >writing /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python3_3/diff_match_patch.egg-info/PKG-INFO >writing dependency_links to /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python3_3/diff_match_patch.egg-info/dependency_links.txt >reading manifest file '/tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python3_3/diff_match_patch.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >writing manifest file '/tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python3_3/diff_match_patch.egg-info/SOURCES.txt' >Copying /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python3_3/diff_match_patch.egg-info to /tmp/portage/dev-python/diff-match-patch-20121119/image//_python3.3/usr/lib64/python3.3/site-packages/diff_match_patch-20121119-py3.3.egg-info >running install_scripts >running install >running build >running build_py >running install_lib >creating /tmp/portage/dev-python/diff-match-patch-20121119/image/_python2.7 >creating /tmp/portage/dev-python/diff-match-patch-20121119/image/_python2.7/usr >creating /tmp/portage/dev-python/diff-match-patch-20121119/image/_python2.7/usr/lib64 >creating /tmp/portage/dev-python/diff-match-patch-20121119/image/_python2.7/usr/lib64/python2.7 >creating /tmp/portage/dev-python/diff-match-patch-20121119/image/_python2.7/usr/lib64/python2.7/site-packages >creating /tmp/portage/dev-python/diff-match-patch-20121119/image/_python2.7/usr/lib64/python2.7/site-packages/diff_match_patch >copying /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python2_7/lib/diff_match_patch/diff_match_patch_test.py -> /tmp/portage/dev-python/diff-match-patch-20121119/image//_python2.7/usr/lib64/python2.7/site-packages/diff_match_patch >copying /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python2_7/lib/diff_match_patch/__init__.py -> /tmp/portage/dev-python/diff-match-patch-20121119/image//_python2.7/usr/lib64/python2.7/site-packages/diff_match_patch >copying /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python2_7/lib/diff_match_patch/diff_match_patch.py -> /tmp/portage/dev-python/diff-match-patch-20121119/image//_python2.7/usr/lib64/python2.7/site-packages/diff_match_patch >byte-compiling /tmp/portage/dev-python/diff-match-patch-20121119/image//_python2.7/usr/lib64/python2.7/site-packages/diff_match_patch/diff_match_patch_test.py to diff_match_patch_test.pyc >byte-compiling /tmp/portage/dev-python/diff-match-patch-20121119/image//_python2.7/usr/lib64/python2.7/site-packages/diff_match_patch/__init__.py to __init__.pyc >byte-compiling /tmp/portage/dev-python/diff-match-patch-20121119/image//_python2.7/usr/lib64/python2.7/site-packages/diff_match_patch/diff_match_patch.py to diff_match_patch.pyc >writing byte-compilation script '/tmp/portage/dev-python/diff-match-patch-20121119/temp/python2.7/tmp7axNM_.py' >/usr/bin/python2.7 -OO /tmp/portage/dev-python/diff-match-patch-20121119/temp/python2.7/tmp7axNM_.py >removing /tmp/portage/dev-python/diff-match-patch-20121119/temp/python2.7/tmp7axNM_.py >running install_egg_info >running egg_info >writing /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python2_7/diff_match_patch.egg-info/PKG-INFO >writing top-level names to /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python2_7/diff_match_patch.egg-info/top_level.txt >writing dependency_links to /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python2_7/diff_match_patch.egg-info/dependency_links.txt >reading manifest file '/tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python2_7/diff_match_patch.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >writing manifest file '/tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python2_7/diff_match_patch.egg-info/SOURCES.txt' >Copying /tmp/portage/dev-python/diff-match-patch-20121119/work/diff-match-patch-20121119-python2_7/diff_match_patch.egg-info to /tmp/portage/dev-python/diff-match-patch-20121119/image//_python2.7/usr/lib64/python2.7/site-packages/diff_match_patch-20121119-py2.7.egg-info >running install_scripts > * python2_7: running distutils-r1_run_phase distutils-r1_python_install_all >>>> Completed installing diff-match-patch-20121119 into /tmp/portage/dev-python/diff-match-patch-20121119/image/ >ecompressdir: bzip2 -9 /usr/share/doc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 527630
: 388256