GLPK

← Back to package list

If you think that there is an error in how your package is being tested or represented, please file an issue at NewPkgEval.jl, making sure to read the FAQ first.

Results with Julia v1.2.0

Testing was unsuccessful: package has test failures. Last evaluation was ago and took 5 minutes, 46 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed Parsers ──────────── v0.3.10
 Installed BenchmarkTools ───── v0.4.3
 Installed OrderedCollections ─ v1.1.0
 Installed GLPK ─────────────── v0.12.0
 Installed BinaryProvider ───── v0.5.8
 Installed JSON ─────────────── v0.21.0
 Installed MathOptInterface ─── v0.9.7
  Updating `~/.julia/environments/v1.2/Project.toml`
  [60bf3e95] + GLPK v0.12.0
  Updating `~/.julia/environments/v1.2/Manifest.toml`
  [6e4b80f9] + BenchmarkTools v0.4.3
  [b99e7846] + BinaryProvider v0.5.8
  [60bf3e95] + GLPK v0.12.0
  [682c06a0] + JSON v0.21.0
  [b8f27783] + MathOptInterface v0.9.7
  [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 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [2f01184e] + SparseArrays 
  [10745b16] + Statistics 
  [8dfed614] + Test 
  [4ec0a83e] + Unicode 
  Building GLPK → `~/.julia/packages/GLPK/J1b5G/deps/build.log`
   Testing GLPK
 Resolving package versions...
    Status `/tmp/jl_aaXIP9/Manifest.toml`
  [6e4b80f9] BenchmarkTools v0.4.3
  [b99e7846] BinaryProvider v0.5.8
  [60bf3e95] GLPK v0.12.0
  [682c06a0] JSON v0.21.0
  [b8f27783] MathOptInterface v0.9.7
  [bac558e1] OrderedCollections v1.1.0
  [69de0a69] Parsers v0.3.10
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [2f01184e] SparseArrays  [`@stdlib/SparseArrays`]
  [10745b16] Statistics  [`@stdlib/Statistics`]
  [8dfed614] Test  [`@stdlib/Test`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
Test Summary: | Pass  Total
C API         |  163    163
indicator4: Test Failed at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/intlinear.jl:625
  Expression: MOI.supports_constraint(model, MOI.VectorAffineFunction{Float64}, MOI.IndicatorSet{MOI.ACTIVATE_ON_ONE, MOI.LessThan{Float64}})
Stacktrace:
 [1] indicator4_test(::MathOptInterface.Bridges.LazyBridgeOptimizer{GLPK.Optimizer}, ::MathOptInterface.Test.TestConfig{Float64}) at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/intlinear.jl:625
 [2] macro expansion at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/config.jl:48 [inlined]
 [3] macro expansion at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Test/src/Test.jl:1113 [inlined]
 [4] intlineartest(::MathOptInterface.Bridges.LazyBridgeOptimizer{GLPK.Optimizer}, ::MathOptInterface.Test.TestConfig{Float64}, ::Array{String,1}) at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/config.jl:48
indicator4: Error During Test at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/config.jl:47
  Got exception outside of a @test
  MathOptInterface.UnsupportedConstraint{MathOptInterface.VectorAffineFunction{Float64},MathOptInterface.IndicatorSet{MathOptInterface.ACTIVATE_ON_ONE,MathOptInterface.LessThan{Float64}}}: `MathOptInterface.VectorAffineFunction{Float64}`-in-`MathOptInterface.IndicatorSet{MathOptInterface.ACTIVATE_ON_ONE,MathOptInterface.LessThan{Float64}}` constraint is not supported by the model.
  Stacktrace:
   [1] bridge_type(::MathOptInterface.Bridges.LazyBridgeOptimizer{GLPK.Optimizer}, ::Type{MathOptInterface.VectorAffineFunction{Float64}}, ::Type{MathOptInterface.IndicatorSet{MathOptInterface.ACTIVATE_ON_ONE,MathOptInterface.LessThan{Float64}}}) at /root/.julia/packages/MathOptInterface/A2UPd/src/Bridges/lazy_bridge_optimizer.jl:439
   [2] concrete_bridge_type(::MathOptInterface.Bridges.LazyBridgeOptimizer{GLPK.Optimizer}, ::Type{MathOptInterface.VectorAffineFunction{Float64}}, ::Type{MathOptInterface.IndicatorSet{MathOptInterface.ACTIVATE_ON_ONE,MathOptInterface.LessThan{Float64}}}) at /root/.julia/packages/MathOptInterface/A2UPd/src/Bridges/Constraint/bridge.jl:120
   [3] add_constraint at /root/.julia/packages/MathOptInterface/A2UPd/src/Bridges/bridge_optimizer.jl:1038 [inlined]
   [4] indicator4_test(::MathOptInterface.Bridges.LazyBridgeOptimizer{GLPK.Optimizer}, ::MathOptInterface.Test.TestConfig{Float64}) at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/intlinear.jl:639
   [5] macro expansion at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/config.jl:48 [inlined]
   [6] macro expansion at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Test/src/Test.jl:1113 [inlined]
   [7] intlineartest(::MathOptInterface.Bridges.LazyBridgeOptimizer{GLPK.Optimizer}, ::MathOptInterface.Test.TestConfig{Float64}, ::Array{String,1}) at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/config.jl:48
   [8] top-level scope at /root/.julia/packages/GLPK/J1b5G/test/MOI_wrapper.jl:63
   [9] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Test/src/Test.jl:1113
   [10] top-level scope at /root/.julia/packages/GLPK/J1b5G/test/MOI_wrapper.jl:63
   [11] include at ./boot.jl:328 [inlined]
   [12] include_relative(::Module, ::String) at ./loading.jl:1094
   [13] include(::Module, ::String) at ./Base.jl:31
   [14] include(::String) at ./client.jl:431
   [15] top-level scope at /root/.julia/packages/GLPK/J1b5G/test/runtests.jl:21
   [16] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Test/src/Test.jl:1113
   [17] top-level scope at /root/.julia/packages/GLPK/J1b5G/test/runtests.jl:21
   [18] include at ./boot.jl:328 [inlined]
   [19] include_relative(::Module, ::String) at ./loading.jl:1094
   [20] include(::Module, ::String) at ./Base.jl:31
   [21] include(::String) at ./client.jl:431
   [22] top-level scope at none:5
   [23] eval(::Module, ::Any) at ./boot.jl:330
   [24] exec_options(::Base.JLOptions) at ./client.jl:271
   [25] _start() at ./client.jl:464
  
MathOptInterface: Error During Test at /root/.julia/packages/GLPK/J1b5G/test/runtests.jl:20
  Got exception outside of a @test
  LoadError: ArgumentError: Package Random not found in current path:
  - Run `import Pkg; Pkg.add("Random")` to install the Random package.
  
  Stacktrace:
   [1] require(::Module, ::Symbol) at ./loading.jl:876
   [2] include at ./boot.jl:328 [inlined]
   [3] include_relative(::Module, ::String) at ./loading.jl:1094
   [4] include(::Module, ::String) at ./Base.jl:31
   [5] include(::String) at ./client.jl:431
   [6] top-level scope at /root/.julia/packages/GLPK/J1b5G/test/runtests.jl:22
   [7] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Test/src/Test.jl:1113
   [8] top-level scope at /root/.julia/packages/GLPK/J1b5G/test/runtests.jl:21
   [9] include at ./boot.jl:328 [inlined]
   [10] include_relative(::Module, ::String) at ./loading.jl:1094
   [11] include(::Module, ::String) at ./Base.jl:31
   [12] include(::String) at ./client.jl:431
   [13] top-level scope at none:5
   [14] eval(::Module, ::Any) at ./boot.jl:330
   [15] exec_options(::Base.JLOptions) at ./client.jl:271
   [16] _start() at ./client.jl:464
  in expression starting at /root/.julia/packages/GLPK/J1b5G/test/MOI_callbacks.jl:1
  
Test Summary:             | Pass  Fail  Error  Broken  Total
MathOptInterface          | 1840     1      2       1   1844
  Unit Tests              |  782                         782
  Linear tests            |  511                         511
  Linear Conic tests      |  135                         135
  Integer Linear tests    |   81     1      1             83
    int3                  |   27                          27
    int1                  |   29                          29
    indicator4            |    6     1      1              8
    knapsack              |   19                          19
  ModelLike tests         |  246                    1    247
  Parameter setting       |    4                           4
  Issue #79               |    2                           2
  Issue #70               |    6                           6
  Infeasible bounds       |    1                           1
  RawParameter            |   15                          15
  TimeLimitSec issue #110 |    4                           4
  RelativeGap             |    2                           2
  Extra name tests        |   15                          15
  Issue #102              |    2                           2
  Issue #116              |    3                           3
  Default parameters      |    4                           4
  Duplicate names         |   20                          20
  Duals with equal bounds |    2                           2
  PR #121                 |    3                           3
  Non-ascii names         |    2                           2
ERROR: LoadError: Some tests did not pass: 1840 passed, 1 failed, 2 errored, 1 broken.
in expression starting at /root/.julia/packages/GLPK/J1b5G/test/runtests.jl:20
ERROR: Package GLPK errored during testing
Stacktrace:
 [1] pkgerror(::String, ::Vararg{String,N} where N) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/Types.jl:112
 [2] #test#119(::Bool, ::Nothing, ::typeof(Pkg.Operations.test), ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/Operations.jl:1288
 [3] #test at ./none:0 [inlined]
 [4] #test#62(::Bool, ::Nothing, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(Pkg.API.test), ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:245
 [5] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:233 [inlined]
 [6] #test#61 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:230 [inlined]
 [7] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:230 [inlined]
 [8] #test#60 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:229 [inlined]
 [9] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:229 [inlined]
 [10] #test#59(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(Pkg.API.test), ::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:228
 [11] test(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:228
 [12] top-level scope at none:10

Results with Julia v1.3.0

Testing was unsuccessful: package has test failures. Last evaluation was ago and took 5 minutes, 17 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed Parsers ──────────── v0.3.10
 Installed OrderedCollections ─ v1.1.0
 Installed BenchmarkTools ───── v0.4.3
 Installed GLPK ─────────────── v0.12.0
 Installed BinaryProvider ───── v0.5.8
 Installed JSON ─────────────── v0.21.0
 Installed MathOptInterface ─── v0.9.7
  Updating `~/.julia/environments/v1.3/Project.toml`
  [60bf3e95] + GLPK v0.12.0
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [6e4b80f9] + BenchmarkTools v0.4.3
  [b99e7846] + BinaryProvider v0.5.8
  [60bf3e95] + GLPK v0.12.0
  [682c06a0] + JSON v0.21.0
  [b8f27783] + MathOptInterface v0.9.7
  [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 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [2f01184e] + SparseArrays 
  [10745b16] + Statistics 
  [8dfed614] + Test 
  [4ec0a83e] + Unicode 
  Building GLPK → `~/.julia/packages/GLPK/J1b5G/deps/build.log`
   Testing GLPK
 Resolving package versions...
    Status `/tmp/jl_5sPu8s/Manifest.toml`
  [6e4b80f9] BenchmarkTools v0.4.3
  [b99e7846] BinaryProvider v0.5.8
  [60bf3e95] GLPK v0.12.0
  [682c06a0] JSON v0.21.0
  [b8f27783] MathOptInterface v0.9.7
  [bac558e1] OrderedCollections v1.1.0
  [69de0a69] Parsers v0.3.10
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [2f01184e] SparseArrays  [`@stdlib/SparseArrays`]
  [10745b16] Statistics  [`@stdlib/Statistics`]
  [8dfed614] Test  [`@stdlib/Test`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
Test Summary: | Pass  Total
C API         |  163    163
indicator4: Test Failed at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/intlinear.jl:625
  Expression: MOI.supports_constraint(model, MOI.VectorAffineFunction{Float64}, MOI.IndicatorSet{MOI.ACTIVATE_ON_ONE, MOI.LessThan{Float64}})
Stacktrace:
 [1] indicator4_test(::MathOptInterface.Bridges.LazyBridgeOptimizer{GLPK.Optimizer}, ::MathOptInterface.Test.TestConfig{Float64}) at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/intlinear.jl:625
 [2] macro expansion at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/config.jl:48 [inlined]
 [3] intlineartest(::MathOptInterface.Bridges.LazyBridgeOptimizer{GLPK.Optimizer}, ::MathOptInterface.Test.TestConfig{Float64}, ::Array{String,1}) at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/config.jl:48
 [4] top-level scope at /root/.julia/packages/GLPK/J1b5G/test/MOI_wrapper.jl:63
 [5] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Test/src/Test.jl:1107
 [6] top-level scope at /root/.julia/packages/GLPK/J1b5G/test/MOI_wrapper.jl:63
indicator4: Error During Test at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/config.jl:47
  Got exception outside of a @test
  MathOptInterface.UnsupportedConstraint{MathOptInterface.VectorAffineFunction{Float64},MathOptInterface.IndicatorSet{MathOptInterface.ACTIVATE_ON_ONE,MathOptInterface.LessThan{Float64}}}: `MathOptInterface.VectorAffineFunction{Float64}`-in-`MathOptInterface.IndicatorSet{MathOptInterface.ACTIVATE_ON_ONE,MathOptInterface.LessThan{Float64}}` constraint is not supported by the model.
  Stacktrace:
   [1] bridge_type at /root/.julia/packages/MathOptInterface/A2UPd/src/Bridges/lazy_bridge_optimizer.jl:439 [inlined]
   [2] concrete_bridge_type(::MathOptInterface.Bridges.LazyBridgeOptimizer{GLPK.Optimizer}, ::Type{MathOptInterface.VectorAffineFunction{Float64}}, ::Type{MathOptInterface.IndicatorSet{MathOptInterface.ACTIVATE_ON_ONE,MathOptInterface.LessThan{Float64}}}) at /root/.julia/packages/MathOptInterface/A2UPd/src/Bridges/Constraint/bridge.jl:120
   [3] add_constraint at /root/.julia/packages/MathOptInterface/A2UPd/src/Bridges/bridge_optimizer.jl:1038 [inlined]
   [4] indicator4_test(::MathOptInterface.Bridges.LazyBridgeOptimizer{GLPK.Optimizer}, ::MathOptInterface.Test.TestConfig{Float64}) at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/intlinear.jl:639
   [5] macro expansion at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/config.jl:48 [inlined]
   [6] intlineartest(::MathOptInterface.Bridges.LazyBridgeOptimizer{GLPK.Optimizer}, ::MathOptInterface.Test.TestConfig{Float64}, ::Array{String,1}) at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/config.jl:48
   [7] top-level scope at /root/.julia/packages/GLPK/J1b5G/test/MOI_wrapper.jl:63
   [8] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Test/src/Test.jl:1107
   [9] top-level scope at /root/.julia/packages/GLPK/J1b5G/test/MOI_wrapper.jl:63
   [10] include at ./boot.jl:328 [inlined]
   [11] include_relative(::Module, ::String) at ./loading.jl:1105
   [12] include(::Module, ::String) at ./Base.jl:31
   [13] include(::String) at ./client.jl:424
   [14] top-level scope at /root/.julia/packages/GLPK/J1b5G/test/runtests.jl:21
   [15] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Test/src/Test.jl:1107
   [16] top-level scope at /root/.julia/packages/GLPK/J1b5G/test/runtests.jl:21
   [17] include at ./boot.jl:328 [inlined]
   [18] include_relative(::Module, ::String) at ./loading.jl:1105
   [19] include(::Module, ::String) at ./Base.jl:31
   [20] include(::String) at ./client.jl:424
   [21] top-level scope at none:6
   [22] eval(::Module, ::Any) at ./boot.jl:330
   [23] exec_options(::Base.JLOptions) at ./client.jl:263
   [24] _start() at ./client.jl:460
  
MathOptInterface: Error During Test at /root/.julia/packages/GLPK/J1b5G/test/runtests.jl:20
  Got exception outside of a @test
  LoadError: ArgumentError: Package Random not found in current path:
  - Run `import Pkg; Pkg.add("Random")` to install the Random package.
  
  Stacktrace:
   [1] require(::Module, ::Symbol) at ./loading.jl:887
   [2] include at ./boot.jl:328 [inlined]
   [3] include_relative(::Module, ::String) at ./loading.jl:1105
   [4] include(::Module, ::String) at ./Base.jl:31
   [5] include(::String) at ./client.jl:424
   [6] top-level scope at /root/.julia/packages/GLPK/J1b5G/test/runtests.jl:22
   [7] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Test/src/Test.jl:1107
   [8] top-level scope at /root/.julia/packages/GLPK/J1b5G/test/runtests.jl:21
   [9] include at ./boot.jl:328 [inlined]
   [10] include_relative(::Module, ::String) at ./loading.jl:1105
   [11] include(::Module, ::String) at ./Base.jl:31
   [12] include(::String) at ./client.jl:424
   [13] top-level scope at none:6
   [14] eval(::Module, ::Any) at ./boot.jl:330
   [15] exec_options(::Base.JLOptions) at ./client.jl:263
   [16] _start() at ./client.jl:460
  in expression starting at /root/.julia/packages/GLPK/J1b5G/test/MOI_callbacks.jl:1
  
Test Summary:             | Pass  Fail  Error  Broken  Total
MathOptInterface          | 1840     1      2       1   1844
  Unit Tests              |  782                         782
  Linear tests            |  511                         511
  Linear Conic tests      |  135                         135
  Integer Linear tests    |   81     1      1             83
    int3                  |   27                          27
    int1                  |   29                          29
    indicator4            |    6     1      1              8
    knapsack              |   19                          19
  ModelLike tests         |  246                    1    247
  Parameter setting       |    4                           4
  Issue #79               |    2                           2
  Issue #70               |    6                           6
  Infeasible bounds       |    1                           1
  RawParameter            |   15                          15
  TimeLimitSec issue #110 |    4                           4
  RelativeGap             |    2                           2
  Extra name tests        |   15                          15
  Issue #102              |    2                           2
  Issue #116              |    3                           3
  Default parameters      |    4                           4
  Duplicate names         |   20                          20
  Duals with equal bounds |    2                           2
  PR #121                 |    3                           3
  Non-ascii names         |    2                           2
ERROR: LoadError: Some tests did not pass: 1840 passed, 1 failed, 2 errored, 1 broken.
in expression starting at /root/.julia/packages/GLPK/J1b5G/test/runtests.jl:20
ERROR: Package GLPK errored during testing
Stacktrace:
 [1] pkgerror(::String, ::Vararg{String,N} where N) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/Types.jl:113
 [2] #test#131(::Bool, ::Nothing, ::Cmd, ::Cmd, ::typeof(Pkg.Operations.test), ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/Operations.jl:1370
 [3] #test at ./none:0 [inlined]
 [4] #test#62(::Bool, ::Nothing, ::Cmd, ::Cmd, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(Pkg.API.test), ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:253
 [5] test(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:239
 [6] #test#61 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:233 [inlined]
 [7] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:233 [inlined]
 [8] #test#60 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:232 [inlined]
 [9] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:232 [inlined]
 [10] #test#59(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(Pkg.API.test), ::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:231
 [11] test(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:231
 [12] top-level scope at none:10

Results with Julia v1.3.1-pre-7704df0a5a

Testing was unsuccessful: package has test failures. Last evaluation was ago and took 5 minutes, 27 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed Parsers ──────────── v0.3.10
 Installed BenchmarkTools ───── v0.4.3
 Installed OrderedCollections ─ v1.1.0
 Installed BinaryProvider ───── v0.5.8
 Installed GLPK ─────────────── v0.12.0
 Installed JSON ─────────────── v0.21.0
 Installed MathOptInterface ─── v0.9.7
  Updating `~/.julia/environments/v1.3/Project.toml`
  [60bf3e95] + GLPK v0.12.0
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [6e4b80f9] + BenchmarkTools v0.4.3
  [b99e7846] + BinaryProvider v0.5.8
  [60bf3e95] + GLPK v0.12.0
  [682c06a0] + JSON v0.21.0
  [b8f27783] + MathOptInterface v0.9.7
  [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 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [2f01184e] + SparseArrays 
  [10745b16] + Statistics 
  [8dfed614] + Test 
  [4ec0a83e] + Unicode 
  Building GLPK → `~/.julia/packages/GLPK/J1b5G/deps/build.log`
   Testing GLPK
 Resolving package versions...
    Status `/tmp/jl_sdvCJu/Manifest.toml`
  [6e4b80f9] BenchmarkTools v0.4.3
  [b99e7846] BinaryProvider v0.5.8
  [60bf3e95] GLPK v0.12.0
  [682c06a0] JSON v0.21.0
  [b8f27783] MathOptInterface v0.9.7
  [bac558e1] OrderedCollections v1.1.0
  [69de0a69] Parsers v0.3.10
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [2f01184e] SparseArrays  [`@stdlib/SparseArrays`]
  [10745b16] Statistics  [`@stdlib/Statistics`]
  [8dfed614] Test  [`@stdlib/Test`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
Test Summary: | Pass  Total
C API         |  163    163
indicator4: Test Failed at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/intlinear.jl:625
  Expression: MOI.supports_constraint(model, MOI.VectorAffineFunction{Float64}, MOI.IndicatorSet{MOI.ACTIVATE_ON_ONE, MOI.LessThan{Float64}})
Stacktrace:
 [1] indicator4_test(::MathOptInterface.Bridges.LazyBridgeOptimizer{GLPK.Optimizer}, ::MathOptInterface.Test.TestConfig{Float64}) at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/intlinear.jl:625
 [2] macro expansion at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/config.jl:48 [inlined]
 [3] intlineartest(::MathOptInterface.Bridges.LazyBridgeOptimizer{GLPK.Optimizer}, ::MathOptInterface.Test.TestConfig{Float64}, ::Array{String,1}) at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/config.jl:48
 [4] top-level scope at /root/.julia/packages/GLPK/J1b5G/test/MOI_wrapper.jl:63
 [5] top-level scope at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Test/src/Test.jl:1107
 [6] top-level scope at /root/.julia/packages/GLPK/J1b5G/test/MOI_wrapper.jl:63
indicator4: Error During Test at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/config.jl:47
  Got exception outside of a @test
  MathOptInterface.UnsupportedConstraint{MathOptInterface.VectorAffineFunction{Float64},MathOptInterface.IndicatorSet{MathOptInterface.ACTIVATE_ON_ONE,MathOptInterface.LessThan{Float64}}}: `MathOptInterface.VectorAffineFunction{Float64}`-in-`MathOptInterface.IndicatorSet{MathOptInterface.ACTIVATE_ON_ONE,MathOptInterface.LessThan{Float64}}` constraint is not supported by the model.
  Stacktrace:
   [1] bridge_type at /root/.julia/packages/MathOptInterface/A2UPd/src/Bridges/lazy_bridge_optimizer.jl:439 [inlined]
   [2] concrete_bridge_type(::MathOptInterface.Bridges.LazyBridgeOptimizer{GLPK.Optimizer}, ::Type{MathOptInterface.VectorAffineFunction{Float64}}, ::Type{MathOptInterface.IndicatorSet{MathOptInterface.ACTIVATE_ON_ONE,MathOptInterface.LessThan{Float64}}}) at /root/.julia/packages/MathOptInterface/A2UPd/src/Bridges/Constraint/bridge.jl:120
   [3] add_constraint at /root/.julia/packages/MathOptInterface/A2UPd/src/Bridges/bridge_optimizer.jl:1038 [inlined]
   [4] indicator4_test(::MathOptInterface.Bridges.LazyBridgeOptimizer{GLPK.Optimizer}, ::MathOptInterface.Test.TestConfig{Float64}) at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/intlinear.jl:639
   [5] macro expansion at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/config.jl:48 [inlined]
   [6] intlineartest(::MathOptInterface.Bridges.LazyBridgeOptimizer{GLPK.Optimizer}, ::MathOptInterface.Test.TestConfig{Float64}, ::Array{String,1}) at /root/.julia/packages/MathOptInterface/A2UPd/src/Test/config.jl:48
   [7] top-level scope at /root/.julia/packages/GLPK/J1b5G/test/MOI_wrapper.jl:63
   [8] top-level scope at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Test/src/Test.jl:1107
   [9] top-level scope at /root/.julia/packages/GLPK/J1b5G/test/MOI_wrapper.jl:63
   [10] include at ./boot.jl:328 [inlined]
   [11] include_relative(::Module, ::String) at ./loading.jl:1105
   [12] include(::Module, ::String) at ./Base.jl:31
   [13] include(::String) at ./client.jl:424
   [14] top-level scope at /root/.julia/packages/GLPK/J1b5G/test/runtests.jl:21
   [15] top-level scope at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Test/src/Test.jl:1107
   [16] top-level scope at /root/.julia/packages/GLPK/J1b5G/test/runtests.jl:21
   [17] include at ./boot.jl:328 [inlined]
   [18] include_relative(::Module, ::String) at ./loading.jl:1105
   [19] include(::Module, ::String) at ./Base.jl:31
   [20] include(::String) at ./client.jl:424
   [21] top-level scope at none:6
   [22] eval(::Module, ::Any) at ./boot.jl:330
   [23] exec_options(::Base.JLOptions) at ./client.jl:263
   [24] _start() at ./client.jl:460
  
MathOptInterface: Error During Test at /root/.julia/packages/GLPK/J1b5G/test/runtests.jl:20
  Got exception outside of a @test
  LoadError: ArgumentError: Package Random not found in current path:
  - Run `import Pkg; Pkg.add("Random")` to install the Random package.
  
  Stacktrace:
   [1] require(::Module, ::Symbol) at ./loading.jl:887
   [2] include at ./boot.jl:328 [inlined]
   [3] include_relative(::Module, ::String) at ./loading.jl:1105
   [4] include(::Module, ::String) at ./Base.jl:31
   [5] include(::String) at ./client.jl:424
   [6] top-level scope at /root/.julia/packages/GLPK/J1b5G/test/runtests.jl:22
   [7] top-level scope at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Test/src/Test.jl:1107
   [8] top-level scope at /root/.julia/packages/GLPK/J1b5G/test/runtests.jl:21
   [9] include at ./boot.jl:328 [inlined]
   [10] include_relative(::Module, ::String) at ./loading.jl:1105
   [11] include(::Module, ::String) at ./Base.jl:31
   [12] include(::String) at ./client.jl:424
   [13] top-level scope at none:6
   [14] eval(::Module, ::Any) at ./boot.jl:330
   [15] exec_options(::Base.JLOptions) at ./client.jl:263
   [16] _start() at ./client.jl:460
  in expression starting at /root/.julia/packages/GLPK/J1b5G/test/MOI_callbacks.jl:1
  
Test Summary:             | Pass  Fail  Error  Broken  Total
MathOptInterface          | 1840     1      2       1   1844
  Unit Tests              |  782                         782
  Linear tests            |  511                         511
  Linear Conic tests      |  135                         135
  Integer Linear tests    |   81     1      1             83
    int3                  |   27                          27
    int1                  |   29                          29
    indicator4            |    6     1      1              8
    knapsack              |   19                          19
  ModelLike tests         |  246                    1    247
  Parameter setting       |    4                           4
  Issue #79               |    2                           2
  Issue #70               |    6                           6
  Infeasible bounds       |    1                           1
  RawParameter            |   15                          15
  TimeLimitSec issue #110 |    4                           4
  RelativeGap             |    2                           2
  Extra name tests        |   15                          15
  Issue #102              |    2                           2
  Issue #116              |    3                           3
  Default parameters      |    4                           4
  Duplicate names         |   20                          20
  Duals with equal bounds |    2                           2
  PR #121                 |    3                           3
  Non-ascii names         |    2                           2
ERROR: LoadError: Some tests did not pass: 1840 passed, 1 failed, 2 errored, 1 broken.
in expression starting at /root/.julia/packages/GLPK/J1b5G/test/runtests.jl:20
ERROR: Package GLPK errored during testing
Stacktrace:
 [1] pkgerror(::String, ::Vararg{String,N} where N) at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/Types.jl:113
 [2] #test#131(::Bool, ::Nothing, ::Cmd, ::Cmd, ::typeof(Pkg.Operations.test), ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/Operations.jl:1370
 [3] #test at ./none:0 [inlined]
 [4] #test#62(::Bool, ::Nothing, ::Cmd, ::Cmd, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(Pkg.API.test), ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:253
 [5] test(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:239
 [6] #test#61 at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:233 [inlined]
 [7] test at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:233 [inlined]
 [8] #test#60 at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:232 [inlined]
 [9] test at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:232 [inlined]
 [10] #test#59(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(Pkg.API.test), ::String) at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:231
 [11] test(::String) at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:231
 [12] top-level scope at none:10