Skip to content

With official binaries, running under Rosetta, Base.runtests() fails with Julia 1.6.4 on macOS ARM #43169

Closed
@George9000

Description

@George9000

Julia-1.6.4 on an M1 Max (macOS 12.0.1) running under Rosetta, limited to 6 threads to avoid threading-related issues. Many math errors, probably related to floating point calculations.

Click to show log:
% arch -x86_64 julia -t 6


julia> versioninfo()
Julia Version 1.6.4
Commit 35f0c911f4 (2021-11-19 03:54 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin19.5.0)
  CPU: Apple M1 Max
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-11.0.1 (ORCJIT, westmere)



julia> Base.runtests()
Test                          (Worker) | Time (s) | GC (s) | GC % | Alloc (MB) | RSS (MB)
LinearAlgebra/triangular           (2) |        started at 2021-11-20T01:22:53.761
LinearAlgebra/dense                (4) |        started at 2021-11-20T01:22:53.867
LinearAlgebra/qr                   (3) |        started at 2021-11-20T01:22:53.868
LinearAlgebra/schur                (6) |        started at 2021-11-20T01:22:53.868
LinearAlgebra/matmul               (5) |        started at 2021-11-20T01:22:53.868
LinearAlgebra/schur                (6) |    20.11 |   0.78 |  3.9 |    3925.52 |   387.49
LinearAlgebra/special              (6) |        started at 2021-11-20T01:23:14.173
LinearAlgebra/qr                   (3) |    54.14 |   1.93 |  3.6 |   14736.28 |   667.79
LinearAlgebra/eigen                (3) |        started at 2021-11-20T01:23:48.091
LinearAlgebra/eigen                (3) |    17.11 |   0.74 |  4.3 |    2990.57 |   727.53
LinearAlgebra/bunchkaufman         (3) |        started at 2021-11-20T01:24:05.202
LinearAlgebra/special              (6) |    62.03 |   1.49 |  2.4 |    9380.44 |   620.95
LinearAlgebra/svd                  (6) |        started at 2021-11-20T01:24:16.208
LinearAlgebra/bunchkaufman         (3) |    16.33 |   0.50 |  3.1 |    2671.54 |   809.28
LinearAlgebra/lapack               (3) |        started at 2021-11-20T01:24:21.532
LinearAlgebra/dense                (4) |   102.91 |   4.17 |  4.0 |   18857.56 |   803.11
LinearAlgebra/tridiag              (4) |        started at 2021-11-20T01:24:36.858
LinearAlgebra/lapack               (3) |    17.97 |   0.56 |  3.1 |    2842.35 |   851.25
LinearAlgebra/bidiag               (3) |        started at 2021-11-20T01:24:39.505
LinearAlgebra/svd                  (6) |    30.27 |   1.17 |  3.9 |    5266.07 |   728.45
LinearAlgebra/diagonal             (6) |        started at 2021-11-20T01:24:46.484
LinearAlgebra/matmul               (5) |   126.21 |   4.77 |  3.8 |   22117.25 |   900.96
LinearAlgebra/cholesky             (5) |        started at 2021-11-20T01:25:00.164
LinearAlgebra/tridiag              (4) |    26.63 |   0.75 |  2.8 |    4288.15 |   973.51
LinearAlgebra/lu                   (4) |        started at 2021-11-20T01:25:03.494
LinearAlgebra/lu                   (4) |    49.83 |   1.62 |  3.3 |    7695.42 |  1168.64
LinearAlgebra/symmetric            (4) |        started at 2021-11-20T01:25:53.322
LinearAlgebra/cholesky             (5) |    58.28 |   1.95 |  3.4 |    9618.29 |  1023.33
LinearAlgebra/generic              (5) |        started at 2021-11-20T01:25:58.449
LinearAlgebra/bidiag               (3) |    88.38 |   2.56 |  2.9 |   13083.17 |  1120.62
LinearAlgebra/uniformscaling       (3) |        started at 2021-11-20T01:26:07.890
LinearAlgebra/generic              (5) |    18.87 |   0.76 |  4.0 |    2624.44 |  1189.21
LinearAlgebra/lq                   (5) |        started at 2021-11-20T01:26:17.322
LinearAlgebra/uniformscaling       (3) |    26.58 |   0.93 |  3.5 |    3946.38 |  1261.64
LinearAlgebra/hessenberg           (3) |        started at 2021-11-20T01:26:34.472
LinearAlgebra/diagonal             (6) |   110.71 |   4.22 |  3.8 |   20306.74 |  1162.85
LinearAlgebra/blas                 (6) |        started at 2021-11-20T01:26:37.195
LinearAlgebra/lq                   (5) |    22.55 |   0.97 |  4.3 |   11543.63 |  1371.40
LinearAlgebra/adjtrans             (5) |        started at 2021-11-20T01:26:39.870
LinearAlgebra/blas                 (6) |    11.71 |   0.34 |  2.9 |    1826.06 |  1225.70
LinearAlgebra/pinv                 (6) |        started at 2021-11-20T01:26:48.908
LinearAlgebra/adjtrans             (5) |    12.94 |   0.41 |  3.2 |    2360.44 |  1503.25
LinearAlgebra/givens               (5) |        started at 2021-11-20T01:26:52.808
LinearAlgebra/givens               (5) |     3.04 |   0.07 |  2.4 |     416.49 |  1508.19
LinearAlgebra/structuredbroadcast  (5) |        started at 2021-11-20T01:26:55.853
LinearAlgebra/pinv                 (6) |     8.38 |   0.37 |  4.5 |    1324.37 |  1415.76
LinearAlgebra/addmul               (6) |        started at 2021-11-20T01:26:57.290
LinearAlgebra/hessenberg           (3) |    30.08 |   1.01 |  3.4 |    5286.83 |  1360.44
LinearAlgebra/ldlt                 (3) |        started at 2021-11-20T01:27:04.551
LinearAlgebra/ldlt                 (3) |     0.65 |   0.02 |  2.6 |      92.01 |  1361.13
LinearAlgebra/factorization        (3) |        started at 2021-11-20T01:27:05.207
LinearAlgebra/factorization        (3) |     2.58 |   0.10 |  3.7 |     430.18 |  1369.05
ambiguous                          (3) |        started at 2021-11-20T01:27:07.789
      From worker 3:	Skipping Base.active_repl
      From worker 3:	Skipping Base.active_repl_backend
      From worker 3:	Skipping Base.Filesystem.JL_O_RANDOM
      From worker 3:	Skipping Base.Filesystem.JL_O_SEQUENTIAL
      From worker 3:	Skipping Base.Filesystem.JL_O_SHORT_LIVED
      From worker 3:	Skipping Base.Filesystem.JL_O_TEMPORARY
      From worker 3:	Skipping Base.BinaryPlatforms.compiler_abi
      From worker 3:	Skipping Base.active_repl
      From worker 3:	Skipping Base.active_repl_backend
      From worker 3:	Skipping Base.Filesystem.JL_O_RANDOM
      From worker 3:	Skipping Base.Filesystem.JL_O_SEQUENTIAL
      From worker 3:	Skipping Base.Filesystem.JL_O_SHORT_LIVED
      From worker 3:	Skipping Base.Filesystem.JL_O_TEMPORARY
      From worker 3:	Skipping Base.BinaryPlatforms.compiler_abi
      From worker 3:	Skipping Pkg.Types.registries
      From worker 3:	Skipping Pkg.BinaryPlatforms.compiler_abi
      From worker 3:	Skipping Base.active_repl
      From worker 3:	Skipping Base.active_repl_backend
      From worker 3:	Skipping Base.Filesystem.JL_O_RANDOM
      From worker 3:	Skipping Base.Filesystem.JL_O_SEQUENTIAL
      From worker 3:	Skipping Base.Filesystem.JL_O_SHORT_LIVED
      From worker 3:	Skipping Base.Filesystem.JL_O_TEMPORARY
      From worker 3:	Skipping Base.BinaryPlatforms.compiler_abi
      From worker 3:	Skipping Base.active_repl
      From worker 3:	Skipping Base.active_repl_backend
      From worker 3:	Skipping Base.Filesystem.JL_O_RANDOM
      From worker 3:	Skipping Base.Filesystem.JL_O_SEQUENTIAL
      From worker 3:	Skipping Base.Filesystem.JL_O_SHORT_LIVED
      From worker 3:	Skipping Base.Filesystem.JL_O_TEMPORARY
      From worker 3:	Skipping Base.BinaryPlatforms.compiler_abi
ambiguous                          (3) |     7.03 |   0.16 |  2.3 |    1041.50 |  1372.13
compiler/inference                 (3) |        started at 2021-11-20T01:27:14.823
LinearAlgebra/symmetric            (4) |    86.60 |   2.58 |  3.0 |   13454.23 |  1417.33
compiler/validation                (4) |        started at 2021-11-20T01:27:19.919
compiler/validation                (4) |     0.30 |   0.00 |  0.0 |      34.82 |  1417.33
compiler/ssair                     (4) |        started at 2021-11-20T01:27:20.220
      From worker 3:	WARNING: replacing module M.
