Base.runtests() blows up in Juno/Atom console

Oops, this works normally from a normal Julia console. What’s going on here in Atom/Juno?

Press Enter to start Julia.
Starting Julia...
INFO: Precompiling module Atom.
INFO: Loading HttpServer methods...
               _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: https://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?help" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.6.4 (2018-07-09 19:09 UTC)
 _/ |\__'_|_|_|\__'_|  |
|__/                   |  x86_64-redhat-linux

julia> Base.runtests()
Test (Worker)             | Time (s) | GC (s) | GC % | Alloc (MB) | RSS (MB)
WARNING: Method definition ambig(Any, Integer) in module Test29Main_ambiguous at /home/rick/src/julia/julia/test/ambiguous.jl:7 overwritten at /home/rick/src/julia/julia/test/ambiguous.jl:85.
    From worker 2:  Skipping Base.<|
    From worker 2:  Skipping Base.active_repl
    From worker 2:  Skipping Base.active_repl_backend
    From worker 2:  Skipping Base.<|
    From worker 2:  Skipping Base.active_repl
    From worker 2:  Skipping Base.active_repl_backend
ambiguous (2)             |    2.17  |  0.11  |  5.2 | 39.76      | 205.62
linalg/qr (4)             |   73.64  |  1.04  |  1.4 | 2941.58    | 344.23
linalg/schur (4)          |    7.64  |  0.11  |  1.4 | 370.48     | 362.78
linalg/matmul (2)         |   83.10  |  0.71  |  0.9 | 3222.06    | 300.77
linalg/special (4)        |   16.02  |  0.19  |  1.2 | 452.55     | 376.92
linalg/dense (5)          |  106.81  |  1.14  |  1.1 | 3569.81    | 339.18
linalg/svd (5)            |    6.25  |  0.08  |  1.2 | 174.56     | 343.87
linalg/eigen (2)          |   29.02  |  0.31  |  1.1 | 750.84     | 322.05
linalg/bunchkaufman (4)   |   27.75  |  0.34  |  1.2 | 711.69     | 394.76
linalg/lapack (5)         |   18.58  |  0.35  |  1.9 | 763.61     | 343.99
linalg/tridiag (2)        |   22.95  |  0.28  |  1.2 | 792.89     | 351.87
linalg/pinv (2)           |    5.61  |  0.20  |  3.7 | 658.29     | 420.04
linalg/givens (2)         |    3.88  |  0.04  |  0.9 | 96.45      | 420.04
linalg/bidiag (4)         |   30.58  |  0.32  |  1.1 | 657.62     | 409.97
linalg/diagonal (5)       |   51.89  |  0.50  |  1.0 | 1109.19    | 411.61
linalg/lu (4)             |   29.17  |  0.67  |  2.3 | 964.87     | 446.32
linalg/generic (4)        |    7.45  |  0.08  |  1.0 | 137.66     | 448.91
linalg/cholesky (2)       |   46.59  |  0.42  |  0.9 | 968.46     | 420.04
linalg/symmetric (5)      |   11.21  |  0.14  |  1.2 | 287.96     | 429.10
linalg/hessenberg (5)     |    0.96  |  0.01  |  1.3 | 16.84      | 429.21
linalg/uniformscaling (4) |   13.18  |  0.28  |  2.1 | 275.36     | 464.57
linalg/conjarray (4)      |    1.42  |  0.01  |  0.8 | 28.43      | 465.22
linalg/rowvector (5)      |   15.74  |  0.17  |  1.1 | 396.23     | 447.10
linalg/arnoldi (4)        |   18.73  |  0.31  |  1.7 | 594.47     | 484.06
linalg/lq (2)             |   45.33  |  0.79  |  1.7 | 3035.49    | 483.64
linalg/triangular (3)     |  259.21  |  6.27  |  2.4 | 8956.55    | 574.68
sparse/sparse (4)         |   90.24  | 27.71  | 30.7 | 1158.84    | 546.00
sparse/umfpack (4)        |    5.88  |  0.06  |  1.0 | 87.31      | 546.00
sparse/sparsevector (2)   |  100.69  |  0.86  |  0.9 | 1541.47    | 573.28
sparse/cholmod (4)        |   17.77  |  0.42  |  2.4 | 283.91     | 546.07
sparse/spqr (2)           |    4.46  |  0.05  |  1.1 | 84.76      | 574.80
strings/basic (4)         |    4.44  |  0.08  |  1.7 | 117.21     | 546.07
strings/util (4)          |    0.68  |  0.00  |  0.0 |  9.01      | 546.07
strings/search (2)        |    1.11  |  0.00  |  0.0 | 16.08      | 575.20
strings/io (4)            |    1.20  |  0.02  |  1.8 | 30.19      | 546.30
unicode/UnicodeError (4)  |    0.12  |  0.00  |  0.0 |  0.18      | 546.30
strings/types (2)         |    2.05  |  0.01  |  0.6 | 20.44      | 576.47
unicode/utf8 (2)          |    1.30  |  0.33  | 25.0 | 930.26     | 581.03
unicode/utf8proc (4)      |    2.98  |  0.03  |  1.0 | 42.59      | 548.77
dates/adjusters (4)       |    2.06  |  0.03  |  1.6 | 38.69      | 549.48
dates/query (4)           |    0.69  |  0.02  |  2.4 | 10.04      | 549.59
dates/accessors (2)       |    5.19  |  1.28  | 24.6 | 3477.83    | 588.36
dates/periods (4)         |   10.29  |  0.13  |  1.3 | 182.39     | 552.79
dates/rounding (4)        |    0.58  |  0.00  |  0.0 |  5.64      | 552.84
dates/types (4)           |    0.80  |  0.02  |  2.2 |  9.50      | 553.27
dates/ranges (2)          |   11.63  |  0.21  |  1.8 | 422.99     | 588.36
dates/arithmetic (2)      |    4.35  |  0.07  |  1.6 | 105.90     | 588.36
dates/conversions (2)     |    1.00  |  0.01  |  1.5 | 10.65      | 588.36
dates/io (4)              |   10.70  |  0.13  |  1.2 | 181.76     | 554.69
WARNING: Method definition f() in module JLCall14301 at /home/rick/src/julia/julia/test/core.jl:3427 overwritten at /home/rick/src/julia/julia/test/core.jl:3437.
inference (4)             |    8.54  |  0.11  |  1.3 | 133.42     | 576.34
WARNING: Method definition f265a(Any) in module Test74Main_worlds at /home/rick/src/julia/julia/test/worlds.jl:12 overwritten at /home/rick/src/julia/julia/test/worlds.jl:17.
worlds (4)                |    1.87  |  0.02  |  1.0 | 30.04      | 578.55
keywordargs (4)           |    1.79  |  0.02  |  1.1 | 19.63      | 579.11
sparse/higherorderfns (3) |  135.49  |  1.77  |  1.3 | 3226.49    | 697.48
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
sh: scl: line 1: syntax error: unexpected end of file
sh: error importing function definition for `scl'
WARNING: static parameter T does not occur in signature for bad_tvars at /home/rick/src/julia/julia/test/core.jl:4569.
The method will not be callable.
WARNING: Method definition (::Type{Test37Main_core.A16424})(Any, Any) in module Test37Main_core at /home/rick/src/julia/julia/test/core.jl:4772 overwritten at /home/rick/src/julia/julia/test/core.jl:4777.
WARNING: Method definition (::Type{Test37Main_core.B16424{T}})(Any) in module Test37Main_core at /home/rick/src/julia/julia/test/core.jl:4792 overwritten at /home/rick/src/julia/julia/test/core.jl:4796.
WARNING: Method definition (::Type{Test37Main_core.C16424{T, S}})(Any, Any) in module Test37Main_core at /home/rick/src/julia/julia/test/core.jl:4804 overwritten at /home/rick/src/julia/julia/test/core.jl:4809.
WARNING: Method definition (::Type{Test37Main_core.C16424{T, S} where S where T})(T, S) in module Test37Main_core at /home/rick/src/julia/julia/test/core.jl:4804 overwritten at /home/rick/src/julia/julia/test/core.jl:4809.
WARNING: Method definition (::Type{Test37Main_core.D16424{T<:Real, S<:T<:Real}})(Any, Any) in module Test37Main_core at /home/rick/src/julia/julia/test/core.jl:4819 overwritten at /home/rick/src/julia/julia/test/core.jl:4824.
WARNING: Method definition (::Type{Test37Main_core.D16424{T, S} where S<:T where T<:Real})(Array{S<:T<:Real, 1}, Array{T<:Real, 1}) in module Test37Main_core at /home/rick/src/julia/julia/test/core.jl:4819 overwritten at /home/rick/src/julia/julia/test/core.jl:4824.
WARNING: Method definition (::Type{Test37Main_core.T20999})(Array{T, N} where N where T<:Real) in module Test37Main_core at /home/rick/src/julia/julia/test/core.jl:4835 overwritten at /home/rick/src/julia/julia/test/core.jl:4839.
WARNING: Method definition (::Type{Test37Main_core.T20999})(Any) in module Test37Main_core at /home/rick/src/julia/julia/test/core.jl:4835 overwritten at /home/rick/src/julia/julia/test/core.jl:4839.
core (2)                  |   28.89  |  7.09  | 24.6 | 5024.88    | 946.45
subarray (5)              |  191.32  |  4.64  |  2.4 | 5289.85    | 761.70
char (5)                  |    1.08  |  0.00  |  0.0 | 16.23      | 768.42
triplequote (5)           |    0.11  |  0.00  |  0.0 |  0.28      | 768.42
intrinsics (5)            |    0.38  |  0.02  |  6.1 |  3.30      | 768.61
WARNING: Method definition test(Type{Tuple{V<:Union{Tuple{Int64, Int64}, Tuple{Int32, Int32}, Tuple{UInt64, UInt64}, Tuple{UInt32, UInt32}, Tuple{Int64, Int64, Int64}, Tuple{Int32, Int32, Int32}, Tuple{UInt64, UInt64, UInt64}, Tuple{UInt32, UInt32, UInt32}, Tuple{Int64, Int64, Int64, Int64}, Tuple{Int32, Int32, Int32, Int32}, Tuple{UInt64, UInt64, UInt64, UInt64}, Tuple{UInt32, UInt32, UInt32, UInt32}}, I<:Union{Int64, Int32, UInt64, UInt32}}}) in module Test51Main_subtype at /home/rick/src/julia/julia/test/subtype.jl:1111 overwritten at /home/rick/src/julia/julia/test/subtype.jl:1112.
printf (2)                |   14.22  |  0.13  |  0.9 | 194.89     | 946.45
subtype (3)               |   18.95  |  0.50  |  2.7 | 604.61     | 826.90
iobuffer (3)              |    2.02  |  0.01  |  0.6 | 41.84      | 827.20
WARNING: Method definition f10178(X) in module Test2Main_staged at /home/rick/src/julia/julia/test/staged.jl:218 overwritten at /home/rick/src/julia/julia/test/staged.jl:223.
WARNING: Method definition g10178(Any) in module Test2Main_staged at /home/rick/src/julia/julia/test/staged.jl:220 overwritten at /home/rick/src/julia/julia/test/staged.jl:225.
staged (3)                |    1.36  |  0.00  |  0.0 | 15.70      | 827.20
hashing (2)               |    5.33  |  0.07  |  1.3 | 88.28      | 946.45
dict (5)                  |   18.02  |  0.71  |  3.9 | 1064.38    | 811.01
tuple (5)                 |    2.20  |  0.02  |  1.0 | 42.58      | 813.05
reduce (5)                |    4.83  |  0.12  |  2.6 | 97.40      | 833.29
numbers (4)               |   51.82  |  0.99  |  1.9 | 1372.23    | 685.33
reducedim (5)             |   14.70  |  0.57  |  3.8 | 318.98     | 840.02
random (4)                |   10.68  |  0.41  |  3.8 | 224.54     | 685.33
intfuncs (4)              |    0.66  |  0.01  |  2.0 |  7.73      | 687.05
simdloop (4)              |    1.22  |  0.02  |  1.5 | 18.33      | 687.14
vecelement (4)            |    6.95  |  0.07  |  1.0 | 91.45      | 702.64
offsetarray (3)           |   50.38  |  0.78  |  1.6 | 1157.03    | 827.95
blas (4)                  |   18.54  |  0.37  |  2.0 | 410.71     | 763.74
copy (4)                  |    2.06  |  0.02  |  1.1 | 25.69      | 764.22
abstractarray (5)         |   45.44  |  0.95  |  2.1 | 864.44     | 856.29
arrayops (2)              |   73.40  |  1.78  |  2.4 | 1586.73    | 978.62
fastmath (5)              |    4.05  |  0.06  |  1.4 | 48.70      | 862.63
functional (2)            |    4.00  |  0.08  |  2.1 | 61.85      | 978.62
math (4)                  |   18.11  |  0.79  |  4.4 | 1238.68    | 768.98
path (4)                  |    1.60  |  0.02  |  1.3 | 17.49      | 770.45
operators (2)             |    2.71  |  0.06  |  2.4 | 72.43      | 978.62
parse (2)                 |    4.24  |  0.07  |  1.5 | 57.75      | 978.62
loading (2)               |    0.35  |  0.00  |  0.0 |  2.22      | 978.62
bigint (2)                |    2.59  |  0.02  |  0.9 | 29.24      | 978.62
bigfloat (2)              |    0.34  |  0.02  |  6.4 |  3.19      | 978.62
ccall (4)                 |    8.59  |  0.09  |  1.0 | 88.97      | 779.44
iterators (5)             |   26.09  |  0.43  |  1.6 | 318.45     | 897.75
    From worker 5:         [stdio passthrough ok]
statistics (4)            |   15.50  |  0.50  |  3.2 | 319.17     | 779.48
backtrace (4)             |    0.87  |  0.00  |  0.0 |  6.58      | 779.48
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
sh: scl: line 1: syntax error: unexpected end of file
sh: error importing function definition for `scl'

