Push event to branch Ticket6084 17:49:58 Connecting to https://api.github.com using sjoelund.se/****** (GitHub Access Token) Obtained Jenkinsfile from 341d3fd115878ff7839867e08bfbb7136b54450f 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential github Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/OpenModelica/OMPython.git > git init /var/lib/jenkins1/ws/OMPython_Ticket6084 # 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 Cloning repository https://github.com/OpenModelica/OMPython.git > git init /var/lib/jenkins1/ws/OMPython_Ticket6084 # 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 Cleaning workspace Fetching without tags Cleaning workspace Fetching without tags Checking out Revision 341d3fd115878ff7839867e08bfbb7136b54450f (Ticket6084) Commit message: "fix ticket #6084" First time build. Skipping changelog. Cleaning workspace > git --version # timeout=10 > git --version # 'git version 2.17.1' Checking out Revision 341d3fd115878ff7839867e08bfbb7136b54450f (Ticket6084) Commit message: "fix ticket #6084" Cleaning workspace > git config remote.origin.url https://github.com/OpenModelica/OMPython.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/Ticket6084:refs/remotes/origin/Ticket6084 # timeout=10 > git config remote.origin.url https://github.com/OpenModelica/OMPython.git # timeout=10 > git rev-parse --verify HEAD # timeout=10 No valid HEAD. Skipping the resetting > git clean -fdx # timeout=10 Fetching upstream changes from https://github.com/OpenModelica/OMPython.git 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 341d3fd115878ff7839867e08bfbb7136b54450f # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b Ticket6084 341d3fd115878ff7839867e08bfbb7136b54450f # timeout=10 > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.17.1' > git config remote.origin.url https://github.com/OpenModelica/OMPython.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/Ticket6084:refs/remotes/origin/Ticket6084 # timeout=10 > git config remote.origin.url https://github.com/OpenModelica/OMPython.git # timeout=10 > git rev-parse --verify HEAD # timeout=10 No valid HEAD. Skipping the resetting > git clean -fdx # timeout=10 Fetching upstream changes from https://github.com/OpenModelica/OMPython.git 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 341d3fd115878ff7839867e08bfbb7136b54450f # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b Ticket6084 341d3fd115878ff7839867e08bfbb7136b54450f # timeout=10 > 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 + 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/* [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile ---> Running in c38e7c726ab4 [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/* ---> Running in 2f2dc9aab56e Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] Get:2 http://mirrors.ubuntu.com/mirrors.txt Mirrorlist [356 B] Get:3 http://ubuntu.mirror.su.se/ubuntu bionic InRelease [242 kB] Get:4 http://ftp.acc.umu.se/ubuntu bionic-updates InRelease [88.7 kB] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1353 kB] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] Get:2 http://mirrors.ubuntu.com/mirrors.txt Mirrorlist [356 B] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1748 kB] Get:10 http://ubuntu.mirror.su.se/ubuntu bionic/universe amd64 Packages [11.3 MB] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1748 kB] Get:11 http://ftp.acc.umu.se/ubuntu bionic-updates/main amd64 Packages [2165 kB] Get:5 https://mirror.duvaliden.com/ubuntu bionic-backports InRelease [74.6 kB] Get:12 http://ftp.acc.umu.se/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] Get:13 http://ftp.acc.umu.se/ubuntu bionic-updates/restricted amd64 Packages [239 kB] Get:14 http://ftp.acc.umu.se/ubuntu bionic-updates/universe amd64 Packages [2115 kB] Get:5 http://mirror.linux.pizza/ubuntu bionic-backports InRelease [74.6 kB] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1353 kB] Get:3 http://mirrors.c0urier.net/linux/ubuntu bionic InRelease [242 kB] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] Get:13 http://mirror.linux.pizza/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] Get:14 http://mirror.linux.pizza/ubuntu bionic-backports/main amd64 Packages [11.3 kB] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] Get:15 https://mirror.duvaliden.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] Get:16 https://mirror.duvaliden.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] Get:16 http://mirrors.c0urier.net/linux/ubuntu bionic/multiverse amd64 Packages [186 kB] Get:17 http://mirrors.c0urier.net/linux/ubuntu bionic/restricted amd64 Packages [13.5 kB] Get:18 http://mirrors.c0urier.net/linux/ubuntu bionic/universe amd64 Packages [11.3 MB] Get:17 http://ubuntu.mirror.su.se/ubuntu bionic/main amd64 Packages [1344 kB] Get:18 http://ubuntu.mirror.su.se/ubuntu bionic/multiverse amd64 Packages [186 kB] Get:19 http://mirrors.c0urier.net/linux/ubuntu bionic/main amd64 Packages [1344 kB] Get:19 http://ubuntu.mirror.su.se/ubuntu bionic/restricted amd64 Packages [13.5 kB] Fetched 21.3 MB in 2s (12.6 MB/s) Reading package lists...Fetched 21.3 MB in 2s (8949 kB/s) Reading package lists... Reading package lists... Reading package lists... Building dependency tree... Reading state information... wget is already the newest version (1.19.4-1ubuntu2.2). The following additional packages will be installed: dirmngr gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm gpgv Suggested packages: dbus-user-session pinentry-gnome3 tor parcimonie xloadimage scdaemon The following packages will be upgraded: apt-transport-https ca-certificates dirmngr gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm gpgv sudo 14 upgraded, 0 newly installed, 0 to remove and 161 not upgraded. Need to get 2732 kB of archives. After this operation, 18.4 kB of additional disk space will be used. Get:1 http://mirrors.ubuntu.com/mirrors.txt Mirrorlist [356 B] Get:6 http://ubuntu.mirror.su.se/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.3 [49.7 kB] Get:2 http://ftp.lysator.liu.se/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.3 [91.8 kB] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] Get:7 http://ftp.lysator.liu.se/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] Get:9 https://mirror.duvaliden.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] Get:14 http://mirror.linux.pizza/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] Get:3 https://ftpmirror1.infania.net/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] Get:10 https://mirror.duvaliden.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.3 [249 kB] Get:4 http://mirror.zetup.net/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] Get:5 https://ftpmirror1.infania.net/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.3 [127 kB] Get:13 https://mirror.duvaliden.com/ubuntu bionic-updates/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] Get:15 https://ftpmirror1.infania.net/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.12ubuntu0.1 [1692 B] Get:8 http://mirror.zetup.net/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.3 [215 kB] Building dependency tree... Reading state information... Get:11 http://mirror.zetup.net/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.3 [85.0 kB] debconf: delaying package configuration, since apt-utils is not installed wget is already the newest version (1.19.4-1ubuntu2.2). The following additional packages will be installed: dirmngr gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm gpgv Suggested packages: dbus-user-session pinentry-gnome3 tor parcimonie xloadimage scdaemon The following packages will be upgraded: apt-transport-https ca-certificates dirmngr gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm gpgv sudo Fetched 2733 kB in 1s (3757 kB/s) (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% 14 upgraded, 0 newly installed, 0 to remove and 161 not upgraded. Need to get 2732 kB of archives. After this operation, 18.4 kB of additional disk space will be used. Get:1 http://mirrors.ubuntu.com/mirrors.txt Mirrorlist [356 B] Get:2 http://mirrors.c0urier.net/linux/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.3 [91.8 kB] Get:14 http://ubuntu.mirror.su.se/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.3 [85.0 kB] Get:6 http://mirror.zetup.net/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.3 [49.7 kB] Get:3 http://ftp.lysator.liu.se/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] Get:13 http://mirror.linux.pizza/ubuntu bionic-updates/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] Get:10 http://mirrors.c0urier.net/linux/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.3 [249 kB] Get:4 https://ftpmirror1.infania.net/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.12ubuntu0.1 [1692 B] (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 114190 files and directories currently installed.) Preparing to unpack .../00-gpg-wks-client_2.2.4-1ubuntu1.3_amd64.deb ... Unpacking gpg-wks-client (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1.2) ... Preparing to unpack .../01-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... Unpacking dirmngr (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1.2) ... Get:12 http://mirrors.c0urier.net/linux/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] Get:7 http://mirror.operationtulip.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] Get:8 https://ftpmirror1.infania.net/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.3 [215 kB] Get:5 http://ftp.lysator.liu.se/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.3 [127 kB] Get:9 http://ftp.lysator.liu.se/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] Preparing to unpack .../02-gpg_2.2.4-1ubuntu1.3_amd64.deb ... Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1.2) ... Preparing to unpack .../03-gnupg-utils_2.2.4-1ubuntu1.3_amd64.deb ... Unpacking gnupg-utils (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1.2) ... Preparing to unpack .../04-gnupg-l10n_2.2.4-1ubuntu1.3_all.deb ... Unpacking gnupg-l10n (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1.2) ... debconf: delaying package configuration, since apt-utils is not installed Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1.2) ... Preparing to unpack .../06-gpgsm_2.2.4-1ubuntu1.3_amd64.deb ... Unpacking gpgsm (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1.2) ... Preparing to unpack .../07-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1.2) ... Preparing to unpack .../08-gnupg_2.2.4-1ubuntu1.3_amd64.deb ... Unpacking gnupg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1.2) ... Fetched 2733 kB in 0s (5529 kB/s) (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% Preparing to unpack .../09-gpg-wks-server_2.2.4-1ubuntu1.3_amd64.deb ... Unpacking gpg-wks-server (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1.2) ... Preparing to unpack .../10-gpgv_2.2.4-1ubuntu1.3_amd64.deb ... Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1.2) ... Setting up gpgv (2.2.4-1ubuntu1.3) ... (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 114190 files and directories currently installed.) Preparing to unpack .../00-gpg-wks-client_2.2.4-1ubuntu1.3_amd64.deb ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 114190 files and directories currently installed.) Preparing to unpack .../ca-certificates_20201027ubuntu0.18.04.1_all.deb ... Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... Preparing to unpack .../sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... Unpacking gpg-wks-client (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1.2) ... Preparing to unpack .../01-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... Unpacking sudo (1.8.21p2-3ubuntu1.3) over (1.8.21p2-3ubuntu1.2) ... Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.1_all.deb ... Unpacking apt-transport-https (1.6.12ubuntu0.1) over (1.6.12) ... Setting up apt-transport-https (1.6.12ubuntu0.1) ... Setting up sudo (1.8.21p2-3ubuntu1.3) ... Setting up gpgconf (2.2.4-1ubuntu1.3) ... Setting up gpg-agent (2.2.4-1ubuntu1.3) ... Setting up gnupg-l10n (2.2.4-1ubuntu1.3) ... Setting up gpgsm (2.2.4-1ubuntu1.3) ... Setting up gnupg-utils (2.2.4-1ubuntu1.3) ... Setting up ca-certificates (20201027ubuntu0.18.04.1) ... Unpacking dirmngr (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1.2) ... Preparing to unpack .../02-gpg_2.2.4-1ubuntu1.3_amd64.deb ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1.2) ... Preparing to unpack .../03-gnupg-utils_2.2.4-1ubuntu1.3_amd64.deb ... Unpacking gnupg-utils (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1.2) ... Preparing to unpack .../04-gnupg-l10n_2.2.4-1ubuntu1.3_all.deb ... Unpacking gnupg-l10n (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1.2) ... Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1.2) ... Preparing to unpack .../06-gpgsm_2.2.4-1ubuntu1.3_amd64.deb ... Unpacking gpgsm (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1.2) ... Preparing to unpack .../07-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1.2) ... Updating certificates in /etc/ssl/certs... Preparing to unpack .../08-gnupg_2.2.4-1ubuntu1.3_amd64.deb ... Unpacking gnupg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1.2) ... Preparing to unpack .../09-gpg-wks-server_2.2.4-1ubuntu1.3_amd64.deb ... Unpacking gpg-wks-server (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1.2) ... Preparing to unpack .../10-gpgv_2.2.4-1ubuntu1.3_amd64.deb ... Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1.2) ... Setting up gpgv (2.2.4-1ubuntu1.3) ... (Reading database ... 22 added, 17 removed; done. (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 114190 files and directories currently installed.) Preparing to unpack .../ca-certificates_20201027ubuntu0.18.04.1_all.deb ... Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... Setting up dirmngr (2.2.4-1ubuntu1.3) ... Setting up gpg (2.2.4-1ubuntu1.3) ... Setting up gpg-wks-server (2.2.4-1ubuntu1.3) ... Setting up gpg-wks-client (2.2.4-1ubuntu1.3) ... Setting up gnupg (2.2.4-1ubuntu1.3) ... Processing triggers for man-db (2.8.3-2ubuntu0.1) ... Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. done. --2020-10-30 16:50:15-- https://build.openmodelica.org/apt/openmodelica.asc Resolving build.openmodelica.org (build.openmodelica.org)... 130.236.180.159, 2001:6b0:17:f033:dad3:85ff:fe81:bb26 Connecting to build.openmodelica.org (build.openmodelica.org)|130.236.180.159|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1744 (1.7K) [text/plain] Saving to: 'STDOUT'  0K .    100% 129M=0s 2020-10-30 16:50:15 (129 MB/s) - written to stdout [1744/1744] Warning: apt-key output should not be parsed (stdout is not a terminal) OK Get:1 http://mirrors.ubuntu.com/mirrors.txt Mirrorlist [356 B] Ign:2 https://build.openmodelica.org/omc/builds/linux/releases/1.14.2 bionic InRelease Hit:3 http://ubuntu.mirror.su.se/ubuntu bionic InRelease Get:6 https://build.openmodelica.org/omc/builds/linux/releases/1.14.2 bionic Release [20.8 kB] Get:7 https://build.openmodelica.org/omc/builds/linux/releases/1.14.2 bionic Release.gpg [473 B] Get:4 http://mirror.zetup.net/ubuntu bionic-updates InRelease [88.7 kB] Hit:5 http://mirrors.c0urier.net/linux/ubuntu bionic-backports InRelease Hit:8 http://security.ubuntu.com/ubuntu bionic-security InRelease Preparing to unpack .../sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... Unpacking sudo (1.8.21p2-3ubuntu1.3) over (1.8.21p2-3ubuntu1.2) ... Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.1_all.deb ... Unpacking apt-transport-https (1.6.12ubuntu0.1) over (1.6.12) ... Get:9 https://build.openmodelica.org/omc/builds/linux/releases/1.14.2 bionic/release amd64 Packages [33.3 kB] Setting up apt-transport-https (1.6.12ubuntu0.1) ... Setting up sudo (1.8.21p2-3ubuntu1.3) ... Setting up gpgconf (2.2.4-1ubuntu1.3) ... Fetched 144 kB in 1s (219 kB/s) Reading package lists...Setting up gpg-agent (2.2.4-1ubuntu1.3) ... Setting up gnupg-l10n (2.2.4-1ubuntu1.3) ... Setting up gpgsm (2.2.4-1ubuntu1.3) ... Setting up gnupg-utils (2.2.4-1ubuntu1.3) ... Setting up ca-certificates (20201027ubuntu0.18.04.1) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: libomc libomcsimulation omc-common Suggested packages: python-beautifulsoup Recommended packages: omplot libsaxonb-java The following NEW packages will be installed: libomc libomcsimulation omc omc-common 0 upgraded, 4 newly installed, 0 to remove and 161 not upgraded. Need to get 9607 kB of archives. After this operation, 45.0 MB of additional disk space will be used. Get:1 https://build.openmodelica.org/omc/builds/linux/releases/1.14.2 bionic/release amd64 omc-common all 1.14.2-1 [626 kB] Get:2 https://build.openmodelica.org/omc/builds/linux/releases/1.14.2 bionic/release amd64 libomcsimulation amd64 1.14.2-1 [2728 kB] Get:3 https://build.openmodelica.org/omc/builds/linux/releases/1.14.2 bionic/release amd64 libomc amd64 1.14.2-1 [6105 kB] Get:4 https://build.openmodelica.org/omc/builds/linux/releases/1.14.2 bionic/release amd64 omc amd64 1.14.2-1 [147 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 9607 kB in 0s (42.1 MB/s) Selecting previously unselected package omc-common. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 114195 files and directories currently installed.) Preparing to unpack .../omc-common_1.14.2-1_all.deb ... Unpacking omc-common (1.14.2-1) ... Selecting previously unselected package libomcsimulation:amd64. Preparing to unpack .../libomcsimulation_1.14.2-1_amd64.deb ... Unpacking libomcsimulation:amd64 (1.14.2-1) ... Selecting previously unselected package libomc:amd64. Preparing to unpack .../libomc_1.14.2-1_amd64.deb ... Unpacking libomc:amd64 (1.14.2-1) ... Selecting previously unselected package omc. Preparing to unpack .../omc_1.14.2-1_amd64.deb ... Unpacking omc (1.14.2-1) ... Setting up omc-common (1.14.2-1) ... Setting up libomcsimulation:amd64 (1.14.2-1) ... Setting up libomc:amd64 (1.14.2-1) ... Setting up omc (1.14.2-1) ... Updating certificates in /etc/ssl/certs... 22 added, 17 removed; done. Setting up dirmngr (2.2.4-1ubuntu1.3) ... Setting up gpg (2.2.4-1ubuntu1.3) ... Setting up gpg-wks-server (2.2.4-1ubuntRu1.3) ... Setting up gpg-wks-client (2.2.4-1ubuntu1.3) ... Setting up gnupg (2.2.4-1ubuntu1.3) ... Processing triggers for man-db (2.8.3-2ubuntu0.1) ... emoving intermediate container 2f2dc9aab56e ---> c775661f7ca7 Step 3/3 : RUN pip3 install --no-cache pytest ---> Running in 880044b2d5ef Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... Updating certificates in /etc/ssl/certs... Collecting pytest 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... Downloading https://files.pythonhosted.org/packages/b1/ee/53945d50284906adb1e613fabf2e1b8b25926e8676854bb25b93564c0ce7/pytest-6.1.2-py3-none-any.whl (272kB) Collecting importlib-metadata>=0.12; python_version < "3.8" (from pytest) Downloading https://files.pythonhosted.org/packages/6d/6d/f4bb28424bc677bce1210bc19f69a43efe823e294325606ead595211f93e/importlib_metadata-2.0.0-py2.py3-none-any.whl Collecting attrs>=17.4.0 (from pytest) Downloading https://files.pythonhosted.org/packages/14/df/479736ae1ef59842f512548bacefad1abed705e400212acba43f9b0fa556/attrs-20.2.0-py2.py3-none-any.whl (48kB) Collecting iniconfig (from pytest) Downloading https://files.pythonhosted.org/packages/9b/dd/b3c12c6d707058fa947864b67f0c4e0c39ef8610988d7baea9578f3c48f3/iniconfig-1.1.1-py2.py3-none-any.whl Collecting py>=1.8.2 (from pytest) Downloading https://files.pythonhosted.org/packages/68/0f/41a43535b52a81e4f29e420a151032d26f08b62206840c48d14b70e53376/py-1.9.0-py2.py3-none-any.whl (99kB) Requirement already satisfied: packaging in /usr/local/lib/python3.6/dist-packages (from pytest) Collecting toml (from pytest) Downloading https://files.pythonhosted.org/packages/9f/e1/1b40b80f2e1663a6b9f497123c11d7d988c0919abbf3c3f2688e448c5363/toml-0.10.1-py2.py3-none-any.whl Collecting pluggy<1.0,>=0.12 (from pytest) Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pytest) done. done. --2020-10-30 16:50:23-- https://build.openmodelica.org/apt/openmodelica.asc Resolving build.openmodelica.org (build.openmodelica.org)... 130.236.180.159, 2001:6b0:17:f033:dad3:85ff:fe81:bb26 Connecting to build.openmodelica.org (build.openmodelica.org)|130.236.180.159|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1744 (1.7K) [text/plain] Saving to: 'STDOUT'  0K .       100% 56.6M=0s 2020-10-30 16:50:23 (56.6 MB/s) - written to stdout [1744/1744] Warning: apt-key output should not be parsed (stdout is not a terminal)  Downloading https://files.pythonhosted.org/packages/41/ad/6a4f1a124b325618a7fb758b885b68ff7b058eec47d9220a12ab38d90b1f/zipp-3.4.0-py3-none-any.whl Requirement already satisfied: pyparsing>=2.0.2 in /usr/local/lib/python3.6/dist-packages (from packaging->pytest) Requirement already satisfied: six in /usr/local/lib/python3.6/dist-packages (from packaging->pytest) Installing collected packages: zipp, importlib-metadata, attrs, iniconfig, py, toml, pluggy, pytest OK Successfully installed attrs-20.2.0 importlib-metadata-2.0.0 iniconfig-1.1.1 pluggy-0.13.1 py-1.9.0 pytest-6.1.2 toml-0.10.1 zipp-3.4.0 Ign:1 https://build.openmodelica.org/omc/builds/linux/releases/1.14.2 bionic InRelease Get:2 https://build.openmodelica.org/omc/builds/linux/releases/1.14.2 bionic Release [20.8 kB] Get:3 https://build.openmodelica.org/omc/builds/linux/releases/1.14.2 bionic Release.gpg [473 B] Get:4 http://mirrors.ubuntu.com/mirrors.txt Mirrorlist [356 B] Get:7 http://mirror.zetup.net/ubuntu bionic-backports InRelease [74.6 kB] Hit:5 http://archive.ubuntu.com/ubuntu bionic InRelease Get:6 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] Get:8 https://build.openmodelica.org/omc/builds/linux/releases/1.14.2 bionic/release amd64 Packages [33.3 kB] Hit:9 http://security.ubuntu.com/ubuntu bionic-security InRelease Removing intermediate container 880044b2d5ef ---> 30d1cf5dd184 Successfully built 30d1cf5dd184 Successfully tagged 99544a3172fce9a5ccb39c4f2b816e57f37bb902:latest [Pipeline] isUnix [Pipeline] sh Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] Fetched 2383 kB in 1s (1770 kB/s) Reading package lists...+ 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 ******** 99544a3172fce9a5ccb39c4f2b816e57f37bb902 cat $ docker top ea0c1938055c2bfb6a3d51ab9e14d2f376b2ec56e2096be31450f58d7ac84662 -eo pid,comm [Pipeline] { [Pipeline] sh + python3 setup.py build Reading package lists...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 + python3 /usr/local/bin/py.test -v --junitxml py3.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 Building dependency tree... Reading state information... The following additional packages will be installed: libomc libomcsimulation omc-common Suggested packages: python-beautifulsoup Recommended packages: omplot libsaxonb-java The following NEW packages will be installed: libomc libomcsimulation omc omc-common 0 upgraded, 4 newly installed, 0 to remove and 161 not upgraded. Need to get 9607 kB of archives. After this operation, 45.0 MB of additional disk space will be used. Get:1 https://build.openmodelica.org/omc/builds/linux/releases/1.14.2 bionic/release amd64 omc-common all 1.14.2-1 [626 kB] Get:2 https://build.openmodelica.org/omc/builds/linux/releases/1.14.2 bionic/release amd64 libomcsimulation amd64 1.14.2-1 [2728 kB] Get:3 https://build.openmodelica.org/omc/builds/linux/releases/1.14.2 bionic/release amd64 libomc amd64 1.14.2-1 [6105 kB] Get:4 https://build.openmodelica.org/omc/builds/linux/releases/1.14.2 bionic/release amd64 omc amd64 1.14.2-1 [147 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 9607 kB in 0s (42.5 MB/s) Selecting previously unselected package omc-common. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 114195 files and directories currently installed.) Preparing to unpack .../omc-common_1.14.2-1_all.deb ... Unpacking omc-common (1.14.2-1) ... Selecting previously unselected package libomcsimulation:amd64. Preparing to unpack .../libomcsimulation_1.14.2-1_amd64.deb ... Unpacking libomcsimulation:amd64 (1.14.2-1) ... Selecting previously unselected package libomc:amd64. Preparing to unpack .../libomc_1.14.2-1_amd64.deb ... Unpacking libomc:amd64 (1.14.2-1) ... Selecting previously unselected package omc. Preparing to unpack .../omc_1.14.2-1_amd64.deb ... Unpacking omc (1.14.2-1) ... Setting up omc-common (1.14.2-1) ... Setting up libomcsimulation:amd64 (1.14.2-1) ... Setting up libomc:amd64 (1.14.2-1) ... Setting up omc (1.14.2-1) ... Removing intermediate container c38e7c726ab4 ---> b3c29c912eeb Step 3/3 : RUN pip2 install --no-cache pytest ---> Running in 995a020ca515 Collecting pytest Downloading https://files.pythonhosted.org/packages/70/c7/e8cb4a537ee4fc497ac80a606a667fd1832f28ad3ddbfa25bf30473eae13/pytest-4.6.11-py2.py3-none-any.whl (231kB) Collecting importlib-metadata>=0.12; python_version < "3.8" (from pytest) Downloading https://files.pythonhosted.org/packages/6d/6d/f4bb28424bc677bce1210bc19f69a43efe823e294325606ead595211f93e/importlib_metadata-2.0.0-py2.py3-none-any.whl Collecting funcsigs>=1.0; python_version < "3.0" (from pytest) Downloading https://files.pythonhosted.org/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl Collecting py>=1.5.0 (from pytest) Downloading https://files.pythonhosted.org/packages/68/0f/41a43535b52a81e4f29e420a151032d26f08b62206840c48d14b70e53376/py-1.9.0-py2.py3-none-any.whl (99kB) Collecting pathlib2>=2.2.0; python_version < "3.6" (from pytest) Downloading https://files.pythonhosted.org/packages/e9/45/9c82d3666af4ef9f221cbb954e1d77ddbb513faf552aea6df5f37f1a4859/pathlib2-2.3.5-py2.py3-none-any.whl Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python2.7/dist-packages (from pytest) Collecting pluggy<1.0,>=0.12 (from pytest) Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl Collecting attrs>=17.4.0 (from pytest) Downloading https://files.pythonhosted.org/packages/14/df/479736ae1ef59842f512548bacefad1abed705e400212acba43f9b0fa556/attrs-20.2.0-py2.py3-none-any.whl (48kB) Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7" (from pytest) Downloading https://files.pythonhosted.org/packages/2f/9d/dcfe59e213093695f108508af1214cf9cd95cc5489e46877ec5cb56369e5/more_itertools-5.0.0-py2-none-any.whl (52kB) Collecting atomicwrites>=1.0 (from pytest) 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 Downloading https://files.pythonhosted.org/packages/2c/a0/da5f49008ec6e9a658dbf5d7310a4debd397bce0b4db03cf8a410066bb87/atomicwrites-1.4.0-py2.py3-none-any.whl Requirement already satisfied: packaging in /usr/local/lib/python2.7/dist-packages (from pytest) Collecting wcwidth (from pytest) Downloading https://files.pythonhosted.org/packages/59/7c/e39aca596badaf1b78e8f547c807b04dae603a433d3e7a7e04d67f2ef3e5/wcwidth-0.2.5-py2.py3-none-any.whl Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pytest) PASSED [ 55%] tests/test_ZMQ.py::FindBestOMCSession::testHelloWorldBestOMCSession Downloading https://files.pythonhosted.org/packages/96/0a/67556e9b7782df7118c1f49bdc494da5e5e429c93aa77965f33e81287c8c/zipp-1.2.0-py2.py3-none-any.whl Collecting configparser>=3.5; python_version < "3" (from importlib-metadata>=0.12; python_version < "3.8"->pytest) Downloading https://files.pythonhosted.org/packages/7a/2a/95ed0501cf5d8709490b1d3a3f9b5cf340da6c433f896bbe9ce08dbe6785/configparser-4.0.2-py2.py3-none-any.whl Collecting contextlib2; python_version < "3" (from importlib-metadata>=0.12; python_version < "3.8"->pytest) Downloading https://files.pythonhosted.org/packages/85/60/370352f7ef6aa96c52fb001831622f50f923c1d575427d021b8ab3311236/contextlib2-0.6.0.post1-py2.py3-none-any.whl Collecting scandir; python_version < "3.5" (from pathlib2>=2.2.0; python_version < "3.6"->pytest) Downloading https://files.pythonhosted.org/packages/df/f5/9c052db7bd54d0cbf1bc0bb6554362bba1012d03e5888950a4f5c5dadc4e/scandir-1.10.0.tar.gz 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 8.86s ========================= [Pipeline] } [Pipeline] // timeout [Pipeline] sh + HOME=/var/lib/jenkins1/ws/OMPython_Ticket6084 python3 setup.py install --user Requirement already satisfied: pyparsing>=2.0.2 in /usr/local/lib/python2.7/dist-packages (from packaging->pytest) Collecting backports.functools-lru-cache>=1.2.1; python_version < "3.2" (from wcwidth->pytest) Downloading https://files.pythonhosted.org/packages/da/d1/080d2bb13773803648281a49e3918f65b31b7beebf009887a529357fd44a/backports.functools_lru_cache-1.6.1-py2.py3-none-any.whl Installing collected packages: contextlib2, zipp, configparser, scandir, pathlib2, importlib-metadata, funcsigs, py, pluggy, attrs, more-itertools, atomicwrites, backports.functools-lru-cache, wcwidth, pytest Running setup.py install for scandir: started 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 ea0c1938055c2bfb6a3d51ab9e14d2f376b2ec56e2096be31450f58d7ac84662 Running setup.py install for scandir: finished with status 'done' Successfully installed atomicwrites-1.4.0 attrs-20.2.0 backports.functools-lru-cache-1.6.1 configparser-4.0.2 contextlib2-0.6.0.post1 funcsigs-1.0.2 importlib-metadata-2.0.0 more-itertools-5.0.0 pathlib2-2.3.5 pluggy-0.13.1 py-1.9.0 pytest-4.6.11 scandir-1.10.0 wcwidth-0.2.5 zipp-1.2.0 $ docker rm -f ea0c1938055c2bfb6a3d51ab9e14d2f376b2ec56e2096be31450f58d7ac84662 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Removing intermediate container 995a020ca515 ---> def99d370364 Successfully built def99d370364 Successfully tagged 08a347a15216cf56b0aa78160bab159161cba142:latest [Pipeline] isUnix [Pipeline] sh + docker inspect -f . 08a347a15216cf56b0aa78160bab159161cba142 . [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 ******** 08a347a15216cf56b0aa78160bab159161cba142 cat $ docker top 40476043322a123be616602c55e1c6dcc9fded8e80038b96b48fc3a5f0ee8134 -eo pid,comm [Pipeline] { [Pipeline] sh + python2 setup.py build 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 + python2 /usr/local/bin/py.test -v --junitxml py2.xml tests ============================= 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 =============================== 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, 10 warnings in 11.45 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 40476043322a123be616602c55e1c6dcc9fded8e80038b96b48fc3a5f0ee8134 $ docker rm -f 40476043322a123be616602c55e1c6dcc9fded8e80038b96b48fc3a5f0ee8134 [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