Skip to content

Failed

gpkit.tests.from_paths.TestFiles.test_model_print_perf_py_mosek_cli (from gpkit.tests.from_paths.TestFiles-20180801172443)

Failing for the past 1 build (Since Failed #97 )
Took 3.2 sec.

Error Message

Geometric Program is not fully bounded:   mfac_Mission/Aircraft/Wing has no upper bound

Stacktrace

Traceback (most recent call last):
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\helpers.py", line 63, in test
    testfn(name, import_dict, path)(self)
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 50, in <lambda>
    lambda self: getattr(self, name)()))  # pylint:disable=undefined-variable
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 39, in test_fn
    mod.test()
  File "print_perf.py", line 195, in test
  File "print_perf.py", line 43, in jho_subs
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\constraints\prog_factories.py", line 122, in solvefn
    self.program, progsolve = genfunction(self)
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\constraints\prog_factories.py", line 79, in programify
    prog = program(self.cost, self, constants, **kwargs)
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\constraints\sgp.py", line 64, in __init__
    self._gp = self.init_gp(self.substitutions)
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\constraints\sgp.py", line 193, in init_gp
    gp = GeometricProgram(self.cost, [gpconstrs, spapproxs], substitutions)
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\constraints\gp.py", line 93, in __init__
    + boundstrs)
ValueError: Geometric Program is not fully bounded:
  mfac_Mission/Aircraft/Wing has no upper bound
		

Standard Output

Beginning signomial solve.
Allowing negative dual variable(s) as small as -3.550810903987789e-14.
Allowing negative dual variable(s) as small as -9.81166103225517e-14.
Allowing negative dual variable(s) as small as -6.239480503447692e-14.
Allowing negative dual variable(s) as small as -2.571025261178389e-12.
Solving took 4 GP solves and 4.98 seconds.
Beginning signomial solve.
Allowing negative dual variable(s) as small as -1.993115958734415e-14.
Allowing negative dual variable(s) as small as -9.980178575924592e-14.
Allowing negative dual variable(s) as small as -5.759525885731809e-14.
Allowing negative dual variable(s) as small as -2.5372271015948467e-12.
Solving took 4 GP solves and 3.71 seconds.
	

Standard Error

c:\anaconda2\lib\site-packages\pandas\_libs\__init__.py:4: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected zd, got zd
  from .tslib import iNaT, NaT, Timestamp, Timedelta, OutOfBoundsDatetime
c:\anaconda2\lib\site-packages\pandas\__init__.py:26: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected zd, got zd
  from pandas._libs import (hashtable as _hashtable,
c:\anaconda2\lib\site-packages\pandas\core\dtypes\common.py:6: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected zd, got zd
  from pandas._libs import algos, lib
c:\anaconda2\lib\site-packages\pandas\core\util\hashing.py:7: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected zd, got zd
  from pandas._libs import hashing, tslib
c:\anaconda2\lib\site-packages\pandas\core\indexes\base.py:7: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected zd, got zd
  from pandas._libs import (lib, index as libindex, tslib as libts,
c:\anaconda2\lib\site-packages\pandas\tseries\offsets.py:21: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected zd, got zd
  import pandas._libs.tslibs.offsets as liboffsets
c:\anaconda2\lib\site-packages\pandas\core\ops.py:16: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected zd, got zd
  from pandas._libs import algos as libalgos, ops as libops
c:\anaconda2\lib\site-packages\pandas\core\indexes\interval.py:32: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected zd, got zd
  from pandas._libs.interval import (
c:\anaconda2\lib\site-packages\pandas\core\internals.py:14: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected zd, got zd
  from pandas._libs import internals as libinternals
c:\anaconda2\lib\site-packages\pandas\core\sparse\array.py:33: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected zd, got zd
  import pandas._libs.sparse as splib
c:\anaconda2\lib\site-packages\pandas\core\window.py:36: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected zd, got zd
  import pandas._libs.window as _window
c:\anaconda2\lib\site-packages\pandas\core\groupby\groupby.py:68: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected zd, got zd
  from pandas._libs import (lib, reduction,
c:\anaconda2\lib\site-packages\pandas\core\reshape\reshape.py:30: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected zd, got zd
  from pandas._libs import algos as _algos, reshape as _reshape
c:\anaconda2\lib\site-packages\pandas\io\parsers.py:45: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected zd, got zd
  import pandas._libs.parsers as parsers
c:\anaconda2\lib\site-packages\pandas\io\pytables.py:50: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected zd, got zd
  from pandas._libs import algos, lib, writers as libwriters