Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opencv 4.x fix double del dnn_cuda option #16587

Closed
wants to merge 8 commits into from

Conversation

nicosmd
Copy link
Contributor

@nicosmd nicosmd commented Mar 16, 2023

Specify library name and version: opencv/4.X

Currently, when deactivating both with_cuda and dnn options the configuration fails with following output:

ERROR: opencv/4.5.5: Error in configure() method, line 164
	del self.options.dnn_cuda
	ConanException: option 'dnn_cuda' doesn't exist
Possible options are ['shared', 'fPIC', 'contrib', 'parallel', 'with_ipp', 'with_ade', 'with_jpeg', 'with_png', 'with_tiff', 'with_jpeg2000', 'with_openexr', 'with_eigen', 'with_webp', 'with_gtk', 'with_quirc', 'with_cuda', 'with_v4l', 'with_ffmpeg', 'with_imgcodec_hdr', 'with_imgcodec_pfm', 'with_imgcodec_pxm', 'with_imgcodec_sunraster', 'dnn', 'cuda_arch_bin', 'cpu_baseline', 'cpu_dispatch', 'nonfree']

This Issue is produced by the fact that the dnn_cuda was tried to be deleted twice, which is fixed by this PR.

Edit: It seem that this is only an error when using conan2. For conan1.59 it's actually not failing.


@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@ghost ghost mentioned this pull request Mar 23, 2023
3 tasks
@conan-center-bot

This comment has been minimized.

@ghost ghost mentioned this pull request Mar 24, 2023
3 tasks
@conan-center-bot

This comment has been minimized.

@prince-chrismc
Copy link
Contributor

This needs #16678 (comment) which will fix the conflcits

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@github-actions
Copy link
Contributor

github-actions bot commented May 6, 2023

Hooks produced the following warnings for commit 3221c29
opencv/3.4.17
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_videoio.3.4.dylib' links to system library 'CoreFoundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_highgui.3.4.dylib' links to system library 'CoreFoundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_highgui.3.4.17.dylib' links to system library 'CoreFoundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_videoio.dylib' links to system library 'CoreFoundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_videoio.3.4.17.dylib' links to system library 'CoreFoundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_highgui.dylib' links to system library 'CoreFoundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_videoio.3.4.dylib' links to system library 'Foundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_highgui.3.4.dylib' links to system library 'Foundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_highgui.3.4.17.dylib' links to system library 'Foundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_videoio.dylib' links to system library 'Foundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_videoio.3.4.17.dylib' links to system library 'Foundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_highgui.dylib' links to system library 'Foundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_highgui.3.4.dylib' links to system library 'AppKit' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_highgui.3.4.17.dylib' links to system library 'AppKit' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_highgui.dylib' links to system library 'AppKit' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio3417d.dll' links to system library 'mfplat' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio3417d.dll' links to system library 'shlwapi' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio3417d.dll' links to system library 'mfreadwrite' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio3417d.dll' links to system library 'd3d11' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio3417d.dll' links to system library 'mf' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio3417.dll' links to system library 'mf' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio3417.dll' links to system library 'd3d11' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio3417.dll' links to system library 'mfreadwrite' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio3417.dll' links to system library 'mfplat' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio3417.dll' links to system library 'shlwapi' but it is not in cpp_info.system_libs.
opencv/3.4.12
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_highgui.3.4.12.dylib' links to system library 'Foundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_videoio.3.4.dylib' links to system library 'Foundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_highgui.3.4.dylib' links to system library 'Foundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_videoio.dylib' links to system library 'Foundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_highgui.dylib' links to system library 'Foundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_videoio.3.4.12.dylib' links to system library 'Foundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_highgui.3.4.12.dylib' links to system library 'AppKit' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_highgui.3.4.dylib' links to system library 'AppKit' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_highgui.dylib' links to system library 'AppKit' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_highgui.3.4.12.dylib' links to system library 'CoreFoundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_videoio.3.4.dylib' links to system library 'CoreFoundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_highgui.3.4.dylib' links to system library 'CoreFoundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_videoio.dylib' links to system library 'CoreFoundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_highgui.dylib' links to system library 'CoreFoundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libopencv_videoio.3.4.12.dylib' links to system library 'CoreFoundation' but it is not in cpp_info.frameworks.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio3412d.dll' links to system library 'shlwapi' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio3412d.dll' links to system library 'mfreadwrite' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio3412d.dll' links to system library 'mfplat' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio3412d.dll' links to system library 'd3d11' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio3412d.dll' links to system library 'mf' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio3412.dll' links to system library 'd3d11' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio3412.dll' links to system library 'mf' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio3412.dll' links to system library 'shlwapi' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio3412.dll' links to system library 'mfreadwrite' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio3412.dll' links to system library 'mfplat' but it is not in cpp_info.system_libs.
opencv/4.5.2
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio452d.dll' links to system library 'd3d11' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio452d.dll' links to system library 'mfreadwrite' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_gapi452d.dll' links to system library 'wsock32' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio452d.dll' links to system library 'dxgi' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio452d.dll' links to system library 'mf' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio452.dll' links to system library 'd3d11' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_gapi452.dll' links to system library 'wsock32' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio452.dll' links to system library 'mfreadwrite' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio452.dll' links to system library 'mf' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio452.dll' links to system library 'dxgi' but it is not in cpp_info.system_libs.
opencv/4.5.5
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_gapi455d.dll' links to system library 'wsock32' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio455d.dll' links to system library 'mfreadwrite' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio455d.dll' links to system library 'dxgi' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio455d.dll' links to system library 'd3d11' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio455d.dll' links to system library 'mf' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio455.dll' links to system library 'mfreadwrite' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_gapi455.dll' links to system library 'wsock32' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio455.dll' links to system library 'dxgi' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio455.dll' links to system library 'd3d11' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio455.dll' links to system library 'mf' but it is not in cpp_info.system_libs.
opencv/4.1.2
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio412d.dll' links to system library 'mfreadwrite' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio412d.dll' links to system library 'd3d11' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio412d.dll' links to system library 'mf' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio412.dll' links to system library 'mf' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio412.dll' links to system library 'mfreadwrite' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio412.dll' links to system library 'd3d11' but it is not in cpp_info.system_libs.
opencv/4.5.3
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio453.dll' links to system library 'd3d11' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio453.dll' links to system library 'mf' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio453.dll' links to system library 'mfreadwrite' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio453.dll' links to system library 'dxgi' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_gapi453.dll' links to system library 'wsock32' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio453d.dll' links to system library 'dxgi' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio453d.dll' links to system library 'mf' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio453d.dll' links to system library 'd3d11' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_gapi453d.dll' links to system library 'wsock32' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio453d.dll' links to system library 'mfreadwrite' but it is not in cpp_info.system_libs.
opencv/4.5.1
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio451d.dll' links to system library 'mfreadwrite' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio451d.dll' links to system library 'd3d11' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio451d.dll' links to system library 'mf' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_gapi451d.dll' links to system library 'wsock32' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio451.dll' links to system library 'mfreadwrite' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio451.dll' links to system library 'd3d11' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio451.dll' links to system library 'mf' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_gapi451.dll' links to system library 'wsock32' but it is not in cpp_info.system_libs.
opencv/4.5.0
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio450d.dll' links to system library 'mf' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio450d.dll' links to system library 'mfreadwrite' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_gapi450d.dll' links to system library 'wsock32' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio450d.dll' links to system library 'd3d11' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio450.dll' links to system library 'mfreadwrite' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio450.dll' links to system library 'mf' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_gapi450.dll' links to system library 'wsock32' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\opencv_videoio450.dll' links to system library 'd3d11' but it is not in cpp_info.system_libs.

