conan-center-index icon indicating copy to clipboard operation
conan-center-index copied to clipboard

xsimd: add version 13.0.0

Open toge opened this issue 1 year ago • 7 comments

Specify library name and version: xsimd/13.0.0

https://github.com/xtensor-stack/xsimd/compare/12.1.0...13.0.0


toge avatar May 03 '24 13:05 toge

Conan v1 pipeline :heavy_check_mark:

All green in build 1 (80b600f3aa8969f8f09cd10e1904a3972971f531):

  • xsimd/13.0.0: All packages built successfully! (All logs)

Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 1 (80b600f3aa8969f8f09cd10e1904a3972971f531):

  • xsimd/13.0.0: CI failed to create some packages (All logs)

    Logs for packageID da39a3ee5e6b4b0d3255bfef95601890afd80709:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=apple-clang
    compiler.cppstd=17
    compiler.libcxx=libc++
    compiler.version=13
    os=Macos
    
    [...]
    -- Detecting CXX compile features - done
    -- Conan: Target declared 'xsimd'
    -- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE
    -- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE - Failed
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /Users/jenkins/workspace/prod-v2/bsr/cci-f5e023fd/recipes/xsimd/all/test_package/build/apple-clang-13-x86_64-17-release
    
    xsimd/13.0.0 (test package): Running CMake.build()
    xsimd/13.0.0 (test package): RUN: cmake --build "/Users/jenkins/workspace/prod-v2/bsr/cci-f5e023fd/recipes/xsimd/all/test_package/build/apple-clang-13-x86_64-17-release" -- -j8
    [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o
    In file included from /Users/jenkins/workspace/prod-v2/bsr/cci-f5e023fd/recipes/xsimd/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/33280/caeca/p/xsimd1ca23010ddae9/p/include/xsimd/xsimd.hpp:62:
    /Users/jenkins/workspace/prod-v2/bsr/33280/caeca/p/xsimd1ca23010ddae9/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:519:9: error: static_assert failed due to requirement 'sizeof...(Ts) + 2 == size' "The constructor requires as many arguments as batch elements."
            static_assert(sizeof...(Ts) + 2 == size, "The constructor requires as many arguments as batch elements.");
            ^             ~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/jenkins/workspace/prod-v2/bsr/cci-f5e023fd/recipes/xsimd/all/test_package/test_package.cpp:20:26: note: in instantiation of function template specialization 'xsimd::batch<double>::batch<double, double>' requested here
      xs::batch<number_type> a{1.5, 2.5, 3.5, 4.5};
                             ^
    In file included from /Users/jenkins/workspace/prod-v2/bsr/cci-f5e023fd/recipes/xsimd/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/33280/caeca/p/xsimd1ca23010ddae9/p/include/xsimd/xsimd.hpp:62:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/33280/caeca/p/xsimd1ca23010ddae9/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:492:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/33280/caeca/p/xsimd1ca23010ddae9/p/include/xsimd/config/../types/../arch/xsimd_isa.hpp:24:
    /Users/jenkins/workspace/prod-v2/bsr/33280/caeca/p/xsimd1ca23010ddae9/p/include/xsimd/arch/./xsimd_sse2.hpp:1459:13: error: static_assert failed due to requirement 'sizeof...(Values) == batch<double, xsimd::sse4_1>::size' "consistent init"
                static_assert(sizeof...(Values) == batch<double, A>::size, "consistent init");
                ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/jenkins/workspace/prod-v2/bsr/33280/caeca/p/xsimd1ca23010ddae9/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:516:25: note: in instantiation of function template specialization 'xsimd::kernel::set<xsimd::sse4_1, double, double, double, double>' requested here
            : batch(kernel::set<A>(batch {}, A {}, val0, val1, static_cast<T>(vals)...))
                            ^
    /Users/jenkins/workspace/prod-v2/bsr/cci-f5e023fd/recipes/xsimd/all/test_package/test_package.cpp:20:26: note: in instantiation of function template specialization 'xsimd::batch<double>::batch<double, double>' requested here
      xs::batch<number_type> a{1.5, 2.5, 3.5, 4.5};
                             ^
    In file included from /Users/jenkins/workspace/prod-v2/bsr/cci-f5e023fd/recipes/xsimd/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/33280/caeca/p/xsimd1ca23010ddae9/p/include/xsimd/xsimd.hpp:62:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/33280/caeca/p/xsimd1ca23010ddae9/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:492:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/33280/caeca/p/xsimd1ca23010ddae9/p/include/xsimd/config/../types/../arch/xsimd_isa.hpp:24:
    /Users/jenkins/workspace/prod-v2/bsr/33280/caeca/p/xsimd1ca23010ddae9/p/include/xsimd/arch/./xsimd_sse2.hpp:1460:20: error: no matching function for call to '_mm_setr_pd'
                return _mm_setr_pd(values...);
                       ^~~~~~~~~~~
    /Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/emmintrin.h:1896:1: note: candidate function not viable: requires 2 arguments, but 4 were provided
    _mm_setr_pd(double __w, double __x)
    ^
    3 errors generated.
    make[2]: *** [CMakeFiles/test_package.dir/test_package.cpp.o] Error 1
    make[1]: *** [CMakeFiles/test_package.dir/all] Error 2
    make: *** [all] Error 2
    
    ERROR: xsimd/13.0.0 (test package): Error in build() method, line 30
    	cmake.build()
    	ConanException: Error 2 while executing
    

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-center-bot avatar May 03 '24 14:05 conan-center-bot

Conan v1 pipeline :heavy_check_mark:

All green in build 2 (7e27984d637d2073e87c1707639fbe13ea3f05da):

  • xsimd/12.0.0: All packages built successfully! (All logs)

  • xsimd/11.2.0: All packages built successfully! (All logs)

  • xsimd/12.1.0: All packages built successfully! (All logs)

  • xsimd/11.1.0: All packages built successfully! (All logs)

  • xsimd/13.0.0: All packages built successfully! (All logs)

  • xsimd/11.0.0: All packages built successfully! (All logs)

  • xsimd/7.4.10: All packages built successfully! (All logs)

  • xsimd/10.0.0: All packages built successfully! (All logs)

  • xsimd/8.1.0: All packages built successfully! (All logs)

  • xsimd/7.5.0: All packages built successfully! (All logs)

  • xsimd/9.0.1: All packages built successfully! (All logs)

  • xsimd/8.0.5: All packages built successfully! (All logs)

  • xsimd/8.0.3: All packages built successfully! (All logs)


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 2 (7e27984d637d2073e87c1707639fbe13ea3f05da):

  • xsimd/13.0.0: CI failed to create some packages (All logs)

    Logs for packageID da39a3ee5e6b4b0d3255bfef95601890afd80709:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=apple-clang
    compiler.cppstd=17
    compiler.libcxx=libc++
    compiler.version=13
    os=Macos
    
    [...]
    -- Detecting CXX compile features - done
    -- Conan: Target declared 'xsimd'
    -- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE
    -- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE - Failed
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /Users/jenkins/workspace/prod-v2/bsr/cci-27396418/recipes/xsimd/all/test_package/build/apple-clang-13-x86_64-17-release
    
    xsimd/13.0.0 (test package): Running CMake.build()
    xsimd/13.0.0 (test package): RUN: cmake --build "/Users/jenkins/workspace/prod-v2/bsr/cci-27396418/recipes/xsimd/all/test_package/build/apple-clang-13-x86_64-17-release" -- -j8
    [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o
    In file included from /Users/jenkins/workspace/prod-v2/bsr/cci-27396418/recipes/xsimd/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/33336/dcdab/p/xsimd4a60c49e3e59f/p/include/xsimd/xsimd.hpp:62:
    /Users/jenkins/workspace/prod-v2/bsr/33336/dcdab/p/xsimd4a60c49e3e59f/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:519:9: error: static_assert failed due to requirement 'sizeof...(Ts) + 2 == size' "The constructor requires as many arguments as batch elements."
            static_assert(sizeof...(Ts) + 2 == size, "The constructor requires as many arguments as batch elements.");
            ^             ~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/jenkins/workspace/prod-v2/bsr/cci-27396418/recipes/xsimd/all/test_package/test_package.cpp:20:26: note: in instantiation of function template specialization 'xsimd::batch<double>::batch<double, double>' requested here
      xs::batch<number_type> a{1.5, 2.5, 3.5, 4.5};
                             ^
    In file included from /Users/jenkins/workspace/prod-v2/bsr/cci-27396418/recipes/xsimd/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/33336/dcdab/p/xsimd4a60c49e3e59f/p/include/xsimd/xsimd.hpp:62:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/33336/dcdab/p/xsimd4a60c49e3e59f/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:492:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/33336/dcdab/p/xsimd4a60c49e3e59f/p/include/xsimd/config/../types/../arch/xsimd_isa.hpp:24:
    /Users/jenkins/workspace/prod-v2/bsr/33336/dcdab/p/xsimd4a60c49e3e59f/p/include/xsimd/arch/./xsimd_sse2.hpp:1459:13: error: static_assert failed due to requirement 'sizeof...(Values) == batch<double, xsimd::sse4_1>::size' "consistent init"
                static_assert(sizeof...(Values) == batch<double, A>::size, "consistent init");
                ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/jenkins/workspace/prod-v2/bsr/33336/dcdab/p/xsimd4a60c49e3e59f/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:516:25: note: in instantiation of function template specialization 'xsimd::kernel::set<xsimd::sse4_1, double, double, double, double>' requested here
            : batch(kernel::set<A>(batch {}, A {}, val0, val1, static_cast<T>(vals)...))
                            ^
    /Users/jenkins/workspace/prod-v2/bsr/cci-27396418/recipes/xsimd/all/test_package/test_package.cpp:20:26: note: in instantiation of function template specialization 'xsimd::batch<double>::batch<double, double>' requested here
      xs::batch<number_type> a{1.5, 2.5, 3.5, 4.5};
                             ^
    In file included from /Users/jenkins/workspace/prod-v2/bsr/cci-27396418/recipes/xsimd/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/33336/dcdab/p/xsimd4a60c49e3e59f/p/include/xsimd/xsimd.hpp:62:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/33336/dcdab/p/xsimd4a60c49e3e59f/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:492:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/33336/dcdab/p/xsimd4a60c49e3e59f/p/include/xsimd/config/../types/../arch/xsimd_isa.hpp:24:
    /Users/jenkins/workspace/prod-v2/bsr/33336/dcdab/p/xsimd4a60c49e3e59f/p/include/xsimd/arch/./xsimd_sse2.hpp:1460:20: error: no matching function for call to '_mm_setr_pd'
                return _mm_setr_pd(values...);
                       ^~~~~~~~~~~
    /Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/emmintrin.h:1896:1: note: candidate function not viable: requires 2 arguments, but 4 were provided
    _mm_setr_pd(double __w, double __x)
    ^
    3 errors generated.
    make[2]: *** [CMakeFiles/test_package.dir/test_package.cpp.o] Error 1
    make[1]: *** [CMakeFiles/test_package.dir/all] Error 2
    make: *** [all] Error 2
    
    ERROR: xsimd/13.0.0 (test package): Error in build() method, line 30
    	cmake.build()
    	ConanException: Error 2 while executing
    
  • xsimd/12.1.0: Didn't run or was cancelled before finishing

  • xsimd/12.0.0: Didn't run or was cancelled before finishing

  • xsimd/11.2.0: Didn't run or was cancelled before finishing

  • xsimd/11.1.0: Didn't run or was cancelled before finishing

  • xsimd/10.0.0: Didn't run or was cancelled before finishing

  • xsimd/7.4.10: Didn't run or was cancelled before finishing

  • xsimd/11.0.0: Didn't run or was cancelled before finishing

  • xsimd/7.5.0: Didn't run or was cancelled before finishing

  • xsimd/9.0.1: Didn't run or was cancelled before finishing

  • xsimd/8.1.0: Didn't run or was cancelled before finishing

  • xsimd/8.0.5: Didn't run or was cancelled before finishing

  • xsimd/8.0.3: 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-center-bot avatar May 03 '24 15:05 conan-center-bot

Conan v1 pipeline :heavy_check_mark:

All green in build 3 (7a0d0baebc51e15f01294b285956b77cd1fe3dd7):

  • xsimd/12.0.0: All packages built successfully! (All logs)

  • xsimd/13.0.0: All packages built successfully! (All logs)

  • xsimd/11.1.0: All packages built successfully! (All logs)

  • xsimd/10.0.0: All packages built successfully! (All logs)

  • xsimd/12.1.0: All packages built successfully! (All logs)

  • xsimd/9.0.1: All packages built successfully! (All logs)

  • xsimd/8.0.3: All packages built successfully! (All logs)

  • xsimd/7.4.10: All packages built successfully! (All logs)

  • xsimd/11.2.0: All packages built successfully! (All logs)

  • xsimd/11.0.0: All packages built successfully! (All logs)

  • xsimd/8.0.5: All packages built successfully! (All logs)

  • xsimd/8.1.0: All packages built successfully! (All logs)

  • xsimd/7.5.0: All packages built successfully! (All logs)


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 3 (7a0d0baebc51e15f01294b285956b77cd1fe3dd7):

  • xsimd/11.2.0: Didn't run or was cancelled before finishing

  • xsimd/12.0.0: CI failed to create some packages (All logs)

    Logs for packageID da39a3ee5e6b4b0d3255bfef95601890afd80709:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=apple-clang
    compiler.cppstd=17
    compiler.libcxx=libc++
    compiler.version=13
    os=Macos
    
    [...]
    -- Detecting CXX compile features - done
    -- Conan: Target declared 'xsimd'
    -- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE
    -- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE - Failed
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /Users/jenkins/workspace/prod-v2/bsr/cci-f02df9c6/recipes/xsimd/all/test_package/build/apple-clang-13-x86_64-17-release
    
    xsimd/12.0.0 (test package): Running CMake.build()
    xsimd/12.0.0 (test package): RUN: cmake --build "/Users/jenkins/workspace/prod-v2/bsr/cci-f02df9c6/recipes/xsimd/all/test_package/build/apple-clang-13-x86_64-17-release" -- -j8
    [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o
    In file included from /Users/jenkins/workspace/prod-v2/bsr/cci-f02df9c6/recipes/xsimd/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/33364/dbeea/p/xsimd2c738a948d8af/p/include/xsimd/xsimd.hpp:61:
    /Users/jenkins/workspace/prod-v2/bsr/33364/dbeea/p/xsimd2c738a948d8af/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:519:9: error: static_assert failed due to requirement 'sizeof...(Ts) + 2 == size' "The constructor requires as many arguments as batch elements."
            static_assert(sizeof...(Ts) + 2 == size, "The constructor requires as many arguments as batch elements.");
            ^             ~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/jenkins/workspace/prod-v2/bsr/cci-f02df9c6/recipes/xsimd/all/test_package/test_package.cpp:20:26: note: in instantiation of function template specialization 'xsimd::batch<double>::batch<double, double>' requested here
      xs::batch<number_type> a{1.5, 2.5, 3.5, 4.5};
                             ^
    In file included from /Users/jenkins/workspace/prod-v2/bsr/cci-f02df9c6/recipes/xsimd/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/33364/dbeea/p/xsimd2c738a948d8af/p/include/xsimd/xsimd.hpp:61:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/33364/dbeea/p/xsimd2c738a948d8af/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:492:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/33364/dbeea/p/xsimd2c738a948d8af/p/include/xsimd/config/../types/../arch/xsimd_isa.hpp:20:
    /Users/jenkins/workspace/prod-v2/bsr/33364/dbeea/p/xsimd2c738a948d8af/p/include/xsimd/arch/./xsimd_sse2.hpp:1409:13: error: static_assert failed due to requirement 'sizeof...(Values) == batch<double, xsimd::sse4_1>::size' "consistent init"
                static_assert(sizeof...(Values) == batch<double, A>::size, "consistent init");
                ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/jenkins/workspace/prod-v2/bsr/33364/dbeea/p/xsimd2c738a948d8af/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:516:25: note: in instantiation of function template specialization 'xsimd::kernel::set<xsimd::sse4_1, double, double, double, double>' requested here
            : batch(kernel::set<A>(batch {}, A {}, val0, val1, static_cast<T>(vals)...))
                            ^
    /Users/jenkins/workspace/prod-v2/bsr/cci-f02df9c6/recipes/xsimd/all/test_package/test_package.cpp:20:26: note: in instantiation of function template specialization 'xsimd::batch<double>::batch<double, double>' requested here
      xs::batch<number_type> a{1.5, 2.5, 3.5, 4.5};
                             ^
    In file included from /Users/jenkins/workspace/prod-v2/bsr/cci-f02df9c6/recipes/xsimd/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/33364/dbeea/p/xsimd2c738a948d8af/p/include/xsimd/xsimd.hpp:61:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/33364/dbeea/p/xsimd2c738a948d8af/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:492:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/33364/dbeea/p/xsimd2c738a948d8af/p/include/xsimd/config/../types/../arch/xsimd_isa.hpp:20:
    /Users/jenkins/workspace/prod-v2/bsr/33364/dbeea/p/xsimd2c738a948d8af/p/include/xsimd/arch/./xsimd_sse2.hpp:1410:20: error: no matching function for call to '_mm_setr_pd'
                return _mm_setr_pd(values...);
                       ^~~~~~~~~~~
    /Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/emmintrin.h:1896:1: note: candidate function not viable: requires 2 arguments, but 4 were provided
    _mm_setr_pd(double __w, double __x)
    ^
    3 errors generated.
    make[2]: *** [CMakeFiles/test_package.dir/test_package.cpp.o] Error 1
    make[1]: *** [CMakeFiles/test_package.dir/all] Error 2
    make: *** [all] Error 2
    
    ERROR: xsimd/12.0.0 (test package): Error in build() method, line 30
    	cmake.build()
    	ConanException: Error 2 while executing
    
  • xsimd/13.0.0: Didn't run or was cancelled before finishing

  • xsimd/12.1.0: Didn't run or was cancelled before finishing

  • xsimd/11.0.0: Didn't run or was cancelled before finishing

  • xsimd/8.0.5: Didn't run or was cancelled before finishing

  • xsimd/7.5.0: Didn't run or was cancelled before finishing

  • xsimd/7.4.10: Didn't run or was cancelled before finishing

  • xsimd/11.1.0: Didn't run or was cancelled before finishing

  • xsimd/8.1.0: Didn't run or was cancelled before finishing

  • xsimd/8.0.3: Didn't run or was cancelled before finishing

  • xsimd/10.0.0: Didn't run or was cancelled before finishing

  • xsimd/9.0.1: 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-center-bot avatar May 03 '24 15:05 conan-center-bot

Conan v1 pipeline :heavy_check_mark:

All green in build 4 (798d5522c257aaddbc40ab4d8d38ea4713c6ba8e):

  • xsimd/12.0.0: All packages built successfully! (All logs)

  • xsimd/13.0.0: All packages built successfully! (All logs)

  • xsimd/11.1.0: All packages built successfully! (All logs)

  • xsimd/8.1.0: All packages built successfully! (All logs)

  • xsimd/12.1.0: All packages built successfully! (All logs)

  • xsimd/11.2.0: All packages built successfully! (All logs)

  • xsimd/11.0.0: All packages built successfully! (All logs)

  • xsimd/10.0.0: All packages built successfully! (All logs)

  • xsimd/8.0.5: All packages built successfully! (All logs)

  • xsimd/7.5.0: All packages built successfully! (All logs)

  • xsimd/8.0.3: All packages built successfully! (All logs)

  • xsimd/9.0.1: All packages built successfully! (All logs)

  • xsimd/7.4.10: All packages built successfully! (All logs)


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 4 (798d5522c257aaddbc40ab4d8d38ea4713c6ba8e):

  • xsimd/12.1.0: CI failed to create some packages (All logs)

    Logs for packageID da39a3ee5e6b4b0d3255bfef95601890afd80709:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=apple-clang
    compiler.cppstd=17
    compiler.libcxx=libc++
    compiler.version=13
    os=Macos
    
    [...]
    -- Detecting CXX compile features - done
    -- Conan: Target declared 'xsimd'
    -- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE
    -- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE - Failed
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /Users/jenkins/workspace/prod-v2/bsr@2/cci-20634c41/recipes/xsimd/all/test_package/build/apple-clang-13-x86_64-17-release
    
    xsimd/12.1.0 (test package): Running CMake.build()
    xsimd/12.1.0 (test package): RUN: cmake --build "/Users/jenkins/workspace/prod-v2/bsr@2/cci-20634c41/recipes/xsimd/all/test_package/build/apple-clang-13-x86_64-17-release" -- -j8
    [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o
    In file included from /Users/jenkins/workspace/prod-v2/bsr@2/cci-20634c41/recipes/xsimd/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v2/bsr@2/33654/ffcbb/p/xsimd90188029bd218/p/include/xsimd/xsimd.hpp:61:
    /Users/jenkins/workspace/prod-v2/bsr@2/33654/ffcbb/p/xsimd90188029bd218/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:519:9: error: static_assert failed due to requirement 'sizeof...(Ts) + 2 == size' "The constructor requires as many arguments as batch elements."
            static_assert(sizeof...(Ts) + 2 == size, "The constructor requires as many arguments as batch elements.");
            ^             ~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/jenkins/workspace/prod-v2/bsr@2/cci-20634c41/recipes/xsimd/all/test_package/test_package.cpp:20:26: note: in instantiation of function template specialization 'xsimd::batch<double>::batch<double, double>' requested here
      xs::batch<number_type> a{1.5, 2.5, 3.5, 4.5};
                             ^
    In file included from /Users/jenkins/workspace/prod-v2/bsr@2/cci-20634c41/recipes/xsimd/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v2/bsr@2/33654/ffcbb/p/xsimd90188029bd218/p/include/xsimd/xsimd.hpp:61:
    In file included from /Users/jenkins/workspace/prod-v2/bsr@2/33654/ffcbb/p/xsimd90188029bd218/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:492:
    In file included from /Users/jenkins/workspace/prod-v2/bsr@2/33654/ffcbb/p/xsimd90188029bd218/p/include/xsimd/config/../types/../arch/xsimd_isa.hpp:20:
    /Users/jenkins/workspace/prod-v2/bsr@2/33654/ffcbb/p/xsimd90188029bd218/p/include/xsimd/arch/./xsimd_sse2.hpp:1409:13: error: static_assert failed due to requirement 'sizeof...(Values) == batch<double, xsimd::sse4_1>::size' "consistent init"
                static_assert(sizeof...(Values) == batch<double, A>::size, "consistent init");
                ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/jenkins/workspace/prod-v2/bsr@2/33654/ffcbb/p/xsimd90188029bd218/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:516:25: note: in instantiation of function template specialization 'xsimd::kernel::set<xsimd::sse4_1, double, double, double, double>' requested here
            : batch(kernel::set<A>(batch {}, A {}, val0, val1, static_cast<T>(vals)...))
                            ^
    /Users/jenkins/workspace/prod-v2/bsr@2/cci-20634c41/recipes/xsimd/all/test_package/test_package.cpp:20:26: note: in instantiation of function template specialization 'xsimd::batch<double>::batch<double, double>' requested here
      xs::batch<number_type> a{1.5, 2.5, 3.5, 4.5};
                             ^
    In file included from /Users/jenkins/workspace/prod-v2/bsr@2/cci-20634c41/recipes/xsimd/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v2/bsr@2/33654/ffcbb/p/xsimd90188029bd218/p/include/xsimd/xsimd.hpp:61:
    In file included from /Users/jenkins/workspace/prod-v2/bsr@2/33654/ffcbb/p/xsimd90188029bd218/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:492:
    In file included from /Users/jenkins/workspace/prod-v2/bsr@2/33654/ffcbb/p/xsimd90188029bd218/p/include/xsimd/config/../types/../arch/xsimd_isa.hpp:20:
    /Users/jenkins/workspace/prod-v2/bsr@2/33654/ffcbb/p/xsimd90188029bd218/p/include/xsimd/arch/./xsimd_sse2.hpp:1410:20: error: no matching function for call to '_mm_setr_pd'
                return _mm_setr_pd(values...);
                       ^~~~~~~~~~~
    /Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/emmintrin.h:1896:1: note: candidate function not viable: requires 2 arguments, but 4 were provided
    _mm_setr_pd(double __w, double __x)
    ^
    3 errors generated.
    make[2]: *** [CMakeFiles/test_package.dir/test_package.cpp.o] Error 1
    make[1]: *** [CMakeFiles/test_package.dir/all] Error 2
    make: *** [all] Error 2
    
    ERROR: xsimd/12.1.0 (test package): Error in build() method, line 30
    	cmake.build()
    	ConanException: Error 2 while executing
    
  • xsimd/8.1.0: Didn't run or was cancelled before finishing

  • xsimd/11.2.0: Didn't run or was cancelled before finishing

  • xsimd/12.0.0: Didn't run or was cancelled before finishing

  • xsimd/9.0.1: Didn't run or was cancelled before finishing

  • xsimd/11.0.0: Didn't run or was cancelled before finishing

  • xsimd/7.5.0: Didn't run or was cancelled before finishing

  • xsimd/13.0.0: Didn't run or was cancelled before finishing

  • xsimd/8.0.3: Didn't run or was cancelled before finishing

  • xsimd/7.4.10: Didn't run or was cancelled before finishing

  • xsimd/11.1.0: Didn't run or was cancelled before finishing

  • xsimd/10.0.0: Didn't run or was cancelled before finishing

  • xsimd/8.0.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.

conan-center-bot avatar May 04 '24 14:05 conan-center-bot

Conan v1 pipeline :heavy_check_mark:

All green in build 5 (df82c6bb5d5c130202b95b7952c9ede5f5c68618):

  • xsimd/13.0.0: All packages built successfully! (All logs)

  • xsimd/11.0.0: All packages built successfully! (All logs)

  • xsimd/8.0.3: All packages built successfully! (All logs)

  • xsimd/11.1.0: All packages built successfully! (All logs)

  • xsimd/12.0.0: All packages built successfully! (All logs)

  • xsimd/11.2.0: All packages built successfully! (All logs)

  • xsimd/7.4.10: All packages built successfully! (All logs)

  • xsimd/12.1.0: All packages built successfully! (All logs)

  • xsimd/10.0.0: All packages built successfully! (All logs)

  • xsimd/8.1.0: All packages built successfully! (All logs)

  • xsimd/8.0.5: All packages built successfully! (All logs)

  • xsimd/9.0.1: All packages built successfully! (All logs)

  • xsimd/7.5.0: All packages built successfully! (All logs)


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 5 (df82c6bb5d5c130202b95b7952c9ede5f5c68618):

  • xsimd/10.0.0: CI failed to create some packages (All logs)

    Logs for packageID da39a3ee5e6b4b0d3255bfef95601890afd80709:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=apple-clang
    compiler.cppstd=17
    compiler.libcxx=libc++
    compiler.version=13
    os=Macos
    
    [...]
    -- Detecting CXX compile features - done
    -- Conan: Target declared 'xsimd'
    -- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE
    -- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE - Failed
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /Users/jenkins/workspace/prod-v2/bsr@2/cci-c3fa1628/recipes/xsimd/all/test_package/build/apple-clang-13-x86_64-17-release
    
    xsimd/10.0.0 (test package): Running CMake.build()
    xsimd/10.0.0 (test package): RUN: cmake --build "/Users/jenkins/workspace/prod-v2/bsr@2/cci-c3fa1628/recipes/xsimd/all/test_package/build/apple-clang-13-x86_64-17-release" -- -j8
    [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o
    In file included from /Users/jenkins/workspace/prod-v2/bsr@2/cci-c3fa1628/recipes/xsimd/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v2/bsr@2/33765/fcbfc/p/xsimdd5ce40cff573f/p/include/xsimd/xsimd.hpp:61:
    /Users/jenkins/workspace/prod-v2/bsr@2/33765/fcbfc/p/xsimdd5ce40cff573f/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:518:9: error: static_assert failed due to requirement 'sizeof...(Ts) + 2 == size' "The constructor requires as many arguments as batch elements."
            static_assert(sizeof...(Ts) + 2 == size, "The constructor requires as many arguments as batch elements.");
            ^             ~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/jenkins/workspace/prod-v2/bsr@2/cci-c3fa1628/recipes/xsimd/all/test_package/test_package.cpp:20:26: note: in instantiation of function template specialization 'xsimd::batch<double>::batch<double, double>' requested here
      xs::batch<number_type> a{1.5, 2.5, 3.5, 4.5};
                             ^
    In file included from /Users/jenkins/workspace/prod-v2/bsr@2/cci-c3fa1628/recipes/xsimd/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v2/bsr@2/33765/fcbfc/p/xsimdd5ce40cff573f/p/include/xsimd/xsimd.hpp:61:
    In file included from /Users/jenkins/workspace/prod-v2/bsr@2/33765/fcbfc/p/xsimdd5ce40cff573f/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:491:
    In file included from /Users/jenkins/workspace/prod-v2/bsr@2/33765/fcbfc/p/xsimdd5ce40cff573f/p/include/xsimd/config/../types/../arch/xsimd_isa.hpp:20:
    /Users/jenkins/workspace/prod-v2/bsr@2/33765/fcbfc/p/xsimdd5ce40cff573f/p/include/xsimd/arch/./xsimd_sse2.hpp:1418:13: error: static_assert failed due to requirement 'sizeof...(Values) == batch<double, xsimd::sse4_1>::size' "consistent init"
                static_assert(sizeof...(Values) == batch<double, A>::size, "consistent init");
                ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/jenkins/workspace/prod-v2/bsr@2/33765/fcbfc/p/xsimdd5ce40cff573f/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:515:25: note: in instantiation of function template specialization 'xsimd::kernel::set<xsimd::sse4_1, double, double, double, double>' requested here
            : batch(kernel::set<A>(batch {}, A {}, val0, val1, static_cast<T>(vals)...))
                            ^
    /Users/jenkins/workspace/prod-v2/bsr@2/cci-c3fa1628/recipes/xsimd/all/test_package/test_package.cpp:20:26: note: in instantiation of function template specialization 'xsimd::batch<double>::batch<double, double>' requested here
      xs::batch<number_type> a{1.5, 2.5, 3.5, 4.5};
                             ^
    In file included from /Users/jenkins/workspace/prod-v2/bsr@2/cci-c3fa1628/recipes/xsimd/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v2/bsr@2/33765/fcbfc/p/xsimdd5ce40cff573f/p/include/xsimd/xsimd.hpp:61:
    In file included from /Users/jenkins/workspace/prod-v2/bsr@2/33765/fcbfc/p/xsimdd5ce40cff573f/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:491:
    In file included from /Users/jenkins/workspace/prod-v2/bsr@2/33765/fcbfc/p/xsimdd5ce40cff573f/p/include/xsimd/config/../types/../arch/xsimd_isa.hpp:20:
    /Users/jenkins/workspace/prod-v2/bsr@2/33765/fcbfc/p/xsimdd5ce40cff573f/p/include/xsimd/arch/./xsimd_sse2.hpp:1419:20: error: no matching function for call to '_mm_setr_pd'
                return _mm_setr_pd(values...);
                       ^~~~~~~~~~~
    /Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/emmintrin.h:1896:1: note: candidate function not viable: requires 2 arguments, but 4 were provided
    _mm_setr_pd(double __w, double __x)
    ^
    3 errors generated.
    make[2]: *** [CMakeFiles/test_package.dir/test_package.cpp.o] Error 1
    make[1]: *** [CMakeFiles/test_package.dir/all] Error 2
    make: *** [all] Error 2
    
    ERROR: xsimd/10.0.0 (test package): Error in build() method, line 30
    	cmake.build()
    	ConanException: Error 2 while executing
    
  • xsimd/13.0.0: Didn't run or was cancelled before finishing

  • xsimd/12.1.0: Didn't run or was cancelled before finishing

  • xsimd/12.0.0: Didn't run or was cancelled before finishing

  • xsimd/11.2.0: Didn't run or was cancelled before finishing

  • xsimd/8.0.5: Didn't run or was cancelled before finishing

  • xsimd/8.0.3: Didn't run or was cancelled before finishing

  • xsimd/7.4.10: Didn't run or was cancelled before finishing

  • xsimd/8.1.0: Didn't run or was cancelled before finishing

  • xsimd/11.0.0: Didn't run or was cancelled before finishing

  • xsimd/7.5.0: Didn't run or was cancelled before finishing

  • xsimd/11.1.0: Didn't run or was cancelled before finishing

  • xsimd/9.0.1: 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-center-bot avatar May 04 '24 17:05 conan-center-bot

Conan v1 pipeline :heavy_check_mark:

All green in build 6 (39a23ac96092a91d41c3a7a5fdb1bca532b38bf2):

  • xsimd/10.0.0: All packages built successfully! (All logs)

  • xsimd/12.1.0: All packages built successfully! (All logs)

  • xsimd/11.2.0: All packages built successfully! (All logs)

  • xsimd/12.0.0: All packages built successfully! (All logs)

  • xsimd/8.0.3: All packages built successfully! (All logs)

  • xsimd/8.0.5: All packages built successfully! (All logs)

  • xsimd/8.1.0: All packages built successfully! (All logs)

  • xsimd/7.5.0: All packages built successfully! (All logs)

  • xsimd/13.0.0: All packages built successfully! (All logs)

  • xsimd/7.4.10: All packages built successfully! (All logs)

  • xsimd/11.0.0: All packages built successfully! (All logs)

  • xsimd/11.1.0: All packages built successfully! (All logs)

  • xsimd/9.0.1: All packages built successfully! (All logs)


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 6 (39a23ac96092a91d41c3a7a5fdb1bca532b38bf2):

  • xsimd/13.0.0: CI failed to create some packages (All logs)

    Logs for packageID da39a3ee5e6b4b0d3255bfef95601890afd80709:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=apple-clang
    compiler.cppstd=gnu17
    compiler.libcxx=libc++
    compiler.version=13
    os=Macos
    
    [...]
    -- Detecting CXX compile features - done
    -- Conan: Target declared 'xsimd'
    -- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE
    -- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE - Failed
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /Users/jenkins/workspace/prod-v2/bsr/cci-f11ad21a/recipes/xsimd/all/test_package/build/apple-clang-13-x86_64-gnu17-release
    
    xsimd/13.0.0 (test package): Running CMake.build()
    xsimd/13.0.0 (test package): RUN: cmake --build "/Users/jenkins/workspace/prod-v2/bsr/cci-f11ad21a/recipes/xsimd/all/test_package/build/apple-clang-13-x86_64-gnu17-release" -- -j8
    [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o
    In file included from /Users/jenkins/workspace/prod-v2/bsr/cci-f11ad21a/recipes/xsimd/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/34008/cbeae/p/xsimd4f2a8ea771d54/p/include/xsimd/xsimd.hpp:62:
    /Users/jenkins/workspace/prod-v2/bsr/34008/cbeae/p/xsimd4f2a8ea771d54/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:519:9: error: static_assert failed due to requirement 'sizeof...(Ts) + 2 == size' "The constructor requires as many arguments as batch elements."
            static_assert(sizeof...(Ts) + 2 == size, "The constructor requires as many arguments as batch elements.");
            ^             ~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/jenkins/workspace/prod-v2/bsr/cci-f11ad21a/recipes/xsimd/all/test_package/test_package.cpp:20:26: note: in instantiation of function template specialization 'xsimd::batch<double>::batch<double, double>' requested here
      xs::batch<number_type> a{1.5, 2.5, 3.5, 4.5};
                             ^
    In file included from /Users/jenkins/workspace/prod-v2/bsr/cci-f11ad21a/recipes/xsimd/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/34008/cbeae/p/xsimd4f2a8ea771d54/p/include/xsimd/xsimd.hpp:62:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/34008/cbeae/p/xsimd4f2a8ea771d54/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:492:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/34008/cbeae/p/xsimd4f2a8ea771d54/p/include/xsimd/config/../types/../arch/xsimd_isa.hpp:24:
    /Users/jenkins/workspace/prod-v2/bsr/34008/cbeae/p/xsimd4f2a8ea771d54/p/include/xsimd/arch/./xsimd_sse2.hpp:1459:13: error: static_assert failed due to requirement 'sizeof...(Values) == batch<double, xsimd::sse4_1>::size' "consistent init"
                static_assert(sizeof...(Values) == batch<double, A>::size, "consistent init");
                ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/jenkins/workspace/prod-v2/bsr/34008/cbeae/p/xsimd4f2a8ea771d54/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:516:25: note: in instantiation of function template specialization 'xsimd::kernel::set<xsimd::sse4_1, double, double, double, double>' requested here
            : batch(kernel::set<A>(batch {}, A {}, val0, val1, static_cast<T>(vals)...))
                            ^
    /Users/jenkins/workspace/prod-v2/bsr/cci-f11ad21a/recipes/xsimd/all/test_package/test_package.cpp:20:26: note: in instantiation of function template specialization 'xsimd::batch<double>::batch<double, double>' requested here
      xs::batch<number_type> a{1.5, 2.5, 3.5, 4.5};
                             ^
    In file included from /Users/jenkins/workspace/prod-v2/bsr/cci-f11ad21a/recipes/xsimd/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/34008/cbeae/p/xsimd4f2a8ea771d54/p/include/xsimd/xsimd.hpp:62:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/34008/cbeae/p/xsimd4f2a8ea771d54/p/include/xsimd/config/../types/../types/xsimd_batch.hpp:492:
    In file included from /Users/jenkins/workspace/prod-v2/bsr/34008/cbeae/p/xsimd4f2a8ea771d54/p/include/xsimd/config/../types/../arch/xsimd_isa.hpp:24:
    /Users/jenkins/workspace/prod-v2/bsr/34008/cbeae/p/xsimd4f2a8ea771d54/p/include/xsimd/arch/./xsimd_sse2.hpp:1460:20: error: no matching function for call to '_mm_setr_pd'
                return _mm_setr_pd(values...);
                       ^~~~~~~~~~~
    /Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/emmintrin.h:1896:1: note: candidate function not viable: requires 2 arguments, but 4 were provided
    _mm_setr_pd(double __w, double __x)
    ^
    3 errors generated.
    make[2]: *** [CMakeFiles/test_package.dir/test_package.cpp.o] Error 1
    make[1]: *** [CMakeFiles/test_package.dir/all] Error 2
    make: *** [all] Error 2
    
    ERROR: xsimd/13.0.0 (test package): Error in build() method, line 30
    	cmake.build()
    	ConanException: Error 2 while executing
    
  • xsimd/12.1.0: Didn't run or was cancelled before finishing

  • xsimd/11.2.0: Didn't run or was cancelled before finishing

  • xsimd/12.0.0: Didn't run or was cancelled before finishing

  • xsimd/11.1.0: Didn't run or was cancelled before finishing

  • xsimd/10.0.0: Didn't run or was cancelled before finishing

  • xsimd/8.1.0: Didn't run or was cancelled before finishing

  • xsimd/11.0.0: Didn't run or was cancelled before finishing

  • xsimd/8.0.3: Didn't run or was cancelled before finishing

  • xsimd/7.5.0: Didn't run or was cancelled before finishing

  • xsimd/9.0.1: Didn't run or was cancelled before finishing

  • xsimd/8.0.5: Didn't run or was cancelled before finishing

  • xsimd/7.4.10: 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-center-bot avatar May 05 '24 00:05 conan-center-bot

(Thanks! BTW, should 12.1.1 been added also? Or we'd better add it in a separate patch?)

mapleFU avatar May 06 '24 13:05 mapleFU

@mapleFU Thank you for your comment! I will add 12.1.1.

toge avatar May 10 '24 02:05 toge

Conan v1 pipeline :heavy_check_mark:

All green in build 7 (31c14146ae549eb56a8161942b534fdd84e6fba5):

  • xsimd/13.0.0: All packages built successfully! (All logs)

  • xsimd/12.1.1: All packages built successfully! (All logs)

  • xsimd/12.0.0: All packages built successfully! (All logs)

  • xsimd/12.1.0: All packages built successfully! (All logs)

  • xsimd/11.2.0: All packages built successfully! (All logs)

  • xsimd/11.1.0: All packages built successfully! (All logs)

  • xsimd/8.0.5: All packages built successfully! (All logs)

  • xsimd/11.0.0: All packages built successfully! (All logs)

  • xsimd/10.0.0: All packages built successfully! (All logs)

  • xsimd/8.1.0: All packages built successfully! (All logs)

  • xsimd/9.0.1: All packages built successfully! (All logs)

  • xsimd/8.0.3: All packages built successfully! (All logs)

  • xsimd/7.4.10: All packages built successfully! (All logs)

  • xsimd/7.5.0: All packages built successfully! (All logs)


Conan v2 pipeline :x:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 7 (31c14146ae549eb56a8161942b534fdd84e6fba5):

  • xsimd/12.1.0: Didn't run or was cancelled before finishing

  • xsimd/11.1.0: Didn't run or was cancelled before finishing

  • xsimd/12.0.0: Didn't run or was cancelled before finishing

  • xsimd/11.2.0: Didn't run or was cancelled before finishing

  • xsimd/13.0.0: Didn't run or was cancelled before finishing

  • xsimd/7.4.10: CI failed to create some packages (All logs)

    Logs for packageID da39a3ee5e6b4b0d3255bfef95601890afd80709:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=apple-clang
    compiler.cppstd=20
    compiler.libcxx=libc++
    compiler.version=13
    os=Macos
    
    [...]
    xsimd/7.4.10 (test package): CMakeToolchain generated: CMakePresets.json
    xsimd/7.4.10 (test package): CMakeToolchain generated: ../../../CMakeUserPresets.json
    xsimd/7.4.10 (test package): CMakeDeps necessary find_package() and targets for your CMakeLists.txt
        find_package(xsimd)
        target_link_libraries(... xsimd)
    xsimd/7.4.10 (test package): Generating aggregated env files
    xsimd/7.4.10 (test package): Generated aggregated env files: ['conanbuild.sh', 'conanrun.sh']
    
    ======== Testing the package: Building ========
    xsimd/7.4.10 (test package): Calling build()
    xsimd/7.4.10 (test package): Running CMake.configure()
    xsimd/7.4.10 (test package): RUN: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/Users/jenkins/workspace/prod-v2/bsr@2/cci-6d7112d0/recipes/xsimd/all/test_package/build/apple-clang-13-x86_64-20-release/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/Users/jenkins/workspace/prod-v2/bsr@2/cci-6d7112d0/recipes/xsimd/all/test_package" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/Users/jenkins/workspace/prod-v2/bsr@2/cci-6d7112d0/recipes/xsimd/all/test_package"
    -- Using Conan toolchain: /Users/jenkins/workspace/prod-v2/bsr@2/cci-6d7112d0/recipes/xsimd/all/test_package/build/apple-clang-13-x86_64-20-release/generators/conan_toolchain.cmake
    -- Conan toolchain: C++ Standard 20 with extensions OFF
    -- The CXX compiler identification is AppleClang 13.0.0.13000029
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Check for working CXX compiler: /Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- Conan: Target declared 'xsimd'
    -- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE
    -- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE - Failed
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /Users/jenkins/workspace/prod-v2/bsr@2/cci-6d7112d0/recipes/xsimd/all/test_package/build/apple-clang-13-x86_64-20-release
    
    xsimd/7.4.10 (test package): Running CMake.build()
    xsimd/7.4.10 (test package): RUN: cmake --build "/Users/jenkins/workspace/prod-v2/bsr@2/cci-6d7112d0/recipes/xsimd/all/test_package/build/apple-clang-13-x86_64-20-release" -- -j8
    [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o
    /Users/jenkins/workspace/prod-v2/bsr@2/cci-6d7112d0/recipes/xsimd/all/test_package/test_package.cpp:14:29: error: implicit instantiation of undefined template 'xsimd::batch<double, 4>'
      xs::batch<number_type, 4> a(1.5, 2.5, 3.5, 4.5);
                                ^
    /Users/jenkins/workspace/prod-v2/bsr@2/36430/cecdd/p/xsimd17782d65d3427/p/include/xsimd/types/xsimd_base.hpp:36:11: note: template is declared here
        class batch;
              ^
    /Users/jenkins/workspace/prod-v2/bsr@2/cci-6d7112d0/recipes/xsimd/all/test_package/test_package.cpp:15:29: error: implicit instantiation of undefined template 'xsimd::batch<double, 4>'
      xs::batch<number_type, 4> b(2.5, 3.5, 4.5, 5.5);
                                ^
    /Users/jenkins/workspace/prod-v2/bsr@2/36430/cecdd/p/xsimd17782d65d3427/p/include/xsimd/types/xsimd_base.hpp:36:11: note: template is declared here
        class batch;
              ^
    2 errors generated.
    make[2]: *** [CMakeFiles/test_package.dir/test_package.cpp.o] Error 1
    make[1]: *** [CMakeFiles/test_package.dir/all] Error 2
    make: *** [all] Error 2
    
    ERROR: xsimd/7.4.10 (test package): Error in build() method, line 30
    	cmake.build()
    	ConanException: Error 2 while executing
    
  • xsimd/12.1.1: Didn't run or was cancelled before finishing

  • xsimd/11.0.0: Didn't run or was cancelled before finishing

  • xsimd/10.0.0: Didn't run or was cancelled before finishing

  • xsimd/7.5.0: Didn't run or was cancelled before finishing

  • xsimd/9.0.1: Didn't run or was cancelled before finishing

  • xsimd/8.1.0: Didn't run or was cancelled before finishing

  • xsimd/8.0.5: Didn't run or was cancelled before finishing

  • xsimd/8.0.3: 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-center-bot avatar May 10 '24 09:05 conan-center-bot

Conan v1 pipeline :heavy_check_mark:

All green in build 8 (e5de85650cf640ef98b067cf81a48c17f56d10bb):

  • xsimd/8.0.3: All packages built successfully! (All logs)

  • xsimd/12.1.1: All packages built successfully! (All logs)

  • xsimd/12.0.0: All packages built successfully! (All logs)

  • xsimd/12.1.0: All packages built successfully! (All logs)

  • xsimd/11.2.0: All packages built successfully! (All logs)

  • xsimd/11.0.0: All packages built successfully! (All logs)

  • xsimd/13.0.0: All packages built successfully! (All logs)

  • xsimd/9.0.1: All packages built successfully! (All logs)

  • xsimd/11.1.0: All packages built successfully! (All logs)

  • xsimd/8.1.0: All packages built successfully! (All logs)

  • xsimd/10.0.0: All packages built successfully! (All logs)

  • xsimd/7.5.0: All packages built successfully! (All logs)

  • xsimd/7.4.10: All packages built successfully! (All logs)

  • xsimd/8.0.5: All packages built successfully! (All logs)


Conan v2 pipeline :heavy_check_mark:

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 8 (e5de85650cf640ef98b067cf81a48c17f56d10bb):

  • xsimd/12.1.1: All packages built successfully! (All logs)

  • xsimd/13.0.0: All packages built successfully! (All logs)

  • xsimd/11.1.0: All packages built successfully! (All logs)

  • xsimd/9.0.1: All packages built successfully! (All logs)

  • xsimd/12.1.0: All packages built successfully! (All logs)

  • xsimd/8.0.5: All packages built successfully! (All logs)

  • xsimd/7.5.0: All packages built successfully! (All logs)

  • xsimd/7.4.10: All packages built successfully! (All logs)

  • xsimd/12.0.0: All packages built successfully! (All logs)

  • xsimd/11.2.0: All packages built successfully! (All logs)

  • xsimd/11.0.0: All packages built successfully! (All logs)

  • xsimd/10.0.0: All packages built successfully! (All logs)

  • xsimd/8.1.0: All packages built successfully! (All logs)

  • xsimd/8.0.3: All packages built successfully! (All logs)

conan-center-bot avatar May 11 '24 15:05 conan-center-bot