compiler/ssair                     (4) |     1.60 |   0.02 |  1.1 |     150.76 |  1417.62
compiler/irpasses                  (4) |        started at 2021-11-20T01:27:21.821
compiler/irpasses                  (4) |     0.66 |   0.06 |  9.3 |     123.26 |  1429.08
compiler/codegen                   (4) |        started at 2021-11-20T01:27:22.479
compiler/inference                 (3) |     8.70 |   0.30 |  3.5 |    1353.46 |  1406.37
compiler/inline                    (3) |        started at 2021-11-20T01:27:23.521
compiler/inline                    (3) |     0.29 |   0.00 |  0.0 |      27.68 |  1406.95
compiler/contextual                (3) |        started at 2021-11-20T01:27:23.808
LinearAlgebra/structuredbroadcast  (5) |    28.05 |   1.04 |  3.7 |    4843.09 |  1624.51
subarray                           (5) |        started at 2021-11-20T01:27:23.895
compiler/contextual                (3) |     0.63 |   0.02 |  2.9 |      92.66 |  1406.98
strings/basic                      (3) |        started at 2021-11-20T01:27:24.437
compiler/codegen                   (4) |     3.91 |   0.99 | 25.2 |     277.61 |  1430.97
strings/search                     (4) |        started at 2021-11-20T01:27:26.393
strings/search                     (4) |     2.21 |   0.03 |  1.5 |     192.98 |  1433.71
strings/util                       (4) |        started at 2021-11-20T01:27:28.602
strings/basic                      (3) |     5.42 |   0.13 |  2.3 |     664.28 |  1417.81
strings/io                         (3) |        started at 2021-11-20T01:27:29.851
strings/util                       (4) |     2.31 |   0.06 |  2.7 |     333.47 |  1439.55
strings/types                      (4) |        started at 2021-11-20T01:27:30.909
strings/io                         (3) |     1.39 |   0.04 |  3.1 |     229.02 |  1426.86
unicode/utf8                       (3) |        started at 2021-11-20T01:27:31.246
unicode/utf8                       (3) |     0.07 |   0.00 |  0.0 |       7.25 |  1426.94
core                               (3) |        started at 2021-11-20T01:27:31.321
strings/types                      (4) |     2.65 |   0.16 |  5.9 |    1216.79 |  1440.44
worlds                             (4) |        started at 2021-11-20T01:27:33.556
worlds                             (4) |     1.26 |   0.03 |  2.5 |     176.00 |  1441.80
keywordargs                        (4) |        started at 2021-11-20T01:27:34.822
keywordargs                        (4) |     1.41 |   0.03 |  2.4 |     143.80 |  1443.60
numbers                            (4) |        started at 2021-11-20T01:27:36.236
LinearAlgebra/triangular           (2) |   307.12 |   8.96 |  2.9 |   46812.52 |  1534.87
subtype                            (2) |        started at 2021-11-20T01:28:01.056
numbers                            (4) |    39.21 |   0.70 |  1.8 |    4327.23 |  1741.09
char                               (4) |        started at 2021-11-20T01:28:15.446
char                               (4) |     1.25 |   0.02 |  1.7 |     175.53 |  1743.00
triplequote                        (4) |        started at 2021-11-20T01:28:16.699
triplequote                        (4) |     0.02 |   0.00 |  0.0 |       0.42 |  1743.00
intrinsics                         (4) |        started at 2021-11-20T01:28:16.717
subtype                            (2) |    15.78 |   0.38 |  2.4 |    1512.54 |  1860.95
dict                               (2) |        started at 2021-11-20T01:28:16.835
intrinsics                         (4) |     0.33 |   0.00 |  0.0 |      30.92 |  1743.21
hashing                            (4) |        started at 2021-11-20T01:28:17.045
core                               (3) |    51.42 |  11.16 | 21.7 |   13123.67 |  3775.95
iobuffer                           (3) |        started at 2021-11-20T01:28:22.927
iobuffer                           (3) |     0.87 |   0.00 |  0.0 |     110.05 |  3775.95
staged                             (3) |        started at 2021-11-20T01:28:23.869
staged                             (3) |     1.63 |   0.03 |  1.6 |     264.07 |  3775.95
offsetarray                        (3) |        started at 2021-11-20T01:28:25.498
hashing                            (4) |    10.03 |   0.28 |  2.8 |    1762.24 |  1760.04
arrayops                           (4) |        started at 2021-11-20T01:28:27.082
dict                               (2) |    16.59 |   0.76 |  4.6 |    2623.92 |  1891.70
tuple                              (2) |        started at 2021-11-20T01:28:33.423
tuple                              (2) |     2.71 |   0.07 |  2.4 |     393.47 |  1891.70
reduce                             (2) |        started at 2021-11-20T01:28:36.137
reduce                             (2) |    11.75 |   0.47 |  4.0 |    2208.15 |  1891.70
reducedim                          (2) |        started at 2021-11-20T01:28:47.887
offsetarray                        (3) |    23.06 |   0.47 |  2.0 |    4056.08 |  3775.95
abstractarray                      (3) |        started at 2021-11-20T01:28:48.562
reducedim                          (2) |    25.91 |   0.74 |  2.9 |    4109.31 |  1893.52
intfuncs                           (2) |        started at 2021-11-20T01:29:13.802
subarray                           (5) |   118.42 |   3.77 |  3.2 |   21739.79 |  2157.41
simdloop                           (5) |        started at 2021-11-20T01:29:22.300
simdloop                           (5) |     1.38 |   0.06 |  4.2 |     224.99 |  2160.48
vecelement                         (5) |        started at 2021-11-20T01:29:23.683
arrayops                           (4) |    61.37 |   2.20 |  3.6 |   10373.93 |  2112.52
rational                           (4) |        started at 2021-11-20T01:29:28.459
vecelement                         (5) |     5.90 |   0.23 |  3.9 |    1848.53 |  2165.95
bitarray                           (5) |        started at 2021-11-20T01:29:29.588
intfuncs                           (2) |    16.45 |   0.11 |  0.7 |     649.12 |  1904.17
copy                               (2) |        started at 2021-11-20T01:29:30.256
copy                               (2) |     1.53 |   0.04 |  2.4 |     228.69 |  1905.81
math                               (2) |        started at 2021-11-20T01:29:31.784
abstractarray                      (3) |    50.42 |   0.84 |  1.7 |    7043.37 |  3775.95
fastmath                           (3) |        started at 2021-11-20T01:29:42.412
rational                           (4) |    14.82 |   0.29 |  2.0 |    1639.36 |  2137.02
functional                         (4) |        started at 2021-11-20T01:29:43.279
functional                         (4) |     3.34 |   0.12 |  3.7 |     589.29 |  2140.44
iterators                          (4) |        started at 2021-11-20T01:29:46.617
fastmath                           (3) |     4.23 |   0.04 |  0.9 |     511.46 |  3775.95
operators                          (3) |        started at 2021-11-20T01:29:46.834
operators                          (3) |     4.29 |   0.11 |  2.5 |     746.48 |  3775.95
ordering                           (3) |        started at 2021-11-20T01:29:51.129
ordering                           (3) |     1.52 |   0.00 |  0.0 |     151.07 |  3775.95
path                               (3) |        started at 2021-11-20T01:29:52.654
path                               (3) |     0.75 |   0.04 |  5.3 |     115.71 |  3775.95
ccall                              (3) |        started at 2021-11-20T01:29:53.404
math                               (2) |         failed at 2021-11-20T01:30:04.975
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 2.944523863465552361567241714265293580330960142053956707348245762162446267954062e-11 <= 2.9103830456733704e-11
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 1.239620282260873206209898403825869801009469955615602346959597919321384586334519e-10 <= 1.1641532182693481e-10
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 1.208398170281759836009218990986729301057788040439471503398687866159506464463257e-10 <= 1.1641532182693481e-10
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 2.47627877963448246139281304052899240647219697425288315010663855420264172632325e-10 <= 2.3283064365386963e-10
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 2.605108531456578179829673301819172730739412111696025914478914399435490480802057e-10 <= 2.3283064365386963e-10
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 2.477387838578831433630323999934486154823113319326355110970641933049857517391576e-10 <= 2.3283064365386963e-10
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 2.478775289005531518827211075087809243630139221300062171051205945145799897450122e-10 <= 2.3283064365386963e-10
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 2.349584940787210028151044089360728120286499165962432230702632231316709858620677e-10 <= 2.3283064365386963e-10
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 9.886864436634399748241004932115747133388310463800831336556764588114818918907741e-10 <= 9.313225746154785e-10
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 4.823588352461727291861554965112121088229437682143749089037056700959904090059565e-07 <= 4.76837158203125e-7
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 9.832422504043911614672568645746468699749618874563042253403238641815601759807441e-07 <= 9.5367431640625e-7
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 4.024522243057574020729461844930154048809148910536720401681924445062456231344194e-06 <= 3.814697265625e-6
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 1.671096080451412160855988051660662099688638931875817473912035360241553260203968e-05 <= 1.52587890625e-5
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 6.253028585631435401436436513153638670269367331587039038179288941589419884240247e-05 <= 6.103515625e-5
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 6.152892080403847793533119813268375575438437323276936013781464852247444865044712e-05 <= 6.103515625e-5
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 1.200336854259549472074926238941724855170910281948893693758563977706877442208179e-38 <= 1.1754943508222875e-38
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 2.407534186038450553460324520873833223076559806755081343173968657075339966387494e-38 <= 2.350988701644575e-38
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 4.04403479998216584240500353597032820416909909200572523597887708037061451531782e-34 <= 3.851859888774472e-34
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 1.547000867037565887731033124057916742861446876878655292159330808009113589193681e-33 <= 1.5407439555097887e-33
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 1.359381443902298604050333477102128548488187396439064659820736079955544135889552e-29 <= 1.262177448353619e-29
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 7.622172891967228201974472453931445301626212887988520784804774877322523939447388e-15 <= 7.105427357601002e-15
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 2.944523863465552361567241714265293580330960142053956707348245762162446267954062e-11 <= 2.9103830456733704e-11
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 2.605108531456578179829673301819172730739412111696025914478914399435490480802057e-10 <= 2.3283064365386963e-10
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 2.477387838578831433630323999934486154823113319326355110970641933049857517391576e-10 <= 2.3283064365386963e-10
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 9.832422504043911614672568645746468699749618874563042253403238641815601759807441e-07 <= 9.5367431640625e-7
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 4.121652904892606052685003491214126582282599824011749377470572011799259625487621 <= 4.0
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 4163.426880704978502421816698819664749573392932735233623596233692188840003351208 <= 4096.0
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 17822.67472567509917126448919163683321959654609696406980989364056689933505907784 <= 16384.0
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 16527.93694692877878898624994027849956771816334482673658660075831545467265425888 <= 16384.0
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 17512.91864800695083094188818273637839932993550170807086656350754272927340441028 <= 16384.0
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 1.095124633509427465540275439400764106209920731364018235913546029993712043440284e+09 <= 1.073741824e9
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 2.442598158324992290694219908876174156982453841420944535786070318064847936399543e+18 <= 2.305843009213694e18
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 5.227490995007697337338820063112673023294806493480370801898843835496083049937824e+18 <= 4.611686018427388e18
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 1.646238226925277080266453015385370447928355932630334495724553017617824145270275e+23 <= 1.5111572745182865e23
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 3.116802563226568944214562002155919921995251306054576493147635003810339597006461e+23 <= 3.022314549036573e23

