Source: elixir-lang
Version: 1.7.4-0.1
Severity: serious
Tags: ftbfs
Control: close -1 1.10.3.dfsg-1.1

https://tests.reproducible-builds.org/debian/rb-pkg/buster/amd64/elixir-lang.html

...
  1) test recompiles modules with async tracking (Mix.Tasks.Compile.ElixirTest)
     test/mix/tasks/compile.elixir_test.exs:310
     Assertion with == failed
     code:  assert Mix.Tasks.Compile.Elixir.run(["--verbose"]) == {:ok, []}
     left:  {:noop, []}
     right: {:ok, []}
     stacktrace:
       test/mix/tasks/compile.elixir_test.exs:334: anonymous fn/0 in 
Mix.Tasks.Compile.ElixirTest."test recompiles modules with async tracking"/1
       (elixir) lib/file.ex:1443: File.cd!/2
       test/test_helper.exs:114: MixTest.Case.in_fixture/3
       test/mix/tasks/compile.elixir_test.exs:311: (test)



  2) test compiles dependent changed modules (Mix.Tasks.Compile.ElixirTest)
     test/mix/tasks/compile.elixir_test.exs:169
     No message matching {:mix_shell, :info, ["Compiled lib/a.ex"]} after 0ms.
     The process mailbox is empty.
     code: in_fixture("no_mixfile", fn ->
     stacktrace:
       test/mix/tasks/compile.elixir_test.exs:184: anonymous fn/0 in 
Mix.Tasks.Compile.ElixirTest."test compiles dependent changed modules"/1
       (elixir) lib/file.ex:1443: File.cd!/2
       test/test_helper.exs:114: MixTest.Case.in_fixture/3
       test/mix/tasks/compile.elixir_test.exs:170: (test)



  3) test does not treat remote typespecs as compile time dependencies 
(Mix.Tasks.Compile.ElixirTest)
     test/mix/tasks/compile.elixir_test.exs:421
     No message matching {:mix_shell, :info, ["Compiled lib/a.ex"]} after 0ms.
     The process mailbox is empty.
     code: in_fixture("no_mixfile", fn ->
     stacktrace:
       test/mix/tasks/compile.elixir_test.exs:440: anonymous fn/0 in 
Mix.Tasks.Compile.ElixirTest."test does not treat remote typespecs as compile 
time dependencies"/1
       (elixir) lib/file.ex:1443: File.cd!/2
       test/test_helper.exs:114: MixTest.Case.in_fixture/3
       test/mix/tasks/compile.elixir_test.exs:422: (test)

.....

  4) test compiles mtime changed files (Mix.Tasks.Compile.ElixirTest)
     test/mix/tasks/compile.elixir_test.exs:117
     No message matching {:mix_shell, :error, [^message]} after 0ms.
     The following variables were pinned:
       message = "warning: mtime (modified time) for \"lib/a.ex\" was set to 
the future, resetting to now"
     The process mailbox is empty.
     code: in_fixture("no_mixfile", fn ->
     stacktrace:
       test/mix/tasks/compile.elixir_test.exs:133: anonymous fn/0 in 
Mix.Tasks.Compile.ElixirTest."test compiles mtime changed files"/1
       (elixir) lib/file.ex:1443: File.cd!/2
       test/test_helper.exs:114: MixTest.Case.in_fixture/3
       test/mix/tasks/compile.elixir_test.exs:118: (test)

..........................................................................................................................................................

  5) test xrefs if stale (Mix.Tasks.Compile.XrefTest)
     test/mix/tasks/compile.xref_test.exs:27
     Assertion with =~ failed
     code:  assert capture_io(:stderr, fun) =~ "no_func"
     left:  ""
     right: "no_func"
     stacktrace:
       (elixir) lib/file.ex:1443: File.cd!/2
       test/test_helper.exs:114: MixTest.Case.in_fixture/3
       test/mix/tasks/compile.xref_test.exs:28: (test)

........................................................................................................

Finished in 121.7 seconds (5.1s on load, 116.6s on tests)
8 doctests, 498 tests, 5 failures

Randomized with seed 847741
make[2]: *** [Makefile:102: test_mix] Error 1

Reply via email to