Skip to content

cache conan

cache conan #726

Triggered via push August 16, 2023 21:38
Status Failure
Total duration 1m 4s
Artifacts

wheels.yml

on: push
Matrix: build_wheels
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Build wheels on macOS-11
Command pip3 install -r requirements/requirements-conan.txt && conan profile new ./ciwheelbuilder/conan/.conan/profiles/default --detect --force && conan config init && conan config set general.revisions_enabled=1 && if [ -z \"$CONAN_COMPILER_VERSION\" ]; then : ; else conan profile update settings.compiler.version=$CONAN_COMPILER_VERSION default; fi && mkdir -p $CONAN_BUILD_INFO_DIR && conan install ./ --build missing --install-folder=$CONAN_BUILD_INFO_DIR failed with code 1. None
Build wheels on macOS-11
Process completed with exit code 1.
Build wheels on windows-2019
The job was canceled because "macOS-11" failed.
Build wheels on windows-2019
The operation was canceled.
Build wheels on ubuntu-20.04
The job was canceled because "macOS-11" failed.
Build wheels on ubuntu-20.04
Command ['sh', '-c', 'cc --version && cc -dumpfullversion -dumpversion && pip3 install -r requirements/requirements-conan.txt && conan profile new /project/ciwheelbuilder/uiucprescon_ocr/.conan/profiles/default --detect && conan config set general.revisions_enabled=1 && if [ -z \\"$CONAN_COMPILER_LIBCXX\\" ]; then : ; else conan profile update settings.compiler.libcxx=$CONAN_COMPILER_LIBCXX default; fi && if [ -z \\"$CONAN_COMPILER_VERSION\\" ]; then : ; else conan profile update settings.compiler.version=$CONAN_COMPILER_VERSION default; fi && conan profile show default && conan install ./ --build missing'] failed with code 1.
Build wheels on ubuntu-20.04
The operation was canceled.