[repeated errors snipped]

spawn (5)                 |   15.67  |  0.14  |  0.9 | 102.19     | 919.48
sorting (2)               |   39.96  |  0.47  |  1.2 | 487.03     | 978.62
read (5)                  |   16.17  |  0.55  |  3.4 | 324.54     | 975.30
version (5)               |    2.22  |  0.08  |  3.4 | 55.63      | 987.51
mmap (2)                  |   14.10  | 10.95  | 77.7 | 40.00      | 978.62
file (4)                  |   39.64  |  3.31  |  8.3 | 63.03      | 779.48
pollfd (2)                |    4.48  |  0.32  |  7.1 | 12.43      | 978.62
mpfr (4)                  |    2.58  |  0.02  |  0.8 | 24.34      | 779.48
resolve (5)               |   16.67  |  1.73  | 10.4 | 2077.17    | 1025.90
socket (5)                |    2.61  |  0.02  |  0.8 | 21.93      | 1026.91
floatapprox (5)           |    1.00  |  0.03  |  2.7 | 15.28      | 1027.87
datafmt (5)               |    4.04  |  0.08  |  2.1 | 68.01      | 1029.29
complex (4)               |   12.76  |  0.16  |  1.2 | 125.98     | 779.48
regex (4)                 |    1.60  |  0.00  |  0.0 | 13.74      | 779.48
float16 (4)               |    1.08  |  0.03  |  2.4 | 12.53      | 779.57
combinatorics (4)         |    0.73  |  0.00  |  0.0 |  7.05      | 779.63
sysinfo (4)               |    0.53  |  0.02  |  4.2 | 10.27      | 780.79
env (4)                   |    0.51  |  0.00  |  0.0 |  4.35      | 780.98
rounding (4)              |    0.85  |  0.00  |  0.0 |  7.82      | 781.16
reflection (5)            |    8.31  |  0.18  |  2.1 | 130.07     | 1037.66
mod2pi (5)                |    0.18  |  0.00  |  0.0 |  1.47      | 1037.69
euler (5)                 |    1.29  |  0.03  |  2.7 | 26.29      | 1046.46
broadcast (2)             |   25.15  |  0.53  |  2.1 | 515.23     | 978.62
lineedit (2)              |    2.85  |  0.05  |  1.8 | 36.47      | 978.62
replcompletions (2)       |    4.98  |  0.07  |  1.4 | 68.87      | 978.62
/bin/bash: module: line 1: syntax error: unexpected end of file
/bin/bash: error importing function definition for `module'
/bin/bash: scl: line 1: syntax error: unexpected end of file
/bin/bash: error importing function definition for `scl'

[snip]

repl (2)                  |    8.30  |  0.13  |  1.5 | 112.23     | 978.62
sets (2)                  |    3.22  |  0.06  |  1.7 | 34.91      | 978.62
replutil (5)              |    8.11  |  0.18  |  2.2 | 127.94     | 1058.64
goto (5)                  |    0.15  |  0.00  |  0.0 |  0.26      | 1058.70
llvmcall (5)              |    0.36  |  0.00  |  0.0 |  2.50      | 1058.73
llvmcall2 (5)             |    0.03  |  0.00  |  0.0 |  0.24      | 1058.73
grisu (5)                 |    2.03  |  0.03  |  1.3 | 31.10      | 1060.55
test (2)                  |    9.62  |  0.06  |  0.7 | 48.98      | 978.62
meta (2)                  |    0.47  |  0.00  |  0.0 |  3.81      | 978.62
stacktraces (2)           |    1.98  |  0.03  |  1.3 | 17.69      | 978.62
profile (2)               |    4.27  |  0.06  |  1.3 | 45.28      | 978.62
ranges (4)                |   42.14  |  5.60  | 13.3 | 7067.79    | 849.16
docs (4)                  |    6.27  |  0.18  |  2.8 | 158.50     | 866.85
markdown (4)              |    4.00  |  0.05  |  1.3 | 64.48      | 869.05
base64 (4)                |    0.46  |  0.03  |  6.4 |  2.71      | 869.25
nullable (5)              |   26.20  |  0.44  |  1.7 | 333.28     | 1076.43
serialize (4)             |    4.42  |  0.08  |  1.9 | 78.19      | 873.08

