Skip to content
Success

Console Output

Started by upstream project "CE_gpkit_Push_unit_tests" build number 793
originally caused by:
 Started by GitHub push by bqpd
 Started by GitHub push by bqpd
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on windows10x64 in workspace C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek
The recommended git tool is: NONE
using credential 3614a4cf-01de-4393-97de-73734b7dd5a2
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/convexengineering/gpkit
 > git init C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek # timeout=10
Fetching upstream changes from https://github.com/convexengineering/gpkit
 > git --version # timeout=10
 > git --version # 'git version 2.33.0.windows.2'
using GIT_SSH to set credentials 
 > git fetch --tags --force --progress -- https://github.com/convexengineering/gpkit +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/convexengineering/gpkit # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 16bf25ba1961f13386681e97741390a02beb54d3 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 16bf25ba1961f13386681e97741390a02beb54d3 # timeout=10
Commit message: "add SolutionEnsemble, err_on_relax for SGPs (#1568)"
 > git rev-list --no-walk a3e5fc25cf526f0be9fe2fbb8f45df177e27e40a # timeout=10
The recommended git tool is: NONE
using credential 3614a4cf-01de-4393-97de-73734b7dd5a2
 > git rev-parse "16bf25ba1961f13386681e97741390a02beb54d3^{commit}" # timeout=10
The recommended git tool is: NONE
using credential 3614a4cf-01de-4393-97de-73734b7dd5a2
[GitCheckoutListener] Recording commits of 'git https://github.com/convexengineering/gpkit'
[GitCheckoutListener] Found previous build 'CE_gpkit_Push_unit_tests/buildnode=windows10x64,optimizer=mosek #792' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since 'a3e5fc2'
[GitCheckoutListener] -> Using head commit '16bf25b' as starting point
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@65d87b5' to render commit links
[GitCheckoutListener] -> Recorded one new commit
Run condition [Execution node ] enabling prebuild for step [Execute shell]
Run condition [Execution node ] enabling prebuild for step [Execute Windows batch command]
[Set GitHub commit status (universal)] PENDING on repos [GHRepository@74265728[nodeId=MDEwOlJlcG9zaXRvcnkyMDk1NDI0Ng==,description=Geometric programming for engineers,homepage=http://gpkit.readthedocs.org,name=gpkit,fork=false,archived=false,visibility=public,size=44031,milestones={},language=Python,commits={},source=<null>,parent=<null>,isTemplate=false,compareUsePaginatedCommits=false,url=https://api.github.com/repos/convexengineering/gpkit,id=20954246,nodeId=<null>,createdAt=2014-06-18T08:04:06Z,updatedAt=2022-02-02T22:39:47Z]] (sha:16bf25b) with context:CE_gpkit_Push_unit_tests/buildnode=windows10x64,optimizer=mosek
Setting commit status on GitHub for https://github.com/convexengineering/gpkit/commit/16bf25ba1961f13386681e97741390a02beb54d3
[Execution node] check if [windows10x64] is in [[macys, macys_VM, reynolds, reynolds-ubuntu16]]
Run condition [Execution node ] preventing perform for step [Execute shell]
[Execution node] check if [windows10x64] is in [[windows10x64]]
Run condition [Execution node ] enabling perform for step [Execute Windows batch command]
[mosek] $ cmd /c call C:\Users\jenkins\AppData\Local\Temp\jenkins17110661480708231429.bat

C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek>REM download test scripts 

C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek>git clone ssh://acdl.mit.edu/home/svnroot/JenkinsGPkit 
Cloning into 'JenkinsGPkit'...

C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek>REM run tests 

C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek>call C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek\JenkinsGPkit\gpkit_unit_tests.bat  

C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek>REM turn on the anaconda console 

C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek>call JenkinsGPKit/conda_activate.bat 

C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek>REM turn on the anaconda console 

C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek>call C:\Miniconda3\Scripts\activate.bat 

(base) C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek>if 0 NEQ 0 goto activate_conda 

(base) C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek>echo on 

(base) C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek>virtualenv --system-site-packages C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek\venv_jenkins 
created virtual environment CPython3.9.7.final.0-64 in 4667ms
  creator CPython3Windows(dest=C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek\venv_jenkins, clear=False, no_vcs_ignore=False, global=True)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=C:\Users\jenkins\AppData\Local\pypa\virtualenv)
    added seed packages: pip==22.0.3, setuptools==60.9.3, wheel==0.37.1
  activators BashActivator,BatchActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator

(base) C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek>call C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek\venv_jenkins\Scripts\activate.bat 
gcc (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 6.4.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Requirement already satisfied: pip in c:\users\jenkins\workspace\ce_gpkit_push_unit_tests\buildnode\windows10x64\optimizer\mosek\venv_jenkins\lib\site-packages (22.0.3)
Collecting pip
  Using cached pip-22.0.4-py3-none-any.whl (2.1 MB)
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 22.0.3
    Uninstalling pip-22.0.3:
      Successfully uninstalled pip-22.0.3
Successfully installed pip-22.0.4
Collecting ad
  Using cached ad-1.3.2-py3-none-any.whl
Installing collected packages: ad
Successfully installed ad-1.3.2
Collecting unittest-xml-reporting
  Using cached unittest_xml_reporting-3.2.0-py2.py3-none-any.whl (20 kB)
Collecting lxml
  Using cached lxml-4.8.0-cp39-cp39-win_amd64.whl (3.6 MB)
Installing collected packages: lxml, unittest-xml-reporting
Successfully installed lxml-4.8.0 unittest-xml-reporting-3.2.0
Collecting adce
  Using cached adce-1.3.3.2-py3-none-any.whl
Installing collected packages: adce
Successfully installed adce-1.3.3.2
Collecting xmlrunner
  Using cached xmlrunner-1.7.7-py3-none-any.whl
Installing collected packages: xmlrunner
Successfully installed xmlrunner-1.7.7
Collecting pandas
  Using cached pandas-1.4.1-cp39-cp39-win_amd64.whl (10.5 MB)
Collecting python-dateutil>=2.8.1
  Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting pytz>=2020.1
  Using cached pytz-2022.1-py2.py3-none-any.whl (503 kB)
Collecting numpy>=1.18.5
  Using cached numpy-1.22.3-cp39-cp39-win_amd64.whl (14.7 MB)
Requirement already satisfied: six>=1.5 in c:\miniconda3\lib\site-packages (from python-dateutil>=2.8.1->pandas) (1.16.0)
Installing collected packages: pytz, python-dateutil, numpy, pandas
Successfully installed numpy-1.22.3 pandas-1.4.1 python-dateutil-2.8.2 pytz-2022.1
Collecting matplotlib
  Using cached matplotlib-3.5.1-cp39-cp39-win_amd64.whl (7.2 MB)
Requirement already satisfied: numpy>=1.17 in c:\users\jenkins\workspace\ce_gpkit_push_unit_tests\buildnode\windows10x64\optimizer\mosek\venv_jenkins\lib\site-packages (from matplotlib) (1.22.3)
Collecting kiwisolver>=1.0.1
  Downloading kiwisolver-1.4.2-cp39-cp39-win_amd64.whl (55 kB)
     ---------------------------------------- 55.4/55.4 KB ? eta 0:00:00
Collecting fonttools>=4.22.0
  Downloading fonttools-4.31.2-py3-none-any.whl (899 kB)
     ------------------------------------- 899.5/899.5 KB 11.4 MB/s eta 0:00:00
Collecting cycler>=0.10
  Using cached cycler-0.11.0-py3-none-any.whl (6.4 kB)
Collecting pillow>=6.2.0
  Using cached Pillow-9.0.1-cp39-cp39-win_amd64.whl (3.2 MB)
Requirement already satisfied: python-dateutil>=2.7 in c:\users\jenkins\workspace\ce_gpkit_push_unit_tests\buildnode\windows10x64\optimizer\mosek\venv_jenkins\lib\site-packages (from matplotlib) (2.8.2)
Collecting packaging>=20.0
  Using cached packaging-21.3-py3-none-any.whl (40 kB)
Collecting pyparsing>=2.2.1
  Using cached pyparsing-3.0.7-py3-none-any.whl (98 kB)
Requirement already satisfied: six>=1.5 in c:\miniconda3\lib\site-packages (from python-dateutil>=2.7->matplotlib) (1.16.0)
Installing collected packages: pyparsing, pillow, kiwisolver, fonttools, cycler, packaging, matplotlib
Successfully installed cycler-0.11.0 fonttools-4.31.2 kiwisolver-1.4.2 matplotlib-3.5.1 packaging-21.3 pillow-9.0.1 pyparsing-3.0.7
Collecting coverage
  Using cached coverage-6.3.2-cp39-cp39-win_amd64.whl (187 kB)
Installing collected packages: coverage
Successfully installed coverage-6.3.2
Requirement already satisfied: numpy in c:\users\jenkins\workspace\ce_gpkit_push_unit_tests\buildnode\windows10x64\optimizer\mosek\venv_jenkins\lib\site-packages (1.22.3)
Collecting scipy
  Using cached scipy-1.8.0-cp39-cp39-win_amd64.whl (36.9 MB)
Requirement already satisfied: numpy<1.25.0,>=1.17.3 in c:\users\jenkins\workspace\ce_gpkit_push_unit_tests\buildnode\windows10x64\optimizer\mosek\venv_jenkins\lib\site-packages (from scipy) (1.22.3)
Installing collected packages: scipy
Successfully installed scipy-1.8.0
Collecting pint
  Using cached Pint-0.18-py2.py3-none-any.whl (209 kB)
Requirement already satisfied: packaging in c:\users\jenkins\workspace\ce_gpkit_push_unit_tests\buildnode\windows10x64\optimizer\mosek\venv_jenkins\lib\site-packages (from pint) (21.3)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in c:\users\jenkins\workspace\ce_gpkit_push_unit_tests\buildnode\windows10x64\optimizer\mosek\venv_jenkins\lib\site-packages (from packaging->pint) (3.0.7)
Installing collected packages: pint
Successfully installed pint-0.18
Collecting ipysankeywidget
  Using cached ipysankeywidget-0.4.1-py2.py3-none-any.whl (1.2 MB)
Collecting ipywidgets>=7.0.0
  Downloading ipywidgets-7.7.0-py2.py3-none-any.whl (123 kB)
     -------------------------------------- 123.4/123.4 KB 7.5 MB/s eta 0:00:00
Collecting widgetsnbextension~=3.6.0
  Downloading widgetsnbextension-3.6.0-py2.py3-none-any.whl (1.6 MB)
     ---------------------------------------- 1.6/1.6 MB 16.9 MB/s eta 0:00:00
Collecting ipython-genutils~=0.2.0
  Using cached ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB)
Collecting traitlets>=4.3.1
  Using cached traitlets-5.1.1-py3-none-any.whl (102 kB)
Collecting ipykernel>=4.5.1
  Downloading ipykernel-6.10.0-py3-none-any.whl (130 kB)
     -------------------------------------- 130.2/130.2 KB 8.0 MB/s eta 0:00:00
Collecting nbformat>=4.2.0
  Downloading nbformat-5.2.0-py3-none-any.whl (74 kB)
     ---------------------------------------- 74.6/74.6 KB ? eta 0:00:00
Collecting jupyterlab-widgets>=1.0.0
  Using cached jupyterlab_widgets-1.1.0-py3-none-any.whl (245 kB)
Collecting ipython>=4.0.0
  Using cached ipython-8.2.0-py3-none-any.whl (750 kB)
Collecting matplotlib-inline<0.2.0,>=0.1.0
  Using cached matplotlib_inline-0.1.3-py3-none-any.whl (8.2 kB)
Collecting psutil
  Downloading psutil-5.9.0-cp39-cp39-win_amd64.whl (245 kB)
     -------------------------------------- 245.6/245.6 KB 7.4 MB/s eta 0:00:00
Collecting debugpy<2.0,>=1.0.0
  Using cached debugpy-1.6.0-cp39-cp39-win_amd64.whl (4.3 MB)
Collecting nest-asyncio
  Using cached nest_asyncio-1.5.4-py3-none-any.whl (5.1 kB)
Collecting tornado<7.0,>=5.0
  Using cached tornado-6.1-cp39-cp39-win_amd64.whl (422 kB)
Collecting jupyter-client<8.0
  Using cached jupyter_client-7.2.0-py3-none-any.whl (130 kB)
Collecting pickleshare
  Using cached pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB)
Collecting pygments>=2.4.0
  Using cached Pygments-2.11.2-py3-none-any.whl (1.1 MB)
Requirement already satisfied: setuptools>=18.5 in c:\users\jenkins\workspace\ce_gpkit_push_unit_tests\buildnode\windows10x64\optimizer\mosek\venv_jenkins\lib\site-packages (from ipython>=4.0.0->ipywidgets>=7.0.0->ipysankeywidget) (60.9.3)
Collecting backcall
  Using cached backcall-0.2.0-py2.py3-none-any.whl (11 kB)
Collecting colorama
  Using cached colorama-0.4.4-py2.py3-none-any.whl (16 kB)
Collecting decorator
  Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB)
Collecting stack-data
  Using cached stack_data-0.2.0-py3-none-any.whl (21 kB)
Collecting prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0
  Using cached prompt_toolkit-3.0.28-py3-none-any.whl (380 kB)
Collecting jedi>=0.16
  Using cached jedi-0.18.1-py2.py3-none-any.whl (1.6 MB)
Collecting jupyter-core
  Using cached jupyter_core-4.9.2-py3-none-any.whl (86 kB)
Collecting jsonschema!=2.5.0,>=2.4
  Using cached jsonschema-4.4.0-py3-none-any.whl (72 kB)
Collecting notebook>=4.4.1
  Downloading notebook-6.4.10-py3-none-any.whl (9.9 MB)
     ---------------------------------------- 9.9/9.9 MB 30.2 MB/s eta 0:00:00
Collecting parso<0.9.0,>=0.8.0
  Using cached parso-0.8.3-py2.py3-none-any.whl (100 kB)
Collecting attrs>=17.4.0
  Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0
  Using cached pyrsistent-0.18.1-cp39-cp39-win_amd64.whl (61 kB)
Collecting pyzmq>=17
  Using cached pyzmq-22.3.0-cp39-cp39-win_amd64.whl (1.0 MB)
Requirement already satisfied: python-dateutil>=2.1 in c:\users\jenkins\workspace\ce_gpkit_push_unit_tests\buildnode\windows10x64\optimizer\mosek\venv_jenkins\lib\site-packages (from jupyter-client<8.0->ipykernel>=4.5.1->ipywidgets>=7.0.0->ipysankeywidget) (2.8.2)
Collecting entrypoints
  Using cached entrypoints-0.4-py3-none-any.whl (5.3 kB)
Requirement already satisfied: pywin32>=1.0 in c:\miniconda3\lib\site-packages (from jupyter-core->nbformat>=4.2.0->ipywidgets>=7.0.0->ipysankeywidget) (302)
Collecting jinja2
  Downloading Jinja2-3.1.1-py3-none-any.whl (132 kB)
     -------------------------------------- 132.6/132.6 KB 7.6 MB/s eta 0:00:00
Collecting terminado>=0.8.3
  Using cached terminado-0.13.3-py3-none-any.whl (14 kB)
Collecting Send2Trash>=1.8.0
  Using cached Send2Trash-1.8.0-py3-none-any.whl (18 kB)
Collecting argon2-cffi
  Using cached argon2_cffi-21.3.0-py3-none-any.whl (14 kB)
Collecting nbconvert>=5
  Downloading nbconvert-6.4.5-py3-none-any.whl (561 kB)
     ------------------------------------- 561.4/561.4 KB 36.7 MB/s eta 0:00:00
Collecting prometheus-client
  Using cached prometheus_client-0.13.1-py3-none-any.whl (57 kB)
Collecting wcwidth
  Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Collecting asttokens
  Using cached asttokens-2.0.5-py2.py3-none-any.whl (20 kB)
Collecting executing
  Using cached executing-0.8.3-py2.py3-none-any.whl (16 kB)
Collecting pure-eval
  Using cached pure_eval-0.2.2-py3-none-any.whl (11 kB)
Collecting beautifulsoup4
  Downloading beautifulsoup4-4.10.0-py3-none-any.whl (97 kB)
     ---------------------------------------- 97.4/97.4 KB 5.8 MB/s eta 0:00:00
Collecting bleach
  Using cached bleach-4.1.0-py2.py3-none-any.whl (157 kB)
Collecting defusedxml
  Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Collecting testpath
  Using cached testpath-0.6.0-py3-none-any.whl (83 kB)
Collecting nbclient<0.6.0,>=0.5.0
  Downloading nbclient-0.5.13-py3-none-any.whl (70 kB)
     ---------------------------------------- 70.6/70.6 KB ? eta 0:00:00
Collecting jupyterlab-pygments
  Using cached jupyterlab_pygments-0.1.2-py2.py3-none-any.whl (4.6 kB)
Collecting pandocfilters>=1.4.1
  Using cached pandocfilters-1.5.0-py2.py3-none-any.whl (8.7 kB)
Collecting mistune<2,>=0.8.1
  Using cached mistune-0.8.4-py2.py3-none-any.whl (16 kB)
Collecting MarkupSafe>=2.0
  Using cached MarkupSafe-2.1.1-cp39-cp39-win_amd64.whl (17 kB)
Requirement already satisfied: six>=1.5 in c:\miniconda3\lib\site-packages (from python-dateutil>=2.1->jupyter-client<8.0->ipykernel>=4.5.1->ipywidgets>=7.0.0->ipysankeywidget) (1.16.0)
Collecting pywinpty>=1.1.0
  Using cached pywinpty-2.0.5-cp39-none-win_amd64.whl (1.4 MB)
Collecting argon2-cffi-bindings
  Using cached argon2_cffi_bindings-21.2.0-cp36-abi3-win_amd64.whl (30 kB)
Requirement already satisfied: cffi>=1.0.1 in c:\miniconda3\lib\site-packages (from argon2-cffi-bindings->argon2-cffi->notebook>=4.4.1->widgetsnbextension~=3.6.0->ipywidgets>=7.0.0->ipysankeywidget) (1.15.0)
Collecting soupsieve>1.2
  Using cached soupsieve-2.3.1-py3-none-any.whl (37 kB)
Collecting webencodings
  Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Requirement already satisfied: packaging in c:\users\jenkins\workspace\ce_gpkit_push_unit_tests\buildnode\windows10x64\optimizer\mosek\venv_jenkins\lib\site-packages (from bleach->nbconvert>=5->notebook>=4.4.1->widgetsnbextension~=3.6.0->ipywidgets>=7.0.0->ipysankeywidget) (21.3)
Requirement already satisfied: pycparser in c:\miniconda3\lib\site-packages (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi->notebook>=4.4.1->widgetsnbextension~=3.6.0->ipywidgets>=7.0.0->ipysankeywidget) (2.21)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in c:\users\jenkins\workspace\ce_gpkit_push_unit_tests\buildnode\windows10x64\optimizer\mosek\venv_jenkins\lib\site-packages (from packaging->bleach->nbconvert>=5->notebook>=4.4.1->widgetsnbextension~=3.6.0->ipywidgets>=7.0.0->ipysankeywidget) (3.0.7)
Installing collected packages: webencodings, wcwidth, Send2Trash, pure-eval, pickleshare, mistune, ipython-genutils, executing, backcall, traitlets, tornado, testpath, soupsieve, pyzmq, pywinpty, pyrsistent, pygments, psutil, prompt-toolkit, prometheus-client, parso, pandocfilters, nest-asyncio, MarkupSafe, jupyterlab-widgets, entrypoints, defusedxml, decorator, debugpy, colorama, attrs, asttokens, terminado, stack-data, matplotlib-inline, jupyterlab-pygments, jupyter-core, jsonschema, jinja2, jedi, bleach, beautifulsoup4, argon2-cffi-bindings, nbformat, jupyter-client, ipython, argon2-cffi, nbclient, ipykernel, nbconvert, notebook, widgetsnbextension, ipywidgets, ipysankeywidget
Successfully installed MarkupSafe-2.1.1 Send2Trash-1.8.0 argon2-cffi-21.3.0 argon2-cffi-bindings-21.2.0 asttokens-2.0.5 attrs-21.4.0 backcall-0.2.0 beautifulsoup4-4.10.0 bleach-4.1.0 colorama-0.4.4 debugpy-1.6.0 decorator-5.1.1 defusedxml-0.7.1 entrypoints-0.4 executing-0.8.3 ipykernel-6.10.0 ipysankeywidget-0.4.1 ipython-8.2.0 ipython-genutils-0.2.0 ipywidgets-7.7.0 jedi-0.18.1 jinja2-3.1.1 jsonschema-4.4.0 jupyter-client-7.2.0 jupyter-core-4.9.2 jupyterlab-pygments-0.1.2 jupyterlab-widgets-1.1.0 matplotlib-inline-0.1.3 mistune-0.8.4 nbclient-0.5.13 nbconvert-6.4.5 nbformat-5.2.0 nest-asyncio-1.5.4 notebook-6.4.10 pandocfilters-1.5.0 parso-0.8.3 pickleshare-0.7.5 prometheus-client-0.13.1 prompt-toolkit-3.0.28 psutil-5.9.0 pure-eval-0.2.2 pygments-2.11.2 pyrsistent-0.18.1 pywinpty-2.0.5 pyzmq-22.3.0 soupsieve-2.3.1 stack-data-0.2.0 terminado-0.13.3 testpath-0.6.0 tornado-6.1 traitlets-5.1.1 wcwidth-0.2.5 webencodings-0.5.1 widgetsnbextension-3.6.0
Collecting plotly
  Using cached plotly-5.6.0-py2.py3-none-any.whl (27.7 MB)
Collecting tenacity>=6.2.0
  Using cached tenacity-8.0.1-py3-none-any.whl (24 kB)
Requirement already satisfied: six in c:\miniconda3\lib\site-packages (from plotly) (1.16.0)
Installing collected packages: tenacity, plotly
Successfully installed plotly-5.6.0 tenacity-8.0.1
Problem
  Name                   :                 
  Objective sense        : min             
  Type                   : LO (linear optimization problem)
  Constraints            : 1               
  Cones                  : 0               
  Scalar variables       : 5000            
  Matrix variables       : 0               
  Integer variables      : 0               

Optimizer started.
Mosek license manager: License path: C:\Users\jenkins\mosek\mosek.lic
Mosek license manager:  Checkout license feature 'PTS' from flexlm.
Mosek license manager:  Checkout time 0.02. r: 0 status: 0
Interior-point optimizer started.
Presolve started.
Eliminator started.
Freed constraints in eliminator : 0
Eliminator terminated.
Eliminator - tries                  : 1                 time                   : 0.00            
Lin. dep.  - tries                  : 0                 time                   : 0.00            
Lin. dep.  - number                 : 0               
Presolve terminated. Time: 0.00    
Interior-point optimizer terminated. Time: 0.00. 

Optimizer terminated. Time: 0.11    
************************************
A license was checked out correctly.
************************************
1.8.0
1.22.3
0.18
No filename given.
Usage:
     mskexpopt FILENAME [-primal] [-dual] [-p parameterfile]
Return code: 1052
Description: MSK_RES_ERR_FILE_OPEN [An error occurred while opening a file.]
C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek\gpkit\small_scripts.py:71: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if sweep is "sweep" and (isinstance(value, Iterable) or  # pylint: disable=literal-comparison
C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek\gpkit\nomials\math.py:586: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if posy is 0:  # pylint: disable=literal-comparison
C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek\gpkit\nomials\math.py:590: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if negy is 0:  # pylint: disable=literal-comparison
C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek\gpkit\breakdowns.py:390: SyntaxWarning: "is" with a literal. Did you mean "=="?
  subhmap.units = None if units is 1 else units
.................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 209 tests in 55.079s

OK
Found no installed solvers, beginning a build.
# Building GPkit version 1.1
# Moving to the directory from which GPkit was imported.

Attempting to find and build solvers:

# Looking for `mosek_cli`
#   (A "success" is if mskexpopt complains that
#    we haven't specified a file for it to open.)
#     Calling 'mskexpopt'
##
### CALL BEGINS
### CALL ENDS
##

Found mosek_cli in the default PATH

# Looking for `mosek_conif`
#   Trying to import mosek...
# Did not find
# mosek_conif

# Looking for `cvxopt`
#   Trying to import cvxopt...
# Did not find
# cvxopt
Replaced found solvers (['mosek_cli']) with environment var GPKITSOLVERS (mosek_cli)

Found the following solvers: mosek_cli
#     Replacing directory env

GPkit is now installed with solver(s) ['mosek_cli']
To incorporate new solvers at a later date, run `gpkit.build()`.

If any tests didn't pass, please post the output above
(starting from "Found no installed solvers, beginning a build.")
to gpkit@mit.edu or https://github.com/convexengineering/gpkit/issues/new
so we can prevent others from having these errors.

The same goes for any other bugs you encounter with GPkit:
send 'em our way, along with any interesting models, speculative features,
comments, discussions, or clarifications you feel like sharing.

Finally, we hope you find our documentation (https://gpkit.readthedocs.io/)
and engineering-design models (https://github.com/convexengineering/gplibrary/)
to be useful resources for your own applications.

Enjoy!

{'installed_solvers': ['mosek_cli'], 'default_solver': 'mosek_cli', 'just built!': True}

Running tests...
----------------------------------------------------------------------
.................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 209 tests in 53.523s

OK

Generating XML reports...
C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek\venv_jenkins\lib\site-packages\coverage\control.py:793: CoverageWarning: No data was collected. (no-data-collected)
  self._warn("No data was collected.", slug="no-data-collected")
hello world
C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek\gpkit\breakdowns.py:390: SyntaxWarning: "is" with a literal. Did you mean "=="?
  subhmap.units = None if units is 1 else units
C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek\gpkit\nomials\math.py:586: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if posy is 0:  # pylint: disable=literal-comparison
C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek\gpkit\nomials\math.py:590: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if negy is 0:  # pylint: disable=literal-comparison
C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek\gpkit\small_scripts.py:71: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if sweep is "sweep" and (isinstance(value, Iterable) or  # pylint: disable=literal-comparison
Wrote HTML report to htmlcov\index.html
[Cobertura] Publishing Cobertura coverage report...

[Cobertura] No coverage results were found using the pattern 'coverage.xml' relative to 'C:\Users\jenkins\workspace\CE_gpkit_Push_unit_tests\buildnode\windows10x64\optimizer\mosek'.  Did you enter a pattern relative to the correct directory?  Did you generate the XML report(s) for Cobertura?

[Cobertura] Skipped cobertura reports.

Recording test results
[Checks API] No suitable checks publisher found.
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
Finished: SUCCESS