Implement support for __quantum__qis__read_result__body #8800
ci.yml
on: push
Retrieve PR info
7s
Matrix: Load wheel dependencies
Matrix: Load dependencies
Matrix: Load source build cache
Matrix: Build and test
Matrix: Create Docker images
Matrix: Create Python wheels
Matrix: Create CUDA Quantum installer
Prepare cache clean-up
4s
Annotations
46 errors and 42 warnings
Build and test (amd64, clang16, openmpi) / Dev environment (Debug)
Process completed with exit code 1.
|
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, 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 (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, 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 (arm64, clang16, openmpi) / Dev environment (Debug)
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 (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 (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 (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.
|
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
|
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 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 (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.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.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 (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
|
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
|
Build and test (arm64, gcc11, openmpi) / Dev environment (Debug):
test_in_devenv.yml#L1
C++ tests failed (ctest status 0, llvm-lit status 1, target tests status 1, Python MLIR status 1).
|
Build and test (arm64, gcc11, openmpi) / Dev environment (Debug)
Process completed with exit code 1.
|
Build and test (arm64, gcc12, mpich) / Dev environment (Debug):
test_in_devenv.yml#L1
C++ tests failed (ctest status 0, llvm-lit status 1, target tests status 1, Python MLIR status 1).
|
Build and test (arm64, gcc12, mpich) / Dev environment (Debug)
Process completed with exit code 1.
|
Build and test (arm64, gcc11, mpich) / Dev environment (Debug):
test_in_devenv.yml#L1
C++ tests failed (ctest status 0, llvm-lit status 1, target tests status 1, Python MLIR status 1).
|
Build and test (arm64, gcc11, mpich) / Dev environment (Debug)
Process completed with exit code 1.
|
Build and test (arm64, gcc12, openmpi) / Dev environment (Debug):
test_in_devenv.yml#L1
C++ tests failed (ctest status 0, llvm-lit status 1, target tests status 1, Python MLIR status 1).
|
Build and test (arm64, gcc12, openmpi) / Dev environment (Debug)
Process completed with exit code 1.
|
Build and test (amd64, gcc11, openmpi) / Dev environment (Debug):
test_in_devenv.yml#L1
C++ tests failed (ctest status 0, llvm-lit status 1, target tests status 1, Python MLIR status 1).
|
Build and test (amd64, gcc11, openmpi) / Dev environment (Debug)
Process completed with exit code 1.
|
Build and test (amd64, gcc11, mpich) / Dev environment (Debug):
test_in_devenv.yml#L1
C++ tests failed (ctest status 0, llvm-lit status 1, target tests status 1, Python MLIR status 1).
|
Build and test (amd64, gcc11, mpich) / Dev environment (Debug)
Process completed with exit code 1.
|
Build and test (amd64, gcc12, mpich) / Dev environment (Debug):
test_in_devenv.yml#L1
C++ tests failed (ctest status 0, llvm-lit status 1, target tests status 1, Python MLIR status 1).
|
Build and test (amd64, gcc12, mpich) / Dev environment (Debug)
Process completed with exit code 1.
|
Build and test (amd64, gcc12, openmpi) / Dev environment (Debug):
test_in_devenv.yml#L1
C++ tests failed (ctest status 0, llvm-lit status 1, target tests status 1, Python MLIR status 1).
|
Build and test (amd64, gcc12, openmpi) / Dev environment (Debug)
Process completed with exit code 1.
|
Load dependencies (arm64, clang16) / Caching
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
|
Load dependencies (arm64, gcc12) / Caching
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
|
Load dependencies (amd64, gcc11) / Caching
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
|
Load dependencies (amd64, clang16) / Caching
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
|
Load dependencies (amd64, gcc12) / Caching
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
|
Load dependencies (arm64, gcc11) / Caching
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
|
Load wheel dependencies (arm64) / Caching
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
|
Load wheel dependencies (amd64) / Caching
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
|
Load source build cache (amd64) / Caching
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
|
Load source build cache (arm64) / Caching
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
|
Build and test (amd64, clang16, openmpi) / Dev environment (Debug)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Build and test (arm64, clang16, openmpi) / Dev environment (Python)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Build and test (amd64, clang16, openmpi) / Dev environment (Python)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Build and test (amd64, gcc11, openmpi) / Dev environment (Python)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Build and test (amd64, gcc11, mpich) / Dev environment (Python)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Build and test (arm64, gcc11, openmpi) / Dev environment (Python)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Build and test (arm64, clang16, openmpi) / Dev environment (Debug)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Build and test (arm64, gcc11, mpich) / Dev environment (Python)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Build and test (amd64, gcc12, openmpi) / Dev environment (Python)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Build and test (arm64, gcc12, openmpi) / Dev environment (Python)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Build and test (arm64, gcc12, mpich) / Dev environment (Python)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Create Docker images (arm64) / cuda-quantum (release)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Build and test (amd64, gcc12, mpich) / Dev environment (Python)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Create Docker images (amd64) / cuda-quantum (release)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Create CUDA Quantum installer (amd64) / Minimal OpenMPI installation
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
|
Create Python wheels (amd64, 3.11) / Build Python 3.11 wheel
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Create Python wheels (amd64, 3.8) / Build Python 3.8 wheel
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Create Python wheels (arm64, 3.11) / Build Python 3.11 wheel
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Create CUDA Quantum installer (arm64) / Minimal OpenMPI installation
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
|
Create Python wheels (arm64, 3.8) / Build Python 3.8 wheel
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Create CUDA Quantum installer (amd64) / Build CUDA Quantum assets
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Create CUDA Quantum installer (arm64) / Build CUDA Quantum assets
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Create Docker images (amd64) / cuda-quantum-dev (debug)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
|
Create Docker images (arm64) / cuda-quantum-dev (debug)
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
|
Build and test (arm64, gcc11, openmpi) / Dev environment (Debug)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Build and test (arm64, gcc12, mpich) / Dev environment (Debug)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Build and test (arm64, gcc11, mpich) / Dev environment (Debug)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Build and test (arm64, gcc12, openmpi) / Dev environment (Debug)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Build and test (amd64, gcc11, openmpi) / Dev environment (Debug)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Build and test (amd64, gcc11, mpich) / Dev environment (Debug)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Build and test (amd64, gcc12, mpich) / Dev environment (Debug)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Build and test (amd64, gcc12, openmpi) / Dev environment (Debug)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.317.0. Please update to the latest version 2.319.1
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
1d64fdc794bd94d0029bd337f205986a737e3382d53a8b25127d9589e29d4a4c
Expired
|
355 Bytes |
|
3c6177f6a986edf27c96225c7e5d5646e842bb32180a2e1c3ab988ae854fa5b4
Expired
|
353 Bytes |
|
433e200e047bdc2e6eb31cf32150ea3cb0442e373af4ebce45604767bc5e12aa
Expired
|
344 Bytes |
|
5a175329eee564701447104896774d901655a3b497e94b664b487fba1d71e65c
Expired
|
345 Bytes |
|
5ca8336c829ef0ff24741e66871555b3fe32d22092821ef06128c1035d1431fd
Expired
|
344 Bytes |
|
6507d7315948271eefff717aa27d297818138b24fbecfb0e6ee05414de922514
Expired
|
345 Bytes |
|
a32049d5c74950fc18660c1f1ae84a3fe857f2b91dea3fcb819d00566903304f
Expired
|
285 Bytes |
|
b6fe5ef1e7dd9f419c9f0796d2c8a1fe9c6e11f0e8cd151cbfaa0b74b30f19bc
Expired
|
344 Bytes |
|
cache_keys_amd64_images
Expired
|
235 Bytes |
|
cache_keys_arm64_images
Expired
|
236 Bytes |
|
cache_keys_ci
Expired
|
152 Bytes |
|
d93c4ddf40ad3f26bfbfad3d4aa66eed4e6a79a6c1882d0ce9f6ec941f5abd4e
Expired
|
285 Bytes |
|
f7b0b43fb9dff5d3cfbf5dd7bfc56764705725bf08b002c4ecc2e6c52f9d7be9
Expired
|
343 Bytes |
|
metadata_ci
Expired
|
185 Bytes |
|