signal (11): Segmentation fault
while loading /home/rick/src/julia/julia/test/threads.jl, in expression starting on line 434
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
sh: scl: line 1: syntax error: unexpected end of file
sh: error importing function definition for `scl'

[snip]

pthread_join at /lib64/libpthread.so.0 (unknown line)
blas_thread_shutdown_ at /home/rick/src/julia/julia/usr/bin/../lib/libopenblas64_.so (unknown line)
__libc_fork at /lib64/libc.so.6 (unknown line)
_IO_proc_open at /lib64/libc.so.6 (unknown line)
popen at /lib64/libc.so.6 (unknown line)
jl_read_sonames at /home/rick/src/julia/julia/src/runtime_ccall.cpp:34
jl_dlopen_soname at /home/rick/src/julia/julia/src/runtime_ccall.cpp:118
jl_load_dynamic_library_ at /home/rick/src/julia/julia/src/dlload.c:197
jl_get_library at /home/rick/src/julia/julia/src/runtime_ccall.cpp:159
jl_get_library at /home/rick/src/julia/julia/src/runtime_ccall.cpp:167 [inlined]
jl_load_and_lookup at /home/rick/src/julia/julia/src/runtime_ccall.cpp:170
macro expansion at /home/rick/src/julia/julia/test/threads.jl:428 [inlined]
#18738#threadsfor_fun at ./threadingconstructs.jl:64
#18738#threadsfor_fun at ./threadingconstructs.jl:31
unknown function (ip: 0x7f13b3b7f22f)
jl_call_fptr_internal at /home/rick/src/julia/julia/src/julia_internal.h:339 [inlined]
ti_run_fun at /home/rick/src/julia/julia/src/threading.c:318
ti_threadfun at /home/rick/src/julia/julia/src/threading.c:429
uv__thread_start at /home/rick/src/julia/julia/deps/srccache/libuv-d8ab1c6a33e77bf155facb54215dd8798e13825d/src/unix/thread.c:53
unknown function (ip: 0x7f140e89c36c)
clone at /lib64/libc.so.6 (unknown line)
Allocations: 381431475 (Pool: 381391995; Big: 39480); GC: 1211
WARNING: readuntil(IO,AbstractString) will perform poorly with a long string
Worker 4 terminated.WARNING: readuntil(IO,AbstractString) will perform poorly with a long string

ERROR (unhandled task failure): EOFError: read end of file
WARNING: readuntil(IO,AbstractString) will perform poorly with a long string
libgit2 (2)               |   36.60  |  0.83  |  2.3 | 271.46     | 1151.79
    From worker 5:  Test Summary: | Pass  Total
    From worker 5:  @deprecate    |    3      3
misc (5)                  |   42.99  |  4.28  | 10.0 | 1698.42    | 1152.27
bitarray (3)              |  246.55  |  1.56  |  0.6 | 2610.56    | 872.61
    From worker 1:  threads: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: threads
  ProcessExitedException()
enums: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: enums
  ProcessExitedException()
cmdlineargs: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: cmdlineargs
  ProcessExitedException()
i18n: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: i18n
  ProcessExitedException()
workspace: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: workspace
  ProcessExitedException()
libdl: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: libdl
  ProcessExitedException()
int: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: int
  ProcessExitedException()
checked: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: checked
  ProcessExitedException()
intset: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: intset
  ProcessExitedException()
floatfuncs: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: floatfuncs
  ProcessExitedException()
distributed: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: distributed
  ProcessExitedException()
inline: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: inline
  ProcessExitedException()
boundscheck: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: boundscheck
  ProcessExitedException()
error: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: error
  ProcessExitedException()
cartesian: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: cartesian
  ProcessExitedException()
asmvariant: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: asmvariant
  ProcessExitedException()
osutils: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: osutils
  ProcessExitedException()
channels: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: channels
  ProcessExitedException()
iostream: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: iostream
  ProcessExitedException()
specificity: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: specificity
  ProcessExitedException()
fft: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: fft
  ProcessExitedException()
dsp: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: dsp
  ProcessExitedException()
examples: Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: examples
  ProcessExitedException()

Test Summary:           |     Pass  Error   Broken     Total
  Overall               | 21422859     23  1311352  22734234
    ambiguous           |       51                        51
    linalg/qr           |     3057                      3057
    linalg/schur        |      330                       330
    linalg/matmul       |      527                       527
    linalg/special      |      942                       942
    linalg/dense        |     6324                      6324
    linalg/svd          |      244                       244
    linalg/eigen        |      381                       381
    linalg/bunchkaufman |     2520                      2520
    linalg/lapack       |      628                       628
    linalg/tridiag      |      845                       845
    linalg/pinv         |      232                       232
    linalg/givens       |     1552                      1552
    linalg/bidiag       |     1594                      1594
    linalg/diagonal     |     1196                      1196
    linalg/lu           |     1149                      1149
    linalg/generic      |      206                       206
    linalg/cholesky     |     2104                      2104
    linalg/symmetric    |     1391                      1391
    linalg/hessenberg   |       40                        40
    linalg/uniformscaling |      247                       247
    linalg/conjarray    |       10                        10
    linalg/rowvector    |      136                       136
    linalg/arnoldi      |       76                        76
    linalg/lq           |     1374                      1374
    linalg/triangular   |    33634                     33634
    sparse/sparse       |     1518                      1518
    sparse/umfpack      |      137                       137
    sparse/sparsevector |     8163                      8163
    sparse/cholmod      |      359                       359
    sparse/spqr         |       53                        53
    strings/basic       |    26981                     26981
    strings/util        |      341                       341
    strings/search      |      549                       549
    strings/io          |    12536                     12536
    unicode/UnicodeError |        1                         1
    strings/types       |     8905                      8905
    unicode/utf8        |  1048595                   1048595
    unicode/utf8proc    |      768                       768
    dates/adjusters     |     3147                      3147
    dates/query         |      988                       988
    dates/accessors     |  7723858                   7723858
    dates/periods       |      316                       316
    dates/rounding      |      157                       157
    dates/types         |      167                       167
    dates/ranges        |   348530                    348530
    dates/arithmetic    |      312                       312
    dates/conversions   |      159                       159
    dates/io            |      241                       241
    inference           |      255                       255
    worlds              |       61                        61
    keywordargs         |      109                       109
    sparse/higherorderfns |     6377             584      6961
    core                |    35542                     35542
    subarray            |      200                       200
    char                |     1707                      1707
    triplequote         |       28                        28
    intrinsics          |       34                        34
    printf              |      596                       596
    subtype             |   337304              15    337319
    iobuffer            |      179                       179
    staged              |       47                        47
    hashing             |    14453                     14453
    dict                |   134174                    134174
    tuple               |      383                       383
    reduce              |      242                       242
    numbers             |  1477170                   1477170
    reducedim           |      461                       461
    random              |   200711                    200711
    intfuncs            |     4335                      4335
    simdloop            |      207                       207
    vecelement          |      533                       533
    offsetarray         |      733                       733
    blas                |      486                       486
    copy                |      312                       312
    abstractarray       |     2515                      2515
    arrayops            |     1572                      1572
    fastmath            |      791                       791
    functional          |       61                        61
    math                |   551279                    551279
    path                |      219              12       231
    operators           |       59                        59
    parse               |     1158                      1158
    loading             |       23                        23
    bigint              |     2396                      2396
    bigfloat            |       24                        24
    ccall               |     3852                      3852
    iterators           |      918                       918
    statistics          |      367                       367
    backtrace           |       22               1        23
    spawn               |      109               4       113
    sorting             |     4864                      4864
    read                |     2071                      2071
    version             |   124465                    124465
    mmap                |      131                       131
    file                |      804                       804
    pollfd              |      344                       344
    mpfr                |      702                       702
    resolve             |     2648                      2648
    socket              |       78                        78
    floatapprox         |       49                        49
    datafmt             |       83                        83
    complex             |     1094                      1094
    regex               |       38                        38
    float16             |      124                       124
    combinatorics       |       44                        44
    sysinfo             |        2                         2
    env                 |      124                       124
    rounding            |      327                       327
    reflection          |      277                       277
    mod2pi              |        9                         9
    euler               |       12                        12
    broadcast           |      312                       312
    lineedit            |      175                       175
    replcompletions     |      268               2       270
    show                |      147                       147
    repl                |      113                       113
    sets                |      216                       216
    replutil            |      167                       167
    goto                |       13                        13
    llvmcall            |       13                        13
    llvmcall2           |        6                         6
    grisu               |      683                       683
    test                |      201              14       215
    meta                |       38                        38
    stacktraces         |       42                        42
    profile             |        7                         7
    ranges              |  6981918         1310720   8292638
    docs                |      196                       196
    markdown            |      210                       210
    base64              |        9                         9
    nullable            |    98030                     98030
    serialize           |       91                        91
    threads             |               1                  1
    enums               |               1                  1
    cmdlineargs         |               1                  1
    i18n                |               1                  1
    workspace           |               1                  1
    libdl               |               1                  1
    int                 |               1                  1
    checked             |               1                  1
    intset              |               1                  1
    floatfuncs          |               1                  1
    distributed         |               1                  1
    inline              |               1                  1
    boundscheck         |               1                  1
    error               |               1                  1
    cartesian           |               1                  1
    asmvariant          |               1                  1
    osutils             |               1                  1
    channels            |               1                  1
    iostream            |               1                  1
    specificity         |               1                  1
    fft                 |               1                  1
    dsp                 |               1                  1
    examples            |               1                  1
    libgit2             |      385                       385
    misc                |  1279537                   1279537
    bitarray            |   892129                    892129
    compile             |       88                        88
    FAILURE
Error in testset threads:
Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: threads
  ProcessExitedException()
Error in testset enums:
Error During Test
  Test threw an exception of type ProcessExitedException
  Expression: enums
  ProcessExitedException()

[Lots more "Error in testset ..." snipped.]

ERROR: LoadError: Test run finished with errors
while loading /home/rick/src/julia/julia/usr/share/julia/test/runtests.jl, in expression starting on line 29
ERROR: A test has failed. Please submit a bug report (https://github.com/JuliaLang/julia/issues)
including error messages above and the output of versioninfo():
Julia Version 0.6.4
Commit 9d11f62 (2018-07-09 19:09 UTC)
Platform Info:
  OS: Linux (x86_64-redhat-linux)
  CPU: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell MAX_THREADS=16)
  LAPACK: libopenblas64_
  LIBM: libopenlibm
  LLVM: libLLVM-3.9.1 (ORCJIT, skylake)


julia>

A second run after a Atom quit and restart goes better, but still has issues.

Press Enter to start Julia.
Starting Julia...
INFO: Loading HttpServer methods...
               _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: https://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?help" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.6.4 (2018-07-09 19:09 UTC)
 _/ |\__'_|_|_|\__'_|  |
|__/                   |  x86_64-redhat-linux

julia> Base.runtests()
Test (Worker)             | Time (s) | GC (s) | GC % | Alloc (MB) | RSS (MB)
WARNING: Method definition ambig(Any, Integer) in module Test51Main_ambiguous at /home/rick/src/julia/julia/test/ambiguous.jl:7 overwritten at /home/rick/src/julia/julia/test/ambiguous.jl:85.
    From worker 2:  Skipping Base.<|
    From worker 2:  Skipping Base.active_repl
    From worker 2:  Skipping Base.active_repl_backend
    From worker 2:  Skipping Base.<|
    From worker 2:  Skipping Base.active_repl
    From worker 2:  Skipping Base.active_repl_backend
ambiguous (2)             |    2.26  |  0.10  |  4.6 | 39.76      | 206.12
linalg/qr (4)             |   76.00  |  1.10  |  1.5 | 2941.58    | 345.53
linalg/schur (4)          |    8.72  |  0.13  |  1.4 | 370.48     | 361.58
linalg/matmul (2)         |   90.43  |  0.75  |  0.8 | 3246.35    | 301.65
linalg/special (4)        |   16.68  |  0.20  |  1.2 | 452.55     | 381.25
linalg/dense (5)          |  114.32  |  1.23  |  1.1 | 3569.81    | 338.36
linalg/svd (5)            |    7.48  |  0.09  |  1.2 | 174.56     | 343.03
linalg/eigen (2)          |   33.31  |  0.37  |  1.1 | 747.50     | 323.66
linalg/bunchkaufman (4)   |   32.38  |  0.41  |  1.3 | 711.69     | 401.83
linalg/lapack (5)         |   21.97  |  0.41  |  1.9 | 763.61     | 343.03
linalg/tridiag (2)        |   29.84  |  0.33  |  1.1 | 790.90     | 352.25
linalg/pinv (2)           |    6.99  |  0.26  |  3.7 | 658.20     | 418.76
linalg/givens (2)         |    4.70  |  0.04  |  0.9 | 96.44      | 418.76
linalg/bidiag (4)         |   36.56  |  0.38  |  1.0 | 657.62     | 413.54
linalg/diagonal (5)       |   62.02  |  0.57  |  0.9 | 1109.19    | 410.86
linalg/lu (4)             |   37.21  |  0.82  |  2.2 | 964.87     | 446.09
linalg/generic (4)        |    8.44  |  0.08  |  1.0 | 137.66     | 449.86
linalg/symmetric (5)      |   14.67  |  0.17  |  1.2 | 287.96     | 428.54
linalg/cholesky (2)       |   53.66  |  0.47  |  0.9 | 960.56     | 418.76
linalg/hessenberg (2)     |    0.91  |  0.01  |  1.2 | 17.73      | 418.76
linalg/uniformscaling (4) |   15.29  |  0.34  |  2.2 | 275.36     | 464.33
linalg/conjarray (4)      |    1.46  |  0.01  |  1.0 | 28.43      | 464.97
linalg/rowvector (2)      |   19.18  |  0.20  |  1.0 | 395.49     | 418.76
linalg/arnoldi (4)        |   23.61  |  0.38  |  1.6 | 594.47     | 484.14
linalg/lq (5)             |   62.93  |  1.07  |  1.7 | 3280.26    | 528.09
linalg/triangular (3)     |  292.55  |  7.04  |  2.4 | 8956.55    | 575.09
sparse/sparse (4)         |   91.47  | 28.22  | 30.9 | 1158.84    | 545.69
sparse/umfpack (4)        |    5.82  |  0.06  |  1.0 | 87.32      | 545.69
sparse/cholmod (4)        |   17.62  |  0.35  |  2.0 | 283.91     | 545.84
sparse/spqr (4)           |    1.87  |  0.03  |  1.4 | 36.44      | 545.84
strings/basic (4)         |    4.95  |  0.07  |  1.5 | 117.22     | 546.13
strings/search (4)        |    1.24  |  0.02  |  1.5 | 15.65      | 546.40
strings/util (4)          |    0.69  |  0.00  |  0.0 |  8.75      | 546.43
strings/io (4)            |    1.42  |  0.03  |  2.3 | 30.22      | 548.20
strings/types (4)         |    1.88  |  0.01  |  0.7 | 18.70      | 548.36
unicode/UnicodeError (4)  |    0.11  |  0.00  |  0.0 |  0.18      | 548.39
sparse/sparsevector (5)   |  100.70  |  0.97  |  1.0 | 1499.43    | 586.85
unicode/utf8 (5)          |    1.41  |  0.36  | 25.8 | 930.31     | 591.38
unicode/utf8proc (4)      |    2.84  |  0.03  |  1.1 | 42.69      | 550.80
dates/adjusters (4)       |    2.68  |  0.02  |  0.6 | 39.34      | 551.36
dates/query (4)           |    0.64  |  0.02  |  2.5 |  9.98      | 551.56
dates/accessors (5)       |    5.16  |  1.18  | 22.8 | 3477.83    | 598.98
dates/periods (4)         |   11.23  |  0.15  |  1.4 | 183.03     | 554.41
dates/ranges (5)          |   11.20  |  0.22  |  2.0 | 423.36     | 617.89
dates/rounding (4)        |    0.53  |  0.02  |  3.1 |  5.64      | 554.91
dates/types (5)           |    1.08  |  0.01  |  1.3 | 12.85      | 618.14
dates/arithmetic (5)      |    4.96  |  0.08  |  1.5 | 105.48     | 627.90
dates/conversions (5)     |    0.66  |  0.00  |  0.0 |  6.58      | 627.96
dates/io (4)              |   11.01  |  0.14  |  1.3 | 186.19     | 560.99
WARNING: Method definition f() in module JLCall14301 at /home/rick/src/julia/julia/test/core.jl:3427 overwritten at /home/rick/src/julia/julia/test/core.jl:3437.
inference (4)             |    8.46  |  0.11  |  1.3 | 133.68     | 580.98
WARNING: Method definition f265a(Any) in module Test49Main_worlds at /home/rick/src/julia/julia/test/worlds.jl:12 overwritten at /home/rick/src/julia/julia/test/worlds.jl:17.
worlds (4)                |    2.14  |  0.05  |  2.1 | 31.56      | 585.11
keywordargs (4)           |    2.18  |  0.02  |  0.9 | 20.54      | 585.80
sparse/higherorderfns (3) |  135.66  |  1.80  |  1.3 | 3226.49    | 697.91
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
sh: scl: line 1: syntax error: unexpected end of file
sh: error importing function definition for `scl'
WARNING: static parameter T does not occur in signature for bad_tvars at /home/rick/src/julia/julia/test/core.jl:4569.
The method will not be callable.
subarray (2)              |  195.71  |  4.43  |  2.3 | 5258.64    | 729.88
WARNING: Method definition (::Type{Test28Main_core.A16424})(Any, Any) in module Test28Main_core at /home/rick/src/julia/julia/test/core.jl:4772 overwritten at /home/rick/src/julia/julia/test/core.jl:4777.
WARNING: Method definition (::Type{Test28Main_core.B16424{T}})(Any) in module Test28Main_core at /home/rick/src/julia/julia/test/core.jl:4792 overwritten at /home/rick/src/julia/julia/test/core.jl:4796.
WARNING: Method definition (::Type{Test28Main_core.C16424{T, S}})(Any, Any) in module Test28Main_core at /home/rick/src/julia/julia/test/core.jl:4804 overwritten at /home/rick/src/julia/julia/test/core.jl:4809.
WARNING: Method definition (::Type{Test28Main_core.C16424{T, S} where S where T})(T, S) in module Test28Main_core at /home/rick/src/julia/julia/test/core.jl:4804 overwritten at /home/rick/src/julia/julia/test/core.jl:4809.
WARNING: Method definition (::Type{Test28Main_core.D16424{T<:Real, S<:T<:Real}})(Any, Any) in module Test28Main_core at /home/rick/src/julia/julia/test/core.jl:4819 overwritten at /home/rick/src/julia/julia/test/core.jl:4824.
WARNING: Method definition (::Type{Test28Main_core.D16424{T, S} where S<:T where T<:Real})(Array{S<:T<:Real, 1}, Array{T<:Real, 1}) in module Test28Main_core at /home/rick/src/julia/julia/test/core.jl:4819 overwritten at /home/rick/src/julia/julia/test/core.jl:4824.
WARNING: Method definition (::Type{Test28Main_core.T20999})(Array{T, N} where N where T<:Real) in module Test28Main_core at /home/rick/src/julia/julia/test/core.jl:4835 overwritten at /home/rick/src/julia/julia/test/core.jl:4839.
WARNING: Method definition (::Type{Test28Main_core.T20999})(Any) in module Test28Main_core at /home/rick/src/julia/julia/test/core.jl:4835 overwritten at /home/rick/src/julia/julia/test/core.jl:4839.
core (5)                  |   29.75  |  7.98  | 26.8 | 5027.77    | 966.45
char (5)                  |    1.07  |  0.00  |  0.0 | 13.70      | 966.45
triplequote (5)           |    0.10  |  0.00  |  0.0 |  0.28      | 966.45
intrinsics (5)            |    0.28  |  0.01  |  5.2 |  2.96      | 966.45
WARNING: Method definition test(Type{Tuple{V<:Union{Tuple{Int64, Int64}, Tuple{Int32, Int32}, Tuple{UInt64, UInt64}, Tuple{UInt32, UInt32}, Tuple{Int64, Int64, Int64}, Tuple{Int32, Int32, Int32}, Tuple{UInt64, UInt64, UInt64}, Tuple{UInt32, UInt32, UInt32}, Tuple{Int64, Int64, Int64, Int64}, Tuple{Int32, Int32, Int32, Int32}, Tuple{UInt64, UInt64, UInt64, UInt64}, Tuple{UInt32, UInt32, UInt32, UInt32}}, I<:Union{Int64, Int32, UInt64, UInt32}}}) in module Test51Main_subtype at /home/rick/src/julia/julia/test/subtype.jl:1111 overwritten at /home/rick/src/julia/julia/test/subtype.jl:1112.
subtype (3)               |   19.37  |  0.48  |  2.5 | 604.61     | 827.52
printf (2)                |   14.99  |  0.37  |  2.5 | 199.16     | 743.80
iobuffer (2)              |    1.79  |  0.04  |  2.1 | 41.03      | 766.61
hashing (3)               |    5.54  |  0.05  |  1.0 | 97.18      | 828.66
WARNING: Method definition f10178(X) in module Test85Main_staged at /home/rick/src/julia/julia/test/staged.jl:218 overwritten at /home/rick/src/julia/julia/test/staged.jl:223.
WARNING: Method definition g10178(Any) in module Test85Main_staged at /home/rick/src/julia/julia/test/staged.jl:220 overwritten at /home/rick/src/julia/julia/test/staged.jl:225.
staged (2)                |    1.27  |  0.00  |  0.0 |  8.09      | 766.79
dict (5)                  |   18.80  |  0.59  |  3.2 | 1064.72    | 966.45
tuple (5)                 |    2.38  |  0.02  |  1.0 | 40.20      | 966.45
reduce (5)                |    4.99  |  0.10  |  1.9 | 111.30     | 966.45
numbers (4)               |   51.57  |  1.14  |  2.2 | 1370.11    | 673.39
reducedim (5)             |   14.57  |  0.31  |  2.1 | 322.62     | 966.45
random (4)                |   10.49  |  0.18  |  1.8 | 220.27     | 684.64
intfuncs (4)              |    0.78  |  0.02  |  1.9 |  7.73      | 689.01
simdloop (4)              |    1.20  |  0.00  |  0.0 | 18.34      | 689.09
vecelement (4)            |    6.80  |  0.09  |  1.4 | 90.67      | 703.96
offsetarray (3)           |   52.63  |  0.80  |  1.5 | 1156.64    | 838.96
blas (4)                  |   17.90  |  0.37  |  2.0 | 410.60     | 769.79
copy (4)                  |    2.10  |  0.04  |  2.1 | 25.64      | 770.29
abstractarray (5)         |   45.07  |  1.04  |  2.3 | 886.71     | 966.45
fastmath (5)              |    4.52  |  0.08  |  1.7 | 48.09      | 966.45
arrayops (2)              |   77.58  |  1.82  |  2.3 | 1534.37    | 977.55
functional (5)            |    3.61  |  0.05  |  1.4 | 59.37      | 966.45
math (4)                  |   18.02  |  0.83  |  4.6 | 1238.63    | 775.58
operators (5)             |    3.32  |  0.11  |  3.2 | 72.70      | 966.45
path (4)                  |    2.09  |  0.00  |  0.0 | 17.49      | 777.23
parse (4)                 |    6.47  |  0.10  |  1.6 | 79.31      | 781.20
ccall (5)                 |    7.57  |  0.07  |  0.9 | 81.89      | 966.45
loading (4)               |    0.28  |  0.00  |  0.0 |  2.82      | 781.20
bigfloat (4)              |    0.15  |  0.00  |  0.0 |  0.48      | 781.20
bigint (5)                |    2.94  |  0.04  |  1.5 | 34.72      | 966.45
iterators (2)             |   25.94  |  0.40  |  1.5 | 321.23     | 977.55
    From worker 2:         [stdio passthrough ok]
