Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 379404 Details for
Bug 514448
dev-python/hgdistver-0.16-r1 fails tests on alpha
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
hgdistver 0.16-r1 build log
hgdistver-0.16-r1_build.log (text/x-log), 9.05 KB, created by
Tobias Klausmann (RETIRED)
on 2014-06-22 12:35:03 UTC
(
hide
)
Description:
hgdistver 0.16-r1 build log
Filename:
MIME Type:
Creator:
Tobias Klausmann (RETIRED)
Created:
2014-06-22 12:35:03 UTC
Size:
9.05 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: dev-python/hgdistver-0.16-r1 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: python@gentoo.org >[32;01m * [39;49;00mUSE: alpha elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_3 test userland_GNU >[32;01m * [39;49;00mFEATURES: preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking hgdistver-0.16.tar.gz to /var/tmp/portage/dev-python/hgdistver-0.16-r1/work >>>> Source unpacked in /var/tmp/portage/dev-python/hgdistver-0.16-r1/work >>>> Preparing source in /var/tmp/portage/dev-python/hgdistver-0.16-r1/work/hgdistver-0.16 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/hgdistver-0.16-r1/work/hgdistver-0.16 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/hgdistver-0.16-r1/work/hgdistver-0.16 ... > [32;01m*[0m python3_3: running distutils-r1_run_phase distutils-r1_python_compile >/usr/bin/python3.3 setup.py build >running build >running build_py >creating /var/tmp/portage/dev-python/hgdistver-0.16-r1/work/hgdistver-0.16-python3_3/lib >copying hgdistver.py -> /var/tmp/portage/dev-python/hgdistver-0.16-r1/work/hgdistver-0.16-python3_3/lib >warning: build_py: byte-compiling is disabled, skipping. > > [32;01m*[0m 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/hgdistver-0.16-r1/work/hgdistver-0.16-python2_7/lib >copying hgdistver.py -> /var/tmp/portage/dev-python/hgdistver-0.16-r1/work/hgdistver-0.16-python2_7/lib >warning: build_py: byte-compiling is disabled, skipping. > >>>> Source compiled. > [32;01m*[0m python3_3: running distutils-r1_run_phase python_test >EEEEEEEEEEEE >====================================================================== >ERROR: test_hgdistver.test_do >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python3.3/site-packages/nose/case.py", line 198, in runTest > self.test(*self.arg) >TypeError: test_do() missing 2 required positional arguments: 'cmd' and 'tmpdir' > >====================================================================== >ERROR: test_hgdistver.test_data_from_archival >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python3.3/site-packages/nose/case.py", line 198, in runTest > self.test(*self.arg) >TypeError: test_data_from_archival() missing 1 required positional argument: 'tmpdir' > >====================================================================== >ERROR: test_hgdistver.test_archival_to_version >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python3.3/site-packages/nose/case.py", line 198, in runTest > self.test(*self.arg) >TypeError: test_archival_to_version() missing 2 required positional arguments: 'expected' and 'data' > >====================================================================== >ERROR: test_hgdistver.test_version_from_git >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python3.3/site-packages/nose/case.py", line 198, in runTest > self.test(*self.arg) >TypeError: test_version_from_git() missing 1 required positional argument: 'tmpdir' > >====================================================================== >ERROR: test_hgdistver.test_version_from_hg_id >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python3.3/site-packages/nose/case.py", line 198, in runTest > self.test(*self.arg) >TypeError: test_version_from_hg_id() missing 2 required positional arguments: 'tmpdir' and 'method' > >====================================================================== >ERROR: test_hgdistver.test_version_from_archival >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python3.3/site-packages/nose/case.py", line 198, in runTest > self.test(*self.arg) >TypeError: test_version_from_archival() missing 1 required positional argument: 'tmpdir' > >====================================================================== >ERROR: test_hgdistver.test_version_from_cachefile >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python3.3/site-packages/nose/case.py", line 198, in runTest > self.test(*self.arg) >TypeError: test_version_from_cachefile() missing 1 required positional argument: 'tmpdir' > >====================================================================== >ERROR: test_hgdistver.test_version_from_pkginfo >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python3.3/site-packages/nose/case.py", line 198, in runTest > self.test(*self.arg) >TypeError: test_version_from_pkginfo() missing 1 required positional argument: 'tmpdir' > >====================================================================== >ERROR: test_hgdistver.test_root_parameter_creation >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python3.3/site-packages/nose/case.py", line 198, in runTest > self.test(*self.arg) >TypeError: test_root_parameter_creation() missing 1 required positional argument: 'monkeypatch' > >====================================================================== >ERROR: test_hgdistver.test_root_parameter_pass_by >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python3.3/site-packages/nose/case.py", line 198, in runTest > self.test(*self.arg) >TypeError: test_root_parameter_pass_by() missing 1 required positional argument: 'monkeypatch' > >====================================================================== >ERROR: test_hgdistver.test_cachefile_join >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python3.3/site-packages/nose/case.py", line 198, in runTest > self.test(*self.arg) >TypeError: test_cachefile_join() missing 1 required positional argument: 'monkeypatch' > >====================================================================== >ERROR: test_hgdistver.test_recreate_cachefile_from_pkginfo >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python3.3/site-packages/nose/case.py", line 198, in runTest > self.test(*self.arg) >TypeError: test_recreate_cachefile_from_pkginfo() missing 1 required positional argument: 'tmpdir' > >---------------------------------------------------------------------- >Ran 12 tests in 0.335s > >FAILED (errors=12) > [31;01m*[0m ERROR: dev-python/hgdistver-0.16-r1::gentoo failed (test phase): > [31;01m*[0m Tests failed under python3.3 > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 93: Called src_test > [31;01m*[0m environment, line 3500: Called distutils-r1_src_test > [31;01m*[0m environment, line 1117: Called _distutils-r1_run_foreach_impl 'python_test' > [31;01m*[0m environment, line 208: Called python_parallel_foreach_impl 'distutils-r1_run_phase' 'python_test' > [31;01m*[0m environment, line 3343: Called multibuild_parallel_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > [31;01m*[0m environment, line 2384: Called multibuild_foreach_variant '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > [31;01m*[0m environment, line 2327: Called _multibuild_run '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > [31;01m*[0m environment, line 2325: Called _multibuild_parallel '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > [31;01m*[0m environment, line 2375: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' > [31;01m*[0m environment, line 634: Called distutils-r1_run_phase 'python_test' > [31;01m*[0m environment, line 1053: Called python_test > [31;01m*[0m environment, line 3387: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m nosetests || die "Tests failed under ${EPYTHON}" > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=dev-python/hgdistver-0.16-r1::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-python/hgdistver-0.16-r1::gentoo'`. >/usr/lib/portage/bin/isolated-functions.sh: line 195: wait: `Tests failed under python3.3': not a pid or valid job spec > [31;01m*[0m The complete build log is located at '/var/tmp/portage/dev-python/hgdistver-0.16-r1/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-python/hgdistver-0.16-r1/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/dev-python/hgdistver-0.16-r1/work/hgdistver-0.16' > [31;01m*[0m S: '/var/tmp/portage/dev-python/hgdistver-0.16-r1/work/hgdistver-0.16'
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 514448
: 379404