Skip to content

Add Stim simulator #9117

Add Stim simulator

Add Stim simulator #9117

Triggered via push September 6, 2024 00:38
Status Failure
Total duration 5h 17m 43s
Artifacts 14

ci.yml

on: push
Retrieve PR info
3s
Retrieve PR info
Matrix: Load wheel dependencies
Matrix: Load dependencies
Matrix: Load source build cache
Configure build
3s
Configure build
Matrix: Build and test
Matrix: Create Docker images
Matrix: Create Python wheels
Matrix: Create CUDA Quantum installer
Prepare cache clean-up
3s
Prepare cache clean-up
Fit to window
Zoom out
Zoom in

Annotations

28 errors
Build and test (arm64, clang16, openmpi) / Dev environment (Python): test_in_devenv.yml#L1
Pip install of CUDA Quantum failed with status 1.
Build and test (arm64, clang16, openmpi) / Dev environment (Python)
Process completed with exit code 1.
Build and test (amd64, clang16, openmpi) / Dev environment (Python): test_in_devenv.yml#L1
Pip install of CUDA Quantum failed with status 1.
Build and test (amd64, clang16, openmpi) / Dev environment (Python)
Process completed with exit code 1.
Build and test (amd64, gcc11, mpich) / Dev environment (Python): test_in_devenv.yml#L1
Pip install of CUDA Quantum failed with status 1.
Build and test (amd64, gcc11, mpich) / Dev environment (Python)
Process completed with exit code 1.
Build and test (arm64, gcc11, mpich) / Dev environment (Python): test_in_devenv.yml#L1
Pip install of CUDA Quantum failed with status 1.
Build and test (arm64, gcc11, mpich) / Dev environment (Python)
Process completed with exit code 1.
Build and test (arm64, gcc11, openmpi) / Dev environment (Python): test_in_devenv.yml#L1
Pip install of CUDA Quantum failed with status 1.
Build and test (arm64, gcc11, openmpi) / Dev environment (Python)
Process completed with exit code 1.
Build and test (amd64, gcc11, openmpi) / Dev environment (Python): test_in_devenv.yml#L1
Pip install of CUDA Quantum failed with status 1.
Build and test (amd64, gcc11, openmpi) / Dev environment (Python)
Process completed with exit code 1.
Build and test (arm64, gcc12, mpich) / Dev environment (Python): test_in_devenv.yml#L1
Pip install of CUDA Quantum failed with status 1.
Build and test (arm64, gcc12, mpich) / Dev environment (Python)
Process completed with exit code 1.
Build and test (arm64, gcc12, openmpi) / Dev environment (Python): test_in_devenv.yml#L1
Pip install of CUDA Quantum failed with status 1.
Build and test (arm64, gcc12, openmpi) / Dev environment (Python)
Process completed with exit code 1.
Build and test (amd64, gcc12, openmpi) / Dev environment (Python): test_in_devenv.yml#L1
Pip install of CUDA Quantum failed with status 1.
Build and test (amd64, gcc12, openmpi) / Dev environment (Python)
Process completed with exit code 1.
Build and test (amd64, gcc12, mpich) / Dev environment (Python): test_in_devenv.yml#L1
Pip install of CUDA Quantum failed with status 1.
Build and test (amd64, gcc12, mpich) / Dev environment (Python)
Process completed with exit code 1.
Create Docker images (amd64) / cuda-quantum (release)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c if [ -n \"$install\" ]; then expected_prefix=$CUDAQ_INSTALL_PREFIX; install=`echo $install | xargs` && export $install; bash scripts/build_cudaq.sh -v; if [ ! \"$?\" -eq \"0\" ]; then exit 1; elif [ \"$CUDAQ_INSTALL_PREFIX\" != \"$expected_prefix\" ]; then mkdir -p \"$expected_prefix\"; mv \"$CUDAQ_INSTALL_PREFIX\"/* \"$expected_prefix\"; rmdir \"$CUDAQ_INSTALL_PREFIX\"; fi; echo \"source-sha: $git_source_sha\" > \"$CUDAQ_INSTALL_PREFIX/build_info.txt\"; fi" did not complete successfully: exit code: 1
Create Docker images (arm64) / cuda-quantum (release)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c if [ -n \"$install\" ]; then expected_prefix=$CUDAQ_INSTALL_PREFIX; install=`echo $install | xargs` && export $install; bash scripts/build_cudaq.sh -v; if [ ! \"$?\" -eq \"0\" ]; then exit 1; elif [ \"$CUDAQ_INSTALL_PREFIX\" != \"$expected_prefix\" ]; then mkdir -p \"$expected_prefix\"; mv \"$CUDAQ_INSTALL_PREFIX\"/* \"$expected_prefix\"; rmdir \"$CUDAQ_INSTALL_PREFIX\"; fi; echo \"source-sha: $git_source_sha\" > \"$CUDAQ_INSTALL_PREFIX/build_info.txt\"; fi" did not complete successfully: exit code: 1
Create Python wheels (amd64, 3.11) / Build Python 3.11 wheel
buildx failed with: ERROR: failed to solve: process "/bin/sh -c echo \"Building wheel for python${python_version}.\" && rm ~/.cache/pip -rf && cd cuda-quantum && python=python${python_version} && export CUDAQ_EXTERNAL_NVQIR_SIMS=$(bash scripts/find_wheel_assets.sh assets) && export LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:$(pwd)/assets\" && $python -m pip install --no-cache-dir auditwheel cuquantum-cu11==24.03.0.post1 cutensor-cu11==2.0.1 && cuquantum_location=`$python -m pip show cuquantum-cu11 | grep -e 'Location: .*$'` && export CUQUANTUM_INSTALL_PREFIX=\"${cuquantum_location#Location: }/cuquantum\" && cutensor_location=`$python -m pip show cutensor-cu11 | grep -e 'Location: .*$'` && export CUTENSOR_INSTALL_PREFIX=\"${cutensor_location#Location: }/cutensor\" && ln -s $CUQUANTUM_INSTALL_PREFIX/lib/libcustatevec.so.1 $CUQUANTUM_INSTALL_PREFIX/lib/libcustatevec.so && ln -s $CUQUANTUM_INSTALL_PREFIX/lib/libcutensornet.so.2 $CUQUANTUM_INSTALL_PREFIX/lib/libcutensornet.so && ln -s $CUTENSOR_INSTALL_PREFIX/lib/libcutensor.so.2 $CUTENSOR_INSTALL_PREFIX/lib/libcutensor.so && SETUPTOOLS_SCM_PRETEND_VERSION=${CUDA_QUANTUM_VERSION:-0.0.0} CUDACXX=\"$CUDA_INSTALL_PREFIX/bin/nvcc\" CUDAHOSTCXX=$CXX $python -m build --wheel && LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:$(pwd)/_skbuild/lib\" $python -m auditwheel -v repair dist/cuda_quantum-*linux_*.whl --exclude libcustatevec.so.1 --exclude libcutensornet.so.2 --exclude libcublas.so.11 --exclude libcublasLt.so.11 --exclude libcusolver.so.11 --exclude libcutensor.so.2 --exclude libnvToolsExt.so.1 --exclude libcudart.so.11.0 --exclude libnvidia-ml.so.1" did not complete successfully: exit code: 1
Create Python wheels (arm64, 3.11) / Build Python 3.11 wheel
buildx failed with: ERROR: failed to solve: process "/bin/sh -c echo \"Building wheel for python${python_version}.\" && rm ~/.cache/pip -rf && cd cuda-quantum && python=python${python_version} && export CUDAQ_EXTERNAL_NVQIR_SIMS=$(bash scripts/find_wheel_assets.sh assets) && export LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:$(pwd)/assets\" && $python -m pip install --no-cache-dir auditwheel cuquantum-cu11==24.03.0.post1 cutensor-cu11==2.0.1 && cuquantum_location=`$python -m pip show cuquantum-cu11 | grep -e 'Location: .*$'` && export CUQUANTUM_INSTALL_PREFIX=\"${cuquantum_location#Location: }/cuquantum\" && cutensor_location=`$python -m pip show cutensor-cu11 | grep -e 'Location: .*$'` && export CUTENSOR_INSTALL_PREFIX=\"${cutensor_location#Location: }/cutensor\" && ln -s $CUQUANTUM_INSTALL_PREFIX/lib/libcustatevec.so.1 $CUQUANTUM_INSTALL_PREFIX/lib/libcustatevec.so && ln -s $CUQUANTUM_INSTALL_PREFIX/lib/libcutensornet.so.2 $CUQUANTUM_INSTALL_PREFIX/lib/libcutensornet.so && ln -s $CUTENSOR_INSTALL_PREFIX/lib/libcutensor.so.2 $CUTENSOR_INSTALL_PREFIX/lib/libcutensor.so && SETUPTOOLS_SCM_PRETEND_VERSION=${CUDA_QUANTUM_VERSION:-0.0.0} CUDACXX=\"$CUDA_INSTALL_PREFIX/bin/nvcc\" CUDAHOSTCXX=$CXX $python -m build --wheel && LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:$(pwd)/_skbuild/lib\" $python -m auditwheel -v repair dist/cuda_quantum-*linux_*.whl --exclude libcustatevec.so.1 --exclude libcutensornet.so.2 --exclude libcublas.so.11 --exclude libcublasLt.so.11 --exclude libcusolver.so.11 --exclude libcutensor.so.2 --exclude libnvToolsExt.so.1 --exclude libcudart.so.11.0 --exclude libnvidia-ml.so.1" did not complete successfully: exit code: 1
Create Python wheels (amd64, 3.8) / Build Python 3.8 wheel
buildx failed with: ERROR: failed to solve: process "/bin/sh -c echo \"Building wheel for python${python_version}.\" && rm ~/.cache/pip -rf && cd cuda-quantum && python=python${python_version} && export CUDAQ_EXTERNAL_NVQIR_SIMS=$(bash scripts/find_wheel_assets.sh assets) && export LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:$(pwd)/assets\" && $python -m pip install --no-cache-dir auditwheel cuquantum-cu11==24.03.0.post1 cutensor-cu11==2.0.1 && cuquantum_location=`$python -m pip show cuquantum-cu11 | grep -e 'Location: .*$'` && export CUQUANTUM_INSTALL_PREFIX=\"${cuquantum_location#Location: }/cuquantum\" && cutensor_location=`$python -m pip show cutensor-cu11 | grep -e 'Location: .*$'` && export CUTENSOR_INSTALL_PREFIX=\"${cutensor_location#Location: }/cutensor\" && ln -s $CUQUANTUM_INSTALL_PREFIX/lib/libcustatevec.so.1 $CUQUANTUM_INSTALL_PREFIX/lib/libcustatevec.so && ln -s $CUQUANTUM_INSTALL_PREFIX/lib/libcutensornet.so.2 $CUQUANTUM_INSTALL_PREFIX/lib/libcutensornet.so && ln -s $CUTENSOR_INSTALL_PREFIX/lib/libcutensor.so.2 $CUTENSOR_INSTALL_PREFIX/lib/libcutensor.so && SETUPTOOLS_SCM_PRETEND_VERSION=${CUDA_QUANTUM_VERSION:-0.0.0} CUDACXX=\"$CUDA_INSTALL_PREFIX/bin/nvcc\" CUDAHOSTCXX=$CXX $python -m build --wheel && LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:$(pwd)/_skbuild/lib\" $python -m auditwheel -v repair dist/cuda_quantum-*linux_*.whl --exclude libcustatevec.so.1 --exclude libcutensornet.so.2 --exclude libcublas.so.11 --exclude libcublasLt.so.11 --exclude libcusolver.so.11 --exclude libcutensor.so.2 --exclude libnvToolsExt.so.1 --exclude libcudart.so.11.0 --exclude libnvidia-ml.so.1" did not complete successfully: exit code: 1
Create Python wheels (arm64, 3.8) / Build Python 3.8 wheel
buildx failed with: ERROR: failed to solve: process "/bin/sh -c echo \"Building wheel for python${python_version}.\" && rm ~/.cache/pip -rf && cd cuda-quantum && python=python${python_version} && export CUDAQ_EXTERNAL_NVQIR_SIMS=$(bash scripts/find_wheel_assets.sh assets) && export LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:$(pwd)/assets\" && $python -m pip install --no-cache-dir auditwheel cuquantum-cu11==24.03.0.post1 cutensor-cu11==2.0.1 && cuquantum_location=`$python -m pip show cuquantum-cu11 | grep -e 'Location: .*$'` && export CUQUANTUM_INSTALL_PREFIX=\"${cuquantum_location#Location: }/cuquantum\" && cutensor_location=`$python -m pip show cutensor-cu11 | grep -e 'Location: .*$'` && export CUTENSOR_INSTALL_PREFIX=\"${cutensor_location#Location: }/cutensor\" && ln -s $CUQUANTUM_INSTALL_PREFIX/lib/libcustatevec.so.1 $CUQUANTUM_INSTALL_PREFIX/lib/libcustatevec.so && ln -s $CUQUANTUM_INSTALL_PREFIX/lib/libcutensornet.so.2 $CUQUANTUM_INSTALL_PREFIX/lib/libcutensornet.so && ln -s $CUTENSOR_INSTALL_PREFIX/lib/libcutensor.so.2 $CUTENSOR_INSTALL_PREFIX/lib/libcutensor.so && SETUPTOOLS_SCM_PRETEND_VERSION=${CUDA_QUANTUM_VERSION:-0.0.0} CUDACXX=\"$CUDA_INSTALL_PREFIX/bin/nvcc\" CUDAHOSTCXX=$CXX $python -m build --wheel && LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:$(pwd)/_skbuild/lib\" $python -m auditwheel -v repair dist/cuda_quantum-*linux_*.whl --exclude libcustatevec.so.1 --exclude libcutensornet.so.2 --exclude libcublas.so.11 --exclude libcublasLt.so.11 --exclude libcusolver.so.11 --exclude libcutensor.so.2 --exclude libnvToolsExt.so.1 --exclude libcudart.so.11.0 --exclude libnvidia-ml.so.1" did not complete successfully: exit code: 1
Create CUDA Quantum installer (arm64) / Build CUDA Quantum assets
buildx failed with: ERROR: failed to solve: process "/bin/bash -c cd /cuda-quantum && source scripts/configure_build.sh && LLVM_STAGE1_BUILD=\"$(find \"$(dirname \"$(mktemp -d -u)\")\" -maxdepth 2 -name llvm)\" CUDAQ_ENABLE_STATIC_LINKING=TRUE CUDAQ_REQUIRE_OPENMP=TRUE CUDAQ_WERROR=TRUE CUDAQ_PYTHON_SUPPORT=OFF LLVM_PROJECTS='clang;flang;lld;mlir;openmp;runtimes' bash scripts/build_cudaq.sh -t llvm -v" did not complete successfully: exit code: 1
Create CUDA Quantum installer (amd64) / Build CUDA Quantum assets
buildx failed with: ERROR: failed to solve: process "/bin/bash -c cd /cuda-quantum && source scripts/configure_build.sh && LLVM_STAGE1_BUILD=\"$(find \"$(dirname \"$(mktemp -d -u)\")\" -maxdepth 2 -name llvm)\" CUDAQ_ENABLE_STATIC_LINKING=TRUE CUDAQ_REQUIRE_OPENMP=TRUE CUDAQ_WERROR=TRUE CUDAQ_PYTHON_SUPPORT=OFF LLVM_PROJECTS='clang;flang;lld;mlir;openmp;runtimes' bash scripts/build_cudaq.sh -t llvm -v" did not complete successfully: exit code: 1

Artifacts

Produced during runtime
Name Size
03e99324e31df10d2d49fab00433c7296bf1d4c5eaac4880177636cc95990368
345 Bytes
06be5ac67a0085fd8307262bbf390d66de64496221252560475a4e90ee4c8429
344 Bytes
078fb35ea874e1a6867e3acbc98e9f8fa1f1508bc379c3885245dd227012b81f
315 Bytes
2c84d82a6269e2248071495757169fd6e1d9406a803c054d413e266337ee45d7
317 Bytes
35dab5c9f0b11bf4dd5fb2b83be13e4bce1b46c3c82260ebcddd315b981240e2
276 Bytes
4edab391b62465318a0297d4cead737408f3d60ee5ef92832f6104492a230c6a
317 Bytes
be8a0c42e925b88eb6d1b5dee921516de357253a1fee2117d7c351ef0139b6b0
315 Bytes
cache_keys_amd64_images Expired
225 Bytes
cache_keys_arm64_images Expired
225 Bytes
cache_keys_ci Expired
251 Bytes
d4e2cde054522f14c7cd9b68dd3f81fa45892eaf522195321e9dfecbad3ab263
276 Bytes
d65446088b24fa227859f6c9c13a8ca30aa048cb99916c8b17405007c80e6746
315 Bytes
eb8eea2c769fe8e1b17cfadd69643e039a9ee3bfc8c9061376037faa43f153a1
315 Bytes
metadata_ci Expired
170 Bytes