Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 515846 Details for
Bug 645376
dev-python/iniparse-0.4-r2 fails test: ERROR: test_queue (tests.test_multiprocessing.test_ini)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-python:iniparse-0.4-r2:20180122-022311.log
dev-python:iniparse-0.4-r2:20180122-022311.log (text/plain), 5.85 KB, created by
Toralf Förster
on 2018-01-22 18:59:34 UTC
(
hide
)
Description:
dev-python:iniparse-0.4-r2:20180122-022311.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2018-01-22 18:59:34 UTC
Size:
5.85 KB
patch
obsolete
> * Package: dev-python/iniparse-0.4-r2 > * 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 iniparse-0.4.tar.gz to /var/tmp/portage/dev-python/iniparse-0.4-r2/work >>>> Source unpacked in /var/tmp/portage/dev-python/iniparse-0.4-r2/work >>>> Preparing source in /var/tmp/portage/dev-python/iniparse-0.4-r2/work/iniparse-0.4 ... > * Applying iniparse-0.4-python3.patch ... > [ ok ] > * Applying iniparse-0.4-tests.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/iniparse-0.4-r2/work/iniparse-0.4 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/iniparse-0.4-r2/work/iniparse-0.4 ... > * 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/iniparse-0.4-r2/work/iniparse-0.4-python2_7/lib/iniparse >copying iniparse/utils.py -> /var/tmp/portage/dev-python/iniparse-0.4-r2/work/iniparse-0.4-python2_7/lib/iniparse >copying iniparse/ini.py -> /var/tmp/portage/dev-python/iniparse-0.4-r2/work/iniparse-0.4-python2_7/lib/iniparse >copying iniparse/configparser.py -> /var/tmp/portage/dev-python/iniparse-0.4-r2/work/iniparse-0.4-python2_7/lib/iniparse >copying iniparse/config.py -> /var/tmp/portage/dev-python/iniparse-0.4-r2/work/iniparse-0.4-python2_7/lib/iniparse >copying iniparse/compat.py -> /var/tmp/portage/dev-python/iniparse-0.4-r2/work/iniparse-0.4-python2_7/lib/iniparse >copying iniparse/__init__.py -> /var/tmp/portage/dev-python/iniparse-0.4-r2/work/iniparse-0.4-python2_7/lib/iniparse >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/iniparse-0.4-r2/work/iniparse-0.4-python3_5/lib/iniparse >copying iniparse/utils.py -> /var/tmp/portage/dev-python/iniparse-0.4-r2/work/iniparse-0.4-python3_5/lib/iniparse >copying iniparse/ini.py -> /var/tmp/portage/dev-python/iniparse-0.4-r2/work/iniparse-0.4-python3_5/lib/iniparse >copying iniparse/configparser.py -> /var/tmp/portage/dev-python/iniparse-0.4-r2/work/iniparse-0.4-python3_5/lib/iniparse >copying iniparse/config.py -> /var/tmp/portage/dev-python/iniparse-0.4-r2/work/iniparse-0.4-python3_5/lib/iniparse >copying iniparse/compat.py -> /var/tmp/portage/dev-python/iniparse-0.4-r2/work/iniparse-0.4-python3_5/lib/iniparse >copying iniparse/__init__.py -> /var/tmp/portage/dev-python/iniparse-0.4-r2/work/iniparse-0.4-python3_5/lib/iniparse >warning: build_py: byte-compiling is disabled, skipping. > >>>> Source compiled. >>>> Test phase: dev-python/iniparse-0.4-r2 > * python2_7: running distutils-r1_run_phase python_test >...............................................................................................Process Process-1: >Traceback (most recent call last): > File "/usr/lib64/python2.7/multiprocessing/process.py", line 267, in _bootstrap > self.run() > File "/usr/lib64/python2.7/multiprocessing/process.py", line 114, in run > self._target(*self._args, **self._kwargs) > File "/var/tmp/portage/dev-python/iniparse-0.4-r2/work/iniparse-0.4/tests/test_multiprocessing.py", line 15, in getxy > cfg = q.get_nowait() > File "/usr/lib64/python2.7/multiprocessing/queues.py", line 152, in get_nowait > return self.get(False) > File "/usr/lib64/python2.7/multiprocessing/queues.py", line 134, in get > raise Empty >Empty >E >====================================================================== >ERROR: test_queue (tests.test_multiprocessing.test_ini) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/var/tmp/portage/dev-python/iniparse-0.4-r2/work/iniparse-0.4/tests/test_multiprocessing.py", line 24, in test_queue > self.assertEqual(w.get(timeout=1), '42') > File "/usr/lib64/python2.7/multiprocessing/queues.py", line 132, in get > raise Empty >Empty > >---------------------------------------------------------------------- >Ran 96 tests in 4.622s > >FAILED (errors=1) > * ERROR: dev-python/iniparse-0.4-r2::gentoo failed (test phase): > * (no error message) > * > * Call stack: > * ebuild.sh, line 124: Called src_test > * environment, line 2601: Called distutils-r1_src_test > * environment, line 868: Called _distutils-r1_run_foreach_impl 'python_test' > * environment, line 318: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' > * environment, line 2147: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 1522: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 1520: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' > * environment, line 542: Called distutils-r1_run_phase 'python_test' > * environment, line 799: Called python_test > * environment, line 2503: Called die > * The specific snippet of code: > * "${EPYTHON}" runtests.py || die > * > * If you need support, post the output of `emerge --info '=dev-python/iniparse-0.4-r2::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/iniparse-0.4-r2::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-python:iniparse-0.4-r2:20180122-022311.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/iniparse-0.4-r2/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/iniparse-0.4-r2/temp/environment'. > * Working directory: '/var/tmp/portage/dev-python/iniparse-0.4-r2/work/iniparse-0.4' > * S: '/var/tmp/portage/dev-python/iniparse-0.4-r2/work/iniparse-0.4'
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 645376
:
515844
| 515846 |
515848
|
515850
|
515852
|
515854
|
515856