Created
April 23, 2015 13:15
-
-
Save danmcclain/a1f26ce4b4dcccca0705 to your computer and use it in GitHub Desktop.
Elixir Pi Explosion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➜ elixir git:(master) make test | |
| ==> elixir (compile) | |
| ==> elixir (eunit) | |
| All 198 tests passed. | |
| ==> elixir (exunit) | |
| ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ | |
| Finished in 678.3 seconds (588.6s on load, 89.6s on tests) | |
| 1936 tests, 0 failures | |
| Randomized with seed 258707 | |
| ==> ex_unit (exunit) | |
| ................................................................................................................................................... | |
| Finished in 51.6 seconds (42.2s on load, 9.4s on tests) | |
| 147 tests, 0 failures | |
| Randomized with seed 276140 | |
| ==> logger (exunit) | |
| ................................................................................. | |
| Finished in 23.4 seconds (21.4s on load, 2.0s on tests) | |
| 81 tests, 0 failures | |
| Randomized with seed 353579 | |
| ==> doctest (exunit) | |
| ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... | |
| Finished in 133.5 seconds (129.3s on load, 4.2s on tests) | |
| 854 tests, 0 failures | |
| Randomized with seed 795034 | |
| ==> mix (exunit) | |
| ................... | |
| 1) test get and compile dependencies for rebar (Mix.RebarTest) | |
| /home/pi/elixir/lib/mix/test/mix/rebar_test.exs:81 | |
| ** (Mix.Error) Could not compile dependency rebar_dep, /home/pi/elixir/rebar command failed. If you want to recompile this dependency, please run: mix deps.compile rebar_dep | |
| stacktrace: | |
| (mix) lib/mix.ex:235: Mix.raise/1 | |
| (mix) lib/mix/project.ex:196: Mix.Project.in_project/4 | |
| (elixir) lib/file.ex:1100: File.cd!/2 | |
| (mix) lib/mix/dep.ex:137: Mix.Dep.in_dependency/3 | |
| (mix) lib/mix/tasks/deps.compile.ex:158: Mix.Tasks.Deps.Compile.do_command/4 | |
| (mix) lib/mix/tasks/deps.compile.ex:62: anonymous fn/3 in Mix.Tasks.Deps.Compile.compile/1 | |
| (elixir) lib/enum.ex:1041: anonymous fn/3 in Enum.map/2 | |
| (elixir) lib/enum.ex:1383: Enum."-reduce/3-lists^foldl/2-0-"/3 | |
| .................................................................................................................................................................................................................................. | |
| Finished in 377.6 seconds (98.2s on load, 279.3s on tests) | |
| 246 tests, 1 failure | |
| Randomized with seed 644805 | |
| Makefile:96: recipe for target 'test_mix' failed | |
| make: *** [test_mix] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment