From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ff5FL-0006xD-Ol for guix-patches@gnu.org; Mon, 16 Jul 2018 11:17:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ff5FG-0001C2-QN for guix-patches@gnu.org; Mon, 16 Jul 2018 11:17:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38907) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ff5FG-0001By-LF for guix-patches@gnu.org; Mon, 16 Jul 2018 11:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ff5FG-0008QU-CZ for guix-patches@gnu.org; Mon, 16 Jul 2018 11:17:02 -0400 Subject: [bug#32171] Update: Erlang and Elixir Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180716100730.ixv5mqqlbl3tdleb@abyayala> Date: Mon, 16 Jul 2018 17:16:29 +0200 In-Reply-To: <20180716100730.ixv5mqqlbl3tdleb@abyayala> (Nils Gillmann's message of "Mon, 16 Jul 2018 10:07:30 +0000") Message-ID: <87wotvtdma.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Nils Gillmann Cc: 32171@debbugs.gnu.org Hello Nils, Nils Gillmann skribis: > These 3 patches update Erlang and Elixir to the latest versions. Thanks for the patches. Erlang builds fine but Elixir=E2=80=99s tests fail for me: --8<---------------cut here---------------start------------->8--- starting phase `check' =3D=3D> elixir (compile) =3D=3D> elixir (eunit) All 199 tests passed. =3D=3D> elixir (exunit) Excluding tags: [windows: true] ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ......... 1) test case with empty clause (Code.Formatter.IntegrationTest) test/elixir/code_formatter/integration_test.exs:312 ** (RuntimeError) IO device registered at :standard_error is already c= aptured code: ExUnit.CaptureIO.capture_io(:stderr, fn -> stacktrace: (ex_unit) lib/ex_unit/capture_io.ex:144: ExUnit.CaptureIO.do_capture= _io/3 test/elixir/code_formatter/integration_test.exs:313: (test) ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= .warning: Module.add_doc/6 is deprecated, use @doc instead test/elixir/kernel/docs_test.exs:182 .......................................... Finished in 27.5 seconds (11.2s on load, 16.3s on tests) 1367 doctests, 2893 tests, 1 failure, 7 skipped Randomized with seed 36445 make: *** [Makefile:216: test_stdlib] Error 1 Test suite failed, dumping logs. Backtrace: 4 (primitive-load "/gnu/store/h4yzwydlq6jny17vmmyqqh319yn?") In ice-9/eval.scm: 191:35 3 (_ _) In srfi/srfi-1.scm: 640:9 2 (for-each # ?) In /gnu/store/f95ghy8mx00fc22nrvswvnpqlfdkf2nk-module-import/guix/build/gnu= -build-system.scm: 799:31 1 (_ _) 369:6 0 (check #:target _ #:make-flags _ #:tests? _ # _ # _ # _) /gnu/store/f95ghy8mx00fc22nrvswvnpqlfdkf2nk-module-import/guix/build/gnu-bu= ild-system.scm:369:6: In procedure check: Throw to key `srfi-34' with args `(#)'. builder for `/gnu/store/4yfcqji3szbbgrihgrax5wzidzigacjm-elixir-1.6.6.drv' = failed with exit code 1 --8<---------------cut here---------------end--------------->8--- Any ideas? Thanks, Ludo=E2=80=99.