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: bump deps #21757

Closed

Conversation

ericLemanissier
Copy link
Contributor

Specify library name and version: lib/1.0


ericLemanissier and others added 9 commits November 17, 2023 17:27
Generated and committed by [Conan Center Bump Deps](https://github.com/ericLemanissier/conan-center-index-bump-deps)
Find more updatable recipes in the [GitHub Pages](https://ericLemanissier.github.io/conan-center-index-bump-deps/)
Generated and committed by [Conan Center Bump Deps](https://github.com/ericLemanissier/conan-center-index-bump-deps)
Find more updatable recipes in the [GitHub Pages](https://ericLemanissier.github.io/conan-center-index-bump-deps/)
Generated and committed by [Conan Center Bump Deps](https://github.com/ericLemanissier/conan-center-index-bump-deps)
Find more updatable recipes in the [GitHub Pages](https://ericLemanissier.github.io/conan-center-index-bump-deps/)
Generated and committed by [Conan Center Bump Deps](https://github.com/ericLemanissier/conan-center-index-bump-deps)
Find more updatable recipes in the [GitHub Pages](https://ericLemanissier.github.io/conan-center-index-bump-deps/)
Generated and committed by [Conan Center Bump Deps](https://github.com/ericLemanissier/conan-center-index-bump-deps)
Find more updatable recipes in the [GitHub Pages](https://ericLemanissier.github.io/conan-center-index-bump-deps/)
Generated and committed by [Conan Center Bump Deps](https://github.com/ericLemanissier/conan-center-index-bump-deps)
Find more updatable recipes in the [GitHub Pages](https://ericLemanissier.github.io/conan-center-index-bump-deps/)
Generated and committed by [Conan Center Bump Deps](https://github.com/ericLemanissier/conan-center-index-bump-deps)
Find more updatable recipes in the [GitHub Pages](https://ericLemanissier.github.io/conan-center-index-bump-deps/)
Generated and committed by [Conan Center Bump Deps](https://github.com/ericLemanissier/conan-center-index-bump-deps)
Find more updatable recipes in the [GitHub Pages](https://ericLemanissier.github.io/conan-center-index-bump-deps/)
@ghost
Copy link

ghost commented Dec 14, 2023

I detected other pull requests that are modifying opencv/4.x recipe:

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

@ericLemanissier
Copy link
Contributor Author

The build is now finished. You can take a look at the results here

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ❌

Failure in build 1 (d1829f7aff75110a7c60fda794e8981ab7567002):

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

  • opencv/4.5.3:
    CI failed to create some packages (All logs)

    Logs for packageID f1db5e718f78205e76a9b4959836d4b88bce8467:
    [settings]
    arch=x86_64
    build_type=Debug
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=10
    os=Linux
    [options]
    opencv:shared=False
    
    [...]
    /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/opencv/4.5.3/_/_/build/f1db5e718f78205e76a9b4959836d4b88bce8467/src/modules/dnn/src/tensorflow/tf_importer.cpp:2637:25: warning: ‘int google::protobuf::MessageLite::ByteSize() const’ is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations]
     2637 |     if (netTxt.ByteSize())
          |                         ^
    In file included from /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/protobuf/3.21.12/_/_/package/bc65fb330f939dccf84a3e85f6202302c3ce5e1f/include/google/protobuf/any.h:38,
                     from /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/protobuf/3.21.12/_/_/package/bc65fb330f939dccf84a3e85f6202302c3ce5e1f/include/google/protobuf/generated_message_util.h:52,
                     from /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/opencv/4.5.3/_/_/build/f1db5e718f78205e76a9b4959836d4b88bce8467/build/Debug/modules/dnn/graph.pb.h:26,
                     from /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/opencv/4.5.3/_/_/build/f1db5e718f78205e76a9b4959836d4b88bce8467/src/modules/dnn/src/tensorflow/tf_io.hpp:20,
                     from /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/opencv/4.5.3/_/_/build/f1db5e718f78205e76a9b4959836d4b88bce8467/src/modules/dnn/src/tensorflow/tf_importer.cpp:21:
    /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/protobuf/3.21.12/_/_/package/bc65fb330f939dccf84a3e85f6202302c3ce5e1f/include/google/protobuf/message_lite.h:381:7: note: declared here
      381 |   int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); }
          |       ^~~~~~~~
    /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/opencv/4.5.3/_/_/build/f1db5e718f78205e76a9b4959836d4b88bce8467/src/modules/dnn/src/tensorflow/tf_importer.cpp:2666:49: warning: ‘int google::protobuf::MessageLite::ByteSize() const’ is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations]
     2666 |     tensorflow::GraphDef& net = netTxt.ByteSize() != 0 ? netTxt : netBin;
          |                                                 ^
    In file included from /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/protobuf/3.21.12/_/_/package/bc65fb330f939dccf84a3e85f6202302c3ce5e1f/include/google/protobuf/any.h:38,
                     from /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/protobuf/3.21.12/_/_/package/bc65fb330f939dccf84a3e85f6202302c3ce5e1f/include/google/protobuf/generated_message_util.h:52,
                     from /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/opencv/4.5.3/_/_/build/f1db5e718f78205e76a9b4959836d4b88bce8467/build/Debug/modules/dnn/graph.pb.h:26,
                     from /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/opencv/4.5.3/_/_/build/f1db5e718f78205e76a9b4959836d4b88bce8467/src/modules/dnn/src/tensorflow/tf_io.hpp:20,
                     from /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/opencv/4.5.3/_/_/build/f1db5e718f78205e76a9b4959836d4b88bce8467/src/modules/dnn/src/tensorflow/tf_importer.cpp:21:
    /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/protobuf/3.21.12/_/_/package/bc65fb330f939dccf84a3e85f6202302c3ce5e1f/include/google/protobuf/message_lite.h:381:7: note: declared here
      381 |   int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); }
          |       ^~~~~~~~
    /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/opencv/4.5.3/_/_/build/f1db5e718f78205e76a9b4959836d4b88bce8467/src/modules/dnn/src/tensorflow/tf_importer.cpp: In member function ‘void cv::dnn::dnn4_v20210608::{anonymous}::TFImporter::parseNode(const opencv_tensorflow::NodeDef&)’:
    /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/opencv/4.5.3/_/_/build/f1db5e718f78205e76a9b4959836d4b88bce8467/src/modules/dnn/src/tensorflow/tf_importer.cpp:2765:49: warning: ‘int google::protobuf::MessageLite::ByteSize() const’ is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations]
     2765 |     tensorflow::GraphDef& net = netTxt.ByteSize() != 0 ? netTxt : netBin;
          |                                                 ^
    In file included from /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/protobuf/3.21.12/_/_/package/bc65fb330f939dccf84a3e85f6202302c3ce5e1f/include/google/protobuf/any.h:38,
                     from /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/protobuf/3.21.12/_/_/package/bc65fb330f939dccf84a3e85f6202302c3ce5e1f/include/google/protobuf/generated_message_util.h:52,
                     from /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/opencv/4.5.3/_/_/build/f1db5e718f78205e76a9b4959836d4b88bce8467/build/Debug/modules/dnn/graph.pb.h:26,
                     from /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/opencv/4.5.3/_/_/build/f1db5e718f78205e76a9b4959836d4b88bce8467/src/modules/dnn/src/tensorflow/tf_io.hpp:20,
                     from /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/opencv/4.5.3/_/_/build/f1db5e718f78205e76a9b4959836d4b88bce8467/src/modules/dnn/src/tensorflow/tf_importer.cpp:21:
    /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/protobuf/3.21.12/_/_/package/bc65fb330f939dccf84a3e85f6202302c3ce5e1f/include/google/protobuf/message_lite.h:381:7: note: declared here
      381 |   int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); }
          |       ^~~~~~~~
    make: *** [Makefile:182: all] Error 2
    WARN: protobuf/3.21.12: requirement zlib/[>=1.2.11 <2] overridden by opencv/4.5.3 to zlib/1.3 
    WARN: libpng/1.6.40: requirement zlib/[>=1.2.11 <2] overridden by opencv/4.5.3 to zlib/1.3 
    WARN: openexr/3.2.1: requirement zlib/[>=1.2.11 <2] overridden by opencv/4.5.3 to zlib/1.3 
    WARN: libtiff/4.6.0: requirement zlib/[>=1.2.11 <2] overridden by opencv/4.5.3 to zlib/1.3 
    WARN: ffmpeg/6.1: requirement zlib/[>=1.2.11 <2] overridden by opencv/4.5.3 to zlib/1.3 
    WARN: freetype/2.13.0: requirement zlib/[>=1.2.10 <2] overridden by ffmpeg/6.1 to zlib/1.3 
    WARN: openssl/3.2.0: requirement zlib/[>=1.2.11 <2] overridden by ffmpeg/6.1 to zlib/1.3 
    WARN: pulseaudio/14.2: requirement openssl/[>=1.1 <4] overridden by ffmpeg/6.1 to openssl/3.2.0 
    opencv/4.5.3: 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
    opencv/4.5.3: 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
    opencv/4.5.3: ERROR: Package 'f1db5e718f78205e76a9b4959836d4b88bce8467' build failed
    opencv/4.5.3: WARN: Build folder /home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/opencv/4.5.3/_/_/build/f1db5e718f78205e76a9b4959836d4b88bce8467/build/Debug
    ERROR: opencv/4.5.3: Error in build() method, line 1558
    	cmake.build()
    	ConanException: Error 2 while executing cmake --build "/home/conan/w/prod-v1/bsr/70938/ddcdf/.conan/data/opencv/4.5.3/_/_/build/f1db5e718f78205e76a9b4959836d4b88bce8467/build/Debug" '--' '-j3'
    
  • opencv/4.8.1:
    Didn't run or was cancelled before finishing

  • opencv/4.5.5:
    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.

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.

2 participants