Created
June 14, 2018 13:44
-
-
Save jrevels/00e596cd7fb27d297b5e8e63b4599c0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -eo pipefail | |
cd .. && | |
mv project julia-src && | |
/tmp/julia/bin/julia -e 'Base.require(Main, :InteractiveUtils).versioninfo()' && | |
/tmp/julia/bin/julia --sysimage-native-code=no -e 'true' && | |
/tmp/julia/bin/julia-debug --sysimage-native-code=no -e 'true' && | |
pushd /tmp/julia/share/julia/test && | |
/tmp/julia/bin/julia --check-bounds=yes runtests.jl all --skip Sockets | bar -i 30 && | |
/tmp/julia/bin/julia --check-bounds=yes runtests.jl LibGit2/online OldPkg/pkg Pkg/pkg download && | |
popd && | |
mkdir /tmp/embedding-test && | |
make check -C /tmp/julia/share/julia/test/embedding \ | |
JULIA=/tmp/julia/bin/julia BIN=/tmp/embedding-test \ | |
"$(cd julia-src && make print-CC)" && | |
mv julia-src project | |
Julia Version 0.7.0-alpha.126 | |
Commit c6732e3559 (2018-06-13 20:50 UTC) | |
Platform Info: | |
OS: Linux (x86_64-linux-gnu) | |
CPU: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz | |
WORD_SIZE: 64 | |
LIBM: libopenlibm | |
LLVM: libLLVM-6.0.0 (ORCJIT, ivybridge) | |
Environment: | |
JULIA_CPU_CORES = 4 | |
JULIA_TEST_MAXRSS_MB = 800 | |
/tmp/julia/share/julia/test ~ | |
Test (Worker) | Time (s) | GC (s) | GC % | Alloc (MB) | RSS (MB) | |
From worker 2: Skipping Base.Filesystem.JL_O_RANDOM | |
From worker 2: Skipping Base.Filesystem.JL_O_SEQUENTIAL | |
From worker 2: Skipping Base.Filesystem.JL_O_SHORT_LIVED | |
From worker 2: Skipping Base.Filesystem.JL_O_TEMPORARY | |
From worker 2: Skipping Base.active_repl | |
From worker 2: Skipping Base.active_repl_backend | |
compiler/validation (4) | 7.47 | 0.14 | 1.9 | 235.09 | 266.20 | |
From worker 2: Skipping Base.active_repl | |
From worker 2: Skipping Base.active_repl_backend | |
From worker 2: Skipping Base.Filesystem.JL_O_RANDOM | |
From worker 2: Skipping Base.Filesystem.JL_O_SEQUENTIAL | |
From worker 2: Skipping Base.Filesystem.JL_O_SHORT_LIVED | |
From worker 2: Skipping Base.Filesystem.JL_O_TEMPORARY | |
From worker 2: Skipping Base.active_repl | |
From worker 2: Skipping Base.active_repl_backend | |
ambiguous (2) | 16.71 | 0.41 | 2.5 | 2435.54 | 306.96 | |
compiler/compiler (3) | 16.85 | 0.43 | 2.6 | 752.09 | 283.43 | |
strings/search (2) | 3.14 | 0.04 | 1.1 | 155.80 | 319.02 | |
strings/util (3) | 6.73 | 0.06 | 0.9 | 214.71 | 306.46 | |
strings/io (2) | 3.52 | 0.04 | 1.1 | 146.73 | 333.80 | |
unicode/utf8 (2) | 0.35 | 0.00 | 0.0 | 4.04 | 333.80 | |
strings/basic (4) | 17.57 | 0.29 | 1.7 | 763.99 | 302.00 | |
strings/types (3) | 5.19 | 0.29 | 5.6 | 1211.35 | 310.42 | |
worlds (4) | 3.39 | 0.07 | 2.1 | 203.78 | 311.56 | |
keywordargs (3) | 5.75 | 0.04 | 0.6 | 141.34 | 312.61 | |
subtype (3) | 25.94 | 0.68 | 2.6 | 2003.46 | 820.06 | |
char (6) | 7.71 | 0.29 | 3.8 | 603.19 | 278.00 | |
triplequote (6) | 0.07 | 0.00 | 0.0 | 1.76 | 290.25 | |
intrinsics (6) | 1.08 | 0.02 | 1.9 | 50.70 | 292.04 | |
core (2) | 61.84 | 4.40 | 7.1 | 7368.43 | 699.53 | |
hashing (2) | 25.06 | 0.85 | 3.4 | 1575.11 | 699.53 | |
iobuffer (2) | 7.16 | 0.16 | 2.3 | 644.12 | 699.53 | |
staged (2) | 5.82 | 0.18 | 3.0 | 319.87 | 699.53 | |
dict (6) | 55.23 | 1.17 | 2.1 | 3430.11 | 366.21 | |
numbers (4) | 119.30 | 1.95 | 1.6 | 5649.66 | 487.49 | |
tuple (4) | 8.99 | 0.15 | 1.7 | 385.73 | 493.50 | |
reduce (4) | 15.69 | 0.73 | 4.7 | 1213.10 | 647.13 | |
offsetarray (2) | 74.65 | 3.22 | 4.3 | 4486.75 | 699.53 | |
reducedim (4) | 49.58 | 2.06 | 4.1 | 3710.12 | 647.13 | |
intfuncs (4) | 3.90 | 0.06 | 1.5 | 82.37 | 647.13 | |
simdloop (4) | 3.01 | 0.14 | 4.5 | 236.23 | 647.13 | |
vecelement (4) | 16.90 | 0.91 | 5.4 | 1620.16 | 659.83 | |
rational (4) | 12.05 | 0.36 | 3.0 | 615.44 | 681.56 | |
abstractarray (2) | 99.23 | 6.01 | 6.1 | 6114.59 | 766.17 | |
arrayops (6) | 165.90 | 5.81 | 3.5 | 10390.24 | 641.21 | |
copy (2) | 13.83 | 0.42 | 3.0 | 457.59 | 801.87 | |
fastmath (7) | 16.68 | 0.43 | 2.6 | 1001.01 | 282.53 | |
subarray (5) | 343.88 | 20.56 | 6.0 | 28057.26 | 949.36 | |
functional (7) | 17.21 | 0.31 | 1.8 | 901.65 | 302.50 | |
operators (7) | 10.09 | 0.28 | 2.8 | 719.11 | 323.84 | |
path (7) | 4.51 | 0.05 | 1.1 | 73.50 | 362.44 | |
math (6) | 76.71 | 1.81 | 2.4 | 3051.87 | 641.21 | |
parse (6) | 8.71 | 0.42 | 4.9 | 467.68 | 641.21 | |
iterators (8) | 73.47 | 1.60 | 2.2 | 4694.92 | 365.27 | |
ccall (7) | 40.45 | 21.16 | 52.3 | 1119.29 | 378.29 | |
bigfloat (7) | 0.95 | 0.02 | 2.3 | 68.63 | 378.29 | |
bigint (8) | 8.23 | 0.12 | 1.4 | 292.24 | 380.04 | |
statistics (8) | 14.28 | 0.52 | 3.6 | 1056.84 | 404.64 | |
From worker 8: [stdio passthrough ok] | |
spawn (8) | 31.34 | 0.79 | 2.5 | 950.86 | 552.20 | |
backtrace (8) | 0.83 | 0.00 | 0.0 | 38.00 | 552.20 | |
sorting (7) | 57.90 | 1.31 | 2.3 | 2702.13 | 446.07 | |
loading (6) | 109.78 | 4.17 | 3.8 | 7035.72 | 641.21 | |
version (6) | 2.27 | 0.09 | 3.7 | 140.50 | 641.21 | |
bitarray (4) | 241.62 | 13.52 | 5.6 | 14735.07 | 934.25 | |
namedtuple (6) | 5.09 | 0.16 | 3.2 | 242.52 | 641.21 | |
mpfr (9) | 26.19 | 0.38 | 1.5 | 1461.12 | 311.88 | |
read (7) | 59.64 | 2.27 | 3.8 | 3354.67 | 719.28 | |
floatapprox (7) | 4.98 | 0.36 | 7.2 | 254.77 | 728.40 | |
reflection (7) | 13.73 | 1.18 | 8.6 | 669.41 | 739.13 | |
regex (7) | 1.05 | 0.03 | 2.5 | 45.26 | 739.13 | |
complex (9) | 25.55 | 0.44 | 1.7 | 960.05 | 330.89 | |
combinatorics (9) | 2.19 | 0.03 | 1.3 | 91.32 | 331.80 | |
sysinfo (9) | 0.41 | 0.03 | 6.8 | 38.69 | 332.44 | |
file (8) | 86.66 | 0.31 | 0.4 | 513.56 | 552.20 | |
float16 (7) | 4.25 | 0.10 | 2.3 | 143.38 | 739.13 | |
env (9) | 1.25 | 0.01 | 0.4 | 40.05 | 332.44 | |
mod2pi (9) | 1.20 | 0.01 | 0.9 | 39.07 | 332.44 | |
euler (9) | 2.11 | 0.05 | 2.2 | 165.78 | 336.24 | |
rounding (8) | 10.70 | 0.29 | 2.7 | 598.91 | 552.20 | |
broadcast (6) | 73.81 | 4.46 | 6.0 | 5098.86 | 755.47 | |
errorshow (8) | 15.88 | 0.49 | 3.1 | 877.64 | 552.20 | |
goto (8) | 0.08 | 0.00 | 0.0 | 0.89 | 552.20 | |
llvmcall (8) | 0.48 | 0.00 | 0.0 | 19.83 | 552.20 | |
llvmcall2 (8) | 0.08 | 0.01 | 17.9 | 2.21 | 552.20 | |
grisu (8) | 4.91 | 0.11 | 2.3 | 237.89 | 552.20 | |
some (8) | 1.97 | 0.06 | 3.1 | 106.82 | 552.20 | |
meta (8) | 2.13 | 0.08 | 3.6 | 121.16 | 552.20 | |
sets (6) | 22.36 | 0.64 | 2.9 | 746.72 | 777.97 | |
stacktraces (8) | 1.91 | 0.06 | 3.3 | 105.73 | 552.20 | |
docs (6) | 11.85 | 0.64 | 5.4 | 699.72 | 793.60 | |
From worker 6: Warning: threaded loop executed in order | |
show (9) | 48.43 | 1.35 | 2.8 | 2431.38 | 376.11 | |
enums (9) | 6.18 | 0.20 | 3.3 | 356.29 | 379.86 | |
ranges (7) | 65.62 | 5.17 | 7.9 | 9195.81 | 739.13 | |
From worker 8: Test Summary: | Pass Total | |
From worker 8: @deprecate | 6 6 | |
From worker 8: Test Summary: | Pass Total | |
From worker 8: firstcaller | 1 1 | |
From worker 8: Test Summary: | Pass Broken Total | |
From worker 8: parser syntax deprecations | 27 1 28 | |
From worker 8: Test Summary: | Pass Total | |
From worker 8: lowering syntax deprecations | 14 14 | |
threads (6) | 16.91 | 1.02 | 6.0 | 525.61 | 826.38 | |
int (7) | 13.01 | 0.27 | 2.1 | 275.97 | 739.13 | |
checked (10) | 12.69 | 0.16 | 1.3 | 319.96 | 299.89 | |
From worker 8: Test Summary: | Pass Total | |
From worker 8: Deprecated logging | 77 77 | |
misc (8) | 48.66 | 2.05 | 4.2 | 1980.49 | 622.99 | |
bitset (7) | 5.31 | 0.10 | 1.8 | 109.69 | 739.13 | |
inline (8) | 3.41 | 0.04 | 1.1 | 56.83 | 622.99 | |
error (8) | 2.62 | 0.03 | 1.2 | 69.58 | 622.99 | |
cartesian (8) | 0.17 | 0.00 | 0.0 | 2.48 | 622.99 | |
osutils (8) | 0.42 | 0.00 | 0.0 | 1.27 | 622.99 | |
floatfuncs (10) | 11.06 | 0.33 | 3.0 | 878.59 | 304.83 | |
boundscheck (7) | 9.67 | 0.03 | 0.3 | 40.37 | 739.13 | |
specificity (7) | 0.24 | 0.02 | 9.9 | 5.33 | 739.13 | |
iostream (10) | 1.24 | 0.04 | 2.8 | 88.36 | 304.83 | |
codegen (7) | 5.20 | 0.40 | 7.8 | 26.62 | 739.13 | |
reinterpretarray (10) | 7.45 | 0.11 | 1.5 | 380.72 | 318.50 | |
syntax (7) | 4.03 | 0.11 | 2.6 | 137.45 | 739.13 | |
channels (8) | 15.79 | 1.06 | 6.7 | 669.11 | 649.68 | |
logging (10) | 10.73 | 0.18 | 1.7 | 610.21 | 342.91 | |
missing (7) | 13.13 | 0.40 | 3.0 | 581.83 | 739.13 | |
asyncmap (8) | 16.18 | 0.53 | 3.3 | 927.49 | 649.68 | |
cmdlineargs (9) | 245.16 | 0.23 | 0.1 | 396.04 | 409.87 | |
SparseArrays/higherorderfns (10) | 196.17 | 5.55 | 2.8 | 11022.64 | 585.50 | |
OldPkg/resolve (10) | 27.48 | 1.89 | 6.9 | 2953.06 | 701.10 | |
Pkg/resolve (9) | 40.92 | 2.56 | 6.3 | 6625.18 | 501.70 | |
SparseArrays/sparse (7) | 281.55 | 45.22 | 16.1 | 10996.30 | 904.93 | |
SparseArrays/sparsevector (8) | 327.36 | 13.40 | 4.1 | 18713.30 | 991.99 | |
LinearAlgebra/qr (9) | 151.10 | 6.32 | 4.2 | 11129.88 | 677.50 | |
LinearAlgebra/schur (9) | 23.16 | 0.82 | 3.5 | 1336.78 | 693.53 | |
LinearAlgebra/special (9) | 46.10 | 2.04 | 4.4 | 3237.38 | 711.81 | |
LinearAlgebra/matmul (12) | 113.79 | 2.92 | 2.6 | 6532.74 | 397.24 | |
LinearAlgebra/eigen (9) | 46.58 | 2.10 | 4.5 | 2661.16 | 765.60 | |
LinearAlgebra/bunchkaufman (12) | 67.60 | 1.94 | 2.9 | 4247.16 | 471.61 | |
LinearAlgebra/svd (9) | 30.16 | 1.79 | 5.9 | 2016.13 | 802.65 | |
LinearAlgebra/dense (11) | 274.88 | 10.19 | 3.7 | 17416.46 | 647.72 | |
LinearAlgebra/lapack (12) | 62.35 | 1.60 | 2.6 | 3348.00 | 536.14 | |
LinearAlgebra/tridiag (13) | 90.70 | 2.12 | 2.3 | 5398.20 | 393.31 | |
LinearAlgebra/bidiag (11) | 77.94 | 3.40 | 4.4 | 4056.15 | 745.00 | |
LinearAlgebra/cholesky (13) | 120.08 | 3.63 | 3.0 | 6968.86 | 556.20 | |
LinearAlgebra/diagonal (12) | 163.29 | 6.72 | 4.1 | 9686.16 | 765.46 | |
LinearAlgebra/lu (11) | 103.21 | 5.51 | 5.3 | 5621.62 | 938.33 | |
LinearAlgebra/generic (12) | 27.81 | 1.58 | 5.7 | 1503.63 | 804.31 | |
LinearAlgebra/uniformscaling (14) | 33.59 | 0.81 | 2.4 | 2176.41 | 323.71 | |
LinearAlgebra/hessenberg (14) | 10.43 | 0.29 | 2.8 | 660.27 | 328.75 | |
LinearAlgebra/symmetric (13) | 108.25 | 5.42 | 5.0 | 5871.47 | 683.40 | |
LinearAlgebra/blas (14) | 57.87 | 1.65 | 2.9 | 3237.20 | 419.81 | |
LinearAlgebra/adjtrans (13) | 34.76 | 1.96 | 5.6 | 2197.04 | 714.59 | |
LinearAlgebra/lq (15) | 118.84 | 2.67 | 2.3 | 9049.87 | 465.87 | |
LinearAlgebra/triangular (10) | 676.26 | 39.08 | 5.8 | 38664.40 | 1559.46 | |
Dates/query (16) | 4.51 | 0.18 | 4.0 | 216.74 | 281.13 | |
Dates/adjusters (15) | 9.24 | 0.12 | 1.3 | 317.99 | 482.67 | |
From worker 14: The following 'Resetting the helper list...' warning is expected: | |
Dates/ranges (15) | 19.83 | 0.48 | 2.4 | 1126.70 | 503.14 | |
Dates/rounding (15) | 4.47 | 0.04 | 0.9 | 116.38 | 522.87 | |
Dates/periods (16) | 25.47 | 0.45 | 1.7 | 1276.25 | 302.75 | |
Dates/types (15) | 3.96 | 0.06 | 1.5 | 79.12 | 535.82 | |
Dates/accessors (13) | 58.05 | 2.29 | 3.9 | 3786.75 | 722.31 | |
Dates/conversions (13) | 2.74 | 0.10 | 3.7 | 66.22 | 729.26 | |
Base64 (13) | 3.24 | 0.25 | 7.7 | 206.83 | 733.34 | |
CRC32c (13) | 2.30 | 0.15 | 6.7 | 124.96 | 736.87 | |
Dates/arithmetic (15) | 15.02 | 0.31 | 2.1 | 708.75 | 567.71 | |
Dates/io (16) | 23.68 | 0.36 | 1.5 | 1129.27 | 330.76 | |
Future (16) | 2.80 | 0.06 | 2.3 | 130.16 | 333.64 | |
DelimitedFiles (13) | 13.43 | 0.78 | 5.8 | 819.18 | 748.52 | |
FileWatching (15) | 37.62 | 1.22 | 3.2 | 315.12 | 571.10 | |
Libdl (15) | 1.06 | 0.03 | 3.2 | 54.49 | 571.10 | |
InteractiveUtils (16) | 35.41 | 0.98 | 2.8 | 1462.37 | 418.81 | |
Logging (15) | 7.04 | 0.18 | 2.6 | 310.76 | 571.31 | |
IterativeEigensolvers (13) | 40.49 | 3.08 | 7.6 | 2761.33 | 795.39 | |
Markdown (16) | 9.61 | 0.32 | 3.3 | 559.20 | 422.13 | |
Mmap (15) | 9.61 | 3.67 | 38.2 | 416.38 | 572.49 | |
Profile (16) | 5.85 | 0.13 | 2.3 | 297.97 | 436.57 | |
Printf (13) | 51.38 | 3.93 | 7.6 | 4224.82 | 814.95 | |
┌ Warning: TerminalMenus: Unable to enter raw mode: ArgumentError("stream is closed or unusable") | |
└ @ REPL.TerminalMenus util.jl:21 | |
From worker 15: | |
┌ Warning: TerminalMenus: Unable to enter raw mode: ArgumentError("stream is closed or unusable") | |
└ @ REPL.TerminalMenus util.jl:21 | |
From worker 15: | |
REPL (15) | 65.64 | 2.36 | 3.6 | 3686.56 | 646.48 | |
Serialization (14) | 12.28 | 0.66 | 5.3 | 927.63 | 898.33 | |
Random (16) | 67.96 | 2.34 | 3.4 | 3836.52 | 575.10 | |
UUIDs (16) | 0.13 | 0.00 | 0.0 | 7.73 | 575.84 | |
Unicode (16) | 8.44 | 0.19 | 2.3 | 382.29 | 592.39 | |
┌ Warning: Omitting `@test_deprecated` tests which can't yet | |
│ be tested in --depwarn=error mode | |
└ @ Main.Test71Main_Test runtests.jl:735 | |
Test (18) | 70.79 | 0.52 | 0.7 | 1075.91 | 292.32 | |
SHA (17) | 95.24 | 0.32 | 0.3 | 814.15 | 313.48 | |
SuiteSparse (15) | 102.65 | 4.46 | 4.3 | 4967.14 | 709.73 | |
Executing tests that run on node 1 only: | |
precompile (1) | 95.59 | 0.81 | 0.9 | 1849.33 | 326.34 | |
SharedArrays (1) | 46.01 | 1.57 | 3.4 | 2177.17 | 347.14 | |
Distributed (1) | 255.29 | 0.01 | 0.0 | 22.99 | 347.14 | |
Worker 14 failed running test LibGit2/libgit2: | |
Some tests did not pass: 656 passed, 0 failed, 2 errored, 1 broken.LibGit2/libgit2: Error During Test at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:2344 | |
Got exception ErrorException("Could not locate challenge: \"Private key location for '[email protected]':\". Process output found:\n\"\"\"\nERROR: ArgumentError: embedded NULs are not allowed in C strings: \"\\0\\0\\0\"\r\nStacktrace:\r\n [1] #credential_loop#5(::Bool, ::Function, ::SSHCredential, ::String, ::String, ::UInt32, ::CredentialPayload) at ./c.jl:191\r\n [2] #credential_loop at ./none:0 [inlined]\r\n [3] #credential_loop#7 at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2-helpers.jl:77 [inlined]\r\n [4] (::getfield(Main, Symbol(\"#kw##credential_loop\")))(::NamedTuple{(:shred,),Tuple{Bool}}, ::typeof(credential_loop), ::SSHCredential, ::String, ::String, ::CredentialPayload) at ./none:0\r\n [5] top-level scope at none:13\r\n\n\"\"\"") outside of a @test | |
Could not locate challenge: "Private key location for '[email protected]':". Process output found: | |
""" | |
ERROR: ArgumentError: embedded NULs are not allowed in C strings: "\0\0\0" | |
Stacktrace: | |
[1] #credential_loop#5(::Bool, ::Function, ::SSHCredential, ::String, ::String, ::UInt32, ::CredentialPayload) at ./c.jl:191 | |
[2] #credential_loop at ./none:0 [inlined] | |
[3] #credential_loop#7 at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2-helpers.jl:77 [inlined] | |
[4] (::getfield(Main, Symbol("#kw##credential_loop")))(::NamedTuple{(:shred,),Tuple{Bool}}, ::typeof(credential_loop), ::SSHCredential, ::String, ::String, ::CredentialPayload) at ./none:0 | |
[5] top-level scope at none:13 | |
""" | |
Stacktrace: | |
[1] error(::String, ::String) at ./error.jl:42 | |
[2] (::getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("##5#8")){Int64,Cmd,Array{Pair{String,String},1},getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("#format_output#7")){Bool},Base.GenericIOBuffer{Array{UInt8,1}}})(::RawFD, ::Base.TTY) at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:78 | |
[3] with_fake_pty(::getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("##5#8")){Int64,Cmd,Array{Pair{String,String},1},getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("#format_output#7")){Bool},Base.GenericIOBuffer{Array{UInt8,1}}}) at /tmp/julia/share/julia/test/TestHelpers.jl:37 | |
[4] #challenge_prompt#4 at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:45 [inlined] | |
[5] #challenge_prompt at ./none:0 [inlined] | |
[6] #challenge_prompt#1(::Int64, ::Bool, ::Function, ::Expr, ::Array{Pair{String,String},1}) at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:27 | |
[7] challenge_prompt at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:14 [inlined] | |
[8] (::getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("##107#214")))() at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:2368 | |
[9] withenv(::getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("##107#214")), ::Pair{String,Nothing}, ::Vararg{Pair{String,B} where B,N} where N) at ./env.jl:148 | |
[10] (::getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("##17#117")))(::String) at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:1277 | |
[11] mktempdir(::getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("##17#117")), ::String) at ./file.jl:569 | |
[12] mktempdir(::Function) at ./file.jl:567 | |
[13] top-level scope at none:0 | |
[14] include at ./boot.jl:317 [inlined] | |
[15] include_relative(::Module, ::String) at ./loading.jl:1089 | |
[16] include(::Module, ::String) at ./sysimg.jl:29 | |
[17] include(::String) at /tmp/julia/share/julia/test/testdefs.jl:13 | |
[18] macro expansion at /tmp/julia/share/julia/test/testdefs.jl:292 [inlined] | |
[19] macro expansion at /home/circleci/project/usr/share/julia/stdlib/v0.7/Test/src/Test.jl:1080 [inlined] | |
[20] macro expansion at /tmp/julia/share/julia/test/testdefs.jl:21 [inlined] | |
[21] macro expansion at ./util.jl:289 [inlined] | |
[22] top-level scope at /tmp/julia/share/julia/test/testdefs.jl:19 [inlined] | |
[23] top-level scope at ./<missing>:0 | |
[24] eval at ./boot.jl:319 [inlined] | |
[25] #runtests#3(::UInt128, ::Function, ::String, ::String, ::Bool) at /tmp/julia/share/julia/test/testdefs.jl:25 | |
[26] #runtests at ./none:0 [inlined] (repeats 2 times) | |
[27] (::getfield(Distributed, Symbol("##112#114")){Distributed.CallMsg{:call_fetch}})() at /home/circleci/project/usr/share/julia/stdlib/v0.7/Distributed/src/process_messages.jl:269 | |
[28] run_work_thunk(::getfield(Distributed, Symbol("##112#114")){Distributed.CallMsg{:call_fetch}}, ::Bool) at /home/circleci/project/usr/share/julia/stdlib/v0.7/Distributed/src/process_messages.jl:56 | |
[29] macro expansion at /home/circleci/project/usr/share/julia/stdlib/v0.7/Distributed/src/process_messages.jl:270 [inlined] | |
[30] (::getfield(Distributed, Symbol("##111#113")){Distributed.CallMsg{:call_fetch},Distributed.MsgHeader,Sockets.TCPSocket})() at ./task.jl:257 | |
LibGit2/libgit2: Error During Test at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:2391 | |
Got exception ErrorException("Failed process. Process output found:\n\"\"\"\nERROR: ArgumentError: embedded NULs are not allowed in C strings: \"\\0\\0\\0\"\r\nStacktrace:\r\n [1] #credential_loop#5(::Bool, ::Function, ::SSHCredential, ::String, ::String, ::UInt32, ::CredentialPayload) at ./c.jl:191\r\n [2] #credential_loop at ./none:0 [inlined]\r\n [3] #credential_loop#7 at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2-helpers.jl:77 [inlined]\r\n [4] credential_loop(::SSHCredential, ::String, ::String, ::CredentialPayload) at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2-helpers.jl:77\r\n [5] top-level scope at none:13\r\n\n\"\"\"\nProcess(`/tmp/julia/bin/julia -Cnative -J/tmp/julia/lib/julia/sys.so --compile=yes --depwarn=error --startup-file=no -e 'import LibGit2; begin\n #= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:16 =#\n using Serialization\n #= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:17 =#\n result = let\n #= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:18 =#\n begin\n #= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:2404 =#\n include(\"/tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2-helpers.jl\")\n #= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:2405 =#\n payload = CredentialPayload(LibGit2.SSHCredential(\"\\0\\0\\0\", \"\\0\\0\\0\\0\\0\\0\", \"/tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/keys/valid-passphrase\", \"/tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/keys/valid-passphrase.pub\"), allow_prompt=true, allow_ssh_agent=true, allow_git_helpers=false)\n #= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:2408 =#\n credential_loop(LibGit2.SSHCredential(\"\\0\\0\\0\", \"\\0\\0\\0\\0\\0\\0\", \"/tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/keys/valid-passphrase\", \"/tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/keys/valid-passphrase.pub\"), \"[email protected]:test/package.jl\", \"\\0\\0\\0\", payload)\n end\n end\n #= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:20 =#\n open(\"/tmp/julialioO81\", \"w\") do fp\n #= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:21 =#\n serialize(fp, result)\n end\nend'`, ProcessExited(1))") outside of a @test | |
Failed process. Process output found: | |
""" | |
ERROR: ArgumentError: embedded NULs are not allowed in C strings: "\0\0\0" | |
Stacktrace: | |
[1] #credential_loop#5(::Bool, ::Function, ::SSHCredential, ::String, ::String, ::UInt32, ::CredentialPayload) at ./c.jl:191 | |
[2] #credential_loop at ./none:0 [inlined] | |
[3] #credential_loop#7 at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2-helpers.jl:77 [inlined] | |
[4] credential_loop(::SSHCredential, ::String, ::String, ::CredentialPayload) at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2-helpers.jl:77 | |
[5] top-level scope at none:13 | |
""" | |
Process(`/tmp/julia/bin/julia -Cnative -J/tmp/julia/lib/julia/sys.so --compile=yes --depwarn=error --startup-file=no -e 'import LibGit2; begin | |
#= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:16 =# | |
using Serialization | |
#= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:17 =# | |
result = let | |
#= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:18 =# | |
begin | |
#= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:2404 =# | |
include("/tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2-helpers.jl") | |
#= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:2405 =# | |
payload = CredentialPayload(LibGit2.SSHCredential("\0\0\0", "\0\0\0\0\0\0", "/tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/keys/valid-passphrase", "/tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/keys/valid-passphrase.pub"), allow_prompt=true, allow_ssh_agent=true, allow_git_helpers=false) | |
#= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:2408 =# | |
credential_loop(LibGit2.SSHCredential("\0\0\0", "\0\0\0\0\0\0", "/tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/keys/valid-passphrase", "/tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/keys/valid-passphrase.pub"), "[email protected]:test/package.jl", "\0\0\0", payload) | |
end | |
end | |
#= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:20 =# | |
open("/tmp/julialioO81", "w") do fp | |
#= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:21 =# | |
serialize(fp, result) | |
end | |
end'`, ProcessExited(1)) | |
Stacktrace: | |
[1] error(::String, ::String, ::String, ::Base.Process) at ./error.jl:42 | |
[2] (::getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("##5#8")){Int64,Cmd,Array{Any,1},getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("#format_output#7")){Bool},Base.GenericIOBuffer{Array{UInt8,1}}})(::RawFD, ::Base.TTY) at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:93 | |
[3] with_fake_pty(::getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("##5#8")){Int64,Cmd,Array{Any,1},getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("#format_output#7")){Bool},Base.GenericIOBuffer{Array{UInt8,1}}}) at /tmp/julia/share/julia/test/TestHelpers.jl:37 | |
[4] #challenge_prompt#4 at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:45 [inlined] | |
[5] #challenge_prompt at ./none:0 [inlined] | |
[6] #challenge_prompt#1(::Int64, ::Bool, ::Function, ::Expr, ::Array{Any,1}) at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:27 | |
[7] challenge_prompt at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:14 [inlined] | |
[8] macro expansion at /home/circleci/project/usr/share/julia/stdlib/v0.7/Test/src/Test.jl:1080 [inlined] | |
[9] macro expansion at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:709 [inlined] | |
[10] macro expansion at /home/circleci/project/usr/share/julia/stdlib/v0.7/Test/src/Test.jl:1080 [inlined] | |
[11] (::getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("##17#117")))(::String) at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:577 | |
[12] mktempdir(::getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("##17#117")), ::String) at ./file.jl:569 | |
[13] mktempdir(::Function) at ./file.jl:567 | |
[14] top-level scope at none:0 | |
[15] include at ./boot.jl:317 [inlined] | |
[16] include_relative(::Module, ::String) at ./loading.jl:1089 | |
[17] include(::Module, ::String) at ./sysimg.jl:29 | |
[18] include(::String) at /tmp/julia/share/julia/test/testdefs.jl:13 | |
[19] macro expansion at /tmp/julia/share/julia/test/testdefs.jl:292 [inlined] | |
[20] macro expansion at /home/circleci/project/usr/share/julia/stdlib/v0.7/Test/src/Test.jl:1080 [inlined] | |
[21] macro expansion at /tmp/julia/share/julia/test/testdefs.jl:21 [inlined] | |
[22] macro expansion at ./util.jl:289 [inlined] | |
[23] top-level scope at /tmp/julia/share/julia/test/testdefs.jl:19 [inlined] | |
[24] top-level scope at ./<missing>:0 | |
[25] eval at ./boot.jl:319 [inlined] | |
[26] #runtests#3(::UInt128, ::Function, ::String, ::String, ::Bool) at /tmp/julia/share/julia/test/testdefs.jl:25 | |
[27] #runtests at ./none:0 [inlined] (repeats 2 times) | |
[28] (::getfield(Distributed, Symbol("##112#114")){Distributed.CallMsg{:call_fetch}})() at /home/circleci/project/usr/share/julia/stdlib/v0.7/Distributed/src/process_messages.jl:269 | |
[29] run_work_thunk(::getfield(Distributed, Symbol("##112#114")){Distributed.CallMsg{:call_fetch}}, ::Bool) at /home/circleci/project/usr/share/julia/stdlib/v0.7/Distributed/src/process_messages.jl:56 | |
[30] macro expansion at /home/circleci/project/usr/share/julia/stdlib/v0.7/Distributed/src/process_messages.jl:270 [inlined] | |
[31] (::getfield(Distributed, Symbol("##111#113")){Distributed.CallMsg{:call_fetch},Distributed.MsgHeader,Sockets.TCPSocket})() at ./task.jl:257 | |
Test Summary: | Pass Error Broken Total | |
Overall | 29023083 2 327814 29350899 | |
compiler/validation | 30 30 | |
ambiguous | 62 2 64 | |
compiler/compiler | 499 2 501 | |
strings/search | 522 522 | |
strings/util | 442 442 | |
strings/io | 12749 12749 | |
unicode/utf8 | 19 19 | |
strings/basic | 87276 87276 | |
strings/types | 2302688 2302688 | |
worlds | 64 64 | |
keywordargs | 127 127 | |
subtype | 337366 15 337381 | |
char | 1471 1471 | |
triplequote | 28 28 | |
intrinsics | 34 34 | |
core | 34308 1 34309 | |
hashing | 18762 18762 | |
iobuffer | 200 200 | |
staged | 59 59 | |
dict | 144306 144306 | |
numbers | 1380213 1380213 | |
tuple | 483 483 | |
reduce | 260 260 | |
offsetarray | 306 306 | |
reducedim | 662 662 | |
intfuncs | 4387 4387 | |
simdloop | 216 216 | |
vecelement | 533 533 | |
rational | 97519 97519 | |
abstractarray | 2730 2730 | |
arrayops | 1746 1746 | |
copy | 512 512 | |
subarray | 210 210 | |
fastmath | 811 811 | |
functional | 95 95 | |
operators | 12922 12922 | |
path | 227 12 239 | |
math | 1501463 1501463 | |
parse | 10280 10280 | |
iterators | 1065 1065 | |
ccall | 5244 5244 | |
bigfloat | 32 32 | |
bigint | 2061 2061 | |
statistics | 92 92 | |
spawn | 128 4 132 | |
backtrace | 24 1 25 | |
sorting | 4864 4864 | |
loading | 167627 167627 | |
bitarray | 897507 897507 | |
version | 2464 2464 | |
namedtuple | 154 1 155 | |
mpfr | 760 760 | |
read | 3084 3084 | |
floatapprox | 49 49 | |
reflection | 308 308 | |
regex | 42 42 | |
complex | 8250 2 8252 | |
combinatorics | 98 98 | |
sysinfo | 2 2 | |
file | 898 898 | |
float16 | 124 124 | |
env | 77 77 | |
mod2pi | 80 80 | |
euler | 12 12 | |
rounding | 879 879 | |
broadcast | 395 395 | |
errorshow | 166 166 | |
goto | 18 18 | |
llvmcall | 13 13 | |
llvmcall2 | 6 6 | |
grisu | 683 683 | |
some | 62 62 | |
meta | 55 55 | |
sets | 740 740 | |
stacktraces | 43 43 | |
docs | 196 196 | |
show | 266 266 | |
enums | 84 84 | |
ranges | 12107970 327680 12435650 | |
threads | 190579 190579 | |
int | 10719 10719 | |
checked | 1219 1219 | |
misc | 1279349 1279349 | |
bitset | 186 186 | |
inline | 11 11 | |
error | 30 30 | |
cartesian | 7 7 | |
osutils | 26 26 | |
floatfuncs | 134 134 | |
boundscheck | No tests | |
specificity | 118 118 | |
iostream | 25 25 | |
codegen | 94 94 | |
reinterpretarray | 15 15 | |
syntax | 526 1 527 | |
channels | 181 181 | |
logging | 103 103 | |
missing | 348 1 349 | |
asyncmap | 292 292 | |
cmdlineargs | 202 202 | |
SparseArrays/higherorderfns | 7072 72 7144 | |
OldPkg/resolve | 2648 2648 | |
Pkg/resolve | 182 182 | |
SparseArrays/sparse | 2069 2069 | |
SparseArrays/sparsevector | 9931 9931 | |
LinearAlgebra/qr | 3118 3118 | |
LinearAlgebra/schur | 390 390 | |
LinearAlgebra/special | 947 947 | |
LinearAlgebra/matmul | 557 557 | |
LinearAlgebra/eigen | 406 406 | |
LinearAlgebra/bunchkaufman | 5145 5145 | |
LinearAlgebra/svd | 291 291 | |
LinearAlgebra/dense | 7109 2 7111 | |
LinearAlgebra/lapack | 780 780 | |
LinearAlgebra/tridiag | 1068 1068 | |
LinearAlgebra/bidiag | 1702 1702 | |
LinearAlgebra/cholesky | 2173 2173 | |
LinearAlgebra/lu | 1191 1191 | |
LinearAlgebra/diagonal | 1391 1391 | |
LinearAlgebra/generic | 407 407 | |
LinearAlgebra/uniformscaling | 311 311 | |
LinearAlgebra/hessenberg | 40 40 | |
LinearAlgebra/symmetric | 1966 1966 | |
LinearAlgebra/blas | 630 630 | |
LinearAlgebra/adjtrans | 227 227 | |
LinearAlgebra/triangular | 33082 33082 | |
LinearAlgebra/lq | 1253 1253 | |
Dates/query | 988 988 | |
Dates/adjusters | 3147 3147 | |
Dates/ranges | 349121 349121 | |
Dates/rounding | 296 296 | |
Dates/periods | 681 681 | |
Dates/types | 167 167 | |
Dates/accessors | 7723858 7723858 | |
Dates/conversions | 159 159 | |
Base64 | 1014 1014 | |
CRC32c | 664 664 | |
Dates/arithmetic | 312 312 | |
Dates/io | 254 254 | |
Future | 33 33 | |
DelimitedFiles | 81 81 | |
FileWatching | 510 510 | |
Libdl | 64 1 65 | |
InteractiveUtils | 100 100 | |
Logging | 29 29 | |
IterativeEigensolvers | 264 264 | |
Markdown | 231 231 | |
Mmap | 131 131 | |
Profile | 8 8 | |
Printf | 738 738 | |
LibGit2/libgit2 | 656 2 1 659 | |
Serialization | 106 106 | |
REPL | 948 2 950 | |
Random | 203067 203067 | |
UUIDs | 10 10 | |
Unicode | 752 752 | |
Test | 285 14 299 | |
SHA | 1 1 | |
SuiteSparse | 757 757 | |
precompile | 84 84 | |
SharedArrays | 108 108 | |
Distributed | No tests | |
FAILURE | |
The global RNG seed was 0x657bdc207b3c1beb39131315fbc15bdc. | |
Error in testset LibGit2/libgit2: | |
Error During Test at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:2344 | |
Got exception ErrorException("Could not locate challenge: \"Private key location for '[email protected]':\". Process output found:\n\"\"\"\nERROR: ArgumentError: embedded NULs are not allowed in C strings: \"\\0\\0\\0\"\r\nStacktrace:\r\n [1] #credential_loop#5(::Bool, ::Function, ::SSHCredential, ::String, ::String, ::UInt32, ::CredentialPayload) at ./c.jl:191\r\n [2] #credential_loop at ./none:0 [inlined]\r\n [3] #credential_loop#7 at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2-helpers.jl:77 [inlined]\r\n [4] (::getfield(Main, Symbol(\"#kw##credential_loop\")))(::NamedTuple{(:shred,),Tuple{Bool}}, ::typeof(credential_loop), ::SSHCredential, ::String, ::String, ::CredentialPayload) at ./none:0\r\n [5] top-level scope at none:13\r\n\n\"\"\"") outside of a @test | |
Could not locate challenge: "Private key location for '[email protected]':". Process output found: | |
""" | |
ERROR: ArgumentError: embedded NULs are not allowed in C strings: "\0\0\0" | |
Stacktrace: | |
[1] #credential_loop#5(::Bool, ::Function, ::SSHCredential, ::String, ::String, ::UInt32, ::CredentialPayload) at ./c.jl:191 | |
[2] #credential_loop at ./none:0 [inlined] | |
[3] #credential_loop#7 at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2-helpers.jl:77 [inlined] | |
[4] (::getfield(Main, Symbol("#kw##credential_loop")))(::NamedTuple{(:shred,),Tuple{Bool}}, ::typeof(credential_loop), ::SSHCredential, ::String, ::String, ::CredentialPayload) at ./none:0 | |
[5] top-level scope at none:13 | |
""" | |
Stacktrace: | |
[1] error(::String, ::String) at ./error.jl:42 | |
[2] (::getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("##5#8")){Int64,Cmd,Array{Pair{String,String},1},getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("#format_output#7")){Bool},Base.GenericIOBuffer{Array{UInt8,1}}})(::RawFD, ::Base.TTY) at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:78 | |
[3] with_fake_pty(::getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("##5#8")){Int64,Cmd,Array{Pair{String,String},1},getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("#format_output#7")){Bool},Base.GenericIOBuffer{Array{UInt8,1}}}) at /tmp/julia/share/julia/test/TestHelpers.jl:37 | |
[4] #challenge_prompt#4 at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:45 [inlined] | |
[5] #challenge_prompt at ./none:0 [inlined] | |
[6] #challenge_prompt#1(::Int64, ::Bool, ::Function, ::Expr, ::Array{Pair{String,String},1}) at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:27 | |
[7] challenge_prompt at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:14 [inlined] | |
[8] (::getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("##107#214")))() at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:2368 | |
[9] withenv(::getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("##107#214")), ::Pair{String,Nothing}, ::Vararg{Pair{String,B} where B,N} where N) at ./env.jl:148 | |
[10] (::getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("##17#117")))(::String) at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:1277 | |
[11] mktempdir(::getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("##17#117")), ::String) at ./file.jl:569 | |
[12] mktempdir(::Function) at ./file.jl:567 | |
[13] top-level scope at none:0 | |
[14] include at ./boot.jl:317 [inlined] | |
[15] include_relative(::Module, ::String) at ./loading.jl:1089 | |
[16] include(::Module, ::String) at ./sysimg.jl:29 | |
[17] include(::String) at /tmp/julia/share/julia/test/testdefs.jl:13 | |
[18] macro expansion at /tmp/julia/share/julia/test/testdefs.jl:292 [inlined] | |
[19] macro expansion at /home/circleci/project/usr/share/julia/stdlib/v0.7/Test/src/Test.jl:1080 [inlined] | |
[20] macro expansion at /tmp/julia/share/julia/test/testdefs.jl:21 [inlined] | |
[21] macro expansion at ./util.jl:289 [inlined] | |
[22] top-level scope at /tmp/julia/share/julia/test/testdefs.jl:19 [inlined] | |
[23] top-level scope at ./<missing>:0 | |
[24] eval at ./boot.jl:319 [inlined] | |
[25] #runtests#3(::UInt128, ::Function, ::String, ::String, ::Bool) at /tmp/julia/share/julia/test/testdefs.jl:25 | |
[26] #runtests at ./none:0 [inlined] (repeats 2 times) | |
[27] (::getfield(Distributed, Symbol("##112#114")){Distributed.CallMsg{:call_fetch}})() at /home/circleci/project/usr/share/julia/stdlib/v0.7/Distributed/src/process_messages.jl:269 | |
[28] run_work_thunk(::getfield(Distributed, Symbol("##112#114")){Distributed.CallMsg{:call_fetch}}, ::Bool) at /home/circleci/project/usr/share/julia/stdlib/v0.7/Distributed/src/process_messages.jl:56 | |
[29] macro expansion at /home/circleci/project/usr/share/julia/stdlib/v0.7/Distributed/src/process_messages.jl:270 [inlined] | |
[30] (::getfield(Distributed, Symbol("##111#113")){Distributed.CallMsg{:call_fetch},Distributed.MsgHeader,Sockets.TCPSocket})() at ./task.jl:257 | |
Error in testset LibGit2/libgit2: | |
Error During Test at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:2391 | |
Got exception ErrorException("Failed process. Process output found:\n\"\"\"\nERROR: ArgumentError: embedded NULs are not allowed in C strings: \"\\0\\0\\0\"\r\nStacktrace:\r\n [1] #credential_loop#5(::Bool, ::Function, ::SSHCredential, ::String, ::String, ::UInt32, ::CredentialPayload) at ./c.jl:191\r\n [2] #credential_loop at ./none:0 [inlined]\r\n [3] #credential_loop#7 at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2-helpers.jl:77 [inlined]\r\n [4] credential_loop(::SSHCredential, ::String, ::String, ::CredentialPayload) at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2-helpers.jl:77\r\n [5] top-level scope at none:13\r\n\n\"\"\"\nProcess(`/tmp/julia/bin/julia -Cnative -J/tmp/julia/lib/julia/sys.so --compile=yes --depwarn=error --startup-file=no -e 'import LibGit2; begin\n #= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:16 =#\n using Serialization\n #= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:17 =#\n result = let\n #= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:18 =#\n begin\n #= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:2404 =#\n include(\"/tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2-helpers.jl\")\n #= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:2405 =#\n payload = CredentialPayload(LibGit2.SSHCredential(\"\\0\\0\\0\", \"\\0\\0\\0\\0\\0\\0\", \"/tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/keys/valid-passphrase\", \"/tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/keys/valid-passphrase.pub\"), allow_prompt=true, allow_ssh_agent=true, allow_git_helpers=false)\n #= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:2408 =#\n credential_loop(LibGit2.SSHCredential(\"\\0\\0\\0\", \"\\0\\0\\0\\0\\0\\0\", \"/tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/keys/valid-passphrase\", \"/tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/keys/valid-passphrase.pub\"), \"[email protected]:test/package.jl\", \"\\0\\0\\0\", payload)\n end\n end\n #= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:20 =#\n open(\"/tmp/julialioO81\", \"w\") do fp\n #= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:21 =#\n serialize(fp, result)\n end\nend'`, ProcessExited(1))") outside of a @test | |
Failed process. Process output found: | |
""" | |
ERROR: ArgumentError: embedded NULs are not allowed in C strings: "\0\0\0" | |
Stacktrace: | |
[1] #credential_loop#5(::Bool, ::Function, ::SSHCredential, ::String, ::String, ::UInt32, ::CredentialPayload) at ./c.jl:191 | |
[2] #credential_loop at ./none:0 [inlined] | |
[3] #credential_loop#7 at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2-helpers.jl:77 [inlined] | |
[4] credential_loop(::SSHCredential, ::String, ::String, ::CredentialPayload) at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2-helpers.jl:77 | |
[5] top-level scope at none:13 | |
""" | |
Process(`/tmp/julia/bin/julia -Cnative -J/tmp/julia/lib/julia/sys.so --compile=yes --depwarn=error --startup-file=no -e 'import LibGit2; begin | |
#= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:16 =# | |
using Serialization | |
#= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:17 =# | |
result = let | |
#= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:18 =# | |
begin | |
#= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:2404 =# | |
include("/tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2-helpers.jl") | |
#= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:2405 =# | |
payload = CredentialPayload(LibGit2.SSHCredential("\0\0\0", "\0\0\0\0\0\0", "/tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/keys/valid-passphrase", "/tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/keys/valid-passphrase.pub"), allow_prompt=true, allow_ssh_agent=true, allow_git_helpers=false) | |
#= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:2408 =# | |
credential_loop(LibGit2.SSHCredential("\0\0\0", "\0\0\0\0\0\0", "/tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/keys/valid-passphrase", "/tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/keys/valid-passphrase.pub"), "[email protected]:test/package.jl", "\0\0\0", payload) | |
end | |
end | |
#= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:20 =# | |
open("/tmp/julialioO81", "w") do fp | |
#= /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:21 =# | |
serialize(fp, result) | |
end | |
end'`, ProcessExited(1)) | |
Stacktrace: | |
[1] error(::String, ::String, ::String, ::Base.Process) at ./error.jl:42 | |
[2] (::getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("##5#8")){Int64,Cmd,Array{Any,1},getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("#format_output#7")){Bool},Base.GenericIOBuffer{Array{UInt8,1}}})(::RawFD, ::Base.TTY) at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:93 | |
[3] with_fake_pty(::getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("##5#8")){Int64,Cmd,Array{Any,1},getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("#format_output#7")){Bool},Base.GenericIOBuffer{Array{UInt8,1}}}) at /tmp/julia/share/julia/test/TestHelpers.jl:37 | |
[4] #challenge_prompt#4 at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:45 [inlined] | |
[5] #challenge_prompt at ./none:0 [inlined] | |
[6] #challenge_prompt#1(::Int64, ::Bool, ::Function, ::Expr, ::Array{Any,1}) at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:27 | |
[7] challenge_prompt at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:14 [inlined] | |
[8] macro expansion at /home/circleci/project/usr/share/julia/stdlib/v0.7/Test/src/Test.jl:1080 [inlined] | |
[9] macro expansion at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:709 [inlined] | |
[10] macro expansion at /home/circleci/project/usr/share/julia/stdlib/v0.7/Test/src/Test.jl:1080 [inlined] | |
[11] (::getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("##17#117")))(::String) at /tmp/julia/share/julia/stdlib/v0.7/LibGit2/test/libgit2.jl:577 | |
[12] mktempdir(::getfield(Main.Test95Main_LibGit2_libgit2.LibGit2Tests, Symbol("##17#117")), ::String) at ./file.jl:569 | |
[13] mktempdir(::Function) at ./file.jl:567 | |
[14] top-level scope at none:0 | |
[15] include at ./boot.jl:317 [inlined] | |
[16] include_relative(::Module, ::String) at ./loading.jl:1089 | |
[17] include(::Module, ::String) at ./sysimg.jl:29 | |
[18] include(::String) at /tmp/julia/share/julia/test/testdefs.jl:13 | |
[19] macro expansion at /tmp/julia/share/julia/test/testdefs.jl:292 [inlined] | |
[20] macro expansion at /home/circleci/project/usr/share/julia/stdlib/v0.7/Test/src/Test.jl:1080 [inlined] | |
[21] macro expansion at /tmp/julia/share/julia/test/testdefs.jl:21 [inlined] | |
[22] macro expansion at ./util.jl:289 [inlined] | |
[23] top-level scope at /tmp/julia/share/julia/test/testdefs.jl:19 [inlined] | |
[24] top-level scope at ./<missing>:0 | |
[25] eval at ./boot.jl:319 [inlined] | |
[26] #runtests#3(::UInt128, ::Function, ::String, ::String, ::Bool) at /tmp/julia/share/julia/test/testdefs.jl:25 | |
[27] #runtests at ./none:0 [inlined] (repeats 2 times) | |
[28] (::getfield(Distributed, Symbol("##112#114")){Distributed.CallMsg{:call_fetch}})() at /home/circleci/project/usr/share/julia/stdlib/v0.7/Distributed/src/process_messages.jl:269 | |
[29] run_work_thunk(::getfield(Distributed, Symbol("##112#114")){Distributed.CallMsg{:call_fetch}}, ::Bool) at /home/circleci/project/usr/share/julia/stdlib/v0.7/Distributed/src/process_messages.jl:56 | |
[30] macro expansion at /home/circleci/project/usr/share/julia/stdlib/v0.7/Distributed/src/process_messages.jl:270 [inlined] | |
[31] (::getfield(Distributed, Symbol("##111#113")){Distributed.CallMsg{:call_fetch},Distributed.MsgHeader,Sockets.TCPSocket})() at ./task.jl:257 | |
ERROR: LoadError: Test run finished with errors | |
in expression starting at /tmp/julia/share/julia/test/runtests.jl:59 | |
Copied: 52945B (51.7KB) | |
Time: 38:13 | |
Throughput: 23B (23.0B/s ) | |
Exited with code 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment