Skip to content

mem mapping and zero-copy python fixes #2305

mem mapping and zero-copy python fixes

mem mapping and zero-copy python fixes #2305

Triggered via pull request March 10, 2025 07:13
Status Failure
Total duration 59m 56s
Artifacts 6

build.yml

on: pull_request
build-pull-request  /  Linux x86_64 (cmake)
17m 5s
build-pull-request / Linux x86_64 (cmake)
build-pull-request  /  Format
33s
build-pull-request / Format
build-release  /  Linux arm64 packages
build-release / Linux arm64 packages
build-release  /  Linux x86_64 GPU packages (CUDA 11.4.4)
build-release / Linux x86_64 GPU packages (CUDA 11.4.4)
build-release  /  Linux x86_64 GPU packages (CUDA 12.1.1)
build-release / Linux x86_64 GPU packages (CUDA 12.1.1)
build-release  /  Linux x86_64 GPU w/ cuVS packages (CUDA 11.8.0)
build-release / Linux x86_64 GPU w/ cuVS packages (CUDA 11.8.0)
build-release  /  Linux x86_64 GPU w/ cuVS packages (CUDA 12.4.0)
build-release / Linux x86_64 GPU w/ cuVS packages (CUDA 12.4.0)
build-release  /  Linux x86_64 packages
build-release / Linux x86_64 packages
build-release  /  OSX arm64 packages
build-release / OSX arm64 packages
build-release  /  Windows x86_64 packages
build-release / Windows x86_64 packages
build-pull-request  /  Linux x86_64 AVX2 (cmake)
15m 2s
build-pull-request / Linux x86_64 AVX2 (cmake)
build-pull-request  /  Linux x86_64 AVX512 (cmake)
23m 4s
build-pull-request / Linux x86_64 AVX512 (cmake)
build-pull-request  /  Linux x86_64 AVX512_SPR (cmake)
25m 31s
build-pull-request / Linux x86_64 AVX512_SPR (cmake)
build-pull-request  /  Linux x86_64 GPU (cmake)
42m 35s
build-pull-request / Linux x86_64 GPU (cmake)
build-pull-request  /  Linux x86_64 GPU w/ cuVS (cmake)
32s
build-pull-request / Linux x86_64 GPU w/ cuVS (cmake)
build-pull-request  /  Linux x86_64 GPU w/ ROCm (cmake)
32m 37s
build-pull-request / Linux x86_64 GPU w/ ROCm (cmake)
build-pull-request  /  Linux arm64 SVE (cmake)
23s
build-pull-request / Linux arm64 SVE (cmake)
build-pull-request  /  Linux x86_64 (conda)
20m 56s
build-pull-request / Linux x86_64 (conda)
build-pull-request  /  Windows x86_64 (conda)
10m 18s
build-pull-request / Windows x86_64 (conda)
build-pull-request  /  Linux arm64 (conda)
13m 59s
build-pull-request / Linux arm64 (conda)
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 17 warnings
build-pull-request / Format
Process completed with exit code 1.
build-pull-request / Linux arm64 SVE (cmake)
The process '/home/ubuntu/miniconda3/condabin/mamba' failed with exit code null
build-pull-request / Linux x86_64 GPU w/ cuVS (cmake)
The process '/home/runner/miniconda3/condabin/mamba' failed with exit code 1
build-pull-request / Windows x86_64 (conda)
Process completed with exit code 1.
build-pull-request / Linux x86_64 (cmake)
/home/runner/miniconda3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
build-pull-request / Linux arm64 SVE (cmake)
/home/ubuntu/miniconda3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
build-pull-request / Linux arm64 SVE (cmake)
Unexpected error 9 on netlink descriptor 5.
build-pull-request / Linux arm64 SVE (cmake)
No files were found with the provided path: test-results. No artifacts will be uploaded.
build-pull-request / Linux x86_64 GPU w/ cuVS (cmake)
/home/runner/miniconda3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
build-pull-request / Linux x86_64 GPU w/ cuVS (cmake)
error libmamba Error when extracting package: Could not chdir info/recipe/parent/install-libgfortran.sh
build-pull-request / Linux x86_64 GPU w/ cuVS (cmake)
Found incorrect download: _openmp_mutex. Aborting
build-pull-request / Linux x86_64 GPU w/ cuVS (cmake)
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<< Traceback (most recent call last): File "/home/runner/miniconda3/lib/python3.12/site-packages/conda/exception_handler.py", line 18, in __call__ return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/miniconda3/lib/python3.12/site-packages/mamba/mamba.py", line 960, in exception_converter raise e File "/home/runner/miniconda3/lib/python3.12/site-packages/mamba/mamba.py", line 953, in exception_converter exit_code = _wrapped_main(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/miniconda3/lib/python3.12/site-packages/mamba/mamba.py", line 899, in _wrapped_main result = do_call(parsed_args, p) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/miniconda3/lib/python3.12/site-packages/mamba/mamba.py", line 768, in do_call exit_code = create(args, parser) ^^^^^^^^^^^^^^^^^^^^ File "/home/runner/miniconda3/lib/python3.12/site-packages/mamba/mamba.py", line 603, in create return install(args, parser, "create") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/miniconda3/lib/python3.12/site-packages/mamba/mamba.py", line 559, in install transaction.fetch_extract_packages() RuntimeError: Found incorrect download: _openmp_mutex. Aborting `$ /home/runner/miniconda3/condabin/mamba create --name test python=3.11` environment variables: CIO_TEST=<not set> CONDA=/home/runner/miniconda3 CONDA_ROOT=/home/runner/miniconda3 CURL_CA_BUNDLE=<not set> GITHUB_ACTION_PATH=/home/runner/work/faiss/faiss/./.github/actions/build_cmake GITHUB_EVENT_PATH=/home/runner/work/_temp/_github_workflow/event.json GITHUB_PATH=/home/runner/work/_temp/_runner_file_commands/add_path_7f77e483-2a1f- 4e1d-aadc-8b915aac5a1a LD_PRELOAD=<not set> PATH=/home/runner/miniconda3/condabin:/opt/ngc-cli:/opt/miniconda/condabin: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/game s:/usr/local/games:/snap/bin REQUESTS_CA_BUNDLE=<not set> SSL_CERT_FILE=<not set> active environment : None user config file : /home/runner/.condarc populated config files : /home/runner/miniconda3/.condarc /home/runner/.condarc conda version : 24.11.3 conda-build version : not installed python version : 3.12.8.final.0 solver : libmamba (default) virtual packages : __archspec=1=zen2 __conda=24.11.3=0 __cuda=12.4=0 __glibc=2.35=0 __linux=6.8.0=0 __unix=0=0 base environment : /home/runner/miniconda3 (writable) conda av data dir : /home/runner/miniconda3/etc/conda conda av metadata url : None channel URLs : https://conda.anaconda.org/conda-forge/linux-64 https://conda.anaconda.org/conda-forge/noarch package cache : /home/runner/conda_pkgs_dir envs directories : /home/runner/miniconda3/envs /home/runner/.conda/envs platform : linux-64 user-agent : conda/24.11.3 requests/2.32.3 CPython/3.12.8 Linux/6.8.0-1017-azure ubuntu/22.04.5 glibc/2.35 solver/libmamba conda-libmamba-solver/24.9.0 libmambapy/1.5.12 UID:GID : 1000:100 netrc file : None offline mode : False An unexpected error has occurred. Conda has prepared the above report. If you suspect this error is being caused by a malfunctioning plugin, consider using the --no-plugins option to turn off plugins. Example: conda --no-plugins install <package> Alternatively, you can set the CONDA_NO_PLUGINS environment variable on the command line to run the command w
build-pull-request / Linux x86_64 GPU w/ cuVS (cmake)
No files were found with the provided path: test-results. No artifacts will be uploaded.
build-pull-request / Windows x86_64 (conda)
C:\Users\runneradmin\miniconda3\Lib\site-packages\conda\base\context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
build-pull-request / Linux arm64 (conda)
/home/runner/miniconda3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
build-pull-request / Linux x86_64 AVX2 (cmake)
/home/runner/miniconda3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
build-pull-request / Linux x86_64 (conda)
/home/runner/miniconda3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
build-pull-request / Linux x86_64 AVX512 (cmake)
/home/ubuntu/miniconda3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
build-pull-request / Linux x86_64 AVX512_SPR (cmake)
/home/ubuntu/miniconda3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
build-pull-request / Linux x86_64 GPU w/ ROCm (cmake)
/github/home/miniconda3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
build-pull-request / Linux x86_64 GPU (cmake)
/home/runner/miniconda3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(

Artifacts

Produced during runtime
Name Size
test-results-arch=X64-opt=avx2-gpu=OFF-cuvs=OFF-rocm=OFF
69 KB
test-results-arch=X64-opt=avx512-gpu=OFF-cuvs=OFF-rocm=OFF
71 KB
test-results-arch=X64-opt=avx512_spr-gpu=OFF-cuvs=OFF-rocm=OFF
71.1 KB
test-results-arch=X64-opt=generic-gpu=OFF-cuvs=OFF-rocm=OFF
62.7 KB
test-results-arch=X64-opt=generic-gpu=ON-cuvs=OFF-rocm=OFF
111 KB
test-results-arch=X64-opt=generic-gpu=ON-cuvs=OFF-rocm=ON
109 KB