parse                              (7) |        started at 2021-11-20T01:30:08.616
parse                              (7) |     3.40 |   0.05 |  1.5 |     508.71 |   287.09
loading                            (7) |        started at 2021-11-20T01:30:12.201
      From worker 7:	WARNING: replacing module Foo.
loading                            (7) |    26.98 |   0.38 |  1.4 |    3297.72 |   320.70
gmp                                (7) |        started at 2021-11-20T01:30:39.181
gmp                                (7) |     3.35 |   0.12 |  3.5 |     412.31 |   356.55
sorting                            (7) |        started at 2021-11-20T01:30:42.534
iterators                          (4) |    57.23 |   2.03 |  3.5 |   11343.63 |  2227.30
spawn                              (4) |        started at 2021-11-20T01:30:43.863
      From worker 4:	       [stdio passthrough ok]
spawn                              (4) |    17.89 |   0.53 |  3.0 |     619.50 |  2227.43
backtrace                          (4) |        started at 2021-11-20T01:31:01.756
[ Info: 
backtrace                          (4) |     1.47 |   0.09 |  6.2 |      63.48 |  2245.35
exceptions                         (4) |        started at 2021-11-20T01:31:03.228
exceptions                         (4) |     1.12 |   0.43 | 38.0 |      31.91 |  2247.89
file                               (4) |        started at 2021-11-20T01:31:04.352
file                               (4) |     6.26 |   0.15 |  2.4 |     493.07 |  2262.10
read                               (4) |        started at 2021-11-20T01:31:10.614
ccall                              (3) |    88.63 |  75.11 | 84.7 |     764.16 |  3775.95
version                            (3) |        started at 2021-11-20T01:31:22.035
version                            (3) |     0.75 |   0.00 |  0.0 |      60.19 |  3775.95
namedtuple                         (3) |        started at 2021-11-20T01:31:22.787
namedtuple                         (3) |     2.04 |   0.06 |  3.1 |     228.63 |  3775.95
mpfr                               (3) |        started at 2021-11-20T01:31:24.825
bitarray                           (5) |   115.90 |   2.52 |  2.2 |   17524.88 |  2924.46
broadcast                          (5) |        started at 2021-11-20T01:31:25.502
read                               (4) |    20.56 |   0.33 |  1.6 |    2721.80 |  2763.24
complex                            (4) |        started at 2021-11-20T01:31:31.181
mpfr                               (3) |    12.44 |   0.11 |  0.9 |    1467.29 |  3775.95
floatapprox                        (3) |        started at 2021-11-20T01:31:37.270
floatapprox                        (3) |     0.62 |   0.00 |  0.0 |      89.75 |  3775.95
reflection                         (3) |        started at 2021-11-20T01:31:37.893
      From worker 3:	
complex                            (4) |     8.14 |   0.29 |  3.6 |     899.53 |  2768.19
regex                              (4) |        started at 2021-11-20T01:31:39.328
regex                              (4) |     1.15 |   0.03 |  3.0 |     138.31 |  2768.19
float16                            (4) |        started at 2021-11-20T01:31:40.477
float16                            (4) |     1.55 |   0.03 |  2.2 |     161.82 |  2768.19
combinatorics                      (4) |        started at 2021-11-20T01:31:42.034
reflection                         (3) |     4.65 |   0.07 |  1.5 |     603.36 |  3775.95
sysinfo                            (3) |        started at 2021-11-20T01:31:42.548
      From worker 3:	
      From worker 3:	signal (11): Segmentation fault: 11
      From worker 3:	in expression starting at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/sysinfo.jl:5
      From worker 3:	lookUpImpOrForward at /usr/lib/libobjc.A.dylib (unknown line)
      From worker 3:	_objc_msgSend_uncached at /usr/lib/libobjc.A.dylib (unknown line)
      From worker 3:	uv__get_cpu_speed at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 3:	uv_cpu_info at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 3:	cpu_info at ./sysinfo.jl:215
      From worker 3:	unknown function (ip: 0x183247a0c)
      From worker 3:	jl_apply_generic at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 3:	do_call at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 3:	eval_body at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 3:	eval_body at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 3:	jl_interpret_toplevel_thunk at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 3:	jl_toplevel_eval_flex at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 3:	jl_toplevel_eval_flex at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 3:	jl_toplevel_eval_in at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 3:	eval at ./boot.jl:360 [inlined]
      From worker 3:	include_string at ./loading.jl:1116
      From worker 3:	jl_apply_generic at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 3:	_include at ./loading.jl:1170
      From worker 3:	include at ./Base.jl:384 [inlined]
      From worker 3:	macro expansion at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/testdefs.jl:24 [inlined]
      From worker 3:	macro expansion at /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1151 [inlined]
      From worker 3:	macro expansion at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/testdefs.jl:23 [inlined]
      From worker 3:	macro expansion at ./timing.jl:368 [inlined]
      From worker 3:	#runtests#1 at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/testdefs.jl:21
      From worker 3:	runtests##kw at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/testdefs.jl:6 [inlined]
      From worker 3:	runtests##kw at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/testdefs.jl:6
      From worker 3:	unknown function (ip: 0x19858f48a)
      From worker 3:	jl_apply_generic at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 3:	do_apply at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 3:	#106 at /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Distributed/src/process_messages.jl:278
      From worker 3:	run_work_thunk at /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Distributed/src/process_messages.jl:63
      From worker 3:	macro expansion at /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Distributed/src/process_messages.jl:278 [inlined]
      From worker 3:	#105 at ./task.jl:411
      From worker 3:	unknown function (ip: 0x19858b97c)
      From worker 3:	jl_apply_generic at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 3:	start_task at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 3:	Allocations: 1240126720 (Pool: 1239471051; Big: 655669); GC: 1347
Worker 3 terminated.
sysinfo                            (3) |         failed at 2021-11-20T01:31:42.732
ProcessExitedException(3)
Stacktrace:
  [1] try_yieldto(undo::typeof(Base.ensure_rescheduled))
    @ Base ./task.jl:710
  [2] wait()
    @ Base ./task.jl:770
  [3] wait(c::Base.GenericCondition{ReentrantLock})
    @ Base ./condition.jl:106
  [4] take_buffered(c::Channel{Any})
    @ Base ./channels.jl:389
  [5] take!(c::Channel{Any})
    @ Base ./channels.jl:383
  [6] take!(::Distributed.RemoteValue)
    @ Distributed /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:599
  [7] remotecall_fetch(::Function, ::Distributed.Worker, ::String, ::Vararg{String, N} where N; kwargs::Base.Iterators.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
    @ Distributed /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:390
  [8] remotecall_fetch(::Function, ::Int64, ::String, ::Vararg{String, N} where N; kwargs::Base.Iterators.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
    @ Distributed /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:421
  [9] macro expansion
    @ /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/runtests.jl:217 [inlined]
 [10] (::var"#33#43"{Vector{Task}, var"#print_testworker_errored#39"{ReentrantLock, Int64, Int64}, var"#print_testworker_stats#37"{ReentrantLock, Int64, Int64, Int64, Int64, Int64, Int64}, Vector{Any}, Dict{String, DateTime}})()
    @ Main ./task.jl:411
combinatorics                      (4) |     2.54 |   0.09 |  3.5 |     623.92 |  2768.19
env                                (4) |        started at 2021-11-20T01:31:44.578
env                                (4) |     0.37 |   0.00 |  0.0 |      21.29 |  2768.19
rounding                           (4) |        started at 2021-11-20T01:31:44.949
sorting                            (7) |    63.56 |   0.82 |  1.3 |    6135.41 |   627.87
mod2pi                             (7) |        started at 2021-11-20T01:31:46.105
ranges                             (8) |        started at 2021-11-20T01:31:46.208
mod2pi                             (7) |     0.37 |   0.01 |  2.0 |      47.91 |   630.06
euler                              (7) |        started at 2021-11-20T01:31:46.477
euler                              (7) |     0.60 |   0.02 |  3.7 |     142.77 |   639.65
show                               (7) |        started at 2021-11-20T01:31:47.078
rounding                           (4) |     3.19 |   0.09 |  2.8 |     422.82 |  2768.19
client                             (4) |        started at 2021-11-20T01:31:48.143
client                             (4) |     0.65 |   0.00 |  0.0 |      98.50 |  2768.19
errorshow                          (4) |        started at 2021-11-20T01:31:48.800
errorshow                          (4) |     9.21 |   0.10 |  1.1 |     424.84 |  2768.19
sets                               (4) |        started at 2021-11-20T01:31:58.017
show                               (7) |    25.33 |   0.79 |  3.1 |    4920.29 |   689.95
goto                               (7) |        started at 2021-11-20T01:32:12.409
goto                               (7) |     0.04 |   0.00 |  0.0 |       1.05 |   690.00
llvmcall                           (7) |        started at 2021-11-20T01:32:12.447
sets                               (4) |    14.56 |   0.25 |  1.7 |    1348.11 |  2768.19
llvmcall2                          (4) |        started at 2021-11-20T01:32:12.578
llvmcall2                          (4) |     0.03 |   0.00 |  0.0 |       0.93 |  2768.19
ryu                                (4) |        started at 2021-11-20T01:32:12.609
llvmcall                           (7) |     0.29 |   0.00 |  0.0 |      28.09 |   690.95
some                               (7) |        started at 2021-11-20T01:32:12.740
some                               (7) |     0.80 |   0.15 | 18.7 |     125.88 |   692.33
meta                               (7) |        started at 2021-11-20T01:32:13.539
ryu                                (4) |     0.96 |   0.00 |  0.0 |      86.52 |  2768.19
stacktraces                        (4) |        started at 2021-11-20T01:32:13.567
meta                               (7) |     0.69 |   0.02 |  2.3 |      89.09 |   694.52
docs                               (7) |        started at 2021-11-20T01:32:14.229
stacktraces                        (4) |         failed at 2021-11-20T01:32:14.923
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/stacktraces.jl:51
  Expression: StackTraces.lookup(C_NULL) == [StackTraces.UNKNOWN] == StackTraces.lookup(C_NULL + 1) == StackTraces.lookup(C_NULL - 1)
   Evaluated: Base.StackTraces.StackFrame[ip:0x0] == Base.StackTraces.StackFrame[ip:0x0] == Base.StackTraces.StackFrame[ip:0x1] == Base.StackTraces.StackFrame[ip:0xffffffffffffffff at julia:?]

ranges                             (8) |    28.93 |   1.23 |  4.2 |   10521.87 |   414.49
misc                               (8) |        started at 2021-11-20T01:32:15.375
docs                               (7) |     2.47 |   0.08 |  3.3 |     373.81 |   700.78
binaryplatforms                    (7) |        started at 2021-11-20T01:32:16.702
atexit                             (9) |        started at 2021-11-20T01:32:18.092
broadcast                          (5) |    54.86 |   1.20 |  2.2 |    6295.60 |  3006.81
enums                              (5) |        started at 2021-11-20T01:32:20.364
binaryplatforms                    (7) |     3.90 |   0.10 |  2.5 |     529.52 |   728.81
cmdlineargs                        (7) |        started at 2021-11-20T01:32:20.609
enums                              (5) |     2.76 |   0.35 | 12.7 |     349.30 |  3010.26
int                                (5) |        started at 2021-11-20T01:32:23.128
atexit                             (9) |     6.83 |   0.00 |  0.1 |      62.95 |   249.31
interpreter                        (9) |        started at 2021-11-20T01:32:25.088
interpreter                        (9) |     0.83 |   0.00 |  0.0 |      10.16 |   250.00
checked                            (9) |        started at 2021-11-20T01:32:25.927
      From worker 8:	Test Summary: | Pass  Total
      From worker 8:	@deprecate    |    6      6
      From worker 8:	Test Summary: | Pass  Total
      From worker 8:	firstcaller   |    1      1
      From worker 8:	Test Summary:              | Broken  Total
      From worker 8:	parser syntax deprecations |      1      1
misc                               (8) |         failed at 2021-11-20T01:32:28.171
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/misc.jl:548
  Expression: Libc.errno() == 0x00c0ffee
   Evaluated: 0 == 0x00c0ffee

int                                (5) |     6.06 |   0.08 |  1.3 |     672.46 |  3017.48
bitset                             (5) |        started at 2021-11-20T01:32:29.194
bitset                             (5) |     1.16 |   0.04 |  3.6 |     111.26 |  3019.37
floatfuncs                         (5) |        started at 2021-11-20T01:32:30.353
boundscheck                       (10) |        started at 2021-11-20T01:32:31.417
checked                            (9) |     6.43 |   0.16 |  2.4 |     342.52 |   431.00
error                              (9) |        started at 2021-11-20T01:32:32.367
      From worker 10:	Test Summary:                                               | Pass  Total
      From worker 10:	pass inbounds meta to getindex on CartesianIndices (#42115) |    2      2
error                              (9) |     1.23 |   0.01 |  1.0 |      77.44 |   431.93
cartesian                          (9) |        started at 2021-11-20T01:32:33.601
      From worker 10:	Test Summary:                                               | Pass  Total
      From worker 10:	pass inbounds meta to getindex on CartesianIndices (#42115) |    2      2
      From worker 10:	Test Summary:                                               | Pass  Total
      From worker 10:	pass inbounds meta to getindex on CartesianIndices (#42115) |    2      2
boundscheck                       (10) |     4.81 |   0.00 |  0.0 |       6.66 |   239.86
osutils                           (10) |        started at 2021-11-20T01:32:36.400
osutils                           (10) |     0.23 |   0.01 |  5.6 |      23.17 |   246.43
channels                          (10) |        started at 2021-11-20T01:32:36.645
cartesian                          (9) |     4.30 |   0.15 |  3.6 |     804.32 |   436.56
iostream                           (9) |        started at 2021-11-20T01:32:37.908
iostream                           (9) |     1.07 |   0.02 |  2.1 |     239.31 |   438.70
secretbuffer                       (9) |        started at 2021-11-20T01:32:38.982
      From worker 9:	testing position
secretbuffer                       (9) |     0.43 |   0.09 | 20.6 |      58.91 |   439.45
specificity                        (9) |        started at 2021-11-20T01:32:39.419
      From worker 9:	WARNING: Method definition f(Tuple{Vararg{Int64, N}}, AbstractArray{T, N}) where {T, N} in module Test57Main_specificity at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/specificity.jl:87 overwritten at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/specificity.jl:93.
specificity                        (9) |     0.16 |   0.00 |  0.0 |      18.35 |   439.65
reinterpretarray                   (9) |        started at 2021-11-20T01:32:39.583
reinterpretarray                   (9) |     8.34 |   0.40 |  4.7 |    1618.24 |   515.66
┌ Warning: a SecretBuffer was `shred!`ed by the GC; use `shred!` manually after use to minimize exposure.
└ @ Base secretbuffer.jl:169
┌ Warning: a SecretBuffer was `shred!`ed by the GC; use `shred!` manually after use to minimize exposure.
└ @ Base secretbuffer.jl:169
┌ Warning: a SecretBuffer was `shred!`ed by the GC; use `shred!` manually after use to minimize exposure.
└ @ Base secretbuffer.jl:169
syntax                             (9) |        started at 2021-11-20T01:32:48.132
syntax                             (9) |     3.73 |   0.07 |  1.8 |     542.17 |   531.62
corelogging                        (9) |        started at 2021-11-20T01:32:51.860
corelogging                        (9) |     2.32 |   0.05 |  2.2 |     385.22 |   534.78
missing                            (9) |        started at 2021-11-20T01:32:54.187
channels                          (10) |    18.81 |   4.35 | 23.1 |     424.53 |   475.43
asyncmap                          (10) |        started at 2021-11-20T01:32:55.462
asyncmap                          (10) |     5.32 |   0.15 |  2.8 |     679.58 |   475.43
smallarrayshrink                  (10) |        started at 2021-11-20T01:33:00.782
smallarrayshrink                  (10) |     0.27 |   0.00 |  0.0 |      25.42 |   475.43
SparseArrays/higherorderfns       (10) |        started at 2021-11-20T01:33:01.056
missing                            (9) |     8.10 |   0.18 |  2.2 |    1287.56 |   571.18
SparseArrays/sparse                (9) |        started at 2021-11-20T01:33:02.290
SparseArrays/higherorderfns       (10) |    70.49 |   1.82 |  2.6 |   10831.94 |   686.34
SparseArrays/sparsevector         (10) |        started at 2021-11-20T01:34:11.551
floatfuncs                         (5) |   105.27 |   4.48 |  4.3 |   55600.27 |  3024.38
LibGit2/libgit2                    (5) |        started at 2021-11-20T01:34:15.624
cmdlineargs                        (7) |   140.10 |   0.44 |  0.3 |     842.22 |   745.77
Dates/accessors                    (7) |        started at 2021-11-20T01:34:40.716
Dates/accessors                    (7) |     6.17 |   0.47 |  7.6 |    3941.32 |   776.88
Dates/adjusters                    (7) |        started at 2021-11-20T01:34:46.890
Dates/adjusters                    (7) |     3.38 |   0.07 |  1.9 |     315.82 |   847.49
Dates/query                        (7) |        started at 2021-11-20T01:34:50.274
Dates/query                        (7) |     0.66 |   0.02 |  3.1 |     117.91 |   848.26
Dates/periods                      (7) |        started at 2021-11-20T01:34:50.936
Dates/periods                      (7) |     9.76 |   0.42 |  4.3 |    1628.05 |   862.36
Dates/ranges                       (7) |        started at 2021-11-20T01:35:01.347
Dates/ranges                       (7) |    12.77 |   0.23 |  1.8 |    1229.52 |  1017.41
Dates/rounding                     (7) |        started at 2021-11-20T01:35:14.124
Dates/rounding                     (7) |     1.21 |   0.03 |  2.6 |     160.03 |  1019.60
Dates/types                        (7) |        started at 2021-11-20T01:35:15.339
Dates/types                        (7) |     0.87 |   0.02 |  2.1 |     110.49 |  1022.59
Dates/io                           (7) |        started at 2021-11-20T01:35:16.215
Dates/io                           (7) |     6.65 |   0.14 |  2.1 |     924.79 |  1043.04
Dates/arithmetic                   (7) |        started at 2021-11-20T01:35:22.869
Dates/arithmetic                   (7) |     3.26 |   0.12 |  3.8 |     671.05 |  1048.20
Dates/conversions                  (7) |        started at 2021-11-20T01:35:26.136
Dates/conversions                  (7) |     0.44 |   0.00 |  0.0 |      25.14 |  1048.82
ArgTools                           (7) |        started at 2021-11-20T01:35:26.577
LibGit2/libgit2                    (5) |    74.98 |   0.51 |  0.7 |    1322.10 |  3252.99
Artifacts                          (5) |        started at 2021-11-20T01:35:30.609
      From worker 5:	 Downloading artifact: c_simple
      From worker 5:	 Downloading artifact: c_simple
      From worker 5:	 Downloading artifact: c_simple
      From worker 5:	 Downloading artifact: c_simple
      From worker 5:	 Downloading artifact: c_simple
      From worker 5:	 Downloading artifact: c_simple
      From worker 5:	 Downloading artifact: c_simple
      From worker 5:	 Downloading artifact: c_simple
      From worker 5:	 Downloading artifact: c_simple
      From worker 5:	 Downloading artifact: c_simple
      From worker 5:	 Downloading artifact: c_simple
      From worker 5:	 Downloading artifact: c_simple
ArgTools                           (7) |     7.30 |   0.85 | 11.7 |    1340.36 |  1049.75
Base64                             (7) |        started at 2021-11-20T01:35:33.877
      From worker 5:	 Downloading artifact: c_simple
Base64                             (7) |     1.47 |   0.18 | 12.1 |    1560.72 |  1109.95
CRC32c                             (7) |        started at 2021-11-20T01:35:35.348
CRC32c                             (7) |     0.47 |   0.01 |  2.2 |      65.50 |  1109.95
CompilerSupportLibraries_jll       (7) |        started at 2021-11-20T01:35:35.822
Artifacts                          (5) |     5.57 |   0.16 |  2.8 |     319.30 |  3252.99
DelimitedFiles                     (5) |        started at 2021-11-20T01:35:36.185
CompilerSupportLibraries_jll       (7) |     0.54 |   0.00 |  0.0 |      40.46 |  1109.95
Downloads                          (7) |        started at 2021-11-20T01:35:36.367
DelimitedFiles                     (5) |     3.00 |   0.09 |  3.0 |     640.18 |  3252.99
FileWatching                       (5) |        started at 2021-11-20T01:35:39.183
SparseArrays/sparse                (9) |   171.84 |  19.98 | 11.6 |   21496.01 |  1407.39
Future                             (9) |        started at 2021-11-20T01:35:54.128
Future                             (9) |     0.00 |   0.00 |  0.0 |       0.06 |  1407.39
GMP_jll                            (9) |        started at 2021-11-20T01:35:54.132
GMP_jll                            (9) |     0.36 |   0.05 | 13.6 |       5.31 |  1407.51
InteractiveUtils                   (9) |        started at 2021-11-20T01:35:54.491
      From worker 9:	
      From worker 9:	signal (11): Segmentation fault: 11
      From worker 9:	in expression starting at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/stdlib/v1.6/InteractiveUtils/test/runtests.jl:220
      From worker 9:	objc_msgSend at /usr/lib/libobjc.A.dylib (unknown line)
      From worker 9:	uv__get_cpu_speed at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 9:	uv_cpu_info at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 9:	cpu_info at ./sysinfo.jl:215
      From worker 9:	cpu_summary at ./sysinfo.jl:201 [inlined]
      From worker 9:	#versioninfo#55 at /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/InteractiveUtils/src/InteractiveUtils.jl:115
      From worker 9:	versioninfo##kw at /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/InteractiveUtils/src/InteractiveUtils.jl:86 [inlined]
      From worker 9:	#5 at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/stdlib/v1.6/InteractiveUtils/test/runtests.jl:224
      From worker 9:	#mktempdir#21 at ./file.jl:729
      From worker 9:	jl_apply_generic at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 9:	mktempdir at ./file.jl:727
      From worker 9:	mktempdir at ./file.jl:727
      From worker 9:	jl_apply_generic at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 9:	do_call at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 9:	eval_body at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 9:	eval_body at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 9:	eval_body at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 9:	jl_interpret_toplevel_thunk at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 9:	jl_toplevel_eval_flex at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 9:	jl_toplevel_eval_flex at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 9:	jl_toplevel_eval_in at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 9:	eval at ./boot.jl:360 [inlined]
      From worker 9:	include_string at ./loading.jl:1116
      From worker 9:	jl_apply_generic at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 9:	_include at ./loading.jl:1170
      From worker 9:	include at ./Base.jl:384 [inlined]
      From worker 9:	macro expansion at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/testdefs.jl:24 [inlined]
      From worker 9:	macro expansion at /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1151 [inlined]
      From worker 9:	macro expansion at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/testdefs.jl:23 [inlined]
      From worker 9:	macro expansion at ./timing.jl:368 [inlined]
      From worker 9:	#runtests#1 at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/testdefs.jl:21
      From worker 9:	runtests##kw at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/testdefs.jl:6 [inlined]
      From worker 9:	runtests##kw at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/testdefs.jl:6
      From worker 9:	unknown function (ip: 0x10ed1568a)
      From worker 9:	jl_apply_generic at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 9:	do_apply at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 9:	#106 at /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Distributed/src/process_messages.jl:278
      From worker 9:	run_work_thunk at /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Distributed/src/process_messages.jl:63
      From worker 9:	macro expansion at /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Distributed/src/process_messages.jl:278 [inlined]
      From worker 9:	#105 at ./task.jl:411
      From worker 9:	unknown function (ip: 0x10ed0762c)
      From worker 9:	jl_apply_generic at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 9:	start_task at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 9:	Allocations: 492253011 (Pool: 492019247; Big: 233764); GC: 731
Worker 9 terminated.
InteractiveUtils                   (9) |         failed at 2021-11-20T01:35:58.793
ProcessExitedException(9)
Stacktrace:
  [1] try_yieldto(undo::typeof(Base.ensure_rescheduled))
    @ Base ./task.jl:710
  [2] wait()
    @ Base ./task.jl:770
  [3] wait(c::Base.GenericCondition{ReentrantLock})
    @ Base ./condition.jl:106
  [4] take_buffered(c::Channel{Any})
    @ Base ./channels.jl:389
  [5] take!(c::Channel{Any})
    @ Base ./channels.jl:383
  [6] take!(::Distributed.RemoteValue)
    @ Distributed /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:599
  [7] remotecall_fetch(::Function, ::Distributed.Worker, ::String, ::Vararg{String, N} where N; kwargs::Base.Iterators.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
    @ Distributed /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:390
  [8] remotecall_fetch(::Function, ::Int64, ::String, ::Vararg{String, N} where N; kwargs::Base.Iterators.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
    @ Distributed /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:421
  [9] macro expansion
    @ /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/runtests.jl:217 [inlined]
 [10] (::var"#33#43"{Vector{Task}, var"#print_testworker_errored#39"{ReentrantLock, Int64, Int64}, var"#print_testworker_stats#37"{ReentrantLock, Int64, Int64, Int64, Int64, Int64, Int64}, Vector{Any}, Dict{String, DateTime}})()
    @ Main ./task.jl:411
LazyArtifacts                     (11) |        started at 2021-11-20T01:36:01.621
      From worker 11:	 Downloading artifact: socrates
      From worker 11:	 Downloading artifact: socrates
LazyArtifacts                     (11) |     2.33 |   0.02 |  0.9 |     126.58 |   247.53
LibCURL                           (11) |        started at 2021-11-20T01:36:04.101
LibCURL                           (11) |     1.39 |   0.00 |  0.0 |      14.12 |   252.50
LibCURL_jll                       (11) |        started at 2021-11-20T01:36:05.493
LibCURL_jll                       (11) |     0.04 |   0.02 | 41.6 |       1.06 |   252.91
LibGit2_jll                       (11) |        started at 2021-11-20T01:36:05.536
LibGit2_jll                       (11) |     0.78 |   0.00 |  0.0 |       7.30 |   253.67
LibOSXUnwind_jll                  (11) |        started at 2021-11-20T01:36:06.322
LibOSXUnwind_jll                  (11) |     0.24 |   0.00 |  0.0 |       0.37 |   254.00
LibSSH2_jll                       (11) |        started at 2021-11-20T01:36:06.563
LibSSH2_jll                       (11) |     0.02 |   0.00 |  0.0 |       1.01 |   254.22
LibUV_jll                         (11) |        started at 2021-11-20T01:36:06.584
LibUV_jll                         (11) |     0.39 |   0.00 |  0.0 |       2.33 |   254.36
LibUnwind_jll                     (11) |        started at 2021-11-20T01:36:06.976
LibUnwind_jll                     (11) |     0.23 |   0.00 |  0.0 |       0.36 |   254.40
Libdl                             (11) |        started at 2021-11-20T01:36:07.205
Libdl                             (11) |     0.69 |   0.00 |  0.0 |      45.61 |   271.29
Logging                           (11) |        started at 2021-11-20T01:36:07.896
Logging                           (11) |     1.88 |   0.04 |  2.1 |     313.69 |   334.58
MPFR_jll                          (11) |        started at 2021-11-20T01:36:09.776
MPFR_jll                          (11) |     0.28 |   0.00 |  0.0 |       1.37 |   334.59
Markdown                          (11) |        started at 2021-11-20T01:36:10.056
Markdown                          (11) |     3.23 |   0.07 |  2.3 |     591.81 |   346.48
MbedTLS_jll                       (11) |        started at 2021-11-20T01:36:13.293
MbedTLS_jll                       (11) |     0.03 |   0.00 |  0.0 |       3.41 |   346.57
Mmap                              (11) |        started at 2021-11-20T01:36:13.322
FileWatching                       (5) |    34.83 |   3.73 | 10.7 |     129.67 |  3252.99
MozillaCACerts_jll                 (5) |        started at 2021-11-20T01:36:14.014
MozillaCACerts_jll                 (5) |     0.00 |   0.00 |  0.0 |       0.12 |  3252.99
NetworkOptions                     (5) |        started at 2021-11-20T01:36:14.019
NetworkOptions                     (5) |     0.68 |   0.00 |  0.0 |      60.21 |  3252.99
OpenBLAS_jll                       (5) |        started at 2021-11-20T01:36:14.698
OpenBLAS_jll                       (5) |     0.39 |   0.00 |  0.0 |       5.42 |  3252.99
OpenLibm_jll                       (5) |        started at 2021-11-20T01:36:15.094
OpenLibm_jll                       (5) |     0.29 |   0.00 |  0.0 |       1.15 |  3252.99
PCRE2_jll                          (5) |        started at 2021-11-20T01:36:15.394
PCRE2_jll                          (5) |     0.31 |   0.00 |  0.0 |       4.26 |  3252.99
Printf                             (5) |        started at 2021-11-20T01:36:15.710
Mmap                              (11) |     3.51 |   1.55 | 44.3 |     347.79 |   355.07
Profile                           (11) |        started at 2021-11-20T01:36:16.833
Profile                           (11) |     6.32 |   0.05 |  0.8 |     390.24 |   449.64
REPL                              (11) |        started at 2021-11-20T01:36:23.160
Printf                             (5) |     7.81 |   0.32 |  4.1 |    1782.43 |  3252.99
Random                             (5) |        started at 2021-11-20T01:36:23.519
Downloads                          (7) |    62.53 |   0.36 |  0.6 |     386.87 |  1109.95
SHA                                (7) |        started at 2021-11-20T01:36:38.903
REPL                              (11) |    15.89 |   0.52 |  3.3 |    2116.06 |   565.40
Serialization                     (11) |        started at 2021-11-20T01:36:39.055
Serialization                     (11) |     4.31 |   0.11 |  2.5 |     876.82 |   614.74
Sockets                           (11) |        started at 2021-11-20T01:36:43.365
Random                             (5) |    23.07 |   0.41 |  1.8 |    2865.92 |  3276.29
Statistics                         (5) |        started at 2021-11-20T01:36:46.592
Sockets                           (11) |     5.04 |   0.03 |  0.7 |     245.13 |   618.15
SuiteSparse                       (11) |        started at 2021-11-20T01:36:48.405
SparseArrays/sparsevector         (10) |   159.20 |   4.17 |  2.6 |   28423.32 |  1344.78
SuiteSparse_jll                   (10) |        started at 2021-11-20T01:36:50.758
SuiteSparse_jll                   (10) |     0.44 |   0.00 |  0.0 |       6.61 |  1344.98
TOML                              (10) |        started at 2021-11-20T01:36:51.200
TOML                              (10) |     8.33 |   0.28 |  3.3 |    1252.27 |  1358.75
Tar                               (10) |        started at 2021-11-20T01:36:59.536
Statistics                         (5) |    26.87 |   0.58 |  2.2 |    3786.06 |  3313.63
Test                               (5) |        started at 2021-11-20T01:37:13.464
Tar                               (10) |    28.30 |   2.59 |  9.1 |    4778.72 |  1461.79
UUIDs                             (10) |        started at 2021-11-20T01:37:27.834
UUIDs                             (10) |     0.23 |   0.01 |  4.3 |      36.09 |  1462.32
Unicode                           (10) |        started at 2021-11-20T01:37:28.068
Unicode                           (10) |     2.78 |   0.09 |  3.3 |     445.28 |  1475.75
Zlib_jll                          (10) |        started at 2021-11-20T01:37:30.850
Zlib_jll                          (10) |     0.29 |   0.00 |  0.0 |       1.25 |  1475.79
dSFMT_jll                         (10) |        started at 2021-11-20T01:37:31.142
dSFMT_jll                         (10) |     0.28 |   0.00 |  0.0 |       1.27 |  1475.79
libLLVM_jll                       (10) |        started at 2021-11-20T01:37:31.425
libLLVM_jll                       (10) |     0.26 |   0.00 |  0.0 |       0.37 |  1475.79
nghttp2_jll                       (10) |        started at 2021-11-20T01:37:31.689
nghttp2_jll                       (10) |     0.03 |   0.00 |  0.0 |       1.59 |  1475.79
p7zip_jll                         (10) |        started at 2021-11-20T01:37:31.721
p7zip_jll                         (10) |     0.00 |   0.00 |  0.0 |       0.14 |  1475.79
Test                               (5) |    18.67 |   0.36 |  2.0 |     725.01 |  3343.57
SHA                                (7) |    53.61 |   0.09 |  0.2 |     662.80 |  1157.75
      From worker 11:	Test Summary:              | Pass  Total
      From worker 11:	threaded SuiteSparse tests |    1      1
SuiteSparse                       (11) |    47.89 |   1.75 |  3.6 |    7392.11 |   887.73
LinearAlgebra/addmul               (6) |   898.19 |  22.44 |  2.5 |  148169.77 |  3380.39

Executing tests that run on node 1 only:
precompile                         (1) |        started at 2021-11-20T01:41:55.894
precompile                         (1) |    21.95 |   0.11 |  0.5 |     613.75 |   357.98
SharedArrays                       (1) |        started at 2021-11-20T01:42:17.898
SharedArrays                       (1) |    15.81 |   0.58 |  3.7 |    1716.44 |   386.91
threads                            (1) |        started at 2021-11-20T01:42:33.714
Test Summary:                     | Pass  Total
Threads.Conditions must be locked |    5      5
Test Summary:      | Pass  Total
InvasiveLinkedList |   72     72
Test Summary:        | Pass  Total
@spawn interpolation |   10     10
Test Summary:        | Pass  Total
@async interpolation |    8      8
Test Summary:                   | Pass  Total
spawn interpolation: macrocalls |    2      2
Test Summary:                 | Pass  Total
Threads.foreach(f, ::Channel) |    7      7
Warning: threaded loop executed in order
Warning: threaded loop executed in order
Warning: threaded loop executed in order
Test Summary:                     | Pass  Total
Threads.Conditions must be locked |    5      5
Test Summary:      | Pass  Total
InvasiveLinkedList |   72     72
Test Summary:        | Pass  Total
@spawn interpolation |   10     10
Test Summary:        | Pass  Total
@async interpolation |    8      8
Test Summary:                   | Pass  Total
spawn interpolation: macrocalls |    2      2
Test Summary:                 | Pass  Total
Threads.foreach(f, ::Channel) |    7      7
Test Summary:                     | Pass  Total
Threads.Conditions must be locked |    5      5
Test Summary:      | Pass  Total
InvasiveLinkedList |   72     72
Test Summary:        | Pass  Total
@spawn interpolation |   10     10
Test Summary:        | Pass  Total
@async interpolation |    8      8
Test Summary:                   | Pass  Total
spawn interpolation: macrocalls |    2      2
Test Summary:                 | Pass  Total
Threads.foreach(f, ::Channel) |    7      7
Test Summary:                     | Pass  Total
Threads.Conditions must be locked |    5      5
Test Summary:      | Pass  Total
InvasiveLinkedList |   72     72
Test Summary:        | Pass  Total
@spawn interpolation |   10     10
Test Summary:        | Pass  Total
@async interpolation |    8      8
Test Summary:                   | Pass  Total
spawn interpolation: macrocalls |    2      2
Test Summary:                 | Pass  Total
Threads.foreach(f, ::Channel) |    7      7
threads                            (1) |    66.49 |   0.03 |  0.0 |      55.11 |   387.10
Distributed                        (1) |        started at 2021-11-20T01:43:40.206
Distributed                        (1) |   108.56 |   0.02 |  0.0 |     106.44 |   387.10
stress                             (1) |        started at 2021-11-20T01:45:28.768
(libuv) kqueue(): Too many open files
stress                             (1) |    17.35 |   0.04 |  0.2 |     107.08 |   387.10

Test Summary:                       |     Pass  Fail  Error  Broken     Total
  Overall                           | 38800773    37      2  352626  39153438
    LinearAlgebra/schur             |      430                            430
    LinearAlgebra/qr                |     4531                           4531
    LinearAlgebra/eigen             |      422                            422
    LinearAlgebra/special           |     3159                           3159
    LinearAlgebra/bunchkaufman      |     5285                           5285
    LinearAlgebra/dense             |     7881                           7881
    LinearAlgebra/lapack            |      800                            800
    LinearAlgebra/svd               |      525                            525
    LinearAlgebra/matmul            |     1028                           1028
    LinearAlgebra/tridiag           |     1418                           1418
    LinearAlgebra/lu                |     1287                           1287
    LinearAlgebra/cholesky          |     2406                           2406
    LinearAlgebra/bidiag            |     3597                           3597
    LinearAlgebra/generic           |      530                            530
    LinearAlgebra/uniformscaling    |      510                            510
    LinearAlgebra/diagonal          |     2632                           2632
    LinearAlgebra/lq                |     3005                           3005
    LinearAlgebra/blas              |      691                            691
    LinearAlgebra/adjtrans          |      313                            313
    LinearAlgebra/givens            |     1847                           1847
    LinearAlgebra/pinv              |      288                            288
    LinearAlgebra/hessenberg        |      403                            403
    LinearAlgebra/ldlt              |        8                              8
    LinearAlgebra/factorization     |       51                   18        69
    ambiguous                       |      101                    2       103
    LinearAlgebra/symmetric         |     2744                           2744
    compiler/validation             |       26                             26
    compiler/ssair                  |       39                             39
    compiler/irpasses               |       22                             22
    compiler/inference              |      893                    1       894
    compiler/inline                 |       42                    1        43
    LinearAlgebra/structuredbroadcast |      646                            646
    compiler/contextual             |        6                              6
    compiler/codegen                |      145                            145
    strings/search                  |      692                            692
    strings/basic                   |    87674                          87674
    strings/util                    |      461                            461
    strings/io                      |    12751                          12751
    unicode/utf8                    |       19                             19
    strings/types                   |  2302691                        2302691
    worlds                          |       83                             83
    keywordargs                     |      151                            151
    LinearAlgebra/triangular        |    37696                          37696
    numbers                         |  1578565                    1   1578566
    char                            |     1529                           1529
    triplequote                     |       29                             29
    subtype                         |   337653                   16    337669
    intrinsics                      |       90                             90
    core                            |  8445874                    4   8445878
    iobuffer                        |      204                            204
    staged                          |       64                             64
    hashing                         |    12356                          12356
    dict                            |   144409                         144409
    tuple                           |      578                            578
    reduce                          |     8545                           8545
    offsetarray                     |      477                    3       480
    reducedim                       |      817                            817
    subarray                        |   318299                         318299
    simdloop                        |      249                            249
    arrayops                        |     1979                    2      1981
    vecelement                      |      678                            678
    intfuncs                        |   215864                         215864
    copy                            |      532                            532
    abstractarray                   |    54715                24795     79510
    rational                        |    98622                    1     98623
    functional                      |       95                             95
    fastmath                        |      934                            934
    operators                       |    12949                          12949
    ordering                        |       35                             35
    path                            |      357                   12       369
    math                            |  1520108    35                  1520143
    parse                           |    16098                          16098
    loading                         |   166914                         166914
    gmp                             |     2315                           2315
    iterators                       |    10071                          10071
    spawn                           |      206                    4       210
    backtrace                       |       35                    1        36
    exceptions                      |       70                             70
    file                            |     1040                           1040
    ccall                           |     5332                           5332
    version                         |     2452                           2452
    namedtuple                      |      194                    1       195
    bitarray                        |   914486                         914486
    read                            |     3143                           3143
    mpfr                            |     1135                           1135
    floatapprox                     |       49                             49
    complex                         |     8429                    5      8434
    regex                           |      114                            114
    float16                         |      235                            235
    reflection                      |      403                            403
    sysinfo                         |                     1                 1
    combinatorics                   |      170                            170
    env                             |       72                             72
    sorting                         |    12709                   10     12719
    mod2pi                          |       80                             80
    euler                           |       12                             12
    rounding                        |   112720                         112720
    client                          |        3                              3
    errorshow                       |      218                            218
    show                            |     1520                    8      1528
    goto                            |       19                             19
    sets                            |     3518                    1      3519
    llvmcall2                       |        7                              7
    llvmcall                        |       19                             19
    some                            |       65                             65
    ryu                             |    31215                          31215
    meta                            |       64                             64
    stacktraces                     |       47     1                       48
    ranges                          | 12109744               327693  12437437
    docs                            |      227                            227
    broadcast                       |      480                            480
    binaryplatforms                 |      341                            341
    enums                           |       99                             99
    atexit                          |       40                             40
    interpreter                     |        3                              3
    misc                            |  1282111     1                  1282112
    int                             |   524668                         524668
    bitset                          |      195                            195
    checked                         |     1239                           1239
    error                           |       31                             31
    boundscheck                     |                                No tests
    osutils                         |       42                             42
    cartesian                       |      234                    3       237
    iostream                        |       50                             50
    secretbuffer                    |       27                             27
    specificity                     |      175                            175
    reinterpretarray                |      226                            226
    syntax                          |     1406                    1      1407
    corelogging                     |      231                            231
    channels                        |      237                            237
    asyncmap                        |      292                            292
    smallarrayshrink                |       36                             36
    missing                         |      472                    1       473
    SparseArrays/higherorderfns     |     7120                    1      7121
    floatfuncs                      |      193                            193
    cmdlineargs                     |      245                    3       248
    Dates/accessors                 |  7723858                        7723858
    Dates/adjusters                 |     3149                           3149
    Dates/query                     |     1004                           1004
    Dates/periods                   |      945                            945
    Dates/ranges                    |   350637                         350637
    Dates/rounding                  |      315                            315
    Dates/types                     |      232                            232
    Dates/io                        |      325                            325
    Dates/arithmetic                |      377                            377
    Dates/conversions               |      161                            161
    LibGit2/libgit2                 |      752                            752
    ArgTools                        |      180                            180
    Base64                          |     2022                           2022
    CRC32c                          |      664                            664
    Artifacts                       |     1449                           1449
    CompilerSupportLibraries_jll    |        4                              4
    DelimitedFiles                  |       89                             89
    SparseArrays/sparse             |     3823                           3823
    Future                          |                                No tests
    GMP_jll                         |        1                              1
    InteractiveUtils                |                     1                 1
    LazyArtifacts                   |        4                              4
    LibCURL                         |        6                              6
    LibCURL_jll                     |        1                              1
    LibGit2_jll                     |        2                              2
    LibOSXUnwind_jll                |        1                              1
    LibSSH2_jll                     |                                No tests
    LibUV_jll                       |        1                              1
    LibUnwind_jll                   |                                No tests
    Libdl                           |       76                    1        77
    Logging                         |       39                             39
    MPFR_jll                        |        1                              1
    Markdown                        |      255                            255
    MbedTLS_jll                     |        1                              1
    FileWatching                    |      510                            510
    MozillaCACerts_jll              |        1                              1
    NetworkOptions                  |     3518                           3518
    OpenBLAS_jll                    |        1                              1
    OpenLibm_jll                    |        1                              1
    PCRE2_jll                       |        2                              2
    Mmap                            |      139                            139
    Profile                         |       24                             24
    Printf                          |      996                            996
    Downloads                       |      212                            212
    REPL                            |     1245                    3      1248
    Serialization                   |      119                    1       120
    Random                          |   203266                         203266
    Sockets                         |      165                            165
    SparseArrays/sparsevector       |    10298                          10298
    SuiteSparse_jll                 |        1                              1
    TOML                            |      415                    8       423
    Statistics                      |      752                            752
    Tar                             |     2688                   11      2699
    UUIDs                           |     1029                           1029
    Unicode                         |      758                            758
    Zlib_jll                        |        1                              1
    dSFMT_jll                       |        1                              1
    libLLVM_jll                     |        1                              1
    nghttp2_jll                     |        1                              1
    p7zip_jll                       |        1                              1
    Test                            |      336                   14       350
    SHA                             |        1                              1
    SuiteSparse                     |      878                            878
    LinearAlgebra/addmul            |    10800                          10800
    precompile                      |      116                            116
    SharedArrays                    |      114                            114
    threads                         |        1                              1
    Distributed                     |       12                             12
    stress                          |      118                            118
    FAILURE

The global RNG seed was 0x7a661bb76d3382e57556061f3ab6ee32.

Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 2.944523863465552361567241714265293580330960142053956707348245762162446267954062e-11 <= 2.9103830456733704e-11
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 1.239620282260873206209898403825869801009469955615602346959597919321384586334519e-10 <= 1.1641532182693481e-10
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 1.208398170281759836009218990986729301057788040439471503398687866159506464463257e-10 <= 1.1641532182693481e-10
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 2.47627877963448246139281304052899240647219697425288315010663855420264172632325e-10 <= 2.3283064365386963e-10
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 2.605108531456578179829673301819172730739412111696025914478914399435490480802057e-10 <= 2.3283064365386963e-10
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 2.477387838578831433630323999934486154823113319326355110970641933049857517391576e-10 <= 2.3283064365386963e-10
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 2.478775289005531518827211075087809243630139221300062171051205945145799897450122e-10 <= 2.3283064365386963e-10
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 2.349584940787210028151044089360728120286499165962432230702632231316709858620677e-10 <= 2.3283064365386963e-10
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 9.886864436634399748241004932115747133388310463800831336556764588114818918907741e-10 <= 9.313225746154785e-10
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 4.823588352461727291861554965112121088229437682143749089037056700959904090059565e-07 <= 4.76837158203125e-7
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 9.832422504043911614672568645746468699749618874563042253403238641815601759807441e-07 <= 9.5367431640625e-7
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 4.024522243057574020729461844930154048809148910536720401681924445062456231344194e-06 <= 3.814697265625e-6
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 1.671096080451412160855988051660662099688638931875817473912035360241553260203968e-05 <= 1.52587890625e-5
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 6.253028585631435401436436513153638670269367331587039038179288941589419884240247e-05 <= 6.103515625e-5
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 6.152892080403847793533119813268375575438437323276936013781464852247444865044712e-05 <= 6.103515625e-5
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 1.200336854259549472074926238941724855170910281948893693758563977706877442208179e-38 <= 1.1754943508222875e-38
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 2.407534186038450553460324520873833223076559806755081343173968657075339966387494e-38 <= 2.350988701644575e-38
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 4.04403479998216584240500353597032820416909909200572523597887708037061451531782e-34 <= 3.851859888774472e-34
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 1.547000867037565887731033124057916742861446876878655292159330808009113589193681e-33 <= 1.5407439555097887e-33
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 1.359381443902298604050333477102128548488187396439064659820736079955544135889552e-29 <= 1.262177448353619e-29
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 7.622172891967228201974472453931445301626212887988520784804774877322523939447388e-15 <= 7.105427357601002e-15
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 2.944523863465552361567241714265293580330960142053956707348245762162446267954062e-11 <= 2.9103830456733704e-11
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 2.605108531456578179829673301819172730739412111696025914478914399435490480802057e-10 <= 2.3283064365386963e-10
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 2.477387838578831433630323999934486154823113319326355110970641933049857517391576e-10 <= 2.3283064365386963e-10
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 9.832422504043911614672568645746468699749618874563042253403238641815601759807441e-07 <= 9.5367431640625e-7
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 4.121652904892606052685003491214126582282599824011749377470572011799259625487621 <= 4.0
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 4163.426880704978502421816698819664749573392932735233623596233692188840003351208 <= 4096.0
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 17822.67472567509917126448919163683321959654609696406980989364056689933505907784 <= 16384.0
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 16527.93694692877878898624994027849956771816334482673658660075831545467265425888 <= 16384.0
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 17512.91864800695083094188818273637839932993550170807086656350754272927340441028 <= 16384.0
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 1.095124633509427465540275439400764106209920731364018235913546029993712043440284e+09 <= 1.073741824e9
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 2.442598158324992290694219908876174156982453841420944535786070318064847936399543e+18 <= 2.305843009213694e18
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 5.227490995007697337338820063112673023294806493480370801898843835496083049937824e+18 <= 4.611686018427388e18
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 1.646238226925277080266453015385370447928355932630334495724553017617824145270275e+23 <= 1.5111572745182865e23
Error in testset math:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/math.jl:296
  Expression: abs(y - yb) <= 1.0 * eps(T(yb))
   Evaluated: 3.116802563226568944214562002155919921995251306054576493147635003810339597006461e+23 <= 3.022314549036573e23
Error in testset sysinfo:
Error During Test at none:1
  Got exception outside of a @test
  ProcessExitedException(3)
  Stacktrace:
    [1] try_yieldto(undo::typeof(Base.ensure_rescheduled))
      @ Base ./task.jl:710
    [2] wait()
      @ Base ./task.jl:770
    [3] wait(c::Base.GenericCondition{ReentrantLock})
      @ Base ./condition.jl:106
    [4] take_buffered(c::Channel{Any})
      @ Base ./channels.jl:389
    [5] take!(c::Channel{Any})
      @ Base ./channels.jl:383
    [6] take!(::Distributed.RemoteValue)
      @ Distributed /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:599
    [7] remotecall_fetch(::Function, ::Distributed.Worker, ::String, ::Vararg{String, N} where N; kwargs::Base.Iterators.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Distributed /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:390
    [8] remotecall_fetch(::Function, ::Int64, ::String, ::Vararg{String, N} where N; kwargs::Base.Iterators.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Distributed /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:421
    [9] macro expansion
      @ /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/runtests.jl:217 [inlined]
   [10] (::var"#33#43"{Vector{Task}, var"#print_testworker_errored#39"{ReentrantLock, Int64, Int64}, var"#print_testworker_stats#37"{ReentrantLock, Int64, Int64, Int64, Int64, Int64, Int64}, Vector{Any}, Dict{String, DateTime}})()
      @ Main ./task.jl:411
Error in testset stacktraces:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/stacktraces.jl:51
  Expression: StackTraces.lookup(C_NULL) == [StackTraces.UNKNOWN] == StackTraces.lookup(C_NULL + 1) == StackTraces.lookup(C_NULL - 1)
   Evaluated: Base.StackTraces.StackFrame[ip:0x0] == Base.StackTraces.StackFrame[ip:0x0] == Base.StackTraces.StackFrame[ip:0x1] == Base.StackTraces.StackFrame[ip:0xffffffffffffffff at julia:?]
Error in testset misc:
Test Failed at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/misc.jl:548
  Expression: Libc.errno() == 0x00c0ffee
   Evaluated: 0 == 0x00c0ffee
Error in testset InteractiveUtils:
Error During Test at none:1
  Got exception outside of a @test
  ProcessExitedException(9)
  Stacktrace:
    [1] try_yieldto(undo::typeof(Base.ensure_rescheduled))
      @ Base ./task.jl:710
    [2] wait()
      @ Base ./task.jl:770
    [3] wait(c::Base.GenericCondition{ReentrantLock})
      @ Base ./condition.jl:106
    [4] take_buffered(c::Channel{Any})
      @ Base ./channels.jl:389
    [5] take!(c::Channel{Any})
      @ Base ./channels.jl:383
    [6] take!(::Distributed.RemoteValue)
      @ Distributed /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:599
    [7] remotecall_fetch(::Function, ::Distributed.Worker, ::String, ::Vararg{String, N} where N; kwargs::Base.Iterators.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Distributed /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:390
    [8] remotecall_fetch(::Function, ::Int64, ::String, ::Vararg{String, N} where N; kwargs::Base.Iterators.Pairs{Symbol, UInt128, Tuple{Symbol}, NamedTuple{(:seed,), Tuple{UInt128}}})
      @ Distributed /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Distributed/src/remotecall.jl:421
    [9] macro expansion
      @ /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/runtests.jl:217 [inlined]
   [10] (::var"#33#43"{Vector{Task}, var"#print_testworker_errored#39"{ReentrantLock, Int64, Int64}, var"#print_testworker_stats#37"{ReentrantLock, Int64, Int64, Int64, Int64, Int64, Int64}, Vector{Any}, Dict{String, DateTime}})()
      @ Main ./task.jl:411
ERROR: LoadError: Test run finished with errors
in expression starting at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/runtests.jl:84
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 1.6.4
Commit 35f0c911f4 (2021-11-19 03:54 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin19.5.0)
  CPU: Apple M1 Max
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-11.0.1 (ORCJIT, westmere)

Stacktrace:
 [1] error(s::String)
   @ Base ./error.jl:33
 [2] runtests(tests::Vector{String}; ncores::Int64, exit_on_error::Bool, revise::Bool, seed::Nothing)
   @ Base ./util.jl:581
 [3] runtests (repeats 2 times)
   @ ./util.jl:566 [inlined]
 [4] top-level scope
   @ REPL[2]:1

caused by: failed process: Process(setenv(`/Applications/Julia-1.6.app/Contents/Resources/julia/bin/julia -Cnative -J/Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/sys.dylib -g1 /Applications/Julia-1.6.app/Contents/Resources/julia/bin/../share/julia/test/runtests.jl all`,["XPC_FLAGS=0x0", "PATH=~/.local/bin:/Users/foo/.pyenv/bin:/opt/homebrew/bin:/Users/foo/Library/Python/3.9/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/Library/Apple/usr/bin:/Users/foo/perl5/perlbrew/bin:/Users/foo/perl5/perlbrew/perls/perl-5.35.5/bin:/Users/foo/.local/bin", "PERLBREW_ROOT=/Users/foo/perl5/perlbrew", "PWD=/Users/foo/Desktop", "XPC_SERVICE_NAME=0", "TERM_PROGRAM=Apple_Terminal", "HOMEBREW_PREFIX=/opt/homebrew", "PIP_REQUIRE_VIRTUALENV=true", "SHELL=/bin/zsh", "PERLBREW_VERSION=0.92"  …  "_=/usr/bin/arch", "HOMEBREW_REPOSITORY=/opt/homebrew", "USER=foo", "TERM=xterm-256color", "HOME=/Users/foo", "TERM_PROGRAM_VERSION=443", "PERLBREW_MANPATH=/Users/foo/perl5/perlbrew/perls/perl-5.35.5/man", "PERLBREW_PERL=perl-5.35.5", "PERLBREW_HOME=/Users/foo/.perlbrew", "OPENBLAS_MAIN_FREE=1"]), ProcessExited(1)) [1]

Stacktrace:
 [1] pipeline_error
   @ ./process.jl:525 [inlined]
 [2] run(::Cmd; wait::Bool)
   @ Base ./process.jl:440
 [3] run
   @ ./process.jl:438 [inlined]
 [4] runtests(tests::Vector{String}; ncores::Int64, exit_on_error::Bool, revise::Bool, seed::Nothing)
   @ Base ./util.jl:575
 [5] runtests (repeats 2 times)
   @ ./util.jl:566 [inlined]
 [6] top-level scope
   @ REPL[2]:1

Metadata

Metadata

Assignees

No one assigned

    Labels

    system:apple siliconAffects Apple Silicon only (Darwin/ARM64) - e.g. M1 and other M-series chipssystem:apple silicon rosettaAffects Apple Silicon (e.g. M1), but only when running under Rosetta 2system:armARMv7 and AArch64system:macAffects only macOS

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions