Skip to content

Failed

gpkit.tests.from_paths.TestFiles.test_gpkitmodels_SP_SimPleAC_SimPleAC_multimission_py_mosek_cli (from gpkit.tests.from_paths.TestFiles-20210802120930)

Failing for the past 1 build (Since Failed #258 )
Took 0.36 sec.

Error Message

Solver failed for an unknown reason. Relaxing constraints/constants, bounding variables, or using a different solver might fix it. Running `.debug()` or increasing verbosity may pinpoint the trouble.

Stacktrace

Traceback (most recent call last):
  File "/jenkins/workspace/CE_gplibrary_Push_research_models/mosek/gpkit/gpkit/solvers/mosek_cli.py", line 87, in optimize
    solution_filename]).split(b"\n"):
  File "/usr/lib/python3.5/subprocess.py", line 626, in check_output
    **kwargs).stdout
  File "/usr/lib/python3.5/subprocess.py", line 708, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['mskexpopt', '/tmp/tmpjnn4_k_e/gpkit_mosek', '-sol', '/tmp/tmpjnn4_k_e/gpkit_mosek.sol']' returned non-zero exit status 26

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/jenkins/workspace/CE_gplibrary_Push_research_models/mosek/gpkit/gpkit/constraints/gp.py", line 212, in solve
    k=self.k, p_idxs=self.p_idxs, **solverargs)
  File "/jenkins/workspace/CE_gplibrary_Push_research_models/mosek/gpkit/gpkit/solvers/mosek_cli.py", line 95, in optimize
    raise UnknownInfeasible() from e
gpkit.exceptions.UnknownInfeasible

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/jenkins/workspace/CE_gplibrary_Push_research_models/mosek/gpkit/gpkit/tests/helpers.py", line 55, in test
    testfn(name, import_dict, path)(self)
  File "/jenkins/workspace/CE_gplibrary_Push_research_models/mosek/gpkit/gpkit/tests/from_paths.py", line 48, in <lambda>
    lambda self: getattr(self, name)()))  # pylint:disable=undefined-variable
  File "/jenkins/workspace/CE_gplibrary_Push_research_models/mosek/gpkit/gpkit/tests/from_paths.py", line 37, in test_fn
    mod.test()
  File "/jenkins/workspace/CE_gplibrary_Push_research_models/mosek/gplibrary/gpkitmodels/SP/SimPleAC/SimPleAC_multimission.py", line 68, in test
    sol = m.localsolve(verbosity=0)
  File "/jenkins/workspace/CE_gplibrary_Push_research_models/mosek/gpkit/gpkit/constraints/prog_factories.py", line 133, in solvefn
    result = progsolve(solver, verbosity=verbosity, **kwargs)
  File "/jenkins/workspace/CE_gplibrary_Push_research_models/mosek/gpkit/gpkit/constraints/sgp.py", line 160, in localsolve
    gen_result=False, **solveargs)
  File "/jenkins/workspace/CE_gplibrary_Push_research_models/mosek/gpkit/gpkit/constraints/gp.py", line 250, in solve
    raise infeasibility.__class__(msg) from infeasibility
gpkit.exceptions.UnknownInfeasible: Solver failed for an unknown reason. Relaxing constraints/constants, bounding variables, or using a different solver might fix it. Running `.debug()` or increasing verbosity may pinpoint the trouble.
		

Standard Output

Starting a sequence of GP solves
 for 4 free variables
  in 1 locally-GP constraints
  and for 21 free variables
       in 22 posynomial inequalities.

GP Solve 1
Using solver 'mosek_cli'
 for 21 free variables
  in 22 posynomial inequalities.
Solving took 0.151 seconds.
Solved cost was 5717.

GP Solve 2
Using solver 'mosek_cli'
 for 21 free variables
  in 22 posynomial inequalities.
Solving took 0.0788 seconds.
Solved cost was 4538.

GP Solve 3
Using solver 'mosek_cli'
 for 21 free variables
  in 22 posynomial inequalities.
Solving took 0.0346 seconds.
Solved cost was 4536.

GP Solve 4
Using solver 'mosek_cli'
 for 21 free variables
  in 22 posynomial inequalities.
Solving took 0.0491 seconds.
Solved cost was 4536.

Solving took 0.325 seconds and 4 GP solves.
Starting a sequence of GP solves
 for 4 free variables
  in 1 locally-GP constraints
  and for 21 free variables
       in 22 posynomial inequalities.

GP Solve 1
Using solver 'mosek_conif'
 for 21 free variables
  in 22 posynomial inequalities.
Solving took 0.0263 seconds.
Solved cost was 5717.

GP Solve 2
Using solver 'mosek_conif'
 for 21 free variables
  in 22 posynomial inequalities.
Solving took 0.0175 seconds.
Solved cost was 4538.

GP Solve 3
Using solver 'mosek_conif'
 for 21 free variables
  in 22 posynomial inequalities.
Solving took 0.0173 seconds.
Solved cost was 4536.

GP Solve 4
Using solver 'mosek_conif'
 for 21 free variables
  in 22 posynomial inequalities.
Solving took 0.0265 seconds.
Solved cost was 4536.

Solving took 0.0936 seconds and 4 GP solves.
	

Standard Error

/jenkins/workspace/CE_gplibrary_Push_research_models/mosek/gpkit/gpkit/constraints/sgp.py:180: UserWarning: SGP not convergent: Cost rose by 6.1% (1588.61 to 1685.18) on GP solve 2. Details can be found in `m.program.results` or by solving at a higher verbosity. Note convergence is not guaranteed for models with SignomialEqualities.
  prevcost, cost, len(self.gps)))
/jenkins/workspace/CE_gplibrary_Push_research_models/mosek/gpkit/gpkit/constraints/sgp.py:180: UserWarning: SGP not convergent: Cost rose by 6.1% (1588.61 to 1685.18) on GP solve 2. Details can be found in `m.program.results` or by solving at a higher verbosity. Note convergence is not guaranteed for models with SignomialEqualities.
  prevcost, cost, len(self.gps)))
/jenkins/workspace/CE_gplibrary_Push_research_models/mosek/gpkit/gpkit/constraints/sgp.py:180: UserWarning: SGP not convergent: Cost rose by 25% (3053.31 to 3816.15) on GP solve 2. Details can be found in `m.program.results` or by solving at a higher verbosity. Note convergence is not guaranteed for models with SignomialEqualities.
  prevcost, cost, len(self.gps)))
/jenkins/workspace/CE_gplibrary_Push_research_models/mosek/gpkit/gpkit/constraints/sgp.py:180: UserWarning: SGP not convergent: Cost rose by 0.32% (3808.98 to 3821.21) on GP solve 4. Details can be found in `m.program.results` or by solving at a higher verbosity. Note convergence is not guaranteed for models with SignomialEqualities.
  prevcost, cost, len(self.gps)))