Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 501598 Details for
Bug 636194
www-misc/urlwatch-2.6 : FAIL: Test that we conform to PEP-8.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
www-misc:urlwatch-2.6:20171101-071549.log
www-misc:urlwatch-2.6:20171101-071549.log (text/plain), 6.00 KB, created by
Toralf Förster
on 2017-11-01 19:05:57 UTC
(
hide
)
Description:
www-misc:urlwatch-2.6:20171101-071549.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2017-11-01 19:05:57 UTC
Size:
6.00 KB
patch
obsolete
> * Package: www-misc/urlwatch-2.6 > * Repository: gentoo > * Maintainer: monsieurp@gentoo.org > * Upstream: https://github.com/thp/urlwatch/issues > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_4 test userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking urlwatch-2.6.tar.gz to /var/tmp/portage/www-misc/urlwatch-2.6/work >>>> Source unpacked in /var/tmp/portage/www-misc/urlwatch-2.6/work >>>> Preparing source in /var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6 ... > * python3_4: running distutils-r1_run_phase distutils-r1_python_compile >/usr/bin/python3.4 setup.py build >running build >running build_py >creating /var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6-python3_4/lib/urlwatch >copying lib/urlwatch/worker.py -> /var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6-python3_4/lib/urlwatch >copying lib/urlwatch/util.py -> /var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6-python3_4/lib/urlwatch >copying lib/urlwatch/storage.py -> /var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6-python3_4/lib/urlwatch >copying lib/urlwatch/reporters.py -> /var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6-python3_4/lib/urlwatch >copying lib/urlwatch/migration.py -> /var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6-python3_4/lib/urlwatch >copying lib/urlwatch/main.py -> /var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6-python3_4/lib/urlwatch >copying lib/urlwatch/mailer.py -> /var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6-python3_4/lib/urlwatch >copying lib/urlwatch/jobs.py -> /var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6-python3_4/lib/urlwatch >copying lib/urlwatch/ical2txt.py -> /var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6-python3_4/lib/urlwatch >copying lib/urlwatch/html2txt.py -> /var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6-python3_4/lib/urlwatch >copying lib/urlwatch/handler.py -> /var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6-python3_4/lib/urlwatch >copying lib/urlwatch/filters.py -> /var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6-python3_4/lib/urlwatch >copying lib/urlwatch/config.py -> /var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6-python3_4/lib/urlwatch >copying lib/urlwatch/command.py -> /var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6-python3_4/lib/urlwatch >copying lib/urlwatch/__init__.py -> /var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6-python3_4/lib/urlwatch >/usr/lib64/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'copyright' > warnings.warn(msg) >warning: build_py: byte-compiling is disabled, skipping. > >running build_scripts >creating /var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6-python3_4/scripts >copying and adjusting urlwatch -> /var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6-python3_4/scripts >changing mode of /var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6-python3_4/scripts/urlwatch from 644 to 755 >>>> Source compiled. >>>> Test phase: www-misc/urlwatch-2.6 > * python3_4: running distutils-r1_run_phase python_test >.........F... >====================================================================== >FAIL: Test that we conform to PEP-8. >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib64/python3.4/site-packages/nose/case.py", line 198, in runTest > self.test(*self.arg) > File "/var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6/test/test_handler.py", line 94, in test_pep8_conformance > assert result.total_errors == 0, "Found #{0} code style errors".format(result.total_errors) >nose.proxy.AssertionError: Found #2 code style errors >-------------------- >> begin captured stdout << --------------------- >/var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6/lib/urlwatch/reporters.py:386:9: E722 do not use bare except' >/var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6/lib/urlwatch/ical2txt.py:39:9: E722 do not use bare except' > >--------------------- >> end captured stdout << ---------------------- > >---------------------------------------------------------------------- >Ran 13 tests in 1.877s > >FAILED (failures=1) > * ERROR: www-misc/urlwatch-2.6::gentoo failed (test phase): > * tests failed with python3.4 > * > * Call stack: > * ebuild.sh, line 124: Called src_test > * environment, line 2723: Called distutils-r1_src_test > * environment, line 888: Called _distutils-r1_run_foreach_impl 'python_test' > * environment, line 334: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' > * environment, line 2247: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 1542: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 1540: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' > * environment, line 558: Called distutils-r1_run_phase 'python_test' > * environment, line 819: Called python_test > * environment, line 2603: Called die > * The specific snippet of code: > * nosetests test || die "tests failed with ${EPYTHON}" > * > * If you need support, post the output of `emerge --info '=www-misc/urlwatch-2.6::gentoo'`, > * the complete build log and the output of `emerge -pqv '=www-misc/urlwatch-2.6::gentoo'`. > * The complete build log is located at '/var/log/portage/www-misc:urlwatch-2.6:20171101-071549.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/www-misc/urlwatch-2.6/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/www-misc/urlwatch-2.6/temp/environment'. > * Working directory: '/var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6' > * S: '/var/tmp/portage/www-misc/urlwatch-2.6/work/urlwatch-2.6'
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 636194
:
501588
|
501590
|
501592
|
501594
|
501596
| 501598