statistics (5)            |   14.97  |  0.34  |  2.2 | 291.06     | 966.45
backtrace (5)             |    0.68  |  0.00  |  0.0 |  5.33      | 966.45
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
sh: scl: line 1: syntax error: unexpected end of file
sh: error importing function definition for `scl'
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
sh: scl: line 1: syntax error: unexpected end of file
sh: error importing function definition for `scl'
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
sh: scl: line 1: syntax error: unexpected end of file
sh: error importing function definition for `scl'
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
sh: scl: line 1: syntax error: unexpected end of file
sh: error importing function definition for `scl'
spawn (2)                 |   16.37  |  0.16  |  0.9 | 107.90     | 977.55
sorting (4)               |   42.27  |  0.62  |  1.5 | 463.73     | 781.20
read (2)                  |   16.28  |  0.31  |  1.9 | 325.46     | 1000.26
version (2)               |    2.49  |  0.10  |  4.0 | 60.54      | 1013.14
mmap (4)                  |   13.50  | 10.48  | 77.6 | 40.24      | 781.20
file (5)                  |   39.84  |  3.70  |  9.3 | 59.09      | 966.45
pollfd (4)                |    4.55  |  0.25  |  5.6 | 13.06      | 781.20
mpfr (5)                  |    3.26  |  0.02  |  0.7 | 31.22      | 966.45
resolve (2)               |   17.62  |  1.92  | 10.9 | 2082.18    | 1013.14
socket (2)                |    2.92  |  0.02  |  0.7 | 22.56      | 1013.14
floatapprox (2)           |    1.33  |  0.03  |  2.0 | 17.56      | 1013.14
complex (5)               |   12.45  |  0.15  |  1.2 | 130.87     | 966.45
datafmt (2)               |    3.97  |  0.08  |  2.1 | 65.85      | 1013.14
regex (2)                 |    1.32  |  0.00  |  0.0 | 12.48      | 1013.14
float16 (2)               |    1.35  |  0.03  |  2.2 | 13.20      | 1013.14
combinatorics (2)         |    0.79  |  0.00  |  0.0 |  9.27      | 1013.14
sysinfo (2)               |    0.56  |  0.03  |  5.0 |  9.30      | 1013.14
env (2)                   |    0.50  |  0.00  |  0.0 |  4.35      | 1013.14
rounding (2)              |    0.94  |  0.00  |  0.0 |  9.68      | 1013.14
reflection (5)            |    7.78  |  0.16  |  2.1 | 128.18     | 966.45
mod2pi (5)                |    0.30  |  0.00  |  0.0 |  1.51      | 966.45
euler (5)                 |    0.93  |  0.03  |  2.8 | 26.49      | 966.45
broadcast (4)             |   26.71  |  0.52  |  1.9 | 521.04     | 799.96
lineedit (4)              |    5.00  |  0.10  |  2.1 | 74.33      | 804.07
show (5)                  |   18.04  |  0.33  |  1.8 | 334.08     | 966.45
replcompletions (4)       |   10.03  |  0.14  |  1.4 | 120.63     | 820.64
/bin/bash: module: line 1: syntax error: unexpected end of file
/bin/bash: error importing function definition for `module'
/bin/bash: scl: line 1: syntax error: unexpected end of file
/bin/bash: error importing function definition for `scl'
/bin/bash: module: line 1: syntax error: unexpected end of file
/bin/bash: error importing function definition for `module'
/bin/bash: scl: line 1: syntax error: unexpected end of file
/bin/bash: error importing function definition for `scl'
/bin/bash: module: line 1: syntax error: unexpected end of file
/bin/bash: error importing function definition for `module'
/bin/bash: scl: line 1: syntax error: unexpected end of file
/bin/bash: error importing function definition for `scl'
replutil (4)              |    6.54  |  0.13  |  2.0 | 105.17     | 829.80
repl (5)                  |    9.71  |  0.13  |  1.3 | 125.22     | 966.45
sets (4)                  |    4.29  |  0.05  |  1.1 | 45.36      | 835.83
goto (4)                  |    0.16  |  0.00  |  0.0 |  0.26      | 835.83
llvmcall (4)              |    0.46  |  0.00  |  0.0 |  3.13      | 835.85
llvmcall2 (4)             |    0.12  |  0.00  |  0.0 |  0.24      | 835.92
grisu (4)                 |    2.76  |  0.06  |  2.1 | 32.50      | 840.82
test (5)                  |    8.88  |  0.06  |  0.6 | 42.10      | 966.45
meta (5)                  |    0.44  |  0.00  |  0.0 |  3.83      | 966.45
ranges (2)                |   40.93  |  6.80  | 16.6 | 7077.17    | 1061.43
stacktraces (5)           |    1.80  |  0.04  |  2.0 | 17.15      | 966.45
profile (2)               |    4.92  |  0.06  |  1.3 | 48.91      | 1074.03
docs (2)                  |    6.56  |  0.20  |  3.1 | 152.46     | 1080.70
markdown (2)              |    5.04  |  0.10  |  1.9 | 66.57      | 1081.92
base64 (2)                |    0.43  |  0.00  |  0.0 |  2.64      | 1081.95
nullable (4)              |   23.41  |  0.32  |  1.4 | 292.55     | 877.32
serialize (2)             |    5.40  |  0.13  |  2.3 | 85.36      | 1083.03
WARNING: readuntil(IO,AbstractString) will perform poorly with a long string
WARNING: readuntil(IO,AbstractString) will perform poorly with a long string
WARNING: readuntil(IO,AbstractString) will perform poorly with a long string
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
sh: scl: line 1: syntax error: unexpected end of file
sh: error importing function definition for `scl'
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
sh: scl: line 1: syntax error: unexpected end of file
sh: error importing function definition for `scl'
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
sh: scl: line 1: syntax error: unexpected end of file
sh: error importing function definition for `scl'
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
sh: scl: line 1: syntax error: unexpected end of file
sh: error importing function definition for `scl'
threads (2)               |   12.56  |  1.10  |  8.7 | 79.41      | 1122.09
enums (2)                 |    3.43  |  0.06  |  1.9 | 38.76      | 1122.09
libgit2 (5)               |   42.26  |  0.64  |  1.5 | 272.19     | 1084.69
i18n (5)                  |    0.04  |  0.00  |  0.0 |  0.07      | 1084.69
workspace (5)             |    1.76  |  0.00  |  0.0 |  2.46      | 1084.69
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
sh: scl: line 1: syntax error: unexpected end of file
sh: error importing function definition for `scl'
libdl (5)                 |    0.51  |  0.00  |  0.0 |  3.83      | 1085.06
int (5)                   |    4.49  |  0.07  |  1.6 | 34.59      | 1086.51
checked (5)               |    6.29  |  0.04  |  0.7 | 51.90      | 1088.38
intset (5)                |    3.48  |  0.04  |  1.2 | 33.56      | 1088.85
    From worker 4:  Test Summary: | Pass  Total
    From worker 4:  @deprecate    |    3      3
misc (4)                  |   42.24  |  3.31  |  7.8 | 1650.72    | 1013.56
floatfuncs (5)            |    5.21  |  0.11  |  2.1 | 124.86     | 1090.32
inline (5)                |    0.37  |  0.00  |  0.0 |  4.10      | 1090.59
boundscheck (5)           |    4.99  |  0.00  |  0.0 |  0.06      | 1090.63
error (5)                 |    1.29  |  0.02  |  1.7 |  7.57      | 1090.73
cartesian (5)             |    0.14  |  0.00  |  0.0 |  0.93      | 1090.74
asmvariant (5)            |    0.10  |  0.00  |  0.0 |  0.05      | 1090.75
osutils (5)               |    0.02  |  0.00  |  0.0 |  0.25      | 1090.79
channels (5)              |   12.86  |  2.03  | 15.8 | 454.36     | 1150.32
iostream (5)              |    0.25  |  0.00  |  0.0 |  2.59      | 1150.32
WARNING: Method definition f(Tuple{Vararg{Int64, N}}, AbstractArray{T, N}) in module Test51Main_specificity at /home/rick/src/julia/julia/test/specificity.jl:87 overwritten at /home/rick/src/julia/julia/test/specificity.jl:93.
specificity (5)           |    0.07  |  0.00  |  0.0 |  0.90      | 1150.32
fft (5)                   |   16.17  |  0.48  |  2.9 | 513.28     | 1150.32
bitarray (3)              |  267.75  |  1.75  |  0.7 | 2604.24    | 888.78
dsp (5)                   |    6.32  |  0.25  |  3.9 | 230.04     | 1150.32
examples (3)              |   12.73  |  0.42  |  3.3 | 632.88     | 888.78
distributed (4)           |   78.17  |  0.00  |  0.0 |  0.87      | 1013.56
cmdlineargs (2)           |  106.85  |  0.05  |  0.0 | 51.20      | 1123.63
    From worker 1:
Test Summary: |     Pass   Broken     Total
  Overall     | 21516983  1311352  22828335
    SUCCESS

julia>

The

/bin/bash: module: line 1: syntax error: unexpected end of file
/bin/bash: error importing function definition for `module'
/bin/bash: scl: line 1: syntax error: unexpected end of file
/bin/bash: error importing function definition for `scl'

error is not caused by Juno. See e.g.
https://github.com/AtomLinter/linter-flake8/issues/165
for a couple of possible solutions. Since you seem to be on Fedora, try

sudo dnf remove scl-utils

which apparently should fix this bug.

It definitely did fix some things. But there are still differences between the Juno REPL and the regular REPL.

First I checked to make sure scl wasn’t used for anything by root or my user account.

$ scl list-collections

… nothing was returned by the user account or by root.

Then…

# dnf rm scl-utils

Then after reboot, I ran Base.runtests() in the regular Julia REPL and with Juno’s REPL. Both completed, but with different warnings/errors. It would be good to understand the differences.

The regular Julia REPL …

$ ./julia 
               _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: https://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?help" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.6.4 (2018-07-09 19:09 UTC)
 _/ |\__'_|_|_|\__'_|  |  
|__/                   |  x86_64-redhat-linux

julia> Base.runtests()
Test (Worker)             | Time (s) | GC (s) | GC % | Alloc (MB) | RSS (MB)
WARNING: Method definition ambig(Any, Integer) in module Test32Main_ambiguous at /home/rick/src/julia/julia/test/ambiguous.jl:7 overwritten at /home/rick/src/julia/julia/test/ambiguous.jl:85.
	From worker 2:	Skipping Base.<|
	From worker 2:	Skipping Base.active_repl
	From worker 2:	Skipping Base.active_repl_backend
	From worker 2:	Skipping Base.<|
	From worker 2:	Skipping Base.active_repl
	From worker 2:	Skipping Base.active_repl_backend
ambiguous (2)             |    2.03  |  0.09  |  4.6 | 41.13      | 206.75  
linalg/qr (4)             |  104.76  |  1.26  |  1.2 | 2941.58    | 346.01  
linalg/schur (4)          |   12.26  |  0.15  |  1.2 | 370.48     | 362.63  
linalg/matmul (2)         |  130.67  |  0.87  |  0.7 | 3240.74    | 300.06  
linalg/special (4)        |   24.45  |  0.23  |  1.0 | 452.55     | 378.89  
linalg/dense (5)          |  154.56  |  1.35  |  0.9 | 3569.81    | 338.73  
linalg/svd (5)            |   10.31  |  0.10  |  1.0 | 174.56     | 343.43  
linalg/eigen (2)          |   46.37  |  0.30  |  0.7 | 747.39     | 328.18  
linalg/bunchkaufman (4)   |   44.78  |  0.45  |  1.0 | 711.69     | 399.30  
linalg/lapack (5)         |   30.45  |  0.47  |  1.5 | 763.61     | 343.43  
linalg/tridiag (2)        |   37.48  |  0.48  |  1.3 | 791.19     | 346.65  
linalg/pinv (2)           |    9.02  |  0.14  |  1.6 | 658.20     | 421.01  
linalg/givens (2)         |    6.33  |  0.05  |  0.8 | 96.54      | 423.79  
linalg/bidiag (4)         |   48.21  |  0.40  |  0.8 | 657.62     | 412.22  
linalg/diagonal (5)       |   81.13  |  0.65  |  0.8 | 1109.19    | 411.39  
linalg/lu (4)             |   48.32  |  0.89  |  1.8 | 964.87     | 446.80  
linalg/generic (4)        |   11.79  |  0.10  |  0.8 | 137.66     | 450.56  
linalg/symmetric (5)      |   18.63  |  0.18  |  1.0 | 287.96     | 429.00  
linalg/cholesky (2)       |   76.01  |  0.56  |  0.7 | 960.18     | 431.45  
linalg/hessenberg (2)     |    1.40  |  0.02  |  1.4 | 17.73      | 431.48  
linalg/uniformscaling (4) |   23.14  |  0.42  |  1.8 | 275.36     | 464.89  
linalg/conjarray (4)      |    2.60  |  0.03  |  1.2 | 28.43      | 465.64  
linalg/rowvector (2)      |   27.56  |  0.23  |  0.8 | 395.38     | 437.82  
linalg/arnoldi (4)        |   32.00  |  0.41  |  1.3 | 594.47     | 484.60  
linalg/lq (5)             |   96.99  |  1.28  |  1.3 | 3280.26    | 530.41  
linalg/triangular (3)     |  391.47  |  8.42  |  2.2 | 8955.55    | 573.57  
sparse/sparse (4)         |  143.82  | 40.22  | 28.0 | 1158.84    | 546.47  
sparse/umfpack (4)        |   10.06  |  0.08  |  0.8 | 87.31      | 546.47  
sparse/cholmod (4)        |   28.46  |  0.47  |  1.7 | 283.91     | 547.00  
sparse/spqr (4)           |    3.17  |  0.03  |  1.0 | 36.44      | 547.00  
strings/basic (4)         |    7.61  |  0.09  |  1.2 | 117.22     | 547.08  
strings/search (4)        |    2.04  |  0.02  |  1.1 | 15.65      | 547.40  
strings/util (4)          |    1.21  |  0.00  |  0.0 |  8.75      | 547.45  
sparse/sparsevector (5)   |  157.81  |  1.28  |  0.8 | 1499.43    | 586.04  
strings/io (4)            |    1.76  |  0.07  |  3.7 | 30.21      | 549.20  
unicode/UnicodeError (4)  |    0.12  |  0.00  |  0.0 |  0.18      | 549.20  
strings/types (5)         |    4.53  |  0.02  |  0.4 | 20.67      | 586.71  
unicode/utf8proc (4)      |    5.03  |  0.04  |  0.8 | 42.37      | 551.48  
unicode/utf8 (5)          |    2.09  |  0.46  | 22.1 | 930.31     | 591.16  
dates/adjusters (5)       |    3.15  |  0.04  |  1.1 | 39.04      | 592.48  
dates/query (5)           |    1.02  |  0.00  |  0.0 |  9.88      | 592.71  
dates/accessors (4)       |    7.58  |  1.57  | 20.8 | 3477.88    | 558.49  
dates/periods (5)         |   16.41  |  0.17  |  1.1 | 184.00     | 607.49  
dates/rounding (5)        |    0.91  |  0.00  |  0.0 |  5.71      | 607.79  
dates/types (5)           |    1.45  |  0.02  |  1.4 | 12.41      | 608.77  
dates/ranges (4)          |   18.54  |  0.32  |  1.7 | 425.03     | 572.33  
dates/arithmetic (4)      |    7.33  |  0.11  |  1.5 | 111.96     | 574.44  
dates/conversions (4)     |    1.47  |  0.02  |  1.3 | 10.56      | 574.63  
dates/io (5)              |   16.79  |  0.14  |  0.9 | 182.10     | 611.47  
sparse/higherorderfns (3) |  213.01  |  2.32  |  1.1 | 3229.20    | 697.87  
WARNING: Method definition f265a(Any) in module Test51Main_worlds at /home/rick/src/julia/julia/test/worlds.jl:12 overwritten at /home/rick/src/julia/julia/test/worlds.jl:17.
WARNING: Method definition f() in module JLCall14301 at /home/rick/src/julia/julia/test/core.jl:3427 overwritten at /home/rick/src/julia/julia/test/core.jl:3437.
worlds (3)                |    3.02  |  0.02  |  0.5 | 31.43      | 700.59  
inference (5)             |   14.47  |  0.12  |  0.8 | 136.24     | 631.74  
keywordargs (3)           |    3.16  |  0.02  |  0.5 | 19.59      | 701.27  
WARNING: static parameter T does not occur in signature for bad_tvars at /home/rick/src/julia/julia/test/core.jl:4569.
The method will not be callable.
WARNING: Method definition test(Type{Tuple{V<:Union{Tuple{Int64, Int64}, Tuple{Int32, Int32}, Tuple{UInt64, UInt64}, Tuple{UInt32, UInt32}, Tuple{Int64, Int64, Int64}, Tuple{Int32, Int32, Int32}, Tuple{UInt64, UInt64, UInt64}, Tuple{UInt32, UInt32, UInt32}, Tuple{Int64, Int64, Int64, Int64}, Tuple{Int32, Int32, Int32, Int32}, Tuple{UInt64, UInt64, UInt64, UInt64}, Tuple{UInt32, UInt32, UInt32, UInt32}}, I<:Union{Int64, Int32, UInt64, UInt32}}}) in module Test76Main_subtype at /home/rick/src/julia/julia/test/subtype.jl:1111 overwritten at /home/rick/src/julia/julia/test/subtype.jl:1112.
WARNING: Method definition (::Type{Test58Main_core.A16424})(Any, Any) in module Test58Main_core at /home/rick/src/julia/julia/test/core.jl:4772 overwritten at /home/rick/src/julia/julia/test/core.jl:4777.
WARNING: Method definition (::Type{Test58Main_core.B16424{T}})(Any) in module Test58Main_core at /home/rick/src/julia/julia/test/core.jl:4792 overwritten at /home/rick/src/julia/julia/test/core.jl:4796.
WARNING: Method definition (::Type{Test58Main_core.C16424{T, S}})(Any, Any) in module Test58Main_core at /home/rick/src/julia/julia/test/core.jl:4804 overwritten at /home/rick/src/julia/julia/test/core.jl:4809.
WARNING: Method definition (::Type{Test58Main_core.C16424{T, S} where S where T})(T, S) in module Test58Main_core at /home/rick/src/julia/julia/test/core.jl:4804 overwritten at /home/rick/src/julia/julia/test/core.jl:4809.
WARNING: Method definition (::Type{Test58Main_core.D16424{T<:Real, S<:T<:Real}})(Any, Any) in module Test58Main_core at /home/rick/src/julia/julia/test/core.jl:4819 overwritten at /home/rick/src/julia/julia/test/core.jl:4824.
WARNING: Method definition (::Type{Test58Main_core.D16424{T, S} where S<:T where T<:Real})(Array{S<:T<:Real, 1}, Array{T<:Real, 1}) in module Test58Main_core at /home/rick/src/julia/julia/test/core.jl:4819 overwritten at /home/rick/src/julia/julia/test/core.jl:4824.
WARNING: Method definition (::Type{Test58Main_core.T20999})(Array{T, N} where N where T<:Real) in module Test58Main_core at /home/rick/src/julia/julia/test/core.jl:4835 overwritten at /home/rick/src/julia/julia/test/core.jl:4839.
WARNING: Method definition (::Type{Test58Main_core.T20999})(Any) in module Test58Main_core at /home/rick/src/julia/julia/test/core.jl:4835 overwritten at /home/rick/src/julia/julia/test/core.jl:4839.
core (4)                  |   48.15  | 11.92  | 24.8 | 5040.68    | 954.68  
subarray (2)              |  307.42  |  5.84  |  1.9 | 5266.65    | 731.22  
char (2)                  |    1.62  |  0.02  |  1.5 | 17.82      | 743.54  
triplequote (2)           |    0.11  |  0.00  |  0.0 |  0.28      | 743.54  
subtype (3)               |   33.33  |  0.72  |  2.2 | 603.35     | 831.82  
intrinsics (2)            |    0.49  |  0.00  |  0.0 |  2.99      | 743.56  
hashing (2)               |    8.91  |  0.12  |  1.3 | 97.72      | 749.83  
iobuffer (2)              |    6.40  |  0.10  |  1.5 | 71.48      | 779.55  
printf (4)                |   23.48  |  0.18  |  0.8 | 195.29     | 954.68  
WARNING: Method definition f10178(X) in module Test61Main_staged at /home/rick/src/julia/julia/test/staged.jl:218 overwritten at /home/rick/src/julia/julia/test/staged.jl:223.
WARNING: Method definition g10178(Any) in module Test61Main_staged at /home/rick/src/julia/julia/test/staged.jl:220 overwritten at /home/rick/src/julia/julia/test/staged.jl:225.
staged (2)                |    1.46  |  0.00  |  0.0 |  9.61      | 779.68  
dict (3)                  |   27.43  |  0.77  |  2.8 | 1034.69    | 835.57  
tuple (3)                 |    4.16  |  0.04  |  1.0 | 42.10      | 835.57  
reduce (3)                |   10.15  |  0.14  |  1.4 | 117.75     | 835.57  
numbers (5)               |   89.30  |  1.64  |  1.8 | 1405.51    | 688.29  
reducedim (3)             |   26.47  |  0.39  |  1.5 | 331.71     | 835.57  
random (5)                |   16.98  |  0.27  |  1.6 | 221.25     | 711.82  
intfuncs (5)              |    1.22  |  0.02  |  1.6 |  7.77      | 716.25  
simdloop (5)              |    1.86  |  0.00  |  0.0 | 17.53      | 716.31  
vecelement (5)            |   11.92  |  0.13  |  1.1 | 97.01      | 735.98  
offsetarray (4)           |   93.25  |  1.56  |  1.7 | 1204.85    | 954.68  
blas (5)                  |   28.19  |  0.46  |  1.6 | 391.07     | 801.70  
copy (5)                  |    3.23  |  0.03  |  0.9 | 28.75      | 802.14  
abstractarray (3)         |   72.97  |  0.92  |  1.3 | 882.98     | 835.57  
arrayops (2)              |  129.10  |  2.81  |  2.2 | 1532.03    | 977.17  
math (5)                  |   27.42  |  1.31  |  4.8 | 1237.61    | 804.21  
fastmath (3)              |    6.61  |  0.05  |  0.8 | 51.50      | 835.57  
functional (2)            |    5.04  |  0.10  |  2.0 | 58.35      | 977.17  
operators (3)             |    4.72  |  0.10  |  2.1 | 74.33      | 837.11  
path (2)                  |    2.41  |  0.03  |  1.4 | 18.02      | 977.17  
parse (2)                 |    7.15  |  0.10  |  1.3 | 59.62      | 977.17  
loading (2)               |    0.45  |  0.00  |  0.0 |  2.65      | 977.17  
ccall (3)                 |   12.93  |  0.35  |  2.7 | 89.35      | 838.80  
bigfloat (3)              |    0.68  |  0.00  |  0.0 |  5.24      | 838.80  
bigint (2)                |    3.97  |  0.03  |  0.8 | 31.90      | 977.17  
statistics (2)            |   18.83  |  0.34  |  1.8 | 222.88     | 977.17  
iterators (5)             |   40.72  |  0.39  |  1.0 | 330.26     | 804.21  
	From worker 2:	       [stdio passthrough ok]
backtrace (5)             |    0.74  |  0.00  |  0.0 |  2.28      | 807.27  
spawn (2)                 |   21.18  |  0.17  |  0.8 | 106.33     | 977.17  
sorting (3)               |   59.18  |  0.55  |  0.9 | 520.61     | 844.42  
read (2)                  |   22.13  |  0.35  |  1.6 | 322.46     | 977.17  
version (2)               |    3.23  |  0.09  |  2.6 | 60.50      | 981.95  
file (5)                  |   43.66  |  4.17  |  9.6 | 59.70      | 819.20  
pollfd (5)                |    5.27  |  0.38  |  7.3 | 12.44      | 819.20  
mmap (3)                  |   15.70  | 11.22  | 71.4 | 42.65      | 844.82  
mpfr (5)                  |    3.82  |  0.03  |  0.8 | 25.66      | 819.20  
resolve (2)               |   22.99  |  2.22  |  9.6 | 2078.63    | 1010.42 
socket (2)                |    3.31  |  0.03  |  0.8 | 20.07      | 1011.25 
complex (5)               |   18.34  |  0.20  |  1.1 | 163.74     | 823.05  
floatapprox (2)           |    1.74  |  0.00  |  0.0 | 16.68      | 1011.31 
datafmt (5)               |    7.14  |  0.11  |  1.6 | 93.03      | 824.97  
regex (5)                 |    1.76  |  0.03  |  1.6 | 14.47      | 825.05  
float16 (5)               |    1.55  |  0.03  |  1.8 |  9.71      | 825.19  
reflection (2)            |   10.74  |  0.20  |  1.8 | 120.21     | 1016.82 
combinatorics (5)         |    1.11  |  0.00  |  0.0 |  7.03      | 825.27  
sysinfo (2)               |    0.86  |  0.00  |  0.0 | 12.35      | 1018.02 
env (5)                   |    0.89  |  0.00  |  0.0 |  5.73      | 825.34  
rounding (2)              |    1.23  |  0.03  |  2.4 |  8.88      | 1018.11 
mod2pi (2)                |    0.46  |  0.00  |  0.0 |  1.67      | 1018.16 
euler (2)                 |    1.41  |  0.03  |  2.3 | 27.10      | 1027.29 
broadcast (3)             |   35.56  |  0.46  |  1.3 | 428.73     | 848.11  
lineedit (3)              |    4.65  |  0.06  |  1.2 | 41.91      | 851.10  
replcompletions (3)       |    6.13  |  0.16  |  2.6 | 63.38      | 857.05  
show (2)                  |   23.68  |  0.34  |  1.4 | 235.12     | 1031.12 
repl (3)                  |   13.25  |  0.14  |  1.1 | 111.24     | 879.48  
sets (3)                  |    4.63  |  0.06  |  1.3 | 39.30      | 884.31  
replutil (2)              |   10.70  |  0.20  |  1.9 | 127.02     | 1037.59 
goto (2)                  |    0.20  |  0.00  |  0.0 |  0.26      | 1037.66 
llvmcall (2)              |    0.57  |  0.00  |  0.0 |  2.58      | 1037.68 
llvmcall2 (2)             |    0.14  |  0.00  |  0.0 |  0.24      | 1037.68 
grisu (2)                 |    3.18  |  0.07  |  2.1 | 31.10      | 1040.10 
test (3)                  |   13.67  |  0.06  |  0.4 | 50.15      | 897.41  
meta (3)                  |    0.70  |  0.00  |  0.0 |  4.91      | 897.47  
stacktraces (3)           |    3.73  |  0.06  |  1.6 | 25.09      | 898.11  
profile (3)               |    5.79  |  0.03  |  0.5 | 43.00      | 902.32  
ranges (5)                |   59.91  |  6.53  | 10.9 | 7132.92    | 898.18  
bitarray (4)              |  230.15  |  2.56  |  1.1 | 2567.96    | 954.68  
docs (5)                  |    9.71  |  0.29  |  3.0 | 166.43     | 924.26  
base64 (5)                |    0.47  |  0.00  |  0.0 |  2.74      | 924.31  
markdown (4)              |    8.41  |  0.12  |  1.5 | 80.45      | 954.68  
nullable (2)              |   35.56  |  0.48  |  1.4 | 324.16     | 1046.50 
Warning: threaded loop executed in order
serialize (5)             |    7.13  |  0.14  |  2.0 | 86.15      | 928.48  
enums (5)                 |    4.56  |  0.03  |  0.7 | 38.01      | 931.58  
WARNING: readuntil(IO,AbstractString) will perform poorly with a long string
WARNING: readuntil(IO,AbstractString) will perform poorly with a long string
WARNING: readuntil(IO,AbstractString) will perform poorly with a long string
libgit2 (3)               |   50.61  |  0.92  |  1.8 | 283.98     | 1107.50 
i18n (3)                  |    0.12  |  0.00  |  0.0 |  0.07      | 1107.50 
workspace (3)             |    3.30  |  0.03  |  0.8 |  3.32      | 1107.50 
libdl (3)                 |    0.85  |  0.00  |  0.0 |  3.84      | 1107.50 
threads (2)               |   35.52  |  0.97  |  2.7 | 96.12      | 1055.55 
int (3)                   |    6.47  |  0.07  |  1.1 | 38.88      | 1107.50 
checked (2)               |    9.57  |  0.08  |  0.9 | 52.82      | 1080.02 
intset (3)                |    4.32  |  0.03  |  0.7 | 30.65      | 1107.50 
	From worker 4:	Test Summary: | Pass  Total
	From worker 4:	@deprecate    |    3      3
misc (4)                  |   52.49  |  3.67  |  7.0 | 1574.20    | 983.05  
floatfuncs (2)            |    7.42  |  0.18  |  2.4 | 121.59     | 1080.04 
inline (4)                |    4.86  |  0.05  |  1.1 | 47.41      | 983.05  
error (4)                 |    1.54  |  0.00  |  0.0 |  6.49      | 983.05  
cartesian (4)             |    0.11  |  0.00  |  0.0 |  0.06      | 983.05  
asmvariant (4)            |    0.38  |  0.00  |  0.0 |  0.51      | 983.05  
osutils (4)               |    0.05  |  0.00  |  0.0 |  0.25      | 983.05  
boundscheck (2)           |    8.92  |  0.00  |  0.0 |  4.47      | 1080.04 
iostream (2)              |    0.30  |  0.00  |  0.0 |  2.67      | 1080.04 
WARNING: Method definition f(Tuple{Vararg{Int64, N}}, AbstractArray{T, N}) in module Test20Main_specificity at /home/rick/src/julia/julia/test/specificity.jl:87 overwritten at /home/rick/src/julia/julia/test/specificity.jl:93.
specificity (2)           |    0.16  |  0.00  |  0.0 |  0.90      | 1080.04 
channels (4)              |   15.16  |  2.72  | 17.9 | 457.32     | 1035.13 
dsp (4)                   |   10.31  |  0.26  |  2.6 | 257.78     | 1035.13 
fft (2)                   |   23.31  |  1.05  |  4.5 | 482.58     | 1080.04 
examples (4)              |   24.25  |  0.64  |  2.6 | 654.10     | 1035.13 
cmdlineargs (5)           |  130.56  |  0.09  |  0.1 | 58.39      | 964.24  
EOFError(EOFError())CapturedException(CapturedException(EOFErrorEOFError(()), , Any[Any[((unsafe_readunsafe_read((::::BaseBase..AbstractIOBuffer{Array{UInt8,1}}, ::Ptr{UInt8}, ::UInt64) at iobuffer.jl:105, 1), (unsafe_read(::TCPSocket, ::Ptr{UInt8}, ::UInt64) at stream.jl:752, 1), (unsafe_read(::TCPSocket, ::Base.RefValue{NTuple{4,Int64}}, ::Int64) at io.jl:361, 1), (read at io.jl:363 [inlined], 1), (deserialize_hdr_raw at messages.jl:170 [inlined], 1), (message_handler_loop(::TCPSocket, ::TCPSocket, ::Bool) at process_messages.jl:157, 1), (process_tcp_streams(::TCPSocket, ::TCPSocket, ::Bool) at process_messages.jl:118, 1), ((::Base.Distributed.##99#100{TCPSocket,TCPSocket,Bool})() at event.jl:73, 1)])
Process(36) - Unknown remote, closing connection.
distributed (3)           |  109.57  |  0.00  |  0.0 |  0.98      | 1107.50 
	From worker 1:	
Test Summary: |     Pass   Broken     Total
  Overall     | 21629072  1311352  22940424
    SUCCESS

And then with Juno’s REPL …

Press Enter to start Julia.
Starting Julia...
INFO: Loading HttpServer methods...
               _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: https://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?help" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.6.4 (2018-07-09 19:09 UTC)
 _/ |\__'_|_|_|\__'_|  |
|__/                   |  x86_64-redhat-linux

julia> Base.runtests()
Test (Worker)             | Time (s) | GC (s) | GC % | Alloc (MB) | RSS (MB)
WARNING: Method definition ambig(Any, Integer) in module Test91Main_ambiguous at /home/rick/src/julia/julia/test/ambiguous.jl:7 overwritten at /home/rick/src/julia/julia/test/ambiguous.jl:85.
    From worker 2:  Skipping Base.<|
    From worker 2:  Skipping Base.active_repl
    From worker 2:  Skipping Base.active_repl_backend
    From worker 2:  Skipping Base.<|
    From worker 2:  Skipping Base.active_repl
    From worker 2:  Skipping Base.active_repl_backend
ambiguous (2)             |    3.71  |  0.15  |  3.9 | 39.75      | 206.51
linalg/qr (4)             |  118.59  |  1.43  |  1.2 | 2941.58    | 347.94
linalg/schur (4)          |   12.40  |  0.14  |  1.1 | 370.48     | 365.59
linalg/matmul (2)         |  137.89  |  0.99  |  0.7 | 3199.81    | 300.60
linalg/special (4)        |   24.96  |  0.23  |  0.9 | 452.55     | 380.66
linalg/dense (5)          |  173.56  |  1.54  |  0.9 | 3569.81    | 338.71
linalg/svd (5)            |   10.19  |  0.10  |  1.0 | 174.56     | 343.40
linalg/eigen (2)          |   47.32  |  0.42  |  0.9 | 752.47     | 322.47
linalg/bunchkaufman (4)   |   46.23  |  0.46  |  1.0 | 711.69     | 399.97
linalg/lapack (5)         |   31.24  |  0.47  |  1.5 | 763.61     | 343.93
linalg/tridiag (2)        |   38.95  |  0.38  |  1.0 | 794.59     | 352.66
linalg/pinv (2)           |    9.46  |  0.27  |  2.8 | 658.16     | 416.10
linalg/givens (2)         |    6.37  |  0.05  |  0.8 | 96.64      | 416.10
linalg/bidiag (4)         |   50.53  |  0.45  |  0.9 | 657.62     | 413.36
linalg/diagonal (5)       |   85.45  |  0.67  |  0.8 | 1109.19    | 411.45
linalg/lu (4)             |   51.14  |  0.88  |  1.7 | 964.87     | 446.82
linalg/generic (4)        |   10.86  |  0.09  |  0.8 | 137.66     | 450.15
linalg/symmetric (5)      |   17.82  |  0.18  |  1.0 | 287.96     | 432.25
linalg/cholesky (2)       |   80.43  |  0.59  |  0.7 | 977.77     | 418.29
linalg/hessenberg (2)     |    1.35  |  0.01  |  1.0 | 17.73      | 418.38
linalg/uniformscaling (4) |   21.01  |  0.38  |  1.8 | 275.36     | 465.02
linalg/conjarray (4)      |    2.12  |  0.01  |  0.7 | 28.43      | 465.66
linalg/rowvector (2)      |   27.17  |  0.23  |  0.9 | 395.48     | 428.15
linalg/arnoldi (4)        |   32.60  |  0.43  |  1.3 | 594.47     | 484.71
linalg/lq (5)             |   96.69  |  1.31  |  1.4 | 3280.26    | 530.36
linalg/triangular (3)     |  415.31  |  8.63  |  2.1 | 8955.55    | 574.12
sparse/sparse (4)         |  139.66  | 39.48  | 28.3 | 1158.84    | 546.49
sparse/umfpack (4)        |    8.74  |  0.08  |  0.9 | 87.31      | 546.49
sparse/cholmod (4)        |   27.99  |  0.48  |  1.7 | 283.91     | 546.98
sparse/spqr (4)           |    3.01  |  0.03  |  1.1 | 36.44      | 546.98
strings/basic (4)         |    7.39  |  0.09  |  1.2 | 117.22     | 547.05
strings/search (4)        |    1.88  |  0.02  |  1.2 | 15.65      | 547.30
strings/util (4)          |    0.99  |  0.00  |  0.0 |  8.75      | 547.41
strings/io (4)            |    1.65  |  0.04  |  2.3 | 30.21      | 549.13
strings/types (4)         |    3.42  |  0.02  |  0.5 | 18.76      | 549.31
unicode/UnicodeError (4)  |    0.04  |  0.00  |  0.0 |  0.18      | 549.31
sparse/sparsevector (5)   |  154.91  |  1.26  |  0.8 | 1499.43    | 583.28
unicode/utf8proc (4)      |    4.88  |  0.04  |  0.9 | 42.69      | 551.74
unicode/utf8 (5)          |    2.19  |  0.48  | 21.8 | 930.31     | 587.85
dates/adjusters (5)       |    3.23  |  0.04  |  1.1 | 39.14      | 589.35
dates/query (5)           |    1.12  |  0.00  |  0.0 |  9.85      | 589.38
dates/accessors (4)       |    7.80  |  1.67  | 21.5 | 3477.87    | 558.78
dates/periods (5)         |   17.69  |  0.20  |  1.1 | 184.48     | 602.04
dates/rounding (5)        |    0.78  |  0.00  |  0.0 |  5.71      | 602.30
dates/types (5)           |    1.61  |  0.02  |  1.2 | 12.38      | 611.12
dates/ranges (4)          |   19.42  |  0.32  |  1.6 | 422.82     | 571.79
dates/arithmetic (4)      |    7.35  |  0.10  |  1.4 | 108.12     | 573.73
dates/conversions (4)     |    1.49  |  0.00  |  0.0 | 10.56      | 573.89
dates/io (5)              |   16.77  |  0.15  |  0.9 | 182.26     | 614.39
WARNING: Method definition f() in module JLCall14301 at /home/rick/src/julia/julia/test/core.jl:3427 overwritten at /home/rick/src/julia/julia/test/core.jl:3437.
inference (5)             |   14.77  |  0.14  |  1.0 | 136.05     | 632.53
WARNING: Method definition f265a(Any) in module Test27Main_worlds at /home/rick/src/julia/julia/test/worlds.jl:12 overwritten at /home/rick/src/julia/julia/test/worlds.jl:17.
sparse/higherorderfns (3) |  213.89  |  2.31  |  1.1 | 3229.20    | 698.42
worlds (5)                |    3.03  |  0.02  |  0.8 | 29.82      | 637.43
keywordargs (3)           |    3.51  |  0.02  |  0.5 | 20.36      | 700.85
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
WARNING: static parameter T does not occur in signature for bad_tvars at /home/rick/src/julia/julia/test/core.jl:4569.
The method will not be callable.
WARNING: Method definition (::Type{Test63Main_core.A16424})(Any, Any) in module Test63Main_core at /home/rick/src/julia/julia/test/core.jl:4772 overwritten at /home/rick/src/julia/julia/test/core.jl:4777.
WARNING: Method definition (::Type{Test63Main_core.B16424{T}})(Any) in module Test63Main_core at /home/rick/src/julia/julia/test/core.jl:4792 overwritten at /home/rick/src/julia/julia/test/core.jl:4796.
WARNING: Method definition (::Type{Test63Main_core.C16424{T, S}})(Any, Any) in module Test63Main_core at /home/rick/src/julia/julia/test/core.jl:4804 overwritten at /home/rick/src/julia/julia/test/core.jl:4809.
WARNING: Method definition (::Type{Test63Main_core.C16424{T, S} where S where T})(T, S) in module Test63Main_core at /home/rick/src/julia/julia/test/core.jl:4804 overwritten at /home/rick/src/julia/julia/test/core.jl:4809.
WARNING: Method definition (::Type{Test63Main_core.D16424{T<:Real, S<:T<:Real}})(Any, Any) in module Test63Main_core at /home/rick/src/julia/julia/test/core.jl:4819 overwritten at /home/rick/src/julia/julia/test/core.jl:4824.
WARNING: Method definition (::Type{Test63Main_core.D16424{T, S} where S<:T where T<:Real})(Array{S<:T<:Real, 1}, Array{T<:Real, 1}) in module Test63Main_core at /home/rick/src/julia/julia/test/core.jl:4819 overwritten at /home/rick/src/julia/julia/test/core.jl:4824.
WARNING: Method definition (::Type{Test63Main_core.T20999})(Array{T, N} where N where T<:Real) in module Test63Main_core at /home/rick/src/julia/julia/test/core.jl:4835 overwritten at /home/rick/src/julia/julia/test/core.jl:4839.
WARNING: Method definition (::Type{Test63Main_core.T20999})(Any) in module Test63Main_core at /home/rick/src/julia/julia/test/core.jl:4835 overwritten at /home/rick/src/julia/julia/test/core.jl:4839.
core (4)                  |   51.27  | 13.30  | 25.9 | 5040.65    | 952.19
subarray (2)              |  307.59  |  6.06  |  2.0 | 5267.22    | 732.07
WARNING: Method definition test(Type{Tuple{V<:Union{Tuple{Int64, Int64}, Tuple{Int32, Int32}, Tuple{UInt64, UInt64}, Tuple{UInt32, UInt32}, Tuple{Int64, Int64, Int64}, Tuple{Int32, Int32, Int32}, Tuple{UInt64, UInt64, UInt64}, Tuple{UInt32, UInt32, UInt32}, Tuple{Int64, Int64, Int64, Int64}, Tuple{Int32, Int32, Int32, Int32}, Tuple{UInt64, UInt64, UInt64, UInt64}, Tuple{UInt32, UInt32, UInt32, UInt32}}, I<:Union{Int64, Int32, UInt64, UInt32}}}) in module Test27Main_subtype at /home/rick/src/julia/julia/test/subtype.jl:1111 overwritten at /home/rick/src/julia/julia/test/subtype.jl:1112.
char (2)                  |    1.77  |  0.03  |  1.9 | 16.32      | 736.50
triplequote (2)           |    0.03  |  0.00  |  0.0 |  0.28      | 736.50
intrinsics (2)            |    0.48  |  0.00  |  0.0 |  4.50      | 737.40
subtype (3)               |   35.19  |  0.71  |  2.0 | 604.55     | 830.36
hashing (3)               |    8.98  |  0.07  |  0.8 | 97.31      | 832.06
iobuffer (3)              |    3.11  |  0.04  |  1.4 | 42.28      | 833.12
printf (4)                |   25.05  |  0.20  |  0.8 | 195.81     | 952.19
WARNING: Method definition f10178(X) in module Test85Main_staged at /home/rick/src/julia/julia/test/staged.jl:218 overwritten at /home/rick/src/julia/julia/test/staged.jl:223.
WARNING: Method definition g10178(Any) in module Test85Main_staged at /home/rick/src/julia/julia/test/staged.jl:220 overwritten at /home/rick/src/julia/julia/test/staged.jl:225.
staged (3)                |    2.18  |  0.02  |  0.9 | 15.89      | 833.28
dict (2)                  |   31.40  |  0.98  |  3.1 | 1069.21    | 786.07
tuple (2)                 |    3.26  |  0.05  |  1.6 | 43.95      | 786.54
reduce (2)                |    7.19  |  0.12  |  1.6 | 99.13      | 808.47
numbers (5)               |   88.16  |  1.52  |  1.7 | 1412.60    | 703.82
reducedim (2)             |   22.66  |  0.42  |  1.8 | 321.03     | 817.06
random (5)                |   16.23  |  0.22  |  1.4 | 220.84     | 721.00
intfuncs (5)              |    0.92  |  0.00  |  0.0 |  7.77      | 725.40
simdloop (5)              |    1.80  |  0.02  |  1.0 | 17.82      | 725.47
vecelement (5)            |   10.68  |  0.10  |  0.9 | 91.67      | 741.14
offsetarray (4)           |   89.23  |  1.46  |  1.6 | 1200.41    | 952.19
blas (5)                  |   27.91  |  0.45  |  1.6 | 390.94     | 806.59
copy (5)                  |    3.39  |  0.07  |  2.1 | 27.59      | 806.99
abstractarray (2)         |   72.53  |  1.54  |  2.1 | 862.42     | 837.13
arrayops (3)              |  117.29  |  2.00  |  1.7 | 1574.91    | 965.36
functional (3)            |    5.24  |  0.08  |  1.4 | 58.30      | 965.36
fastmath (2)              |    6.03  |  0.09  |  1.5 | 52.70      | 839.75
math (5)                  |   27.46  |  1.24  |  4.5 | 1237.03    | 808.80
operators (2)             |    4.49  |  0.10  |  2.2 | 73.52      | 845.03
path (5)                  |    2.43  |  0.03  |  1.1 | 18.10      | 808.80
ccall (2)                 |   11.17  |  0.13  |  1.2 | 83.12      | 863.50
loading (2)               |    0.44  |  0.00  |  0.0 |  3.20      | 863.54
parse (5)                 |    9.80  |  0.10  |  1.0 | 86.41      | 808.80
bigfloat (5)              |    0.08  |  0.00  |  0.0 |  0.48      | 808.80
bigint (2)                |    4.01  |  0.06  |  1.5 | 35.22      | 863.87
iterators (3)             |   36.35  |  0.35  |  1.0 | 315.89     | 965.36
    From worker 3:         [stdio passthrough ok]
statistics (2)            |   21.25  |  0.43  |  2.0 | 285.50     | 878.22
backtrace (2)             |    0.88  |  0.00  |  0.0 |  5.42      | 886.28
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
spawn (3)                 |   21.29  |  0.16  |  0.8 | 107.91     | 965.36
sorting (5)               |   56.16  |  0.54  |  1.0 | 463.35     | 821.63
read (3)                  |   19.35  |  0.24  |  1.2 | 326.04     | 965.36
version (3)               |    2.58  |  0.06  |  2.3 | 64.44      | 965.36
mmap (5)                  |   15.61  | 11.88  | 76.1 | 41.17      | 821.79
file (2)                  |   44.54  |  5.06  | 11.4 | 61.12      | 900.20
mpfr (2)                  |    4.40  |  0.03  |  0.7 | 32.48      | 900.20
pollfd (5)                |    5.00  |  0.46  |  9.2 | 12.64      | 821.79
resolve (3)               |   22.88  |  1.78  |  7.8 | 2086.94    | 965.36
socket (3)                |    3.87  |  0.02  |  0.5 | 22.62      | 965.36
floatapprox (3)           |    2.10  |  0.03  |  1.4 | 22.21      | 965.36
complex (5)               |   16.81  |  0.13  |  0.8 | 127.21     | 821.79
datafmt (3)               |    5.83  |  0.08  |  1.5 | 69.63      | 965.36
regex (3)                 |    1.21  |  0.03  |  2.3 | 12.47      | 965.36
float16 (3)               |    1.73  |  0.03  |  1.5 | 15.24      | 965.36
combinatorics (3)         |    1.13  |  0.00  |  0.0 |  8.83      | 965.36
sysinfo (3)               |    0.87  |  0.03  |  3.0 | 10.34      | 965.36
env (3)                   |    0.56  |  0.00  |  0.0 |  4.34      | 965.36
rounding (3)              |    1.38  |  0.00  |  0.0 |  9.62      | 965.36
reflection (5)            |   11.43  |  0.22  |  1.9 | 132.78     | 832.53
mod2pi (5)                |    0.22  |  0.00  |  0.0 |  1.23      | 833.01
euler (5)                 |    1.25  |  0.06  |  5.0 | 26.52      | 841.61
broadcast (2)             |   41.40  |  0.73  |  1.8 | 512.92     | 918.99
lineedit (2)              |    4.81  |  0.07  |  1.5 | 40.17      | 924.63
replcompletions (2)       |    5.78  |  0.07  |  1.3 | 62.89      | 931.85
show (5)                  |   22.44  |  0.27  |  1.2 | 254.76     | 861.24
/bin/bash: module: line 1: syntax error: unexpected end of file
/bin/bash: error importing function definition for `module'
/bin/bash: module: line 1: syntax error: unexpected end of file
/bin/bash: error importing function definition for `module'
/bin/bash: module: line 1: syntax error: unexpected end of file
/bin/bash: error importing function definition for `module'
replutil (5)              |    7.88  |  0.12  |  1.5 | 91.14      | 867.26
repl (2)                  |   13.83  |  0.21  |  1.5 | 113.96     | 945.13
sets (5)                  |    6.44  |  0.06  |  0.9 | 46.38      | 871.44
goto (5)                  |    0.13  |  0.00  |  0.0 |  0.26      | 871.64
llvmcall (5)              |    0.47  |  0.03  |  6.6 |  2.54      | 871.80
llvmcall2 (5)             |    0.04  |  0.00  |  0.0 |  0.24      | 871.83
grisu (5)                 |    3.03  |  0.03  |  1.0 | 36.30      | 874.37
test (2)                  |   13.88  |  0.07  |  0.5 | 49.37      | 956.21
meta (2)                  |    0.68  |  0.00  |  0.0 |  4.26      | 956.26
stacktraces (2)           |    2.43  |  0.04  |  1.7 | 18.94      | 957.23
profile (2)               |    5.79  |  0.09  |  1.5 | 44.42      | 960.34
ranges (3)                |   66.58  |  6.05  |  9.1 | 7087.72    | 983.21
nullable (5)              |   31.26  |  0.38  |  1.2 | 293.78     | 915.38
bitarray (4)              |  228.29  |  2.50  |  1.1 | 2573.24    | 952.19
base64 (4)                |    0.55  |  0.00  |  0.0 |  3.63      | 952.19
docs (3)                  |    9.29  |  0.24  |  2.6 | 153.14     | 993.20
markdown (5)              |    7.67  |  0.09  |  1.2 | 74.13      | 917.38
serialize (4)             |    6.77  |  0.12  |  1.8 | 83.01      | 952.19
enums (4)                 |    4.61  |  0.06  |  1.3 | 43.77      | 952.19
sh: module: line 1: syntax error: unexpected end of file
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
sh: error importing function definition for `module'
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
WARNING: readuntil(IO,AbstractString) will perform poorly with a long string
WARNING: readuntil(IO,AbstractString) will perform poorly with a long string
WARNING: readuntil(IO,AbstractString) will perform poorly with a long string
threads (5)               |   20.21  |  1.33  |  6.6 | 127.55     | 976.51
i18n (5)                  |    0.22  |  0.00  |  0.0 |  0.07      | 976.51
workspace (5)             |    3.10  |  0.00  |  0.0 |  7.35      | 976.51
sh: module: line 1: syntax error: unexpected end of file
sh: error importing function definition for `module'
libdl (5)                 |    0.61  |  0.00  |  0.0 |  3.42      | 976.51
libgit2 (2)               |   46.18  |  0.85  |  1.9 | 281.89     | 1105.07
int (5)                   |    4.35  |  0.05  |  1.2 | 23.11      | 976.51
intset (5)                |    4.04  |  0.06  |  1.4 | 30.44      | 980.79
checked (2)               |    8.79  |  0.07  |  0.8 | 54.39      | 1105.07
floatfuncs (5)            |    6.43  |  0.12  |  1.9 | 118.06     | 984.87
inline (5)                |    1.12  |  0.00  |  0.0 |  3.34      | 984.87
    From worker 3:  Test Summary: | Pass  Total
    From worker 3:  @deprecate    |    3      3
