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

Bump/cctag/all #18706

Closed
Closed

Conversation

ericLemanissier
Copy link
Contributor

Specify library name and version: cctag/*


@ghost
Copy link

ghost commented Jul 20, 2023

I detected other pull requests that are modifying cctag/all recipe:

This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there.

@EstebanDugueperoux2
Copy link
Contributor

From my experiments of #18631
I got compilation error with boost 1.82.0 and following version of cctag it depends of different version of onetbb.

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ❌

Failure in build 1 (bdf58aae321df608572a998770ae6b19d6f633b5):

  • cctag/1.0.1@:
    CI failed to create some packages (All logs)

    Logs for packageID 5505914f3c0fe3d97b2c8336e6b075ea607e7ece:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    cctag:shared=True
    
    [...]
       12 | BOOST_HEADER_DEPRECATED("<boost/phoenix/stl.hpp>")
          | ^~~~~~~~~~~~~~~~~~~~~~~
    /home/conan/w/prod/BuildSingleReference/.conan/data/cctag/1.0.1/_/_/build/5505914f3c0fe3d97b2c8336e6b075ea607e7ece/src/src/cctag/Detection.cpp: In function 'void cctag::constructFlowComponentFromSeed(cctag::EdgePoint*, cctag::EdgePointCollection&, std::vector<std::unique_ptr<cctag::Candidate> >&, const cctag::Parameters&)':
    /home/conan/w/prod/BuildSingleReference/.conan/data/cctag/1.0.1/_/_/build/5505914f3c0fe3d97b2c8336e6b075ea607e7ece/src/src/cctag/Detection.cpp:74:15: error: 'mutex' in namespace 'tbb' does not name a type
       74 |   static tbb::mutex G_SortMutex;
          |               ^~~~~
    /home/conan/w/prod/BuildSingleReference/.conan/data/cctag/1.0.1/_/_/build/5505914f3c0fe3d97b2c8336e6b075ea607e7ece/src/src/cctag/Detection.cpp:105:12: error: 'tbb::mutex' has not been declared
      105 |       tbb::mutex::scoped_lock lock(G_SortMutex);
          |            ^~~~~
    /home/conan/w/prod/BuildSingleReference/.conan/data/cctag/1.0.1/_/_/build/5505914f3c0fe3d97b2c8336e6b075ea607e7ece/src/src/cctag/Detection.cpp: In function 'void cctag::completeFlowComponent(cctag::Candidate&, const cctag::EdgePointCollection&, std::vector<cctag::Candidate>&, std::size_t&, std::size_t, const cctag::Parameters&)':
    /home/conan/w/prod/BuildSingleReference/.conan/data/cctag/1.0.1/_/_/build/5505914f3c0fe3d97b2c8336e6b075ea607e7ece/src/src/cctag/Detection.cpp:123:15: error: 'mutex' in namespace 'tbb' does not name a type
      123 |   static tbb::mutex G_InsertMutex;
          |               ^~~~~
    /home/conan/w/prod/BuildSingleReference/.conan/data/cctag/1.0.1/_/_/build/5505914f3c0fe3d97b2c8336e6b075ea607e7ece/src/src/cctag/Detection.cpp:242:12: error: 'tbb::mutex' has not been declared
      242 |       tbb::mutex::scoped_lock lock(G_InsertMutex);
          |            ^~~~~
    /home/conan/w/prod/BuildSingleReference/.conan/data/cctag/1.0.1/_/_/build/5505914f3c0fe3d97b2c8336e6b075ea607e7ece/src/src/cctag/Detection.cpp: In function 'void cctag::cctagDetectionFromEdgesLoopTwoIteration(cctag::CCTag::List&, cctag::EdgePointCollection&, const std::vector<cctag::Candidate>&, size_t, int, float, const cctag::Parameters&)':
    /home/conan/w/prod/BuildSingleReference/.conan/data/cctag/1.0.1/_/_/build/5505914f3c0fe3d97b2c8336e6b075ea607e7ece/src/src/cctag/Detection.cpp:387:17: error: 'mutex' in namespace 'tbb' does not name a type
      387 |     static tbb::mutex G_InsertMutex;
          |                 ^~~~~
    /home/conan/w/prod/BuildSingleReference/.conan/data/cctag/1.0.1/_/_/build/5505914f3c0fe3d97b2c8336e6b075ea607e7ece/src/src/cctag/Detection.cpp:546:14: error: 'tbb::mutex' has not been declared
      546 |         tbb::mutex::scoped_lock lock(G_InsertMutex);
          |              ^~~~~
    make[2]: *** [src/CMakeFiles/CCTag.dir/cctag/Detection.cpp.o] Error 1
    make[2]: *** Waiting for unfinished jobs....
    In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/boost/1.82.0/_/_/package/dc8aedd23a0f0a773a5fcdcfe1ae3e89c4205978/include/boost/function/detail/requires_cxx11.hpp:9,
                     from /home/conan/w/prod/BuildSingleReference/.conan/data/boost/1.82.0/_/_/package/dc8aedd23a0f0a773a5fcdcfe1ae3e89c4205978/include/boost/function/detail/prologue.hpp:12,
                     from /home/conan/w/prod/BuildSingleReference/.conan/data/boost/1.82.0/_/_/package/dc8aedd23a0f0a773a5fcdcfe1ae3e89c4205978/include/boost/function.hpp:30,
                     from /home/conan/w/prod/BuildSingleReference/.conan/data/cctag/1.0.1/_/_/build/5505914f3c0fe3d97b2c8336e6b075ea607e7ece/src/src/cctag/CCTagMarkersBank.hpp:11,
                     from /home/conan/w/prod/BuildSingleReference/.conan/data/cctag/1.0.1/_/_/build/5505914f3c0fe3d97b2c8336e6b075ea607e7ece/src/src/cctag/ICCTag.hpp:12,
                     from /home/conan/w/prod/BuildSingleReference/.conan/data/cctag/1.0.1/_/_/build/5505914f3c0fe3d97b2c8336e6b075ea607e7ece/src/src/cctag/ICCTag.cpp:8:
    /home/conan/w/prod/BuildSingleReference/.conan/data/boost/1.82.0/_/_/package/dc8aedd23a0f0a773a5fcdcfe1ae3e89c4205978/include/boost/spirit/include/phoenix_core.hpp:12:1: note: '#pragma message: This header is deprecated. Use <boost/phoenix/core.hpp> instead.'
       12 | BOOST_HEADER_DEPRECATED("<boost/phoenix/core.hpp>")
          | ^~~~~~~~~~~~~~~~~~~~~~~
    /home/conan/w/prod/BuildSingleReference/.conan/data/boost/1.82.0/_/_/package/dc8aedd23a0f0a773a5fcdcfe1ae3e89c4205978/include/boost/spirit/include/phoenix_operator.hpp:12:1: note: '#pragma message: This header is deprecated. Use <boost/phoenix/operator.hpp> instead.'
       12 | BOOST_HEADER_DEPRECATED("<boost/phoenix/operator.hpp>")
          | ^~~~~~~~~~~~~~~~~~~~~~~
    /home/conan/w/prod/BuildSingleReference/.conan/data/boost/1.82.0/_/_/package/dc8aedd23a0f0a773a5fcdcfe1ae3e89c4205978/include/boost/spirit/include/phoenix_stl.hpp:12:1: note: '#pragma message: This header is deprecated. Use <boost/phoenix/stl.hpp> instead.'
       12 | BOOST_HEADER_DEPRECATED("<boost/phoenix/stl.hpp>")
          | ^~~~~~~~~~~~~~~~~~~~~~~
    make[1]: *** [src/CMakeFiles/CCTag.dir/all] Error 2
    make: *** [all] Error 2
    WARN: pulseaudio/14.2: requirement openssl/[>=1.1 <4] overridden by ffmpeg/4.4.3 to openssl/3.1.1 
    cctag/1.0.1: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    cctag/1.0.1: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    cctag/1.0.1: ERROR: Package '5505914f3c0fe3d97b2c8336e6b075ea607e7ece' build failed
    cctag/1.0.1: WARN: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/cctag/1.0.1/_/_/build/5505914f3c0fe3d97b2c8336e6b075ea607e7ece/build/Release
    ERROR: cctag/1.0.1: Error in build() method, line 126
    	cmake.build()
    	ConanException: Error 2 while executing cmake --build "/home/conan/w/prod/BuildSingleReference/.conan/data/cctag/1.0.1/_/_/build/5505914f3c0fe3d97b2c8336e6b075ea607e7ece/build/Release" '--' '-j3'
    

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 1 (bdf58aae321df608572a998770ae6b19d6f633b5):

  • cctag/1.0.1@:
    Error running command conan graph info --requires cctag/1.0.1@#2e2f2fe882bc3e904e8e02e45f914eb2 -f json -pr:h /home/conan/w/prod-v2_cci_PR-18706/1/359970b0-6229-4c84-aca1-d80d76328e78/profile_linux_11_libstdcpp11_17_gcc_release_64.-shared-False.txt -pr:b /home/conan/w/prod-v2_cci_PR-18706/1/359970b0-6229-4c84-aca1-d80d76328e78/profile_linux_11_libstdcpp11_17_gcc_release_64..txt:
    ======== Computing dependency graph ========
    boost/1.82.0: Not found in local cache, looking in remotes...
    boost/1.82.0: Checking remote: conan-center
    boost/1.82.0: Downloaded recipe revision 902463606663219fc8c6d2102f1b8c6a
    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
    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
    libbacktrace/cci.20210118: Not found in local cache, looking in remotes...
    libbacktrace/cci.20210118: Checking remote: conan-center
    libbacktrace/cci.20210118: Downloaded recipe revision ec1aa63bbc10145c6a299e68e711670c
    b2/4.9.6: Not found in local cache, looking in remotes...
    b2/4.9.6: Checking remote: conan-center
    b2/4.9.6: Downloaded recipe revision 2e02945ad41739b8051247d14fe8297d
    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
    onetbb/2021.9.0: Not found in local cache, looking in remotes...
    onetbb/2021.9.0: Checking remote: conan-center
    onetbb/2021.9.0: Downloaded recipe revision 938109fcfbb9aa4568cc85a971191883
    opencv/4.5.5: Not found in local cache, looking in remotes...
    opencv/4.5.5: Checking remote: conan-center
    opencv/4.5.5: Downloaded recipe revision 180c8519fc401a24a1b53dc8d215c2a6
    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.9: Not found in local cache, looking in remotes...
    openexr/3.1.9: Checking remote: conan-center
    openexr/3.1.9: Downloaded recipe revision b3463fd75d4bec8a4ffe9e8205b88e70
    imath/3.1.9: Not found in local cache, looking in remotes...
    imath/3.1.9: Checking remote: conan-center
    imath/3.1.9: Downloaded recipe revision ff1999f4d4a6885b68a84d0b039a5847
    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
    ffmpeg/4.4.3: Not found in local cache, looking in remotes...
    ffmpeg/4.4.3: Checking remote: conan-center
    ffmpeg/4.4.3: Downloaded recipe revision cfdf2776bd08a4bfbf13104ceacc1c5f
    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
    openssl/3.1.1: Not found in local cache, looking in remotes...
    openssl/3.1.1: Checking remote: conan-center
    openssl/3.1.1: Downloaded recipe revision 3a25e05b364f335633143656dc265841
    libalsa/1.2.7.2: Not found in local cache, looking in remotes...
    libalsa/1.2.7.2: Checking remote: conan-center
    libalsa/1.2.7.2: Downloaded recipe revision a309f03299c0b19b0d39c81ec4b93f5f
    libtool/2.4.7: Not found in local cache, looking in remotes...
    libtool/2.4.7: Checking remote: conan-center
    libtool/2.4.7: Downloaded recipe revision d55a3c2435c19e830fa77aa5c6c19350
    automake/1.16.5: Not found in local cache, looking in remotes...
    automake/1.16.5: Checking remote: conan-center
    automake/1.16.5: Downloaded recipe revision 058bda3e21c36c9aa8425daf3c1faf50
    autoconf/2.71: Not found in local cache, looking in remotes...
    autoconf/2.71: Checking remote: conan-center
    autoconf/2.71: Downloaded recipe revision ce232afdcd21d1269419c355375731e6
    m4/1.4.19: Not found in local cache, looking in remotes...
    m4/1.4.19: Checking remote: conan-center
    m4/1.4.19: Downloaded recipe revision c1c4b1ee919e34630bb9b50046253d3c
    xorg/system: Not found in local cache, looking in remotes...
    xorg/system: Checking remote: conan-center
    xorg/system: Downloaded recipe revision de8fc1917bb3d11cf7a1d15eccf79c16
    pulseaudio/14.2: Not found in local cache, looking in remotes...
    pulseaudio/14.2: Checking remote: conan-center
    pulseaudio/14.2: Downloaded recipe revision f1ea3b84bb30028d066e9311b9ce7a31
    libsndfile/1.2.0: Not found in local cache, looking in remotes...
    libsndfile/1.2.0: Checking remote: conan-center
    libsndfile/1.2.0: Downloaded recipe revision 08e03ccb60b85165a0d4e8a6f0bd8737
    flac/1.4.2: Not found in local cache, looking in remotes...
    flac/1.4.2: Checking remote: conan-center
    flac/1.4.2: Downloaded recipe revision 5f7bfc8579a458e0a8bc36595c48106f
    mpg123/1.31.2: Not found in local cache, looking in remotes...
    mpg123/1.31.2: Checking remote: conan-center
    mpg123/1.31.2: Downloaded recipe revision 8442576eed0be6e78d836937e75b8912
    pkgconf/1.9.3: Not found in local cache, looking in remotes...
    pkgconf/1.9.3: Checking remote: conan-center
    pkgconf/1.9.3: Downloaded recipe revision 5da3944c3226f5764374e4b8b4e1d055
    meson/1.0.0: Not found in local cache, looking in remotes...
    meson/1.0.0: Checking remote: conan-center
    meson/1.0.0: Downloaded recipe revision 15586c0ac6f682805875ef903dbe7ee2
    ninja/1.11.1: Not found in local cache, looking in remotes...
    ninja/1.11.1: Checking remote: conan-center
    ninja/1.11.1: Downloaded recipe revision 77587f8c8318662ac8e5a7867eb4be21
    libcap/2.66: Not found in local cache, looking in remotes...
    libcap/2.66: Checking remote: conan-center
    libcap/2.66: Downloaded recipe revision 0ac291aa98856fc46038c7e1a2a13a6d
    gettext/0.21: Not found in local cache, looking in remotes...
    gettext/0.21: Checking remote: conan-center
    gettext/0.21: Downloaded recipe revision dce43b2d9d4d3ef6236024a27de9eb75
    vaapi/system: Not found in local cache, looking in remotes...
    vaapi/system: Checking remote: conan-center
    vaapi/system: Downloaded recipe revision 9fa40059fb979af4f9b301b84fb2dfa1
    vdpau/system: Not found in local cache, looking in remotes...
    vdpau/system: Checking remote: conan-center
    vdpau/system: Downloaded recipe revision bdd7d010c4e3d8762a8f6f08a3cf6760
    vulkan-loader/1.3.239.0: Not found in local cache, looking in remotes...
    vulkan-loader/1.3.239.0: Checking remote: conan-center
    vulkan-loader/1.3.239.0: Downloaded recipe revision 9599fdff19ef2e78223bdd9b63e730ac
    vulkan-headers/1.3.239.0: Not found in local cache, looking in remotes...
    vulkan-headers/1.3.239.0: Checking remote: conan-center
    vulkan-headers/1.3.239.0: Downloaded recipe revision 3f678623fcd7aa3a39015b5770f4f31d
    quirc/1.1: Not found in local cache, looking in remotes...
    quirc/1.1: Checking remote: conan-center
    quirc/1.1: Downloaded recipe revision f287be480addf0f05801b1d00cffbd05
    gtk/system: Not found in local cache, looking in remotes...
    gtk/system: Checking remote: conan-center
    gtk/system: Downloaded recipe revision 3671596ecc796ec65f881b2cad66ce26
    protobuf/3.17.1: Not found in local cache, looking in remotes...
    protobuf/3.17.1: Checking remote: conan-center
    protobuf/3.17.1: Downloaded recipe revision ffb2039b66b5a372f7a2a8a0b1ddfd13
    ade/0.1.2a: Not found in local cache, looking in remotes...
    ade/0.1.2a: Checking remote: conan-center
    ade/0.1.2a: Downloaded recipe revision b569ff943843abd004e65536e265a445
    Graph root
        cli
    Requirements
        ade/0.1.2a#b569ff943843abd004e65536e265a445 - Downloaded (conan-center)
        autoconf/2.71#ce232afdcd21d1269419c355375731e6 - Downloaded (conan-center)
        automake/1.16.5#058bda3e21c36c9aa8425daf3c1faf50 - Downloaded (conan-center)
        boost/1.82.0#902463606663219fc8c6d2102f1b8c6a - Downloaded (conan-center)
        brotli/1.0.9#ffbecf553112bc3e25a08c91c28b8b68 - Downloaded (conan-center)
        bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d - Downloaded (conan-center)
        cctag/1.0.1#2e2f2fe882bc3e904e8e02e45f914eb2 - Cache
        eigen/3.4.0#2e192482a8acff96fe34766adca2b24c - Downloaded (conan-center)
        ffmpeg/4.4.3#cfdf2776bd08a4bfbf13104ceacc1c5f - Downloaded (conan-center)
        flac/1.4.2#5f7bfc8579a458e0a8bc36595c48106f - Downloaded (conan-center)
        freetype/2.13.0#713c0b5ff4615ef0611944400cee0e4c - Downloaded (conan-center)
        gtk/system#3671596ecc796ec65f881b2cad66ce26 - Downloaded (conan-center)
        imath/3.1.9#ff1999f4d4a6885b68a84d0b039a5847 - Downloaded (conan-center)
        jasper/4.0.0#ef03e80bcd4d78d16548d809c25950f9 - Downloaded (conan-center)
        jbig/20160605#2d29fa02aacd76902e0d2cbbc24631ef - Downloaded (conan-center)
        libalsa/1.2.7.2#a309f03299c0b19b0d39c81ec4b93f5f - Downloaded (conan-center)
        libbacktrace/cci.20210118#ec1aa63bbc10145c6a299e68e711670c - Downloaded (conan-center)
        libcap/2.66#0ac291aa98856fc46038c7e1a2a13a6d - 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)
        libsndfile/1.2.0#08e03ccb60b85165a0d4e8a6f0bd8737 - Downloaded (conan-center)
        libtiff/4.5.1#3ca817ea93742e7632db713f89450ea7 - Downloaded (conan-center)
        libtool/2.4.7#d55a3c2435c19e830fa77aa5c6c19350 - 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)
        m4/1.4.19#c1c4b1ee919e34630bb9b50046253d3c - Downloaded (conan-center)
        mpg123/1.31.2#8442576eed0be6e78d836937e75b8912 - Downloaded (conan-center)
        ogg/1.3.5#062626875f5c8c59f069f76f148098ef - Downloaded (conan-center)
        onetbb/2021.9.0#938109fcfbb9aa4568cc85a971191883 - Downloaded (conan-center)
        opencv/4.5.5#180c8519fc401a24a1b53dc8d215c2a6 - Downloaded (conan-center)
        openexr/3.1.9#b3463fd75d4bec8a4ffe9e8205b88e70 - Downloaded (conan-center)
        openh264/2.3.1#8b94a94f5472b67355953c7748ad4381 - Downloaded (conan-center)
        openjpeg/2.5.0#e3684ea8ab1cfc6707a461b0b2d0bb9c - Downloaded (conan-center)
        openssl/3.1.1#3a25e05b364f335633143656dc265841 - Downloaded (conan-center)
        opus/1.3.1#9215b71ae0360515fffc660a7b153ddd - Downloaded (conan-center)
        protobuf/3.17.1#ffb2039b66b5a372f7a2a8a0b1ddfd13 - Downloaded (conan-center)
        pulseaudio/14.2#f1ea3b84bb30028d066e9311b9ce7a31 - Downloaded (conan-center)
        quirc/1.1#f287be480addf0f05801b1d00cffbd05 - Downloaded (conan-center)
        vaapi/system#9fa40059fb979af4f9b301b84fb2dfa1 - Downloaded (conan-center)
        vdpau/system#bdd7d010c4e3d8762a8f6f08a3cf6760 - Downloaded (conan-center)
        vorbis/1.3.7#d936fd8c850f0c7c4021e24e55e6352c - Downloaded (conan-center)
        vulkan-headers/1.3.239.0#3f678623fcd7aa3a39015b5770f4f31d - Downloaded (conan-center)
        vulkan-loader/1.3.239.0#9599fdff19ef2e78223bdd9b63e730ac - Downloaded (conan-center)
        xorg/system#de8fc1917bb3d11cf7a1d15eccf79c16 - 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
        autoconf/2.71#ce232afdcd21d1269419c355375731e6 - Downloaded (conan-center)
        automake/1.16.5#058bda3e21c36c9aa8425daf3c1faf50 - Downloaded (conan-center)
        b2/4.9.6#2e02945ad41739b8051247d14fe8297d - Downloaded (conan-center)
        cmake/3.26.4#0b40747e190e755932767f2ec4768ff5 - Downloaded (conan-center)
        gettext/0.21#dce43b2d9d4d3ef6236024a27de9eb75 - Downloaded (conan-center)
        gnu-config/cci.20210814#15c3bf7dfdb743977b84d0321534ad90 - Downloaded (conan-center)
        libiconv/1.17#fa54397801cd96911a8294bc5fc76335 - Downloaded (conan-center)
        libtool/2.4.7#d55a3c2435c19e830fa77aa5c6c19350 - Downloaded (conan-center)
        m4/1.4.19#c1c4b1ee919e34630bb9b50046253d3c - Downloaded (conan-center)
        meson/1.0.0#15586c0ac6f682805875ef903dbe7ee2 - Downloaded (conan-center)
        nasm/2.15.05#799d63b1672a337584b09635b0f22fc1 - Downloaded (conan-center)
        ninja/1.11.1#77587f8c8318662ac8e5a7867eb4be21 - Downloaded (conan-center)
        pkgconf/1.9.3#5da3944c3226f5764374e4b8b4e1d055 - Downloaded (conan-center)
        yasm/1.3.0#fb800a15413dca19bfaef9e4b5d50694 - Downloaded (conan-center)
    Resolved version ranges
        cmake/[>=3.18 <4]: cmake/3.26.4
        openssl/[>=1.1 <4]: openssl/3.1.1
    
    ======== Computing necessary packages ========
    libfdk_aac/2.0.2: Checking 11 compatible configurations:
    libfdk_aac/2.0.2: 'dfc5badb0f329a5d97b9043c8ece9ae4b2fb4373': compiler.cppstd=98
    libfdk_aac/2.0.2: '2e8a5d9179d61fb41adfcb6f39deb667c67ad5ff': compiler.cppstd=gnu98
    libfdk_aac/2.0.2: '51ede47d8b958f4d476f9e327b0cf6c475a9d34b': compiler.cppstd=11
    libfdk_aac/2.0.2: '9c2f25d016393b8d4be76305d23f60f457cc5612': compiler.cppstd=gnu11
    libfdk_aac/2.0.2: 'c01616259c2d166eadec282346c9fb6dce0e3530': compiler.cppstd=14
    libfdk_aac/2.0.2: '99c9bcacb68e3379fad0ffaab3c0268baafd0cd2': compiler.cppstd=gnu14
    libfdk_aac/2.0.2: '8631cf963dbbb4d7a378a64a6fd1dc57558bc2fe': compiler.cppstd=gnu17
    libfdk_aac/2.0.2: Main binary package '13be611585c95453f1cbbd053cea04b3e64470ca' missing. Using compatible package '8631cf963dbbb4d7a378a64a6fd1dc57558bc2fe'
    onetbb/2021.9.0: Checking 11 compatible configurations:
    onetbb/2021.9.0: '30ce0255d3b30a8f57ab1f24065aff1daf705df3': compiler.cppstd=98
    onetbb/2021.9.0: '425c0b648837224ab75bcb43340c26ec3bfeff29': compiler.cppstd=gnu98
    onetbb/2021.9.0: '0fa931be2b034d16119e6bed8068ad46b34b89ba': compiler.cppstd=11
    onetbb/2021.9.0: 'e840c1d8a0ac1a243bd5a331231af0ac4be7c8e1': compiler.cppstd=gnu11
    onetbb/2021.9.0: '131663f9f582947f3ead40ba974008642a0c51cc': compiler.cppstd=14
    onetbb/2021.9.0: 'd63d1a1ce0085729e987c98569b5a76c769dd993': compiler.cppstd=gnu14
    onetbb/2021.9.0: 'bd7436a9387f101831a9c5c5dd9db4456b159ee2': compiler.cppstd=gnu17
    onetbb/2021.9.0: '71af5eab75794ef46b8a6bdd784b77fbb0e5523e': compiler.cppstd=20
    onetbb/2021.9.0: 'b863bc5209a887ecc52899311956ed32374998c8': compiler.cppstd=gnu20
    onetbb/2021.9.0: '60f6b49ae7bfec0ff75ad5152c291cfd40cbd72b': compiler.cppstd=23
    onetbb/2021.9.0: 'b9059b4497b71bec5efb0e80c38a399d22fa2041': compiler.cppstd=gnu23
    flac/1.4.2: Checking 11 compatible configurations:
    flac/1.4.2: '9837fd2d4cca025748b949398d4b1c1d1c7a00cb': compiler.cppstd=98
    flac/1.4.2: '64b92a1f13552690776b9574bf2dc5ff3b578510': compiler.cppstd=gnu98
    flac/1.4.2: '26263fa5cbbff2f83f2319a57655af042ef91ed2': compiler.cppstd=11
    flac/1.4.2: '20b5b5cb98291c0dc59c755f3c2c2b1983b451e1': compiler.cppstd=gnu11
    flac/1.4.2: 'e7fe8ca9bdff23eb64520e0977af60b7f5e94d90': compiler.cppstd=14
    flac/1.4.2: '376872fde599cef4542bd46dd8a19ecad6cd907b': compiler.cppstd=gnu14
    flac/1.4.2: '01fe6dbfc4b61d1b87e784b3d1d1803b74a38466': compiler.cppstd=gnu17
    flac/1.4.2: Main binary package 'b8bb359ea6eee8ec25fcdfe71b4186677bd5c9a7' missing. Using compatible package '01fe6dbfc4b61d1b87e784b3d1d1803b74a38466'
    libvpx/1.11.0: Checking 11 compatible configurations:
    libvpx/1.11.0: '36813fb5217c6265e76db201622f680da275cc42': compiler.cppstd=98
    libvpx/1.11.0: '5ab55036b33d3fb0dd9a103c940b05a52982d1e1': compiler.cppstd=gnu98
    libvpx/1.11.0: 'c4cca23ae7b8a09dd08a5a08a36c61289766ff6d': compiler.cppstd=11
    libvpx/1.11.0: 'b0842a6bca943d29d95aba5b98254f898d07d684': compiler.cppstd=gnu11
    libvpx/1.11.0: '98573c2a3fd52ef13a9e76e5f5e815489b9c6ded': compiler.cppstd=14
    libvpx/1.11.0: 'ac6b1cf6d3c44b42192ee02894858a3fffb2fae8': compiler.cppstd=gnu14
    libvpx/1.11.0: 'e10fb4590c7304b8906c173a647c2c5dd2e61b44': compiler.cppstd=gnu17
    libvpx/1.11.0: Main binary package '275028ea9406801538964e27356352bdcca64d50' missing. Using compatible package 'e10fb4590c7304b8906c173a647c2c5dd2e61b44'
    libx265/3.4: Checking 11 compatible configurations:
    libx265/3.4: '7186d17ab26d38082f00faaf7ff29e95cd4584d7': compiler.cppstd=98
    libx265/3.4: 'e3ee6791a5923176421fac08a5446295034c4076': compiler.cppstd=gnu98
    libx265/3.4: '8b5c2ac49c74f345d6189a75aa92c2bd86ccf12a': compiler.cppstd=11
    libx265/3.4: '89dd9ae09f77a20cbe6b81fbb9a4b3973c052c6e': compiler.cppstd=gnu11
    libx265/3.4: 'ded2f421cedfdef791a5b364dd5b6d47572c1fb4': compiler.cppstd=14
    libx265/3.4: '8e6fa82ef7e0223d0ec2d207251aebef3d87ef1c': compiler.cppstd=gnu14
    libx265/3.4: '3274b8e4cc0184b54606fc1d6486c83926c266f4': compiler.cppstd=gnu17
    libx265/3.4: Main binary package 'd2481bc22012f35c7f6429eb902b3eb12b4924de' missing. Using compatible package '3274b8e4cc0184b54606fc1d6486c83926c266f4'
    protobuf/3.17.1: Checking 11 compatible configurations:
    protobuf/3.17.1: 'c66f42c1868bda5ae02fb2f9af8f2741123b1455': compiler.cppstd=98
    protobuf/3.17.1: '84720d97f0737b4e8d8e2a9eb86f8e94cec7514f': compiler.cppstd=gnu98
    protobuf/3.17.1: '03ae1d1eef1e58ddb77efcb28ae319502930be4b': compiler.cppstd=11
    protobuf/3.17.1: '0d98878c1b85e50b6d218c636ac057e7bfb2763b': compiler.cppstd=gnu11
    protobuf/3.17.1: 'ac07a349203a320c6c914034f9298d17ac240bf9': compiler.cppstd=14
    protobuf/3.17.1: '8df3afc48e41f2f00e10820b0736936225d9aeef': compiler.cppstd=gnu14
    protobuf/3.17.1: '910a7810a932b82a3cead4ca418689ccf4b78668': compiler.cppstd=gnu17
    protobuf/3.17.1: Main binary package '0a68446b9947784d37544a468d7db3ff36a7d85d' missing. Using compatible package '910a7810a932b82a3cead4ca418689ccf4b78668'
    libsndfile/1.2.0: Checking 11 compatible configurations:
    libsndfile/1.2.0: 'bb5b3805674d9760bc6769335cec5fcdce975589': compiler.cppstd=98
    libsndfile/1.2.0: '5928cf01486b4c5e74cd68d172f6c4debdc69158': compiler.cppstd=gnu98
    libsndfile/1.2.0: 'a240576a2b3599f1d64be13e51e9cc439b13d4b4': compiler.cppstd=11
    libsndfile/1.2.0: '0acfa59007203234749e161c0ef7bdf22fd87453': compiler.cppstd=gnu11
    libsndfile/1.2.0: 'feb70cfacd33caa99f94e51da52e2295489462d1': compiler.cppstd=14
    libsndfile/1.2.0: '30e5fd3a45f8b5413371a39b37a29d7e971bcfa2': compiler.cppstd=gnu14
    libsndfile/1.2.0: '8cf4432bda5580269963ca0469d164919fe9818c': compiler.cppstd=gnu17
    libsndfile/1.2.0: Main binary package '7f982f0d678bf89b7f5029a5c9e09036fd372761' missing. Using compatible package '8cf4432bda5580269963ca0469d164919fe9818c'
    opencv/4.5.5: Checking 11 compatible configurations:
    opencv/4.5.5: '95096d1cc982ac32a6d09f510275671e99dbc037': compiler.cppstd=98
    opencv/4.5.5: 'a70ebad05b37c34b930e2126ff0705a0292a9c2c': compiler.cppstd=gnu98
    opencv/4.5.5: 'feabc153db2b9c6b66a69e714c4962aa3253ed1d': compiler.cppstd=11
    opencv/4.5.5: 'bc6d97300dd52e135edb25591b1f25343bbcf33d': compiler.cppstd=gnu11
    opencv/4.5.5: '9389a271e3208cfc6d33f9c868e4da8802d4133a': compiler.cppstd=14
    opencv/4.5.5: '260f4432b5b7282b5b775247c8f097049265ded3': compiler.cppstd=gnu14
    opencv/4.5.5: 'f005c458982c13910bf3e018074eb8517fc48659': compiler.cppstd=gnu17
    opencv/4.5.5: '96251a91fb85f6112b784ce7030f051b18593d7b': compiler.cppstd=20
    opencv/4.5.5: 'c6e0ed8cc434a3ac7e4af241a5a2f6e965f2f4c8': compiler.cppstd=gnu20
    opencv/4.5.5: 'd0ab53d7f5bbd2946d414fae5a2b195f1e930d2c': compiler.cppstd=23
    opencv/4.5.5: 'fc4f26bfa13d7c8a4b053b7b877259834d1a79c1': compiler.cppstd=gnu23
    ERROR: cctag/1.0.1: Error in validate() method, line 77
    	if self.settings.compiler == "Visual Studio" and not self.options.shared and \
    	ConanException: Invalid setting 'Visual Studio' is not a valid 'settings.compiler' value.
    Possible values are ['sun-cc', 'gcc', 'msvc', 'clang', 'apple-clang', 'intel-cc', 'qcc', 'mcst-lcc']
    Read "http://docs.conan.io/2/knowledge/faq.html#error-invalid-setting"
    

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.

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.

3 participants