Skip to content

Console Output

+ export HOME=/var/lib/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0
+ 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/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0
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:7: in <module>
    import matplotlib.pyplot as plt
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/pyplot.py:36: in <module>
    import matplotlib.colorbar
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/colorbar.py:44: in <module>
    import matplotlib.contour as contour
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/contour.py:17: in <module>
    import matplotlib.text as text
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/text.py:16: in <module>
    from .textpath import TextPath  # Unused, but imported by others.
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/textpath.py:11: in <module>
    from matplotlib.mathtext import MathTextParser
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/mathtext.py:27: in <module>
    from PIL import Image
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:955: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:656: in _load_unlocked
    ???
<frozen importlib._bootstrap>:626: in _load_backward_compatible
    ???
/var/lib/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/.local/lib/python3.6/site-packages/Pillow-9.3.0-py3.6-linux-x86_64.egg/PIL/Image.py:52: in <module>
    ???
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:951: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:894: in _find_spec
    ???
<frozen importlib._bootstrap_external>:1157: in find_spec
    ???
<frozen importlib._bootstrap_external>:1131: in _get_spec
    ???
<frozen importlib._bootstrap_external>:1112: in _legacy_get_spec
    ???
<frozen importlib._bootstrap>:441: in spec_from_loader
    ???
<frozen importlib._bootstrap_external>:544: in spec_from_file_location
    ???
E     File "/var/lib/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/.local/lib/python3.6/site-packages/Pillow-9.3.0-py3.6-linux-x86_64.egg/PIL/_deprecate.py", line 1
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:8: in <module>
    import matplotlib.pyplot as plt
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/pyplot.py:36: in <module>
    import matplotlib.colorbar
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/colorbar.py:44: in <module>
    import matplotlib.contour as contour
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/contour.py:17: in <module>
    import matplotlib.text as text
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/text.py:16: in <module>
    from .textpath import TextPath  # Unused, but imported by others.
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/textpath.py:11: in <module>
    from matplotlib.mathtext import MathTextParser
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/mathtext.py:27: in <module>
    from PIL import Image
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:955: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:656: in _load_unlocked
    ???
<frozen importlib._bootstrap>:626: in _load_backward_compatible
    ???
/var/lib/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/.local/lib/python3.6/site-packages/Pillow-9.3.0-py3.6-linux-x86_64.egg/PIL/Image.py:52: in <module>
    ???
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:951: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:894: in _find_spec
    ???
<frozen importlib._bootstrap_external>:1157: in find_spec
    ???
<frozen importlib._bootstrap_external>:1131: in _get_spec
    ???
<frozen importlib._bootstrap_external>:1112: in _legacy_get_spec
    ???
<frozen importlib._bootstrap>:441: in spec_from_loader
    ???
<frozen importlib._bootstrap_external>:544: in spec_from_file_location
    ???
E     File "/var/lib/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/.local/lib/python3.6/site-packages/Pillow-9.3.0-py3.6-linux-x86_64.egg/PIL/_deprecate.py", line 1
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:8: in <module>
    import matplotlib.pyplot as plt
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/pyplot.py:36: in <module>
    import matplotlib.colorbar
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/colorbar.py:44: in <module>
    import matplotlib.contour as contour
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/contour.py:17: in <module>
    import matplotlib.text as text
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/text.py:16: in <module>
    from .textpath import TextPath  # Unused, but imported by others.
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/textpath.py:11: in <module>
    from matplotlib.mathtext import MathTextParser
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/mathtext.py:27: in <module>
    from PIL import Image
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:955: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:656: in _load_unlocked
    ???
<frozen importlib._bootstrap>:626: in _load_backward_compatible
    ???
/var/lib/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/.local/lib/python3.6/site-packages/Pillow-9.3.0-py3.6-linux-x86_64.egg/PIL/Image.py:52: in <module>
    ???
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:951: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:894: in _find_spec
    ???
<frozen importlib._bootstrap_external>:1157: in find_spec
    ???
<frozen importlib._bootstrap_external>:1131: in _get_spec
    ???
<frozen importlib._bootstrap_external>:1112: in _legacy_get_spec
    ???
<frozen importlib._bootstrap>:441: in spec_from_loader
    ???
<frozen importlib._bootstrap_external>:544: in spec_from_file_location
    ???
