-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.4.0-DEV-81899bf99e.log
187 lines (182 loc) · 14.9 KB
/
1.4.0-DEV-81899bf99e.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
Julia Version 1.4.0-DEV.634
Commit 81899bf99e (2019-12-18 10:13 UTC)
Platform Info:
OS: Linux (x86_64-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 Parsers ──────────── v0.3.10
Installed OrderedCollections ─ v1.1.0
Installed BenchmarkTools ───── v0.4.3
Installed MutableArithmetics ─ v0.1.1
Installed JSON ─────────────── v0.21.0
Installed MathOptInterface ─── v0.9.8
Updating `~/.julia/environments/v1.4/Project.toml`
[b8f27783] + MathOptInterface v0.9.8
Updating `~/.julia/environments/v1.4/Manifest.toml`
[6e4b80f9] + BenchmarkTools v0.4.3
[682c06a0] + JSON v0.21.0
[b8f27783] + MathOptInterface v0.9.8
[d8a4904e] + MutableArithmetics v0.1.1
[bac558e1] + OrderedCollections v1.1.0
[69de0a69] + Parsers v0.3.10
[2a0f44e3] + Base64
[ade2ca70] + Dates
[8ba89e20] + Distributed
[b77e0a4c] + InteractiveUtils
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[de0858da] + Printf
[9a3f8284] + Random
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[2f01184e] + SparseArrays
[10745b16] + Statistics
[8dfed614] + Test
[4ec0a83e] + Unicode
Testing MathOptInterface
Path `/home/pkgeval/.julia/packages/MathOptInterface/izyVf` exists and looks like the correct package. Using existing path.
Updating `/tmp/jl_U7ylld/Project.toml`
[b8f27783] + MathOptInterface v0.9.8 [`~/.julia/packages/MathOptInterface/izyVf`]
Updating `/tmp/jl_U7ylld/Manifest.toml`
[b8f27783] ~ MathOptInterface v0.9.8 ⇒ v0.9.8 [`~/.julia/packages/MathOptInterface/izyVf`]
Running sandbox
Status `/tmp/jl_U7ylld/Project.toml`
[6e4b80f9] BenchmarkTools v0.4.3
[b8f27783] MathOptInterface v0.9.8 [`~/.julia/packages/MathOptInterface/izyVf`]
[d8a4904e] MutableArithmetics v0.1.1
[bac558e1] OrderedCollections v1.1.0
[37e2e46d] LinearAlgebra
[2f01184e] SparseArrays
[8dfed614] Test
[4ec0a83e] Unicode
Test Summary: | Pass Total
MOI | 176 176
sparse_quadratic: Error During Test at /home/pkgeval/.julia/packages/MutableArithmetics/mgg9J/src/Test/sparse.jl:2
Test threw exception
Expression: _matrix_equal(copy(transpose(A)) * B, A' * B)
MethodError: no method matching *(::Bool, ::MathOptInterface.ScalarAffineFunction{Int64})
Closest candidates are:
*(::Any, ::Any, !Matched::Any, !Matched::Any...) at operators.jl:529
*(::Bool, !Matched::Complex{Bool}) at complex.jl:290
*(::Bool, !Matched::Bool) at bool.jl:98
...
Stacktrace:
[1] *(::Bool, ::MathOptInterface.ScalarAffineFunction{Int64}, ::MathOptInterface.ScalarAffineFunction{Int64}) at ./operators.jl:529
[2] mul!(::Array{MathOptInterface.ScalarQuadraticFunction{Int64},2}, ::LinearAlgebra.Adjoint{MathOptInterface.ScalarAffineFunction{Int64},Array{MathOptInterface.ScalarAffineFunction{Int64},2}}, ::SparseArrays.SparseMatrixCSC{MathOptInterface.ScalarAffineFunction{Int64},Int64}, ::Bool, ::Bool) at /workspace/srcdir/usr/share/julia/stdlib/v1.4/SparseArrays/src/linalg.jl:106
[3] * at /workspace/srcdir/usr/share/julia/stdlib/v1.4/SparseArrays/src/linalg.jl:111 [inlined]
[4] _mat_mat_test(::Array{MathOptInterface.ScalarAffineFunction{Int64},2}, ::SparseArrays.SparseMatrixCSC{MathOptInterface.ScalarAffineFunction{Int64},Int64}) at /home/pkgeval/.julia/packages/MutableArithmetics/mgg9J/src/Test/sparse.jl:2
[5] sparse_quadratic_test(::MathOptInterface.ScalarAffineFunction{Int64}, ::MathOptInterface.ScalarAffineFunction{Int64}, ::Array{MathOptInterface.ScalarAffineFunction{Int64},2}) at /home/pkgeval/.julia/packages/MutableArithmetics/mgg9J/src/Test/sparse.jl:78
[6] macro expansion at /home/pkgeval/.julia/packages/MutableArithmetics/mgg9J/src/Test/config.jl:17 [inlined]
[7] macro expansion at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Test/src/Test.jl:1116 [inlined]
[8] sparse_test(::MathOptInterface.ScalarAffineFunction{Int64}, ::Vararg{Any,N} where N; exclude::Array{String,1}) at /home/pkgeval/.julia/packages/MutableArithmetics/mgg9J/src/Test/config.jl:17
sparse_quadratic: Error During Test at /home/pkgeval/.julia/packages/MutableArithmetics/mgg9J/src/Test/sparse.jl:3
Test threw exception
Expression: _matrix_equal(A * copy(transpose(B)), A * B')
MethodError: no method matching *(::Bool, ::MathOptInterface.ScalarAffineFunction{Int64})
Closest candidates are:
*(::Any, ::Any, !Matched::Any, !Matched::Any...) at operators.jl:529
*(::Bool, !Matched::Complex{Bool}) at complex.jl:290
*(::Bool, !Matched::Bool) at bool.jl:98
...
Stacktrace:
[1] *(::Bool, ::MathOptInterface.ScalarAffineFunction{Int64}, ::MathOptInterface.ScalarAffineFunction{Int64}) at ./operators.jl:529
[2] mul!(::Array{MathOptInterface.ScalarQuadraticFunction{Int64},2}, ::Array{MathOptInterface.ScalarAffineFunction{Int64},2}, ::LinearAlgebra.Adjoint{MathOptInterface.ScalarAffineFunction{Int64},SparseArrays.SparseMatrixCSC{MathOptInterface.ScalarAffineFunction{Int64},Int64}}, ::Bool, ::Bool) at /workspace/srcdir/usr/share/julia/stdlib/v1.4/SparseArrays/src/linalg.jl:125
[3] * at /workspace/srcdir/usr/share/julia/stdlib/v1.4/SparseArrays/src/linalg.jl:130 [inlined]
[4] _mat_mat_test(::Array{MathOptInterface.ScalarAffineFunction{Int64},2}, ::SparseArrays.SparseMatrixCSC{MathOptInterface.ScalarAffineFunction{Int64},Int64}) at /home/pkgeval/.julia/packages/MutableArithmetics/mgg9J/src/Test/sparse.jl:3
[5] sparse_quadratic_test(::MathOptInterface.ScalarAffineFunction{Int64}, ::MathOptInterface.ScalarAffineFunction{Int64}, ::Array{MathOptInterface.ScalarAffineFunction{Int64},2}) at /home/pkgeval/.julia/packages/MutableArithmetics/mgg9J/src/Test/sparse.jl:78
[6] macro expansion at /home/pkgeval/.julia/packages/MutableArithmetics/mgg9J/src/Test/config.jl:17 [inlined]
[7] macro expansion at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Test/src/Test.jl:1116 [inlined]
[8] sparse_test(::MathOptInterface.ScalarAffineFunction{Int64}, ::Vararg{Any,N} where N; exclude::Array{String,1}) at /home/pkgeval/.julia/packages/MutableArithmetics/mgg9J/src/Test/config.jl:17
sparse_quadratic: Error During Test at /home/pkgeval/.julia/packages/MutableArithmetics/mgg9J/src/Test/sparse.jl:5
Test threw exception
Expression: _matrix_equal(B * copy(transpose(A)), B * A')
MethodError: no method matching *(::MathOptInterface.ScalarAffineFunction{Int64}, ::Bool)
Closest candidates are:
*(::Any, ::Any, !Matched::Any, !Matched::Any...) at operators.jl:529
*(!Matched::Bool, ::Bool) at bool.jl:98
*(!Matched::Complex{Bool}, ::Bool) at complex.jl:291
...
Stacktrace:
[1] mul!(::Array{MathOptInterface.ScalarQuadraticFunction{Int64},2}, ::SparseArrays.SparseMatrixCSC{MathOptInterface.ScalarAffineFunction{Int64},Int64}, ::LinearAlgebra.Adjoint{MathOptInterface.ScalarAffineFunction{Int64},Array{MathOptInterface.ScalarAffineFunction{Int64},2}}, ::Bool, ::Bool) at /workspace/srcdir/usr/share/julia/stdlib/v1.4/SparseArrays/src/linalg.jl:21
[2] * at /workspace/srcdir/usr/share/julia/stdlib/v1.4/SparseArrays/src/linalg.jl:32 [inlined]
[3] _mat_mat_test(::Array{MathOptInterface.ScalarAffineFunction{Int64},2}, ::SparseArrays.SparseMatrixCSC{MathOptInterface.ScalarAffineFunction{Int64},Int64}) at /home/pkgeval/.julia/packages/MutableArithmetics/mgg9J/src/Test/sparse.jl:5
[4] sparse_quadratic_test(::MathOptInterface.ScalarAffineFunction{Int64}, ::MathOptInterface.ScalarAffineFunction{Int64}, ::Array{MathOptInterface.ScalarAffineFunction{Int64},2}) at /home/pkgeval/.julia/packages/MutableArithmetics/mgg9J/src/Test/sparse.jl:78
[5] macro expansion at /home/pkgeval/.julia/packages/MutableArithmetics/mgg9J/src/Test/config.jl:17 [inlined]
[6] macro expansion at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Test/src/Test.jl:1116 [inlined]
[7] sparse_test(::MathOptInterface.ScalarAffineFunction{Int64}, ::Vararg{Any,N} where N; exclude::Array{String,1}) at /home/pkgeval/.julia/packages/MutableArithmetics/mgg9J/src/Test/config.jl:17
IndexMap: Test Failed at /home/pkgeval/.julia/packages/MathOptInterface/izyVf/test/Utilities/copy.jl:11
Expression: remove_moi(x) == remove_moi(y)
Evaluated: "Utilities.IndexMap(VariableIndex(1) => VariableIndex(2),Pair{ConstraintIndex,ConstraintIndex}(ConstraintIndex{SingleVariable,Integer}(1), ConstraintIndex{SingleVariable,Integer}(2)))" == "Utilities.IndexMap(VariableIndex,VariableIndex}(VariableIndex(1) => VariableIndex(2),Pair{ConstraintIndex,ConstraintIndex}(ConstraintIndex{SingleVariable,Integer}(1), ConstraintIndex{SingleVariable,Integer}(2)))"
Stacktrace:
[1] compare_without_moi(::String, ::String) at /home/pkgeval/.julia/packages/MathOptInterface/izyVf/test/Utilities/copy.jl:11
[2] macro expansion at /home/pkgeval/.julia/packages/MathOptInterface/izyVf/test/Utilities/copy.jl:26 [inlined]
[3] macro expansion at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Test/src/Test.jl:1116 [inlined]
[4] top-level scope at /home/pkgeval/.julia/packages/MathOptInterface/izyVf/test/Utilities/copy.jl:15
Test Summary: | Pass Fail Error Total
MOI.Utilities | 13500 1 3 13504
Functions | 432 432
Mutable Arithmetics | 6221 3 6224
promote_operation with Float64 | 6 6
promote_operation with Float32 | 6 6
scaling with Float64 | 2 2
scaling with Float32 | 2 2
Unary `-` with Float64 | 8 8
Unary `-` with Float32 | 8 8
Affine in Int64 | 4877 3 4880
Int | 15 15
Scalar | 98 98
Quadratic | 2821 2821
Sparse | 245 3 248
sparse_linear | 148 148
sparse_quadratic | 97 3 100
Vector | 1060 1060
Matrix | 638 638
MutableArithmetics with polynomials in Int64 | 1312 1312
Sets | 176 176
Constraints | 8 8
Variables | 30 30
Model | 2131 2131
Universal Fallback | 742 742
Parser | 36 36
Mock Optimizer | 240 240
Caching Optimizer | 3273 3273
Copy | 118 1 119
IndexMap | 3 1 4
AUTOMATIC | 2 2
Default | 47 47
Allocate-Load | 47 47
Create variables in same ordering when NLPBlock is used (#849) | 7 7
Duplicates in VectorOfVariables: false | 6 6
Duplicates in VectorOfVariables: true | 6 6
CleverDicts | 62 62
Lazy iterators | 22 22
Print with acronym | 9 9
ERROR: LoadError: Some tests did not pass: 13500 passed, 1 failed, 3 errored, 0 broken.
in expression starting at /home/pkgeval/.julia/packages/MathOptInterface/izyVf/test/runtests.jl:25
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/MathOptInterface/izyVf/test")
append!(empty!(ARGS), String[])
include("/home/pkgeval/.julia/packages/MathOptInterface/izyVf/test/runtests.jl")
'`, ProcessExited(1))])
ERROR: Package MathOptInterface errored during testing
Stacktrace:
[1] pkgerror(::String, ::Vararg{String,N} where N) at /workspace/srcdir/usr/share/julia/stdlib/v1.4/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 /workspace/srcdir/usr/share/julia/stdlib/v1.4/Pkg/src/Operations.jl:1475
[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 /workspace/srcdir/usr/share/julia/stdlib/v1.4/Pkg/src/API.jl:313
[4] test(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Pkg/src/API.jl:300
[5] #test#66 at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Pkg/src/API.jl:294 [inlined]
[6] test at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Pkg/src/API.jl:294 [inlined]
[7] #test#65 at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Pkg/src/API.jl:293 [inlined]
[8] test at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Pkg/src/API.jl:293 [inlined]
[9] test(::String; kwargs::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}) at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Pkg/src/API.jl:292
[10] test(::String) at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Pkg/src/API.jl:292
[11] top-level scope at none:12