Skip to content

Console Output

Push event to branch dependabot/pip/pillow-10.0.1
01:52:25 Connecting to https://api.github.com using GitHub Access Token
Obtained Jenkinsfile from 45331266fdc2ce51347fa03ea52ff6f273bf7351
[Pipeline] Start of Pipeline
[Pipeline] stage
[Pipeline] { (test)
[Pipeline] parallel
[Pipeline] { (Branch: python3)
[Pipeline] stage
[Pipeline] { (python3)
[Pipeline] node
Running on asap-2 in /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential github
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/OpenModelica/OMSens.git
 > git init /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1 # timeout=10
Fetching upstream changes from https://github.com/OpenModelica/OMSens.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --force --progress -- https://github.com/OpenModelica/OMSens.git +refs/heads/dependabot/pip/pillow-10.0.1:refs/remotes/origin/dependabot/pip/pillow-10.0.1 # timeout=10
Avoid second fetch
Checking out Revision 45331266fdc2ce51347fa03ea52ff6f273bf7351 (dependabot/pip/pillow-10.0.1)
Commit message: "Bump pillow from 9.0.1 to 10.0.1"
First time build. Skipping changelog.
Cleaning workspace
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git config remote.origin.url https://github.com/OpenModelica/OMSens.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/dependabot/pip/pillow-10.0.1:refs/remotes/origin/dependabot/pip/pillow-10.0.1 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 45331266fdc2ce51347fa03ea52ff6f273bf7351 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b dependabot/pip/pillow-10.0.1 45331266fdc2ce51347fa03ea52ff6f273bf7351 # 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 c7d6d83e630e42033cee23ca803917282ac5f289 --pull -f .jenkins/python3/Dockerfile .jenkins/python3
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

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
23884877105a: Pulling fs layer
bc38caa0f5b9: Pulling fs layer
2910811b6c42: Pulling fs layer
36505266dcc6: Pulling fs layer
d07974147cf8: Pulling fs layer
f442b9ab76cb: Pulling fs layer
f1d59ab47f0d: Pulling fs layer
d07974147cf8: Waiting
36505266dcc6: Waiting
f442b9ab76cb: Waiting
f1d59ab47f0d: Waiting
2910811b6c42: Download complete
bc38caa0f5b9: Download complete
36505266dcc6: Verifying Checksum
36505266dcc6: Download complete
f442b9ab76cb: Download complete
23884877105a: Verifying Checksum
23884877105a: Download complete
f1d59ab47f0d: Verifying Checksum
f1d59ab47f0d: Download complete
23884877105a: Pull complete
bc38caa0f5b9: Pull complete
2910811b6c42: Pull complete
36505266dcc6: Pull complete
d07974147cf8: Download complete
d07974147cf8: Pull complete
f442b9ab76cb: Pull complete
f1d59ab47f0d: Pull complete
Digest: sha256:ef85a65a4b895238f0080287981632dc1a0b144ee2d67b86a10e6cc9df150c9a
Status: Downloaded newer image 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 omlib-modelica-3.2.2   && rm -rf /var/lib/apt/lists/*
 ---> Running in bdef139ee816
Get:1 http://mirrors.ubuntu.com/mirrors.txt Mirrorlist [279 B]
Get:2 http://mirror.zetup.net/ubuntu bionic InRelease [242 kB]
Get:3 https://mirror.bahnhof.net/ubuntu bionic-updates InRelease [88.7 kB]
Get:5 https://mirror.bahnhof.net/ubuntu bionic-updates/main amd64 Packages [3691 kB]
Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB]
Get:6 https://mirror.bahnhof.net/ubuntu bionic-updates/multiverse amd64 Packages [30.8 kB]
Get:7 http://mirror.zetup.net/ubuntu bionic/multiverse amd64 Packages [186 kB]
Get:8 https://mirror.bahnhof.net/ubuntu bionic-updates/restricted amd64 Packages [1587 kB]
Get:9 https://mirror.bahnhof.net/ubuntu bionic-updates/universe amd64 Packages [2393 kB]
Get:10 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:11 http://mirror.zetup.net/ubuntu bionic/universe amd64 Packages [11.3 MB]
Get:12 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [20.6 kB]
Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [64.0 kB]
Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1637 kB]
Get:15 http://mirror.zetup.net/ubuntu bionic/restricted amd64 Packages [13.5 kB]
Get:16 http://mirror.zetup.net/ubuntu bionic/main amd64 Packages [1344 kB]
Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [3373 kB]
Get:18 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [23.8 kB]
Get:19 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1688 kB]
Fetched 27.9 MB in 3s (9584 kB/s)
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 356 not upgraded.
Need to get 2735 kB of archives.
After this operation, 10.2 kB of additional disk space will be used.
Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20230311ubuntu0.18.04.1 [151 kB]
Get:2 http://mirrors.ubuntu.com/mirrors.txt Mirrorlist [279 B]
Ign:3 https://mirror.se.altushost.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.6
Get:13 http://ubuntu.mirror.su.se/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.6 [198 kB]
Get:4 http://ftp.acc.umu.se/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.6 [317 kB]
Get:7 https://mirror.bahnhof.net/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.6 [50.1 kB]
Get:10 http://mirror.zetup.net/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.6 [124 kB]
Get:5 http://ftp.acc.umu.se/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.6 [468 kB]
Get:12 http://mirror.zetup.net/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.6 [85.0 kB]
Get:6 http://ftp.acc.umu.se/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.6 [128 kB]
Get:15 http://ftp.acc.umu.se/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.17 [1692 B]
Get:11 https://mirror.bahnhof.net/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.6 [249 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.6 [227 kB]
Get:3 https://mirror.bahnhof.net/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.6 [91.8 kB]
Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.6 [215 kB]
Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.6 [430 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 2735 kB in 1s (2427 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%
(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.6_amd64.deb ...
Unpacking gpg-wks-client (2.2.4-1ubuntu1.6) over (2.2.4-1ubuntu1.2) ...
Preparing to unpack .../01-dirmngr_2.2.4-1ubuntu1.6_amd64.deb ...
Unpacking dirmngr (2.2.4-1ubuntu1.6) over (2.2.4-1ubuntu1.2) ...
Preparing to unpack .../02-gpg_2.2.4-1ubuntu1.6_amd64.deb ...
Unpacking gpg (2.2.4-1ubuntu1.6) over (2.2.4-1ubuntu1.2) ...
Preparing to unpack .../03-gnupg-utils_2.2.4-1ubuntu1.6_amd64.deb ...
Unpacking gnupg-utils (2.2.4-1ubuntu1.6) over (2.2.4-1ubuntu1.2) ...
Preparing to unpack .../04-gnupg-l10n_2.2.4-1ubuntu1.6_all.deb ...
Unpacking gnupg-l10n (2.2.4-1ubuntu1.6) over (2.2.4-1ubuntu1.2) ...
Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.6_amd64.deb ...
Unpacking gpg-agent (2.2.4-1ubuntu1.6) over (2.2.4-1ubuntu1.2) ...
Preparing to unpack .../06-gpgsm_2.2.4-1ubuntu1.6_amd64.deb ...
Unpacking gpgsm (2.2.4-1ubuntu1.6) over (2.2.4-1ubuntu1.2) ...
Preparing to unpack .../07-gpgconf_2.2.4-1ubuntu1.6_amd64.deb ...
Unpacking gpgconf (2.2.4-1ubuntu1.6) over (2.2.4-1ubuntu1.2) ...
Preparing to unpack .../08-gnupg_2.2.4-1ubuntu1.6_amd64.deb ...
Unpacking gnupg (2.2.4-1ubuntu1.6) over (2.2.4-1ubuntu1.2) ...
Preparing to unpack .../09-gpg-wks-server_2.2.4-1ubuntu1.6_amd64.deb ...
Unpacking gpg-wks-server (2.2.4-1ubuntu1.6) over (2.2.4-1ubuntu1.2) ...
Preparing to unpack .../10-gpgv_2.2.4-1ubuntu1.6_amd64.deb ...
Unpacking gpgv (2.2.4-1ubuntu1.6) over (2.2.4-1ubuntu1.2) ...
Setting up gpgv (2.2.4-1ubuntu1.6) ...
(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_20230311ubuntu0.18.04.1_all.deb ...
Unpacking ca-certificates (20230311ubuntu0.18.04.1) over (20180409) ...
Preparing to unpack .../sudo_1.8.21p2-3ubuntu1.6_amd64.deb ...
Unpacking sudo (1.8.21p2-3ubuntu1.6) over (1.8.21p2-3ubuntu1.2) ...
Preparing to unpack .../apt-transport-https_1.6.17_all.deb ...
Unpacking apt-transport-https (1.6.17) over (1.6.12) ...
Setting up apt-transport-https (1.6.17) ...
Setting up sudo (1.8.21p2-3ubuntu1.6) ...
Setting up gpgconf (2.2.4-1ubuntu1.6) ...
Setting up gpg-agent (2.2.4-1ubuntu1.6) ...
Setting up gnupg-l10n (2.2.4-1ubuntu1.6) ...
Setting up gpgsm (2.2.4-1ubuntu1.6) ...
Setting up gnupg-utils (2.2.4-1ubuntu1.6) ...
Setting up ca-certificates (20230311ubuntu0.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
Updating certificates in /etc/ssl/certs...
rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
49 added, 45 removed; done.
Setting up dirmngr (2.2.4-1ubuntu1.6) ...
Setting up gpg (2.2.4-1ubuntu1.6) ...
Setting up gpg-wks-server (2.2.4-1ubuntu1.6) ...
Setting up gpg-wks-client (2.2.4-1ubuntu1.6) ...
Setting up gnupg (2.2.4-1ubuntu1.6) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for ca-certificates (20230311ubuntu0.18.04.1) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...

done.
done.
--2023-10-03 23:54:29--  https://build.openmodelica.org/apt/openmodelica.asc
Resolving build.openmodelica.org (build.openmodelica.org)... 192.36.54.111, 2001:6b0:6f:10::111
Connecting to build.openmodelica.org (build.openmodelica.org)|192.36.54.111|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1744 (1.7K) [application/pgp-keys]
Saving to: 'STDOUT'

     0K .                                                     100%  340M=0s

2023-10-03 23:54:29 (340 MB/s) - written to stdout [1744/1744]

Warning: apt-key output should not be parsed (stdout is not a terminal)
OK
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 [279 B]
Hit:5 http://ubuntu.mirror.su.se/ubuntu bionic InRelease
Hit:7 http://ftp.lysator.liu.se/ubuntu bionic-backports InRelease
Get:8 https://build.openmodelica.org/omc/builds/linux/releases/1.14.2 bionic/release amd64 Packages [33.3 kB]
Get:6 http://ftp.acc.umu.se/ubuntu bionic-updates InRelease [88.7 kB]
Hit:9 http://security.ubuntu.com/ubuntu bionic-security InRelease
Get:10 http://ftp.acc.umu.se/ubuntu bionic-updates/universe amd64 Packages [2411 kB]
Get:11 http://ftp.acc.umu.se/ubuntu bionic-updates/main amd64 Packages [3785 kB]
Get:12 http://ftp.acc.umu.se/ubuntu bionic-updates/restricted amd64 Packages [1728 kB]
Fetched 8068 kB in 1s (7586 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libomc libomcsimulation omc-common omlib-complex-3.2.2
  omlib-modelicaservices-3.2.2
Suggested packages:
  python-beautifulsoup
Recommended packages:
  omplot libsaxonb-java
The following NEW packages will be installed:
  libomc libomcsimulation omc omc-common omlib-complex-3.2.2
  omlib-modelica-3.2.2 omlib-modelicaservices-3.2.2
0 upgraded, 7 newly installed, 0 to remove and 361 not upgraded.
Need to get 23.0 MB of archives.
After this operation, 81.9 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]
Get:5 https://build.openmodelica.org/omc/builds/linux/releases/1.14.2 bionic/release amd64 omlib-complex-3.2.2 all 3.2.2-168-g2541ab4-om1-1 [10.5 kB]
Get:6 https://build.openmodelica.org/omc/builds/linux/releases/1.14.2 bionic/release amd64 omlib-modelicaservices-3.2.2 all 3.2.2-168-g2541ab4-om1-1 [13.9 kB]
Get:7 https://build.openmodelica.org/omc/builds/linux/releases/1.14.2 bionic/release amd64 omlib-modelica-3.2.2 all 3.2.2-168-g2541ab4-om3-1 [13.3 MB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 23.0 MB in 0s (54.0 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 ... 114194 files and directories currently installed.)
Preparing to unpack .../0-omc-common_1.14.2-1_all.deb ...
Unpacking omc-common (1.14.2-1) ...
Selecting previously unselected package libomcsimulation:amd64.
Preparing to unpack .../1-libomcsimulation_1.14.2-1_amd64.deb ...
Unpacking libomcsimulation:amd64 (1.14.2-1) ...
Selecting previously unselected package libomc:amd64.
Preparing to unpack .../2-libomc_1.14.2-1_amd64.deb ...
Unpacking libomc:amd64 (1.14.2-1) ...
Selecting previously unselected package omc.
Preparing to unpack .../3-omc_1.14.2-1_amd64.deb ...
Unpacking omc (1.14.2-1) ...
Selecting previously unselected package omlib-complex-3.2.2.
Preparing to unpack .../4-omlib-complex-3.2.2_3.2.2-168-g2541ab4-om1-1_all.deb ...
Unpacking omlib-complex-3.2.2 (3.2.2-168-g2541ab4-om1-1) ...
Selecting previously unselected package omlib-modelicaservices-3.2.2.
Preparing to unpack .../5-omlib-modelicaservices-3.2.2_3.2.2-168-g2541ab4-om1-1_all.deb ...
Unpacking omlib-modelicaservices-3.2.2 (3.2.2-168-g2541ab4-om1-1) ...
Selecting previously unselected package omlib-modelica-3.2.2.
Preparing to unpack .../6-omlib-modelica-3.2.2_3.2.2-168-g2541ab4-om3-1_all.deb ...
Unpacking omlib-modelica-3.2.2 (3.2.2-168-g2541ab4-om3-1) ...
Setting up omc-common (1.14.2-1) ...
Setting up omlib-modelicaservices-3.2.2 (3.2.2-168-g2541ab4-om1-1) ...
Setting up omlib-complex-3.2.2 (3.2.2-168-g2541ab4-om1-1) ...
Setting up omlib-modelica-3.2.2 (3.2.2-168-g2541ab4-om3-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 bdef139ee816
 ---> 2dc4ae6ff049
Step 3/3 : RUN pip3 install --no-cache pytest
 ---> Running in e6165d102296
Collecting pytest
  Downloading https://files.pythonhosted.org/packages/38/93/c7c0bd1e932b287fb948eb9ce5a3d6307c9fc619db1e199f8c8bc5dad95f/pytest-7.0.1-py3-none-any.whl (296kB)
Collecting pluggy<2.0,>=0.12 (from pytest)
  Downloading https://files.pythonhosted.org/packages/9e/01/f38e2ff29715251cf25532b9082a1589ab7e4f571ced434f98d0139336dc/pluggy-1.0.0-py2.py3-none-any.whl
Collecting importlib-metadata>=0.12; python_version < "3.8" (from pytest)
  Downloading https://files.pythonhosted.org/packages/a0/a1/b153a0a4caf7a7e3f15c2cd56c7702e2cf3d89b1b359d1f1c5e59d68f4ce/importlib_metadata-4.8.3-py3-none-any.whl
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/f6/f0/10642828a8dfb741e5f3fbaac830550a518a775c7fff6f04a007259b0548/py-1.11.0-py2.py3-none-any.whl (98kB)
Requirement already satisfied: packaging in /usr/local/lib/python3.6/dist-packages (from pytest)
Collecting attrs>=19.2.0 (from pytest)
  Downloading https://files.pythonhosted.org/packages/fb/6e/6f83bf616d2becdf333a1640f1d463fef3150e2e926b7010cb0f81c95e88/attrs-22.2.0-py3-none-any.whl (60kB)
Collecting tomli>=1.0.0 (from pytest)
  Downloading https://files.pythonhosted.org/packages/05/e4/74f9440db36734d7ba83c574c1e7024009ce849208a41f90e94a134dc6d1/tomli-1.2.3-py3-none-any.whl
Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pytest)
  Downloading https://files.pythonhosted.org/packages/bd/df/d4a4974a3e3957fd1c1fa3082366d7fff6e428ddb55f074bf64876f8e8ad/zipp-3.6.0-py3-none-any.whl
Collecting typing-extensions>=3.6.4; python_version < "3.8" (from importlib-metadata>=0.12; python_version < "3.8"->pytest)
  Downloading https://files.pythonhosted.org/packages/45/6b/44f7f8f1e110027cf88956b59f2fad776cca7e1704396d043f89effd3a0e/typing_extensions-4.1.1-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, typing-extensions, importlib-metadata, pluggy, iniconfig, py, attrs, tomli, pytest
Successfully installed attrs-22.2.0 importlib-metadata-4.8.3 iniconfig-1.1.1 pluggy-1.0.0 py-1.11.0 pytest-7.0.1 tomli-1.2.3 typing-extensions-4.1.1 zipp-3.6.0
Removing intermediate container e6165d102296
 ---> 8fed3c10b16a
Successfully built 8fed3c10b16a
Successfully tagged c7d6d83e630e42033cee23ca803917282ac5f289:latest
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . c7d6d83e630e42033cee23ca803917282ac5f289
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
asap-2 does not seem to be running inside a container
$ docker run -t -d -u 1001:1001 -w /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1 -v /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1:/var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1:rw,z -v /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1_tmp:/var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1_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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** c7d6d83e630e42033cee23ca803917282ac5f289 cat
$ docker top 3c5b71ab05f56561e77414053860a32e2350ae6346088fcb72c3732251f47921 -eo pid,comm
[Pipeline] {
[Pipeline] sh
+ hostname
3c5b71ab05f5
[Pipeline] sh
+ HOME=/var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1 python3 setup.py install --user
running install
running bdist_egg
running egg_info
creating OMSens.egg-info
writing OMSens.egg-info/PKG-INFO
writing dependency_links to OMSens.egg-info/dependency_links.txt
writing requirements to OMSens.egg-info/requires.txt
writing top-level names to OMSens.egg-info/top_level.txt
writing manifest file 'OMSens.egg-info/SOURCES.txt'
reading manifest file 'OMSens.egg-info/SOURCES.txt'
writing manifest file 'OMSens.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
warning: install_lib: 'build/lib' does not exist -- no Python modules to install

creating build
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying OMSens.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying OMSens.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying OMSens.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying OMSens.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying OMSens.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/OMSens-1.0.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 OMSens-1.0.0-py3.6.egg
Copying OMSens-1.0.0-py3.6.egg to /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages
Adding OMSens 1.0.0 to easy-install.pth file

Installed /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages/OMSens-1.0.0-py3.6.egg
Processing dependencies for OMSens==1.0.0
Searching for pandas==1.1.3
Reading https://pypi.org/simple/pandas/
Downloading https://files.pythonhosted.org/packages/a2/21/e10d65222d19a2537e3eb0df306686a9eabd08b3c98dd120e43720bf802d/pandas-1.1.3-cp36-cp36m-manylinux1_x86_64.whl#sha256=ca31ac8578d48da354cf66a473d4d5ff99277ca71d321dc7ea4e6fad3c6bb0fd
Best match: pandas 1.1.3
Processing pandas-1.1.3-cp36-cp36m-manylinux1_x86_64.whl
Installing pandas-1.1.3-cp36-cp36m-manylinux1_x86_64.whl to /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages
Adding pandas 1.1.3 to easy-install.pth file

Installed /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages/pandas-1.1.3-py3.6-linux-x86_64.egg
Searching for Pillow==10.0.1
Reading https://pypi.org/simple/Pillow/
Downloading https://files.pythonhosted.org/packages/64/9e/7e638579cce7dc346632f020914141a164a872be813481f058883ee8d421/Pillow-10.0.1.tar.gz#sha256=d72967b06be9300fed5cfbc8b5bafceec48bf7cdc7dab66b1d2549035287191d
Best match: Pillow 10.0.1
Processing Pillow-10.0.1.tar.gz
Writing /tmp/easy_install-prrcr0yn/Pillow-10.0.1/setup.cfg
Running Pillow-10.0.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-prrcr0yn/Pillow-10.0.1/egg-dist-tmp-fao_7kjx
warning: no files found matching '*.c'
warning: no files found matching '*.h'
warning: no files found matching '*.sh'
warning: no files found matching '*.txt'
warning: no previously-included files found matching '.appveyor.yml'
warning: no previously-included files found matching '.clang-format'
warning: no previously-included files found matching '.coveragerc'
warning: no previously-included files found matching '.editorconfig'
warning: no previously-included files found matching '.readthedocs.yml'
warning: no previously-included files found matching 'codecov.yml'
warning: no previously-included files found matching 'renovate.json'
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
no previously-included directories found matching '.ci'
--------------------------------------------------------------------
PIL SETUP SUMMARY
--------------------------------------------------------------------
version      Pillow 10.0.1
platform     linux 3.6.9 (default, Apr 18 2020, 01:56:04)
             [GCC 8.4.0]
--------------------------------------------------------------------
--- JPEG support available
*** OPENJPEG (JPEG2000) support not available
--- ZLIB (PNG/ZIP) support available
*** LIBIMAGEQUANT support not available
*** LIBTIFF support not available
*** FREETYPE2 support not available
*** RAQM (Text shaping) support not available
*** LITTLECMS2 support not available
*** WEBP support not available
*** WEBPMUX support not available
--- XCB (X protocol) support available
--------------------------------------------------------------------
To add a missing option, make sure you have the required
library and headers.
See https://pillow.readthedocs.io/en/latest/installation.html#building-from-source

To check the build, run the selftest.py script.

Moving Pillow-10.0.1-py3.6-linux-x86_64.egg to /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages
Adding Pillow 10.0.1 to easy-install.pth file

Installed /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages/Pillow-10.0.1-py3.6-linux-x86_64.egg
Searching for kiwisolver==1.3.2
Reading https://pypi.org/simple/kiwisolver/
Downloading https://files.pythonhosted.org/packages/8e/87/259fde8cf07d06677f0a749cb157d079ebd00d40fe52faaab1a882a66159/kiwisolver-1.3.2.tar.gz#sha256=fc4453705b81d03568d5b808ad8f09c77c47534f6ac2e72e733f9ca4714aa75c
Best match: kiwisolver 1.3.2
Processing kiwisolver-1.3.2.tar.gz
Writing /tmp/easy_install-yaedzh_p/kiwisolver-1.3.2/setup.cfg
Running kiwisolver-1.3.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-yaedzh_p/kiwisolver-1.3.2/egg-dist-tmp-zsbu7mpn
  File "build/bdist.linux-x86_64/egg/PIL/_deprecate.py", line 1
    from __future__ import annotations
                                     ^
SyntaxError: future feature annotations is not defined

warning: no files found matching '*.png' under directory 'docs/source'
warning: manifest_maker: MANIFEST.in, line 11: unknown action 'recursive'

warning: manifest_maker: MANIFEST.in, line 12: unknown action 'recursive'

no previously-included directories found matching '.git'
no previously-included directories found matching 'dist'
no previously-included directories found matching 'build'
no previously-included directories found matching 'docs/build'
zip_safe flag not set; analyzing archive contents...
__pycache__.kiwisolver.cpython-36: module references __file__
creating /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages/kiwisolver-1.3.2-py3.6-linux-x86_64.egg
Extracting kiwisolver-1.3.2-py3.6-linux-x86_64.egg to /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages
Adding kiwisolver 1.3.2 to easy-install.pth file

Installed /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages/kiwisolver-1.3.2-py3.6-linux-x86_64.egg
Searching for matplotlib==3.3
Reading https://pypi.org/simple/matplotlib/
Downloading https://files.pythonhosted.org/packages/93/ae/81b1c98ae97350711adb021ee12ea678b37f608ec2faa35c3a7db11795fa/matplotlib-3.3.0-1-cp36-cp36m-manylinux1_x86_64.whl#sha256=f9753c6292d5a1fe46828feb38d1de1820e3ea109a5fea0b6ea1dca6e9d0b220
Best match: matplotlib 3.3.0
Processing matplotlib-3.3.0-1-cp36-cp36m-manylinux1_x86_64.whl
Installing matplotlib-3.3.0-1-cp36-cp36m-manylinux1_x86_64.whl to /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages
Adding matplotlib 3.3.0 to easy-install.pth file

Installed /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg
Searching for python-dateutil>=2.7.3
Reading https://pypi.org/simple/python-dateutil/
Downloading https://files.pythonhosted.org/packages/36/7a/87837f39d0296e723bb9b62bbb257d0355c7f6128853c78955f57342a56d/python_dateutil-2.8.2-py2.py3-none-any.whl#sha256=961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9
Best match: python-dateutil 2.8.2
Processing python_dateutil-2.8.2-py2.py3-none-any.whl
Installing python_dateutil-2.8.2-py2.py3-none-any.whl to /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages
Adding python-dateutil 2.8.2 to easy-install.pth file

Installed /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages/python_dateutil-2.8.2-py3.6.egg
Searching for cycler>=0.10
Reading https://pypi.org/simple/cycler/
Downloading https://files.pythonhosted.org/packages/2b/b3/70c33027c4918c10ccf176014b38f8b91cb18ac018a78854543a4fc72609/cycler-0.12.0-py3-none-any.whl#sha256=7896994252d006771357777d0251f3e34d266f4fa5f2c572247a80ab01440947
Best match: cycler 0.12.0
Processing cycler-0.12.0-py3-none-any.whl
Installing cycler-0.12.0-py3-none-any.whl to /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages
Adding cycler 0.12.0 to easy-install.pth file

Installed /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages/cycler-0.12.0-py3.6.egg
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/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/bin
Installing f2py3 script to /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/bin
Installing f2py3.6 script to /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/bin

Using /usr/local/lib/python3.6/dist-packages
Searching for pytest==7.0.1
Best match: pytest 7.0.1
Adding pytest 7.0.1 to easy-install.pth file
Installing py.test script to /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/bin
Installing pytest script to /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/bin

Using /usr/local/lib/python3.6/dist-packages
Searching for six==1.14.0
Best match: six 1.14.0
Adding six 1.14.0 to easy-install.pth file

Using /usr/local/lib/python3.6/dist-packages
Searching for pytz==2019.3
Best match: pytz 2019.3
Adding pytz 2019.3 to easy-install.pth file

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 tomli==1.2.3
Best match: tomli 1.2.3
Adding tomli 1.2.3 to easy-install.pth file

Using /usr/local/lib/python3.6/dist-packages
Searching for iniconfig==1.1.1
Best match: iniconfig 1.1.1
Adding iniconfig 1.1.1 to easy-install.pth file

Using /usr/local/lib/python3.6/dist-packages
Searching for pluggy==1.0.0
Best match: pluggy 1.0.0
Adding pluggy 1.0.0 to easy-install.pth file

Using /usr/local/lib/python3.6/dist-packages
Searching for packaging==20.3
Best match: packaging 20.3
Adding packaging 20.3 to easy-install.pth file

Using /usr/local/lib/python3.6/dist-packages
Searching for attrs==22.2.0
Best match: attrs 22.2.0
Adding attrs 22.2.0 to easy-install.pth file

Using /usr/local/lib/python3.6/dist-packages
Searching for py==1.11.0
Best match: py 1.11.0
Adding py 1.11.0 to easy-install.pth file

Using /usr/local/lib/python3.6/dist-packages
Searching for importlib-metadata==4.8.3
Best match: importlib-metadata 4.8.3
Adding importlib-metadata 4.8.3 to easy-install.pth file

Using /usr/local/lib/python3.6/dist-packages
Searching for typing-extensions==4.1.1
Best match: typing-extensions 4.1.1
Adding typing-extensions 4.1.1 to easy-install.pth file

Using /usr/local/lib/python3.6/dist-packages
Searching for zipp==3.6.0
Best match: zipp 3.6.0
Adding zipp 3.6.0 to easy-install.pth file

Using /usr/local/lib/python3.6/dist-packages
Finished processing dependencies for OMSens==1.0.0
Rut.for:760:72:

               if(mod(i,20).eq.0)pause
                                                                        1
Warning: Deleted feature: PAUSE statement at (1)
Rut.for:764:72:

       pause
                                                                        1
Warning: Deleted feature: PAUSE statement at (1)
Rut.for:788:72:

       pause
                                                                        1
Warning: Deleted feature: PAUSE statement at (1)
Rut.for:1073:72:

 10    assign 30 to next
                                                                        1
Warning: Deleted feature: ASSIGN statement at (1)
Rut.for:1077:16:

 20    go to next, (30,40,70,80)
                1
Warning: Deleted feature: Assigned GOTO statement at (1)
Rut.for:1079:72:

       assign 40 to next
                                                                        1
Warning: Deleted feature: ASSIGN statement at (1)
Rut.for:1084:72:

       assign 70 to next
                                                                        1
Warning: Deleted feature: ASSIGN statement at (1)
Rut.for:1087:72:

       assign 80 to next
                                                                        1
Warning: Deleted feature: ASSIGN statement at (1)
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building extension "curvif_simplified" sources
creating /tmp/tmp0fheoylj/src.linux-x86_64-3.6
f2py options: []
f2py: curvif_simplified.pyf
Reading fortran codes...
	Reading file 'curvif_simplified.pyf' (format:free)
Post-processing...
	Block: __user__routines
			Block: obj_func
	Block: curvif_simplified
			Block: curvif_simplified
In: curvif_simplified.pyf:curvif_simplified:unknown_interface:curvif_simplified
get_useparameters: no module __user__routines info used by curvif_simplified
Post-processing (stage 2)...
Building modules...
	Constructing call-back function "cb_obj_func_in___user__routines"
	  def obj_func(x,[n]): return f
	Building module "curvif_simplified"...
		Constructing wrapper function "curvif_simplified"...
		  x_opt,f_opt = curvif_simplified(x0,obj_func,lower_bounds,upper_bounds,epsilon,[n,obj_func_extra_args])
	Wrote C/API module "curvif_simplified" to file "/tmp/tmp0fheoylj/src.linux-x86_64-3.6/curvif_simplifiedmodule.c"
  adding '/tmp/tmp0fheoylj/src.linux-x86_64-3.6/fortranobject.c' to sources.
  adding '/tmp/tmp0fheoylj/src.linux-x86_64-3.6' to include_dirs.
copying /usr/local/lib/python3.6/dist-packages/numpy/f2py/src/fortranobject.c -> /tmp/tmp0fheoylj/src.linux-x86_64-3.6
copying /usr/local/lib/python3.6/dist-packages/numpy/f2py/src/fortranobject.h -> /tmp/tmp0fheoylj/src.linux-x86_64-3.6
build_src: building npy-pkg config files
running build_ext
customize UnixCCompiler
customize UnixCCompiler using build_ext
get_default_fcompiler: matching types: '['gnu95', 'intel', 'lahey', 'pg', 'absoft', 'nag', 'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor']'
customize Gnu95FCompiler
Found executable /usr/bin/gfortran
customize Gnu95FCompiler
customize Gnu95FCompiler using build_ext
building 'curvif_simplified' extension
compiling C sources
C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

creating /tmp/tmp0fheoylj/tmp
creating /tmp/tmp0fheoylj/tmp/tmp0fheoylj
creating /tmp/tmp0fheoylj/tmp/tmp0fheoylj/src.linux-x86_64-3.6
compile options: '-I. -I/tmp/tmp0fheoylj/src.linux-x86_64-3.6 -I/usr/local/lib/python3.6/dist-packages/numpy/core/include -I/usr/include/python3.6m -c'
x86_64-linux-gnu-gcc: /tmp/tmp0fheoylj/src.linux-x86_64-3.6/curvif_simplifiedmodule.c
x86_64-linux-gnu-gcc: /tmp/tmp0fheoylj/src.linux-x86_64-3.6/fortranobject.c
In file included from /usr/local/lib/python3.6/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822:0,
                 from /usr/local/lib/python3.6/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                 from /usr/local/lib/python3.6/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from /tmp/tmp0fheoylj/src.linux-x86_64-3.6/fortranobject.h:13,
                 from /tmp/tmp0fheoylj/src.linux-x86_64-3.6/curvif_simplifiedmodule.c:16:
/usr/local/lib/python3.6/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it with " \
  ^~~~~~~
In file included from /usr/local/lib/python3.6/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822:0,
                 from /usr/local/lib/python3.6/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                 from /usr/local/lib/python3.6/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from /tmp/tmp0fheoylj/src.linux-x86_64-3.6/fortranobject.h:13,
                 from /tmp/tmp0fheoylj/src.linux-x86_64-3.6/fortranobject.c:2:
/usr/local/lib/python3.6/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it with " \
  ^~~~~~~
/tmp/tmp0fheoylj/src.linux-x86_64-3.6/curvif_simplifiedmodule.c: In function 'cb_obj_func_in___user__routines':
/tmp/tmp0fheoylj/src.linux-x86_64-3.6/curvif_simplifiedmodule.c:361:10: warning: unused variable 'f' [-Wunused-variable]
   double f=(*f_cb_capi);
          ^
At top level:
/tmp/tmp0fheoylj/src.linux-x86_64-3.6/curvif_simplifiedmodule.c:128:12: warning: 'f2py_size' defined but not used [-Wunused-function]
 static int f2py_size(PyArrayObject* var, ...)
            ^~~~~~~~~
compiling Fortran sources
Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops
Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
compile options: '-I. -I/tmp/tmp0fheoylj/src.linux-x86_64-3.6 -I/usr/local/lib/python3.6/dist-packages/numpy/core/include -I/usr/include/python3.6m -c'
gfortran:f90: Curvif_simplified.f90
/usr/bin/gfortran -Wall -g -Wall -g -shared /tmp/tmp0fheoylj/tmp/tmp0fheoylj/src.linux-x86_64-3.6/curvif_simplifiedmodule.o /tmp/tmp0fheoylj/tmp/tmp0fheoylj/src.linux-x86_64-3.6/fortranobject.o /tmp/tmp0fheoylj/Curvif_simplified.o Curvif.o Rutf.o Rut.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7 -lgfortran -o ./curvif_simplified.cpython-36m-x86_64-linux-gnu.so
Removing build directory /tmp/tmp0fheoylj
CURVI files compiled.
Generated CURVIF python binary.
[Pipeline] sh
+ export HOME=/var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1
+ pytest -v --junit-xml=py3.xml testing
============================= test session starts ==============================
platform linux -- Python 3.6.9, pytest-7.0.1, pluggy-1.0.0 -- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1
collecting ... collected 17 items / 8 errors / 9 selected

==================================== ERRORS ====================================
____________________ ERROR collecting testing/test_curvi.py ____________________
/usr/local/lib/python3.6/dist-packages/_pytest/python.py:599: in _importtestmodule
    mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
/usr/local/lib/python3.6/dist-packages/_pytest/pathlib.py:533: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.6/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:994: in _gcd_import
    ???
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:955: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:665: in _load_unlocked
    ???
/usr/local/lib/python3.6/dist-packages/_pytest/assertion/rewrite.py:171: in exec_module
    exec(co, module.__dict__)
testing/test_curvi.py:14: in <module>
    import plotting.plot_sweep as plot_sweep
plotting/plot_sweep.py:5: in <module>
    import matplotlib
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/__init__.py:107: in <module>
    from . import cbook, rcsetup
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/rcsetup.py:32: in <module>
    from cycler import Cycler, cycler as ccycler
E     File "/var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages/cycler-0.12.0-py3.6.egg/cycler/__init__.py", line 44
E       from __future__ import annotations
E                                        ^
E   SyntaxError: future feature annotations is not defined
_________________ ERROR collecting testing/test_indiv_sens.py __________________
/usr/local/lib/python3.6/dist-packages/_pytest/python.py:599: in _importtestmodule
    mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
/usr/local/lib/python3.6/dist-packages/_pytest/pathlib.py:533: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.6/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:994: in _gcd_import
    ???
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:955: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:665: in _load_unlocked
    ???
/usr/local/lib/python3.6/dist-packages/_pytest/assertion/rewrite.py:171: in exec_module
    exec(co, module.__dict__)
testing/test_indiv_sens.py:13: in <module>
    import analysis.indiv_sens as indiv_sens
analysis/indiv_sens.py:11: in <module>
    import plotting.plot_heatmap as heatmap_f
plotting/plot_heatmap.py:5: in <module>
    import matplotlib
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/__init__.py:107: in <module>
    from . import cbook, rcsetup
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/rcsetup.py:32: in <module>
    from cycler import Cycler, cycler as ccycler
E     File "/var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages/cycler-0.12.0-py3.6.egg/cycler/__init__.py", line 44
E       from __future__ import annotations
E                                        ^
E   SyntaxError: future feature annotations is not defined
_________________ ERROR collecting testing/test_mos_creator.py _________________
/usr/local/lib/python3.6/dist-packages/_pytest/python.py:599: in _importtestmodule
    mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
/usr/local/lib/python3.6/dist-packages/_pytest/pathlib.py:533: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.6/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:994: in _gcd_import
    ???
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:955: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:665: in _load_unlocked
    ???
/usr/local/lib/python3.6/dist-packages/_pytest/assertion/rewrite.py:171: in exec_module
    exec(co, module.__dict__)
testing/test_mos_creator.py:10: in <module>
    import analysis.indiv_sens
analysis/indiv_sens.py:11: in <module>
    import plotting.plot_heatmap as heatmap_f
plotting/plot_heatmap.py:5: in <module>
    import matplotlib
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/__init__.py:107: in <module>
    from . import cbook, rcsetup
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/rcsetup.py:32: in <module>
    from cycler import Cycler, cycler as ccycler
E     File "/var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages/cycler-0.12.0-py3.6.egg/cycler/__init__.py", line 44
E       from __future__ import annotations
E                                        ^
E   SyntaxError: future feature annotations is not defined
______________ ERROR collecting testing/test_multiparam_sweep.py _______________
/usr/local/lib/python3.6/dist-packages/_pytest/python.py:599: in _importtestmodule
    mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
/usr/local/lib/python3.6/dist-packages/_pytest/pathlib.py:533: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.6/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:994: in _gcd_import
    ???
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:955: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:665: in _load_unlocked
    ???
/usr/local/lib/python3.6/dist-packages/_pytest/assertion/rewrite.py:171: in exec_module
    exec(co, module.__dict__)
testing/test_multiparam_sweep.py:14: in <module>
    import plotting.plot_sweep as plot_sweep
plotting/plot_sweep.py:5: in <module>
    import matplotlib
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/__init__.py:107: in <module>
    from . import cbook, rcsetup
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/rcsetup.py:32: in <module>
    from cycler import Cycler, cycler as ccycler
E     File "/var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages/cycler-0.12.0-py3.6.egg/cycler/__init__.py", line 44
E       from __future__ import annotations
E                                        ^
E   SyntaxError: future feature annotations is not defined
________________ ERROR collecting testing/test_plot_heatmaps.py ________________
/usr/local/lib/python3.6/dist-packages/_pytest/python.py:599: in _importtestmodule
    mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
/usr/local/lib/python3.6/dist-packages/_pytest/pathlib.py:533: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.6/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:994: in _gcd_import
    ???
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:955: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:665: in _load_unlocked
    ???
/usr/local/lib/python3.6/dist-packages/_pytest/assertion/rewrite.py:171: in exec_module
    exec(co, module.__dict__)
testing/test_plot_heatmaps.py:13: in <module>
    import plotting.plot_heatmap as plot_heatmap
plotting/plot_heatmap.py:5: in <module>
    import matplotlib
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/__init__.py:107: in <module>
    from . import cbook, rcsetup
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/rcsetup.py:32: in <module>
    from cycler import Cycler, cycler as ccycler
E     File "/var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages/cycler-0.12.0-py3.6.egg/cycler/__init__.py", line 44
E       from __future__ import annotations
E                                        ^
E   SyntaxError: future feature annotations is not defined
_________________ ERROR collecting testing/test_plot_sweep.py __________________
/usr/local/lib/python3.6/dist-packages/_pytest/python.py:599: in _importtestmodule
    mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
/usr/local/lib/python3.6/dist-packages/_pytest/pathlib.py:533: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.6/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:994: in _gcd_import
    ???
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:955: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:665: in _load_unlocked
    ???
/usr/local/lib/python3.6/dist-packages/_pytest/assertion/rewrite.py:171: in exec_module
    exec(co, module.__dict__)
testing/test_plot_sweep.py:13: in <module>
    from plotting.plot_sweep import SweepPlotter
plotting/plot_sweep.py:5: in <module>
    import matplotlib
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/__init__.py:107: in <module>
    from . import cbook, rcsetup
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/rcsetup.py:32: in <module>
    from cycler import Cycler, cycler as ccycler
E     File "/var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages/cycler-0.12.0-py3.6.egg/cycler/__init__.py", line 44
E       from __future__ import annotations
E                                        ^
E   SyntaxError: future feature annotations is not defined
_______________ ERROR collecting testing/test_plot_vectorial.py ________________
/usr/local/lib/python3.6/dist-packages/_pytest/python.py:599: in _importtestmodule
    mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
/usr/local/lib/python3.6/dist-packages/_pytest/pathlib.py:533: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.6/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:994: in _gcd_import
    ???
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:955: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:665: in _load_unlocked
    ???
/usr/local/lib/python3.6/dist-packages/_pytest/assertion/rewrite.py:171: in exec_module
    exec(co, module.__dict__)
testing/test_plot_vectorial.py:11: in <module>
    from plotting.plot_vectorial import VectorialPlotter
plotting/plot_vectorial.py:5: in <module>
    import matplotlib
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/__init__.py:107: in <module>
    from . import cbook, rcsetup
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/rcsetup.py:32: in <module>
    from cycler import Cycler, cycler as ccycler
E     File "/var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages/cycler-0.12.0-py3.6.egg/cycler/__init__.py", line 44
E       from __future__ import annotations
E                                        ^
E   SyntaxError: future feature annotations is not defined
____________ ERROR collecting testing/test_predefined_json_files.py ____________
/usr/local/lib/python3.6/dist-packages/_pytest/python.py:599: in _importtestmodule
    mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
/usr/local/lib/python3.6/dist-packages/_pytest/pathlib.py:533: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.6/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:994: in _gcd_import
    ???
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:955: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:665: in _load_unlocked
    ???
/usr/local/lib/python3.6/dist-packages/_pytest/assertion/rewrite.py:171: in exec_module
    exec(co, module.__dict__)
testing/test_predefined_json_files.py:11: in <module>
    import multiparam_sweep
multiparam_sweep.py:11: in <module>
    import plotting.plot_sweep as plot_sweep
plotting/plot_sweep.py:5: in <module>
    import matplotlib
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/__init__.py:107: in <module>
    from . import cbook, rcsetup
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/rcsetup.py:32: in <module>
    from cycler import Cycler, cycler as ccycler
E     File "/var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/.local/lib/python3.6/site-packages/cycler-0.12.0-py3.6.egg/cycler/__init__.py", line 44
E       from __future__ import annotations
E                                        ^
E   SyntaxError: future feature annotations is not defined
=============================== warnings summary ===============================
modelica_interface/run_omc.py:40
  /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/modelica_interface/run_omc.py:40: DeprecationWarning: invalid escape sequence \.
    regex = '.*\.(c|o|h|makefile|log|libs|json)$'

misc/csv_output_to_csv_matrix_converter.py:55
  /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/misc/csv_output_to_csv_matrix_converter.py:55: DeprecationWarning: invalid escape sequence \$
    w3TheoSens_regex = "\$Sensitivities\..*"

analysis/indiv_sens.py:326
  /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/analysis/indiv_sens.py:326: DeprecationWarning: invalid escape sequence \w
    value = re.sub('[^\w\s-]', '', value).strip().lower()

analysis/indiv_sens.py:327
  /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/analysis/indiv_sens.py:327: DeprecationWarning: invalid escape sequence \s
    value = re.sub('[-\s]+', '-', value)

testing/test_model_optimizer.py:84
  /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/testing/test_model_optimizer.py:84: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.slow

testing/test_model_optimizer.py:115
  /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/testing/test_model_optimizer.py:115: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.slow

testing/test_model_optimizer.py:143
  /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/testing/test_model_optimizer.py:143: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.slow

testing/test_model_optimizer.py:167
  /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/testing/test_model_optimizer.py:167: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.slow

testing/test_model_optimizer.py:195
  /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/testing/test_model_optimizer.py:195: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.slow

testing/test_plot_heatmaps.py:74
  /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/testing/test_plot_heatmaps.py:74: DeprecationWarning: invalid escape sequence \.
    regex = '.*\.(png|svg)$'

testing/test_plot_heatmaps.py:88
  /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/testing/test_plot_heatmaps.py:88: DeprecationWarning: invalid escape sequence \ 
    param_3,7,8,9"""

testing/test_plot_sweep.py:38
  /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/testing/test_plot_sweep.py:38: DeprecationWarning: invalid escape sequence \.
    regex = '.*\.(png|svg)$'

testing/test_plot_vectorial.py:51
  /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/testing/test_plot_vectorial.py:51: DeprecationWarning: invalid escape sequence \.
    regex = '.*\.(png|svg)$'

testing/test_run_omc.py:48
  /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/testing/test_run_omc.py:48: DeprecationWarning: invalid escape sequence \.
    if re.match('.*\.(c|o|h|makefile|log|libs|json)$', x):

testing/test_run_omc.py:35
  /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/testing/test_run_omc.py:35: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.slow

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
- generated xml file: /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1/py3.xml -
=========================== short test summary info ============================
ERROR testing/test_curvi.py
ERROR testing/test_indiv_sens.py
ERROR testing/test_mos_creator.py
ERROR testing/test_multiparam_sweep.py
ERROR testing/test_plot_heatmaps.py
ERROR testing/test_plot_sweep.py
ERROR testing/test_plot_vectorial.py
ERROR testing/test_predefined_json_files.py
!!!!!!!!!!!!!!!!!!! Interrupted: 8 errors during collection !!!!!!!!!!!!!!!!!!!!
======================== 15 warnings, 8 errors in 2.71s ========================
[Pipeline] }
$ docker stop --time=1 3c5b71ab05f56561e77414053860a32e2350ae6346088fcb72c3732251f47921
$ docker rm -f --volumes 3c5b71ab05f56561e77414053860a32e2350ae6346088fcb72c3732251f47921
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch python3
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] End of Pipeline
ERROR: script returned exit code 2

GitHub has been notified of this commit’s build result

Finished: FAILURE