@CLAassistant
Copy link

CLAassistant commented May 18, 2023

CLA assistant check
All committers have signed the CLA.

@conan-center-bot

This comment has been minimized.

@stale
Copy link

stale bot commented Jul 15, 2023

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jul 15, 2023
@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ❌

Failure in build 14 (44a83655c4114d57f9808be65481407599cca7d3):

  • opencv/4.5.5@:
    Didn't run or was cancelled before finishing

  • opencv/4.5.3@:
    command 'git merge --no-ff 4f822a2' failed with exit code 1:
    Removing recipes/z3/all/patches/0003-cmake-try-compile-flags-4.10.2.patch
    Removing recipes/z3/all/patches/0002-python-interp-3-4.8.8.patch
    Removing recipes/z3/all/patches/0001-cmake-use-conan-mpir-4.8.8.patch
    Removing recipes/z3/all/patches/0001-cmake-use-conan-mpir-4.10.2.patch
    Removing recipes/wt/all/patches/4.3.1-0002-gcc_11.patch
    Removing recipes/wt/all/patches/4.3.1-0001-use-cci-package.patch
    Removing recipes/svgwrite/all/CMakeLists.txt
    Removing recipes/sqlpp11/all/test_package/example.cpp
    Removing recipes/sentry-native/all/patches/sentry-native-903c17a.patch
    Removing recipes/sbp/all/CMakeLists.txt
    Removing recipes/raylib/all/patches/0001-3.5.0-enable-cmake-build.patch
    Removing recipes/raylib/all/CMakeLists.txt
    Removing recipes/qt/6.x.x/patches/d13958d_.diff
    Removing recipes/qt/6.x.x/patches/CVE-2022-25643-6.2.diff
    Removing recipes/qt/6.x.x/patches/CVE-2022-25255-qprocess6-2.diff
    Removing recipes/qt/6.x.x/patches/CVE-2022-1096-qtwebengine-6.2.diff
    Removing recipes/qt/6.x.x/patches/32451d5.diff
    Removing recipes/qt/6.x.x/patches/138a720.diff
    Removing recipes/qt/5.x.x/patches/337f28c9ab-5.15.5.patch
    Auto-merging recipes/opencv/4.x/conanfile.py
    Auto-merging recipes/opencv/3.x/conanfile.py
    CONFLICT (content): Merge conflict in recipes/opencv/3.x/conanfile.py
    Removing recipes/opencolorio/all/CMakeLists.txt
    Removing recipes/openblas/all/CMakeLists.txt
    Removing recipes/ois/all/CMakeLists.txt
    Removing recipes/nanodbc/all/CMakeLists.txt
    Removing recipes/msdf-atlas-gen/all/CMakeLists.txt
    Removing recipes/mp-units/0.7.0/conanfile.py
    Removing recipes/mp-units/0.7.0/conandata.yml
    Removing recipes/mp-units/0.6.0/test_package/test_package.cpp
    Removing recipes/mp-units/0.6.0/test_package/conanfile.py
    Removing recipes/mp-units/0.6.0/test_package/CMakeLists.txt
    Removing recipes/mp-units/0.6.0/conanfile.py
    Removing recipes/mp-units/0.6.0/conandata.yml
    Removing recipes/mingw-builds/all/test_package/main.cpp
    Removing recipes/metis/all/patches/005-fix-install.patch
    Removing recipes/metis/all/patches/004-use-conan-gklib.patch
    Removing recipes/metis/all/patches/003-remove-programs.patch
    Removing recipes/metis/all/patches/002-support-pure-cmake.patch
    Removing recipes/metis/all/patches/001-add-gklib-system-cmake.patch
    Removing recipes/logr/0.1.0/CMakeLists.txt
    Removing recipes/llhttp/all/CMakeLists.txt
    Removing recipes/libwebsockets/all/CMakeLists.txt
    Removing recipes/libtins/all/CMakeLists.txt
    Removing recipes/libtiff/all/patches/4.2.0-0001-cmake-dependencies.patch
    Removing recipes/libtiff/all/patches/4.1.0-0002-no-libm-mingw.patch
    Removing recipes/libtiff/all/patches/4.1.0-0001-cmake-dependencies.patch
    Removing recipes/libtiff/all/patches/4.0.8-0003-file-offsets-bits-mingw.patch
    Removing recipes/libtiff/all/patches/4.0.8-0002-no-libm-mingw.patch
    Removing recipes/libtiff/all/patches/4.0.8-0001-cmake-dependencies.patch
    Removing recipes/libssh2/all/CMakeLists.txt
    Removing recipes/libpng/all/patches/0001-1.6.37-cmakefile-zlib.patch
    Removing recipes/libpng/all/patches/0001-1.5.30-cmakefile-zlib.patch
    Removing recipes/libnghttp2/all/patches/fix-addNghttp2IncludesPathCMake.patch
    Removing recipes/libnghttp2/all/patches/1.40.0-remove-static-suffix.patch
    Removing recipes/libmediainfo/all/patches/0001-cmakelists-CMAKE_MODULE_PATH-find_package.patch
    Removing recipes/libmediainfo/all/CMakeLists.txt
    Removing recipes/keychain/all/CMakeLists.txt
    Removing recipes/jsonnet/all/CMakeLists.txt
    Removing recipes/jinja2cpp/all/CMakeLists.txt
    Removing recipes/icu/all/patches/6aba9344a18f4f32e8070ee53b79495630901c26.patch
    Removing recipes/grpc/all/patches/v1.50.x/002-consume-protos-from-requirements.patch
    Removing recipes/grpc/all/patches/v1.48.x/002-consume-protos-from-requirements.patch
    Removing recipes/grpc/all/patches/v1.47.x/002-consume-protos-from-requirements.patch
    Removing recipes/grpc/all/patches/v1.46.x/002-consume-protos-from-requirements.patch
    Removing recipes/google-cloud-cpp/2.x/patches/2.5.0/001-use-googleapis-conan-package.patch
    Removing recipes/google-cloud-cpp/2.x/conan_cmake_project_include.cmake
    Removing recipes/eastl/all/CMakeLists.txt
    Removing recipes/dice-template-library/all/CMakeLists.txt
    Removing recipes/croncpp/all/CMakeLists.txt
    Removing recipes/cpputest/all/test_package/test_package_with_extensions.cpp
    Removing recipes/cppcommon/all/CMakeLists.txt
    Removing recipes/cppcheck/all/patches/0003-pcre-debuglib-name-2.7.patch
    Removing recipes/chaiscript/all/CMakeLists.txt
    Automatic merge failed; fix conflicts and then commit the result.

  • opencv/4.1.2@:
    Didn't run or was cancelled before finishing


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline ❌

