Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 526074 Details for
Bug 651930
dev-python/pytest-rerunfailures-2.1.0 : [TEST] E ValueError: line test_*:* RERUN not found in output
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-python:pytest-rerunfailures-2.1.0:20180329-035712.log
dev-python:pytest-rerunfailures-2.1.0:20180329-035712.log (text/plain), 8.71 KB, created by
Toralf Förster
on 2018-03-29 15:30:14 UTC
(
hide
)
Description:
dev-python:pytest-rerunfailures-2.1.0:20180329-035712.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2018-03-29 15:30:14 UTC
Size:
8.71 KB
patch
obsolete
> * Package: dev-python/pytest-rerunfailures-2.1.0 > * Repository: gentoo > * Maintainer: python@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_5 userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking pytest-rerunfailures-2.1.0.tar.gz to /var/tmp/portage/dev-python/pytest-rerunfailures-2.1.0/work >>>> Source unpacked in /var/tmp/portage/dev-python/pytest-rerunfailures-2.1.0/work >>>> Preparing source in /var/tmp/portage/dev-python/pytest-rerunfailures-2.1.0/work/pytest-rerunfailures-2.1.0 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/pytest-rerunfailures-2.1.0/work/pytest-rerunfailures-2.1.0 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/pytest-rerunfailures-2.1.0/work/pytest-rerunfailures-2.1.0 ... > * python2_7: running distutils-r1_run_phase distutils-r1_python_compile >/usr/bin/python2.7 setup.py build >running build >running build_py >copying pytest_rerunfailures.py -> /var/tmp/portage/dev-python/pytest-rerunfailures-2.1.0/work/pytest-rerunfailures-2.1.0-python2_7/lib >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 >copying pytest_rerunfailures.py -> /var/tmp/portage/dev-python/pytest-rerunfailures-2.1.0/work/pytest-rerunfailures-2.1.0-python3_5/lib >warning: build_py: byte-compiling is disabled, skipping. > >>>> Source compiled. >>>> Test phase: dev-python/pytest-rerunfailures-2.1.0 > * python2_7: running distutils-r1_run_phase python_test >============================= test session starts ============================== >platform linux2 -- Python 2.7.14, pytest-3.4.1, py-1.5.2, pluggy-0.6.0 -- /usr/bin/python2.7 >cachedir: .pytest_cache >rootdir: /var/tmp/portage/dev-python/pytest-rerunfailures-2.1.0/work/pytest-rerunfailures-2.1.0, inifile: >plugins: rerunfailures-2.1.0, xdist-1.15.0, pep8-1.0.6, expect-1.1.0, cov-2.5.1, capturelog-0.7, backports.unittest-mock-1.3 >collecting ... collected 20 items > >test_pytest_rerunfailures.py::test_error_when_run_with_pdb PASSED [ 5%] >test_pytest_rerunfailures.py::test_no_rerun_on_pass PASSED [ 10%] >test_pytest_rerunfailures.py::test_no_rerun_on_skipif_mark PASSED [ 15%] >test_pytest_rerunfailures.py::test_no_rerun_on_skip_call PASSED [ 20%] >test_pytest_rerunfailures.py::test_no_rerun_on_xfail_mark PASSED [ 25%] >test_pytest_rerunfailures.py::test_no_rerun_on_xfail_call PASSED [ 30%] >test_pytest_rerunfailures.py::test_no_rerun_on_xpass PASSED [ 35%] >test_pytest_rerunfailures.py::test_rerun_fails_after_consistent_setup_failure PASSED [ 40%] >test_pytest_rerunfailures.py::test_rerun_passes_after_temporary_setup_failure PASSED [ 45%] >test_pytest_rerunfailures.py::test_rerun_fails_after_consistent_test_failure PASSED [ 50%] >test_pytest_rerunfailures.py::test_rerun_passes_after_temporary_test_failure PASSED [ 55%] >test_pytest_rerunfailures.py::test_rerun_passes_after_temporary_test_failure_with_flaky_mark PASSED [ 60%] >test_pytest_rerunfailures.py::test_reruns_if_flaky_mark_is_called_without_options PASSED [ 65%] >test_pytest_rerunfailures.py::test_reruns_if_flaky_mark_is_called_with_positional_argument PASSED [ 70%] >test_pytest_rerunfailures.py::test_no_extra_test_summary_for_reruns_by_default PASSED [ 75%] >test_pytest_rerunfailures.py::test_extra_test_summary_for_reruns PASSED [ 80%] >test_pytest_rerunfailures.py::test_verbose FAILED [ 85%] >test_pytest_rerunfailures.py::test_no_rerun_on_class_setup_error_without_reruns PASSED [ 90%] >test_pytest_rerunfailures.py::test_rerun_on_class_setup_error_with_reruns PASSED [ 95%] >test_pytest_rerunfailures.py::test_rerun_with_resultslog PASSED [100%] > >=================================== FAILURES =================================== >_________________________________ test_verbose _________________________________ > >testdir = <Testdir local('/var/tmp/portage/dev-python/pytest-rerunfailures-2.1.0/temp/pytest-of-portage/pytest-0/test_verbose0')> > > def test_verbose(testdir): > testdir.makepyfile(""" > def test_pass(): > {0}""".format(temporary_failure())) > result = testdir.runpytest('--reruns', '1', '-v') >> result.stdout.fnmatch_lines_random(['test_*:* RERUN']) > >../../../../work/pytest-rerunfailures-2.1.0/test_pytest_rerunfailures.py:183: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >/usr/lib64/python2.7/site-packages/_pytest/pytester.py:1121: in fnmatch_lines_random > self._match_lines_random(lines2, fnmatch) >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > >self = <_pytest.pytester.LineMatcher object at 0x7f4e6d49a790> >lines2 = ['test_*:* RERUN'], match_func = <function fnmatch at 0x7f4e733b9c08> > > def _match_lines_random(self, lines2, match_func): > """Check lines exist in the output. > > The argument is a list of lines which have to occur in the output, in > any order. Each line can contain glob whildcards. > > """ > lines2 = self._getlines(lines2) > for line in lines2: > for x in self.lines: > if line == x or match_func(x, line): > self._log("matched: ", repr(line)) > break > else: > self._log("line %r not found in output" % line) >> raise ValueError(self._log_text) >E ValueError: line 'test_*:* RERUN' not found in output > >/usr/lib64/python2.7/site-packages/_pytest/pytester.py:1147: ValueError >----------------------------- Captured stdout call ----------------------------- >============================= test session starts ============================== >platform linux2 -- Python 2.7.14, pytest-3.4.1, py-1.5.2, pluggy-0.6.0 -- /usr/bin/python2.7 >cachedir: .pytest_cache >rootdir: /var/tmp/portage/dev-python/pytest-rerunfailures-2.1.0/temp/pytest-of-portage/pytest-0/test_verbose0, inifile: >plugins: rerunfailures-2.1.0, xdist-1.15.0, pep8-1.0.6, expect-1.1.0, cov-2.5.1, capturelog-0.7, backports.unittest-mock-1.3 >collecting ... collected 1 item > >test_verbose.py::test_pass RERUN [100%] >test_verbose.py::test_pass PASSED [100%] > >=============================== warnings summary =============================== >None > pytest-capturelog plugin has been merged into the core, please remove it from your requirements. > >-- Docs: http://doc.pytest.org/en/latest/warnings.html >================ 1 passed, 1 warnings, 1 rerun in 0.02 seconds ================= >=============================== warnings summary =============================== >None > pytest-capturelog plugin has been merged into the core, please remove it from your requirements. > >-- Docs: http://doc.pytest.org/en/latest/warnings.html >=============== 1 failed, 19 passed, 1 warnings in 5.30 seconds ================ > * ERROR: dev-python/pytest-rerunfailures-2.1.0::gentoo failed (test phase): > * (no error message) > * > * Call stack: > * ebuild.sh, line 124: Called src_test > * environment, line 2618: Called distutils-r1_src_test > * environment, line 885: Called _distutils-r1_run_foreach_impl 'python_test' > * environment, line 347: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' > * environment, line 2164: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 1539: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 1537: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' > * environment, line 559: Called distutils-r1_run_phase 'python_test' > * environment, line 816: Called python_test > * environment, line 2520: Called die > * The specific snippet of code: > * py.test -v || die > * > * If you need support, post the output of `emerge --info '=dev-python/pytest-rerunfailures-2.1.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/pytest-rerunfailures-2.1.0::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-python:pytest-rerunfailures-2.1.0:20180329-035712.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/pytest-rerunfailures-2.1.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/pytest-rerunfailures-2.1.0/temp/environment'. > * Working directory: '/var/tmp/portage/dev-python/pytest-rerunfailures-2.1.0/work/pytest-rerunfailures-2.1.0' > * S: '/var/tmp/portage/dev-python/pytest-rerunfailures-2.1.0/work/pytest-rerunfailures-2.1.0'
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 651930
:
526072
| 526074 |
526076
|
526078
|
526080
|
526082