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

Add platform.ranges/0.1.4 #11977

Closed

Conversation

FreePhoenix888
Copy link
Contributor

Specify library name and version: platform.ranges/0.1.4


  • I've read the guidelines for contributing.
  • I've followed the PEP8 style guides for Python code in the recipes.
  • I've used the latest Conan client version.
  • I've tried at least one configuration locally with the conan-center hook activated.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

Failure in build 3 (830b93b671ee0e762a4891869994344297309898):

  • platform.ranges/0.1.4@:
    CI failed to create some packages (All logs)

    Logs for packageID 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=10
    os=Linux
    
    [...]
    
    
    /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/platform.ranges/all/test_package/test_package.cpp: In function ‘int main()’:
    /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/platform.ranges/all/test_package/test_package.cpp:8:20: warning: ignoring return value of ‘constexpr bool Platform::Ranges::Range<T>::Contains(T) const [with T = int]’, declared with attribute ‘nodiscard’ [-Wunused-result]
        8 |     range1.Contains(1);
          |     ~~~~~~~~~~~~~~~^~~
    In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/platform.ranges/0.1.4/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Platform.Ranges.h:10,
                     from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/platform.ranges/all/test_package/test_package.cpp:1:
    /home/conan/w/prod/BuildSingleReference/.conan/data/platform.ranges/0.1.4/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Range[T].h:62:46: note: declared here
       62 |         public: [[nodiscard]] constexpr bool Contains(T value) const noexcept { return Minimum <= value && Maximum >= value; }
          |                                              ^~~~~~~~
    /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/platform.ranges/all/test_package/test_package.cpp:9:20: warning: ignoring return value of ‘constexpr bool Platform::Ranges::Range<T>::Contains(const Platform::Ranges::Range<T>&) const [with T = int]’, declared with attribute ‘nodiscard’ [-Wunused-result]
        9 |     range1.Contains({2, 3});
          |     ~~~~~~~~~~~~~~~^~~~~~~~
    In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/platform.ranges/0.1.4/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Platform.Ranges.h:10,
                     from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/platform.ranges/all/test_package/test_package.cpp:1:
    /home/conan/w/prod/BuildSingleReference/.conan/data/platform.ranges/0.1.4/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Range[T].h:64:46: note: declared here
       64 |         public: [[nodiscard]] constexpr bool Contains(const Range& range) const noexcept { return Contains(range.Minimum) && Contains(range.Maximum); }
          |                                              ^~~~~~~~
    /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/platform.ranges/all/test_package/test_package.cpp:10:20: warning: ignoring return value of ‘constexpr bool Platform::Ranges::Range<T>::Contains(const Platform::Ranges::Range<T>&) const [with T = int]’, declared with attribute ‘nodiscard’ [-Wunused-result]
       10 |     range1.Contains({3, 4});
          |     ~~~~~~~~~~~~~~~^~~~~~~~
    In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/platform.ranges/0.1.4/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Platform.Ranges.h:10,
                     from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/platform.ranges/all/test_package/test_package.cpp:1:
    /home/conan/w/prod/BuildSingleReference/.conan/data/platform.ranges/0.1.4/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Range[T].h:64:46: note: declared here
       64 |         public: [[nodiscard]] constexpr bool Contains(const Range& range) const noexcept { return Contains(range.Minimum) && Contains(range.Maximum); }
          |                                              ^~~~~~~~
    In file included from /usr/lib/gcc/x86_64-linux-gnu/10/include/immintrin.h:37,
                     from /home/conan/w/prod/BuildSingleReference/.conan/data/platform.hashing/0.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Platform.Hashing.Crc32.h:12,
                     from /home/conan/w/prod/BuildSingleReference/.conan/data/platform.hashing/0.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Platform.Hashing.h:3,
                     from /home/conan/w/prod/BuildSingleReference/.conan/data/platform.ranges/0.1.4/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Platform.Ranges.h:8,
                     from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/platform.ranges/all/test_package/test_package.cpp:1:
    /usr/lib/gcc/x86_64-linux-gnu/10/include/smmintrin.h: In function ‘void Platform::Hashing::Internal::IntelCrc32::compute_lut(uint32_t*, uint32_t)’:
    /usr/lib/gcc/x86_64-linux-gnu/10/include/smmintrin.h:846:1: error: inlining failed in call to ‘always_inline’ ‘long long unsigned int _mm_crc32_u64(long long unsigned int, long long unsigned int)’: target specific option mismatch
      846 | _mm_crc32_u64 (unsigned long long __C, unsigned long long __V)
          | ^~~~~~~~~~~~~
    In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/platform.hashing/0.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Platform.Hashing.h:3,
                     from /home/conan/w/prod/BuildSingleReference/.conan/data/platform.ranges/0.1.4/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Platform.Ranges.h:8,
                     from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/platform.ranges/all/test_package/test_package.cpp:1:
    /home/conan/w/prod/BuildSingleReference/.conan/data/platform.hashing/0.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/Platform.Hashing.Crc32.h:94:34: note: called from here
       94 |                 R = _mm_crc32_u64(R, 0);
          |                     ~~~~~~~~~~~~~^~~~~~
    make[2]: *** [CMakeFiles/test_package.dir/build.make:82: CMakeFiles/test_package.dir/test_package.cpp.o] Error 1
    make[1]: *** [CMakeFiles/Makefile2:95: CMakeFiles/test_package.dir/all] Error 2
    make: *** [Makefile:103: all] Error 2
    platform.hashing/0.3.0: WARN: platform.hashing needs to have `-march=ARCH` added to CPPFLAGS/CXXFLAGS. A suggestion is available in deps_user_info[platform.hashing].suggested_flags.
    platform.ranges/0.1.4: WARN: platform.hashing needs to have `-march=ARCH` added to CPPFLAGS/CXXFLAGS. A suggestion is available in deps_user_info[platform.ranges].suggested_flags.
    ERROR: platform.ranges/0.1.4 (test package): Error in build() method, line 12
    	cmake.build()
    	ConanException: Error 2 while executing cmake --build '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/platform.ranges/all/test_package/build/3e3f0297fdb84ab51df22b16d86e50c135b6e745' '--' '-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.

@stale
Copy link

stale bot commented Sep 4, 2022

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.

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

Successfully merging this pull request may close these issues.

2 participants