MathOptFormat

← 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, 52 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed JSONSchema ───────── v0.1.1
 Installed Parsers ──────────── v0.3.10
 Installed BenchmarkTools ───── v0.4.3
 Installed DataStructures ───── v0.17.6
 Installed TranscodingStreams ─ v0.9.5
 Installed MbedTLS ──────────── v0.7.0
 Installed MathOptFormat ────── v0.2.2
 Installed MathOptInterface ─── v0.9.7
 Installed CodecZlib ────────── v0.6.0
 Installed BinaryProvider ───── v0.5.8
 Installed JSON ─────────────── v0.21.0
 Installed OrderedCollections ─ v1.1.0
 Installed HTTP ─────────────── v0.8.8
 Installed IniFile ──────────── v0.5.0
  Updating `~/.julia/environments/v1.2/Project.toml`
  [f4570300] + MathOptFormat v0.2.2
  Updating `~/.julia/environments/v1.2/Manifest.toml`
  [6e4b80f9] + BenchmarkTools v0.4.3
  [b99e7846] + BinaryProvider v0.5.8
  [944b1d66] + CodecZlib v0.6.0
  [864edb3b] + DataStructures v0.17.6
  [cd3eb016] + HTTP v0.8.8
  [83e8ac13] + IniFile v0.5.0
  [682c06a0] + JSON v0.21.0
  [7d188eb4] + JSONSchema v0.1.1
  [f4570300] + MathOptFormat v0.2.2
  [b8f27783] + MathOptInterface v0.9.7
  [739be429] + MbedTLS v0.7.0
  [bac558e1] + OrderedCollections v1.1.0
  [69de0a69] + Parsers v0.3.10
  [3bb67fe8] + TranscodingStreams v0.9.5
  [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 CodecZlib ────→ `~/.julia/packages/CodecZlib/5t9zO/deps/build.log`
  Building MbedTLS ──────→ `~/.julia/packages/MbedTLS/a1JFn/deps/build.log`
  Building MathOptFormat → `~/.julia/packages/MathOptFormat/KJdAi/deps/build.log`
   Testing MathOptFormat
 Resolving package versions...
    Status `/tmp/jl_BdfMTD/Manifest.toml`
  [6e4b80f9] BenchmarkTools v0.4.3
  [b99e7846] BinaryProvider v0.5.8
  [944b1d66] CodecZlib v0.6.0
  [864edb3b] DataStructures v0.17.6
  [cd3eb016] HTTP v0.8.8
  [83e8ac13] IniFile v0.5.0
  [682c06a0] JSON v0.21.0
  [7d188eb4] JSONSchema v0.1.1
  [f4570300] MathOptFormat v0.2.2
  [b8f27783] MathOptInterface v0.9.7
  [739be429] MbedTLS v0.7.0
  [bac558e1] OrderedCollections v1.1.0
  [69de0a69] Parsers v0.3.10
  [3bb67fe8] TranscodingStreams v0.9.5
  [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`]
Non-empty model: Error During Test at /root/.julia/packages/MathOptFormat/KJdAi/test/MOF/MOF.jl:50
 Unexpected Pass
 Expression: options2.warn
 Got correct result, please change to @test if no longer broken.

┌ Warning: Blank name detected for variable MathOptInterface.VariableIndex(1). Renamed to x1.
└ @ MathOptFormat ~/.julia/packages/MathOptFormat/KJdAi/src/MathOptFormat.jl:124
┌ Warning: Duplicate name x detected for variable MathOptInterface.VariableIndex(2). Renamed to x_1.
└ @ MathOptFormat ~/.julia/packages/MathOptFormat/KJdAi/src/MathOptFormat.jl:127
┌ Warning: Blank name detected for constraint MathOptInterface.ConstraintIndex{MathOptInterface.SingleVariable,MathOptInterface.ZeroOne}(1). Renamed to c1.
└ @ MathOptFormat ~/.julia/packages/MathOptFormat/KJdAi/src/MathOptFormat.jl:76
┌ Warning: Duplicate name c detected for constraint MathOptInterface.ConstraintIndex{MathOptInterface.SingleVariable,MathOptInterface.LessThan{Float64}}(1). Renamed to c_1.
└ @ MathOptFormat ~/.julia/packages/MathOptFormat/KJdAi/src/MathOptFormat.jl:79
┌ Warning: Variable x is mentioned in BOUNDS, but is not mentioned in the COLUMNS section. We are ignoring it.
└ @ MathOptFormat.MPS ~/.julia/packages/MathOptFormat/KJdAi/src/MPS/MPS.jl:342
Test Summary:                                  | Pass  Error  Total
MathOptFormat tests                            |  818      1    819
  CBF                                          |  309           309
  LP                                           |   36            36
  MOF                                          |  311      1    312
    Nonlinear functions                        |   47            47
    read_from_file                             |    4             4
    Error handling: read_from_file             |   12      1     13
      Non-empty model                          |    4      1      5
      blank_variable_name.mof.json             |    1             1
      incompatible_version.mof.json            |    1             1
      missing_variable_name.mof.json           |    1             1
      multiple_objectives.mof.json             |    1             1
      unsupported_constraint_function.mof.json |    1             1
      unsupported_constraint_set.mof.json      |    1             1
      unsupported_objective_function.mof.json  |    1             1
      unsupported_objective_sense.mof.json     |    1             1
    Names                                      |   11            11
    round trips                                |  236           236
  MPS                                          |  142           142
  Copying options                              |   16            16
  Calling gzip_open                            |    4             4
ERROR: LoadError: Some tests did not pass: 818 passed, 0 failed, 1 errored, 0 broken.
in expression starting at /root/.julia/packages/MathOptFormat/KJdAi/test/runtests.jl:6
ERROR: Package MathOptFormat 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 6 minutes, 14 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed IniFile ──────────── v0.5.0
 Installed CodecZlib ────────── v0.6.0
 Installed MbedTLS ──────────── v0.7.0
 Installed OrderedCollections ─ v1.1.0
 Installed TranscodingStreams ─ v0.9.5
 Installed HTTP ─────────────── v0.8.8
 Installed DataStructures ───── v0.17.6
 Installed MathOptFormat ────── v0.2.2
 Installed BenchmarkTools ───── v0.4.3
 Installed BinaryProvider ───── v0.5.8
 Installed JSONSchema ───────── v0.1.1
 Installed JSON ─────────────── v0.21.0
 Installed Parsers ──────────── v0.3.10
 Installed MathOptInterface ─── v0.9.7
  Updating `~/.julia/environments/v1.3/Project.toml`
  [f4570300] + MathOptFormat v0.2.2
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [6e4b80f9] + BenchmarkTools v0.4.3
  [b99e7846] + BinaryProvider v0.5.8
  [944b1d66] + CodecZlib v0.6.0
  [864edb3b] + DataStructures v0.17.6
  [cd3eb016] + HTTP v0.8.8
  [83e8ac13] + IniFile v0.5.0
  [682c06a0] + JSON v0.21.0
  [7d188eb4] + JSONSchema v0.1.1
  [f4570300] + MathOptFormat v0.2.2
  [b8f27783] + MathOptInterface v0.9.7
  [739be429] + MbedTLS v0.7.0
  [bac558e1] + OrderedCollections v1.1.0
  [69de0a69] + Parsers v0.3.10
  [3bb67fe8] + TranscodingStreams v0.9.5
  [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 CodecZlib ────→ `~/.julia/packages/CodecZlib/5t9zO/deps/build.log`
  Building MbedTLS ──────→ `~/.julia/packages/MbedTLS/a1JFn/deps/build.log`
  Building MathOptFormat → `~/.julia/packages/MathOptFormat/KJdAi/deps/build.log`
   Testing MathOptFormat
 Resolving package versions...
    Status `/tmp/jl_gwaH0i/Manifest.toml`
  [6e4b80f9] BenchmarkTools v0.4.3
  [b99e7846] BinaryProvider v0.5.8
  [944b1d66] CodecZlib v0.6.0
  [864edb3b] DataStructures v0.17.6
  [cd3eb016] HTTP v0.8.8
  [83e8ac13] IniFile v0.5.0
  [682c06a0] JSON v0.21.0
  [7d188eb4] JSONSchema v0.1.1
  [f4570300] MathOptFormat v0.2.2
  [b8f27783] MathOptInterface v0.9.7
  [739be429] MbedTLS v0.7.0
  [bac558e1] OrderedCollections v1.1.0
  [69de0a69] Parsers v0.3.10
  [3bb67fe8] TranscodingStreams v0.9.5
  [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`]
Non-empty model: Error During Test at /root/.julia/packages/MathOptFormat/KJdAi/test/MOF/MOF.jl:50
 Unexpected Pass
 Expression: options2.warn
 Got correct result, please change to @test if no longer broken.

┌ Warning: Blank name detected for variable MathOptInterface.VariableIndex(1). Renamed to x1.
└ @ MathOptFormat ~/.julia/packages/MathOptFormat/KJdAi/src/MathOptFormat.jl:124
┌ Warning: Duplicate name x detected for variable MathOptInterface.VariableIndex(2). Renamed to x_1.
└ @ MathOptFormat ~/.julia/packages/MathOptFormat/KJdAi/src/MathOptFormat.jl:127
┌ Warning: Blank name detected for constraint MathOptInterface.ConstraintIndex{MathOptInterface.SingleVariable,MathOptInterface.ZeroOne}(1). Renamed to c1.
└ @ MathOptFormat ~/.julia/packages/MathOptFormat/KJdAi/src/MathOptFormat.jl:76
┌ Warning: Duplicate name c detected for constraint MathOptInterface.ConstraintIndex{MathOptInterface.SingleVariable,MathOptInterface.LessThan{Float64}}(1). Renamed to c_1.
└ @ MathOptFormat ~/.julia/packages/MathOptFormat/KJdAi/src/MathOptFormat.jl:79
┌ Warning: Variable x is mentioned in BOUNDS, but is not mentioned in the COLUMNS section. We are ignoring it.
└ @ MathOptFormat.MPS ~/.julia/packages/MathOptFormat/KJdAi/src/MPS/MPS.jl:342
Test Summary:                                  | Pass  Error  Total
MathOptFormat tests                            |  818      1    819
  CBF                                          |  309           309
  LP                                           |   36            36
  MOF                                          |  311      1    312
    Nonlinear functions                        |   47            47
    read_from_file                             |    4             4
    Error handling: read_from_file             |   12      1     13
      Non-empty model                          |    4      1      5
      blank_variable_name.mof.json             |    1             1
      incompatible_version.mof.json            |    1             1
      missing_variable_name.mof.json           |    1             1
      multiple_objectives.mof.json             |    1             1
      unsupported_constraint_function.mof.json |    1             1
      unsupported_constraint_set.mof.json      |    1             1
      unsupported_objective_function.mof.json  |    1             1
      unsupported_objective_sense.mof.json     |    1             1
    Names                                      |   11            11
    round trips                                |  236           236
  MPS                                          |  142           142
  Copying options                              |   16            16
  Calling gzip_open                            |    4             4
ERROR: LoadError: Some tests did not pass: 818 passed, 0 failed, 1 errored, 0 broken.
in expression starting at /root/.julia/packages/MathOptFormat/KJdAi/test/runtests.jl:6
ERROR: Package MathOptFormat 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, 45 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed BenchmarkTools ───── v0.4.3
 Installed TranscodingStreams ─ v0.9.5
 Installed DataStructures ───── v0.17.6
 Installed BinaryProvider ───── v0.5.8
 Installed HTTP ─────────────── v0.8.8
 Installed JSON ─────────────── v0.21.0
 Installed MathOptFormat ────── v0.2.2
 Installed MathOptInterface ─── v0.9.7
 Installed JSONSchema ───────── v0.1.1
 Installed CodecZlib ────────── v0.6.0
 Installed Parsers ──────────── v0.3.10
 Installed IniFile ──────────── v0.5.0
 Installed OrderedCollections ─ v1.1.0
 Installed MbedTLS ──────────── v0.7.0
  Updating `~/.julia/environments/v1.3/Project.toml`
  [f4570300] + MathOptFormat v0.2.2
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [6e4b80f9] + BenchmarkTools v0.4.3
  [b99e7846] + BinaryProvider v0.5.8
  [944b1d66] + CodecZlib v0.6.0
  [864edb3b] + DataStructures v0.17.6
  [cd3eb016] + HTTP v0.8.8
  [83e8ac13] + IniFile v0.5.0
  [682c06a0] + JSON v0.21.0
  [7d188eb4] + JSONSchema v0.1.1
  [f4570300] + MathOptFormat v0.2.2
  [b8f27783] + MathOptInterface v0.9.7
  [739be429] + MbedTLS v0.7.0
  [bac558e1] + OrderedCollections v1.1.0
  [69de0a69] + Parsers v0.3.10
  [3bb67fe8] + TranscodingStreams v0.9.5
  [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 CodecZlib ────→ `~/.julia/packages/CodecZlib/5t9zO/deps/build.log`
  Building MbedTLS ──────→ `~/.julia/packages/MbedTLS/a1JFn/deps/build.log`
  Building MathOptFormat → `~/.julia/packages/MathOptFormat/KJdAi/deps/build.log`
   Testing MathOptFormat
 Resolving package versions...
    Status `/tmp/jl_90Gt38/Manifest.toml`
  [6e4b80f9] BenchmarkTools v0.4.3
  [b99e7846] BinaryProvider v0.5.8
  [944b1d66] CodecZlib v0.6.0
  [864edb3b] DataStructures v0.17.6
  [cd3eb016] HTTP v0.8.8
  [83e8ac13] IniFile v0.5.0
  [682c06a0] JSON v0.21.0
  [7d188eb4] JSONSchema v0.1.1
  [f4570300] MathOptFormat v0.2.2
  [b8f27783] MathOptInterface v0.9.7
  [739be429] MbedTLS v0.7.0
  [bac558e1] OrderedCollections v1.1.0
  [69de0a69] Parsers v0.3.10
  [3bb67fe8] TranscodingStreams v0.9.5
  [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`]
Non-empty model: Error During Test at /root/.julia/packages/MathOptFormat/KJdAi/test/MOF/MOF.jl:50
 Unexpected Pass
 Expression: options2.warn
 Got correct result, please change to @test if no longer broken.

┌ Warning: Blank name detected for variable MathOptInterface.VariableIndex(1). Renamed to x1.
└ @ MathOptFormat ~/.julia/packages/MathOptFormat/KJdAi/src/MathOptFormat.jl:124
┌ Warning: Duplicate name x detected for variable MathOptInterface.VariableIndex(2). Renamed to x_1.
└ @ MathOptFormat ~/.julia/packages/MathOptFormat/KJdAi/src/MathOptFormat.jl:127
┌ Warning: Blank name detected for constraint MathOptInterface.ConstraintIndex{MathOptInterface.SingleVariable,MathOptInterface.ZeroOne}(1). Renamed to c1.
└ @ MathOptFormat ~/.julia/packages/MathOptFormat/KJdAi/src/MathOptFormat.jl:76
┌ Warning: Duplicate name c detected for constraint MathOptInterface.ConstraintIndex{MathOptInterface.SingleVariable,MathOptInterface.LessThan{Float64}}(1). Renamed to c_1.
└ @ MathOptFormat ~/.julia/packages/MathOptFormat/KJdAi/src/MathOptFormat.jl:79
┌ Warning: Variable x is mentioned in BOUNDS, but is not mentioned in the COLUMNS section. We are ignoring it.
└ @ MathOptFormat.MPS ~/.julia/packages/MathOptFormat/KJdAi/src/MPS/MPS.jl:342
Test Summary:                                  | Pass  Error  Total
MathOptFormat tests                            |  818      1    819
  CBF                                          |  309           309
  LP                                           |   36            36
  MOF                                          |  311      1    312
    Nonlinear functions                        |   47            47
    read_from_file                             |    4             4
    Error handling: read_from_file             |   12      1     13
      Non-empty model                          |    4      1      5
      blank_variable_name.mof.json             |    1             1
      incompatible_version.mof.json            |    1             1
      missing_variable_name.mof.json           |    1             1
      multiple_objectives.mof.json             |    1             1
      unsupported_constraint_function.mof.json |    1             1
      unsupported_constraint_set.mof.json      |    1             1
      unsupported_objective_function.mof.json  |    1             1
      unsupported_objective_sense.mof.json     |    1             1
    Names                                      |   11            11
    round trips                                |  236           236
  MPS                                          |  142           142
  Copying options                              |   16            16
  Calling gzip_open                            |    4             4
ERROR: LoadError: Some tests did not pass: 818 passed, 0 failed, 1 errored, 0 broken.
in expression starting at /root/.julia/packages/MathOptFormat/KJdAi/test/runtests.jl:6
ERROR: Package MathOptFormat 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