-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.5.0-DEV-13d1bd4689.log
111 lines (104 loc) · 7.84 KB
/
1.5.0-DEV-13d1bd4689.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Julia Version 1.5.0-DEV.0
Commit 13d1bd4689 (2019-12-31 18:18 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-8.0.1 (ORCJIT, skylake)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
Resolving package versions...
Installed Requires ─ v0.5.2
Installed BSONMmap ─ v0.2.1
Installed BSON ───── v0.2.4
Updating `~/.julia/environments/v1.5/Project.toml`
[2a865a50] + BSONMmap v0.2.1
Updating `~/.julia/environments/v1.5/Manifest.toml`
[fbb218c0] + BSON v0.2.4
[2a865a50] + BSONMmap v0.2.1
[ae029012] + Requires v0.5.2
[2a0f44e3] + Base64
[8ba89e20] + Distributed
[b77e0a4c] + InteractiveUtils
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[9a3f8284] + Random
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[8dfed614] + Test
Testing BSONMmap
Updating `/tmp/jl_m91XR0/Project.toml`
[no changes]
Updating `/tmp/jl_m91XR0/Manifest.toml`
[no changes]
Running sandbox
Status `/tmp/jl_m91XR0/Project.toml`
[fbb218c0] BSON v0.2.4
[2a865a50] BSONMmap v0.2.1
[ae029012] Requires v0.5.2
[a63ad114] Mmap
[8dfed614] Test
WARNING: Method definition reinterpret_(Type{T}, Any) where {T} in module BSON at /home/pkgeval/.julia/packages/BSON/Ryxwc/src/extensions.jl:67 overwritten in module BSONMmap at /home/pkgeval/.julia/packages/BSONMmap/qZgly/src/BSONMmap.jl:9.
** incremental compilation may be fatally broken for this module **
WARNING: Method definition parse_tag(IO, BSON.BSONType) in module BSON at /home/pkgeval/.julia/packages/BSON/Ryxwc/src/read.jl:12 overwritten in module BSONMmap at /home/pkgeval/.julia/packages/BSONMmap/qZgly/src/BSONMmap.jl:44.
** incremental compilation may be fatally broken for this module **
WARNING: Method definition parse_cstr(IO) in module BSON at /home/pkgeval/.julia/packages/BSON/Ryxwc/src/read.jl:9 overwritten in module BSONMmap at /home/pkgeval/.julia/packages/BSONMmap/qZgly/src/BSONMmap.jl:71.
** incremental compilation may be fatally broken for this module **
WARNING: Method definition bson_doc(IO, Any) in module BSON at /home/pkgeval/.julia/packages/BSON/Ryxwc/src/write.jl:26 overwritten in module BSONMmap at /home/pkgeval/.julia/packages/BSONMmap/qZgly/src/BSONMmap.jl:74.
** incremental compilation may be fatally broken for this module **
Error During Test at /home/pkgeval/.julia/packages/BSONMmap/qZgly/test/runtests.jl:17
Test threw exception
Expression: bsload("test.bson", mmaparrays = false) == dict
setfield! immutable struct of type NamedTuple cannot be changed
Stacktrace:
[1] newstruct!(::NamedTuple{(:α, :β, :γ),Tuple{Int64,Int64,String}}, ::Int64, ::Int64, ::String) at /home/pkgeval/.julia/packages/BSON/Ryxwc/src/extensions.jl:99
[2] newstruct_raw(::IdDict{Any,Any}, ::Type{T} where T, ::Dict{Symbol,Any}) at /home/pkgeval/.julia/packages/BSON/Ryxwc/src/extensions.jl:125
[3] (::BSON.var"#43#44")(::Dict{Symbol,Any}, ::IdDict{Any,Any}) at /home/pkgeval/.julia/packages/BSON/Ryxwc/src/extensions.jl:140
[4] raise_recursive(::Dict{Symbol,Any}, ::IdDict{Any,Any}) at /home/pkgeval/.julia/packages/BSON/Ryxwc/src/read.jl:88
[5] (::BSON.var"#21#22"{IdDict{Any,Any}})(::Dict{Symbol,Any}) at /home/pkgeval/.julia/packages/BSON/Ryxwc/src/read.jl:94
[6] applychildren!(::BSON.var"#21#22"{IdDict{Any,Any}}, ::Array{Any,1}) at /home/pkgeval/.julia/packages/BSON/Ryxwc/src/BSON.jl:28
[7] raise_recursive at /home/pkgeval/.julia/packages/BSON/Ryxwc/src/read.jl:94 [inlined]
[8] (::BSON.var"#39#40"{IdDict{Any,Any}})(::Array{Any,1}) at /home/pkgeval/.julia/packages/BSON/Ryxwc/src/extensions.jl:124
[9] iterate at ./generator.jl:47 [inlined]
[10] collect_to!(::Array{Array{Any,1},1}, ::Base.Generator{Array{Any,1},BSON.var"#39#40"{IdDict{Any,Any}}}, ::Int64, ::Int64) at ./array.jl:710
[11] collect_to_with_first!(::Array{Array{Any,1},1}, ::Array{Any,1}, ::Base.Generator{Array{Any,1},BSON.var"#39#40"{IdDict{Any,Any}}}, ::Int64) at ./array.jl:689
[12] _collect(::Array{Any,1}, ::Base.Generator{Array{Any,1},BSON.var"#39#40"{IdDict{Any,Any}}}, ::Base.EltypeUnknown, ::Base.HasShape{1}) at ./array.jl:683
[13] collect_similar(::Array{Any,1}, ::Base.Generator{Array{Any,1},BSON.var"#39#40"{IdDict{Any,Any}}}) at ./array.jl:607
[14] map(::Function, ::Array{Any,1}) at ./abstractarray.jl:2072
[15] newstruct_raw(::IdDict{Any,Any}, ::Type{T} where T, ::Dict{Symbol,Any}) at /home/pkgeval/.julia/packages/BSON/Ryxwc/src/extensions.jl:124
[16] (::BSON.var"#43#44")(::Dict{Symbol,Any}, ::IdDict{Any,Any}) at /home/pkgeval/.julia/packages/BSON/Ryxwc/src/extensions.jl:140
[17] raise_recursive(::Dict{Symbol,Any}, ::IdDict{Any,Any}) at /home/pkgeval/.julia/packages/BSON/Ryxwc/src/read.jl:88
[18] raise_recursive at /home/pkgeval/.julia/packages/BSON/Ryxwc/src/read.jl:99 [inlined]
[19] load at /home/pkgeval/.julia/packages/BSON/Ryxwc/src/read.jl:104 [inlined]
[20] #11 at /home/pkgeval/.julia/packages/BSONMmap/qZgly/src/BSONMmap.jl:116 [inlined]
[21] withenv(::BSONMmap.var"#11#12"{String}, ::Pair{String,Bool}) at ./env.jl:161
[22] #bsload#10 at /home/pkgeval/.julia/packages/BSONMmap/qZgly/src/BSONMmap.jl:116 [inlined]
[23] top-level scope at /home/pkgeval/.julia/packages/BSONMmap/qZgly/test/runtests.jl:17
[24] include(::String) at ./client.jl:439
[25] top-level scope at none:6
[26] eval(::Module, ::Any) at ./boot.jl:331
[27] exec_options(::Base.JLOptions) at ./client.jl:264
[28] _start() at ./client.jl:484
ERROR: LoadError: There was an error during testing
in expression starting at /home/pkgeval/.julia/packages/BSONMmap/qZgly/test/runtests.jl:17
err = ProcessFailedException(Base.Process[Process(`/opt/julia/bin/julia -Cnative -J/opt/julia/lib/julia/sys.so -g1 --code-coverage=none --color=no --compiled-modules=yes --check-bounds=yes --inline=yes --startup-file=no --track-allocation=none --eval 'append!(empty!(Base.DEPOT_PATH), ["/home/pkgeval/.julia", "/opt/julia/local/share/julia", "/opt/julia/share/julia", "/usr/local/share/julia"])
append!(empty!(Base.DL_LOAD_PATH), String[])
cd("/home/pkgeval/.julia/packages/BSONMmap/qZgly/test")
append!(empty!(ARGS), String[])
include("/home/pkgeval/.julia/packages/BSONMmap/qZgly/test/runtests.jl")
'`, ProcessExited(1))])
ERROR: Package BSONMmap errored during testing
Stacktrace:
[1] pkgerror(::String, ::Vararg{String,N} where N) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/Types.jl:54
[2] test(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/Operations.jl:1471
[3] test(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, kwargs::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:313
[4] test(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:300
[5] #test#66 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:294 [inlined]
[6] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:294 [inlined]
[7] #test#65 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:293 [inlined]
[8] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:293 [inlined]
[9] test(::String; kwargs::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:292
[10] test(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:292
[11] top-level scope at none:12