Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
George9000 opened this issue Nov 20, 2021 · 6 comments
Labels
system:apple silicon rosetta Affects Apple Silicon (e.g. M1), but only when running under Rosetta 2 system:apple silicon Affects Apple Silicon only (Darwin/ARM64) - e.g. M1 and other M-series chips system:arm ARMv7 and AArch64 system:mac Affects only macOS

Comments

@George9000
Copy link
Contributor

George9000 commented Nov 20, 2021

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
@DilumAluthge DilumAluthge changed the title With official binaries, Base.runtests() fails with Julia 1.6.4 on macOS ARM With official binaries, running under Rosetta, Base.runtests() fails with Julia 1.6.4 on macOS ARM Nov 20, 2021
@DilumAluthge
Copy link
Member

DilumAluthge commented Nov 20, 2021

@DilumAluthge DilumAluthge added system:apple silicon Affects Apple Silicon only (Darwin/ARM64) - e.g. M1 and other M-series chips system:arm ARMv7 and AArch64 system:mac Affects only macOS system:apple silicon rosetta Affects Apple Silicon (e.g. M1), but only when running under Rosetta 2 labels Nov 20, 2021
@George9000
Copy link
Contributor Author

George9000 commented Nov 20, 2021

Noted for future postings.

Hope that Apple engineers might somehow take an interest in the issues tagged here with apple silicon. In the past, Apple under Jobs would showcase cutting edge software running on their new Macs. When the original Rosetta debuted, a striking example was Mathematica source code making the PPC -> Intel transition in very little time. They could use Julia as an example of another such success story.

Great video of above

@Denis-Titov
Copy link

Denis-Titov commented Nov 22, 2021

I can confirm what @George9000 is seeing.

A bunch of errors in math, misc, stacktraces and InteractiveUtils.

I guess the math test failure seems similar to #39193 but some other tests fail too

click to see log (versioninfo at the end of log)

% julia
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.6.4 (2021-11-19)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

julia> Base.runtests()
Test                          (Worker) | Time (s) | GC (s) | GC % | Alloc (MB) | RSS (MB)
LinearAlgebra/schur                (6) |        started at 2021-11-22T14:33:20.637
LinearAlgebra/matmul               (5) |        started at 2021-11-22T14:33:20.698
LinearAlgebra/qr                   (3) |        started at 2021-11-22T14:33:20.698
LinearAlgebra/triangular           (2) |        started at 2021-11-22T14:33:20.698
LinearAlgebra/dense                (4) |        started at 2021-11-22T14:33:20.698
LinearAlgebra/schur                (6) |    19.63 |   0.77 |  3.9 |    3925.52 |   422.71
LinearAlgebra/special              (6) |        started at 2021-11-22T14:33:40.508
LinearAlgebra/qr                   (3) |    53.56 |   1.91 |  3.6 |   14736.28 |   694.86
LinearAlgebra/eigen                (3) |        started at 2021-11-22T14:34:14.334
LinearAlgebra/eigen                (3) |    17.27 |   0.80 |  4.7 |    2990.57 |   779.09
LinearAlgebra/bunchkaufman         (3) |        started at 2021-11-22T14:34:31.608
LinearAlgebra/special              (6) |    63.46 |   1.53 |  2.4 |    9380.43 |   646.25
LinearAlgebra/svd                  (6) |        started at 2021-11-22T14:34:43.964
LinearAlgebra/bunchkaufman         (3) |    16.28 |   0.44 |  2.7 |    2671.54 |   845.95
LinearAlgebra/lapack               (3) |        started at 2021-11-22T14:34:47.889
LinearAlgebra/dense                (4) |   102.20 |   4.08 |  4.0 |   18857.58 |   801.64
LinearAlgebra/tridiag              (4) |        started at 2021-11-22T14:35:02.975
LinearAlgebra/lapack               (3) |    17.57 |   0.51 |  2.9 |    2842.35 |   875.80
LinearAlgebra/bidiag               (3) |        started at 2021-11-22T14:35:05.465
LinearAlgebra/svd                  (6) |    29.55 |   1.17 |  4.0 |    5266.01 |   741.39
LinearAlgebra/diagonal             (6) |        started at 2021-11-22T14:35:13.516
LinearAlgebra/matmul               (5) |   123.31 |   4.62 |  3.7 |   21454.50 |   942.04
LinearAlgebra/cholesky             (5) |        started at 2021-11-22T14:35:24.089
LinearAlgebra/tridiag              (4) |    28.39 |   0.90 |  3.2 |    4288.12 |   915.88
LinearAlgebra/lu                   (4) |        started at 2021-11-22T14:35:31.364
LinearAlgebra/lu                   (4) |    48.83 |   1.44 |  2.9 |    7695.40 |  1139.02
LinearAlgebra/symmetric            (4) |        started at 2021-11-22T14:36:20.192
LinearAlgebra/cholesky             (5) |    58.14 |   1.96 |  3.4 |    9693.87 |  1063.74
LinearAlgebra/generic              (5) |        started at 2021-11-22T14:36:22.228
LinearAlgebra/bidiag               (3) |    88.86 |   2.68 |  3.0 |   13083.17 |  1107.97
LinearAlgebra/uniformscaling       (3) |        started at 2021-11-22T14:36:34.325
LinearAlgebra/generic              (5) |    18.43 |   0.73 |  4.0 |    2624.67 |  1243.31
LinearAlgebra/lq                   (5) |        started at 2021-11-22T14:36:40.663
LinearAlgebra/uniformscaling       (3) |    25.86 |   1.03 |  4.0 |    3946.38 |  1315.68
LinearAlgebra/hessenberg           (3) |        started at 2021-11-22T14:37:00.188
LinearAlgebra/diagonal             (6) |   108.26 |   4.06 |  3.7 |   20306.79 |  1224.92
LinearAlgebra/blas                 (6) |        started at 2021-11-22T14:37:01.774
LinearAlgebra/lq                   (5) |    21.66 |   0.98 |  4.5 |   11544.47 |  1403.87
LinearAlgebra/adjtrans             (5) |        started at 2021-11-22T14:37:02.327
LinearAlgebra/blas                 (6) |    11.34 |   0.32 |  2.8 |    1825.99 |  1287.54
LinearAlgebra/pinv                 (6) |        started at 2021-11-22T14:37:13.114
LinearAlgebra/adjtrans             (5) |    11.80 |   0.40 |  3.4 |    2360.35 |  1425.27
LinearAlgebra/givens               (5) |        started at 2021-11-22T14:37:14.126
LinearAlgebra/givens               (5) |     3.01 |   0.07 |  2.4 |     416.51 |  1495.50
LinearAlgebra/structuredbroadcast  (5) |        started at 2021-11-22T14:37:17.135
LinearAlgebra/pinv                 (6) |     8.06 |   0.22 |  2.7 |    1324.37 |  1442.02
LinearAlgebra/addmul               (6) |        started at 2021-11-22T14:37:21.181
LinearAlgebra/hessenberg           (3) |    28.87 |   1.00 |  3.5 |    5286.85 |  1354.50
LinearAlgebra/ldlt                 (3) |        started at 2021-11-22T14:37:29.064
LinearAlgebra/ldlt                 (3) |     0.62 |   0.02 |  3.3 |      92.01 |  1355.22
LinearAlgebra/factorization        (3) |        started at 2021-11-22T14:37:29.691
LinearAlgebra/factorization        (3) |     2.50 |   0.08 |  3.3 |     430.16 |  1361.12
ambiguous                          (3) |        started at 2021-11-22T14:37:32.194
      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) |     6.95 |   0.17 |  2.5 |    1041.52 |  1364.16
compiler/inference                 (3) |        started at 2021-11-22T14:37:39.144
      From worker 3:	WARNING: replacing module M.
LinearAlgebra/symmetric            (4) |    84.53 |   2.57 |  3.0 |   13454.22 |  1665.90
compiler/validation                (4) |        started at 2021-11-22T14:37:44.727
compiler/validation                (4) |     0.29 |   0.00 |  0.0 |      34.81 |  1666.23
compiler/ssair                     (4) |        started at 2021-11-22T14:37:45.022
LinearAlgebra/structuredbroadcast  (5) |    28.14 |   1.00 |  3.6 |    4843.07 |  1551.15
compiler/irpasses                  (5) |        started at 2021-11-22T14:37:45.272
compiler/irpasses                  (5) |     0.80 |   0.04 |  4.4 |     140.30 |  1555.99
compiler/codegen                   (5) |        started at 2021-11-22T14:37:46.076
compiler/ssair                     (4) |     1.60 |   0.02 |  1.2 |     150.76 |  1666.84
compiler/inline                    (4) |        started at 2021-11-22T14:37:46.624
compiler/inline                    (4) |     0.42 |   0.06 | 15.5 |      33.05 |  1666.84
compiler/contextual                (4) |        started at 2021-11-22T14:37:47.044
compiler/contextual                (4) |     0.64 |   0.02 |  3.1 |      91.88 |  1666.86
subarray                           (4) |        started at 2021-11-22T14:37:47.688
compiler/inference                 (3) |     8.68 |   0.31 |  3.6 |    1353.43 |  1397.95
strings/basic                      (3) |        started at 2021-11-22T14:37:47.827
compiler/codegen                   (5) |     3.93 |   0.92 | 23.5 |     279.69 |  1560.80
strings/search                     (5) |        started at 2021-11-22T14:37:50.006
strings/search                     (5) |     2.33 |   0.03 |  1.4 |     193.75 |  1563.39
strings/util                       (5) |        started at 2021-11-22T14:37:52.338
strings/basic                      (3) |     5.19 |   0.11 |  2.1 |     664.46 |  1416.08
strings/io                         (3) |        started at 2021-11-22T14:37:53.022
strings/io                         (3) |     1.39 |   0.04 |  2.7 |     228.99 |  1419.34
strings/types                      (3) |        started at 2021-11-22T14:37:54.414
strings/util                       (5) |     2.30 |   0.07 |  2.9 |     333.98 |  1569.89
unicode/utf8                       (5) |        started at 2021-11-22T14:37:54.645
unicode/utf8                       (5) |     0.08 |   0.00 |  0.0 |       7.28 |  1569.99
core                               (5) |        started at 2021-11-22T14:37:54.726
strings/types                      (3) |     2.70 |   0.16 |  5.8 |    1225.99 |  1429.41
worlds                             (3) |        started at 2021-11-22T14:37:57.116
worlds                             (3) |     0.95 |   0.03 |  3.5 |     123.85 |  1430.57
keywordargs                        (3) |        started at 2021-11-22T14:37:58.066
keywordargs                        (3) |     1.35 |   0.02 |  1.3 |     143.17 |  1432.17
numbers                            (3) |        started at 2021-11-22T14:37:59.423
LinearAlgebra/triangular           (2) |   304.39 |   9.04 |  3.0 |   46812.50 |  1505.02
subtype                            (2) |        started at 2021-11-22T14:38:25.162
numbers                            (3) |    39.39 |   0.91 |  2.3 |    4302.63 |  1752.07
char                               (3) |        started at 2021-11-22T14:38:38.810
char                               (3) |     1.23 |   0.05 |  3.7 |     179.48 |  1756.18
triplequote                        (3) |        started at 2021-11-22T14:38:40.044
triplequote                        (3) |     0.02 |   0.00 |  0.0 |       0.42 |  1756.18
intrinsics                         (3) |        started at 2021-11-22T14:38:40.063
intrinsics                         (3) |     0.33 |   0.00 |  0.0 |      30.77 |  1756.38
dict                               (3) |        started at 2021-11-22T14:38:40.395
subtype                            (2) |    15.41 |   0.43 |  2.8 |    1512.54 |  2091.79
hashing                            (2) |        started at 2021-11-22T14:38:40.577
core                               (5) |    51.61 |  11.04 | 21.4 |   13145.62 |  3935.34
iobuffer                           (5) |        started at 2021-11-22T14:38:46.526
iobuffer                           (5) |     0.88 |   0.00 |  0.0 |     118.56 |  3935.34
staged                             (5) |        started at 2021-11-22T14:38:47.474
staged                             (5) |     1.75 |   0.03 |  1.5 |     283.87 |  3935.34
offsetarray                        (5) |        started at 2021-11-22T14:38:49.226
hashing                            (2) |    10.90 |   0.34 |  3.1 |    1961.50 |  2091.79
arrayops                           (2) |        started at 2021-11-22T14:38:51.481
dict                               (3) |    15.64 |   0.79 |  5.0 |    2410.73 |  1776.82
tuple                              (3) |        started at 2021-11-22T14:38:56.041
tuple                              (3) |     2.34 |   0.08 |  3.4 |     367.80 |  1781.49
reduce                             (3) |        started at 2021-11-22T14:38:58.387
reduce                             (3) |    11.04 |   0.40 |  3.6 |    2011.47 |  1853.10
reducedim                          (3) |        started at 2021-11-22T14:39:09.432
offsetarray                        (5) |    22.85 |   0.47 |  2.0 |    3984.26 |  3935.34
abstractarray                      (5) |        started at 2021-11-22T14:39:12.082
reducedim                          (3) |    25.45 |   0.76 |  3.0 |    4018.05 |  1894.54
intfuncs                           (3) |        started at 2021-11-22T14:39:34.881
subarray                           (4) |   115.66 |   3.73 |  3.2 |   21754.52 |  2092.36
simdloop                           (4) |        started at 2021-11-22T14:39:43.345
simdloop                           (4) |     1.03 |   0.00 |  0.0 |     168.83 |  2093.70
vecelement                         (4) |        started at 2021-11-22T14:39:44.381
intfuncs                           (3) |    12.76 |   0.11 |  0.9 |     524.84 |  1904.51
rational                           (3) |        started at 2021-11-22T14:39:47.640
vecelement                         (4) |     5.68 |   0.25 |  4.4 |    1846.96 |  2141.17
bitarray                           (4) |        started at 2021-11-22T14:39:50.063
arrayops                           (2) |    59.10 |   2.36 |  4.0 |   10770.17 |  2253.76
copy                               (2) |        started at 2021-11-22T14:39:50.578
copy                               (2) |     1.40 |   0.04 |  2.8 |     208.60 |  2255.71
math                               (2) |        started at 2021-11-22T14:39:51.982
abstractarray                      (5) |    47.04 |   0.83 |  1.8 |    7091.75 |  3935.34
rational                           (3) |    13.92 |   0.30 |  2.1 |    1624.55 |  1922.39
functional                         (3) |        started at 2021-11-22T14:40:01.566
fastmath                           (5) |        started at 2021-11-22T14:40:02.323
functional                         (3) |     3.47 |   0.11 |  3.2 |     645.22 |  1926.29
iterators                          (3) |        started at 2021-11-22T14:40:05.043
fastmath                           (5) |     3.99 |   0.07 |  1.7 |     536.99 |  3935.34
operators                          (5) |        started at 2021-11-22T14:40:06.493
operators                          (5) |     4.11 |   0.11 |  2.6 |     746.27 |  3935.34
ordering                           (5) |        started at 2021-11-22T14:40:10.602
ordering                           (5) |     1.41 |   0.00 |  0.0 |     151.94 |  3935.34
path                               (5) |        started at 2021-11-22T14:40:12.018
path                               (5) |     0.76 |   0.04 |  4.9 |     128.74 |  3935.34
ccall                              (5) |        started at 2021-11-22T14:40:12.779
math                               (2) |         failed at 2021-11-22T14:40:25.312
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-22T14:40:28.797
parse                              (7) |     3.42 |   0.05 |  1.5 |     508.71 |   282.97
loading                            (7) |        started at 2021-11-22T14:40:32.398
      From worker 7:	WARNING: replacing module Foo.