misc (3)                  |   53.35  |  3.23  |  6.0 | 1574.29    | 1068.93
error (3)                 |    1.32  |  0.00  |  0.0 |  8.72      | 1068.93
cartesian (3)             |    0.01  |  0.00  |  0.0 |  0.05      | 1068.93
asmvariant (3)            |    0.29  |  0.00  |  0.0 |  0.51      | 1068.93
osutils (3)               |    0.06  |  0.00  |  0.0 |  0.25      | 1068.93
boundscheck (5)           |   12.22  |  0.00  |  0.0 |  0.06      | 984.87
iostream (5)              |    0.49  |  0.04  |  7.3 |  2.72      | 984.87
WARNING: Method definition f(Tuple{Vararg{Int64, N}}, AbstractArray{T, N}) in module Test80Main_specificity at /home/rick/src/julia/julia/test/specificity.jl:87 overwritten at /home/rick/src/julia/julia/test/specificity.jl:93.
specificity (5)           |    0.19  |  0.00  |  0.0 |  1.37      | 984.87
channels (3)              |   15.25  |  2.73  | 17.9 | 464.12     | 1068.93
fft (5)                   |   17.91  |  0.75  |  4.2 | 508.92     | 984.87
dsp (3)                   |   10.77  |  0.32  |  3.0 | 315.44     | 1068.93
examples (5)              |   15.07  |  0.59  |  3.9 | 650.75     | 984.87
distributed (2)           |   89.93  |  0.03  |  0.0 |  2.58      | 1105.07
cmdlineargs (4)           |  128.75  |  0.10  |  0.1 | 59.18      | 952.19
    From worker 1:
Test Summary: |     Pass   Broken     Total
  Overall     | 21511615  1311352  22822967
    SUCCESS

julia>