E     File "/var/lib/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/.local/lib/python3.6/site-packages/Pillow-9.3.0-py3.6-linux-x86_64.egg/PIL/_deprecate.py", line 1
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:7: in <module>
    import matplotlib.pyplot as plt
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/pyplot.py:36: in <module>
    import matplotlib.colorbar
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/colorbar.py:44: in <module>
    import matplotlib.contour as contour
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/contour.py:17: in <module>
    import matplotlib.text as text
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/text.py:16: in <module>
    from .textpath import TextPath  # Unused, but imported by others.
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/textpath.py:11: in <module>
    from matplotlib.mathtext import MathTextParser
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/mathtext.py:27: in <module>
    from PIL import Image
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:955: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:656: in _load_unlocked
    ???
<frozen importlib._bootstrap>:626: in _load_backward_compatible
    ???
/var/lib/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/.local/lib/python3.6/site-packages/Pillow-9.3.0-py3.6-linux-x86_64.egg/PIL/Image.py:52: in <module>
    ???
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:951: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:894: in _find_spec
    ???
<frozen importlib._bootstrap_external>:1157: in find_spec
    ???
<frozen importlib._bootstrap_external>:1131: in _get_spec
    ???
<frozen importlib._bootstrap_external>:1112: in _legacy_get_spec
    ???
<frozen importlib._bootstrap>:441: in spec_from_loader
    ???
<frozen importlib._bootstrap_external>:544: in spec_from_file_location
    ???
E     File "/var/lib/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/.local/lib/python3.6/site-packages/Pillow-9.3.0-py3.6-linux-x86_64.egg/PIL/_deprecate.py", line 1
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:8: in <module>
    import matplotlib.pyplot as plt
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/pyplot.py:36: in <module>
    import matplotlib.colorbar
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/colorbar.py:44: in <module>
    import matplotlib.contour as contour
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/contour.py:17: in <module>
    import matplotlib.text as text
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/text.py:16: in <module>
    from .textpath import TextPath  # Unused, but imported by others.
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/textpath.py:11: in <module>
    from matplotlib.mathtext import MathTextParser
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/mathtext.py:27: in <module>
    from PIL import Image
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:955: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:656: in _load_unlocked
    ???
<frozen importlib._bootstrap>:626: in _load_backward_compatible
    ???
/var/lib/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/.local/lib/python3.6/site-packages/Pillow-9.3.0-py3.6-linux-x86_64.egg/PIL/Image.py:52: in <module>
    ???
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:951: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:894: in _find_spec
    ???
<frozen importlib._bootstrap_external>:1157: in find_spec
    ???
<frozen importlib._bootstrap_external>:1131: in _get_spec
    ???
<frozen importlib._bootstrap_external>:1112: in _legacy_get_spec
    ???
<frozen importlib._bootstrap>:441: in spec_from_loader
    ???
<frozen importlib._bootstrap_external>:544: in spec_from_file_location
    ???
E     File "/var/lib/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/.local/lib/python3.6/site-packages/Pillow-9.3.0-py3.6-linux-x86_64.egg/PIL/_deprecate.py", line 1
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:7: in <module>
    import matplotlib.pyplot as plt
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/pyplot.py:36: in <module>
    import matplotlib.colorbar
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/colorbar.py:44: in <module>
    import matplotlib.contour as contour
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/contour.py:17: in <module>
    import matplotlib.text as text
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/text.py:16: in <module>
    from .textpath import TextPath  # Unused, but imported by others.
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/textpath.py:11: in <module>
    from matplotlib.mathtext import MathTextParser
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/mathtext.py:27: in <module>
    from PIL import Image
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:955: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:656: in _load_unlocked
    ???
<frozen importlib._bootstrap>:626: in _load_backward_compatible
    ???
/var/lib/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/.local/lib/python3.6/site-packages/Pillow-9.3.0-py3.6-linux-x86_64.egg/PIL/Image.py:52: in <module>
    ???
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:951: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:894: in _find_spec
    ???
<frozen importlib._bootstrap_external>:1157: in find_spec
    ???
<frozen importlib._bootstrap_external>:1131: in _get_spec
    ???
<frozen importlib._bootstrap_external>:1112: in _legacy_get_spec
    ???
<frozen importlib._bootstrap>:441: in spec_from_loader
    ???
<frozen importlib._bootstrap_external>:544: in spec_from_file_location
    ???
E     File "/var/lib/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/.local/lib/python3.6/site-packages/Pillow-9.3.0-py3.6-linux-x86_64.egg/PIL/_deprecate.py", line 1
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:7: in <module>
    import matplotlib.pyplot as plt
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/pyplot.py:36: in <module>
    import matplotlib.colorbar
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/colorbar.py:44: in <module>
    import matplotlib.contour as contour
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/contour.py:17: in <module>
    import matplotlib.text as text
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/text.py:16: in <module>
    from .textpath import TextPath  # Unused, but imported by others.
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/textpath.py:11: in <module>
    from matplotlib.mathtext import MathTextParser
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/mathtext.py:27: in <module>
    from PIL import Image
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:955: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:656: in _load_unlocked
    ???
<frozen importlib._bootstrap>:626: in _load_backward_compatible
    ???
/var/lib/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/.local/lib/python3.6/site-packages/Pillow-9.3.0-py3.6-linux-x86_64.egg/PIL/Image.py:52: in <module>
    ???
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:951: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:894: in _find_spec
    ???
<frozen importlib._bootstrap_external>:1157: in find_spec
    ???
<frozen importlib._bootstrap_external>:1131: in _get_spec
    ???
<frozen importlib._bootstrap_external>:1112: in _legacy_get_spec
    ???
<frozen importlib._bootstrap>:441: in spec_from_loader
    ???
<frozen importlib._bootstrap_external>:544: in spec_from_file_location
    ???
E     File "/var/lib/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/.local/lib/python3.6/site-packages/Pillow-9.3.0-py3.6-linux-x86_64.egg/PIL/_deprecate.py", line 1
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:7: in <module>
    import matplotlib.pyplot as plt
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/pyplot.py:36: in <module>
    import matplotlib.colorbar
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/colorbar.py:44: in <module>
    import matplotlib.contour as contour
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/contour.py:17: in <module>
    import matplotlib.text as text
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/text.py:16: in <module>
    from .textpath import TextPath  # Unused, but imported by others.
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/textpath.py:11: in <module>
    from matplotlib.mathtext import MathTextParser
.local/lib/python3.6/site-packages/matplotlib-3.3.0-py3.6-linux-x86_64.egg/matplotlib/mathtext.py:27: in <module>
    from PIL import Image
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:955: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:656: in _load_unlocked
    ???
<frozen importlib._bootstrap>:626: in _load_backward_compatible
    ???
/var/lib/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/.local/lib/python3.6/site-packages/Pillow-9.3.0-py3.6-linux-x86_64.egg/PIL/Image.py:52: in <module>
    ???
<frozen importlib._bootstrap>:971: in _find_and_load
    ???
<frozen importlib._bootstrap>:951: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:894: in _find_spec
    ???
<frozen importlib._bootstrap_external>:1157: in find_spec
    ???
<frozen importlib._bootstrap_external>:1131: in _get_spec
    ???
<frozen importlib._bootstrap_external>:1112: in _legacy_get_spec
    ???
<frozen importlib._bootstrap>:441: in spec_from_loader
    ???
<frozen importlib._bootstrap_external>:544: in spec_from_file_location
    ???
E     File "/var/lib/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/.local/lib/python3.6/site-packages/Pillow-9.3.0-py3.6-linux-x86_64.egg/PIL/_deprecate.py", line 1
E   SyntaxError: future feature annotations is not defined
=============================== warnings summary ===============================
modelica_interface/run_omc.py:40
  /var/lib/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/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/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/misc/csv_output_to_csv_matrix_converter.py:55: DeprecationWarning: invalid escape sequence \$
    w3TheoSens_regex = "\$Sensitivities\..*"

analysis/indiv_sens.py:326
  /var/lib/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/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/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/analysis/indiv_sens.py:327: DeprecationWarning: invalid escape sequence \s
    value = re.sub('[-\s]+', '-', value)

testing/test_model_optimizer.py:84
  /var/lib/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/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/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/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/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/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/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/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/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/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/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/testing/test_plot_heatmaps.py:74: DeprecationWarning: invalid escape sequence \.
    regex = '.*\.(png|svg)$'

testing/test_plot_heatmaps.py:88
  /var/lib/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/testing/test_plot_heatmaps.py:88: DeprecationWarning: invalid escape sequence \ 
    param_3,7,8,9"""

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

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

testing/test_run_omc.py:48
  /var/lib/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/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/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/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/jenkins1/ws/Sens_dependabot_pip_pillow-9.3.0/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 4.44s ========================