Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 729768 Details for
Bug 715342
dev-python/libtmux-0.8.2-r1 fails 2 tests on ppc64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log (0.8.5)
libtmux-0.8.5:20210802-190138.log (text/plain), 16.71 KB, created by
ernsteiswuerfel
on 2021-08-02 19:09:35 UTC
(
hide
)
Description:
build.log (0.8.5)
Filename:
MIME Type:
Creator:
ernsteiswuerfel
Created:
2021-08-02 19:09:35 UTC
Size:
16.71 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: dev-python/libtmux-0.8.5 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: chutzpah@gentoo.org >[32;01m * [39;49;00mUSE: abi_ppc_64 elibc_glibc kernel_linux ppc64 python_targets_python3_9 test userland_GNU >[32;01m * [39;49;00mFEATURES: preserve-libs sandbox test >>>> Unpacking source... >>>> Unpacking libtmux-v0.8.5.tar.gz to /var/tmp/portage/dev-python/libtmux-0.8.5/work >>>> Source unpacked in /var/tmp/portage/dev-python/libtmux-0.8.5/work >>>> Preparing source in /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5 ... > [32;01m*[0m python3_9: running distutils-r1_run_phase distutils-r1_python_compile >python3.9 setup.py build -j 16 >running build >running build_py >creating /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux >copying libtmux/test.py -> /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux >copying libtmux/exc.py -> /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux >copying libtmux/session.py -> /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux >copying libtmux/server.py -> /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux >copying libtmux/formats.py -> /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux >copying libtmux/window.py -> /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux >copying libtmux/__init__.py -> /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux >copying libtmux/common.py -> /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux >copying libtmux/_compat.py -> /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux >copying libtmux/pane.py -> /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux >copying libtmux/__about__.py -> /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux >running egg_info >creating libtmux.egg-info >writing libtmux.egg-info/PKG-INFO >writing dependency_links to libtmux.egg-info/dependency_links.txt >writing top-level names to libtmux.egg-info/top_level.txt >writing manifest file 'libtmux.egg-info/SOURCES.txt' >reading manifest file 'libtmux.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >adding license file 'LICENSE' >writing manifest file 'libtmux.egg-info/SOURCES.txt' >warning: build_py: byte-compiling is disabled, skipping. > >>>> Source compiled. >>>> Test phase: dev-python/libtmux-0.8.5 > [32;01m*[0m python3_9: running distutils-r1_run_phase python_test >python3.9 -m pytest -vv -ra -l -Wdefault >========================================= test session starts ========================================== >platform linux -- Python 3.9.6, pytest-6.2.4, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3.9 >cachedir: .pytest_cache >hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5/.hypothesis/examples') >rootdir: /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5 >plugins: freezegun-0.4.2, xdist-2.3.0, subtests-0.5.0, rerunfailures-10.1, timeout-1.4.2, hypothesis-6.14.0, pkgcore-0.12.1, flaky-3.7.0, asyncio-0.15.1, cov-2.12.1, mock-3.6.1, aiohttp-0.3.0, forked-1.3.0 >collecting ... collected 86 items > >tests/test_common.py::test_allows_master_version PASSED [ 1%] >tests/test_common.py::test_allows_next_version PASSED [ 2%] >tests/test_common.py::test_get_version_openbsd PASSED [ 3%] >tests/test_common.py::test_get_version_too_low PASSED [ 4%] >tests/test_common.py::test_ignores_letter_versions PASSED [ 5%] >tests/test_common.py::test_error_version_less_1_7 PASSED [ 6%] >tests/test_common.py::test_has_version PASSED [ 8%] >tests/test_common.py::test_has_gt_version PASSED [ 9%] >tests/test_common.py::test_has_gte_version PASSED [ 10%] >tests/test_common.py::test_has_lt_version PASSED [ 11%] >tests/test_common.py::test_has_lte_version PASSED [ 12%] >tests/test_common.py::test_which_no_bin_found PASSED [ 13%] >tests/test_common.py::test_tmux_cmd_raises_on_not_found PASSED [ 15%] >tests/test_common.py::test_tmux_cmd_unicode PASSED [ 16%] >tests/test_common.py::test_session_check_name[-True-may not be empty] PASSED [ 17%] >tests/test_common.py::test_session_check_name[None-True-may not be empty] PASSED [ 18%] >tests/test_common.py::test_session_check_name[my great session.-True-may not contain periods] PASSED [ 19%] >tests/test_common.py::test_session_check_name[name: great session-True-may not contain colons] PASSED [ 20%] >tests/test_common.py::test_session_check_name[new great session-False-None] PASSED [ 22%] >tests/test_common.py::test_session_check_name[ajf8a3fa83fads,,,a-False-None] PASSED [ 23%] >tests/test_common.py::test_get_libtmux_version PASSED [ 24%] >tests/test_pane.py::test_resize_pane PASSED [ 25%] >tests/test_pane.py::test_send_keys PASSED [ 26%] >tests/test_pane.py::test_set_height PASSED [ 27%] >tests/test_pane.py::test_set_width PASSED [ 29%] >tests/test_server.py::test_has_session PASSED [ 30%] >tests/test_server.py::test_socket_name PASSED [ 31%] >tests/test_server.py::test_socket_path PASSED [ 32%] >tests/test_server.py::test_config PASSED [ 33%] >tests/test_server.py::test_256_colors PASSED [ 34%] >tests/test_server.py::test_88_colors PASSED [ 36%] >tests/test_server.py::test_show_environment PASSED [ 37%] >tests/test_server.py::test_set_show_environment_single PASSED [ 38%] >tests/test_server.py::test_show_environment_not_set PASSED [ 39%] >tests/test_server.py::test_new_session PASSED [ 40%] >tests/test_server.py::test_new_session_shell PASSED [ 41%] >tests/test_session.py::test_has_session PASSED [ 43%] >tests/test_session.py::test_select_window PASSED [ 44%] >tests/test_session.py::test_select_window_returns_Window PASSED [ 45%] >tests/test_session.py::test_attached_window PASSED [ 46%] >tests/test_session.py::test_attached_pane PASSED [ 47%] >tests/test_session.py::test_session_rename PASSED [ 48%] >tests/test_session.py::test_new_session PASSED [ 50%] >tests/test_session.py::test_show_options PASSED [ 51%] >tests/test_session.py::test_set_show_options_single PASSED [ 52%] >tests/test_session.py::test_set_show_option PASSED [ 53%] >tests/test_session.py::test_empty_session_option_returns_None PASSED [ 54%] >tests/test_session.py::test_show_option_unknown PASSED [ 55%] >tests/test_session.py::test_show_option_ambiguous PASSED [ 56%] >tests/test_session.py::test_set_option_ambigous PASSED [ 58%] >tests/test_session.py::test_set_option_invalid PASSED [ 59%] >tests/test_session.py::test_show_environment PASSED [ 60%] >tests/test_session.py::test_set_show_environment_single PASSED [ 61%] >tests/test_session.py::test_show_environment_not_set PASSED [ 62%] >tests/test_session.py::test_remove_environment PASSED [ 63%] >tests/test_session.py::test_unset_environment PASSED [ 65%] >tests/test_session.py::test_periods_raise_badsessionname[hey.period-True] PASSED [ 66%] >tests/test_session.py::test_periods_raise_badsessionname[hey:its a colon-True] PASSED [ 67%] >tests/test_session.py::test_periods_raise_badsessionname[hey moo-False] PASSED [ 68%] >tests/test_session.py::test_cmd_inserts_sesion_id PASSED [ 69%] >tests/test_tmuxobject.py::test_find_where PASSED [ 70%] >tests/test_tmuxobject.py::test_find_where_None PASSED [ 72%] >tests/test_tmuxobject.py::test_find_where_multiple_infos PASSED [ 73%] >tests/test_tmuxobject.py::test_where PASSED [ 74%] >tests/test_tmuxobject.py::test_get_by_id PASSED [ 75%] >tests/test_window.py::test_select_window PASSED [ 76%] >tests/test_window.py::test_zfresh_window_data PASSED [ 77%] >tests/test_window.py::test_newest_pane_data PASSED [ 79%] >tests/test_window.py::test_attached_pane PASSED [ 80%] >tests/test_window.py::test_split_window PASSED [ 81%] >tests/test_window.py::test_split_window_shell PASSED [ 82%] >tests/test_window.py::test_split_window_horizontal PASSED [ 83%] >tests/test_window.py::test_window_rename[test-ha ha ha fjewlkjflwef] PASSED [ 84%] >tests/test_window.py::test_window_rename[test-hello \\ wazzup 0] PASSED [ 86%] >tests/test_window.py::test_kill_window PASSED [ 87%] >tests/test_window.py::test_show_window_options PASSED [ 88%] >tests/test_window.py::test_set_show_window_options PASSED [ 89%] >tests/test_window.py::test_empty_window_option_returns_None PASSED [ 90%] >tests/test_window.py::test_show_window_option PASSED [ 91%] >tests/test_window.py::test_show_window_option_unknown PASSED [ 93%] >tests/test_window.py::test_show_window_option_ambiguous PASSED [ 94%] >tests/test_window.py::test_set_window_option_ambiguous PASSED [ 95%] >tests/test_window.py::test_set_window_option_invalid PASSED [ 96%] >tests/test_window.py::test_move_window PASSED [ 97%] >tests/test_window.py::test_move_window_to_other_session PASSED [ 98%] >tests/test_window.py::test_select_layout_accepts_no_arg PASSED [100%] > >========================================= 86 passed in 22.01s ========================================== > [32;01m*[0m python3_9: running distutils-r1_run_phase _distutils-r1_clean_egg_info >>>> Completed testing dev-python/libtmux-0.8.5 > >>>> Install dev-python/libtmux-0.8.5 into /var/tmp/portage/dev-python/libtmux-0.8.5/image > [32;01m*[0m python3_9: running distutils-r1_run_phase distutils-r1_python_install >python3.9 setup.py install --skip-build --root=/var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9 >running install >running install_lib >creating /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9 >creating /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr >creating /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib >creating /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9 >creating /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages >creating /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux >copying /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux/test.py -> /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux >copying /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux/exc.py -> /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux >copying /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux/session.py -> /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux >copying /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux/server.py -> /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux >copying /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux/formats.py -> /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux >copying /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux/window.py -> /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux >copying /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux/__init__.py -> /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux >copying /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux/common.py -> /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux >copying /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux/_compat.py -> /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux >copying /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux/pane.py -> /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux >copying /var/tmp/portage/dev-python/libtmux-0.8.5/work/libtmux-0.8.5-python3_9/lib/libtmux/__about__.py -> /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux >byte-compiling /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux/test.py to test.cpython-39.pyc >byte-compiling /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux/exc.py to exc.cpython-39.pyc >byte-compiling /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux/session.py to session.cpython-39.pyc >byte-compiling /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux/server.py to server.cpython-39.pyc >byte-compiling /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux/formats.py to formats.cpython-39.pyc >byte-compiling /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux/window.py to window.cpython-39.pyc >byte-compiling /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux/__init__.py to __init__.cpython-39.pyc >byte-compiling /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux/common.py to common.cpython-39.pyc >byte-compiling /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux/_compat.py to _compat.cpython-39.pyc >byte-compiling /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux/pane.py to pane.cpython-39.pyc >byte-compiling /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux/__about__.py to __about__.cpython-39.pyc >writing byte-compilation script '/var/tmp/portage/dev-python/libtmux-0.8.5/temp/tmplb5aq6e7.py' >/usr/bin/python3.9 /var/tmp/portage/dev-python/libtmux-0.8.5/temp/tmplb5aq6e7.py >removing /var/tmp/portage/dev-python/libtmux-0.8.5/temp/tmplb5aq6e7.py >writing byte-compilation script '/var/tmp/portage/dev-python/libtmux-0.8.5/temp/tmpokntpspb.py' >/usr/bin/python3.9 /var/tmp/portage/dev-python/libtmux-0.8.5/temp/tmpokntpspb.py >removing /var/tmp/portage/dev-python/libtmux-0.8.5/temp/tmpokntpspb.py >running install_egg_info >running egg_info >writing libtmux.egg-info/PKG-INFO >writing dependency_links to libtmux.egg-info/dependency_links.txt >writing top-level names to libtmux.egg-info/top_level.txt >reading manifest file 'libtmux.egg-info/SOURCES.txt' >reading manifest template 'MANIFEST.in' >adding license file 'LICENSE' >writing manifest file 'libtmux.egg-info/SOURCES.txt' >Copying libtmux.egg-info to /var/tmp/portage/dev-python/libtmux-0.8.5/image/_python3.9/usr/lib/python3.9/site-packages/libtmux-0.8.5-py3.9.egg-info >running install_scripts > [32;01m*[0m Using python3.9 in global scope > [32;01m*[0m python3_9: running distutils-r1_run_phase distutils-r1_python_install_all >>>> Completed installing dev-python/libtmux-0.8.5 into /var/tmp/portage/dev-python/libtmux-0.8.5/image > > [32;01m*[0m Final size of build directory: 872 KiB > [32;01m*[0m Final size of installed tree: 508 KiB > > [32;01m*[0m Verifying compiled files in /usr/lib/python3.9/site-packages >/var/tmp/portage: 13.4 GiB (14386159616 bytes) trimmed
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 715342
:
627010
|
627250
| 729768