Note: Conan v2 builds may be required once they are on the v2 ready list

The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future.

See details:

Failure in build 10 (44a83655c4114d57f9808be65481407599cca7d3):

  • opencv/4.5.3@:
    Error running command conan graph info --requires opencv/4.5.3@#903eaf6f3f06adbff83e6874d6595053 -f json -pr:h /home/conan/w/prod-v2_cci_PR-16587/10/76db2f47-75e6-403c-8525-24ea5dc24a9a/profile_linux_11_libstdcpp11_17_gcc_release_64.-shared-False.txt -pr:b /home/conan/w/prod-v2_cci_PR-16587/10/76db2f47-75e6-403c-8525-24ea5dc24a9a/profile_linux_11_libstdcpp11_17_gcc_release_64..txt:

    ======== Computing dependency graph ========
    zlib/1.2.13: Not found in local cache, looking in remotes...
    zlib/1.2.13: Checking remote: conan-center
    zlib/1.2.13: Downloaded recipe revision e377bee636333ae348d51ca90874e353
    libjpeg/9e: Not found in local cache, looking in remotes...
    libjpeg/9e: Checking remote: conan-center
    libjpeg/9e: Downloaded recipe revision 68269859e4325ddc3f995d1fd3fc9187
    jasper/4.0.0: Not found in local cache, looking in remotes...
    jasper/4.0.0: Checking remote: conan-center
    jasper/4.0.0: Downloaded recipe revision ef03e80bcd4d78d16548d809c25950f9
    libpng/1.6.40: Not found in local cache, looking in remotes...
    libpng/1.6.40: Checking remote: conan-center
    libpng/1.6.40: Downloaded recipe revision 3b63a2aa000933a57a53322207790714
    openexr/3.1.7: Not found in local cache, looking in remotes...
    openexr/3.1.7: Checking remote: conan-center
    openexr/3.1.7: Downloaded recipe revision 302e52df5aaf2d48c935f0cef9711c08
    imath/3.1.6: Not found in local cache, looking in remotes...
    imath/3.1.6: Checking remote: conan-center
    imath/3.1.6: Downloaded recipe revision 5f8e538b39341ae7f5086967ae57cb2a
    libtiff/4.5.1: Not found in local cache, looking in remotes...
    libtiff/4.5.1: Checking remote: conan-center
    libtiff/4.5.1: Downloaded recipe revision 3ca817ea93742e7632db713f89450ea7
    libdeflate/1.18: Not found in local cache, looking in remotes...
    libdeflate/1.18: Checking remote: conan-center
    libdeflate/1.18: Downloaded recipe revision 3697b637656a9af04cabcbed50db9a7e
    xz_utils/5.4.2: Not found in local cache, looking in remotes...
    xz_utils/5.4.2: Checking remote: conan-center
    xz_utils/5.4.2: Downloaded recipe revision b6ee8320403def553418874435445982
    jbig/20160605: Not found in local cache, looking in remotes...
    jbig/20160605: Checking remote: conan-center
    jbig/20160605: Downloaded recipe revision 2d29fa02aacd76902e0d2cbbc24631ef
    zstd/1.5.5: Not found in local cache, looking in remotes...
    zstd/1.5.5: Checking remote: conan-center
    zstd/1.5.5: Downloaded recipe revision 93372fe14bb7883bd4de82914e0a1841
    libwebp/1.3.1: Not found in local cache, looking in remotes...
    libwebp/1.3.1: Checking remote: conan-center
    libwebp/1.3.1: Downloaded recipe revision f86c9ecf081ebd5ac9def27e53de7bd3
    cmake/3.26.4: Not found in local cache, looking in remotes...
    cmake/3.26.4: Checking remote: conan-center
    cmake/3.26.4: Downloaded recipe revision 0b40747e190e755932767f2ec4768ff5
    eigen/3.4.0: Not found in local cache, looking in remotes...
    eigen/3.4.0: Checking remote: conan-center
    eigen/3.4.0: Downloaded recipe revision 2e192482a8acff96fe34766adca2b24c
    ffmpeg/4.4: Not found in local cache, looking in remotes...
    ffmpeg/4.4: Checking remote: conan-center
    ffmpeg/4.4: Downloaded recipe revision c80d9a42d8a669f64e0521dc5dbad321
    bzip2/1.0.8: Not found in local cache, looking in remotes...
    bzip2/1.0.8: Checking remote: conan-center
    bzip2/1.0.8: Downloaded recipe revision 411fc05e80d47a89045edc1ee6f23c1d
    libiconv/1.17: Not found in local cache, looking in remotes...
    libiconv/1.17: Checking remote: conan-center
    libiconv/1.17: Downloaded recipe revision fa54397801cd96911a8294bc5fc76335
    freetype/2.13.0: Not found in local cache, looking in remotes...
    freetype/2.13.0: Checking remote: conan-center
    freetype/2.13.0: Downloaded recipe revision 713c0b5ff4615ef0611944400cee0e4c
    brotli/1.0.9: Not found in local cache, looking in remotes...
    brotli/1.0.9: Checking remote: conan-center
    brotli/1.0.9: Downloaded recipe revision ffbecf553112bc3e25a08c91c28b8b68
    openjpeg/2.5.0: Not found in local cache, looking in remotes...
    openjpeg/2.5.0: Checking remote: conan-center
    openjpeg/2.5.0: Downloaded recipe revision e3684ea8ab1cfc6707a461b0b2d0bb9c
    openh264/2.3.1: Not found in local cache, looking in remotes...
    openh264/2.3.1: Checking remote: conan-center
    openh264/2.3.1: Downloaded recipe revision 8b94a94f5472b67355953c7748ad4381
    nasm/2.15.05: Not found in local cache, looking in remotes...
    nasm/2.15.05: Checking remote: conan-center
    nasm/2.15.05: Downloaded recipe revision 799d63b1672a337584b09635b0f22fc1
    vorbis/1.3.7: Not found in local cache, looking in remotes...
    vorbis/1.3.7: Checking remote: conan-center
    vorbis/1.3.7: Downloaded recipe revision d936fd8c850f0c7c4021e24e55e6352c
    ogg/1.3.5: Not found in local cache, looking in remotes...
    ogg/1.3.5: Checking remote: conan-center
    ogg/1.3.5: Downloaded recipe revision 062626875f5c8c59f069f76f148098ef
    opus/1.3.1: Not found in local cache, looking in remotes...
    opus/1.3.1: Checking remote: conan-center
    opus/1.3.1: Downloaded recipe revision 9215b71ae0360515fffc660a7b153ddd
    libx264/cci.20220602: Not found in local cache, looking in remotes...
    libx264/cci.20220602: Checking remote: conan-center
    libx264/cci.20220602: Downloaded recipe revision 1847939486c0bfc5141898c469f9fff4
    libx265/3.4: Not found in local cache, looking in remotes...
    libx265/3.4: Checking remote: conan-center
    libx265/3.4: Downloaded recipe revision fb1af2d1f0f1c8aa25510237f1d86c39
    libvpx/1.11.0: Not found in local cache, looking in remotes...
    libvpx/1.11.0: Checking remote: conan-center
    libvpx/1.11.0: Downloaded recipe revision 6fbd55b629d52b82db5786b0dd84a48b
    yasm/1.3.0: Not found in local cache, looking in remotes...
    yasm/1.3.0: Checking remote: conan-center
    yasm/1.3.0: Downloaded recipe revision fb800a15413dca19bfaef9e4b5d50694
    libmp3lame/3.100: Not found in local cache, looking in remotes...
    libmp3lame/3.100: Checking remote: conan-center
    libmp3lame/3.100: Downloaded recipe revision 44b12d19316eb2b223d98d3e75dae438
    gnu-config/cci.20210814: Not found in local cache, looking in remotes...
    gnu-config/cci.20210814: Checking remote: conan-center
    gnu-config/cci.20210814: Downloaded recipe revision 15c3bf7dfdb743977b84d0321534ad90
    libfdk_aac/2.0.2: Not found in local cache, looking in remotes...
    libfdk_aac/2.0.2: Checking remote: conan-center
    libfdk_aac/2.0.2: Downloaded recipe revision c9eb99853a2067c754bb1a826044d6eb
    Graph root
        cli
    Requirements
        brotli/1.0.9#ffbecf553112bc3e25a08c91c28b8b68 - Downloaded (conan-center)
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d - Downloaded (conan-center)
        eigen/3.4.0#2e192482a8acff96fe34766adca2b24c - Downloaded (conan-center)
        ffmpeg/4.4#c80d9a42d8a669f64e0521dc5dbad321 - Downloaded (conan-center)
        freetype/2.13.0#713c0b5ff4615ef0611944400cee0e4c - Downloaded (conan-center)
        imath/3.1.6#5f8e538b39341ae7f5086967ae57cb2a - Downloaded (conan-center)
        jasper/4.0.0#ef03e80bcd4d78d16548d809c25950f9 - Downloaded (conan-center)
        jbig/20160605#2d29fa02aacd76902e0d2cbbc24631ef - Downloaded (conan-center)
        libdeflate/1.18#3697b637656a9af04cabcbed50db9a7e - Downloaded (conan-center)
        libfdk_aac/2.0.2#c9eb99853a2067c754bb1a826044d6eb - Downloaded (conan-center)
        libiconv/1.17#fa54397801cd96911a8294bc5fc76335 - Downloaded (conan-center)
        libjpeg/9e#68269859e4325ddc3f995d1fd3fc9187 - Downloaded (conan-center)
        libmp3lame/3.100#44b12d19316eb2b223d98d3e75dae438 - Downloaded (conan-center)
        libpng/1.6.40#3b63a2aa000933a57a53322207790714 - Downloaded (conan-center)
        libtiff/4.5.1#3ca817ea93742e7632db713f89450ea7 - Downloaded (conan-center)
        libvpx/1.11.0#6fbd55b629d52b82db5786b0dd84a48b - Downloaded (conan-center)
        libwebp/1.3.1#f86c9ecf081ebd5ac9def27e53de7bd3 - Downloaded (conan-center)
        libx264/cci.20220602#1847939486c0bfc5141898c469f9fff4 - Downloaded (conan-center)
        libx265/3.4#fb1af2d1f0f1c8aa25510237f1d86c39 - Downloaded (conan-center)
        ogg/1.3.5#062626875f5c8c59f069f76f148098ef - Downloaded (conan-center)
        opencv/4.5.3#903eaf6f3f06adbff83e6874d6595053 - Cache
        openexr/3.1.7#302e52df5aaf2d48c935f0cef9711c08 - Downloaded (conan-center)
        openh264/2.3.1#8b94a94f5472b67355953c7748ad4381 - Downloaded (conan-center)
        openjpeg/2.5.0#e3684ea8ab1cfc6707a461b0b2d0bb9c - Downloaded (conan-center)
        opus/1.3.1#9215b71ae0360515fffc660a7b153ddd - Downloaded (conan-center)
        vorbis/1.3.7#d936fd8c850f0c7c4021e24e55e6352c - Downloaded (conan-center)
        xz_utils/5.4.2#b6ee8320403def553418874435445982 - Downloaded (conan-center)
        zlib/1.2.13#e377bee636333ae348d51ca90874e353 - Downloaded (conan-center)
        zstd/1.5.5#93372fe14bb7883bd4de82914e0a1841 - Downloaded (conan-center)
    Build requirements
        cmake/3.26.4#0b40747e190e755932767f2ec4768ff5 - Downloaded (conan-center)
        gnu-config/cci.20210814#15c3bf7dfdb743977b84d0321534ad90 - Downloaded (conan-center)
        nasm/2.15.05#799d63b1672a337584b09635b0f22fc1 - Downloaded (conan-center)
        yasm/1.3.0#fb800a15413dca19bfaef9e4b5d50694 - Downloaded (conan-center)
    Resolved version ranges
        cmake/[>=3.18 <4]: cmake/3.26.4
    Graph error
        Version conflict: ffmpeg/4.4->libwebp/1.3.0, None->libwebp/1.3.1.
    ERROR: Version conflict: ffmpeg/4.4->libwebp/1.3.0, None->libwebp/1.3.1.
    
  • opencv/4.5.5@:
    Error running command conan graph info --requires opencv/4.5.5@#fa01b2d44d5dec8bd0a7e820741d921b -f json -pr:h /home/conan/w/prod-v2_cci_PR-16587/10/882a0ab9-6005-47a8-9169-99299a342b7a/profile_linux_11_libstdcpp11_17_gcc_release_64.-shared-False.txt -pr:b /home/conan/w/prod-v2_cci_PR-16587/10/882a0ab9-6005-47a8-9169-99299a342b7a/profile_linux_11_libstdcpp11_17_gcc_release_64..txt:

    ======== Computing dependency graph ========
    zlib/1.2.13: Not found in local cache, looking in remotes...
    zlib/1.2.13: Checking remote: conan-center
    zlib/1.2.13: Downloaded recipe revision e377bee636333ae348d51ca90874e353
    libjpeg/9e: Not found in local cache, looking in remotes...
    libjpeg/9e: Checking remote: conan-center
    libjpeg/9e: Downloaded recipe revision 68269859e4325ddc3f995d1fd3fc9187
    jasper/4.0.0: Not found in local cache, looking in remotes...
    jasper/4.0.0: Checking remote: conan-center
    jasper/4.0.0: Downloaded recipe revision ef03e80bcd4d78d16548d809c25950f9
    libpng/1.6.40: Not found in local cache, looking in remotes...
    libpng/1.6.40: Checking remote: conan-center
    libpng/1.6.40: Downloaded recipe revision 3b63a2aa000933a57a53322207790714
    openexr/3.1.7: Not found in local cache, looking in remotes...
    openexr/3.1.7: Checking remote: conan-center
    openexr/3.1.7: Downloaded recipe revision 302e52df5aaf2d48c935f0cef9711c08
    imath/3.1.6: Not found in local cache, looking in remotes...
    imath/3.1.6: Checking remote: conan-center
    imath/3.1.6: Downloaded recipe revision 5f8e538b39341ae7f5086967ae57cb2a
    libtiff/4.5.1: Not found in local cache, looking in remotes...
    libtiff/4.5.1: Checking remote: conan-center
    libtiff/4.5.1: Downloaded recipe revision 3ca817ea93742e7632db713f89450ea7
    libdeflate/1.18: Not found in local cache, looking in remotes...
    libdeflate/1.18: Checking remote: conan-center
    libdeflate/1.18: Downloaded recipe revision 3697b637656a9af04cabcbed50db9a7e
    xz_utils/5.4.2: Not found in local cache, looking in remotes...
    xz_utils/5.4.2: Checking remote: conan-center
    xz_utils/5.4.2: Downloaded recipe revision b6ee8320403def553418874435445982
    jbig/20160605: Not found in local cache, looking in remotes...
    jbig/20160605: Checking remote: conan-center
    jbig/20160605: Downloaded recipe revision 2d29fa02aacd76902e0d2cbbc24631ef
    zstd/1.5.5: Not found in local cache, looking in remotes...
    zstd/1.5.5: Checking remote: conan-center
    zstd/1.5.5: Downloaded recipe revision 93372fe14bb7883bd4de82914e0a1841
    libwebp/1.3.1: Not found in local cache, looking in remotes...
    libwebp/1.3.1: Checking remote: conan-center
    libwebp/1.3.1: Downloaded recipe revision f86c9ecf081ebd5ac9def27e53de7bd3
    cmake/3.26.4: Not found in local cache, looking in remotes...
    cmake/3.26.4: Checking remote: conan-center
    cmake/3.26.4: Downloaded recipe revision 0b40747e190e755932767f2ec4768ff5
    eigen/3.4.0: Not found in local cache, looking in remotes...
    eigen/3.4.0: Checking remote: conan-center
    eigen/3.4.0: Downloaded recipe revision 2e192482a8acff96fe34766adca2b24c
    ffmpeg/4.4: Not found in local cache, looking in remotes...
    ffmpeg/4.4: Checking remote: conan-center
    ffmpeg/4.4: Downloaded recipe revision c80d9a42d8a669f64e0521dc5dbad321
    bzip2/1.0.8: Not found in local cache, looking in remotes...
    bzip2/1.0.8: Checking remote: conan-center
    bzip2/1.0.8: Downloaded recipe revision 411fc05e80d47a89045edc1ee6f23c1d
    libiconv/1.17: Not found in local cache, looking in remotes...
    libiconv/1.17: Checking remote: conan-center
    libiconv/1.17: Downloaded recipe revision fa54397801cd96911a8294bc5fc76335
    freetype/2.13.0: Not found in local cache, looking in remotes...
    freetype/2.13.0: Checking remote: conan-center
    freetype/2.13.0: Downloaded recipe revision 713c0b5ff4615ef0611944400cee0e4c
    brotli/1.0.9: Not found in local cache, looking in remotes...
    brotli/1.0.9: Checking remote: conan-center
    brotli/1.0.9: Downloaded recipe revision ffbecf553112bc3e25a08c91c28b8b68
    openjpeg/2.5.0: Not found in local cache, looking in remotes...
    openjpeg/2.5.0: Checking remote: conan-center
    openjpeg/2.5.0: Downloaded recipe revision e3684ea8ab1cfc6707a461b0b2d0bb9c
    openh264/2.3.1: Not found in local cache, looking in remotes...
    openh264/2.3.1: Checking remote: conan-center
    openh264/2.3.1: Downloaded recipe revision 8b94a94f5472b67355953c7748ad4381
    nasm/2.15.05: Not found in local cache, looking in remotes...
    nasm/2.15.05: Checking remote: conan-center
    nasm/2.15.05: Downloaded recipe revision 799d63b1672a337584b09635b0f22fc1
    vorbis/1.3.7: Not found in local cache, looking in remotes...
    vorbis/1.3.7: Checking remote: conan-center
    vorbis/1.3.7: Downloaded recipe revision d936fd8c850f0c7c4021e24e55e6352c
    ogg/1.3.5: Not found in local cache, looking in remotes...
    ogg/1.3.5: Checking remote: conan-center
    ogg/1.3.5: Downloaded recipe revision 062626875f5c8c59f069f76f148098ef
    opus/1.3.1: Not found in local cache, looking in remotes...
    opus/1.3.1: Checking remote: conan-center
    opus/1.3.1: Downloaded recipe revision 9215b71ae0360515fffc660a7b153ddd
    libx264/cci.20220602: Not found in local cache, looking in remotes...
    libx264/cci.20220602: Checking remote: conan-center
    libx264/cci.20220602: Downloaded recipe revision 1847939486c0bfc5141898c469f9fff4
    libx265/3.4: Not found in local cache, looking in remotes...
    libx265/3.4: Checking remote: conan-center
    libx265/3.4: Downloaded recipe revision fb1af2d1f0f1c8aa25510237f1d86c39
    libvpx/1.11.0: Not found in local cache, looking in remotes...
    libvpx/1.11.0: Checking remote: conan-center
    libvpx/1.11.0: Downloaded recipe revision 6fbd55b629d52b82db5786b0dd84a48b
    yasm/1.3.0: Not found in local cache, looking in remotes...
    yasm/1.3.0: Checking remote: conan-center
    yasm/1.3.0: Downloaded recipe revision fb800a15413dca19bfaef9e4b5d50694
    libmp3lame/3.100: Not found in local cache, looking in remotes...
    libmp3lame/3.100: Checking remote: conan-center
    libmp3lame/3.100: Downloaded recipe revision 44b12d19316eb2b223d98d3e75dae438
    gnu-config/cci.20210814: Not found in local cache, looking in remotes...
    gnu-config/cci.20210814: Checking remote: conan-center
    gnu-config/cci.20210814: Downloaded recipe revision 15c3bf7dfdb743977b84d0321534ad90
    libfdk_aac/2.0.2: Not found in local cache, looking in remotes...
    libfdk_aac/2.0.2: Checking remote: conan-center
    libfdk_aac/2.0.2: Downloaded recipe revision c9eb99853a2067c754bb1a826044d6eb
    Graph root
        cli
    Requirements
        brotli/1.0.9#ffbecf553112bc3e25a08c91c28b8b68 - Downloaded (conan-center)
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d - Downloaded (conan-center)
        eigen/3.4.0#2e192482a8acff96fe34766adca2b24c - Downloaded (conan-center)
        ffmpeg/4.4#c80d9a42d8a669f64e0521dc5dbad321 - Downloaded (conan-center)
        freetype/2.13.0#713c0b5ff4615ef0611944400cee0e4c - Downloaded (conan-center)
        imath/3.1.6#5f8e538b39341ae7f5086967ae57cb2a - Downloaded (conan-center)
        jasper/4.0.0#ef03e80bcd4d78d16548d809c25950f9 - Downloaded (conan-center)
        jbig/20160605#2d29fa02aacd76902e0d2cbbc24631ef - Downloaded (conan-center)
        libdeflate/1.18#3697b637656a9af04cabcbed50db9a7e - Downloaded (conan-center)
        libfdk_aac/2.0.2#c9eb99853a2067c754bb1a826044d6eb - Downloaded (conan-center)
        libiconv/1.17#fa54397801cd96911a8294bc5fc76335 - Downloaded (conan-center)
        libjpeg/9e#68269859e4325ddc3f995d1fd3fc9187 - Downloaded (conan-center)
        libmp3lame/3.100#44b12d19316eb2b223d98d3e75dae438 - Downloaded (conan-center)
        libpng/1.6.40#3b63a2aa000933a57a53322207790714 - Downloaded (conan-center)
        libtiff/4.5.1#3ca817ea93742e7632db713f89450ea7 - Downloaded (conan-center)
        libvpx/1.11.0#6fbd55b629d52b82db5786b0dd84a48b - Downloaded (conan-center)
        libwebp/1.3.1#f86c9ecf081ebd5ac9def27e53de7bd3 - Downloaded (conan-center)
        libx264/cci.20220602#1847939486c0bfc5141898c469f9fff4 - Downloaded (conan-center)
        libx265/3.4#fb1af2d1f0f1c8aa25510237f1d86c39 - Downloaded (conan-center)
        ogg/1.3.5#062626875f5c8c59f069f76f148098ef - Downloaded (conan-center)
        opencv/4.5.5#fa01b2d44d5dec8bd0a7e820741d921b - Cache
        openexr/3.1.7#302e52df5aaf2d48c935f0cef9711c08 - Downloaded (conan-center)
        openh264/2.3.1#8b94a94f5472b67355953c7748ad4381 - Downloaded (conan-center)
        openjpeg/2.5.0#e3684ea8ab1cfc6707a461b0b2d0bb9c - Downloaded (conan-center)
        opus/1.3.1#9215b71ae0360515fffc660a7b153ddd - Downloaded (conan-center)
        vorbis/1.3.7#d936fd8c850f0c7c4021e24e55e6352c - Downloaded (conan-center)
        xz_utils/5.4.2#b6ee8320403def553418874435445982 - Downloaded (conan-center)
        zlib/1.2.13#e377bee636333ae348d51ca90874e353 - Downloaded (conan-center)
        zstd/1.5.5#93372fe14bb7883bd4de82914e0a1841 - Downloaded (conan-center)
    Build requirements
        cmake/3.26.4#0b40747e190e755932767f2ec4768ff5 - Downloaded (conan-center)
        gnu-config/cci.20210814#15c3bf7dfdb743977b84d0321534ad90 - Downloaded (conan-center)
        nasm/2.15.05#799d63b1672a337584b09635b0f22fc1 - Downloaded (conan-center)
        yasm/1.3.0#fb800a15413dca19bfaef9e4b5d50694 - Downloaded (conan-center)
    Resolved version ranges
        cmake/[>=3.18 <4]: cmake/3.26.4
    Graph error
        Version conflict: ffmpeg/4.4->libwebp/1.3.0, None->libwebp/1.3.1.
    ERROR: Version conflict: ffmpeg/4.4->libwebp/1.3.0, None->libwebp/1.3.1.
    
  • opencv/4.1.2@:
    Error running command conan graph info --requires opencv/4.1.2@#d4c32019ad70033bb86453900608ca33 -f json -pr:h /home/conan/w/prod-v2_cci_PR-16587/10/23d0a0c5-fa7c-4be6-a827-9356e64d238d/profile_linux_11_libstdcpp11_17_gcc_release_64.-shared-False.txt -pr:b /home/conan/w/prod-v2_cci_PR-16587/10/23d0a0c5-fa7c-4be6-a827-9356e64d238d/profile_linux_11_libstdcpp11_17_gcc_release_64..txt:

    ======== Computing dependency graph ========
    zlib/1.2.13: Not found in local cache, looking in remotes...
    zlib/1.2.13: Checking remote: conan-center
    zlib/1.2.13: Downloaded recipe revision e377bee636333ae348d51ca90874e353
    libjpeg/9e: Not found in local cache, looking in remotes...
    libjpeg/9e: Checking remote: conan-center
    libjpeg/9e: Downloaded recipe revision 68269859e4325ddc3f995d1fd3fc9187
    jasper/4.0.0: Not found in local cache, looking in remotes...
    jasper/4.0.0: Checking remote: conan-center
    jasper/4.0.0: Downloaded recipe revision ef03e80bcd4d78d16548d809c25950f9
    libpng/1.6.40: Not found in local cache, looking in remotes...
    libpng/1.6.40: Checking remote: conan-center
    libpng/1.6.40: Downloaded recipe revision 3b63a2aa000933a57a53322207790714
    openexr/2.5.7: Not found in local cache, looking in remotes...
    openexr/2.5.7: Checking remote: conan-center
    openexr/2.5.7: Downloaded recipe revision 9dbbc4099d8f21ff569b270cf60b3730
    libtiff/4.5.1: Not found in local cache, looking in remotes...
    libtiff/4.5.1: Checking remote: conan-center
    libtiff/4.5.1: Downloaded recipe revision 3ca817ea93742e7632db713f89450ea7
    libdeflate/1.18: Not found in local cache, looking in remotes...
    libdeflate/1.18: Checking remote: conan-center
    libdeflate/1.18: Downloaded recipe revision 3697b637656a9af04cabcbed50db9a7e
    xz_utils/5.4.2: Not found in local cache, looking in remotes...
    xz_utils/5.4.2: Checking remote: conan-center
    xz_utils/5.4.2: Downloaded recipe revision b6ee8320403def553418874435445982
    jbig/20160605: Not found in local cache, looking in remotes...
    jbig/20160605: Checking remote: conan-center
    jbig/20160605: Downloaded recipe revision 2d29fa02aacd76902e0d2cbbc24631ef
    zstd/1.5.5: Not found in local cache, looking in remotes...
    zstd/1.5.5: Checking remote: conan-center
    zstd/1.5.5: Downloaded recipe revision 93372fe14bb7883bd4de82914e0a1841
    libwebp/1.3.1: Not found in local cache, looking in remotes...
    libwebp/1.3.1: Checking remote: conan-center
    libwebp/1.3.1: Downloaded recipe revision f86c9ecf081ebd5ac9def27e53de7bd3
    cmake/3.26.4: Not found in local cache, looking in remotes...
    cmake/3.26.4: Checking remote: conan-center
    cmake/3.26.4: Downloaded recipe revision 0b40747e190e755932767f2ec4768ff5
    eigen/3.4.0: Not found in local cache, looking in remotes...
    eigen/3.4.0: Checking remote: conan-center
    eigen/3.4.0: Downloaded recipe revision 2e192482a8acff96fe34766adca2b24c
    ffmpeg/4.4: Not found in local cache, looking in remotes...
    ffmpeg/4.4: Checking remote: conan-center
    ffmpeg/4.4: Downloaded recipe revision c80d9a42d8a669f64e0521dc5dbad321
    bzip2/1.0.8: Not found in local cache, looking in remotes...
    bzip2/1.0.8: Checking remote: conan-center
    bzip2/1.0.8: Downloaded recipe revision 411fc05e80d47a89045edc1ee6f23c1d
    libiconv/1.17: Not found in local cache, looking in remotes...
    libiconv/1.17: Checking remote: conan-center
    libiconv/1.17: Downloaded recipe revision fa54397801cd96911a8294bc5fc76335
    freetype/2.13.0: Not found in local cache, looking in remotes...
    freetype/2.13.0: Checking remote: conan-center
    freetype/2.13.0: Downloaded recipe revision 713c0b5ff4615ef0611944400cee0e4c
    brotli/1.0.9: Not found in local cache, looking in remotes...
    brotli/1.0.9: Checking remote: conan-center
    brotli/1.0.9: Downloaded recipe revision ffbecf553112bc3e25a08c91c28b8b68
    openjpeg/2.5.0: Not found in local cache, looking in remotes...
    openjpeg/2.5.0: Checking remote: conan-center
    openjpeg/2.5.0: Downloaded recipe revision e3684ea8ab1cfc6707a461b0b2d0bb9c
    openh264/2.3.1: Not found in local cache, looking in remotes...
    openh264/2.3.1: Checking remote: conan-center
    openh264/2.3.1: Downloaded recipe revision 8b94a94f5472b67355953c7748ad4381
    nasm/2.15.05: Not found in local cache, looking in remotes...
    nasm/2.15.05: Checking remote: conan-center
    nasm/2.15.05: Downloaded recipe revision 799d63b1672a337584b09635b0f22fc1
    vorbis/1.3.7: Not found in local cache, looking in remotes...
    vorbis/1.3.7: Checking remote: conan-center
    vorbis/1.3.7: Downloaded recipe revision d936fd8c850f0c7c4021e24e55e6352c
    ogg/1.3.5: Not found in local cache, looking in remotes...
    ogg/1.3.5: Checking remote: conan-center
    ogg/1.3.5: Downloaded recipe revision 062626875f5c8c59f069f76f148098ef
    opus/1.3.1: Not found in local cache, looking in remotes...
    opus/1.3.1: Checking remote: conan-center
    opus/1.3.1: Downloaded recipe revision 9215b71ae0360515fffc660a7b153ddd
    libx264/cci.20220602: Not found in local cache, looking in remotes...
    libx264/cci.20220602: Checking remote: conan-center
    libx264/cci.20220602: Downloaded recipe revision 1847939486c0bfc5141898c469f9fff4
    libx265/3.4: Not found in local cache, looking in remotes...
    libx265/3.4: Checking remote: conan-center
    libx265/3.4: Downloaded recipe revision fb1af2d1f0f1c8aa25510237f1d86c39
    libvpx/1.11.0: Not found in local cache, looking in remotes...
    libvpx/1.11.0: Checking remote: conan-center
    libvpx/1.11.0: Downloaded recipe revision 6fbd55b629d52b82db5786b0dd84a48b
    yasm/1.3.0: Not found in local cache, looking in remotes...
    yasm/1.3.0: Checking remote: conan-center
    yasm/1.3.0: Downloaded recipe revision fb800a15413dca19bfaef9e4b5d50694
    libmp3lame/3.100: Not found in local cache, looking in remotes...
    libmp3lame/3.100: Checking remote: conan-center
    libmp3lame/3.100: Downloaded recipe revision 44b12d19316eb2b223d98d3e75dae438
    gnu-config/cci.20210814: Not found in local cache, looking in remotes...
    gnu-config/cci.20210814: Checking remote: conan-center
    gnu-config/cci.20210814: Downloaded recipe revision 15c3bf7dfdb743977b84d0321534ad90
    libfdk_aac/2.0.2: Not found in local cache, looking in remotes...
    libfdk_aac/2.0.2: Checking remote: conan-center
    libfdk_aac/2.0.2: Downloaded recipe revision c9eb99853a2067c754bb1a826044d6eb
    Graph root
        cli
    Requirements
        brotli/1.0.9#ffbecf553112bc3e25a08c91c28b8b68 - Downloaded (conan-center)
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d - Downloaded (conan-center)
        eigen/3.4.0#2e192482a8acff96fe34766adca2b24c - Downloaded (conan-center)
        ffmpeg/4.4#c80d9a42d8a669f64e0521dc5dbad321 - Downloaded (conan-center)
        freetype/2.13.0#713c0b5ff4615ef0611944400cee0e4c - Downloaded (conan-center)
        jasper/4.0.0#ef03e80bcd4d78d16548d809c25950f9 - Downloaded (conan-center)
        jbig/20160605#2d29fa02aacd76902e0d2cbbc24631ef - Downloaded (conan-center)
        libdeflate/1.18#3697b637656a9af04cabcbed50db9a7e - Downloaded (conan-center)
        libfdk_aac/2.0.2#c9eb99853a2067c754bb1a826044d6eb - Downloaded (conan-center)
        libiconv/1.17#fa54397801cd96911a8294bc5fc76335 - Downloaded (conan-center)
        libjpeg/9e#68269859e4325ddc3f995d1fd3fc9187 - Downloaded (conan-center)
        libmp3lame/3.100#44b12d19316eb2b223d98d3e75dae438 - Downloaded (conan-center)
        libpng/1.6.40#3b63a2aa000933a57a53322207790714 - Downloaded (conan-center)
        libtiff/4.5.1#3ca817ea93742e7632db713f89450ea7 - Downloaded (conan-center)
        libvpx/1.11.0#6fbd55b629d52b82db5786b0dd84a48b - Downloaded (conan-center)
        libwebp/1.3.1#f86c9ecf081ebd5ac9def27e53de7bd3 - Downloaded (conan-center)
        libx264/cci.20220602#1847939486c0bfc5141898c469f9fff4 - Downloaded (conan-center)
        libx265/3.4#fb1af2d1f0f1c8aa25510237f1d86c39 - Downloaded (conan-center)
        ogg/1.3.5#062626875f5c8c59f069f76f148098ef - Downloaded (conan-center)
        opencv/4.1.2#d4c32019ad70033bb86453900608ca33 - Cache
        openexr/2.5.7#9dbbc4099d8f21ff569b270cf60b3730 - Downloaded (conan-center)
        openh264/2.3.1#8b94a94f5472b67355953c7748ad4381 - Downloaded (conan-center)
        openjpeg/2.5.0#e3684ea8ab1cfc6707a461b0b2d0bb9c - Downloaded (conan-center)
        opus/1.3.1#9215b71ae0360515fffc660a7b153ddd - Downloaded (conan-center)
        vorbis/1.3.7#d936fd8c850f0c7c4021e24e55e6352c - Downloaded (conan-center)
        xz_utils/5.4.2#b6ee8320403def553418874435445982 - Downloaded (conan-center)
        zlib/1.2.13#e377bee636333ae348d51ca90874e353 - Downloaded (conan-center)
        zstd/1.5.5#93372fe14bb7883bd4de82914e0a1841 - Downloaded (conan-center)
    Build requirements
        cmake/3.26.4#0b40747e190e755932767f2ec4768ff5 - Downloaded (conan-center)
        gnu-config/cci.20210814#15c3bf7dfdb743977b84d0321534ad90 - Downloaded (conan-center)
        nasm/2.15.05#799d63b1672a337584b09635b0f22fc1 - Downloaded (conan-center)
        yasm/1.3.0#fb800a15413dca19bfaef9e4b5d50694 - Downloaded (conan-center)
    Resolved version ranges
        cmake/[>=3.18 <4]: cmake/3.26.4
    Graph error
        Version conflict: ffmpeg/4.4->libwebp/1.3.0, None->libwebp/1.3.1.
    ERROR: Version conflict: ffmpeg/4.4->libwebp/1.3.0, None->libwebp/1.3.1.
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

@prince-chrismc
Copy link
Contributor

I am going to close this as solved as https://github.com/conan-io/conan-center-index/blame/master/recipes/opencv/4.x/conanfile.py#L995 has correct the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants