-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Comments
Base.runtests()
fails with Julia 1.6.4 on macOS ARM
@George9000 Since these logs are so long, it would help readability if you could put them inside collapsible Markdown sections. Example usage:
It renders like this: CLICK ME:
|
Noted for future postings. Hope that Apple engineers might somehow take an interest in the issues tagged here with |
I can confirm what @George9000 is seeing. A bunch of errors in I guess the 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>
|
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. |
|
Closing this. See final comment on #43335. |
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:
The text was updated successfully, but these errors were encountered: