Push event to branch Ticket6084 18:35:04 Connecting to https://api.github.com using sjoelund.se/****** (GitHub Access Token) Obtained Jenkinsfile from a5a09dfaef3c91dc555a6733c3b232564369d0f7 Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] stage [Pipeline] { (test) [Pipeline] parallel [Pipeline] { (Branch: python2) [Pipeline] { (Branch: python3) [Pipeline] stage [Pipeline] { (python2) [Pipeline] stage [Pipeline] { (python3) [Pipeline] node Running on asap-1 in /var/lib/jenkins1/ws/OMPython_Ticket6084 [Pipeline] node Running on ripper2-1 in /var/lib/jenkins1/ws/OMPython_Ticket6084 [Pipeline] { [Pipeline] { [Pipeline] checkout using credential github [Pipeline] checkout Fetching changes from the remote Git repository Cleaning workspace Fetching without tags using credential github Fetching changes from the remote Git repository Cleaning workspace Fetching without tags Checking out Revision a5a09dfaef3c91dc555a6733c3b232564369d0f7 (Ticket6084) Commit message: "fix ticket #6084" > git rev-parse --is-inside-work-tree # timeout=10 > git config remote.origin.url https://github.com/OpenModelica/OMPython.git # timeout=10 > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from https://github.com/OpenModelica/OMPython.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials GitHub Access Token > git fetch --no-tags --progress -- https://github.com/OpenModelica/OMPython.git +refs/heads/Ticket6084:refs/remotes/origin/Ticket6084 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a5a09dfaef3c91dc555a6733c3b232564369d0f7 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git branch -D Ticket6084 # timeout=10 > git checkout -b Ticket6084 a5a09dfaef3c91dc555a6733c3b232564369d0f7 # timeout=10 > git rev-list --no-walk a29dd2834c65e93bba3dc0e95828fcd6e91556f8 # timeout=10 Cleaning workspace > git rev-parse --is-inside-work-tree # timeout=10 > git config remote.origin.url https://github.com/OpenModelica/OMPython.git # timeout=10 > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from https://github.com/OpenModelica/OMPython.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials GitHub Access Token > git fetch --no-tags --progress -- https://github.com/OpenModelica/OMPython.git +refs/heads/Ticket6084:refs/remotes/origin/Ticket6084 # timeout=10 Checking out Revision a5a09dfaef3c91dc555a6733c3b232564369d0f7 (Ticket6084) Commit message: "fix ticket #6084" Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh [Pipeline] withEnv [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f a5a09dfaef3c91dc555a6733c3b232564369d0f7 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git branch -D Ticket6084 # timeout=10 > git checkout -b Ticket6084 a5a09dfaef3c91dc555a6733c3b232564369d0f7 # timeout=10 > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t 99544a3172fce9a5ccb39c4f2b816e57f37bb902 --pull -f .jenkins/python3/Dockerfile .jenkins/python3 Sending build context to Docker daemon 2.56kB Step 1/3 : FROM docker.openmodelica.org/build-deps:v1.16.2 v1.16.2: Pulling from build-deps Digest: sha256:ef85a65a4b895238f0080287981632dc1a0b144ee2d67b86a10e6cc9df150c9a Status: Image is up to date for docker.openmodelica.org/build-deps:v1.16.2 ---> 8c0f9eac200c Step 2/3 : RUN apt-get update && apt-get install -qy gnupg wget ca-certificates apt-transport-https sudo && echo "deb https://build.openmodelica.org/omc/builds/linux/releases/1.14.2/ `lsb_release -sc` release" > /etc/apt/sources.list.d/openmodelica.list && wget https://build.openmodelica.org/apt/openmodelica.asc -O- | apt-key add - && apt-get update && apt-get install -qy --no-install-recommends omc && rm -rf /var/lib/apt/lists/* ---> Using cache ---> c775661f7ca7 Step 3/3 : RUN pip3 install --no-cache pytest ---> Using cache ---> 30d1cf5dd184 Successfully built 30d1cf5dd184 Successfully tagged 99544a3172fce9a5ccb39c4f2b816e57f37bb902:latest [Pipeline] isUnix [Pipeline] sh + docker build -t 08a347a15216cf56b0aa78160bab159161cba142 --pull -f .jenkins/python2/Dockerfile .jenkins/python2 Sending build context to Docker daemon 2.56kB Step 1/3 : FROM docker.openmodelica.org/build-deps:v1.16.2 v1.16.2: Pulling from build-deps Digest: sha256:ef85a65a4b895238f0080287981632dc1a0b144ee2d67b86a10e6cc9df150c9a Status: Image is up to date for docker.openmodelica.org/build-deps:v1.16.2 ---> 8c0f9eac200c Step 2/3 : RUN apt-get update && apt-get install -qy gnupg wget ca-certificates apt-transport-https sudo && echo "deb https://build.openmodelica.org/omc/builds/linux/releases/1.14.2/ `lsb_release -sc` release" > /etc/apt/sources.list.d/openmodelica.list && wget https://build.openmodelica.org/apt/openmodelica.asc -O- | apt-key add - && apt-get update && apt-get install -qy --no-install-recommends omc && rm -rf /var/lib/apt/lists/* ---> Using cache ---> b3c29c912eeb Step 3/3 : RUN pip2 install --no-cache pytest ---> Using cache ---> def99d370364 Successfully built def99d370364 Successfully tagged 08a347a15216cf56b0aa78160bab159161cba142:latest [Pipeline] isUnix [Pipeline] sh + docker inspect -f . 99544a3172fce9a5ccb39c4f2b816e57f37bb902 . [Pipeline] withDockerContainer ripper2-1 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 -w /var/lib/jenkins1/ws/OMPython_Ticket6084 -v /var/lib/jenkins1/ws/OMPython_Ticket6084:/var/lib/jenkins1/ws/OMPython_Ticket6084:rw,z -v /var/lib/jenkins1/ws/OMPython_Ticket6084@tmp:/var/lib/jenkins1/ws/OMPython_Ticket6084@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 99544a3172fce9a5ccb39c4f2b816e57f37bb902 cat + docker inspect -f . 08a347a15216cf56b0aa78160bab159161cba142 . $ docker top 5ea195eef5f6859819be1a68834d4b5e70d971067422e0fef38e05192268cd3e -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer asap-1 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 -w /var/lib/jenkins1/ws/OMPython_Ticket6084 -v /var/lib/jenkins1/ws/OMPython_Ticket6084:/var/lib/jenkins1/ws/OMPython_Ticket6084:rw,z -v /var/lib/jenkins1/ws/OMPython_Ticket6084@tmp:/var/lib/jenkins1/ws/OMPython_Ticket6084@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 08a347a15216cf56b0aa78160bab159161cba142 cat $ docker top 6f21e56a7464527a832839d32a3948b19fd1aeb64ba55d4923a082ff0150ffb3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh + python3 setup.py build + python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/OMPython copying OMPython/__init__.py -> build/lib/OMPython copying OMPython/OMTypedParser.py -> build/lib/OMPython creating build/lib/OMPython/OMParser copying OMPython/OMParser/__init__.py -> build/lib/OMPython/OMParser [Pipeline] timeout Timeout set to expire in 3 min 0 sec [Pipeline] { [Pipeline] sh running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/OMPython copying OMPython/__init__.py -> build/lib.linux-x86_64-2.7/OMPython copying OMPython/OMTypedParser.py -> build/lib.linux-x86_64-2.7/OMPython creating build/lib.linux-x86_64-2.7/OMPython/OMParser copying OMPython/OMParser/__init__.py -> build/lib.linux-x86_64-2.7/OMPython/OMParser [Pipeline] timeout Timeout set to expire in 3 min 0 sec [Pipeline] { [Pipeline] sh + python3 /usr/local/bin/py.test -v --junitxml py3.xml tests + python2 /usr/local/bin/py.test -v --junitxml py2.xml tests ============================= test session starts ============================== platform linux -- Python 3.6.9, pytest-6.1.2, py-1.9.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /var/lib/jenkins1/ws/OMPython_Ticket6084 collecting ... collected 20 items tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop ============================= test session starts ============================== platform linux2 -- Python 2.7.17, pytest-4.6.11, py-1.9.0, pluggy-0.13.1 -- /usr/bin/python2 cachedir: .pytest_cache rootdir: /var/lib/jenkins1/ws/OMPython_Ticket6084 collecting ... collected 20 items tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop PASSED [ 5%] tests/test_OMParser.py::TypeCheckTester::testBoolean PASSED [ 10%] tests/test_OMParser.py::TypeCheckTester::testFloat PASSED [ 15%] tests/test_OMParser.py::TypeCheckTester::testIdent PASSED [ 20%] tests/test_OMParser.py::TypeCheckTester::testInt PASSED [ 25%] tests/test_OMParser.py::TypeCheckTester::testNewlineBehaviour PASSED [ 30%] tests/test_OMParser.py::TypeCheckTester::testStr PASSED [ 35%] tests/test_OMParser.py::TypeCheckTester::testUnStringable PASSED [ 40%] tests/test_ZMQ.py::ZMQTester::testHelloWorld PASSED [ 45%] tests/test_ZMQ.py::ZMQTester::testSimulate PASSED [ 50%] tests/test_ZMQ.py::ZMQTester::testTranslate PASSED [ 55%] tests/test_ZMQ.py::FindBestOMCSession::testHelloWorldBestOMCSession PASSED [ 60%] tests/test_typedParser.py::TypeCheckTester::testBoolean PASSED [ 65%] tests/test_typedParser.py::TypeCheckTester::testEmpty PASSED [ 70%] tests/test_typedParser.py::TypeCheckTester::testFloat PASSED [ 75%] tests/test_typedParser.py::TypeCheckTester::testIdent PASSED [ 80%] tests/test_typedParser.py::TypeCheckTester::testInt PASSED [ 85%] tests/test_typedParser.py::TypeCheckTester::testNewlineBehaviour PASSED [ 90%] tests/test_typedParser.py::TypeCheckTester::testStr PASSED [ 95%] tests/test_typedParser.py::TypeCheckTester::testUnStringable PASSED [100%] =============================== warnings summary =============================== OMPython/__init__.py:649 /var/lib/jenkins1/ws/OMPython_Ticket6084/OMPython/__init__.py:649: DeprecationWarning: invalid escape sequence \O """ -- Docs: https://docs.pytest.org/en/stable/warnings.html ----- generated xml file: /var/lib/jenkins1/ws/OMPython_Ticket6084/py3.xml ----- ======================== 20 passed, 1 warning in 14.65s ======================== [Pipeline] } [Pipeline] // timeout [Pipeline] sh + HOME=/var/lib/jenkins1/ws/OMPython_Ticket6084 python3 setup.py install --user running install running bdist_egg running egg_info creating OMPython.egg-info writing OMPython.egg-info/PKG-INFO writing dependency_links to OMPython.egg-info/dependency_links.txt writing requirements to OMPython.egg-info/requires.txt writing top-level names to OMPython.egg-info/top_level.txt writing manifest file 'OMPython.egg-info/SOURCES.txt' reading manifest file 'OMPython.egg-info/SOURCES.txt' writing manifest file 'OMPython.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/OMPython creating build/bdist.linux-x86_64/egg/OMPython/OMParser copying build/lib/OMPython/OMParser/__init__.py -> build/bdist.linux-x86_64/egg/OMPython/OMParser copying build/lib/OMPython/__init__.py -> build/bdist.linux-x86_64/egg/OMPython copying build/lib/OMPython/OMTypedParser.py -> build/bdist.linux-x86_64/egg/OMPython byte-compiling build/bdist.linux-x86_64/egg/OMPython/OMParser/__init__.py to __init__.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/OMPython/__init__.py to __init__.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/OMPython/OMTypedParser.py to OMTypedParser.cpython-36.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying OMPython.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying OMPython.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying OMPython.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying OMPython.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying OMPython.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... creating dist creating 'dist/OMPython-3.2.0-py3.6.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing OMPython-3.2.0-py3.6.egg Copying OMPython-3.2.0-py3.6.egg to /var/lib/jenkins1/ws/OMPython_Ticket6084/.local/lib/python3.6/site-packages Adding OMPython 3.2.0 to easy-install.pth file Installed /var/lib/jenkins1/ws/OMPython_Ticket6084/.local/lib/python3.6/site-packages/OMPython-3.2.0-py3.6.egg Processing dependencies for OMPython==3.2.0 Searching for pyzmq==19.0.2 Best match: pyzmq 19.0.2 Adding pyzmq 19.0.2 to easy-install.pth file Using /usr/local/lib/python3.6/dist-packages Searching for numpy==1.19.1 Best match: numpy 1.19.1 Adding numpy 1.19.1 to easy-install.pth file Installing f2py script to /var/lib/jenkins1/ws/OMPython_Ticket6084/.local/bin Installing f2py3 script to /var/lib/jenkins1/ws/OMPython_Ticket6084/.local/bin Installing f2py3.6 script to /var/lib/jenkins1/ws/OMPython_Ticket6084/.local/bin Using /usr/local/lib/python3.6/dist-packages Searching for pyparsing==2.4.7 Best match: pyparsing 2.4.7 Adding pyparsing 2.4.7 to easy-install.pth file Using /usr/local/lib/python3.6/dist-packages Searching for future==0.18.2 Best match: future 0.18.2 Adding future 0.18.2 to easy-install.pth file Installing futurize script to /var/lib/jenkins1/ws/OMPython_Ticket6084/.local/bin Installing pasteurize script to /var/lib/jenkins1/ws/OMPython_Ticket6084/.local/bin Using /usr/local/lib/python3.6/dist-packages Finished processing dependencies for OMPython==3.2.0 [Pipeline] junit Recording test results [Pipeline] } $ docker stop --time=1 5ea195eef5f6859819be1a68834d4b5e70d971067422e0fef38e05192268cd3e $ docker rm -f 5ea195eef5f6859819be1a68834d4b5e70d971067422e0fef38e05192268cd3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } PASSED [ 5%] tests/test_OMParser.py::TypeCheckTester::testBoolean PASSED [ 10%] tests/test_OMParser.py::TypeCheckTester::testFloat PASSED [ 15%] tests/test_OMParser.py::TypeCheckTester::testIdent PASSED [ 20%] tests/test_OMParser.py::TypeCheckTester::testInt PASSED [ 25%] tests/test_OMParser.py::TypeCheckTester::testNewlineBehaviour PASSED [ 30%] tests/test_OMParser.py::TypeCheckTester::testStr PASSED [ 35%] tests/test_OMParser.py::TypeCheckTester::testUnStringable PASSED [ 40%] tests/test_ZMQ.py::ZMQTester::testHelloWorld PASSED [ 45%] tests/test_ZMQ.py::ZMQTester::testSimulate PASSED [ 50%] tests/test_ZMQ.py::ZMQTester::testTranslate PASSED [ 55%] tests/test_ZMQ.py::FindBestOMCSession::testHelloWorldBestOMCSession PASSED [ 60%] tests/test_typedParser.py::TypeCheckTester::testBoolean PASSED [ 65%] tests/test_typedParser.py::TypeCheckTester::testEmpty PASSED [ 70%] tests/test_typedParser.py::TypeCheckTester::testFloat PASSED [ 75%] tests/test_typedParser.py::TypeCheckTester::testIdent PASSED [ 80%] tests/test_typedParser.py::TypeCheckTester::testInt PASSED [ 85%] tests/test_typedParser.py::TypeCheckTester::testNewlineBehaviour PASSED [ 90%] tests/test_typedParser.py::TypeCheckTester::testStr PASSED [ 95%] tests/test_typedParser.py::TypeCheckTester::testUnStringable PASSED [100%] =============================== warnings summary =============================== tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop tests/test_ModelicaSystem.py::ModelicaSystemTester::testModelicaSystemLoop /var/lib/jenkins1/ws/OMPython_Ticket6084/OMPython/__init__.py:815: DeprecationWarning: This method will be removed in future versions. Use 'list(elem)' or iteration over elem instead. ch = sv.getchildren() -- Docs: https://docs.pytest.org/en/latest/warnings.html ----- generated xml file: /var/lib/jenkins1/ws/OMPython_Ticket6084/py2.xml ----- =================== 20 passed, 30 warnings in 19.41 seconds ==================== [Pipeline] } [Pipeline] // timeout [Pipeline] sh + HOME=/var/lib/jenkins1/ws/OMPython_Ticket6084 python2 setup.py install --user running install running bdist_egg running egg_info creating OMPython.egg-info writing requirements to OMPython.egg-info/requires.txt writing OMPython.egg-info/PKG-INFO writing top-level names to OMPython.egg-info/top_level.txt writing dependency_links to OMPython.egg-info/dependency_links.txt writing manifest file 'OMPython.egg-info/SOURCES.txt' reading manifest file 'OMPython.egg-info/SOURCES.txt' writing manifest file 'OMPython.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/OMPython copying build/lib.linux-x86_64-2.7/OMPython/__init__.py -> build/bdist.linux-x86_64/egg/OMPython creating build/bdist.linux-x86_64/egg/OMPython/OMParser copying build/lib.linux-x86_64-2.7/OMPython/OMParser/__init__.py -> build/bdist.linux-x86_64/egg/OMPython/OMParser copying build/lib.linux-x86_64-2.7/OMPython/OMTypedParser.py -> build/bdist.linux-x86_64/egg/OMPython byte-compiling build/bdist.linux-x86_64/egg/OMPython/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/OMPython/OMParser/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/OMPython/OMTypedParser.py to OMTypedParser.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying OMPython.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying OMPython.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying OMPython.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying OMPython.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying OMPython.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... creating dist creating 'dist/OMPython-3.2.0-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing OMPython-3.2.0-py2.7.egg Copying OMPython-3.2.0-py2.7.egg to /var/lib/jenkins1/ws/OMPython_Ticket6084/.local/lib/python2.7/site-packages Adding OMPython 3.2.0 to easy-install.pth file Installed /var/lib/jenkins1/ws/OMPython_Ticket6084/.local/lib/python2.7/site-packages/OMPython-3.2.0-py2.7.egg Processing dependencies for OMPython==3.2.0 Searching for pyzmq==19.0.2 Best match: pyzmq 19.0.2 Adding pyzmq 19.0.2 to easy-install.pth file Using /usr/local/lib/python2.7/dist-packages Searching for numpy==1.16.6 Best match: numpy 1.16.6 Adding numpy 1.16.6 to easy-install.pth file Installing f2py2 script to /var/lib/jenkins1/ws/OMPython_Ticket6084/.local/bin Installing f2py script to /var/lib/jenkins1/ws/OMPython_Ticket6084/.local/bin Installing f2py2.7 script to /var/lib/jenkins1/ws/OMPython_Ticket6084/.local/bin Using /usr/local/lib/python2.7/dist-packages Searching for pyparsing==2.4.7 Best match: pyparsing 2.4.7 Adding pyparsing 2.4.7 to easy-install.pth file Using /usr/local/lib/python2.7/dist-packages Searching for future==0.18.2 Best match: future 0.18.2 Adding future 0.18.2 to easy-install.pth file Installing pasteurize script to /var/lib/jenkins1/ws/OMPython_Ticket6084/.local/bin Installing futurize script to /var/lib/jenkins1/ws/OMPython_Ticket6084/.local/bin Using /usr/local/lib/python2.7/dist-packages Finished processing dependencies for OMPython==3.2.0 [Pipeline] junit Recording test results [Pipeline] } $ docker stop --time=1 6f21e56a7464527a832839d32a3948b19fd1aeb64ba55d4923a082ff0150ffb3 $ docker rm -f 6f21e56a7464527a832839d32a3948b19fd1aeb64ba55d4923a082ff0150ffb3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS