Skip to content

Failing on travis #26

Closed
Closed
@mlubin

Description

@mlubin

The current release/master has been failing on travis in a number of mysterious ways:

https://travis-ci.org/JuliaOpt/JuMP.jl/jobs/64000258#L873

while loading /Users/travis/build/JuliaOpt/JuMP.jl/test/model.jl, in expression starting on line 179
     - With solver SCS.SCSSolver
dyld: lazy symbol binding failed: Symbol not found: _validateLinSys
  Referenced from: /Users/travis/.julia/v0.4/Homebrew/deps/usr/lib/libscsdir64.dylib
  Expected in: flat namespace
dyld: Symbol not found: _validateLinSys
  Referenced from: /Users/travis/.julia/v0.4/Homebrew/deps/usr/lib/libscsdir64.dylib
  Expected in: flat namespace

https://travis-ci.org/JuliaOpt/SCS.jl/jobs/55384836#L268

ERROR: LoadError: LoadError: OverflowError()
 in hcat at abstractarray.jl:572
 in feasible_exponential_conic at /home/travis/.julia/v0.4/SCS/test/direct.jl:73

And on #25:
https://travis-ci.org/JuliaOpt/SCS.jl/jobs/62869361#L346

----------------------------------------------------------------------------
    SCS v1.0.7 - Splitting Conic Solver
    (c) Brendan O'Donoghue, Stanford University, 2012
----------------------------------------------------------------------------
Lin-sys: sparse-direct, nnz in A = 8545
eps = 1.00e-04, alpha = 1.80, max_iters = 20000, normalize = 1, scale = 5.00
Variables n = 173, constraints m = 520
Cones:  primal zero / dual free vars: 100
    linear vars: 150
    soc vars: 165, soc blks: 12
    sd vars: 75, sd blks: 3
    exp vars: 15, dual exp vars: 15
Setup time: 6.40e-03s
----------------------------------------------------------------------------
 Iter | pri res | dua res | rel gap | pri obj | dua obj | kap/tau | time (s)
----------------------------------------------------------------------------
     0|      inf       inf      -nan      -inf       inf       inf  6.79e-04 
   100|      inf       inf      -nan       inf       inf       inf  2.43e-02 
   160|      inf       inf      -nan       inf       inf       inf  3.79e-02 
----------------------------------------------------------------------------
Status: Infeasible
Timing: Total solve time: 3.79e-02s
    Lin-sys: nnz in L factor: 24110, avg solve time: 1.21e-04s
    Cones: avg projection time: 1.03e-04s
----------------------------------------------------------------------------
Certificate of primal infeasibility:
|A'y|_2 * |b|_2 = 4.3364e-05
dist(y, K*) = 0
b'y = -1.0000
============================================================================
ERROR: LoadError: LoadError: AssertionError: sol.ret_val == 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions