From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sat, 22 Dec 2018 16:05:46 +0300 From: "Dmitry V. Levin" To: ALT Devel discussion list Message-ID: <20181222130546.GA31163@altlinux.org> References: <20181222063141.9E2F09A2F68@gyle.altlinux.org> <1975146.AmOyhnNZ1s@homerun.localdomain> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="2fHTh5uZTiUOsy+g" Content-Disposition: inline In-Reply-To: <1975146.AmOyhnNZ1s@homerun.localdomain> Subject: Re: [devel] python-module-sh-1.12.14-alt2: Sisyphus/x86_64 test rebuild failed X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 13:05:46 -0000 Archived-At: List-Archive: List-Post: --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 22, 2018 at 01:32:02PM +0300, Denis Medvedev wrote: > On =D3=D5=C2=C2=CF=D4=C1, 22 =C4=C5=CB=C1=C2=D2=D1 2018 =C7. 9:31:41 MSK = ALT=20 > beekeeper wrote: > > Package: python-module-sh-1.12.14-alt2 > > Status: Sisyphus/x86_64 test rebuild failed > > Cannot build this package. > > Please investigate. > > Excerpt from build log: > >=20 > > test_ok_code_none (__main__.FunctionalTests) ... ok > > test_out_filename (__main__.FunctionalTests) ... ok > > test_out_redirection (__main__.FunctionalTests) ... ok > > test_output_equivalence (__main__.FunctionalTests) ... ok > > test_partially_applied_callback (__main__.FunctionalTests)=20 > ... ok > > test_patched_glob (__main__.FunctionalTests) ... ok > > test_patched_glob_with_recursive_argument=20 > (__main__.FunctionalTests) ... ok > > test_pipe_fd (__main__.FunctionalTests) ... ok > > test_piped_exception1 (__main__.FunctionalTests) ... ok > > test_piped_exception2 (__main__.FunctionalTests) ... ok > > test_piped_generator (__main__.FunctionalTests) ... ok > > test_print_command (__main__.FunctionalTests) ... ok > > test_pushd (__main__.FunctionalTests) > > test basic pushd functionality ... ok > > test_pushd_cd (__main__.FunctionalTests) > > test that pushd works like pushd/popd with built-in cd=20 > correctly ... ok > > test_quote_escaping (__main__.FunctionalTests) ... ok > > test_raw_args (__main__.FunctionalTests) ... ok > > test_shadowed_subcommand (__main__.FunctionalTests)=20 > ... ok > > test_short_bool_option (__main__.FunctionalTests) ... ok > > test_short_option (__main__.FunctionalTests) ... ok > > test_signal_exception (__main__.FunctionalTests) ... ok > > test_signal_group (__main__.FunctionalTests) ... ok > > test_sigpipe (__main__.FunctionalTests) ... ok > > test_stdin_from_string (__main__.FunctionalTests) ... ok > > test_stdin_newline_bufsize (__main__.FunctionalTests) ...=20 > ok > > test_stdin_unbuffered_bufsize (__main__.FunctionalTests)=20 > ... ok > > test_stdout_callback (__main__.FunctionalTests) ... ok > > test_stdout_callback_buffered (__main__.FunctionalTests)=20 > ... ok > > test_stdout_callback_exit (__main__.FunctionalTests) ...=20 > ok > > test_stdout_callback_kill (__main__.FunctionalTests) ... ok > > test_stdout_callback_line_buffered=20 > (__main__.FunctionalTests) ... ok > > test_stdout_callback_line_unbuffered=20 > (__main__.FunctionalTests) ... ok > > test_stdout_callback_no_wait (__main__.FunctionalTests)=20 > ... ok > > test_stdout_callback_terminate=20 > (__main__.FunctionalTests) ... ok > > test_stdout_callback_with_input=20 > (__main__.FunctionalTests) ... ok > > test_stdout_pipe (__main__.FunctionalTests) ... ok > > test_stringio_input (__main__.FunctionalTests) ... ok > > test_stringio_output (__main__.FunctionalTests) ... ok > > test_subcommand_and_bake (__main__.FunctionalTests)=20 > ... ok > > test_timeout (__main__.FunctionalTests) ... ok > > test_timeout_overstep (__main__.FunctionalTests) ... ok > > test_trunc_exc (__main__.FunctionalTests) ... ok > > test_tty_input (__main__.FunctionalTests) ... ok > > test_tty_output (__main__.FunctionalTests) ... ok > > test_tty_stdin (__main__.FunctionalTests) ... ok > > test_tty_tee (__main__.FunctionalTests) ... ok > > test_unchecked_pipeline_failure=20 > (__main__.FunctionalTests) ... ok > > test_unchecked_producer_failure=20 > (__main__.FunctionalTests) ... ok > > test_unicode_arg (__main__.FunctionalTests) ... ok > > test_unicode_exception (__main__.FunctionalTests) ... ok > > test_which (__main__.FunctionalTests) ... ok > > test_which_paths (__main__.FunctionalTests) ... ok > > test_with_context (__main__.FunctionalTests) ... ok > > test_with_context_args (__main__.FunctionalTests) ... ok > > test_args_deprecated (__main__.MiscTests) ... ok > > test_cant_import_all (__main__.MiscTests) ... ok > > test_change_log_message (__main__.MiscTests) ... ok > > test_eintr (__main__.MiscTests) ... ok > > test_fd_over_1024 (__main__.MiscTests) ... ok > > test_no_fd_leak (__main__.MiscTests) ... skipped 'Missing=20 > required system > > programs: lsof' test_percent_doesnt_fail_logging=20 > (__main__.MiscTests) > > test that a command name doesn't interfere with string=20 > formatting in ... ok > > test_pushd_thread_safety (__main__.MiscTests) ... ok > > test_signal_exception_aliases (__main__.MiscTests) > > proves that signal exceptions with numbers and names=20 > are equivalent ... ok > > test_stdin_nohang (__main__.MiscTests) ... ok > > test_stop_iteration_doesnt_block (__main__.MiscTests) > > proves that calling calling next() on a stopped iterator=20 > doesn't ... ok > > test_threaded_with_contexts (__main__.MiscTests) ... ok > > test_unicode_path (__main__.MiscTests) ... ok > > test_wraps (__main__.MiscTests) ... ok > > test_patch_command (__main__.MockTests) ... ok > > test_patch_command_cls (__main__.MockTests) ... ok > > test_chunk_buffered (__main__.StreamBuffererTests) ...=20 > ok > > test_newline_buffered (__main__.StreamBuffererTests) ...=20 > ok > > test_unbuffered (__main__.StreamBuffererTests) ... ok > >=20 > >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > ERROR: test_general_signal (__main__.FunctionalTests) > > ---------------------------------------------------------------------- > > Traceback (most recent call last): > > File "/usr/src/RPM/BUILD/python3/test.py", line 1431, in > > test_general_signal p =3D python(py.name, _out=3Dagg,=20 > _tee=3DTrue) > > File "/usr/src/RPM/BUILD/python3/sh.py", line 1427, in=20 > __call__ > > return RunningCommand(cmd, call_args, stdin, stdout,=20 > stderr) > > File "/usr/src/RPM/BUILD/python3/sh.py", line 774, in=20 > __init__ > > self.wait() > > File "/usr/src/RPM/BUILD/python3/sh.py", line 792, in=20 > wait > > self.handle_command_exit_code(exit_code) > > File "/usr/src/RPM/BUILD/python3/sh.py", line 815, in > > handle_command_exit_code raise exc > > sh.ErrorReturnCode_1: > >=20 > > RAN: /usr/bin/python3.6 /usr/src/tmp/tmp7lq5ka67 > >=20 > > STDOUT: > > 0 > > 1 > > 2 > > 3 > >=20 > > STDERR: > > Traceback (most recent call last): > > File "/usr/src/tmp/tmp7lq5ka67", line 14, in > > print(i) > > File "/usr/src/tmp/tmp7lq5ka67", line 8, in sig_handler > > print(10) > > RuntimeError: reentrant call inside <_io.BufferedWriter=20 > name=3D''> > >=20 > > ---------------------------------------------------------------------- > > Ran 156 tests in 61.642s > >=20 > > FAILED (errors=3D1, skipped=3D1) > > Coverage.py warning: Module sh.py was never imported.=20 > (module-not-imported) > > Coverage.py warning: No data was collected. (no-data- > collected) > > Testing Python3.6, locale 'en_US.UTF-8', poller: select > > Testing Python3.6, locale 'en_US.UTF-8', poller: poll > > Failed for 3.6, en_US.UTF-8 > > error: Bad exit status from /usr/src/tmp/rpm-tmp.34258=20 > (%check) > >=20 > > RPM build errors: > > Bad exit status from /usr/src/tmp/rpm-tmp.34258=20 > (%check) > > Command exited with non-zero status 1 > > 73.72user 12.65system 6:43.84elapsed 21%CPU=20 > (0avgtext+0avgdata > > 31276maxresident)k 0inputs+0outputs=20 > (0major+2977779minor)pagefaults 0swaps > > hsh-rebuild: rebuild of `python-module-sh-1.12.14- > alt2.src.rpm' failed. > > Command exited with non-zero status 1 > =F0=C5=D2=C5=D3=CF=C2=D2=C1=CC=CF=D3=D8 =CB=CF=CD=C1=CE=C4=CF=CA rebuild = =CE=CF=D2=CD=C1=CC=D8=CE=CF. > =F3=CD. #218410 > =FE=D4=CF-=D4=CF =D7 =D0=C5=D2=C5=D3=C2=CF=D2=CF=DE=CE=C9=C3=C5 =CE=C5 = =D4=C1=CB? =F4=C5=D3=D4=D9 =D7 =D0=C1=CB=C5=D4=C5 =D0=D2=CF=C8=CF=C4=D1=D4 =D3 =D7=C5= =D2=CF=D1=D4=CE=CF=D3=D4=D8=C0 < 1, =DE=D4=CF-=D4=CF =D3 =D0=C1=CB=C5=D4=CF= =CD =CE=C5 =D4=C1=CB. --=20 ldv --2fHTh5uZTiUOsy+g Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJcHjaqAAoJEAVFT+BVnCUIpfUP/RReq4d7GdfdYC/vjXPPLiqo IMA0QEs1fZpY8Z7q1PUsKH41gvQmWcaKdnBxqnDgEUgSQTKdgc/PV45nzYVIe0OG m6y2gisV4NljvbXtFn1zNC7avS1nJHVKqTl1OgzNOlqSHh/QWt9IXwXYwreRXC+d 2AQRqRGr3hH5MWOjmlPE7laO2o2U5xNClaOYwKRoAL8+JV6hRkQ/A9Fvg1iV5p5f AwE08d16oE7K5YmAHiNVEi59PC8Po7SuQqZtYKm7G0itAuvDMGyoz95d4B+G9S/i eEF0bo0jjXgYA9XYVFl3K5Tx+FyTX8qS1zWj0KIne3e4JMuEGDD/Qc0sbe5sCE9k eB7FrTdQt2zPCcFfaJmSO4vRpSSkgcYanL8pa7K5Ow/eJqKUgH91n61fYa4pRUEk Sh2z6JlGnPp9OkAfXbelNhqGhgBS2LC2if9N4cMSJdCOqJ0j5h7muJ8himPpCg/+ GJcRU5msgkesj/zwSQvjgMWgDQZgOcFI5jGqq1sRu4kvETduylG9rfv6hITdpPB0 EB+/Dy51QGG88CwVjbsE1XGR68+ucRlGPs17xN0R1SAyBKo3LMcbtdRlTmhA9vVH NdJRLLD0/uawe7lpXpyIJXQo9QwV/C2cowVLCmsL+eszqiXuEVnjQjxeyvvvnOkQ Ozqi2vjFqJFC7tFPsjN9 =4y80 -----END PGP SIGNATURE----- --2fHTh5uZTiUOsy+g--