Skip to content

Failed

gpkit.tests.from_paths.TestFiles.test_gassolar_gas_gas_py_mosek (from gpkit.tests.from_paths.TestFiles-20190627181145)

Failing for the past 1 build (Since Failed #98 )
Took 0.77 sec.

Error Message

'Mission.Loiter.t'

Stacktrace

Traceback (most recent call last):
  File "/jenkins/workspace/gplibrary_PR_Models/mosek/gpkit/gpkit/tests/helpers.py", line 63, in test
    testfn(name, import_dict, path)(self)
  File "/jenkins/workspace/gplibrary_PR_Models/mosek/gpkit/gpkit/tests/from_paths.py", line 51, in <lambda>
    lambda self: getattr(self, name)()))  # pylint:disable=undefined-variable
  File "/jenkins/workspace/gplibrary_PR_Models/mosek/gpkit/gpkit/tests/from_paths.py", line 40, in test_fn
    mod.test()
  File "gas.py", line 202, in test
  File "/jenkins/workspace/gplibrary_PR_Models/mosek/gpkit/gpkit/keydict.py", line 94, in update
    self[k] = v
  File "/jenkins/workspace/gplibrary_PR_Models/mosek/gpkit/gpkit/keydict.py", line 195, in __setitem__
    key, idx = self.parse_and_index(key)
  File "/jenkins/workspace/gplibrary_PR_Models/mosek/gpkit/gpkit/keydict.py", line 120, in parse_and_index
    raise KeyError(key)
KeyError: 'Mission.Loiter.t'
		

Standard Output

Using solver 'mosek'
Solving for 1250 variables.
Solving took 0.682 seconds.
Warning: Variable Re_Mission.2/FlightSegment/AircraftPerf/WingAero could cause inaccurate result because it is below lower bound. Solution is 102558.3537 but bound is 150000.0000
Warning: Variable Re_Mission.2/FlightSegment.10/AircraftPerf/WingAero could cause inaccurate result because it is below lower bound. Solution is 102558.3827 but bound is 150000.0000
Beginning signomial solve.
Solving took 4 GP solves and 2.29 seconds.
Warning: Variable Re_Mission.3/FlightSegment.10/AircraftPerf/WingAero could cause inaccurate result because it is below lower bound. Solution is 103406.0510 but bound is 150000.0000
Using solver 'mosek_cli'
Solving for 1250 variables.
Solving took 0.474 seconds.
Warning: Variable Re_Mission/FlightSegment/AircraftPerf/WingAero could cause inaccurate result because it is below lower bound. Solution is 102558.6388 but bound is 150000.0000
Warning: Variable Re_Mission/FlightSegment.10/AircraftPerf/WingAero could cause inaccurate result because it is below lower bound. Solution is 102558.6388 but bound is 150000.0000
Beginning signomial solve.
Solving took 4 GP solves and 3.02 seconds.
Warning: Variable Re_Mission.1/FlightSegment.10/AircraftPerf/WingAero could cause inaccurate result because it is below lower bound. Solution is 103406.1793 but bound is 150000.0000
	

Standard Error

/jenkins/workspace/gplibrary_PR_Models/mosek/venv2_gpkit/local/lib/python2.7/site-packages/pint/quantity.py:1377: UnitStrippedWarning: The unit of the quantity is stripped.
  warnings.warn("The unit of the quantity is stripped.", UnitStrippedWarning)
/jenkins/workspace/gplibrary_PR_Models/mosek/venv2_gpkit/local/lib/python2.7/site-packages/gassolar/environment/solar_irradiance.py:40: RuntimeWarning: overflow encountered in exp
  tau = np.exp(-0.175/costhsun)