Running with gitlab-runner 12.9.0 (12.9.0)  on koelsch 0d8732fb section_start:1597717683:prepare_executor Preparing the "shell" executor Using Shell executor... section_end:1597717683:prepare_executor section_start:1597717683:prepare_script Preparing environment Running on koelsch... section_end:1597717684:prepare_script section_start:1597717684:get_sources Getting source from Git repository Fetching changes... Reinitialized existing Git repository in /var/lib/gitlab-runner/builds/0d8732fb/2/isuruf/pyopencl/.git/ From https://gitlab.tiker.net/isuruf/pyopencl * [new ref] refs/pipelines/61999 -> refs/pipelines/61999 * [new branch] openssl -> origin/openssl Checking out 9828e55a as openssl... Removing .env/ Removing __pycache__/ Removing build/ Removing pyopencl.egg-info/ Removing pyopencl/__pycache__/ Removing pyopencl/_cl.cpython-38-x86_64-linux-gnu.so Removing pyopencl/characterize/__pycache__/ Removing siteconf.py Removing test/__pycache__/ Removing test/pytest.xml Removing tmp/ Removing virtualenv-15.1.0/ Skipping Git submodules setup section_end:1597717686:get_sources section_start:1597717686:restore_cache Restoring cache section_end:1597717686:restore_cache section_start:1597717686:download_artifacts Downloading artifacts section_end:1597717686:download_artifacts section_start:1597717686:build_script Running before_script and script $ export PY_EXE=python3 $ export PYOPENCL_TEST=portable:pthread $ export EXTRA_INSTALL="pybind11 numpy mako" $ curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 161 100 161 0 0 294 0 --:--:-- --:--:-- --:--:-- 293 $ echo "CL_PRETEND_VERSION = '1.1'" > siteconf.py $ . ./build-and-test-py-project.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 8403 100 8403 0 0 15167 0 --:--:-- --:--:-- --:--:-- 15167 ----------------------------------------------- Current directory: /var/lib/gitlab-runner/builds/0d8732fb/2/isuruf/pyopencl Python executable: python3 PYOPENCL_TEST: portable:pthread PYTEST_ADDOPTS: PROJECT_INSTALL_FLAGS: git revision: 9828e55 git status: ?? ci-support.sh ----------------------------------------------- Removing build-and-test-py-project.sh Looking in links: /tmp/tmp2w9tyc2n Requirement already satisfied: setuptools in ./.env/lib/python3.8/site-packages (44.0.0) Requirement already satisfied: pip in ./.env/lib/python3.8/site-packages (20.1.1) Requirement already satisfied: pkg_resources in ./.env/lib/python3.8/site-packages (0.0.0) Requirement already up-to-date: pip<20.2 in ./.env/lib/python3.8/site-packages (20.1.1) Requirement already satisfied: setuptools in ./.env/lib/python3.8/site-packages (44.0.0) +++ python3 -m pip install pybind11 Collecting pybind11 Using cached pybind11-2.5.0-py2.py3-none-any.whl (296 kB) Installing collected packages: pybind11 Successfully installed pybind11-2.5.0 +++ python3 -m pip install numpy Collecting numpy Using cached numpy-1.19.1-cp38-cp38-manylinux2010_x86_64.whl (14.5 MB) Installing collected packages: numpy Successfully installed numpy-1.19.1 +++ python3 -m pip install mako Collecting mako Using cached Mako-1.1.3-py2.py3-none-any.whl (75 kB) Collecting MarkupSafe>=0.9.2 Using cached MarkupSafe-1.1.1-cp38-cp38-manylinux1_x86_64.whl (32 kB) Installing collected packages: MarkupSafe, mako Successfully installed MarkupSafe-1.1.1 mako-1.1.3 +++ source .conda-ci-build-configure.sh ************************************************************ *** I have detected that you have already run configure. *** I'm taking the configured values as defaults for this *** configure run. If you don't want this, delete the file *** ./siteconf.py. ************************************************************ +++ python3 -m pip install --editable . Obtaining file:///var/lib/gitlab-runner/builds/0d8732fb/2/isuruf/pyopencl Collecting appdirs>=1.4.0 Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting decorator>=3.2.0 Using cached decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) Requirement already satisfied: numpy in ./.env/lib/python3.8/site-packages (from pyopencl==2020.2.1) (1.19.1) Collecting pytools>=2017.6 Using cached pytools-2020.4.tar.gz (67 kB) Collecting six>=1.9.0 Using cached six-1.15.0-py2.py3-none-any.whl (10 kB) Using legacy setup.py install for pytools, since package 'wheel' is not installed. Installing collected packages: appdirs, decorator, six, pytools, pyopencl Running setup.py install for pytools: started Running setup.py install for pytools: finished with status 'done' Running setup.py develop for pyopencl Successfully installed appdirs-1.4.4 decorator-4.4.2 pyopencl pytools-2020.4 six-1.15.0 Collecting pytest Using cached pytest-6.0.1-py3-none-any.whl (270 kB) Collecting pytest-xdist Using cached pytest_xdist-2.0.0-py2.py3-none-any.whl (36 kB) Collecting pluggy<1.0,>=0.12 Using cached pluggy-0.13.1-py2.py3-none-any.whl (18 kB) Collecting toml Using cached toml-0.10.1-py2.py3-none-any.whl (19 kB) Collecting packaging Using cached packaging-20.4-py2.py3-none-any.whl (37 kB) Collecting py>=1.8.2 Using cached py-1.9.0-py2.py3-none-any.whl (99 kB) Collecting iniconfig Using cached iniconfig-1.0.1-py3-none-any.whl (4.2 kB) Collecting more-itertools>=4.0.0 Using cached more_itertools-8.4.0-py3-none-any.whl (43 kB) Collecting attrs>=17.4.0 Using cached attrs-19.3.0-py2.py3-none-any.whl (39 kB) Collecting execnet>=1.1 Using cached execnet-1.7.1-py2.py3-none-any.whl (39 kB) Collecting pytest-forked Using cached pytest_forked-1.3.0-py2.py3-none-any.whl (4.7 kB) Processing /var/lib/gitlab-runner/.cache/29/pip/wheels/91/cf/b0/0c9998060b55ca80ea7a50a8639c3bdc6ba886eeff014bc9ac/psutil-5.7.2-cp38-cp38-linux_x86_64.whl Collecting pyparsing>=2.0.2 Using cached pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) Requirement already satisfied: six in ./.env/lib/python3.8/site-packages (from packaging->pytest) (1.15.0) Collecting apipkg>=1.4 Using cached apipkg-1.5-py2.py3-none-any.whl (4.9 kB) Installing collected packages: pluggy, toml, pyparsing, packaging, py, iniconfig, more-itertools, attrs, pytest, apipkg, execnet, pytest-forked, psutil, pytest-xdist Successfully installed apipkg-1.5 attrs-19.3.0 execnet-1.7.1 iniconfig-1.0.1 more-itertools-8.4.0 packaging-20.4 pluggy-0.13.1 psutil-5.7.2 py-1.9.0 pyparsing-2.4.7 pytest-6.0.1 pytest-forked-1.3.0 pytest-xdist-2.0.0 toml-0.10.1 +++ python3 -m pytest --durations=10 --tb=native --junitxml=pytest.xml --doctest-modules -rxsw -n 4 . ../doc/algorithm.rst ../doc/array.rst ../doc/howto.rst ../doc/index.rst ../doc/misc.rst ../doc/runtime_const.rst ../doc/runtime_gl.rst ../doc/runtime_memory.rst ../doc/runtime_platform.rst ../doc/runtime_program.rst ../doc/runtime_queue.rst ../doc/runtime.rst ../doc/subst.rst ../doc/tools.rst ../doc/types.rst ============================= test session starts ============================== platform linux -- Python 3.8.5, pytest-6.0.1, py-1.9.0, pluggy-0.13.1 rootdir: /var/lib/gitlab-runner/builds/0d8732fb/2/isuruf/pyopencl plugins: forked-1.3.0, xdist-2.0.0 gw0 I / gw1 I / gw2 I / gw3 I gw0 [224] / gw1 [224] / gw2 [224] / gw3 [224] ......................................s................................. [ 32%] ......................................................................ss [ 64%] sss..........................................ss....ss........ss..s..ss.. [ 96%] .s...... [100%] =============================== warnings summary =============================== /var/lib/gitlab-runner/builds/0d8732fb/2/isuruf/pyopencl/.env/lib/python3.8/site-packages/_pytest/junitxml.py:446 /var/lib/gitlab-runner/builds/0d8732fb/2/isuruf/pyopencl/.env/lib/python3.8/site-packages/_pytest/junitxml.py:446: PytestDeprecationWarning: The 'junit_family' default value will change to 'xunit2' in pytest 6.0. See: https://docs.pytest.org/en/stable/deprecations.html#junit-family-default-value-change-to-xunit2 for more information. _issue_warning_captured(deprecated.JUNIT_XML_DEFAULT_FAMILY, config.hook, 2) test_algorithm.py:1029 test_algorithm.py:1029 test_algorithm.py:1029 test_algorithm.py:1029 /var/lib/gitlab-runner/builds/0d8732fb/2/isuruf/pyopencl/test/test_algorithm.py:1029: PytestUnknownMarkWarning: Unknown pytest.mark.bitonic - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.bitonic test_algorithm.py:1073 test_algorithm.py:1073 test_algorithm.py:1073 test_algorithm.py:1073 /var/lib/gitlab-runner/builds/0d8732fb/2/isuruf/pyopencl/test/test_algorithm.py:1073: PytestUnknownMarkWarning: Unknown pytest.mark.bitonic - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.bitonic test/test_array.py::test_get_async[] /var/lib/gitlab-runner/builds/0d8732fb/2/isuruf/pyopencl/test/test_array.py:1233: DeprecationWarning: calling pyopencl.Array.get with `async_=True` is deprecated. Please use pyopencl.Array.get_async for asynchronous device-to-host transfers b1 = b_gpu.get(async_=True) # testing that this waits for events test/test_clmath.py::test_exp[] test/test_clmath.py::test_log[] test/test_clmath.py::test_sqrt[] test/test_clmath.py::test_cosh[] test/test_clmath.py::test_sin[] test/test_clmath.py::test_tanh[] test/test_clmath.py::test_cos[] test/test_clmath.py::test_tan[] test/test_clmath.py::test_sinh[] /var/lib/gitlab-runner/builds/0d8732fb/2/isuruf/pyopencl/pyopencl/array.py:2140: ComplexWarning: Casting complex values to real discards the imaginary part size = int(ceil((stop-start)/step)) test/test_wrapper.py::test_get_info[] /var/lib/gitlab-runner/builds/0d8732fb/2/isuruf/pyopencl/test/test_wrapper.py:63: DeprecationWarning: Device.persistent_unique_id is deprecated. Use Device.hashable_model_and_version_identifier instead. device.persistent_unique_id -- Docs: https://docs.pytest.org/en/stable/warnings.html - generated xml file: /var/lib/gitlab-runner/builds/0d8732fb/2/isuruf/pyopencl/test/pytest.xml - ============================= slowest 10 durations ============================= 106.17s call test/test_array.py::test_bitwise[] 97.53s call test/test_array.py::test_mix_complex[] 82.68s call test/test_algorithm.py::test_dot[] 64.98s call test/test_algorithm.py::test_bitonic_argsort[-int32-262144] 60.65s call test/test_algorithm.py::test_bitonic_argsort[-float32-262144] 40.94s call test/test_algorithm.py::test_bitonic_argsort[-float64-262144] 36.79s call test/test_algorithm.py::test_segmented_scan[] 33.43s call test/test_algorithm.py::test_key_value_sorter[] 27.83s call test/test_algorithm.py::test_bitonic_argsort[-float64-16384] 23.94s call test/test_algorithm.py::test_bitonic_argsort[-float32-16384] =========================== short test summary info ============================ SKIPPED [1] test_array.py:247: CL1.2 not available SKIPPED [1] test_clmath.py:244: scipy not present--cannot test Bessel function SKIPPED [1] test_clmath.py:346: could not import 'pyfmmlib': No module named 'pyfmmlib' SKIPPED [1] test_clmath.py:358: could not import 'scipy.special': No module named 'scipy' SKIPPED [1] test_clmath.py:420: could not import 'pyfmmlib': No module named 'pyfmmlib' SKIPPED [1] test_clmath.py:423: could not import 'scipy.special': No module named 'scipy' SKIPPED [2] test_wrapper.py:55: pocl does not support CL_ADDRESS_CLAMP SKIPPED [1] test_wrapper.py:688: CL impl version >= 1.2, header version <= 1.1--cannot be sure that clEnqueueWaitForEvents is implemented SKIPPED [1] test_wrapper.py:709: clUnloadPlatformCompiler is only available in OpenCL 1.2 SKIPPED [1] test_wrapper.py:992: device does not support coarse-grain SVM SKIPPED [1] test_wrapper.py:1047: device does not support fine-grain SVM SKIPPED [1] test_wrapper.py:1101: Context and ICD loader must understand CL1.2 for compile/link SKIPPED [1] test_wrapper.py:958: SPIR-V program creation only available in OpenCL 2.1 and higher SKIPPED [2] test_wrapper.py:1172: OpenCL 1.2 required for empty NDRange suuport =========== 208 passed, 16 skipped, 20 warnings in 345.65s (0:05:45) =========== section_end:1597718109:build_script section_start:1597718109:after_script Running after_script section_end:1597718109:after_script section_start:1597718109:archive_cache Saving cache section_end:1597718109:archive_cache section_start:1597718109:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... time="2020-08-17T21:35:09-05:00" level=error msg="Docker executor: prebuilt image will be loaded from /var/lib/gitlab-runner." Runtime platform  arch=amd64 os=linux pid=905312 revision=12.9.0 version=12.9.0 test/pytest.xml: found 1 matching files  Uploading artifacts to coordinator... ok  id=153006 responseStatus=201 Created token=VhhC2GJ1 section_end:1597718110:upload_artifacts_on_success Job succeeded