* Package: dev-python/subprocess32-3.2.7 * Repository: gentoo * Maintainer: python@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 test userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking subprocess32-3.2.7.tar.gz to /var/tmp/portage/dev-python/subprocess32-3.2.7/work >>> Source unpacked in /var/tmp/portage/dev-python/subprocess32-3.2.7/work >>> Preparing source in /var/tmp/portage/dev-python/subprocess32-3.2.7/work/subprocess32-3.2.7 ... * Applying subprocess32-3.2.7-sandbox-test-fix.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/subprocess32-3.2.7/work/subprocess32-3.2.7 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/subprocess32-3.2.7/work/subprocess32-3.2.7 ... * python2_7: running distutils-r1_run_phase distutils-r1_python_compile /usr/bin/python2.7 setup.py build running build running build_py copying subprocess32.py -> /var/tmp/portage/dev-python/subprocess32-3.2.7/work/subprocess32-3.2.7-python2_7/lib warning: build_py: byte-compiling is disabled, skipping. running build_ext building '_posixsubprocess' extension creating /var/tmp/portage/dev-python/subprocess32-3.2.7/work/subprocess32-3.2.7-python2_7/temp.linux-x86_64-2.7 x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -fPIC -I/usr/include/python2.7 -c _posixsubprocess.c -o /var/tmp/portage/dev-python/subprocess32-3.2.7/work/subprocess32-3.2.7-python2_7/temp.linux-x86_64-2.7/_posixsubprocess.o x86_64-pc-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=native -Wall /var/tmp/portage/dev-python/subprocess32-3.2.7/work/subprocess32-3.2.7-python2_7/temp.linux-x86_64-2.7/_posixsubprocess.o -L/usr/lib64 -lpython2.7 -o /var/tmp/portage/dev-python/subprocess32-3.2.7/work/subprocess32-3.2.7-python2_7/lib/_posixsubprocess.so >>> Source compiled. >>> Test phase: dev-python/subprocess32-3.2.7 * python2_7: running distutils-r1_run_phase python_test test_call_kwargs (__main__.ProcessTestCase) ... ok test_call_seq (__main__.ProcessTestCase) ... ok test_call_timeout (__main__.ProcessTestCase) ... ok test_check_call_nonzero (__main__.ProcessTestCase) ... ok test_check_call_zero (__main__.ProcessTestCase) ... ok test_check_output (__main__.ProcessTestCase) ... ok test_check_output_nonzero (__main__.ProcessTestCase) ... ok test_check_output_stderr (__main__.ProcessTestCase) ... ok test_check_output_stdout_arg (__main__.ProcessTestCase) ... ok test_check_output_timeout (__main__.ProcessTestCase) ... ok test_communicate (__main__.ProcessTestCase) ... ok test_communicate_eintr (__main__.ProcessTestCase) ... ok test_communicate_pipe_buf (__main__.ProcessTestCase) ... ok test_communicate_pipe_fd_leak (__main__.ProcessTestCase) ... ok test_communicate_returns (__main__.ProcessTestCase) ... ok test_communicate_stderr (__main__.ProcessTestCase) ... ok test_communicate_stdin (__main__.ProcessTestCase) ... ok test_communicate_stdout (__main__.ProcessTestCase) ... ok test_communicate_timeout (__main__.ProcessTestCase) ... ok test_communicate_timeout_large_ouput (__main__.ProcessTestCase) ... ok test_cwd (__main__.ProcessTestCase) ... ok test_cwd_with_absolute_arg (__main__.ProcessTestCase) ... ok test_cwd_with_relative_arg (__main__.ProcessTestCase) ... ok test_cwd_with_relative_executable (__main__.ProcessTestCase) ... ok test_empty_env (__main__.ProcessTestCase) ... ok test_env (__main__.ProcessTestCase) ... ok test_executable_with_cwd (__main__.ProcessTestCase) ... ok test_failed_child_execute_fd_leak (__main__.ProcessTestCase) Test for the fork() failure fd leak reported in issue16327. ... ok test_invalid_bufsize (__main__.ProcessTestCase) ... ok test_issue8780 (__main__.ProcessTestCase) ... ok test_leaking_fds_on_error (__main__.ProcessTestCase) ... ok test_list2cmdline (__main__.ProcessTestCase) ... ok test_no_leaking (__main__.ProcessTestCase) ... ok test_poll (__main__.ProcessTestCase) ... ok test_stderr_filedes (__main__.ProcessTestCase) ... ok test_stderr_fileobj (__main__.ProcessTestCase) ... ok test_stderr_none (__main__.ProcessTestCase) ... ok test_stderr_pipe (__main__.ProcessTestCase) ... ok test_stdin_filedes (__main__.ProcessTestCase) ... ok test_stdin_fileobj (__main__.ProcessTestCase) ... ok test_stdin_none (__main__.ProcessTestCase) ... ok test_stdin_pipe (__main__.ProcessTestCase) ... ok test_stdout_filedes (__main__.ProcessTestCase) ... ok test_stdout_filedes_of_stdout (__main__.ProcessTestCase) ... ok test_stdout_fileobj (__main__.ProcessTestCase) ... ok test_stdout_none (__main__.ProcessTestCase) ... ok test_stdout_pipe (__main__.ProcessTestCase) ... ok test_stdout_stderr_file (__main__.ProcessTestCase) ... ok test_stdout_stderr_pipe (__main__.ProcessTestCase) ... ok test_threadsafe_wait (__main__.ProcessTestCase) Issue21291: Popen.wait() needs to be threadsafe for returncode. ... ok test_universal_newlines (__main__.ProcessTestCase) ... ok test_universal_newlines_communicate (__main__.ProcessTestCase) ... ok test_universal_newlines_communicate_input_none (__main__.ProcessTestCase) ... ok test_universal_newlines_communicate_stdin_stdout_stderr (__main__.ProcessTestCase) ... ok test_wait (__main__.ProcessTestCase) ... ok test_wait_timeout (__main__.ProcessTestCase) ... ok test_writes_before_communicate (__main__.ProcessTestCase) ... ok test_args_string (__main__.POSIXProcessTestCase) ... ok test_call_string (__main__.POSIXProcessTestCase) ... ok test_close_fd_0 (__main__.POSIXProcessTestCase) ... ok test_close_fd_1 (__main__.POSIXProcessTestCase) ... ok test_close_fd_2 (__main__.POSIXProcessTestCase) ... ok test_close_fds (__main__.POSIXProcessTestCase) ... ok test_close_fds_0_1 (__main__.POSIXProcessTestCase) ... ok test_close_fds_0_1_2 (__main__.POSIXProcessTestCase) ... ok test_close_fds_0_2 (__main__.POSIXProcessTestCase) ... ok test_close_fds_1_2 (__main__.POSIXProcessTestCase) ... ok test_close_fds_after_preexec (__main__.POSIXProcessTestCase) ... ok test_close_fds_when_max_fd_is_lowered (__main__.POSIXProcessTestCase) Confirm that issue21618 is fixed (may fail under valgrind). ... ok test_exception_bad_args_0 (__main__.POSIXProcessTestCase) Test error in the child raised in the parent for a bad args[0]. ... ok test_exception_bad_executable (__main__.POSIXProcessTestCase) Test error in the child raised in the parent for a bad executable. ... ok test_exception_cwd (__main__.POSIXProcessTestCase) Test error in the child raised in the parent for a bad cwd. ... ok test_fs_encode_unicode_error (__main__.POSIXProcessTestCase) ... skipped 'Requires a restictive sys.filesystemencoding(), not UTF-8. Run python with LANG=C' test_invalid_args (__main__.POSIXProcessTestCase) ... ok test_kill (__main__.POSIXProcessTestCase) ... ok test_leak_fast_process_del_killed (__main__.POSIXProcessTestCase) ... ok test_pass_fds (__main__.POSIXProcessTestCase) ... ok test_pipe_cloexec (__main__.POSIXProcessTestCase) ... ok test_pipe_cloexec_real_tools (__main__.POSIXProcessTestCase) ... ok test_preexec (__main__.POSIXProcessTestCase) ... ok test_preexec_errpipe_does_not_double_close_pipes (__main__.POSIXProcessTestCase) Issue16140: Don't double close pipes on preexec error. ... ok test_preexec_exception (__main__.POSIXProcessTestCase) ... ok test_preexec_gc_module_failure (__main__.POSIXProcessTestCase) ... ok test_remapping_std_fds (__main__.POSIXProcessTestCase) ... ok test_restore_signals (__main__.POSIXProcessTestCase) ... ok test_run_abort (__main__.POSIXProcessTestCase) ... ok test_select_unbuffered (__main__.POSIXProcessTestCase) ... ok test_send_signal (__main__.POSIXProcessTestCase) ... ok test_shell_sequence (__main__.POSIXProcessTestCase) ... ok test_shell_string (__main__.POSIXProcessTestCase) ... ok test_small_errpipe_write_fd (__main__.POSIXProcessTestCase) Issue #15798: Popen should work when stdio fds are available. ... ok test_specific_shell (__main__.POSIXProcessTestCase) ... ok test_start_new_session (__main__.POSIXProcessTestCase) ... ok test_stderr_stdin_are_single_inout_fd (__main__.POSIXProcessTestCase) ... ok test_stdout_stderr_are_single_inout_fd (__main__.POSIXProcessTestCase) ... ok test_stdout_stdin_are_single_inout_fd (__main__.POSIXProcessTestCase) ... ok test_swap_fds (__main__.POSIXProcessTestCase) ... ok test_terminate (__main__.POSIXProcessTestCase) ... ok test_wait_when_sigchild_ignored (__main__.POSIXProcessTestCase) ... ok test_zombie_fast_process_del (__main__.POSIXProcessTestCase) ... ok test_fork_exec_sorted_fd_sanity_check (__main__.POSIXSubprocessModuleTestCase) ... ok test_args_string (__main__.ProcessTestCasePOSIXPurePython) ... ok test_call_kwargs (__main__.ProcessTestCasePOSIXPurePython) ... ok test_call_seq (__main__.ProcessTestCasePOSIXPurePython) ... ok test_call_string (__main__.ProcessTestCasePOSIXPurePython) ... ok test_call_timeout (__main__.ProcessTestCasePOSIXPurePython) ... ok test_check_call_nonzero (__main__.ProcessTestCasePOSIXPurePython) ... ok test_check_call_zero (__main__.ProcessTestCasePOSIXPurePython) ... ok test_check_output (__main__.ProcessTestCasePOSIXPurePython) ... ok test_check_output_nonzero (__main__.ProcessTestCasePOSIXPurePython) ... ok test_check_output_stderr (__main__.ProcessTestCasePOSIXPurePython) ... ok test_check_output_stdout_arg (__main__.ProcessTestCasePOSIXPurePython) ... ok test_check_output_timeout (__main__.ProcessTestCasePOSIXPurePython) ... ok test_close_fd_0 (__main__.ProcessTestCasePOSIXPurePython) ... ok test_close_fd_1 (__main__.ProcessTestCasePOSIXPurePython) ... ok test_close_fd_2 (__main__.ProcessTestCasePOSIXPurePython) ... ok test_close_fds (__main__.ProcessTestCasePOSIXPurePython) ... ok test_close_fds_0_1 (__main__.ProcessTestCasePOSIXPurePython) ... ok test_close_fds_0_1_2 (__main__.ProcessTestCasePOSIXPurePython) ... ok test_close_fds_0_2 (__main__.ProcessTestCasePOSIXPurePython) ... ok test_close_fds_1_2 (__main__.ProcessTestCasePOSIXPurePython) ... ok test_close_fds_after_preexec (__main__.ProcessTestCasePOSIXPurePython) ... ok test_close_fds_when_max_fd_is_lowered (__main__.ProcessTestCasePOSIXPurePython) Confirm that issue21618 is fixed (may fail under valgrind). ... ok test_communicate (__main__.ProcessTestCasePOSIXPurePython) ... ok test_communicate_eintr (__main__.ProcessTestCasePOSIXPurePython) ... ok test_communicate_pipe_buf (__main__.ProcessTestCasePOSIXPurePython) ... ok test_communicate_pipe_fd_leak (__main__.ProcessTestCasePOSIXPurePython) ... ok test_communicate_returns (__main__.ProcessTestCasePOSIXPurePython) ... ok test_communicate_stderr (__main__.ProcessTestCasePOSIXPurePython) ... ok test_communicate_stdin (__main__.ProcessTestCasePOSIXPurePython) ... ok test_communicate_stdout (__main__.ProcessTestCasePOSIXPurePython) ... ok test_communicate_timeout (__main__.ProcessTestCasePOSIXPurePython) ... ok test_communicate_timeout_large_ouput (__main__.ProcessTestCasePOSIXPurePython) ... ok test_cwd (__main__.ProcessTestCasePOSIXPurePython) ... ok test_cwd_with_absolute_arg (__main__.ProcessTestCasePOSIXPurePython) ... ok test_cwd_with_relative_arg (__main__.ProcessTestCasePOSIXPurePython) ... ok test_cwd_with_relative_executable (__main__.ProcessTestCasePOSIXPurePython) ... ok test_empty_env (__main__.ProcessTestCasePOSIXPurePython) ... ok test_env (__main__.ProcessTestCasePOSIXPurePython) ... ok test_exception_bad_args_0 (__main__.ProcessTestCasePOSIXPurePython) Test error in the child raised in the parent for a bad args[0]. ... ok test_exception_bad_executable (__main__.ProcessTestCasePOSIXPurePython) Test error in the child raised in the parent for a bad executable. ... ok test_exception_cwd (__main__.ProcessTestCasePOSIXPurePython) Test error in the child raised in the parent for a bad cwd. ... ok test_executable_with_cwd (__main__.ProcessTestCasePOSIXPurePython) ... ok test_failed_child_execute_fd_leak (__main__.ProcessTestCasePOSIXPurePython) Test for the fork() failure fd leak reported in issue16327. ... ok test_fs_encode_unicode_error (__main__.ProcessTestCasePOSIXPurePython) ... skipped 'Requires a restictive sys.filesystemencoding(), not UTF-8. Run python with LANG=C' test_invalid_args (__main__.ProcessTestCasePOSIXPurePython) ... ok test_invalid_bufsize (__main__.ProcessTestCasePOSIXPurePython) ... ok test_issue8780 (__main__.ProcessTestCasePOSIXPurePython) ... ok test_kill (__main__.ProcessTestCasePOSIXPurePython) ... ok test_leak_fast_process_del_killed (__main__.ProcessTestCasePOSIXPurePython) ... ok test_leaking_fds_on_error (__main__.ProcessTestCasePOSIXPurePython) ... ok test_list2cmdline (__main__.ProcessTestCasePOSIXPurePython) ... ok test_no_leaking (__main__.ProcessTestCasePOSIXPurePython) ... ok test_pass_fds (__main__.ProcessTestCasePOSIXPurePython) ... ok test_pipe_cloexec (__main__.ProcessTestCasePOSIXPurePython) ... ok test_pipe_cloexec_real_tools (__main__.ProcessTestCasePOSIXPurePython) ... ok test_poll (__main__.ProcessTestCasePOSIXPurePython) ... ok test_preexec (__main__.ProcessTestCasePOSIXPurePython) ... ok test_preexec_errpipe_does_not_double_close_pipes (__main__.ProcessTestCasePOSIXPurePython) Issue16140: Don't double close pipes on preexec error. ... ok test_preexec_exception (__main__.ProcessTestCasePOSIXPurePython) ... ok test_preexec_gc_module_failure (__main__.ProcessTestCasePOSIXPurePython) ... ok test_remapping_std_fds (__main__.ProcessTestCasePOSIXPurePython) ... ok test_restore_signals (__main__.ProcessTestCasePOSIXPurePython) ... ok test_run_abort (__main__.ProcessTestCasePOSIXPurePython) ... ok test_select_unbuffered (__main__.ProcessTestCasePOSIXPurePython) ... ok test_send_signal (__main__.ProcessTestCasePOSIXPurePython) ... ok test_shell_sequence (__main__.ProcessTestCasePOSIXPurePython) ... ok test_shell_string (__main__.ProcessTestCasePOSIXPurePython) ... ok test_small_errpipe_write_fd (__main__.ProcessTestCasePOSIXPurePython) Issue #15798: Popen should work when stdio fds are available. ... ok test_specific_shell (__main__.ProcessTestCasePOSIXPurePython) ... ok test_start_new_session (__main__.ProcessTestCasePOSIXPurePython) ... ok test_stderr_filedes (__main__.ProcessTestCasePOSIXPurePython) ... ok test_stderr_fileobj (__main__.ProcessTestCasePOSIXPurePython) ... ok test_stderr_none (__main__.ProcessTestCasePOSIXPurePython) ... ok test_stderr_pipe (__main__.ProcessTestCasePOSIXPurePython) ... ok test_stderr_stdin_are_single_inout_fd (__main__.ProcessTestCasePOSIXPurePython) ... ok test_stdin_filedes (__main__.ProcessTestCasePOSIXPurePython) ... ok test_stdin_fileobj (__main__.ProcessTestCasePOSIXPurePython) ... ok test_stdin_none (__main__.ProcessTestCasePOSIXPurePython) ... ok test_stdin_pipe (__main__.ProcessTestCasePOSIXPurePython) ... ok test_stdout_filedes (__main__.ProcessTestCasePOSIXPurePython) ... ok test_stdout_filedes_of_stdout (__main__.ProcessTestCasePOSIXPurePython) ... ok test_stdout_fileobj (__main__.ProcessTestCasePOSIXPurePython) ... ok test_stdout_none (__main__.ProcessTestCasePOSIXPurePython) ... ok test_stdout_pipe (__main__.ProcessTestCasePOSIXPurePython) ... ok test_stdout_stderr_are_single_inout_fd (__main__.ProcessTestCasePOSIXPurePython) ... ok test_stdout_stderr_file (__main__.ProcessTestCasePOSIXPurePython) ... ok test_stdout_stderr_pipe (__main__.ProcessTestCasePOSIXPurePython) ... ok test_stdout_stdin_are_single_inout_fd (__main__.ProcessTestCasePOSIXPurePython) ... ok test_swap_fds (__main__.ProcessTestCasePOSIXPurePython) ... ok test_terminate (__main__.ProcessTestCasePOSIXPurePython) ... ok test_threadsafe_wait (__main__.ProcessTestCasePOSIXPurePython) Issue21291: Popen.wait() needs to be threadsafe for returncode. ... ok test_universal_newlines (__main__.ProcessTestCasePOSIXPurePython) ... ok test_universal_newlines_communicate (__main__.ProcessTestCasePOSIXPurePython) ... ok test_universal_newlines_communicate_input_none (__main__.ProcessTestCasePOSIXPurePython) ... ok test_universal_newlines_communicate_stdin_stdout_stderr (__main__.ProcessTestCasePOSIXPurePython) ... ok test_wait (__main__.ProcessTestCasePOSIXPurePython) ... ok test_wait_timeout (__main__.ProcessTestCasePOSIXPurePython) ... ok test_wait_when_sigchild_ignored (__main__.ProcessTestCasePOSIXPurePython) ... ok test_writes_before_communicate (__main__.ProcessTestCasePOSIXPurePython) ... ok test_zombie_fast_process_del (__main__.ProcessTestCasePOSIXPurePython) ... ok test_call_kwargs (__main__.ProcessTestCaseNoPoll) ... ok test_call_seq (__main__.ProcessTestCaseNoPoll) ... ok test_call_timeout (__main__.ProcessTestCaseNoPoll) ... ok test_check_call_nonzero (__main__.ProcessTestCaseNoPoll) ... ok test_check_call_zero (__main__.ProcessTestCaseNoPoll) ... ok test_check_output (__main__.ProcessTestCaseNoPoll) ... ok test_check_output_nonzero (__main__.ProcessTestCaseNoPoll) ... ok test_check_output_stderr (__main__.ProcessTestCaseNoPoll) ... ok test_check_output_stdout_arg (__main__.ProcessTestCaseNoPoll) ... ok test_check_output_timeout (__main__.ProcessTestCaseNoPoll) ... ok test_communicate (__main__.ProcessTestCaseNoPoll) ... ok test_communicate_eintr (__main__.ProcessTestCaseNoPoll) ... ok test_communicate_pipe_buf (__main__.ProcessTestCaseNoPoll) ... ok test_communicate_pipe_fd_leak (__main__.ProcessTestCaseNoPoll) ... ok test_communicate_returns (__main__.ProcessTestCaseNoPoll) ... ok test_communicate_stderr (__main__.ProcessTestCaseNoPoll) ... ok test_communicate_stdin (__main__.ProcessTestCaseNoPoll) ... ok test_communicate_stdout (__main__.ProcessTestCaseNoPoll) ... ok test_communicate_timeout (__main__.ProcessTestCaseNoPoll) ... ok test_communicate_timeout_large_ouput (__main__.ProcessTestCaseNoPoll) ... ok test_cwd (__main__.ProcessTestCaseNoPoll) ... ok test_cwd_with_absolute_arg (__main__.ProcessTestCaseNoPoll) ... ok test_cwd_with_relative_arg (__main__.ProcessTestCaseNoPoll) ... ok test_cwd_with_relative_executable (__main__.ProcessTestCaseNoPoll) ... ok test_empty_env (__main__.ProcessTestCaseNoPoll) ... ok test_env (__main__.ProcessTestCaseNoPoll) ... ok test_executable_with_cwd (__main__.ProcessTestCaseNoPoll) ... ok test_failed_child_execute_fd_leak (__main__.ProcessTestCaseNoPoll) Test for the fork() failure fd leak reported in issue16327. ... ok test_invalid_bufsize (__main__.ProcessTestCaseNoPoll) ... ok test_issue8780 (__main__.ProcessTestCaseNoPoll) ... ok test_leaking_fds_on_error (__main__.ProcessTestCaseNoPoll) ... ok test_list2cmdline (__main__.ProcessTestCaseNoPoll) ... ok test_no_leaking (__main__.ProcessTestCaseNoPoll) ... ok test_poll (__main__.ProcessTestCaseNoPoll) ... ok test_stderr_filedes (__main__.ProcessTestCaseNoPoll) ... ok test_stderr_fileobj (__main__.ProcessTestCaseNoPoll) ... ok test_stderr_none (__main__.ProcessTestCaseNoPoll) ... ok test_stderr_pipe (__main__.ProcessTestCaseNoPoll) ... ok test_stdin_filedes (__main__.ProcessTestCaseNoPoll) ... ok test_stdin_fileobj (__main__.ProcessTestCaseNoPoll) ... ok test_stdin_none (__main__.ProcessTestCaseNoPoll) ... ok test_stdin_pipe (__main__.ProcessTestCaseNoPoll) ... ok test_stdout_filedes (__main__.ProcessTestCaseNoPoll) ... ok test_stdout_filedes_of_stdout (__main__.ProcessTestCaseNoPoll) ... ok test_stdout_fileobj (__main__.ProcessTestCaseNoPoll) ... ok test_stdout_none (__main__.ProcessTestCaseNoPoll) ... ok test_stdout_pipe (__main__.ProcessTestCaseNoPoll) ... ok test_stdout_stderr_file (__main__.ProcessTestCaseNoPoll) ... ok test_stdout_stderr_pipe (__main__.ProcessTestCaseNoPoll) ... ok test_threadsafe_wait (__main__.ProcessTestCaseNoPoll) Issue21291: Popen.wait() needs to be threadsafe for returncode. ... ok test_universal_newlines (__main__.ProcessTestCaseNoPoll) ... ok test_universal_newlines_communicate (__main__.ProcessTestCaseNoPoll) ... ok test_universal_newlines_communicate_input_none (__main__.ProcessTestCaseNoPoll) ... ok test_universal_newlines_communicate_stdin_stdout_stderr (__main__.ProcessTestCaseNoPoll) ... ok test_wait (__main__.ProcessTestCaseNoPoll) ... ok test_wait_timeout (__main__.ProcessTestCaseNoPoll) ... ok test_writes_before_communicate (__main__.ProcessTestCaseNoPoll) ... ok test_eintr_retry_call (__main__.HelperFunctionTests) ... ok test_get_exec_path (__main__.HelperFunctionTests) ... ok test_communicate_stdin (__main__.ContextManagerTests) ... ok test_invalid_args (__main__.ContextManagerTests) ... ok test_pipe (__main__.ContextManagerTests) ... ok test_returncode (__main__.ContextManagerTests) ... ok ---------------------------------------------------------------------- Ran 264 tests in 115.262s OK (skipped=2) * python2_7: running distutils-r1_run_phase _distutils-r1_clean_egg_info >>> Completed testing dev-python/subprocess32-3.2.7 >>> Install subprocess32-3.2.7 into /var/tmp/portage/dev-python/subprocess32-3.2.7/image/ category dev-python * python2_7: running distutils-r1_run_phase distutils-r1_python_install /usr/bin/python2.7 setup.py install --root=/var/tmp/portage/dev-python/subprocess32-3.2.7/image/_python2.7 running install running build running build_py running build_ext running install_lib creating /var/tmp/portage/dev-python/subprocess32-3.2.7/image/_python2.7 creating /var/tmp/portage/dev-python/subprocess32-3.2.7/image/_python2.7/usr creating /var/tmp/portage/dev-python/subprocess32-3.2.7/image/_python2.7/usr/lib64 creating /var/tmp/portage/dev-python/subprocess32-3.2.7/image/_python2.7/usr/lib64/python2.7 creating /var/tmp/portage/dev-python/subprocess32-3.2.7/image/_python2.7/usr/lib64/python2.7/site-packages copying /var/tmp/portage/dev-python/subprocess32-3.2.7/work/subprocess32-3.2.7-python2_7/lib/_posixsubprocess.so -> /var/tmp/portage/dev-python/subprocess32-3.2.7/image/_python2.7/usr/lib64/python2.7/site-packages copying /var/tmp/portage/dev-python/subprocess32-3.2.7/work/subprocess32-3.2.7-python2_7/lib/subprocess32.py -> /var/tmp/portage/dev-python/subprocess32-3.2.7/image/_python2.7/usr/lib64/python2.7/site-packages byte-compiling /var/tmp/portage/dev-python/subprocess32-3.2.7/image/_python2.7/usr/lib64/python2.7/site-packages/subprocess32.py to subprocess32.pyc writing byte-compilation script '/var/tmp/portage/dev-python/subprocess32-3.2.7/temp/tmpBiTx_u.py' /usr/bin/python2.7 -OO /var/tmp/portage/dev-python/subprocess32-3.2.7/temp/tmpBiTx_u.py removing /var/tmp/portage/dev-python/subprocess32-3.2.7/temp/tmpBiTx_u.py running install_egg_info Writing /var/tmp/portage/dev-python/subprocess32-3.2.7/image/_python2.7/usr/lib64/python2.7/site-packages/subprocess32-3.2.7-py2.7.egg-info * python2_7: running distutils-r1_run_phase distutils-r1_python_install_all Traceback (most recent call last): File "/usr/lib/portage/python3.5/doins.py", line 27, in import subprocess File "/usr/lib64/python3.5/subprocess.py", line 127, in import _posixsubprocess ImportError: dynamic module does not define module export function (PyInit__posixsubprocess) * ERROR: dev-python/subprocess32-3.2.7::gentoo failed (install phase): * dodoc failed * * If you need support, post the output of `emerge --info '=dev-python/subprocess32-3.2.7::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/subprocess32-3.2.7::gentoo'`. * The complete build log is located at '/var/log/portage/dev-python:subprocess32-3.2.7:20171213-160935.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/subprocess32-3.2.7/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/subprocess32-3.2.7/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/subprocess32-3.2.7/work/subprocess32-3.2.7' * S: '/var/tmp/portage/dev-python/subprocess32-3.2.7/work/subprocess32-3.2.7' Traceback (most recent call last): File "/usr/lib/portage/python3.5/doins.py", line 27, in import subprocess File "/usr/lib64/python3.5/subprocess.py", line 127, in import _posixsubprocess ImportError: dynamic module does not define module export function (PyInit__posixsubprocess) * ERROR: dev-python/subprocess32-3.2.7::gentoo failed (install phase): * dodoc failed * * If you need support, post the output of `emerge --info '=dev-python/subprocess32-3.2.7::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/subprocess32-3.2.7::gentoo'`. * The complete build log is located at '/var/log/portage/dev-python:subprocess32-3.2.7:20171213-160935.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/subprocess32-3.2.7/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/subprocess32-3.2.7/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/subprocess32-3.2.7/work/subprocess32-3.2.7' * S: '/var/tmp/portage/dev-python/subprocess32-3.2.7/work/subprocess32-3.2.7'