Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 514586 Details for
Bug 644440
dev-python/statsd-3.2.1 : [TEST] Socket errors in TCPStatsClient should be raised to user. ERROR
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-python:statsd-3.2.1:20180113-074132.log
dev-python:statsd-3.2.1:20180113-074132.log (text/plain), 10.75 KB, created by
Toralf Förster
on 2018-01-13 09:05:38 UTC
(
hide
)
Description:
dev-python:statsd-3.2.1:20180113-074132.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2018-01-13 09:05:38 UTC
Size:
10.75 KB
patch
obsolete
> * Package: dev-python/statsd-3.2.1 > * Repository: gentoo > * Maintainer: python@gentoo.org > * Upstream: james@mozilla.com > * 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 statsd-3.2.1.tar.gz to /var/tmp/portage/dev-python/statsd-3.2.1/work >>>> Source unpacked in /var/tmp/portage/dev-python/statsd-3.2.1/work >>>> Preparing source in /var/tmp/portage/dev-python/statsd-3.2.1/work/statsd-3.2.1 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/statsd-3.2.1/work/statsd-3.2.1 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/statsd-3.2.1/work/statsd-3.2.1 ... > * 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/statsd-3.2.1/work/statsd-3.2.1-python2_7/lib/statsd >copying statsd/tests.py -> /var/tmp/portage/dev-python/statsd-3.2.1/work/statsd-3.2.1-python2_7/lib/statsd >copying statsd/client.py -> /var/tmp/portage/dev-python/statsd-3.2.1/work/statsd-3.2.1-python2_7/lib/statsd >copying statsd/__init__.py -> /var/tmp/portage/dev-python/statsd-3.2.1/work/statsd-3.2.1-python2_7/lib/statsd >creating /var/tmp/portage/dev-python/statsd-3.2.1/work/statsd-3.2.1-python2_7/lib/statsd/defaults >copying statsd/defaults/env.py -> /var/tmp/portage/dev-python/statsd-3.2.1/work/statsd-3.2.1-python2_7/lib/statsd/defaults >copying statsd/defaults/django.py -> /var/tmp/portage/dev-python/statsd-3.2.1/work/statsd-3.2.1-python2_7/lib/statsd/defaults >copying statsd/defaults/__init__.py -> /var/tmp/portage/dev-python/statsd-3.2.1/work/statsd-3.2.1-python2_7/lib/statsd/defaults >running egg_info >writing statsd.egg-info/PKG-INFO >writing top-level names to statsd.egg-info/top_level.txt >writing dependency_links to statsd.egg-info/dependency_links.txt >reading manifest file 'statsd.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >writing manifest file 'statsd.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/statsd-3.2.1/work/statsd-3.2.1-python3_5/lib/statsd >copying statsd/tests.py -> /var/tmp/portage/dev-python/statsd-3.2.1/work/statsd-3.2.1-python3_5/lib/statsd >copying statsd/client.py -> /var/tmp/portage/dev-python/statsd-3.2.1/work/statsd-3.2.1-python3_5/lib/statsd >copying statsd/__init__.py -> /var/tmp/portage/dev-python/statsd-3.2.1/work/statsd-3.2.1-python3_5/lib/statsd >creating /var/tmp/portage/dev-python/statsd-3.2.1/work/statsd-3.2.1-python3_5/lib/statsd/defaults >copying statsd/defaults/env.py -> /var/tmp/portage/dev-python/statsd-3.2.1/work/statsd-3.2.1-python3_5/lib/statsd/defaults >copying statsd/defaults/django.py -> /var/tmp/portage/dev-python/statsd-3.2.1/work/statsd-3.2.1-python3_5/lib/statsd/defaults >copying statsd/defaults/__init__.py -> /var/tmp/portage/dev-python/statsd-3.2.1/work/statsd-3.2.1-python3_5/lib/statsd/defaults >running egg_info >writing dependency_links to statsd.egg-info/dependency_links.txt >writing statsd.egg-info/PKG-INFO >writing top-level names to statsd.egg-info/top_level.txt >reading manifest file 'statsd.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >writing manifest file 'statsd.egg-info/SOURCES.txt' >warning: build_py: byte-compiling is disabled, skipping. > >>>> Source compiled. >>>> Test phase: dev-python/statsd-3.2.1 > * python2_7: running distutils-r1_run_phase python_test >StatsClient can use to IPv6 address. ... ok >TCPStatsClient can use to IPv6 address. ... ok >statsd.tests.test_ipv6_resolution_udp ... ok >statsd.tests.test_ipv6_resolution_tcp ... ok >statsd.tests.test_ipv4_resolution_udp ... ok >statsd.tests.test_ipv4_resolution_tcp ... ok >StatsClient.timer can be used as manager. ... ok >TCPStatsClient.timer can be used as manager. ... ok >StatsClient.timer is a thread-safe decorator (UDP). ... ok >StatsClient.timer is a thread-safe decorator (TCP). ... ok >You can capture the output of StatsClient.timer (UDP). ... ok >You can capture the output of StatsClient.timer (TCP). ... ok >statsd.tests.test_timer_context_exceptions_udp ... ok >statsd.tests.test_timer_context_exceptions_tcp ... ok >statsd.tests.test_timer_decorator_exceptions_udp ... ok >statsd.tests.test_timer_decorator_exceptions_tcp ... ok >StatsClient.timer works. ... ok >TCPStatsClient.timer works. ... ok >Stop StatsClient.timer without sending. ... ok >Stop TCPStatsClient.timer without sending. ... ok >StatsClient.timer raises RuntimeError if send is called twice. ... ok >TCPStatsClient.timer raises RuntimeError if send is called twice. ... ok >StatsClient.timer raises error if send is called before stop. ... ok >TCPStatsClient.timer raises error if send is called before stop. ... ok >StatsClient.timer raises error if stop is called before start. ... ok >TCPStatsClient.timer raises error if stop is called before start. ... ok >StatsClient.pipeline works. ... ok >TCPStatsClient.pipeline works. ... ok >Ensure we don't error on an empty pipeline (UDP). ... ok >Ensure we don't error on an empty pipeline (TCP). ... ok >StatsClient.pipeline can be used as manager. ... ok >TCPStatsClient.pipeline can be used as manager. ... ok >Timer manager can be retrieve from UDP Pipeline manager. ... ok >Timer manager can be retrieve from TCP Pipeline manager. ... ok >UDP Pipeline manager can be used as decorator. ... ok >TCP Pipeline manager can be used as decorator. ... ok >Timer from UDP Pipeline manager works. ... ok >Timer from TCP Pipeline manager works. ... ok >Pipelines should be empty after a send() call (UDP). ... ok >Pipelines should be empty after a send() call (TCP). ... ok >Negative absolute gauges use an internal pipeline (UDP). ... ok >Negative absolute gauges use an internal pipeline (TCP). ... ok >Test big numbers with UDP client. ... ok >Test big numbers with TCP client. ... ok >Socket error on StatsClient should be ignored. ... ok >Pipelines shouldn't send packets larger than 512 bytes (UDP only). ... ok >TCPStatsClient.decr works. ... ok >StatsClient.decr works. ... ok >TCPStatsClient.gauge works with absolute negative value and rate. ... ok >StatsClient.gauge works with absolute negative value and rate. ... ok >TCPStatsClient.gauge works with absolute negative value. ... ok >StatsClient.gauge works with absolute negative value. ... ok >TCPStatsClient.gauge works with delta values. ... ok >StatsClient.gauge works with delta values. ... ok >TCPStatsClient.gauge works. ... ok >StatsClient.gauge works. ... ok >TCPStatsClient.incr works. ... ok >StatsClient.incr works. ... ok >TCPStatsClient.incr works. ... ok >StatsClient.incr works. ... ok >Test TCPStatsClient._prepare method. ... ok >Test StatsClient._prepare method. ... ok >Rate below random value prevents sending with TCPStatsClient.incr. ... ok >Rate below random value prevents sending with StatsClient.incr. ... ok >TCPStatsClient.set works. ... ok >StatsClient.set works. ... ok >Socket errors in TCPStatsClient should be raised to user. ... ERROR >Timeout on TCPStatsClient should be set on socket. ... ERROR >TCPStatsClient.timer can be used as manager with rate. ... ok >StatsClient.timer can be used as manager with rate. ... ok >TCPStatsClient.timer can be used as decorator with rate. ... ok >StatsClient.timer can be used as decorator with rate. ... ok >TCPStatsClient.timer works with rate. ... ok >StatsClient.timer works with rate. ... ok >TCPStatsClient.timing works. ... ok >StatsClient.timing works. ... ok > >====================================================================== >ERROR: Socket errors in TCPStatsClient should be raised to user. >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib64/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/mock/mock.py", line 1305, in patched > return func(*args, **keywargs) > File "/var/tmp/portage/dev-python/statsd-3.2.1/work/statsd-3.2.1/statsd/tests.py", line 945, in test_tcp_raises_exception_to_user > cl._sock.sendall.assert_called_once() > File "/usr/lib64/python2.7/site-packages/mock/mock.py", line 721, in __getattr__ > raise AttributeError(name) >AttributeError: assert_called_once > >====================================================================== >ERROR: Timeout on TCPStatsClient should be set on socket. >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib64/python2.7/site-packages/nose/case.py", line 197, in runTest > self.test(*self.arg) > File "/usr/lib64/python2.7/site-packages/mock/mock.py", line 1305, in patched > return func(*args, **keywargs) > File "/var/tmp/portage/dev-python/statsd-3.2.1/work/statsd-3.2.1/statsd/tests.py", line 957, in test_tcp_timeout > cl._sock.settimeout.assert_called_once() > File "/usr/lib64/python2.7/site-packages/mock/mock.py", line 721, in __getattr__ > raise AttributeError(name) >AttributeError: assert_called_once > >---------------------------------------------------------------------- >Ran 76 tests in 0.070s > >FAILED (errors=2) > * ERROR: dev-python/statsd-3.2.1::gentoo failed (test phase): > * (no error message) > * > * Call stack: > * ebuild.sh, line 124: Called src_test > * environment, line 2631: Called distutils-r1_src_test > * environment, line 898: Called _distutils-r1_run_foreach_impl 'python_test' > * environment, line 360: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' > * environment, line 2177: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 1552: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 1550: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' > * environment, line 572: Called distutils-r1_run_phase 'python_test' > * environment, line 829: Called python_test > * environment, line 2533: Called die > * The specific snippet of code: > * nosetests --verbose || die > * > * If you need support, post the output of `emerge --info '=dev-python/statsd-3.2.1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/statsd-3.2.1::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-python:statsd-3.2.1:20180113-074132.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/statsd-3.2.1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/statsd-3.2.1/temp/environment'. > * Working directory: '/var/tmp/portage/dev-python/statsd-3.2.1/work/statsd-3.2.1' > * S: '/var/tmp/portage/dev-python/statsd-3.2.1/work/statsd-3.2.1'
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 644440
:
514584
| 514586 |
514588
|
514590
|
514592
|
514594