Running with gitlab-runner 13.3.1 (13.3.1)  on porter ed0e33ab section_start:1648182682:prepare_executor Preparing the "shell" executor Using Shell executor... section_end:1648182682:prepare_executor section_start:1648182682:prepare_script Preparing environment Running on porter... section_end:1648182682:prepare_script section_start:1648182682:get_sources Getting source from Git repository Fetching changes... Reinitialized existing Git repository in /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.git/ Checking out b04bf370 as main... Removing .env/ Removing .pytest_cache/ Removing loopy.egg-info/ Removing loopy/__pycache__/ Removing loopy/_git_rev.py Removing loopy/codegen/__pycache__/ Removing loopy/frontend/__pycache__/ Removing loopy/frontend/fortran/__pycache__/ Removing loopy/kernel/__pycache__/ Removing loopy/library/__pycache__/ Removing loopy/schedule/__pycache__/ Removing loopy/target/__pycache__/ Removing loopy/target/c/__pycache__/ Removing loopy/target/c/codegen/__pycache__/ Removing loopy/transform/__pycache__/ Removing test/__pycache__/ Removing test/pytest.xml Skipping Git submodules setup section_end:1648182685:get_sources section_start:1648182685:step_script Executing "step_script" stage of the job script $ PROJECT_INSTALL_FLAGS="--editable" $ EXTRA_INSTALL="pybind11 numpy mako matplotlib ipykernel ply fparser" $ curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/prepare-and-run-pylint.sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 120 100 120 0 0 294 0 --:--:-- --:--:-- --:--:-- 294 $ . ./prepare-and-run-pylint.sh "$CI_PROJECT_NAME" test/test_*.py % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 145 100 145 0 0 410 0 --:--:-- --:--:-- --:--:-- 410 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19822 100 19822 0 0 23089 0 --:--:-- --:--:-- --:--:-- 65419 ----------------------------------------------- Current directory: /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy Python executable: python3 PYOPENCL_TEST: PYTEST_ADDOPTS: PROJECT_INSTALL_FLAGS: --editable git revision: b04bf370 git status: ?? ci-support-v0 ?? prepare-and-run-pylint.sh model name : Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz ----------------------------------------------- Removing ci-support-v0 find: ‘siteconf.py’: No such file or directory Requirement already satisfied: pip in ./.env/lib/python3.9/site-packages (22.0.2) Collecting pip Using cached pip-22.0.4-py3-none-any.whl (2.1 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 22.0.2 Uninstalling pip-22.0.2: Successfully uninstalled pip-22.0.2 Successfully installed pip-22.0.4 Requirement already satisfied: setuptools in ./.env/lib/python3.9/site-packages (59.6.0) Collecting wheel Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB) Installing collected packages: wheel Successfully installed wheel-0.37.1 +++ python3 -m pip install pybind11 Collecting pybind11 Using cached pybind11-2.9.1-py2.py3-none-any.whl (211 kB) Installing collected packages: pybind11 Successfully installed pybind11-2.9.1 +++ python3 -m pip install numpy Collecting numpy Using cached numpy-1.22.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.8 MB) Installing collected packages: numpy Successfully installed numpy-1.22.3 +++ python3 -m pip install mako Collecting mako Using cached Mako-1.2.0-py3-none-any.whl (78 kB) Collecting MarkupSafe>=0.9.2 Using cached MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Installing collected packages: MarkupSafe, mako Successfully installed MarkupSafe-2.1.1 mako-1.2.0 +++ python3 -m pip install matplotlib Collecting matplotlib Using cached matplotlib-3.5.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (11.2 MB) Collecting packaging>=20.0 Using cached packaging-21.3-py3-none-any.whl (40 kB) Collecting kiwisolver>=1.0.1 Using cached kiwisolver-1.4.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB) Collecting cycler>=0.10 Using cached cycler-0.11.0-py3-none-any.whl (6.4 kB) Collecting pillow>=6.2.0 Using cached Pillow-9.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB) Collecting python-dateutil>=2.7 Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) Collecting fonttools>=4.22.0 Using cached fonttools-4.31.2-py3-none-any.whl (899 kB) Collecting pyparsing>=2.2.1 Using cached pyparsing-3.0.7-py3-none-any.whl (98 kB) Requirement already satisfied: numpy>=1.17 in ./.env/lib/python3.9/site-packages (from matplotlib) (1.22.3) Collecting six>=1.5 Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) Installing collected packages: six, pyparsing, pillow, kiwisolver, fonttools, cycler, python-dateutil, packaging, matplotlib Successfully installed cycler-0.11.0 fonttools-4.31.2 kiwisolver-1.4.0 matplotlib-3.5.1 packaging-21.3 pillow-9.0.1 pyparsing-3.0.7 python-dateutil-2.8.2 six-1.16.0 +++ python3 -m pip install ipykernel Collecting ipykernel Using cached ipykernel-6.9.2-py3-none-any.whl (130 kB) Collecting tornado<7.0,>=4.2 Using cached tornado-6.1-cp39-cp39-manylinux2010_x86_64.whl (427 kB) Collecting debugpy<2.0,>=1.0.0 Using cached debugpy-1.6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.8 MB) Collecting jupyter-client<8.0 Using cached jupyter_client-7.1.2-py3-none-any.whl (130 kB) Collecting matplotlib-inline<0.2.0,>=0.1.0 Using cached matplotlib_inline-0.1.3-py3-none-any.whl (8.2 kB) Collecting traitlets<6.0,>=5.1.0 Using cached traitlets-5.1.1-py3-none-any.whl (102 kB) Collecting ipython>=7.23.1 Using cached ipython-8.1.1-py3-none-any.whl (750 kB) Collecting psutil Using cached psutil-5.9.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (280 kB) Collecting nest-asyncio Using cached nest_asyncio-1.5.4-py3-none-any.whl (5.1 kB) Collecting pygments>=2.4.0 Using cached Pygments-2.11.2-py3-none-any.whl (1.1 MB) Collecting prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 Using cached prompt_toolkit-3.0.28-py3-none-any.whl (380 kB) Collecting decorator Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) Collecting pexpect>4.3 Using cached pexpect-4.8.0-py2.py3-none-any.whl (59 kB) Collecting jedi>=0.16 Using cached jedi-0.18.1-py2.py3-none-any.whl (1.6 MB) Collecting backcall Using cached backcall-0.2.0-py2.py3-none-any.whl (11 kB) Collecting pickleshare Using cached pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB) Collecting stack-data Using cached stack_data-0.2.0-py3-none-any.whl (21 kB) Requirement already satisfied: setuptools>=18.5 in ./.env/lib/python3.9/site-packages (from ipython>=7.23.1->ipykernel) (59.6.0) Collecting jupyter-core>=4.6.0 Using cached jupyter_core-4.9.2-py3-none-any.whl (86 kB) Collecting entrypoints Using cached entrypoints-0.4-py3-none-any.whl (5.3 kB) Collecting pyzmq>=13 Using cached pyzmq-22.3.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB) Requirement already satisfied: python-dateutil>=2.1 in ./.env/lib/python3.9/site-packages (from jupyter-client<8.0->ipykernel) (2.8.2) Collecting parso<0.9.0,>=0.8.0 Using cached parso-0.8.3-py2.py3-none-any.whl (100 kB) Collecting ptyprocess>=0.5 Using cached ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) Collecting wcwidth Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) Requirement already satisfied: six>=1.5 in ./.env/lib/python3.9/site-packages (from python-dateutil>=2.1->jupyter-client<8.0->ipykernel) (1.16.0) Collecting pure-eval Using cached pure_eval-0.2.2-py3-none-any.whl (11 kB) Collecting asttokens Using cached asttokens-2.0.5-py2.py3-none-any.whl (20 kB) Collecting executing Using cached executing-0.8.3-py2.py3-none-any.whl (16 kB) Installing collected packages: wcwidth, pure-eval, ptyprocess, pickleshare, executing, backcall, traitlets, tornado, pyzmq, pygments, psutil, prompt-toolkit, pexpect, parso, nest-asyncio, entrypoints, decorator, debugpy, asttokens, stack-data, matplotlib-inline, jupyter-core, jedi, jupyter-client, ipython, ipykernel Successfully installed asttokens-2.0.5 backcall-0.2.0 debugpy-1.6.0 decorator-5.1.1 entrypoints-0.4 executing-0.8.3 ipykernel-6.9.2 ipython-8.1.1 jedi-0.18.1 jupyter-client-7.1.2 jupyter-core-4.9.2 matplotlib-inline-0.1.3 nest-asyncio-1.5.4 parso-0.8.3 pexpect-4.8.0 pickleshare-0.7.5 prompt-toolkit-3.0.28 psutil-5.9.0 ptyprocess-0.7.0 pure-eval-0.2.2 pygments-2.11.2 pyzmq-22.3.0 stack-data-0.2.0 tornado-6.1 traitlets-5.1.1 wcwidth-0.2.5 +++ python3 -m pip install ply Collecting ply Using cached ply-3.11-py2.py3-none-any.whl (49 kB) Installing collected packages: ply Successfully installed ply-3.11 +++ python3 -m pip install fparser Collecting fparser Using cached fparser-0.0.14-py3-none-any.whl (272 kB) Requirement already satisfied: six in ./.env/lib/python3.9/site-packages (from fparser) (1.16.0) Installing collected packages: fparser Successfully installed fparser-0.0.14 +++ pip install -r requirements.txt Collecting pytools>=2021.1 Cloning https://github.com/inducer/pytools.git to /tmp/pip-install-id0ec2ee/pytools_7bb5799a3a364076b5e590a469a74f0e Running command git clone --filter=blob:none --quiet https://github.com/inducer/pytools.git /tmp/pip-install-id0ec2ee/pytools_7bb5799a3a364076b5e590a469a74f0e Resolved https://github.com/inducer/pytools.git to commit 8bad9fc5d8a1947646dd93387bced86ef514de25 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting islpy Cloning https://github.com/inducer/islpy.git to /tmp/pip-install-id0ec2ee/islpy_c973b595c20849a39644c58fb667b805 Running command git clone --filter=blob:none --quiet https://github.com/inducer/islpy.git /tmp/pip-install-id0ec2ee/islpy_c973b595c20849a39644c58fb667b805 Resolved https://github.com/inducer/islpy.git to commit d81f7ddae26728652fa9005a2a6ecfe8e6c1a1ce Running command git submodule update --init --recursive -q Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting cgen Cloning https://github.com/inducer/cgen.git to /tmp/pip-install-id0ec2ee/cgen_f9906d4a1fa54debacac368ab104de50 Running command git clone --filter=blob:none --quiet https://github.com/inducer/cgen.git /tmp/pip-install-id0ec2ee/cgen_f9906d4a1fa54debacac368ab104de50 Resolved https://github.com/inducer/cgen.git to commit 7b8b355738c28526d6485f486466181b3e51805d Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pyopencl Cloning https://github.com/inducer/pyopencl.git to /tmp/pip-install-id0ec2ee/pyopencl_fd1bcd26f0ff4f14aeab9158f2bf143c Running command git clone --filter=blob:none --quiet https://github.com/inducer/pyopencl.git /tmp/pip-install-id0ec2ee/pyopencl_fd1bcd26f0ff4f14aeab9158f2bf143c Resolved https://github.com/inducer/pyopencl.git to commit 291649892f4972e46c5823bfa359b37ad94d6cd5 Running command git submodule update --init --recursive -q Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pymbolic Cloning https://github.com/inducer/pymbolic.git to /tmp/pip-install-id0ec2ee/pymbolic_026af44879744616905626e2fa6ec2d0 Running command git clone --filter=blob:none --quiet https://github.com/inducer/pymbolic.git /tmp/pip-install-id0ec2ee/pymbolic_026af44879744616905626e2fa6ec2d0 Resolved https://github.com/inducer/pymbolic.git to commit 8ba1102f4725816f929452712af2b7fd2f4f35ba Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting genpy Cloning https://github.com/inducer/genpy.git to /tmp/pip-install-id0ec2ee/genpy_d86f054d6b5c4bd18cdce4d50df7c6b6 Running command git clone --filter=blob:none --quiet https://github.com/inducer/genpy.git /tmp/pip-install-id0ec2ee/genpy_d86f054d6b5c4bd18cdce4d50df7c6b6 Resolved https://github.com/inducer/genpy.git to commit a219c6781624dac8f2ee8e0e74dab59b861eadf6 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting codepy Cloning https://github.com/inducer/codepy.git to /tmp/pip-install-id0ec2ee/codepy_ea35fe98565d476e8a20c663c3488949 Running command git clone --filter=blob:none --quiet https://github.com/inducer/codepy.git /tmp/pip-install-id0ec2ee/codepy_ea35fe98565d476e8a20c663c3488949 Resolved https://github.com/inducer/codepy.git to commit 87b33040f1a383595a257498dc5dadf365e5a4cd Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting f2py Cloning https://github.com/inducer/f2py to /tmp/pip-install-id0ec2ee/f2py_f23fe3020d29499f851ab9f3371d8cc4 Running command git clone --filter=blob:none --quiet https://github.com/inducer/f2py /tmp/pip-install-id0ec2ee/f2py_f23fe3020d29499f851ab9f3371d8cc4 Resolved https://github.com/inducer/f2py to commit 48a40ad4b91a2d00bd043881ff62f5efea3ab651 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: ply>=3.6 in ./.env/lib/python3.9/site-packages (from -r requirements.txt (line 12)) (3.11) Collecting scipy Using cached scipy-1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (42.1 MB) Requirement already satisfied: numpy>=1.6.0 in ./.env/lib/python3.9/site-packages (from pytools>=2021.1->-r requirements.txt (line 1)) (1.22.3) Collecting platformdirs>=2.2.0 Using cached platformdirs-2.5.1-py3-none-any.whl (14 kB) Collecting pytest>=2 Using cached pytest-7.1.1-py3-none-any.whl (297 kB) Requirement already satisfied: six in ./.env/lib/python3.9/site-packages (from f2py->-r requirements.txt (line 9)) (1.16.0) Collecting tomli>=1.0.0 Using cached tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: packaging in ./.env/lib/python3.9/site-packages (from pytest>=2->islpy->-r requirements.txt (line 2)) (21.3) Collecting pluggy<2.0,>=0.12 Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) Collecting attrs>=19.2.0 Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB) Collecting iniconfig Using cached iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB) Collecting py>=1.8.2 Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in ./.env/lib/python3.9/site-packages (from packaging->pytest>=2->islpy->-r requirements.txt (line 2)) (3.0.7) Building wheels for collected packages: pytools, islpy, cgen, pyopencl, pymbolic, genpy, codepy, f2py Building wheel for pytools (setup.py): started Building wheel for pytools (setup.py): finished with status 'done' Created wheel for pytools: filename=pytools-2022.1.2-py2.py3-none-any.whl size=63902 sha256=c0579e81501832615d5a9f7fcc128170a98e0f6b8244af5c9457c546493ca43e Stored in directory: /tmp/pip-ephem-wheel-cache-u5gqem2p/wheels/40/f5/aa/3becdbdd3dc15fbae8c8994ce93b23adf601eefe74b03cd26e Building wheel for islpy (setup.py): started Building wheel for islpy (setup.py): still running... Building wheel for islpy (setup.py): still running... Building wheel for islpy (setup.py): finished with status 'done' Created wheel for islpy: filename=islpy-2022.1.2-cp39-cp39-linux_x86_64.whl size=9875368 sha256=40ccf8672f3207e55b4b44930aefe211556784bd08e6f0094520160a5950cfdf Stored in directory: /tmp/pip-ephem-wheel-cache-u5gqem2p/wheels/dd/15/d6/32172f06f1cd78a25a4f0f3ac8f29dd6caf5b7353b350a0c19 Building wheel for cgen (setup.py): started Building wheel for cgen (setup.py): finished with status 'done' Created wheel for cgen: filename=cgen-2020.2-py3-none-any.whl size=17018 sha256=9db2b0a1933cfe0f948a087f2bf33dffc2d29798e47c446eae825863026469ec Stored in directory: /tmp/pip-ephem-wheel-cache-u5gqem2p/wheels/e1/81/78/0a0e743b53e64578c55ea79bdea2ac56a2c82615417346248f Building wheel for pyopencl (setup.py): started Building wheel for pyopencl (setup.py): finished with status 'done' Created wheel for pyopencl: filename=pyopencl-2022.1-cp39-cp39-linux_x86_64.whl size=665587 sha256=6c321e08c9932f7dc41d68c90b74bd2f9fabb869125bf0a1427491738f856a01 Stored in directory: /tmp/pip-ephem-wheel-cache-u5gqem2p/wheels/cc/e3/47/fe6338613c8159c5177264dac869f4197ea6bc1221c0e8d8c2 Building wheel for pymbolic (setup.py): started Building wheel for pymbolic (setup.py): finished with status 'done' Created wheel for pymbolic: filename=pymbolic-2021.1-py3-none-any.whl size=117276 sha256=6c7163f46160b40a6f246e993380ec6fd37804abd1da28356fca10a757c976e1 Stored in directory: /tmp/pip-ephem-wheel-cache-u5gqem2p/wheels/c7/2c/bc/020e3373c230e021ce26ebf1a80edac9efdf1145ac84339310 Building wheel for genpy (setup.py): started Building wheel for genpy (setup.py): finished with status 'done' Created wheel for genpy: filename=genpy-2021.1-py3-none-any.whl size=5755 sha256=cc6bf7c43c8bc05b9be513285969da6dbd8e2d29140049aa9c23f2659f96cbfb Stored in directory: /tmp/pip-ephem-wheel-cache-u5gqem2p/wheels/0f/8e/0f/bdd6e1001306e9be277ea347b992ca362e3129b61e72e7177d Building wheel for codepy (setup.py): started Building wheel for codepy (setup.py): finished with status 'done' Created wheel for codepy: filename=codepy-2019.1-py3-none-any.whl size=20141 sha256=8b4e54c96c87531547f06130d2eacaa45b212cd908c8dbc033093e1c5057a85c Stored in directory: /tmp/pip-ephem-wheel-cache-u5gqem2p/wheels/5d/33/c9/f93f6d9df3f30b5981b7485bebc4c2c082d25e43b0446c8c5f Building wheel for f2py (setup.py): started Building wheel for f2py (setup.py): finished with status 'error' error: subprocess-exited-with-error × python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [103 lines of output] Appending f2py configuration to Ignoring attempt to set 'name' (from '' to 'f2py') Appending fparser configuration to Ignoring attempt to set 'name' (from '' to 'fparser') 0.3.1.dev /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/setuptools/dist.py:493: UserWarning: Normalizing '0.3.1.dev' to '0.3.1.dev0' warnings.warn(tmpl.format(**locals())) running bdist_wheel running build running config_cc INFO: unifing config_cc, config, build_clib, build_ext, build commands --compiler options running config_fc INFO: unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options running build_py creating build creating build/lib creating build/lib/f2py copying f2py/__init__.py -> build/lib/f2py copying f2py/setup.py -> build/lib/f2py copying f2py/version.py -> build/lib/f2py creating build/lib/fparser copying fparser/readfortran.py -> build/lib/fparser copying fparser/Fortran2003.py -> build/lib/fparser copying fparser/pattern_tools.py -> build/lib/fparser copying fparser/__init__.py -> build/lib/fparser copying fparser/api.py -> build/lib/fparser copying fparser/statements.py -> build/lib/fparser copying fparser/sourceinfo.py -> build/lib/fparser copying fparser/base_classes.py -> build/lib/fparser copying fparser/setup.py -> build/lib/fparser copying fparser/block_statements.py -> build/lib/fparser copying fparser/splitline.py -> build/lib/fparser copying fparser/script_options.py -> build/lib/fparser copying fparser/utils.py -> build/lib/fparser copying fparser/typedecl_statements.py -> build/lib/fparser copying fparser/parsefortran.py -> build/lib/fparser running build_scripts creating build/scripts.linux-x86_64-3.9 /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( INFO: Creating 'build/scripts.linux-x86_64-3.9/fparser.parse' INFO: Creating 'build/scripts.linux-x86_64-3.9/fparser.read' INFO: Creating 'build/scripts.linux-x86_64-3.9/fparser.f2003' installing to build/bdist.linux-x86_64/wheel running install running install_lib copying build/lib/fparser/readfortran.py -> /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/fparser copying build/lib/fparser/Fortran2003.py -> /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/fparser copying build/lib/fparser/pattern_tools.py -> /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/fparser copying build/lib/fparser/__init__.py -> /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/fparser copying build/lib/fparser/api.py -> /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/fparser copying build/lib/fparser/statements.py -> /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/fparser copying build/lib/fparser/sourceinfo.py -> /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/fparser copying build/lib/fparser/base_classes.py -> /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/fparser copying build/lib/fparser/setup.py -> /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/fparser copying build/lib/fparser/block_statements.py -> /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/fparser copying build/lib/fparser/splitline.py -> /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/fparser copying build/lib/fparser/script_options.py -> /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/fparser copying build/lib/fparser/utils.py -> /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/fparser copying build/lib/fparser/typedecl_statements.py -> /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/fparser copying build/lib/fparser/parsefortran.py -> /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/fparser creating /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/f2py copying build/lib/f2py/__init__.py -> /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/f2py copying build/lib/f2py/setup.py -> /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/f2py copying build/lib/f2py/version.py -> /var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/f2py Traceback (most recent call last): File "", line 2, in File "", line 34, in File "/tmp/pip-install-id0ec2ee/f2py_f23fe3020d29499f851ab9f3371d8cc4/setup.py", line 198, in setup( File "/var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/numpy/distutils/core.py", line 169, in setup return old_setup(**new_attr) File "/var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/setuptools/__init__.py", line 153, in setup return distutils.core.setup(**attrs) File "/usr/lib/python3.9/distutils/core.py", line 148, in setup dist.run_commands() File "/usr/lib/python3.9/distutils/dist.py", line 966, in run_commands self.run_command(cmd) File "/usr/lib/python3.9/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 335, in run self.run_command('install') File "/usr/lib/python3.9/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/usr/lib/python3.9/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/numpy/distutils/command/install.py", line 60, in run r = self.setuptools_run() File "/var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/numpy/distutils/command/install.py", line 34, in setuptools_run return distutils_install.run(self) File "/usr/lib/python3.9/distutils/command/install.py", line 602, in run self.run_command(cmd_name) File "/usr/lib/python3.9/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/usr/lib/python3.9/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/setuptools/command/install_lib.py", line 27, in run self.byte_compile(outfiles) File "/usr/lib/python3.9/distutils/command/install_lib.py", line 136, in byte_compile byte_compile(files, optimize=0, File "/usr/lib/python3.9/distutils/util.py", line 454, in byte_compile raise ValueError("invalid prefix: filename %r doesn't start with %r" ValueError: invalid prefix: filename '/var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy/.env/lib/python3.9/site-packages/fparser/readfortran.py' doesn't start with 'build/bdist.linux-x86_64/wheel' [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for f2py Running setup.py clean for f2py Successfully built pytools islpy cgen pyopencl pymbolic genpy codepy Failed to build f2py Installing collected packages: iniconfig, tomli, scipy, py, pluggy, platformdirs, f2py, attrs, pytools, pytest, pyopencl, pymbolic, islpy, genpy, cgen, codepy Running setup.py install for f2py: started Running setup.py install for f2py: finished with status 'done' DEPRECATION: f2py was installed using the legacy 'setup.py install' method, because a wheel could not be built for it. A possible replacement is to fix the wheel build issue reported above. Discussion can be found at https://github.com/pypa/pip/issues/8368 Successfully installed attrs-21.4.0 cgen-2020.2 codepy-2019.1 f2py-0.3.1.dev0 genpy-2021.1 iniconfig-1.1.1 islpy-2022.1.2 platformdirs-2.5.1 pluggy-1.0.0 py-1.11.0 pymbolic-2021.1 pyopencl-2022.1 pytest-7.1.1 pytools-2022.1.2 scipy-1.8.0 tomli-2.0.1 +++ python3 -m pip install --editable . Obtaining file:///var/lib/gitlab-runner/builds/ed0e33ab/1/inducer/loopy Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: Mako in ./.env/lib/python3.9/site-packages (from loopy==2022.1) (1.2.0) Requirement already satisfied: cgen>=2016.1 in ./.env/lib/python3.9/site-packages (from loopy==2022.1) (2020.2) Requirement already satisfied: codepy>=2017.1 in ./.env/lib/python3.9/site-packages (from loopy==2022.1) (2019.1) Collecting colorama Using cached colorama-0.4.4-py2.py3-none-any.whl (16 kB) Requirement already satisfied: genpy>=2016.1.2 in ./.env/lib/python3.9/site-packages (from loopy==2022.1) (2021.1) Requirement already satisfied: islpy>=2019.1 in ./.env/lib/python3.9/site-packages (from loopy==2022.1) (2022.1.2) Requirement already satisfied: numpy>=1.19 in ./.env/lib/python3.9/site-packages (from loopy==2022.1) (1.22.3) Requirement already satisfied: pymbolic>=2019.2 in ./.env/lib/python3.9/site-packages (from loopy==2022.1) (2021.1) Collecting pyrsistent Using cached pyrsistent-0.18.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (115 kB) Requirement already satisfied: pytools>=2022.1.2 in ./.env/lib/python3.9/site-packages (from loopy==2022.1) (2022.1.2) Requirement already satisfied: platformdirs>=2.2.0 in ./.env/lib/python3.9/site-packages (from codepy>=2017.1->loopy==2022.1) (2.5.1) Requirement already satisfied: pytest>=2 in ./.env/lib/python3.9/site-packages (from islpy>=2019.1->loopy==2022.1) (7.1.1) Requirement already satisfied: MarkupSafe>=0.9.2 in ./.env/lib/python3.9/site-packages (from Mako->loopy==2022.1) (2.1.1) Requirement already satisfied: packaging in ./.env/lib/python3.9/site-packages (from pytest>=2->islpy>=2019.1->loopy==2022.1) (21.3) Requirement already satisfied: iniconfig in ./.env/lib/python3.9/site-packages (from pytest>=2->islpy>=2019.1->loopy==2022.1) (1.1.1) Requirement already satisfied: py>=1.8.2 in ./.env/lib/python3.9/site-packages (from pytest>=2->islpy>=2019.1->loopy==2022.1) (1.11.0) Requirement already satisfied: pluggy<2.0,>=0.12 in ./.env/lib/python3.9/site-packages (from pytest>=2->islpy>=2019.1->loopy==2022.1) (1.0.0) Requirement already satisfied: attrs>=19.2.0 in ./.env/lib/python3.9/site-packages (from pytest>=2->islpy>=2019.1->loopy==2022.1) (21.4.0) Requirement already satisfied: tomli>=1.0.0 in ./.env/lib/python3.9/site-packages (from pytest>=2->islpy>=2019.1->loopy==2022.1) (2.0.1) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in ./.env/lib/python3.9/site-packages (from packaging->pytest>=2->islpy>=2019.1->loopy==2022.1) (3.0.7) Installing collected packages: pyrsistent, colorama, loopy Running setup.py develop for loopy Successfully installed colorama-0.4.4 loopy-2022.1 pyrsistent-0.18.1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2031 100 2031 0 0 4993 0 --:--:-- --:--:-- --:--:-- 4990 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 168 100 168 0 0 423 0 --:--:-- --:--:-- --:--:-- 424 Collecting pylint<2.9 Using cached pylint-2.8.3-py3-none-any.whl (357 kB) Collecting astroid!=2.5.7 Using cached astroid-2.11.1-py3-none-any.whl (250 kB) Collecting PyYAML Using cached PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) Requirement already satisfied: pytest in ./.env/lib/python3.9/site-packages (7.1.1) Collecting toml>=0.7.1 Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB) Collecting astroid!=2.5.7 Using cached astroid-2.5.6-py3-none-any.whl (219 kB) Collecting isort<6,>=4.2.5 Using cached isort-5.10.1-py3-none-any.whl (103 kB) Collecting mccabe<0.7,>=0.6 Using cached mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) Collecting wrapt<1.13,>=1.11 Using cached wrapt-1.12.1-cp39-cp39-linux_x86_64.whl Collecting lazy-object-proxy>=1.4.0 Using cached lazy_object_proxy-1.7.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (61 kB) Requirement already satisfied: py>=1.8.2 in ./.env/lib/python3.9/site-packages (from pytest) (1.11.0) Requirement already satisfied: pluggy<2.0,>=0.12 in ./.env/lib/python3.9/site-packages (from pytest) (1.0.0) Requirement already satisfied: iniconfig in ./.env/lib/python3.9/site-packages (from pytest) (1.1.1) Requirement already satisfied: tomli>=1.0.0 in ./.env/lib/python3.9/site-packages (from pytest) (2.0.1) Requirement already satisfied: packaging in ./.env/lib/python3.9/site-packages (from pytest) (21.3) Requirement already satisfied: attrs>=19.2.0 in ./.env/lib/python3.9/site-packages (from pytest) (21.4.0) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in ./.env/lib/python3.9/site-packages (from packaging->pytest) (3.0.7) Installing collected packages: wrapt, mccabe, toml, PyYAML, lazy-object-proxy, isort, astroid, pylint Successfully installed PyYAML-6.0 astroid-2.5.6 isort-5.10.1 lazy-object-proxy-1.7.1 mccabe-0.6.1 pylint-2.8.3 toml-0.10.2 wrapt-1.12.1 INFO:__main__:pylint --jobs=4 --extension-pkg-whitelist=numpy --disable=all --enable=E --disable=E1136 --extension-pkg-whitelist=islpy --ignore=compyte --ignored-modules=IPython,pycuda,maptlotlib,maptlotlib.pyplot '--init-hook=sys.setrecursionlimit(5000)' loopy test/test_apps.py test/test_callables.py test/test_c_execution.py test/test_dg.py test/test_diff.py test/test_domain.py test/test_einsum.py test/test_expression.py test/test_fortran.py test/test_from_loopy_import_star.py test/test_fusion.py test/test_isl.py test/test_linalg.py test/test_loopy.py test/test_misc.py test/test_nbody.py test/test_numa_diff.py test/test_reduction.py test/test_scan.py test/test_sem_reagan.py test/test_split_iname_slabs.py test/test_statistics.py test/test_target.py test/test_transform.py -------------------------------------------------------------------- Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00) section_end:1648183069:step_script Job succeeded