name: code run_id: commands[0] env HOME: /home/jenkins env LANG: C.UTF-8 env LD_LIBRARY_PATH: /usr/local/lib/:/usr/local/lib64 env PATH: /w/workspace/ric-app-qp-tox-sonarqube/.tox/code/bin:/opt/pyenv/bin:/tmp/venv-Xtjl/bin:/opt/pyenv/shims:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin env PIP_DISABLE_PIP_VERSION_CHECK: 1 env PYTHONHASHSEED: 431411692 env PYTHONIOENCODING: utf-8 env PYTHONPATH: /w/workspace/ric-app-qp-tox-sonarqube:src:/usr/lib/python3.7/site-packages/ env RMR_ASYNC_CONN: 0 env RMR_SEED_RT: tests/fixtures/test_local.rt env TOX_ENV_DIR: /w/workspace/ric-app-qp-tox-sonarqube/.tox/code env TOX_ENV_NAME: code env TOX_PACKAGE: /w/workspace/ric-app-qp-tox-sonarqube/.tox/.tmp/package/1/qp-0.0.5.tar.gz env TOX_WORK_DIR: /w/workspace/ric-app-qp-tox-sonarqube/.tox env USE_FAKE_SDL: 1 env VIRTUAL_ENV: /w/workspace/ric-app-qp-tox-sonarqube/.tox/code metadata pid: 2529 cwd: /w/workspace/ric-app-qp-tox-sonarqube allow: /w/workspace/ric-app-qp-tox-sonarqube/.tox/code/bin/* cmd: pytest -v --cov src --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=60 exit_code: 2 ============================= test session starts ============================== platform linux -- Python 3.10.6, pytest-8.4.1, pluggy-1.6.0 -- /w/workspace/ric-app-qp-tox-sonarqube/.tox/code/bin/python cachedir: .tox/code/.pytest_cache rootdir: /w/workspace/ric-app-qp-tox-sonarqube plugins: cov-6.2.1 collecting ... collected 0 items / 1 error ==================================== ERRORS ==================================== ______________________ ERROR collecting tests/test_qp.py _______________________ tests/test_qp.py:20: in from src import main src/main.py:31: in from prediction import forecast src/prediction.py:19: in import pandas as pd .tox/code/lib/python3.10/site-packages/pandas/__init__.py:22: in from pandas.compat import is_numpy_dev as _is_numpy_dev # pyright: ignore # noqa:F401 .tox/code/lib/python3.10/site-packages/pandas/compat/__init__.py:18: in from pandas.compat.numpy import ( .tox/code/lib/python3.10/site-packages/pandas/compat/numpy/__init__.py:4: in from pandas.util.version import Version .tox/code/lib/python3.10/site-packages/pandas/util/__init__.py:2: in from pandas.util._decorators import ( # noqa:F401 .tox/code/lib/python3.10/site-packages/pandas/util/_decorators.py:14: in from pandas._libs.properties import cache_readonly .tox/code/lib/python3.10/site-packages/pandas/_libs/__init__.py:13: in from pandas._libs.interval import Interval pandas/_libs/interval.pyx:1: in init pandas._libs.interval ??? E ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject =========================== short test summary info ============================ ERROR tests/test_qp.py - ValueError: numpy.dtype size changed, may indicate b... !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 1.01s ===============================