loading                            (7) |    27.80 |   0.41 |  1.5 |    3215.89 |   344.06
gmp                                (7) |        started at 2021-11-22T14:41:00.199
iterators                          (3) |    56.00 |   1.98 |  3.5 |   11353.92 |  2055.38
sorting                            (3) |        started at 2021-11-22T14:41:01.050
gmp                                (7) |     3.19 |   0.11 |  3.5 |     412.30 |   364.71
spawn                              (7) |        started at 2021-11-22T14:41:03.387
      From worker 7:	       [stdio passthrough ok]
spawn                              (7) |    14.70 |   0.31 |  2.1 |     642.37 |   383.82
backtrace                          (7) |        started at 2021-11-22T14:41:18.090
[ Info: 
backtrace                          (7) |     1.20 |   0.01 |  0.5 |      63.30 |   412.75
exceptions                         (7) |        started at 2021-11-22T14:41:19.293
exceptions                         (7) |     0.45 |   0.11 | 23.6 |      32.19 |   417.78
file                               (7) |        started at 2021-11-22T14:41:19.748
file                               (7) |     5.79 |   0.05 |  0.9 |     488.72 |   446.87
read                               (7) |        started at 2021-11-22T14:41:25.544
ccall                              (5) |    85.65 |  72.39 | 84.5 |     770.38 |  3935.34
version                            (5) |        started at 2021-11-22T14:41:38.428
version                            (5) |     0.73 |   0.00 |  0.0 |      60.27 |  3935.34
namedtuple                         (5) |        started at 2021-11-22T14:41:39.165
namedtuple                         (5) |     1.93 |   0.06 |  3.1 |     229.54 |  3935.34
mpfr                               (5) |        started at 2021-11-22T14:41:41.099
bitarray                           (4) |   111.60 |   2.53 |  2.3 |   17436.92 |  2603.35
broadcast                          (4) |        started at 2021-11-22T14:41:41.676
read                               (7) |    20.44 |   0.43 |  2.1 |    2772.29 |  1013.92
complex                            (7) |        started at 2021-11-22T14:41:45.989
mpfr                               (5) |    12.15 |   0.11 |  0.9 |    1481.30 |  3935.34
floatapprox                        (5) |        started at 2021-11-22T14:41:53.250
floatapprox                        (5) |     0.65 |   0.00 |  0.0 |      97.94 |  3935.34
reflection                         (5) |        started at 2021-11-22T14:41:53.905
      From worker 5:	
complex                            (7) |    10.02 |   0.39 |  3.9 |    1355.42 |  1163.79
regex                              (7) |        started at 2021-11-22T14:41:56.009
regex                              (7) |     1.08 |   0.03 |  2.7 |     173.00 |  1163.79
float16                            (7) |        started at 2021-11-22T14:41:57.092
reflection                         (5) |     4.53 |   0.07 |  1.6 |     597.52 |  3935.34
combinatorics                      (5) |        started at 2021-11-22T14:41:58.435
float16                            (7) |     2.05 |   0.05 |  2.4 |     309.00 |  1163.79
sysinfo                            (7) |        started at 2021-11-22T14:41:59.141
sysinfo                            (7) |     0.11 |   0.00 |  0.0 |      24.00 |  1163.79
env                                (7) |        started at 2021-11-22T14:41:59.252
env                                (7) |     0.37 |   0.00 |  0.0 |      21.29 |  1163.79
rounding                           (7) |        started at 2021-11-22T14:41:59.628
combinatorics                      (5) |     2.71 |   0.08 |  2.9 |     649.47 |  3935.34
ranges                             (5) |        started at 2021-11-22T14:42:01.145
rounding                           (7) |     3.02 |   0.09 |  3.0 |     548.81 |  1163.79
mod2pi                             (7) |        started at 2021-11-22T14:42:02.655
mod2pi                             (7) |     0.35 |   0.00 |  0.0 |      35.64 |  1163.79
euler                              (7) |        started at 2021-11-22T14:42:03.009
sorting                            (3) |    62.19 |   0.92 |  1.5 |    5852.92 |  2231.27
show                               (3) |        started at 2021-11-22T14:42:03.243
euler                              (7) |     0.65 |   0.03 |  4.8 |     149.77 |  1163.79
client                             (7) |        started at 2021-11-22T14:42:03.660
client                             (7) |     0.61 |   0.01 |  1.3 |     101.90 |  1163.79
errorshow                          (7) |        started at 2021-11-22T14:42:04.277
errorshow                          (7) |     5.47 |   0.10 |  1.9 |     580.65 |  1163.79
sets                               (7) |        started at 2021-11-22T14:42:09.745
sets                               (7) |    14.76 |   0.32 |  2.2 |    1546.17 |  1163.79
goto                               (7) |        started at 2021-11-22T14:42:24.511
goto                               (7) |     0.04 |   0.00 |  0.0 |       1.05 |  1163.79
llvmcall                           (7) |        started at 2021-11-22T14:42:24.551
llvmcall                           (7) |     0.26 |   0.00 |  0.0 |      27.94 |  1163.79
llvmcall2                          (7) |        started at 2021-11-22T14:42:24.815
llvmcall2                          (7) |     0.02 |   0.00 |  0.0 |       0.93 |  1163.79
ryu                                (7) |        started at 2021-11-22T14:42:24.841
ryu                                (7) |     0.96 |   0.02 |  1.7 |      86.37 |  1163.79
some                               (7) |        started at 2021-11-22T14:42:25.804
show                               (3) |    23.05 |   0.75 |  3.3 |    4248.01 |  2422.16
meta                               (3) |        started at 2021-11-22T14:42:26.296
some                               (7) |     0.62 |   0.02 |  3.4 |     121.81 |  1163.79
stacktraces                        (7) |        started at 2021-11-22T14:42:26.431
meta                               (3) |     0.50 |   0.00 |  0.0 |      57.08 |  2422.73
docs                               (3) |        started at 2021-11-22T14:42:26.802
stacktraces                        (7) |         failed at 2021-11-22T14:42:27.296
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:?]

docs                               (3) |     2.55 |   0.10 |  3.7 |     376.26 |  2427.85
misc                               (3) |        started at 2021-11-22T14:42:29.354
ranges                             (5) |    28.33 |   1.05 |  3.7 |   10045.41 |  3935.34
binaryplatforms                    (5) |        started at 2021-11-22T14:42:29.546
atexit                             (8) |        started at 2021-11-22T14:42:30.576
broadcast                          (4) |    51.52 |   1.38 |  2.7 |    6207.92 |  2774.78
enums                              (4) |        started at 2021-11-22T14:42:33.196
binaryplatforms                    (5) |     4.75 |   0.10 |  2.1 |     636.31 |  3935.34
cmdlineargs                        (5) |        started at 2021-11-22T14:42:34.299
enums                              (4) |     2.49 |   0.09 |  3.5 |     340.56 |  2778.35
int                                (4) |        started at 2021-11-22T14:42:35.685
atexit                             (8) |     6.76 |   0.00 |  0.1 |      62.95 |   248.85
interpreter                        (8) |        started at 2021-11-22T14:42:37.508
interpreter                        (8) |     0.73 |   0.00 |  0.0 |      10.16 |   249.70
checked                            (8) |        started at 2021-11-22T14:42:38.243
int                                (4) |     6.17 |   0.09 |  1.4 |     625.87 |  2789.07
bitset                             (4) |        started at 2021-11-22T14:42:41.856
bitset                             (4) |     1.07 |   0.00 |  0.0 |     106.08 |  2791.01
floatfuncs                         (4) |        started at 2021-11-22T14:42:42.931
checked                            (8) |     6.44 |   0.16 |  2.5 |     342.52 |   429.66
boundscheck                        (8) |        started at 2021-11-22T14:42:44.690
      From worker 8:	Test Summary:                                               | Pass  Total
      From worker 8:	pass inbounds meta to getindex on CartesianIndices (#42115) |    2      2
      From worker 8:	Test Summary:                                               | Pass  Total
      From worker 8:	pass inbounds meta to getindex on CartesianIndices (#42115) |    2      2
      From worker 3:	Test Summary: | Pass  Total
      From worker 3:	@deprecate    |    6      6
      From worker 3:	Test Summary: | Pass  Total
      From worker 3:	firstcaller   |    1      1
      From worker 3:	Test Summary:              | Broken  Total
      From worker 3:	parser syntax deprecations |      1      1
      From worker 8:	Test Summary:                                               | Pass  Total
      From worker 8:	pass inbounds meta to getindex on CartesianIndices (#42115) |    2      2
boundscheck                        (8) |     4.63 |   0.00 |  0.0 |       2.62 |   429.70
error                              (8) |        started at 2021-11-22T14:42:49.322
misc                               (3) |         failed at 2021-11-22T14:42:50.212
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                              (8) |     1.26 |   0.05 |  4.3 |      77.75 |   429.94
cartesian                          (8) |        started at 2021-11-22T14:42:50.588
osutils                            (9) |        started at 2021-11-22T14:42:53.513
osutils                            (9) |     0.24 |   0.00 |  0.0 |      24.82 |   246.46
channels                           (9) |        started at 2021-11-22T14:42:53.914
cartesian                          (8) |     4.23 |   0.15 |  3.5 |     804.32 |   438.94
iostream                           (8) |        started at 2021-11-22T14:42:54.820
iostream                           (8) |     1.06 |   0.02 |  2.3 |     239.31 |   444.14
secretbuffer                       (8) |        started at 2021-11-22T14:42:55.884
      From worker 8:	testing position
secretbuffer                       (8) |     0.44 |   0.10 | 22.9 |      58.91 |   444.87
specificity                        (8) |        started at 2021-11-22T14:42:56.325
      From worker 8:	WARNING: Method definition f(Tuple{Vararg{Int64, N}}, AbstractArray{T, N}) where {T, N} in module Test31Main_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                        (8) |     0.16 |   0.00 |  0.0 |      18.35 |   445.24
reinterpretarray                   (8) |        started at 2021-11-22T14:42:56.490
reinterpretarray                   (8) |     8.35 |   0.40 |  4.8 |    1618.25 |   498.44
┌ 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                             (8) |        started at 2021-11-22T14:43:05.040
syntax                             (8) |     3.50 |   0.07 |  1.9 |     542.14 |   542.96
corelogging                        (8) |        started at 2021-11-22T14:43:08.543
corelogging                        (8) |     2.34 |   0.06 |  2.4 |     385.22 |   545.49
missing                            (8) |        started at 2021-11-22T14:43:10.883
channels                           (9) |    19.18 |   4.69 | 24.5 |     424.54 |   473.18
asyncmap                           (9) |        started at 2021-11-22T14:43:13.093
asyncmap                           (9) |     4.90 |   0.14 |  2.9 |     679.59 |   473.18
smallarrayshrink                   (9) |        started at 2021-11-22T14:43:17.995
smallarrayshrink                   (9) |     0.24 |   0.00 |  0.0 |      25.42 |   473.18
SparseArrays/higherorderfns        (9) |        started at 2021-11-22T14:43:18.234
missing                            (8) |     8.10 |   0.19 |  2.4 |    1287.56 |   557.90
SparseArrays/sparse                (8) |        started at 2021-11-22T14:43:18.982
LinearAlgebra/addmul               (6) |   410.96 |  12.17 |  3.0 |   72228.17 |  2394.05
SparseArrays/sparsevector          (6) |        started at 2021-11-22T14:44:12.149
floatfuncs                         (4) |   101.09 |   4.42 |  4.4 |   55582.73 |  2913.81
LibGit2/libgit2                    (4) |        started at 2021-11-22T14:44:24.021
SparseArrays/higherorderfns        (9) |    68.31 |   1.79 |  2.6 |   10832.52 |   728.04
Dates/accessors                    (9) |        started at 2021-11-22T14:44:26.541
Dates/accessors                    (9) |     6.44 |   0.51 |  7.9 |    3941.06 |   746.18
Dates/adjusters                    (9) |        started at 2021-11-22T14:44:32.987
Dates/adjusters                    (9) |     3.35 |   0.06 |  1.9 |     316.47 |   787.56
Dates/query                        (9) |        started at 2021-11-22T14:44:36.341
Dates/query                        (9) |     0.66 |   0.02 |  3.6 |     118.08 |   788.84
Dates/periods                      (9) |        started at 2021-11-22T14:44:37.003
Dates/periods                      (9) |     9.72 |   0.26 |  2.7 |    1633.60 |   806.61
Dates/ranges                       (9) |        started at 2021-11-22T14:44:47.377
cmdlineargs                        (5) |   141.65 |   0.35 |  0.2 |     861.24 |  3935.34
Dates/rounding                     (5) |        started at 2021-11-22T14:44:55.950
Dates/rounding                     (5) |     1.70 |   0.17 | 10.0 |     191.29 |  3935.34
Dates/types                        (5) |        started at 2021-11-22T14:44:57.651
Dates/types                        (5) |     1.13 |   0.00 |  0.0 |     156.21 |  3935.34
Dates/io                           (5) |        started at 2021-11-22T14:44:58.782
Dates/ranges                       (9) |    12.71 |   0.28 |  2.2 |    1267.47 |   986.42
Dates/arithmetic                   (9) |        started at 2021-11-22T14:45:00.086
Dates/arithmetic                   (9) |     3.34 |   0.14 |  4.1 |     671.84 |   986.42
Dates/conversions                  (9) |        started at 2021-11-22T14:45:03.429
Dates/conversions                  (9) |     0.48 |   0.01 |  1.9 |      42.06 |   986.42
ArgTools                           (9) |        started at 2021-11-22T14:45:03.913
Dates/io                           (5) |     7.89 |   0.08 |  1.0 |    1015.97 |  3935.34
Artifacts                          (5) |        started at 2021-11-22T14:45:06.675
      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                           (9) |     7.75 |   0.95 | 12.3 |    1347.71 |   986.42
Base64                             (9) |        started at 2021-11-22T14:45:11.665
      From worker 5:	 Downloading artifact: c_simple
      From worker 5:	 Downloading artifact: c_simple
      From worker 5:	 Downloading artifact: c_simple
Base64                             (9) |     1.74 |   0.19 | 10.7 |    1633.83 |  1001.45
CRC32c                             (9) |        started at 2021-11-22T14:45:13.403
CRC32c                             (9) |     0.46 |   0.01 |  1.7 |      67.49 |  1001.45
CompilerSupportLibraries_jll       (9) |        started at 2021-11-22T14:45:13.866
CompilerSupportLibraries_jll       (9) |     0.05 |   0.00 |  0.0 |       5.19 |  1001.45
DelimitedFiles                     (9) |        started at 2021-11-22T14:45:13.918
Artifacts                          (5) |     8.88 |   0.14 |  1.6 |     393.07 |  3935.34
Downloads                          (5) |        started at 2021-11-22T14:45:15.560
DelimitedFiles                     (9) |     3.44 |   0.14 |  4.1 |     772.16 |  1001.45
FileWatching                       (9) |        started at 2021-11-22T14:45:17.365
LibGit2/libgit2                    (4) |    76.60 |   0.37 |  0.5 |    1323.12 |  3249.20
Future                             (4) |        started at 2021-11-22T14:45:40.623
Future                             (4) |     0.00 |   0.00 |  0.0 |       0.06 |  3249.20
GMP_jll                            (4) |        started at 2021-11-22T14:45:40.627
GMP_jll                            (4) |     0.04 |   0.00 |  0.0 |       5.18 |  3249.20
InteractiveUtils                   (4) |        started at 2021-11-22T14:45:40.673
      From worker 4:	
      From worker 4:	signal (11): Segmentation fault: 11
      From worker 4:	in expression starting at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/stdlib/v1.6/InteractiveUtils/test/runtests.jl:220
      From worker 4:	lookUpImpOrForward at /usr/lib/libobjc.A.dylib (unknown line)
      From worker 4:	_objc_msgSend_uncached at /usr/lib/libobjc.A.dylib (unknown line)
      From worker 4:	uv__get_cpu_speed at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 4:	uv_cpu_info at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 4:	cpu_info at ./sysinfo.jl:215
      From worker 4:	cpu_summary at ./sysinfo.jl:201 [inlined]
      From worker 4:	#versioninfo#55 at /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/InteractiveUtils/src/InteractiveUtils.jl:115
      From worker 4:	versioninfo##kw at /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/InteractiveUtils/src/InteractiveUtils.jl:86 [inlined]
      From worker 4:	#5 at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/stdlib/v1.6/InteractiveUtils/test/runtests.jl:224
      From worker 4:	#mktempdir#21 at ./file.jl:729
      From worker 4:	jl_apply_generic at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 4:	mktempdir at ./file.jl:727
      From worker 4:	mktempdir at ./file.jl:727
      From worker 4:	jl_apply_generic at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 4:	do_call at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 4:	eval_body at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 4:	eval_body at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 4:	eval_body at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 4:	jl_interpret_toplevel_thunk at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 4:	jl_toplevel_eval_flex at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 4:	jl_toplevel_eval_flex at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 4:	jl_toplevel_eval_in at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 4:	eval at ./boot.jl:360 [inlined]
      From worker 4:	include_string at ./loading.jl:1116
      From worker 4:	jl_apply_generic at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 4:	_include at ./loading.jl:1170
      From worker 4:	include at ./Base.jl:384 [inlined]
      From worker 4:	macro expansion at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/testdefs.jl:24 [inlined]
      From worker 4:	macro expansion at /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1151 [inlined]
      From worker 4:	macro expansion at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/testdefs.jl:23 [inlined]
      From worker 4:	macro expansion at ./timing.jl:368 [inlined]
      From worker 4:	#runtests#1 at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/testdefs.jl:21
      From worker 4:	runtests##kw at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/testdefs.jl:6 [inlined]
      From worker 4:	runtests##kw at /Applications/Julia-1.6.app/Contents/Resources/julia/share/julia/test/testdefs.jl:6
      From worker 4:	unknown function (ip: 0x10b87bcba)
      From worker 4:	jl_apply_generic at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 4:	do_apply at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 4:	#106 at /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.6/Distributed/src/process_messages.jl:278
      From worker 4:	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 4:	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 4:	#105 at ./task.jl:411
      From worker 4:	unknown function (ip: 0x10b86f06c)
      From worker 4:	jl_apply_generic at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 4:	start_task at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 4:	Allocations: 5393114491 (Pool: 5392011678; Big: 1102813); GC: 1189
Worker 4 terminated.
InteractiveUtils                   (4) |         failed at 2021-11-22T14:45:45.335
ProcessExitedException(4)
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                     (10) |        started at 2021-11-22T14:45:48.628
      From worker 10:	 Downloading artifact: socrates
FileWatching                       (9) |    32.15 |   1.12 |  3.5 |     131.51 |  1002.98
LibCURL                            (9) |        started at 2021-11-22T14:45:49.520
      From worker 10:	 Downloading artifact: socrates
LazyArtifacts                     (10) |     2.43 |   0.02 |  0.9 |     126.57 |   248.81
LibCURL_jll                       (10) |        started at 2021-11-22T14:45:51.205
LibCURL_jll                       (10) |     0.02 |   0.00 |  0.0 |       1.45 |   249.24
LibGit2_jll                       (10) |        started at 2021-11-22T14:45:51.232
LibCURL                            (9) |     1.91 |   0.00 |  0.0 |      11.80 |  1004.26
LibOSXUnwind_jll                   (9) |        started at 2021-11-22T14:45:51.428
LibGit2_jll                       (10) |     0.30 |   0.00 |  0.0 |       7.30 |   251.32
LibSSH2_jll                       (10) |        started at 2021-11-22T14:45:51.537
LibSSH2_jll                       (10) |     0.02 |   0.00 |  0.0 |       1.01 |   251.73
LibUV_jll                         (10) |        started at 2021-11-22T14:45:51.558
LibUV_jll                         (10) |     0.29 |   0.00 |  0.0 |       2.33 |   252.23
LibUnwind_jll                     (10) |        started at 2021-11-22T14:45:51.852
LibOSXUnwind_jll                   (9) |     0.44 |   0.03 |  7.7 |      40.45 |  1004.26
Libdl                              (9) |        started at 2021-11-22T14:45:51.868
LibUnwind_jll                     (10) |     0.25 |   0.00 |  0.0 |       2.24 |   252.43
Logging                           (10) |        started at 2021-11-22T14:45:52.102
Libdl                              (9) |     0.87 |   0.03 |  3.6 |      55.07 |  1004.96
MPFR_jll                           (9) |        started at 2021-11-22T14:45:52.745
MPFR_jll                           (9) |     0.32 |   0.00 |  0.0 |       1.41 |  1004.96
Markdown                           (9) |        started at 2021-11-22T14:45:53.069
Logging                           (10) |     1.95 |   0.04 |  1.9 |     313.69 |   341.99
MbedTLS_jll                       (10) |        started at 2021-11-22T14:45:54.052
MbedTLS_jll                       (10) |     0.03 |   0.00 |  0.0 |       3.41 |   343.55
Mmap                              (10) |        started at 2021-11-22T14:45:54.081
Markdown                           (9) |     3.56 |   0.13 |  3.7 |     581.12 |  1010.72
MozillaCACerts_jll                 (9) |        started at 2021-11-22T14:45:56.628
MozillaCACerts_jll                 (9) |     0.00 |   0.00 |  0.0 |       0.12 |  1010.72
NetworkOptions                     (9) |        started at 2021-11-22T14:45:56.634
NetworkOptions                     (9) |     0.79 |   0.02 |  2.5 |      97.49 |  1011.96
OpenBLAS_jll                       (9) |        started at 2021-11-22T14:45:57.425
OpenBLAS_jll                       (9) |     0.01 |   0.00 |  0.0 |       0.25 |  1011.97
OpenLibm_jll                       (9) |        started at 2021-11-22T14:45:57.434
OpenLibm_jll                       (9) |     0.02 |   0.00 |  0.0 |       1.07 |  1012.00
PCRE2_jll                          (9) |        started at 2021-11-22T14:45:57.459
Mmap                              (10) |     3.52 |   1.52 | 43.1 |     348.34 |   368.63
Printf                            (10) |        started at 2021-11-22T14:45:57.599
PCRE2_jll                          (9) |     0.36 |   0.00 |  0.0 |       4.28 |  1012.03
Profile                            (9) |        started at 2021-11-22T14:45:57.823
Profile                            (9) |     6.25 |   0.08 |  1.2 |     330.80 |  1101.01
REPL                               (9) |        started at 2021-11-22T14:46:04.080
Printf                            (10) |     7.83 |   0.23 |  2.9 |    1868.65 |   441.41
Random                            (10) |        started at 2021-11-22T14:46:05.434
SparseArrays/sparse                (8) |   171.02 |  19.96 | 11.7 |   21493.85 |  1422.17
SHA                                (8) |        started at 2021-11-22T14:46:10.005
REPL                               (9) |    16.47 |   0.49 |  3.0 |    2163.55 |  1130.83
Serialization                      (9) |        started at 2021-11-22T14:46:20.550
Downloads                          (5) |    67.08 |   0.66 |  1.0 |     421.43 |  3935.34
Sockets                            (5) |        started at 2021-11-22T14:46:22.646
Serialization                      (9) |     4.24 |   0.15 |  3.5 |     853.57 |  1136.35
Statistics                         (9) |        started at 2021-11-22T14:46:24.788
Sockets                            (5) |     2.98 |   0.00 |  0.0 |     239.85 |  3935.34
SuiteSparse                        (5) |        started at 2021-11-22T14:46:25.627
Random                            (10) |    22.55 |   0.55 |  2.4 |    3221.10 |   546.51
SuiteSparse_jll                   (10) |        started at 2021-11-22T14:46:27.983
SuiteSparse_jll                   (10) |     0.06 |   0.00 |  0.0 |       1.51 |   547.28
TOML                              (10) |        started at 2021-11-22T14:46:28.048
TOML                              (10) |     8.43 |   0.18 |  2.1 |    1264.93 |   568.45
Tar                               (10) |        started at 2021-11-22T14:46:36.482
SparseArrays/sparsevector          (6) |   155.10 |   3.51 |  2.3 |   26460.73 |  3171.27
Test                               (6) |        started at 2021-11-22T14:46:47.253
Statistics                         (9) |    28.03 |   0.93 |  3.3 |    4701.37 |  1222.30
UUIDs                              (9) |        started at 2021-11-22T14:46:52.820
UUIDs                              (9) |     0.22 |   0.00 |  0.0 |      35.95 |  1222.59
Unicode                            (9) |        started at 2021-11-22T14:46:53.045
Unicode                            (9) |     2.55 |   0.07 |  2.7 |     377.62 |  1241.58
Zlib_jll                           (9) |        started at 2021-11-22T14:46:55.599
Zlib_jll                           (9) |     0.02 |   0.00 |  0.0 |       1.07 |  1241.65
dSFMT_jll                          (9) |        started at 2021-11-22T14:46:55.626
dSFMT_jll                          (9) |     0.31 |   0.00 |  0.0 |       1.29 |  1241.67
libLLVM_jll                        (9) |        started at 2021-11-22T14:46:55.939
libLLVM_jll                        (9) |     0.27 |   0.00 |  0.0 |       0.43 |  1241.67
nghttp2_jll                        (9) |        started at 2021-11-22T14:46:56.210
nghttp2_jll                        (9) |     0.04 |   0.00 |  0.0 |       1.59 |  1241.67
p7zip_jll                          (9) |        started at 2021-11-22T14:46:56.251
p7zip_jll                          (9) |     0.00 |   0.00 |  0.0 |       0.14 |  1241.67
Tar                               (10) |    26.09 |   2.08 |  8.0 |    4752.67 |   635.10
SHA                                (8) |    53.31 |   0.10 |  0.2 |     667.75 |  1466.15
Test                               (6) |    19.80 |   0.41 |  2.1 |     853.10 |  3204.08
      From worker 5:	Test Summary:              | Pass  Total
      From worker 5:	threaded SuiteSparse tests |    1      1
SuiteSparse                        (5) |    44.44 |   1.45 |  3.3 |    6147.84 |  3935.34

Executing tests that run on node 1 only:
precompile                         (1) |        started at 2021-11-22T14:47:10.522
precompile                         (1) |    22.98 |   0.22 |  0.9 |     614.92 |   353.29
SharedArrays                       (1) |        started at 2021-11-22T14:47:33.555
SharedArrays                       (1) |    22.70 |   0.54 |  2.4 |    1716.18 |   403.41
threads                            (1) |        started at 2021-11-22T14:47:56.259
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
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
threads                            (1) |    69.19 |   0.03 |  0.0 |      55.11 |   403.54
Distributed                        (1) |        started at 2021-11-22T14:49:05.452
Distributed                        (1) |   110.02 |   0.02 |  0.0 |     106.43 |   403.54
stress                             (1) |        started at 2021-11-22T14:50:55.472
(libuv) kqueue(): Too many open files
stress                             (1) |    17.75 |   0.04 |  0.2 |     107.08 |   403.54

Test Summary:                       |     Pass  Fail  Error  Broken     Total
  Overall                           | 38789939    37      1  352626  39142603
    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
    LinearAlgebra/structuredbroadcast |      646                            646
    compiler/irpasses               |       22                             22
    compiler/ssair                  |       39                             39
    compiler/inline                 |       42                    1        43
    compiler/contextual             |        6                              6
    compiler/inference              |      893                    1       894
    compiler/codegen                |      145                            145
    strings/search                  |      692                            692
    strings/basic                   |    87674                          87674
    strings/io                      |    12751                          12751
    strings/util                    |      461                            461
    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
    intrinsics                      |       90                             90
    subtype                         |   337653                   16    337669
    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
    intfuncs                        |   215864                         215864
    vecelement                      |      678                            678
    arrayops                        |     1979                    2      1981
    copy                            |      532                            532
    abstractarray                   |    54818                24795     79613
    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                         |   160476                         160476
    iterators                       |    10071                          10071
    gmp                             |     2315                           2315
    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                        |   913862                         913862
    read                            |     3143                           3143
    mpfr                            |     1135                           1135
    floatapprox                     |       49                             49
    complex                         |     8429                    5      8434
    regex                           |      114                            114
    reflection                      |      403                            403
    float16                         |      235                            235
    sysinfo                         |        4                              4
    env                             |       56                             56
    combinatorics                   |      170                            170
    rounding                        |   112720                         112720
    mod2pi                          |       80                             80
    sorting                         |    12709                   10     12719
    euler                           |       12                             12
    client                          |        3                              3
    errorshow                       |      218                            218
    sets                            |     3518                    1      3519
    goto                            |       19                             19
    llvmcall                        |       19                             19
    llvmcall2                       |        7                              7
    ryu                             |    31215                          31215
    show                            |     1520                    8      1528
    some                            |       65                             65
    meta                            |       64                             64
    stacktraces                     |       47     1                       48
    docs                            |      227                            227
    ranges                          | 12109821               327693  12437514
    broadcast                       |      480                            480
    binaryplatforms                 |      341                            341
    enums                           |       99                             99
    atexit                          |       40                             40
    interpreter                     |        3                              3
    int                             |   524668                         524668
    bitset                          |      195                            195
    checked                         |     1239                           1239
    boundscheck                     |                                No tests
    misc                            |  1282144     1                  1282145
    error                           |       31                             31
    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
    LinearAlgebra/addmul            |     6822                           6822
    floatfuncs                      |      193                            193
    SparseArrays/higherorderfns     |     7120                    1      7121
    Dates/accessors                 |  7723858                        7723858
    Dates/adjusters                 |     3149                           3149
    Dates/query                     |     1004                           1004
    Dates/periods                   |      945                            945
    cmdlineargs                     |      245                    3       248
    Dates/rounding                  |      315                            315
    Dates/types                     |      232                            232
    Dates/ranges                    |   350637                         350637
    Dates/arithmetic                |      377                            377
    Dates/conversions               |      161                            161
    Dates/io                        |      325                            325
    ArgTools                        |      180                            180
    Base64                          |     2022                           2022
    CRC32c                          |      664                            664
    CompilerSupportLibraries_jll    |        4                              4
    Artifacts                       |     1449                           1449
    DelimitedFiles                  |       89                             89
    LibGit2/libgit2                 |      757                            757
    Future                          |                                No tests
    GMP_jll                         |        1                              1
    InteractiveUtils                |                     1                 1
    FileWatching                    |      510                            510
    LazyArtifacts                   |        4                              4
    LibCURL_jll                     |        1                              1
    LibCURL                         |        6                              6
    LibGit2_jll                     |        2                              2
    LibSSH2_jll                     |                                No tests
    LibUV_jll                       |        1                              1
    LibOSXUnwind_jll                |        1                              1
    LibUnwind_jll                   |                                No tests
    Libdl                           |       76                    1        77
    MPFR_jll                        |        1                              1
    Logging                         |       39                             39
    MbedTLS_jll                     |        1                              1
    Markdown                        |      255                            255
    MozillaCACerts_jll              |        1                              1
    NetworkOptions                  |     3518                           3518
    OpenBLAS_jll                    |        1                              1
    OpenLibm_jll                    |        1                              1
    Mmap                            |      139                            139
    PCRE2_jll                       |        2                              2
    Profile                         |       24                             24
    Printf                          |      996                            996
    SparseArrays/sparse             |     3823                           3823
    REPL                            |     1245                    3      1248
    Downloads                       |      212                            212
    Serialization                   |      119                    1       120
    Sockets                         |      165                            165
    Random                          |   203266                         203266
    SuiteSparse_jll                 |        1                              1
    TOML                            |      415                    8       423
    SparseArrays/sparsevector       |    10298                          10298
    Statistics                      |      752                            752
    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
    Tar                             |     2688                   11      2699
    SHA                             |        1                              1
    Test                            |      336                   14       350
    SuiteSparse                     |      878                            878
    precompile                      |      116                            116
    SharedArrays                    |      114                            114
    threads                         |        1                              1
    Distributed                     |       12                             12
    stress                          |      118                            118
    FAILURE

The global RNG seed was 0x1f58a25f47bd29d8d7b01a9a9837a4e8.

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 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(4)
  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[1]: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=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin", "PWD=/Users/denis", "XPC_SERVICE_NAME=0", "TERM_PROGRAM=Apple_Terminal", "SHELL=/bin/zsh", "__CF_USER_TEXT_ENCODING=0x1F5:0x0:0x0", "OPENBLAS_NUM_THREADS=8", "__CFBundleIdentifier=com.apple.Terminal", "TMPDIR=/var/folders/zg/hbt8knld6mx_jvnq21hbjdwh0000gn/T/"  …  "JULIA_CPU_THREADS=5", "SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.hi3fBel6xW/Listeners", "TERM_SESSION_ID=2CB6FE43-B90D-4345-B0DD-88047114338E", "OLDPWD=/Users/denis", "_=/usr/local/bin/julia", "USER=denis", "TERM=xterm-256color", "HOME=/Users/denis", "TERM_PROGRAM_VERSION=443", "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[1]:1

julia> 

@oscardssmith
Copy link
Member

The issue is that rosetta doesn't support fma instructions. This issue was fixed on master by lowering the accuracy requirement of the test to 1.2 ULPs rather than 1 ULP, but apparently that change never got backported.

@dnadlinger
Copy link
Member

stacktraces should probably be fixed by #43612 (which I only tested on aarch64, i.e. not using Rosetta).

@George9000
Copy link
Contributor Author

Closing this. See final comment on #43335.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
system:apple silicon rosetta Affects Apple Silicon (e.g. M1), but only when running under Rosetta 2 system:apple silicon Affects Apple Silicon only (Darwin/ARM64) - e.g. M1 and other M-series chips system:arm ARMv7 and AArch64 system:mac Affects only macOS
Projects
None yet
Development

No branches or pull requests

5 participants