You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've built julia-1.5.3 from source - because I have a pretty old AMD processor, so the official binary was failing with segmentation fault when I was trying to install a package.
My system:
"
uname -a
Linux sergei-dt 4.15.0-99-generic #100-Ubuntu SMP Wed Apr 22 20:32:56 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
". This is Ubuntu-18.04.
The build was performed using 'make USE_BINARYBUILDER=0' command and went pretty well (I have yet another issue to check - it looks there are RO files, so in the middle of the build they have to be made RW, but it's not the issue of this report).
After successfully building Julia I ran built-in test suite using 'make test USE_BINARYBUILDER=0' command, The command screen output:
"
sergei@sergei-dt:/mnt/sda7/serg/Downloads/julia-1.5.3$ make test USE_BINARYBUILDER=0
Warning: git information unavailable; versioning information limited
Warning: git information unavailable; versioning information limited
Warning: git information unavailable; versioning information limited
Warning: git information unavailable; versioning information limited
rm: cannot remove './': Directory not empty
rm: cannot remove './bin/': Directory not empty
removed './bin/7z'
cat: /mnt/sda7/serg/Downloads/julia-1.5.3/usr/manifest/suitesparse-wrapper: No such file or directory
WARNING: using mismatched version for :
want
Warning: git information unavailable; versioning information limited
WARNING: Using boilerplate git version info
Warning: git information unavailable; versioning information limited
Warning: git information unavailable; versioning information limited
Warning: git information unavailable; versioning information limited
Warning: git information unavailable; versioning information limited
Warning: git information unavailable; versioning information limited
Warning: git information unavailable; versioning information limited
Warning: git information unavailable; versioning information limited
Warning: git information unavailable; versioning information limited
JULIA test/all
Test (Worker) | Time (s) | GC (s) | GC % | Alloc (MB) | RSS (MB)
LinearAlgebra/triangular (2) | started at 2020-12-30T15:00:35.236
LinearAlgebra/dense (4) | started at 2020-12-30T15:00:35.507
LinearAlgebra/qr (3) | started at 2020-12-30T15:00:35.508
LinearAlgebra/matmul (5) | started at 2020-12-30T15:00:35.508
LinearAlgebra/qr (3) | 269.68 | 16.15 | 6.0 | 14365.51 | 607.20
LinearAlgebra/schur (3) | started at 2020-12-30T15:05:08.005
LinearAlgebra/schur (3) | 58.53 | 2.95 | 5.0 | 1945.07 | 678.76
LinearAlgebra/special (3) | started at 2020-12-30T15:06:06.675
LinearAlgebra/matmul (5) | 478.45 | 29.59 | 6.2 | 18383.39 | 719.67
LinearAlgebra/eigen (5) | started at 2020-12-30T15:08:35.487
LinearAlgebra/dense (4) | 520.59 | 33.72 | 6.5 | 18250.89 | 676.92
LinearAlgebra/bunchkaufman (4) | started at 2020-12-30T15:09:18.31
LinearAlgebra/eigen (5) | 65.83 | 4.57 | 6.9 | 2811.90 | 719.67
LinearAlgebra/svd (5) | started at 2020-12-30T15:09:41.471
LinearAlgebra/bunchkaufman (4) | 65.13 | 4.08 | 6.3 | 1929.20 | 716.48
LinearAlgebra/lapack (4) | started at 2020-12-30T15:10:23.562
LinearAlgebra/special (3) | 271.91 | 13.28 | 4.9 | 8408.54 | 752.66
LinearAlgebra/tridiag (3) | started at 2020-12-30T15:10:38.707
LinearAlgebra/svd (5) | 98.41 | 6.57 | 6.7 | 4262.99 | 764.04
LinearAlgebra/bidiag (5) | started at 2020-12-30T15:11:19.975
LinearAlgebra/lapack (4) | 71.70 | 3.30 | 4.6 | 2011.62 | 735.28
LinearAlgebra/diagonal (4) | started at 2020-12-30T15:11:35.396
LinearAlgebra/tridiag (3) | 124.97 | 6.97 | 5.6 | 3913.03 | 803.82
LinearAlgebra/cholesky (3) | started at 2020-12-30T15:12:43.798
LinearAlgebra/cholesky (3) | 196.87 | 11.88 | 6.0 | 6105.13 | 880.64
LinearAlgebra/lu (3) | started at 2020-12-30T15:16:00.894
LinearAlgebra/bidiag (5) | 330.47 | 20.39 | 6.2 | 12194.22 | 966.95
LinearAlgebra/symmetric (5) | started at 2020-12-30T15:16:50.539
LinearAlgebra/lu (3) | 167.04 | 8.93 | 5.3 | 5000.83 | 1158.31
LinearAlgebra/generic (3) | started at 2020-12-30T15:18:48.054
LinearAlgebra/symmetric (5) | 157.21 | 11.06 | 7.0 | 6429.42 | 1084.42
LinearAlgebra/uniformscaling (5) | started at 2020-12-30T15:19:27.856
LinearAlgebra/diagonal (4) | 518.96 | 26.24 | 5.1 | 15146.79 | 1031.46
LinearAlgebra/lq (4) | started at 2020-12-30T15:20:14.475
LinearAlgebra/generic (3) | 88.70 | 3.96 | 4.5 | 2285.51 | 1204.00
LinearAlgebra/hessenberg (3) | started at 2020-12-30T15:20:16.909
LinearAlgebra/uniformscaling (5) | 77.11 | 4.51 | 5.8 | 2898.50 | 1255.59
LinearAlgebra/blas (5) | started at 2020-12-30T15:20:45.077
LinearAlgebra/blas (5) | 37.42 | 2.38 | 6.4 | 1467.21 | 1255.59
LinearAlgebra/adjtrans (5) | started at 2020-12-30T15:21:22.602
LinearAlgebra/adjtrans (5) | 39.09 | 2.63 | 6.7 | 1843.74 | 1435.70
LinearAlgebra/pinv (5) | started at 2020-12-30T15:22:01.789
LinearAlgebra/lq (4) | 107.66 | 10.49 | 9.7 | 10954.32 | 1311.48
LinearAlgebra/givens (4) | started at 2020-12-30T15:22:02.252
LinearAlgebra/givens (4) | 15.93 | 0.63 | 4.0 | 330.75 | 1320.69
LinearAlgebra/structuredbroadcast (4) | started at 2020-12-30T15:22:18.338
LinearAlgebra/pinv (5) | 28.40 | 3.40 | 12.0 | 1139.70 | 1435.70
LinearAlgebra/addmul (5) | started at 2020-12-30T15:22:30.307
LinearAlgebra/hessenberg (3) | 154.47 | 8.90 | 5.8 | 5199.31 | 1276.58
LinearAlgebra/ldlt (3) | started at 2020-12-30T15:22:51.5
LinearAlgebra/ldlt (3) | 3.17 | 0.18 | 5.7 | 74.76 | 1276.58
ambiguous (3) | started at 2020-12-30T15:22:54.791
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.active_repl
From worker 3: Skipping Base.active_repl_backend
From worker 3: Skipping Base.active_repl
From worker 3: Skipping Base.active_repl_backend
From worker 3: Skipping Pkg.Types.registries
From worker 3: Skipping Random.DSFMT.win32_SystemFunction036!
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.active_repl
From worker 3: Skipping Base.active_repl_backend
ambiguous (3) | 65.47 | 3.86 | 5.9 | 4582.52 | 1319.29
compiler/inference (3) | started at 2020-12-30T15:24:00.412
LinearAlgebra/structuredbroadcast (4) | 118.42 | 6.96 | 5.9 | 4780.26 | 1473.47
compiler/validation (4) | started at 2020-12-30T15:24:16.882
compiler/validation (4) | 1.03 | 0.00 | 0.0 | 18.90 | 1480.77
compiler/ssair (4) | started at 2020-12-30T15:24:18.028
compiler/ssair (4) | 4.62 | 0.24 | 5.1 | 65.45 | 1501.94
compiler/irpasses (4) | started at 2020-12-30T15:24:22.764
compiler/irpasses (4) | 2.33 | 0.21 | 8.9 | 100.18 | 1501.94
compiler/codegen (4) | started at 2020-12-30T15:24:27.118
compiler/codegen (4) | 12.57 | 4.84 | 38.5 | 89.97 | 1501.94
compiler/inline (4) | started at 2020-12-30T15:24:39.914
compiler/inline (4) | 1.01 | 0.00 | 0.0 | 23.21 | 1501.94
compiler/contextual (4) | started at 2020-12-30T15:24:41.045
compiler/contextual (4) | 2.13 | 0.00 | 0.0 | 67.49 | 1501.94
subarray (4) | started at 2020-12-30T15:24:43.277
compiler/inference (3) | 44.04 | 3.54 | 8.0 | 2477.19 | 1367.71
strings/basic (3) | started at 2020-12-30T15:24:44.653
LinearAlgebra/triangular (2) | 1464.60 | 70.88 | 4.8 | 43957.45 | 1313.34
strings/search (2) | started at 2020-12-30T15:25:02.264
strings/basic (3) | 26.03 | 1.19 | 4.6 | 662.27 | 1395.51
strings/util (3) | started at 2020-12-30T15:25:11.839
strings/search (2) | 11.33 | 0.35 | 3.1 | 239.87 | 1313.34
strings/io (2) | started at 2020-12-30T15:25:13.717
strings/io (2) | 7.01 | 0.35 | 5.0 | 196.62 | 1320.91
strings/types (2) | started at 2020-12-30T15:25:20.833
strings/util (3) | 10.17 | 0.44 | 4.3 | 327.36 | 1438.09
unicode/utf8 (3) | started at 2020-12-30T15:25:22.137
unicode/utf8 (3) | 0.34 | 0.00 | 0.0 | 6.35 | 1438.09
core (3) | started at 2020-12-30T15:25:22.619
strings/types (2) | 11.29 | 1.32 | 11.7 | 1246.91 | 1343.81
worlds (2) | started at 2020-12-30T15:25:32.234
worlds (2) | 5.81 | 0.15 | 2.5 | 155.12 | 1343.81
keywordargs (2) | started at 2020-12-30T15:25:38.256
keywordargs (2) | 4.73 | 0.14 | 3.0 | 87.78 | 1343.81
numbers (2) | started at 2020-12-30T15:25:43.098
core (3) | 204.45 | 74.13 | 36.3 | 12414.91 | 3024.45
subtype (3) | started at 2020-12-30T15:28:51.985
numbers (2) | 216.20 | 6.98 | 3.2 | 4395.09 | 1557.08
char (2) | started at 2020-12-30T15:29:19.414
char (2) | 7.87 | 0.44 | 5.6 | 207.10 | 1557.08
triplequote (2) | started at 2020-12-30T15:29:31.852
triplequote (2) | 0.07 | 0.00 | 0.0 | 0.41 | 1557.08
intrinsics (2) | started at 2020-12-30T15:29:32.15
intrinsics (2) | 1.84 | 0.00 | 0.0 | 29.38 | 1557.08
dict (2) | started at 2020-12-30T15:29:34.133
subtype (3) | 47.76 | 1.19 | 2.5 | 1338.19 | 3024.45
hashing (3) | started at 2020-12-30T15:29:40.408
hashing (3) | 39.94 | 1.49 | 3.7 | 1647.78 | 3024.45
iobuffer (3) | started at 2020-12-30T15:30:20.464
iobuffer (3) | 3.59 | 0.28 | 7.7 | 96.89 | 3024.45
staged (3) | started at 2020-12-30T15:30:24.182
staged (3) | 6.00 | 0.27 | 4.4 | 216.57 | 3024.45
offsetarray (3) | started at 2020-12-30T15:30:30.334
dict (2) | 66.77 | 4.23 | 6.3 | 1974.83 | 1597.74
arrayops (2) | started at 2020-12-30T15:30:42.053
offsetarray (3) | 86.74 | 3.71 | 4.3 | 3828.99 | 3024.45
tuple (3) | started at 2020-12-30T15:31:57.193
tuple (3) | 8.80 | 0.29 | 3.3 | 293.93 | 3024.45
reduce (3) | started at 2020-12-30T15:32:06.103
reduce (3) | 29.84 | 1.19 | 4.0 | 1375.84 | 3024.45
reducedim (3) | started at 2020-12-30T15:32:36.074
subarray (4) | 506.06 | 28.20 | 5.6 | 19524.78 | 1848.68
abstractarray (4) | started at 2020-12-30T15:33:09.59
reducedim (3) | 88.14 | 3.49 | 4.0 | 3239.54 | 3024.45
intfuncs (3) | started at 2020-12-30T15:34:04.334
intfuncs (3) | 20.41 | 0.37 | 1.8 | 413.97 | 3024.45
simdloop (3) | started at 2020-12-30T15:34:24.851
simdloop (3) | 6.38 | 0.35 | 5.4 | 185.63 | 3024.45
vecelement (3) | started at 2020-12-30T15:34:31.387
vecelement (3) | 30.65 | 1.37 | 4.5 | 1524.76 | 3024.45
rational (3) | started at 2020-12-30T15:35:02.175
arrayops (2) | 303.55 | 19.79 | 6.5 | 10072.92 | 1850.21
bitarray (2) | started at 2020-12-30T15:35:45.752
rational (3) | 70.09 | 2.18 | 3.1 | 1666.85 | 3024.45
copy (3) | started at 2020-12-30T15:36:12.41
copy (3) | 6.47 | 0.00 | 0.0 | 185.99 | 3024.45
math (3) | started at 2020-12-30T15:36:19
math (3) | 105.99 | 2.85 | 2.7 | 3208.70 | 3024.45
fastmath (3) | started at 2020-12-30T15:38:05.126
fastmath (3) | 13.89 | 0.34 | 2.4 | 418.55 | 3024.45
functional (3) | started at 2020-12-30T15:38:19.127
functional (3) | 13.50 | 0.65 | 4.8 | 498.97 | 3024.45
iterators (3) | started at 2020-12-30T15:38:32.724
abstractarray (4) | 398.12 | 9.96 | 2.5 | 6314.94 | 2081.77
operators (4) | started at 2020-12-30T15:40:05.306
iterators (3) | 100.93 | 3.84 | 3.8 | 3903.17 | 3024.45
ordering (3) | started at 2020-12-30T15:40:13.775
ordering (3) | 5.55 | 0.00 | 0.0 | 137.25 | 3024.45
path (3) | started at 2020-12-30T15:40:19.447
path (3) | 2.12 | 0.00 | 0.0 | 77.43 | 3024.45
ccall (3) | started at 2020-12-30T15:40:21.692
operators (4) | 20.16 | 1.77 | 8.8 | 576.02 | 2081.77
parse (4) | started at 2020-12-30T15:40:26.253
parse (4) | 21.79 | 0.94 | 4.3 | 580.15 | 2081.77
loading (4) | started at 2020-12-30T15:40:49.324
From worker 4: UUIDS = Base.UUID[UUID("03696e99-e26d-4352-acfb-0ab7cd40d0e8") UUID("be07b16a-35bf-4f31-b9b9-de73c91842e9") UUID("51574410-1127-4606-9ec5-7e583943c6cd") UUID("c5b120fe-9c73-4835-bbd3-085b61977d08") UUID("350e6247-c528-4593-a61a-9e88dc7c3b76") UUID("b94108a3-d0f0-4930-be96-45bfa53fcbda") UUID("86076300-75eb-4971-86cb-82de6d3c8149") UUID("582b0cf9-5e71-44e6-be59-212ed95b328c") UUID("265bca0a-e99b-4a24-afec-6badca95a673") UUID("f3917874-b86f-4fbd-8633-4f4749cd8ca3") UUID("05033a82-36de-472d-878f-60f3a2e9f092") UUID("d656b77f-bc4e-4e34-aa46-7c76963ec28b"); UUID("e4d567c1-dff7-4452-b000-a0414c558c53") UUID("3e8bcbe6-c0e6-4068-891d-360bb3f959d3") UUID("c92ada9d-1e84-4a5c-950e-0775be33dbf7") UUID("63887475-7efc-4583-a900-bcade1b16a15") UUID("03d0edc6-a590-416b-b1bf-386f8f29e38b") UUID("65847e56-fd2f-4ebb-afee-d2cd534685e7") UUID("173f3210-0e1c-49eb-94ee-379607869d0a") UUID("776bbb2e-44f1-4889-879d-b811c1ff1ea9") UUID("309f6b87-df42-4776-b1dd-e41ac500ea28") UUID("47751a14-fb9e-46f9-8ac2-444beae9b83d") UUID("fdab2c4d-8215-4659-a784-ddf81621a084") UUID("9a521af2-e3fe-497f-a1f6-5f63404d01a9"); UUID("33ed8ff5-0438-4639-8849-01ec1f35ab4f") UUID("adcfa1db-ebe9-44d8-baee-1293bfd4d03f") UUID("30dbc063-1aa4-4e38-80a6-5b81dd1501ed") UUID("c617999d-6b20-4b92-8516-07129141695d") UUID("84c84adf-5b71-4ea9-b14e-aba0335c0b12") UUID("c876aa47-8c77-4a1b-9011-e7b1dbd82360") UUID("207ad1f3-8014-4ff3-ab0c-d01375197eb8") UUID("0b4461ed-b9cc-481c-94c8-6eac36d2b9f6") UUID("d0ec23bc-1cb9-4ee1-b203-018d03ba3451") UUID("2ef41ae7-2767-43e2-b0fa-719dbd0aa9d1") UUID("767fbbed-2fa8-41cb-a4da-26c39908fb5a") UUID("815024bb-e58e-45e9-98ab-d87b150349f1")]
From worker 4: depots = ["/tmp/jl_VyVM8D", "/tmp/jl_4eOiHc", "/tmp/jl_7v7OfL"]
From worker 4: WARNING: replacing module Foo.
loading (4) | 64.89 | 5.69 | 8.8 | 3791.89 | 2084.25
gmp (4) | started at 2020-12-30T15:41:54.364
gmp (4) | 14.42 | 0.59 | 4.1 | 291.21 | 2084.25
sorting (4) | started at 2020-12-30T15:42:08.947
sorting (4) | 291.77 | 8.34 | 2.9 | 5449.76 | 2245.55
spawn (4) | started at 2020-12-30T15:47:00.848
From worker 4: [stdio passthrough ok]
spawn (4) | 41.16 | 0.82 | 2.0 | 537.17 | 2263.64
backtrace (4) | started at 2020-12-30T15:47:42.138
[ Info:
backtrace (4) | 5.07 | 0.00 | 0.0 | 57.63 | 2263.64
exceptions (4) | started at 2020-12-30T15:47:47.333
exceptions (4) | 5.14 | 2.19 | 42.5 | 30.35 | 2263.64
file (4) | started at 2020-12-30T15:47:52.647
file (4) | 30.75 | 0.63 | 2.1 | 462.04 | 2263.64
read (4) | started at 2020-12-30T15:48:23.542
read (4) | 64.23 | 2.45 | 3.8 | 2574.31 | 2778.26
version (4) | started at 2020-12-30T15:49:27.909
From worker 3: ERROR: could not load library "does_not_exist"
From worker 3: does_not_exist.so: cannot open shared object file: No such file or directory
From worker 3: Stacktrace:
From worker 3: [1] f() at ./none:2
From worker 3: [2] top-level scope at none:3
ccall (3) | 548.10 | 506.86 | 92.5 | 586.57 | 3024.45
namedtuple (3) | started at 2020-12-30T15:49:30.723
version (4) | 4.84 | 0.40 | 8.4 | 123.90 | 2786.09
mpfr (4) | started at 2020-12-30T15:49:32.877
namedtuple (3) | 7.39 | 0.00 | 0.0 | 187.26 | 3024.45
broadcast (3) | started at 2020-12-30T15:49:38.222
mpfr (4) | 50.13 | 1.19 | 2.4 | 1151.51 | 2786.09
complex (4) | started at 2020-12-30T15:50:23.125
complex (4) | 41.80 | 1.36 | 3.2 | 1013.62 | 2786.09
floatapprox (4) | started at 2020-12-30T15:51:05.052
floatapprox (4) | 3.72 | 0.00 | 0.0 | 109.21 | 2786.09
reflection (4) | started at 2020-12-30T15:51:08.905
reflection (4) | 18.25 | 0.81 | 4.4 | 502.51 | 2786.09
regex (4) | started at 2020-12-30T15:51:27.292
regex (4) | 6.76 | 0.00 | 0.0 | 173.80 | 2786.09
float16 (4) | started at 2020-12-30T15:51:34.196
float16 (4) | 9.73 | 0.53 | 5.5 | 312.25 | 2786.09
combinatorics (4) | started at 2020-12-30T15:51:44.064
combinatorics (4) | 14.16 | 1.04 | 7.3 | 632.69 | 2786.09
sysinfo (4) | started at 2020-12-30T15:51:58.362
sysinfo (4) | 0.53 | 0.00 | 0.0 | 17.23 | 2786.09
env (4) | started at 2020-12-30T15:51:59.04
env (4) | 1.24 | 0.00 | 0.0 | 17.41 | 2786.09
rounding (4) | started at 2020-12-30T15:52:00.419
broadcast (3) | 152.77 | 5.18 | 3.4 | 5343.31 | 3024.45
ranges (3) | started at 2020-12-30T15:52:11.093
rounding (4) | 17.75 | 1.00 | 5.6 | 461.90 | 2786.09
mod2pi (4) | started at 2020-12-30T15:52:18.296
mod2pi (4) | 1.14 | 0.00 | 0.0 | 21.39 | 2786.09
euler (4) | started at 2020-12-30T15:52:19.564
euler (4) | 3.43 | 0.00 | 0.0 | 106.13 | 2786.09
show (4) | started at 2020-12-30T15:52:23.132
ranges (3) | 102.61 | 7.76 | 7.6 | 9537.85 | 3024.45
client (3) | started at 2020-12-30T15:53:53.917
client (3) | 3.33 | 0.40 | 11.9 | 92.89 | 3024.45
errorshow (3) | started at 2020-12-30T15:53:57.371
errorshow (3) | 14.82 | 0.38 | 2.6 | 402.24 | 3024.45
sets (3) | started at 2020-12-30T15:54:12.308
show (4) | 137.60 | 5.74 | 4.2 | 4033.42 | 2786.09
goto (4) | started at 2020-12-30T15:54:40.863
goto (4) | 0.12 | 0.00 | 0.0 | 0.92 | 2786.09
llvmcall (4) | started at 2020-12-30T15:54:41.108
llvmcall (4) | 0.64 | 0.00 | 0.0 | 6.68 | 2786.09
llvmcall2 (4) | started at 2020-12-30T15:54:41.87
llvmcall2 (4) | 0.14 | 0.00 | 0.0 | 0.84 | 2786.09
ryu (4) | started at 2020-12-30T15:54:42.14
ryu (4) | 8.87 | 0.34 | 3.8 | 205.28 | 2786.09
some (4) | started at 2020-12-30T15:54:51.144
sets (3) | 39.91 | 0.75 | 1.9 | 920.25 | 3024.45
meta (3) | started at 2020-12-30T15:54:52.345
some (4) | 3.65 | 0.00 | 0.0 | 98.98 | 2786.09
stacktraces (4) | started at 2020-12-30T15:54:54.911
meta (3) | 2.67 | 0.38 | 14.1 | 76.91 | 3024.45
docs (3) | started at 2020-12-30T15:54:55.137
stacktraces (4) | 5.12 | 0.37 | 7.2 | 123.97 | 2786.09
misc (4) | started at 2020-12-30T15:55:00.163
LinearAlgebra/addmul (5) | 1949.90 | 92.87 | 4.8 | 55562.84 | 1978.52
enums (5) | started at 2020-12-30T15:55:00.348
docs (3) | 10.47 | 0.43 | 4.1 | 411.18 | 3024.45
cmdlineargs (3) | started at 2020-12-30T15:55:05.717
enums (5) | 10.67 | 0.70 | 6.5 | 286.13 | 1978.52
int (5) | started at 2020-12-30T15:55:11.141
int (5) | 31.52 | 0.88 | 2.8 | 623.20 | 2024.97
interpreter (5) | started at 2020-12-30T15:55:42.786
interpreter (5) | 2.02 | 0.00 | 0.0 | 7.08 | 2024.97
checked (5) | started at 2020-12-30T15:55:44.902
From worker 4: Test Summary: | Pass Total
From worker 4: @deprecate | 6 6
From worker 4: Test Summary: | Pass Total
From worker 4: firstcaller | 1 1
From worker 4: Test Summary: | Broken Total
From worker 4: parser syntax deprecations | 1 1
misc (4) | 68.92 | 17.68 | 25.7 | 2106.99 | 2786.09
bitset (4) | started at 2020-12-30T15:56:10.799
checked (5) | 26.60 | 0.60 | 2.3 | 282.01 | 2067.26
floatfuncs (5) | started at 2020-12-30T15:56:11.624
bitset (4) | 4.63 | 0.00 | 0.0 | 76.65 | 2786.09
boundscheck (4) | started at 2020-12-30T15:56:16.041
boundscheck (4) | 10.09 | 0.00 | 0.0 | 1.15 | 2786.09
error (4) | started at 2020-12-30T15:56:26.258
error (4) | 3.57 | 0.00 | 0.0 | 59.28 | 2786.09
cartesian (4) | started at 2020-12-30T15:56:29.959
cartesian (4) | 2.08 | 0.28 | 13.4 | 84.83 | 2786.09
osutils (4) | started at 2020-12-30T15:56:32.213
osutils (4) | 0.29 | 0.00 | 0.0 | 7.45 | 2786.09
channels (4) | started at 2020-12-30T15:56:32.63
bitarray (2) | 1263.83 | 24.40 | 1.9 | 16929.96 | 2028.58
iostream (2) | started at 2020-12-30T15:56:49.714
iostream (2) | 2.32 | 0.00 | 0.0 | 109.28 | 2028.58
secretbuffer (2) | started at 2020-12-30T15:56:52.133
From worker 2: testing position
secretbuffer (2) | 3.80 | 2.50 | 65.7 | 42.30 | 2028.58
specificity (2) | started at 2020-12-30T15:56:56.048
specificity (2) | 0.32 | 0.00 | 0.0 | 2.87 | 2028.58
reinterpretarray (2) | started at 2020-12-30T15:56:56.454
reinterpretarray (2) | 20.41 | 1.07 | 5.2 | 974.19 | 2028.58
┌ 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 (2) | started at 2020-12-30T15:57:17.466
syntax (2) | 8.78 | 0.38 | 4.3 | 250.87 | 2028.58
logging (2) | started at 2020-12-30T15:57:26.323
channels (4) | 57.42 | 32.64 | 56.8 | 376.73 | 2786.09
missing (4) | started at 2020-12-30T15:57:30.226
logging (2) | 8.95 | 0.56 | 6.2 | 404.19 | 2028.58
asyncmap (2) | started at 2020-12-30T15:57:35.35
asyncmap (2) | 17.54 | 0.55 | 3.1 | 486.62 | 2028.58
atexit (2) | started at 2020-12-30T15:57:52.966
missing (4) | 35.66 | 1.31 | 3.7 | 1017.53 | 2786.09
SparseArrays/higherorderfns (4) | started at 2020-12-30T15:58:05.986
atexit (2) | 18.84 | 0.00 | 0.0 | 29.72 | 2028.58
SparseArrays/sparse (2) | started at 2020-12-30T15:58:11.893
cmdlineargs (3) | 311.32 | 0.92 | 0.3 | 840.34 | 3024.45
SparseArrays/sparsevector (3) | started at 2020-12-30T16:00:17.14
floatfuncs (5) | 252.75 | 34.38 | 13.6 | 55588.24 | 2161.40
Pkg/resolve (5) | started at 2020-12-30T16:00:24.514
From worker 5: WARNING: could not import Test32Main_Pkg_resolve.Pkg into ResolveTest
From worker 5: WARNING: could not import ResolveTest.Pkg into ResolveUtils
Pkg/resolve (5) | 64.92 | 7.84 | 12.1 | 8355.99 | 2185.20
LibGit2/libgit2 (5) | started at 2020-12-30T16:01:29.574
SparseArrays/higherorderfns (4) | 328.25 | 11.68 | 3.6 | 9118.34 | 2786.09
Dates/accessors (4) | started at 2020-12-30T16:03:34.37
Dates/accessors (4) | 23.35 | 3.93 | 16.8 | 3892.31 | 2786.09
Dates/adjusters (4) | started at 2020-12-30T16:03:57.819
Dates/adjusters (4) | 12.24 | 0.30 | 2.4 | 281.11 | 2786.09
Dates/query (4) | started at 2020-12-30T16:04:10.158
Dates/query (4) | 2.32 | 0.00 | 0.0 | 106.52 | 2786.09
Dates/periods (4) | started at 2020-12-30T16:04:12.57
Dates/periods (4) | 36.44 | 1.57 | 4.3 | 992.46 | 2786.09
Dates/ranges (4) | started at 2020-12-30T16:04:49.112
Dates/ranges (4) | 50.02 | 1.69 | 3.4 | 999.53 | 2786.09
Dates/rounding (4) | started at 2020-12-30T16:05:39.278
Dates/rounding (4) | 6.61 | 0.00 | 0.0 | 114.27 | 2786.09
Dates/types (4) | started at 2020-12-30T16:05:45.993
Dates/types (4) | 5.47 | 0.45 | 8.1 | 83.78 | 2786.09
Dates/io (4) | started at 2020-12-30T16:05:51.591
Dates/io (4) | 35.32 | 1.23 | 3.5 | 866.50 | 2786.09
Dates/arithmetic (4) | started at 2020-12-30T16:06:27.055
Dates/arithmetic (4) | 19.49 | 0.94 | 4.8 | 539.84 | 2786.09
Dates/conversions (4) | started at 2020-12-30T16:06:46.759
Dates/conversions (4) | 2.38 | 0.00 | 0.0 | 21.75 | 2786.09
Base64 (4) | started at 2020-12-30T16:06:49.285
Base64 (4) | 6.46 | 1.26 | 19.4 | 1572.90 | 2896.36
CRC32c (4) | started at 2020-12-30T16:06:55.837
LibGit2/libgit2 (5) | 328.39 | 4.79 | 1.5 | 1363.77 | 2257.34
DelimitedFiles (5) | started at 2020-12-30T16:06:58.137
CRC32c (4) | 2.93 | 0.00 | 0.0 | 80.52 | 2896.36
Distributed (4) | started at 2020-12-30T16:06:58.872
DelimitedFiles (5) | 29.11 | 2.58 | 8.9 | 677.47 | 2257.34
FileWatching (5) | started at 2020-12-30T16:07:27.848
FileWatching (5) | 58.50 | 16.45 | 28.1 | 126.62 | 2257.34
Future (5) | started at 2020-12-30T16:08:26.553
Future (5) | 0.03 | 0.00 | 0.0 | 0.09 | 2257.34
InteractiveUtils (5) | started at 2020-12-30T16:08:26.722
InteractiveUtils (5) | 41.30 | 1.08 | 2.6 | 671.39 | 2269.09
Libdl (5) | started at 2020-12-30T16:09:08.194
Libdl (5) | 2.80 | 0.00 | 0.0 | 28.62 | 2270.63
Logging (5) | started at 2020-12-30T16:09:11.227
Logging (5) | 8.78 | 0.49 | 5.6 | 223.43 | 2274.57
Markdown (5) | started at 2020-12-30T16:09:20.159
Markdown (5) | 14.04 | 0.67 | 4.8 | 387.65 | 2276.75
Mmap (5) | started at 2020-12-30T16:09:34.33
SparseArrays/sparsevector (3) | 595.69 | 20.56 | 3.5 | 20598.14 | 3464.95
Printf (3) | started at 2020-12-30T16:10:13.551
Printf (3) | 33.41 | 0.77 | 2.3 | 787.21 | 3490.34
Profile (3) | started at 2020-12-30T16:10:47.558
Mmap (5) | 76.87 | 63.83 | 83.0 | 201.74 | 2276.80
REPL (5) | started at 2020-12-30T16:10:51.32
Profile (3) | 32.15 | 0.46 | 1.4 | 330.48 | 3510.29
Random (3) | started at 2020-12-30T16:11:19.848
From worker 5: search: ;
From worker 5:
┌ Warning: TerminalMenus: Unable to enter raw mode: Base.IOError("stream is closed or unusable", 0)
└ @ REPL.TerminalMenus /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/REPL/src/TerminalMenus/util.jl:21
From worker 5:
┌ Warning: TerminalMenus: Unable to enter raw mode: Base.IOError("stream is closed or unusable", 0)
└ @ REPL.TerminalMenus /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/REPL/src/TerminalMenus/util.jl:21
From worker 5:
REPL (5) | 89.46 | 3.91 | 4.4 | 2161.45 | 2283.95
SHA (5) | started at 2020-12-30T16:12:22.685
SparseArrays/sparse (2) | 905.59 | 287.24 | 31.7 | 15303.66 | 2482.99
Serialization (2) | started at 2020-12-30T16:13:18.059
Distributed (4) | 389.71 | 0.00 | 0.0 | 36.48 | 2896.36
Random (3) | 129.68 | 3.69 | 2.8 | 2449.58 | 3515.00
Statistics (3) | started at 2020-12-30T16:13:29.868
Sockets (4) | started at 2020-12-30T16:13:30.231
Serialization (2) | 18.92 | 1.10 | 5.8 | 787.88 | 2482.99
SuiteSparse (2) | started at 2020-12-30T16:13:37.379
Sockets (4) | failed at 2020-12-30T16:14:45.601
SHA (5) | 127.03 | 1.51 | 1.2 | 651.85 | 2357.66
Test (5) | started at 2020-12-30T16:14:48.929
UUIDs (6) | started at 2020-12-30T16:15:10.717
UUIDs (6) | 1.90 | 0.07 | 3.7 | 88.17 | 268.01
Unicode (6) | started at 2020-12-30T16:15:15.038
Statistics (3) | 105.20 | 4.36 | 4.1 | 3289.39 | 3515.00
Unicode (6) | 12.04 | 0.71 | 5.9 | 478.44 | 268.01
┌ Warning: Omitting `@test_deprecated` tests which can't yet
│ be tested in --depwarn=error mode
└ @ Main.Test17Main_Test /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Test/test/runtests.jl:795
From worker 2: Test Summary: | Pass Total
From worker 2: threaded SuiteSparse tests | 1 1
SuiteSparse (2) | 146.63 | 10.20 | 7.0 | 4300.25 | 2483.94
Test (5) | 76.23 | 0.82 | 1.1 | 500.45 | 2357.66
Executing tests that run on node 1 only:
precompile (1) | started at 2020-12-30T16:16:06.088
precompile (1) | 48.98 | 1.37 | 2.8 | 417.65 | 268.01
SharedArrays (1) | started at 2020-12-30T16:16:57.102
SharedArrays (1) | 47.35 | 3.37 | 7.1 | 1601.12 | 345.56
threads (1) | started at 2020-12-30T16:17:44.671
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
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.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.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
threads (1) | 123.32 | 0.08 | 0.1 | 78.88 | 345.56
stress (1) | started at 2020-12-30T16:19:48.085
stress (1) | 59.31 | 0.07 | 0.1 | 94.28 | 345.56
Worker 4 failed running test Sockets:
Some tests did not pass: 159 passed, 0 failed, 4 errored, 0 broken.
Sockets: Error During Test at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:202
Test threw exception
Expression: getnameinfo(ip"0.1.1.1") == "0.1.1.1"
DNSError: ip"0.1.1.1", temporary failure (EAI_AGAIN)
Stacktrace:
[1] getnameinfo(::Sockets.IPv4) at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/src/addrinfo.jl:221
[2] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:202
[3] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1115
[4] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:199
Sockets: Error During Test at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:203
Test threw exception
Expression: getnameinfo(ip"::ffff:0.1.1.1") == "::ffff:0.1.1.1"
DNSError: ip"::ffff:1:101", temporary failure (EAI_AGAIN)
Stacktrace:
[1] getnameinfo(::Sockets.IPv6) at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/src/addrinfo.jl:221
[2] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:203
[3] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1115
[4] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:199
Sockets: Error During Test at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:210
Test threw exception
Expression: !(isempty(getnameinfo(ip"0.0.0.0")::String))
DNSError: ip"0.0.0.0", temporary failure (EAI_AGAIN)
Stacktrace:
[1] getnameinfo(::Sockets.IPv4) at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/src/addrinfo.jl:221
[2] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:210
[3] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1115
[4] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:209
Sockets: Error During Test at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:214
Test threw exception
Expression: !(isempty(getnameinfo(ip"255.255.255.255")::String))
DNSError: ip"255.255.255.255", temporary failure (EAI_AGAIN)
Stacktrace:
[1] getnameinfo(::Sockets.IPv4) at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/src/addrinfo.jl:221
[2] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:214
[3] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1115
[4] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:209
Test Summary: | Pass Error Broken Total
Overall | 38566840 4 352559 38919403
LinearAlgebra/qr | 4526 4526
LinearAlgebra/schur | 430 430
LinearAlgebra/matmul | 969 969
LinearAlgebra/dense | 7876 7876
LinearAlgebra/eigen | 410 410
LinearAlgebra/bunchkaufman | 5285 5285
LinearAlgebra/special | 3159 3159
LinearAlgebra/svd | 513 513
LinearAlgebra/lapack | 800 800
LinearAlgebra/tridiag | 1350 1350
LinearAlgebra/cholesky | 2388 2388
LinearAlgebra/bidiag | 3493 3493
LinearAlgebra/lu | 1278 1278
LinearAlgebra/symmetric | 2516 2516
LinearAlgebra/diagonal | 2573 2573
LinearAlgebra/generic | 530 530
LinearAlgebra/uniformscaling | 491 491
LinearAlgebra/blas | 674 674
LinearAlgebra/adjtrans | 313 313
LinearAlgebra/lq | 3005 3005
LinearAlgebra/givens | 1840 1840
LinearAlgebra/pinv | 288 288
LinearAlgebra/hessenberg | 403 403
LinearAlgebra/ldlt | 4 4
ambiguous | 81 2 83
LinearAlgebra/structuredbroadcast | 645 645
compiler/validation | 26 26
compiler/ssair | 23 23
compiler/irpasses | 16 16
compiler/codegen | 112 112
compiler/inline | 32 1 33
compiler/contextual | 6 6
compiler/inference | 765 1 766
LinearAlgebra/triangular | 36296 36296
strings/basic | 87397 87397
strings/search | 620 620
strings/io | 12751 12751
strings/util | 454 454
unicode/utf8 | 19 19
strings/types | 2302691 2302691
worlds | 65 65
keywordargs | 140 140
core | 8445004 3 8445007
numbers | 1578525 1578525
char | 1529 1529
triplequote | 29 29
intrinsics | 47 47
subtype | 337616 10 337626
hashing | 19452 19452
iobuffer | 204 204
staged | 64 64
dict | 144370 144370
offsetarray | 399 399
tuple | 566 566
reduce | 8499 8499
subarray | 318295 318295
reducedim | 783 783
intfuncs | 5207 5207
simdloop | 249 249
vecelement | 678 678
arrayops | 1954 2 1956
rational | 98606 1 98607
copy | 532 532
math | 1519678 1519678
fastmath | 943 943
functional | 95 95
abstractarray | 54606 24795 79401
iterators | 10065 10065
ordering | 35 35
path | 355 12 367
operators | 12939 12939
parse | 16094 16094
loading | 164308 164308
gmp | 2186 2186
sorting | 9225 9225
spawn | 175 4 179
backtrace | 35 1 36
exceptions | 69 69
file | 1033 1033
read | 3093 3093
ccall | 5315 5315
version | 2448 2448
namedtuple | 190 1 191
mpfr | 955 955
complex | 8406 5 8411
floatapprox | 49 49
reflection | 395 395
regex | 92 92
float16 | 130 130
combinatorics | 170 170
sysinfo | 2 2
env | 100 100
broadcast | 457 457
rounding | 112720 112720
mod2pi | 80 80
euler | 12 12
ranges | 12109665 327691 12437356
client | 3 3
errorshow | 205 205
show | 1437 6 1443
goto | 19 19
llvmcall | 15 15
llvmcall2 | 7 7
ryu | 31206 31206
sets | 3481 1 3482
some | 64 64
meta | 55 55
stacktraces | 48 48
LinearAlgebra/addmul | 7200 7200
docs | 215 215
enums | 95 95
int | 524664 524664
interpreter | 3 3
misc | 1281030 1281030
checked | 1219 1219
bitset | 192 192
boundscheck | No tests
error | 31 31
cartesian | 22 22
osutils | 42 42
bitarray | 913132 913132
iostream | 34 34
secretbuffer | 27 27
specificity | 175 175
reinterpretarray | 131 131
syntax | 1238 1 1239
channels | 231 231
logging | 213 213
asyncmap | 292 292
missing | 467 1 468
atexit | 40 40
cmdlineargs | 240 240
floatfuncs | 152 152
Pkg/resolve | 182 182
SparseArrays/higherorderfns | 7096 1 7097
Dates/accessors | 7723858 7723858
Dates/adjusters | 3147 3147
Dates/query | 1004 1004
Dates/periods | 702 702
Dates/ranges | 349123 349123
Dates/rounding | 296 296
Dates/types | 223 223
Dates/io | 324 324
Dates/arithmetic | 325 325
Dates/conversions | 160 160
Base64 | 2016 2016
LibGit2/libgit2 | 726 726
CRC32c | 664 664
DelimitedFiles | 89 89
FileWatching | 506 506
Future | No tests
InteractiveUtils | 133 133
Libdl | 70 1 71
Logging | 39 39
Markdown | 246 246
SparseArrays/sparsevector | 10265 10265
Printf | 757 757
Mmap | 137 137
Profile | 23 23
REPL | 1109 5 1114
SparseArrays/sparse | 3433 3433
Distributed | 12 12
Random | 203254 203254
Serialization | 119 119
Sockets | 159 4 163
SHA | 1 1
UUIDs | 22 22
Statistics | 748 748
Unicode | 752 752
SuiteSparse | 850 850
Test | 322 14 336
precompile | 107 107
SharedArrays | 114 114
threads | 3 3
stress | 118 118
FAILURE
The global RNG seed was 0x80f2332675cf6ee6a5ac818ce58ae90d.
Error in testset Sockets:
Error During Test at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:202
Test threw exception
Expression: getnameinfo(ip"0.1.1.1") == "0.1.1.1"
DNSError: ip"0.1.1.1", temporary failure (EAI_AGAIN)
Stacktrace:
[1] getnameinfo(::Sockets.IPv4) at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/src/addrinfo.jl:221
[2] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:202
[3] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1115
[4] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:199
Error in testset Sockets:
Error During Test at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:203
Test threw exception
Expression: getnameinfo(ip"::ffff:0.1.1.1") == "::ffff:0.1.1.1"
DNSError: ip"::ffff:1:101", temporary failure (EAI_AGAIN)
Stacktrace:
[1] getnameinfo(::Sockets.IPv6) at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/src/addrinfo.jl:221
[2] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:203
[3] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1115
[4] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:199
Error in testset Sockets:
Error During Test at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:210
Test threw exception
Expression: !(isempty(getnameinfo(ip"0.0.0.0")::String))
DNSError: ip"0.0.0.0", temporary failure (EAI_AGAIN)
Stacktrace:
[1] getnameinfo(::Sockets.IPv4) at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/src/addrinfo.jl:221
[2] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:210
[3] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1115
[4] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:209
Error in testset Sockets:
Error During Test at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:214
Test threw exception
Expression: !(isempty(getnameinfo(ip"255.255.255.255")::String))
DNSError: ip"255.255.255.255", temporary failure (EAI_AGAIN)
Stacktrace:
[1] getnameinfo(::Sockets.IPv4) at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/src/addrinfo.jl:221
[2] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:214
[3] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1115
[4] top-level scope at /mnt/sda7/serg/Downloads/julia-1.5.3/usr/share/julia/stdlib/v1.5/Sockets/test/runtests.jl:209
ERROR: LoadError: Test run finished with errors
in expression starting at /mnt/sda7/serg/Downloads/julia-1.5.3/test/runtests.jl:75
Makefile:25: recipe for target 'all' failed
make[1]: *** [all] Error 1
Makefile:575: recipe for target 'test' failed
make: *** [test] Error 2
".
It looks like only socket test have really failed. Maybe it's not a big issue, still, why ?
And there are pretty many broken tests. Why are they included in the test suite in the first place ?
The text was updated successfully, but these errors were encountered:
My system:
"
uname -a
Linux sergei-dt 4.15.0-99-generic #100-Ubuntu SMP Wed Apr 22 20:32:56 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
". This is Ubuntu-18.04.
The build was performed using 'make USE_BINARYBUILDER=0' command and went pretty well (I have yet another issue to check - it looks there are RO files, so in the middle of the build they have to be made RW, but it's not the issue of this report).
After successfully building Julia I ran built-in test suite using 'make test USE_BINARYBUILDER=0' command, The command screen output:
"
".
It looks like only socket test have really failed. Maybe it's not a big issue, still, why ?
And there are pretty many broken tests. Why are they included in the test suite in the first place ?
The text was updated successfully, but these errors were encountered: