From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ff5Xh-0005Fz-QZ for guix-patches@gnu.org; Mon, 16 Jul 2018 11:36:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ff5Xe-0001ok-MR for guix-patches@gnu.org; Mon, 16 Jul 2018 11:36:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38922) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ff5Xe-0001of-Hl for guix-patches@gnu.org; Mon, 16 Jul 2018 11:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ff5Xe-0000W1-5b for guix-patches@gnu.org; Mon, 16 Jul 2018 11:36:02 -0400 Subject: [bug#32171] Update: Erlang and Elixir Resent-Message-ID: Date: Mon, 16 Jul 2018 15:36:34 +0000 From: Nils Gillmann Message-ID: <20180716153634.gpwa2zw3v6fxm5ln@abyayala> References: <20180716100730.ixv5mqqlbl3tdleb@abyayala> <87wotvtdma.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <87wotvtdma.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 32171@debbugs.gnu.org, Nils Gillmann Ludovic Court=C3=A8s transcribed 6.3K bytes: > Hello Nils, >=20 > Nils Gillmann skribis: >=20 > > These 3 patches update Erlang and Elixir to the latest versions. >=20 > Thanks for the patches. Erlang builds fine but Elixir=E2=80=99s tests fa= il > for me: >=20 > --8<---------------cut here---------------start------------->8--- > starting phase `check' > =3D=3D> elixir (compile) > =3D=3D> elixir (eunit) > All 199 tests passed. >=20 > =3D=3D> elixir (exunit) > Excluding tags: [windows: true] >=20 > .........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E............................................................ >=20 > 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= captured > code: ExUnit.CaptureIO.capture_io(:stderr, fn -> > stacktrace: > (ex_unit) lib/ex_unit/capture_io.ex:144: ExUnit.CaptureIO.do_captu= re_io/3 > test/elixir/code_formatter/integration_test.exs:313: (test) >=20 > .........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E........................................................................= =2E............................................................warning: Mod= ule.add_doc/6 is deprecated, use @doc instead > test/elixir/kernel/docs_test.exs:182 >=20 > .......................................... >=20 > Finished in 27.5 seconds (11.2s on load, 16.3s on tests) > 1367 doctests, 2893 tests, 1 failure, 7 skipped >=20 > Randomized with seed 36445 > make: *** [Makefile:216: test_stdlib] Error 1 >=20 > 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/g= nu-build-system.scm: > 799:31 1 (_ _) > 369:6 0 (check #:target _ #:make-flags _ #:tests? _ # _ # _ # _) >=20 > /gnu/store/f95ghy8mx00fc22nrvswvnpqlfdkf2nk-module-import/guix/build/gnu-= build-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--- >=20 > Any ideas? Must be non-reproducible, since I had it compile here (x86_64) successful. If you want to dissect it, I can publish my build. I don't have any time until August 1st, debugging applications is less important (but more fun) than preparing for first round of this semester exams ;) Ah... I also adjusted some more changes in erlang and elixir on my end, but= the result (build using pre-inst-env) had the same sum as those I build in my collection. All I did was adjusting some deprecation warnings, using invoke= , etc. > Thanks, > Ludo=E2=80=99. >=20 >=20 >=20