Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 509758 Details for
Bug 640880
dev-python/jaraco-collections-1.5 : [TEST] _ ERROR collecting jaraco/collections.py _
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-python:jaraco-collections-1.5:20171212-203042.log
dev-python:jaraco-collections-1.5:20171212-203042.log (text/plain), 9.47 KB, created by
Toralf Förster
on 2017-12-12 21:04:05 UTC
(
hide
)
Description:
dev-python:jaraco-collections-1.5:20171212-203042.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2017-12-12 21:04:05 UTC
Size:
9.47 KB
patch
obsolete
> * Package: dev-python/jaraco-collections-1.5 > * Repository: gentoo > * Maintainer: sautier.louis@gmail.com proxy-maint@gentoo.org > * Upstream: https://github.com/jaraco/jaraco.collections/issues > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_5 test userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking jaraco.collections-1.5.tar.gz to /var/tmp/portage/dev-python/jaraco-collections-1.5/work >>>> Source unpacked in /var/tmp/portage/dev-python/jaraco-collections-1.5/work >>>> Preparing source in /var/tmp/portage/dev-python/jaraco-collections-1.5/work/jaraco.collections-1.5 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/jaraco-collections-1.5/work/jaraco.collections-1.5 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/jaraco-collections-1.5/work/jaraco.collections-1.5 ... > * python2_7: running distutils-r1_run_phase distutils-r1_python_compile >/usr/bin/python2.7 setup.py build >running build >running build_py >creating /var/tmp/portage/dev-python/jaraco-collections-1.5/work/jaraco.collections-1.5-python2_7/lib/jaraco >copying jaraco/collections.py -> /var/tmp/portage/dev-python/jaraco-collections-1.5/work/jaraco.collections-1.5-python2_7/lib/jaraco >copying jaraco/__init__.py -> /var/tmp/portage/dev-python/jaraco-collections-1.5/work/jaraco.collections-1.5-python2_7/lib/jaraco >running egg_info >writing requirements to jaraco.collections.egg-info/requires.txt >writing jaraco.collections.egg-info/PKG-INFO >writing namespace_packages to jaraco.collections.egg-info/namespace_packages.txt >writing top-level names to jaraco.collections.egg-info/top_level.txt >writing dependency_links to jaraco.collections.egg-info/dependency_links.txt >reading manifest file 'jaraco.collections.egg-info/SOURCES.txt' >writing manifest file 'jaraco.collections.egg-info/SOURCES.txt' >warning: build_py: byte-compiling is disabled, skipping. > > * python3_5: running distutils-r1_run_phase distutils-r1_python_compile >/usr/bin/python3.5 setup.py build >running build >running build_py >creating /var/tmp/portage/dev-python/jaraco-collections-1.5/work/jaraco.collections-1.5-python3_5/lib/jaraco >copying jaraco/collections.py -> /var/tmp/portage/dev-python/jaraco-collections-1.5/work/jaraco.collections-1.5-python3_5/lib/jaraco >copying jaraco/__init__.py -> /var/tmp/portage/dev-python/jaraco-collections-1.5/work/jaraco.collections-1.5-python3_5/lib/jaraco >running egg_info >writing requirements to jaraco.collections.egg-info/requires.txt >writing dependency_links to jaraco.collections.egg-info/dependency_links.txt >writing top-level names to jaraco.collections.egg-info/top_level.txt >writing namespace_packages to jaraco.collections.egg-info/namespace_packages.txt >writing jaraco.collections.egg-info/PKG-INFO >reading manifest file 'jaraco.collections.egg-info/SOURCES.txt' >writing manifest file 'jaraco.collections.egg-info/SOURCES.txt' >warning: build_py: byte-compiling is disabled, skipping. > > * python3_5: running distutils-r1_run_phase python_compile_all >>>> Source compiled. >>>> Test phase: dev-python/jaraco-collections-1.5 > * python2_7: running distutils-r1_run_phase python_test >============================= test session starts ============================== >platform linux2 -- Python 2.7.14, pytest-3.2.2, py-1.4.34, pluggy-0.4.0 >metadata: {'Python': '2.7.14', 'Platform': 'Linux-4.14.5-x86_64-Intel-R-_Core-TM-_i7-3930K_CPU_@_3.20GHz-with-gentoo-2.4.1', 'Packages': {'py': '1.4.34', 'pytest': u'3.2.2', 'pluggy': '0.4.0'}, 'JAVA_HOME': '/etc/java-config-2/current-system-vm', 'Plugins': {'cython': '0.1.0', 'backports.unittest-mock': '1.3', 'pythonpath': '0.7.1', 'django': '2.9.1', 'capturelog': '0.7', 'expect': '1.1.0', 'shutil': '1.2.11', 'metadata': '1.3.0'}} >rootdir: /var/tmp/portage/dev-python/jaraco-collections-1.5/work/jaraco.collections-1.5, inifile: pytest.ini >plugins: shutil-1.2.11, pythonpath-0.7.1, metadata-1.3.0, expect-1.1.0, django-2.9.1, cython-0.1.0, capturelog-0.7, backports.unittest-mock-1.3 >collected 19 items > >jaraco/collections.py .................. >tests/test_collections.py . > >=============================== warnings summary =============================== >:171 > 'pytest_runtest_makereport' hook uses deprecated __multicall__ argument > >None > pytest_funcarg__caplog: declaring fixtures using "pytest_funcarg__" prefix is deprecated and scheduled to be removed in pytest 4.0. Please remove the prefix and use the @pytest.fixture decorator instead. > pytest_funcarg__capturelog: declaring fixtures using "pytest_funcarg__" prefix is deprecated and scheduled to be removed in pytest 4.0. Please remove the prefix and use the @pytest.fixture decorator instead. > >-- Docs: http://doc.pytest.org/en/latest/warnings.html >==================== 19 passed, 3 warnings in 0.44 seconds ===================== > * python3_5: running distutils-r1_run_phase python_test >============================= test session starts ============================== >platform linux -- Python 3.5.4, pytest-3.2.2, py-1.4.34, pluggy-0.4.0 >metadata: {'Plugins': {'backports.unittest-mock': '1.3', 'expect': '1.1.0', 'metadata': '1.3.0', 'django': '2.9.1', 'shutil': '1.2.11', 'cython': '0.1.0', 'capturelog': '0.7', 'pythonpath': '0.7.1'}, 'JAVA_HOME': '/etc/java-config-2/current-system-vm', 'Python': '3.5.4', 'Platform': 'Linux-4.14.5-x86_64-Intel-R-_Core-TM-_i7-3930K_CPU_@_3.20GHz-with-gentoo-2.4.1', 'Packages': {'pytest': '3.2.2', 'py': '1.4.34', 'pluggy': '0.4.0'}} >rootdir: /var/tmp/portage/dev-python/jaraco-collections-1.5/work/jaraco.collections-1.5, inifile: pytest.ini >plugins: shutil-1.2.11, pythonpath-0.7.1, metadata-1.3.0, expect-1.1.0, django-2.9.1, cython-0.1.0, capturelog-0.7, backports.unittest-mock-1.3 >collected 0 items / 3 errors > >==================================== ERRORS ==================================== >____________________ ERROR collecting jaraco/collections.py ____________________ >jaraco/collections.py:12: in <module> > from jaraco.classes.properties import NonDataProperty >E ImportError: No module named 'jaraco.classes' >__________________ ERROR collecting tests/test_collections.py __________________ >tests/test_collections.py:3: in <module> > from jaraco import collections >jaraco/collections.py:12: in <module> > from jaraco.classes.properties import NonDataProperty >E ImportError: No module named 'jaraco.classes' >__________________ ERROR collecting tests/test_collections.py __________________ >ImportError while importing test module '/var/tmp/portage/dev-python/jaraco-collections-1.5/work/jaraco.collections-1.5/tests/test_collections.py'. >Hint: make sure your test modules/packages have valid Python names. >Traceback: >tests/test_collections.py:3: in <module> > from jaraco import collections >jaraco/collections.py:12: in <module> > from jaraco.classes.properties import NonDataProperty >E ImportError: No module named 'jaraco.classes' >=============================== warnings summary =============================== >:171 > 'pytest_runtest_makereport' hook uses deprecated __multicall__ argument > >None > pytest_funcarg__caplog: declaring fixtures using "pytest_funcarg__" prefix is deprecated and scheduled to be removed in pytest 4.0. Please remove the prefix and use the @pytest.fixture decorator instead. > pytest_funcarg__capturelog: declaring fixtures using "pytest_funcarg__" prefix is deprecated and scheduled to be removed in pytest 4.0. Please remove the prefix and use the @pytest.fixture decorator instead. > >-- Docs: http://doc.pytest.org/en/latest/warnings.html >!!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!! >===================== 3 warnings, 3 error in 0.70 seconds ====================== > * ERROR: dev-python/jaraco-collections-1.5::gentoo failed (test phase): > * tests failed with python3.5 > * > * Call stack: > * ebuild.sh, line 124: Called src_test > * environment, line 3718: Called distutils-r1_src_test > * environment, line 1048: Called _distutils-r1_run_foreach_impl 'python_test' > * environment, line 344: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' > * environment, line 3230: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 2333: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 2331: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' > * environment, line 639: Called distutils-r1_run_phase 'python_test' > * environment, line 979: Called python_test > * environment, line 3598: Called die > * The specific snippet of code: > * PYTHONPATH=. py.test || die "tests failed with ${EPYTHON}" > * > * If you need support, post the output of `emerge --info '=dev-python/jaraco-collections-1.5::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/jaraco-collections-1.5::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-python:jaraco-collections-1.5:20171212-203042.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/jaraco-collections-1.5/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/jaraco-collections-1.5/temp/environment'. > * Working directory: '/var/tmp/portage/dev-python/jaraco-collections-1.5/work/jaraco.collections-1.5' > * S: '/var/tmp/portage/dev-python/jaraco-collections-1.5/work/jaraco.collections-1.5' > * Failed to kill pid(s) in '/sys/fs/cgroup/portage/dev-python:jaraco-collections-1.5.iv9mptw2/cgroup.procs': 10303
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 640880
:
509756
| 509758 |
509760
|
509762
|
509764
|
509766
|
509768