* Package: dev-python/sh-1.12.9 * Repository: gentoo * Maintainer: chutzpah@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_4 userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking sh-1.12.9.tar.gz to /var/tmp/portage/dev-python/sh-1.12.9/work >>> Source unpacked in /var/tmp/portage/dev-python/sh-1.12.9/work >>> Preparing source in /var/tmp/portage/dev-python/sh-1.12.9/work/sh-1.12.9 ... * Applying sh-1.12.9-python2-unicode-tests.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/sh-1.12.9/work/sh-1.12.9 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/sh-1.12.9/work/sh-1.12.9 ... * python2_7: running distutils-r1_run_phase distutils-r1_python_compile /usr/bin/python2.7 setup.py build running build running build_py copying sh.py -> /var/tmp/portage/dev-python/sh-1.12.9/work/sh-1.12.9-python2_7/lib warning: build_py: byte-compiling is disabled, skipping. * python3_4: running distutils-r1_run_phase distutils-r1_python_compile /usr/bin/python3.4 setup.py build running build running build_py copying sh.py -> /var/tmp/portage/dev-python/sh-1.12.9/work/sh-1.12.9-python3_4/lib warning: build_py: byte-compiling is disabled, skipping. >>> Source compiled. >>> Test phase: dev-python/sh-1.12.9 * python2_7: running distutils-r1_run_phase python_test test_basic (__main__.ExecutionContextTests) ... ok test_importer_detects_module_name (__main__.ExecutionContextTests) ... ok test_importer_only_works_with_sh (__main__.ExecutionContextTests) ... ok test_no_bad_name (__main__.ExecutionContextTests) ... ok test_no_interfere1 (__main__.ExecutionContextTests) ... ok test_no_interfere2 (__main__.ExecutionContextTests) ... ok test_reimport_no_interfere (__main__.ExecutionContextTests) ... ok test_set_in_parent_function (__main__.ExecutionContextTests) ... ok test_append_stdout (__main__.FunctionalTests) ... ok test_arg_preprocessor (__main__.FunctionalTests) ... ok test_background (__main__.FunctionalTests) ... ok test_background_exception (__main__.FunctionalTests) ... Exception in thread background thread for pid 15376: Traceback (most recent call last): File "/usr/lib64/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/lib64/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/var/tmp/portage/dev-python/sh-1.12.9/work/sh-1.12.9/sh.py", line 1401, in wrap fn(*args, **kwargs) File "/var/tmp/portage/dev-python/sh-1.12.9/work/sh-1.12.9/sh.py", line 2294, in background_thread handle_exit_code(exit_code) File "/var/tmp/portage/dev-python/sh-1.12.9/work/sh-1.12.9/sh.py", line 1993, in fn return self.command.handle_command_exit_code(exit_code) File "/var/tmp/portage/dev-python/sh-1.12.9/work/sh-1.12.9/sh.py", line 677, in handle_command_exit_code raise exc ErrorReturnCode_2: RAN: /bin/ls /ofawjeofj STDOUT: STDERR: /bin/ls: cannot access '/ofawjeofj': No such file or directory ok test_bake_args_come_first (__main__.FunctionalTests) ... ok test_baked_command_can_be_printed (__main__.FunctionalTests) ... ok test_bg_exit_code (__main__.FunctionalTests) ... ok test_binary_input (__main__.FunctionalTests) ... ok test_binary_pipe (__main__.FunctionalTests) ... ok test_callable_interact (__main__.FunctionalTests) ... ok test_callable_stdin (__main__.FunctionalTests) ... ok test_cast_bg (__main__.FunctionalTests) ... ok test_cd_homedir (__main__.FunctionalTests) ... ok test_change_stdout_buffering (__main__.FunctionalTests) ... ok test_cmd_eq (__main__.FunctionalTests) ... ok test_command_not_found (__main__.FunctionalTests) ... ok test_command_wrapper (__main__.FunctionalTests) ... ok test_command_wrapper_equivalence (__main__.FunctionalTests) ... ok test_composition (__main__.FunctionalTests) ... ok test_custom_long_prefix (__main__.FunctionalTests) ... ok test_custom_separator (__main__.FunctionalTests) ... ok test_custom_separator_space (__main__.FunctionalTests) ... ok test_custom_timeout_signal (__main__.FunctionalTests) ... ok test_cwd (__main__.FunctionalTests) ... ok test_decode_error_handling (__main__.FunctionalTests) ... ok test_doesnt_execute_directories (__main__.FunctionalTests) ... ok test_done_callback (__main__.FunctionalTests) ... ok test_done_cb_exc (__main__.FunctionalTests) ... Exception in thread background thread for pid 21291: Traceback (most recent call last): File "/usr/lib64/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/lib64/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/var/tmp/portage/dev-python/sh-1.12.9/work/sh-1.12.9/sh.py", line 1401, in wrap fn(*args, **kwargs) File "/var/tmp/portage/dev-python/sh-1.12.9/work/sh-1.12.9/sh.py", line 2294, in background_thread handle_exit_code(exit_code) File "/var/tmp/portage/dev-python/sh-1.12.9/work/sh-1.12.9/sh.py", line 1993, in fn return self.command.handle_command_exit_code(exit_code) File "/var/tmp/portage/dev-python/sh-1.12.9/work/sh-1.12.9/sh.py", line 677, in handle_command_exit_code raise exc ErrorReturnCode_1: RAN: /var/tmp/portage/dev-python/sh-1.12.9/temp/python2.7/bin/python /var/tmp/portage/dev-python/sh-1.12.9/temp/tmpABHNEX STDOUT: STDERR: ok test_encoding (__main__.FunctionalTests) ... ok test_environment (__main__.FunctionalTests) tests that environments variables that we pass into sh commands ... FAIL ====================================================================== FAIL: test_environment (__main__.FunctionalTests) tests that environments variables that we pass into sh commands ---------------------------------------------------------------------- Traceback (most recent call last): File "test.py", line 505, in test_environment self.assertEqual(out, u"DERP 12") AssertionError: u'DERP 14' != u'DERP 12' - DERP 14 ? ^ + DERP 12 ? ^ ---------------------------------------------------------------------- Ran 38 tests in 6.274s FAILED (failures=1) * ERROR: dev-python/sh-1.12.9::gentoo failed (test phase): * (no error message) * * Call stack: * ebuild.sh, line 124: Called src_test * environment, line 2691: Called distutils-r1_src_test * environment, line 867: Called _distutils-r1_run_foreach_impl 'python_test' * environment, line 301: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' * environment, line 2215: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 1521: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' * environment, line 1519: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' * environment, line 537: Called distutils-r1_run_phase 'python_test' * environment, line 798: Called python_test * environment, line 2571: Called die * The specific snippet of code: * ${PYTHON} test.py || die * * If you need support, post the output of `emerge --info '=dev-python/sh-1.12.9::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/sh-1.12.9::gentoo'`. * The complete build log is located at '/var/log/portage/dev-python:sh-1.12.9:20171113-053643.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/sh-1.12.9/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/sh-1.12.9/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/sh-1.12.9/work/sh-1.12.9' * S: '/var/tmp/portage/dev-python/sh-1.12.9/work/sh-1.12.9'