* Package: dev-python/tempora-1.9 * Repository: gentoo * Maintainer: sautier.louis@gmail.com proxy-maint@gentoo.org * Upstream: https://github.com/jaraco/tempora/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 tempora-1.9.tar.gz to /var/tmp/portage/dev-python/tempora-1.9/work >>> Source unpacked in /var/tmp/portage/dev-python/tempora-1.9/work >>> Preparing source in /var/tmp/portage/dev-python/tempora-1.9/work/tempora-1.9 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/tempora-1.9/work/tempora-1.9 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/tempora-1.9/work/tempora-1.9 ... * 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/tempora-1.9/work/tempora-1.9-python2_7/lib/tempora copying tempora/timing.py -> /var/tmp/portage/dev-python/tempora-1.9/work/tempora-1.9-python2_7/lib/tempora copying tempora/schedule.py -> /var/tmp/portage/dev-python/tempora-1.9/work/tempora-1.9-python2_7/lib/tempora copying tempora/__init__.py -> /var/tmp/portage/dev-python/tempora-1.9/work/tempora-1.9-python2_7/lib/tempora running egg_info writing requirements to tempora.egg-info/requires.txt writing tempora.egg-info/PKG-INFO writing namespace_packages to tempora.egg-info/namespace_packages.txt writing top-level names to tempora.egg-info/top_level.txt writing dependency_links to tempora.egg-info/dependency_links.txt writing entry points to tempora.egg-info/entry_points.txt reading manifest file 'tempora.egg-info/SOURCES.txt' writing manifest file 'tempora.egg-info/SOURCES.txt' creating /var/tmp/portage/dev-python/tempora-1.9/work/tempora-1.9-python2_7/lib/tempora/tests copying tempora/tests/test_schedule.py -> /var/tmp/portage/dev-python/tempora-1.9/work/tempora-1.9-python2_7/lib/tempora/tests 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/tempora-1.9/work/tempora-1.9-python3_5/lib/tempora copying tempora/timing.py -> /var/tmp/portage/dev-python/tempora-1.9/work/tempora-1.9-python3_5/lib/tempora copying tempora/schedule.py -> /var/tmp/portage/dev-python/tempora-1.9/work/tempora-1.9-python3_5/lib/tempora copying tempora/__init__.py -> /var/tmp/portage/dev-python/tempora-1.9/work/tempora-1.9-python3_5/lib/tempora running egg_info writing namespace_packages to tempora.egg-info/namespace_packages.txt writing top-level names to tempora.egg-info/top_level.txt writing tempora.egg-info/PKG-INFO writing requirements to tempora.egg-info/requires.txt writing entry points to tempora.egg-info/entry_points.txt writing dependency_links to tempora.egg-info/dependency_links.txt reading manifest file 'tempora.egg-info/SOURCES.txt' writing manifest file 'tempora.egg-info/SOURCES.txt' creating /var/tmp/portage/dev-python/tempora-1.9/work/tempora-1.9-python3_5/lib/tempora/tests copying tempora/tests/test_schedule.py -> /var/tmp/portage/dev-python/tempora-1.9/work/tempora-1.9-python3_5/lib/tempora/tests warning: build_py: byte-compiling is disabled, skipping. * python3_5: running distutils-r1_run_phase python_compile_all >>> Source compiled. >>> Test phase: dev-python/tempora-1.9 * 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.15.2-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': {'cov': '2.5.1', 'relaxed': '1.1.0', 'backports.unittest-mock': '1.3', 'xdist': '1.15.0', 'pep8': '1.0.6', 'html': '1.16.0', 'expect': '1.1.0', 'catchlog': '1.2.2', 'shutil': '1.2.11', 'mock': '1.6.3', 'metadata': '1.3.0'}} rootdir: /var/tmp/portage/dev-python/tempora-1.9/work/tempora-1.9, inifile: pytest.ini plugins: xdist-1.15.0, shutil-1.2.11, relaxed-1.1.0, pep8-1.0.6, mock-1.6.3, metadata-1.3.0, html-1.16.0, expect-1.1.0, cov-2.5.1, catchlog-1.2.2, backports.unittest-mock-1.3 collected 13 items tempora/schedule.py .E tempora/timing.py .. tempora/tests/test_schedule.py ....... tests/test_timing.py .. ==================================== ERRORS ==================================== _______________________ ERROR at setup of from_timestamp _______________________ file /var/tmp/portage/dev-python/tempora-1.9/work/tempora-1.9/tempora/schedule.py, line 27 def from_timestamp(ts): E fixture 'ts' not found > available fixtures: cache, capfd, caplog, capsys, capturelog, cov, doctest_namespace, environ, metadata, mock, mocker, monkeypatch, pytestconfig, record_xml_property, recwarn, tmpdir, tmpdir_factory, worker_id, workspace > use 'pytest --fixtures [testpath]' for help on them. /var/tmp/portage/dev-python/tempora-1.9/work/tempora-1.9/tempora/schedule.py:27 =============================== warnings summary =============================== tempora/schedule.py::DelayedCommand cannot collect test class 'DelayedCommand' because it has a __new__ constructor tempora/schedule.py::PeriodicCommand cannot collect test class 'PeriodicCommand' because it has a __new__ constructor tempora/schedule.py::PeriodicCommandFixedDelay cannot collect test class 'PeriodicCommandFixedDelay' because it has a __new__ constructor tempora/schedule.py::Scheduler cannot collect test class 'Scheduler' because it has a __init__ constructor tempora/schedule.py::InvokeScheduler cannot collect test class 'InvokeScheduler' because it has a __init__ constructor tempora/schedule.py::CallbackScheduler cannot collect test class 'CallbackScheduler' because it has a __init__ constructor tempora/timing.py::Stopwatch cannot collect test class 'Stopwatch' because it has a __init__ constructor tempora/timing.py::IntervalGovernor cannot collect test class 'IntervalGovernor' because it has a __init__ constructor tempora/timing.py::Timer cannot collect test class 'Timer' because it has a __init__ constructor -- Docs: http://doc.pytest.org/en/latest/warnings.html ================ 12 passed, 9 warnings, 1 error in 1.65 seconds ================ * ERROR: dev-python/tempora-1.9::gentoo failed (test phase): * tests failed with python2.7 * * Call stack: * ebuild.sh, line 124: Called src_test * environment, line 2614: Called distutils-r1_src_test * environment, line 872: Called _distutils-r1_run_foreach_impl 'python_test' * environment, line 334: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 2155: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 1526: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 1524: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' * environment, line 546: Called distutils-r1_run_phase 'python_test' * environment, line 803: Called python_test * environment, line 2516: 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/tempora-1.9::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/tempora-1.9::gentoo'`. * The complete build log is located at '/var/log/portage/dev-python:tempora-1.9:20180208-180349.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/tempora-1.9/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/tempora-1.9/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/tempora-1.9/work/tempora-1.9' * S: '/var/tmp/portage/dev-python/tempora-1.9/work/tempora-1.9'