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

tcpcat 1.0.0 publish

Open ydcpp opened this issue 1 year ago • 4 comments

Specify library name and version: tcpcat/1.0.0

Hi,

I'm the author of tcpcat library. tcpcat is a simple and easy to use C++ TCP Client and Server library. Just released 1.0.0 version on the project github repo and wanted to publish package also in conan center. Thanks in advance!


ydcpp avatar May 21 '24 19:05 ydcpp

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 21 '24 19:05 CLAassistant

Conan v1 pipeline :x:

Sorry, the build is only launched for Access Request users. You can request access writing in this issue.

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:

Sorry, the build is only launched for Access Request users. You can request access writing in this issue.

conan-center-bot avatar May 21 '24 19:05 conan-center-bot

Conan v1 pipeline :x:

Sorry, the build is only launched for Access Request users. You can request access writing in this issue.

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:

Sorry, the build is only launched for Access Request users. You can request access writing in this issue.

conan-center-bot avatar May 21 '24 19:05 conan-center-bot

Conan v1 pipeline :x:

Sorry, the build is only launched for Access Request users. You can request access writing in this issue.

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:

Sorry, the build is only launched for Access Request users. You can request access writing in this issue.

conan-center-bot avatar May 23 '24 07:05 conan-center-bot

Conan v1 pipeline :x:

Failure in build 4 (b512607db2852e1113ce7edb60bdc61bd2432f4c):

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

    Logs for packageID 5d50b57beb683e99f58d5ee8965c11b84878ac62:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=7
    os=Linux
    [options]
    tcpcat:shared=False
    
    [...]
    > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/workspace/prod-v1/bsr/cci-51c68f71/recipes/tcpcat/all/test_package/build/Release/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/workspace/prod-v1/bsr/cci-51c68f71/recipes/tcpcat/all/test_package/."
    -----------------
    -- Using Conan toolchain: /home/conan/workspace/prod-v1/bsr/cci-51c68f71/recipes/tcpcat/all/test_package/build/Release/generators/conan_toolchain.cmake
    -- The CXX compiler identification is GNU 7.5.0
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Check for working CXX compiler: /usr/bin/g++ - skipped
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- Conan: Target declared 'tcpcat'
    -- Conan: Target declared 'asio::asio'
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/conan/workspace/prod-v1/bsr/cci-51c68f71/recipes/tcpcat/all/test_package/build/Release
    tcpcat/1.0.1 (test package): CMake command: cmake --build "/home/conan/workspace/prod-v1/bsr/cci-51c68f71/recipes/tcpcat/all/test_package/build/Release" '--' '-j3'
    
    ----Running------
    > cmake --build "/home/conan/workspace/prod-v1/bsr/cci-51c68f71/recipes/tcpcat/all/test_package/build/Release" '--' '-j3'
    -----------------
    Scanning dependencies of target test_package
    [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o
    CMakeFiles/test_package.dir/build.make:81: recipe for target 'CMakeFiles/test_package.dir/test_package.cpp.o' failed
    CMakeFiles/Makefile2:94: recipe for target 'CMakeFiles/test_package.dir/all' failed
    Makefile:102: recipe for target 'all' failed
    CMake Warning:
      Manually-specified variables were not used by the project:
    
        CMAKE_POLICY_DEFAULT_CMP0091
    
    
    /home/conan/workspace/prod-v1/bsr/cci-51c68f71/recipes/tcpcat/all/test_package/test_package.cpp: In function ‘int main()’:
    /home/conan/workspace/prod-v1/bsr/cci-51c68f71/recipes/tcpcat/all/test_package/test_package.cpp:8:57: error: use of deleted function ‘tcpcat::TcpSession::TcpSession(const tcpcat::TcpSession&)’
        auto session = tcpcat::TcpSession(nullptr, nullptr, 0);
                                                             ^
    In file included from /home/conan/workspace/prod-v1/bsr/48898/effed/.conan/data/tcpcat/1.0.1/_/_/package/5d50b57beb683e99f58d5ee8965c11b84878ac62/include/tcpcat/base/EventHandler.h:35:0,
                     from /home/conan/workspace/prod-v1/bsr/48898/effed/.conan/data/tcpcat/1.0.1/_/_/package/5d50b57beb683e99f58d5ee8965c11b84878ac62/include/tcpcat/tcpcat.h:32,
                     from /home/conan/workspace/prod-v1/bsr/cci-51c68f71/recipes/tcpcat/all/test_package/test_package.cpp:1:
    /home/conan/workspace/prod-v1/bsr/48898/effed/.conan/data/tcpcat/1.0.1/_/_/package/5d50b57beb683e99f58d5ee8965c11b84878ac62/include/tcpcat/base/TcpSession.h:46:5: note: declared here
         TcpSession(const TcpSession &) = delete;
         ^~~~~~~~~~
    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
    WARN: *** Conan 1 is legacy and on a deprecation path ***
    WARN: *** Please upgrade to Conan 2 ***
    tcpcat/1.0.1 (test package): 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
    tcpcat/1.0.1 (test package): 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
    ERROR: tcpcat/1.0.1 (test package): Error in build() method, line 18
    	cmake.build()
    	ConanException: Error 2 while executing cmake --build "/home/conan/workspace/prod-v1/bsr/cci-51c68f71/recipes/tcpcat/all/test_package/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-center-bot avatar May 26 '24 11:05 conan-center-bot

Conan v1 pipeline :x:

Failure in build 5 (bc471c4c29de931784224080a40dc7d409c2e493):

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

    Logs for packageID 94feaa9e640c5a7b17c377969115f6d4c4e74875:
    [settings]
    arch=armv8
    build_type=Debug
    compiler=apple-clang
    compiler.libcxx=libc++
    compiler.version=13.0
    os=Macos
    [options]
    tcpcat:shared=False
    
    [...]
    /Users/jenkins/workspace/prod-v1/bsr/48903/cbded/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:42:10: error: unknown type name 'constexpr'
      static constexpr bool is_noexcept = false;
             ^
    /Users/jenkins/workspace/prod-v1/bsr/48903/cbded/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:72:25: error: a space is required between consecutive right angle brackets (use '> >')
        is_same<T, decay_t<T>>::value
                            ^
    /Users/jenkins/workspace/prod-v1/bsr/48903/cbded/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:73:30: error: a space is required between consecutive right angle brackets (use '> >')
          && is_same<F, decay_t<F>>::value,
                                 ^
    /Users/jenkins/workspace/prod-v1/bsr/48903/cbded/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:77:16: error: a space is required between consecutive right angle brackets (use '> >')
          decay_t<F>>
                   ^
    In file included from /Users/jenkins/workspace/prod-v1/bsr/cci-df79670f/recipes/tcpcat/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/48903/cbded/.conan/data/tcpcat/1.0.1/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/tcpcat/tcpcat.h:32:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/48903/cbded/.conan/data/tcpcat/1.0.1/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/tcpcat/base/EventHandler.h:33:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/48903/cbded/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio.hpp:18:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/48903/cbded/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/any_completion_executor.hpp:22:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/48903/cbded/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution.hpp:18:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/48903/cbded/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/allocator.hpp:20:
    /Users/jenkins/workspace/prod-v1/bsr/48903/cbded/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:55:36: error: a space is required between consecutive right angle brackets (use '> >')
        is_move_constructible<decay_t<F>>::value
                                       ^
    /Users/jenkins/workspace/prod-v1/bsr/48903/cbded/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:68:6: error: expected expression
      >> : true_type
         ^
    /Users/jenkins/workspace/prod-v1/bsr/48903/cbded/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:70:2: error: expected '>'
    };
     ^
    /Users/jenkins/workspace/prod-v1/bsr/48903/cbded/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:66:14: note: to match this '<'
      enable_if_t<
                 ^
    /Users/jenkins/workspace/prod-v1/bsr/48903/cbded/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:70:2: error: expected a type
    };
     ^
    /Users/jenkins/workspace/prod-v1/bsr/48903/cbded/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:70:2: error: expected '>'
    /Users/jenkins/workspace/prod-v1/bsr/48903/cbded/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:44:27: note: to match this '<'
    struct is_executor_of_impl<T, F,
                              ^
    fatal error: too many errors emitted, stopping now [-ferror-limit=]
    20 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
    WARN: *** Conan 1 is legacy and on a deprecation path ***
    WARN: *** Please upgrade to Conan 2 ***
    tcpcat/1.0.1 (test package): 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
    tcpcat/1.0.1 (test package): 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
    ERROR: tcpcat/1.0.1 (test package): Error in build() method, line 18
    	cmake.build()
    	ConanException: Error 2 while executing cmake --build "/Users/jenkins/workspace/prod-v1/bsr/cci-df79670f/recipes/tcpcat/all/test_package/build/Debug" '--' '-j8'
    

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 :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 (bc471c4c29de931784224080a40dc7d409c2e493):

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

    Logs for packageID 6c659860613fc2ef6795c44b91ac3d50649c7559:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=msvc
    compiler.cppstd=17
    compiler.runtime=dynamic
    compiler.runtime_type=Release
    compiler.version=192
    os=Windows
    [options]
    */*:shared=True
    
    [...]
    ======== Installing packages ========
    asio/1.30.2: Already installed! (1 of 2)
    tcpcat/1.0.1: Already installed! (2 of 2)
    
    ======== Testing the package ========
    Removing previously existing 'test_package' build folder: C:\J\workspace\prod-v2\bsr\cci-68e73685\recipes\tcpcat\all\test_package\build\msvc-192-x86_64-17-release
    tcpcat/1.0.1 (test package): Test package build: build\msvc-192-x86_64-17-release
    tcpcat/1.0.1 (test package): Test package build folder: C:\J\workspace\prod-v2\bsr\cci-68e73685\recipes\tcpcat\all\test_package\build\msvc-192-x86_64-17-release
    tcpcat/1.0.1 (test package): Writing generators to C:\J\workspace\prod-v2\bsr\cci-68e73685\recipes\tcpcat\all\test_package\build\msvc-192-x86_64-17-release\generators
    tcpcat/1.0.1 (test package): Generator 'CMakeDeps' calling 'generate()'
    tcpcat/1.0.1 (test package): CMakeDeps necessary find_package() and targets for your CMakeLists.txt
        find_package(tcpcat)
        target_link_libraries(... tcpcat)
    tcpcat/1.0.1 (test package): Generator 'CMakeToolchain' calling 'generate()'
    tcpcat/1.0.1 (test package): CMakeToolchain generated: conan_toolchain.cmake
    tcpcat/1.0.1 (test package): CMakeToolchain generated: C:\J\workspace\prod-v2\bsr\cci-68e73685\recipes\tcpcat\all\test_package\build\msvc-192-x86_64-17-release\generators\CMakePresets.json
    tcpcat/1.0.1 (test package): CMakeToolchain generated: C:\J\workspace\prod-v2\bsr\cci-68e73685\recipes\tcpcat\all\test_package\CMakeUserPresets.json
    tcpcat/1.0.1 (test package): Generating aggregated env files
    tcpcat/1.0.1 (test package): Generated aggregated env files: ['conanbuild.bat', 'conanrun.bat']
    
    ======== Testing the package: Building ========
    tcpcat/1.0.1 (test package): Calling build()
    tcpcat/1.0.1 (test package): Running CMake.configure()
    tcpcat/1.0.1 (test package): RUN: cmake -G "Visual Studio 16 2019" -DCMAKE_TOOLCHAIN_FILE="generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="C:/J/workspace/prod-v2/bsr/cci-68e73685/recipes/tcpcat/all/test_package" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" "C:/J/workspace/prod-v2/bsr/cci-68e73685/recipes/tcpcat/all/test_package"
    -- Using Conan toolchain: C:/J/workspace/prod-v2/bsr/cci-68e73685/recipes/tcpcat/all/test_package/build/msvc-192-x86_64-17-release/generators/conan_toolchain.cmake
    -- Conan toolchain: CMAKE_GENERATOR_TOOLSET=v142
    -- Conan toolchain: C++ Standard 17 with extensions OFF
    -- The CXX compiler identification is MSVC 19.29.30148.0
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- Conan: Target declared 'tcpcat'
    CMake Error at build/msvc-192-x86_64-17-release/generators/cmakedeps_macros.cmake:67 (message):
      Library 'tcpcat' not found in package.  If 'tcpcat' is a system library,
      declare it with 'cpp_info.system_libs' property
    Call Stack (most recent call first):
      build/msvc-192-x86_64-17-release/generators/tcpcat-Target-release.cmake:23 (conan_package_library_targets)
      build/msvc-192-x86_64-17-release/generators/tcpcatTargets.cmake:24 (include)
      build/msvc-192-x86_64-17-release/generators/tcpcat-config.cmake:16 (include)
      CMakeLists.txt:6 (find_package)
    
    
    -- Configuring incomplete, errors occurred!
    See also "C:/J/workspace/prod-v2/bsr/cci-68e73685/recipes/tcpcat/all/test_package/build/msvc-192-x86_64-17-release/CMakeFiles/CMakeOutput.log".
    
    ERROR: tcpcat/1.0.1 (test package): Error in build() method, line 17
    	cmake.configure()
    	ConanException: Error 1 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 26 '24 11:05 conan-center-bot

Conan v1 pipeline :x:

Failure in build 6 (305b9aa8a0e229e74129b4ed18be7a79693fa4d0):

  • tcpcat/1.0.2: CI failed to create some packages (All logs)

    Logs for packageID 94feaa9e640c5a7b17c377969115f6d4c4e74875:
    [settings]
    arch=armv8
    build_type=Debug
    compiler=apple-clang
    compiler.libcxx=libc++
    compiler.version=13.0
    os=Macos
    [options]
    tcpcat:shared=False
    
    [...]
    /Users/jenkins/workspace/prod-v1/bsr/49196/fbfaf/.conan/data/tcpcat/1.0.2/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/asio/traits/execute_member.hpp:42:10: error: unknown type name 'constexpr'
      static constexpr bool is_noexcept = false;
             ^
    /Users/jenkins/workspace/prod-v1/bsr/49196/fbfaf/.conan/data/tcpcat/1.0.2/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/asio/traits/execute_member.hpp:72:25: error: a space is required between consecutive right angle brackets (use '> >')
        is_same<T, decay_t<T>>::value
                            ^
    /Users/jenkins/workspace/prod-v1/bsr/49196/fbfaf/.conan/data/tcpcat/1.0.2/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/asio/traits/execute_member.hpp:73:30: error: a space is required between consecutive right angle brackets (use '> >')
          && is_same<F, decay_t<F>>::value,
                                 ^
    /Users/jenkins/workspace/prod-v1/bsr/49196/fbfaf/.conan/data/tcpcat/1.0.2/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/asio/traits/execute_member.hpp:77:16: error: a space is required between consecutive right angle brackets (use '> >')
          decay_t<F>>
                   ^
    In file included from /Users/jenkins/workspace/prod-v1/bsr/cci-30b78879/recipes/tcpcat/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49196/fbfaf/.conan/data/tcpcat/1.0.2/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/tcpcat/tcpcat.h:32:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49196/fbfaf/.conan/data/tcpcat/1.0.2/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/tcpcat/base/EventHandler.h:33:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49196/fbfaf/.conan/data/tcpcat/1.0.2/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/asio.hpp:18:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49196/fbfaf/.conan/data/tcpcat/1.0.2/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/asio/any_completion_executor.hpp:22:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49196/fbfaf/.conan/data/tcpcat/1.0.2/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/asio/execution.hpp:18:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49196/fbfaf/.conan/data/tcpcat/1.0.2/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/asio/execution/allocator.hpp:20:
    /Users/jenkins/workspace/prod-v1/bsr/49196/fbfaf/.conan/data/tcpcat/1.0.2/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/asio/execution/executor.hpp:55:36: error: a space is required between consecutive right angle brackets (use '> >')
        is_move_constructible<decay_t<F>>::value
                                       ^
    /Users/jenkins/workspace/prod-v1/bsr/49196/fbfaf/.conan/data/tcpcat/1.0.2/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/asio/execution/executor.hpp:68:6: error: expected expression
      >> : true_type
         ^
    /Users/jenkins/workspace/prod-v1/bsr/49196/fbfaf/.conan/data/tcpcat/1.0.2/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/asio/execution/executor.hpp:70:2: error: expected '>'
    };
     ^
    /Users/jenkins/workspace/prod-v1/bsr/49196/fbfaf/.conan/data/tcpcat/1.0.2/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/asio/execution/executor.hpp:66:14: note: to match this '<'
      enable_if_t<
                 ^
    /Users/jenkins/workspace/prod-v1/bsr/49196/fbfaf/.conan/data/tcpcat/1.0.2/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/asio/execution/executor.hpp:70:2: error: expected a type
    };
     ^
    /Users/jenkins/workspace/prod-v1/bsr/49196/fbfaf/.conan/data/tcpcat/1.0.2/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/asio/execution/executor.hpp:70:2: error: expected '>'
    /Users/jenkins/workspace/prod-v1/bsr/49196/fbfaf/.conan/data/tcpcat/1.0.2/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/asio/execution/executor.hpp:44:27: note: to match this '<'
    struct is_executor_of_impl<T, F,
                              ^
    fatal error: too many errors emitted, stopping now [-ferror-limit=]
    20 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
    WARN: *** Conan 1 is legacy and on a deprecation path ***
    WARN: *** Please upgrade to Conan 2 ***
    tcpcat/1.0.2 (test package): 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
    tcpcat/1.0.2 (test package): 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
    ERROR: tcpcat/1.0.2 (test package): Error in build() method, line 18
    	cmake.build()
    	ConanException: Error 2 while executing cmake --build "/Users/jenkins/workspace/prod-v1/bsr/cci-30b78879/recipes/tcpcat/all/test_package/build/Debug" '--' '-j8'
    

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 26 '24 13:05 conan-center-bot

Conan v1 pipeline :x:

Failure in build 7 (8a877de82e0d49e7eb9dbf67cb240a2bbcdc14fe):

  • tcpcat/1.0.2: CI failed to create some packages (All logs)

    Logs for packageID 94feaa9e640c5a7b17c377969115f6d4c4e74875:
    [settings]
    arch=armv8
    build_type=Debug
    compiler=apple-clang
    compiler.libcxx=libc++
    compiler.version=13.0
    os=Macos
    [options]
    tcpcat:shared=False
    
    [...]
    /Users/jenkins/workspace/prod-v1/bsr/49244/ccbfb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:42:10: error: unknown type name 'constexpr'
      static constexpr bool is_noexcept = false;
             ^
    /Users/jenkins/workspace/prod-v1/bsr/49244/ccbfb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:72:25: error: a space is required between consecutive right angle brackets (use '> >')
        is_same<T, decay_t<T>>::value
                            ^
    /Users/jenkins/workspace/prod-v1/bsr/49244/ccbfb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:73:30: error: a space is required between consecutive right angle brackets (use '> >')
          && is_same<F, decay_t<F>>::value,
                                 ^
    /Users/jenkins/workspace/prod-v1/bsr/49244/ccbfb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:77:16: error: a space is required between consecutive right angle brackets (use '> >')
          decay_t<F>>
                   ^
    In file included from /Users/jenkins/workspace/prod-v1/bsr/cci-4cbd6692/recipes/tcpcat/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49244/ccbfb/.conan/data/tcpcat/1.0.2/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/tcpcat/tcpcat.h:32:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49244/ccbfb/.conan/data/tcpcat/1.0.2/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/tcpcat/base/EventHandler.h:33:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49244/ccbfb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio.hpp:18:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49244/ccbfb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/any_completion_executor.hpp:22:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49244/ccbfb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution.hpp:18:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49244/ccbfb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/allocator.hpp:20:
    /Users/jenkins/workspace/prod-v1/bsr/49244/ccbfb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:55:36: error: a space is required between consecutive right angle brackets (use '> >')
        is_move_constructible<decay_t<F>>::value
                                       ^
    /Users/jenkins/workspace/prod-v1/bsr/49244/ccbfb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:68:6: error: expected expression
      >> : true_type
         ^
    /Users/jenkins/workspace/prod-v1/bsr/49244/ccbfb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:70:2: error: expected '>'
    };
     ^
    /Users/jenkins/workspace/prod-v1/bsr/49244/ccbfb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:66:14: note: to match this '<'
      enable_if_t<
                 ^
    /Users/jenkins/workspace/prod-v1/bsr/49244/ccbfb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:70:2: error: expected a type
    };
     ^
    /Users/jenkins/workspace/prod-v1/bsr/49244/ccbfb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:70:2: error: expected '>'
    /Users/jenkins/workspace/prod-v1/bsr/49244/ccbfb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:44:27: note: to match this '<'
    struct is_executor_of_impl<T, F,
                              ^
    fatal error: too many errors emitted, stopping now [-ferror-limit=]
    20 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
    WARN: *** Conan 1 is legacy and on a deprecation path ***
    WARN: *** Please upgrade to Conan 2 ***
    tcpcat/1.0.2 (test package): 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
    tcpcat/1.0.2 (test package): 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
    ERROR: tcpcat/1.0.2 (test package): Error in build() method, line 18
    	cmake.build()
    	ConanException: Error 2 while executing cmake --build "/Users/jenkins/workspace/prod-v1/bsr/cci-4cbd6692/recipes/tcpcat/all/test_package/build/Debug" '--' '-j8'
    

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 :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 (8a877de82e0d49e7eb9dbf67cb240a2bbcdc14fe):

  • tcpcat/1.0.2: CI failed to create some packages (All logs)

    Logs for packageID e80e6e1239efa1301a4a5f884b6b337e0d2b7f7f:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=msvc
    compiler.cppstd=17
    compiler.runtime=dynamic
    compiler.runtime_type=Release
    compiler.version=193
    os=Windows
    [options]
    */*:shared=True
    
    [...]
    ======== Installing packages ========
    asio/1.30.2: Already installed! (1 of 2)
    tcpcat/1.0.2: Already installed! (2 of 2)
    
    ======== Testing the package ========
    Removing previously existing 'test_package' build folder: C:\J\workspace\prod-v2\bsr\cci-36987437\recipes\tcpcat\all\test_package\build\msvc-193-x86_64-17-release
    tcpcat/1.0.2 (test package): Test package build: build\msvc-193-x86_64-17-release
    tcpcat/1.0.2 (test package): Test package build folder: C:\J\workspace\prod-v2\bsr\cci-36987437\recipes\tcpcat\all\test_package\build\msvc-193-x86_64-17-release
    tcpcat/1.0.2 (test package): Writing generators to C:\J\workspace\prod-v2\bsr\cci-36987437\recipes\tcpcat\all\test_package\build\msvc-193-x86_64-17-release\generators
    tcpcat/1.0.2 (test package): Generator 'CMakeDeps' calling 'generate()'
    tcpcat/1.0.2 (test package): CMakeDeps necessary find_package() and targets for your CMakeLists.txt
        find_package(tcpcat)
        target_link_libraries(... tcpcat)
    tcpcat/1.0.2 (test package): Generator 'CMakeToolchain' calling 'generate()'
    tcpcat/1.0.2 (test package): CMakeToolchain generated: conan_toolchain.cmake
    tcpcat/1.0.2 (test package): CMakeToolchain generated: C:\J\workspace\prod-v2\bsr\cci-36987437\recipes\tcpcat\all\test_package\build\msvc-193-x86_64-17-release\generators\CMakePresets.json
    tcpcat/1.0.2 (test package): CMakeToolchain generated: C:\J\workspace\prod-v2\bsr\cci-36987437\recipes\tcpcat\all\test_package\CMakeUserPresets.json
    tcpcat/1.0.2 (test package): Generating aggregated env files
    tcpcat/1.0.2 (test package): Generated aggregated env files: ['conanbuild.bat', 'conanrun.bat']
    
    ======== Testing the package: Building ========
    tcpcat/1.0.2 (test package): Calling build()
    tcpcat/1.0.2 (test package): Running CMake.configure()
    tcpcat/1.0.2 (test package): RUN: cmake -G "Visual Studio 17 2022" -DCMAKE_TOOLCHAIN_FILE="generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="C:/J/workspace/prod-v2/bsr/cci-36987437/recipes/tcpcat/all/test_package" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" "C:/J/workspace/prod-v2/bsr/cci-36987437/recipes/tcpcat/all/test_package"
    -- Using Conan toolchain: C:/J/workspace/prod-v2/bsr/cci-36987437/recipes/tcpcat/all/test_package/build/msvc-193-x86_64-17-release/generators/conan_toolchain.cmake
    -- Conan toolchain: CMAKE_GENERATOR_TOOLSET=v143
    -- Conan toolchain: C++ Standard 17 with extensions OFF
    -- The CXX compiler identification is MSVC 19.36.32532.0
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.36.32532/bin/Hostx64/x64/cl.exe - skipped
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- Conan: Target declared 'tcpcat'
    CMake Error at build/msvc-193-x86_64-17-release/generators/cmakedeps_macros.cmake:67 (message):
      Library 'tcpcat' not found in package.  If 'tcpcat' is a system library,
      declare it with 'cpp_info.system_libs' property
    Call Stack (most recent call first):
      build/msvc-193-x86_64-17-release/generators/tcpcat-Target-release.cmake:23 (conan_package_library_targets)
      build/msvc-193-x86_64-17-release/generators/tcpcatTargets.cmake:24 (include)
      build/msvc-193-x86_64-17-release/generators/tcpcat-config.cmake:16 (include)
      CMakeLists.txt:6 (find_package)
    
    
    -- Configuring incomplete, errors occurred!
    See also "C:/J/workspace/prod-v2/bsr/cci-36987437/recipes/tcpcat/all/test_package/build/msvc-193-x86_64-17-release/CMakeFiles/CMakeOutput.log".
    
    ERROR: tcpcat/1.0.2 (test package): Error in build() method, line 17
    	cmake.configure()
    	ConanException: Error 1 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 26 '24 13:05 conan-center-bot

Conan v1 pipeline :x:

Failure in build 8 (6dd37a2384e665369e1c148ac5af579528b72800):

  • tcpcat/1.0.3: CI failed to create some packages (All logs)

    Logs for packageID bb8cabbfe2560c16a1405617d415cc81c4513fbf:
    [settings]
    arch=armv8
    build_type=Release
    compiler=apple-clang
    compiler.libcxx=libc++
    compiler.version=13.0
    os=Macos
    [options]
    tcpcat:shared=False
    
    [...]
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/tcpcat/1.0.3/_/_/package/bb8cabbfe2560c16a1405617d415cc81c4513fbf/include/tcpcat/base/EventHandler.h:35:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/tcpcat/1.0.3/_/_/package/bb8cabbfe2560c16a1405617d415cc81c4513fbf/include/tcpcat/base/TcpSession.h:34:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/ip/tcp.hpp:19:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/basic_socket_acceptor.hpp:20:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/any_io_executor.hpp:22:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution.hpp:18:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/allocator.hpp:20:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:22:
    /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:41:10: error: unknown type name 'constexpr'
      static constexpr bool is_valid = false;
             ^
    /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:42:10: error: unknown type name 'constexpr'
      static constexpr bool is_noexcept = false;
             ^
    /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:72:25: error: a space is required between consecutive right angle brackets (use '> >')
        is_same<T, decay_t<T>>::value
                            ^
    /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:73:30: error: a space is required between consecutive right angle brackets (use '> >')
          && is_same<F, decay_t<F>>::value,
                                 ^
    /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:77:16: error: a space is required between consecutive right angle brackets (use '> >')
          decay_t<F>>
                   ^
    In file included from /Users/jenkins/workspace/prod-v1/bsr/cci-40841eb7/recipes/tcpcat/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/tcpcat/1.0.3/_/_/package/bb8cabbfe2560c16a1405617d415cc81c4513fbf/include/tcpcat/tcpcat.h:32:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/tcpcat/1.0.3/_/_/package/bb8cabbfe2560c16a1405617d415cc81c4513fbf/include/tcpcat/base/EventHandler.h:35:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/tcpcat/1.0.3/_/_/package/bb8cabbfe2560c16a1405617d415cc81c4513fbf/include/tcpcat/base/TcpSession.h:34:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/ip/tcp.hpp:19:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/basic_socket_acceptor.hpp:20:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/any_io_executor.hpp:22:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution.hpp:18:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/allocator.hpp:20:
    /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:55:36: error: a space is required between consecutive right angle brackets (use '> >')
        is_move_constructible<decay_t<F>>::value
                                       ^
    /Users/jenkins/workspace/prod-v1/bsr/49328/febdb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:68:6: error: expected expression
      >> : true_type
         ^
    fatal error: too many errors emitted, stopping now [-ferror-limit=]
    20 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
    WARN: *** Conan 1 is legacy and on a deprecation path ***
    WARN: *** Please upgrade to Conan 2 ***
    tcpcat/1.0.3 (test package): 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
    tcpcat/1.0.3 (test package): 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
    ERROR: tcpcat/1.0.3 (test package): Error in build() method, line 18
    	cmake.build()
    	ConanException: Error 2 while executing cmake --build "/Users/jenkins/workspace/prod-v1/bsr/cci-40841eb7/recipes/tcpcat/all/test_package/build/Release" '--' '-j8'
    

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 :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 8 (6dd37a2384e665369e1c148ac5af579528b72800):

  • tcpcat/1.0.3: CI failed to create some packages (All logs)

    Logs for packageID e80e6e1239efa1301a4a5f884b6b337e0d2b7f7f:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=msvc
    compiler.cppstd=17
    compiler.runtime=dynamic
    compiler.runtime_type=Release
    compiler.version=193
    os=Windows
    [options]
    */*:shared=True
    
    [...]
    ======== Installing packages ========
    asio/1.30.2: Already installed! (1 of 2)
    tcpcat/1.0.3: Already installed! (2 of 2)
    
    ======== Testing the package ========
    Removing previously existing 'test_package' build folder: C:\J\workspace\prod-v2\bsr\cci-fb3739cf\recipes\tcpcat\all\test_package\build\msvc-193-x86_64-17-release
    tcpcat/1.0.3 (test package): Test package build: build\msvc-193-x86_64-17-release
    tcpcat/1.0.3 (test package): Test package build folder: C:\J\workspace\prod-v2\bsr\cci-fb3739cf\recipes\tcpcat\all\test_package\build\msvc-193-x86_64-17-release
    tcpcat/1.0.3 (test package): Writing generators to C:\J\workspace\prod-v2\bsr\cci-fb3739cf\recipes\tcpcat\all\test_package\build\msvc-193-x86_64-17-release\generators
    tcpcat/1.0.3 (test package): Generator 'CMakeDeps' calling 'generate()'
    tcpcat/1.0.3 (test package): CMakeDeps necessary find_package() and targets for your CMakeLists.txt
        find_package(tcpcat)
        target_link_libraries(... tcpcat)
    tcpcat/1.0.3 (test package): Generator 'CMakeToolchain' calling 'generate()'
    tcpcat/1.0.3 (test package): CMakeToolchain generated: conan_toolchain.cmake
    tcpcat/1.0.3 (test package): CMakeToolchain generated: C:\J\workspace\prod-v2\bsr\cci-fb3739cf\recipes\tcpcat\all\test_package\build\msvc-193-x86_64-17-release\generators\CMakePresets.json
    tcpcat/1.0.3 (test package): CMakeToolchain generated: C:\J\workspace\prod-v2\bsr\cci-fb3739cf\recipes\tcpcat\all\test_package\CMakeUserPresets.json
    tcpcat/1.0.3 (test package): Generating aggregated env files
    tcpcat/1.0.3 (test package): Generated aggregated env files: ['conanbuild.bat', 'conanrun.bat']
    
    ======== Testing the package: Building ========
    tcpcat/1.0.3 (test package): Calling build()
    tcpcat/1.0.3 (test package): Running CMake.configure()
    tcpcat/1.0.3 (test package): RUN: cmake -G "Visual Studio 17 2022" -DCMAKE_TOOLCHAIN_FILE="generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="C:/J/workspace/prod-v2/bsr/cci-fb3739cf/recipes/tcpcat/all/test_package" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" "C:/J/workspace/prod-v2/bsr/cci-fb3739cf/recipes/tcpcat/all/test_package"
    -- Using Conan toolchain: C:/J/workspace/prod-v2/bsr/cci-fb3739cf/recipes/tcpcat/all/test_package/build/msvc-193-x86_64-17-release/generators/conan_toolchain.cmake
    -- Conan toolchain: CMAKE_GENERATOR_TOOLSET=v143
    -- Conan toolchain: C++ Standard 17 with extensions OFF
    -- The CXX compiler identification is MSVC 19.36.32532.0
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.36.32532/bin/Hostx64/x64/cl.exe - skipped
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- Conan: Target declared 'tcpcat'
    CMake Error at build/msvc-193-x86_64-17-release/generators/cmakedeps_macros.cmake:67 (message):
      Library 'tcpcat' not found in package.  If 'tcpcat' is a system library,
      declare it with 'cpp_info.system_libs' property
    Call Stack (most recent call first):
      build/msvc-193-x86_64-17-release/generators/tcpcat-Target-release.cmake:23 (conan_package_library_targets)
      build/msvc-193-x86_64-17-release/generators/tcpcatTargets.cmake:24 (include)
      build/msvc-193-x86_64-17-release/generators/tcpcat-config.cmake:16 (include)
      CMakeLists.txt:6 (find_package)
    
    
    -- Configuring incomplete, errors occurred!
    See also "C:/J/workspace/prod-v2/bsr/cci-fb3739cf/recipes/tcpcat/all/test_package/build/msvc-193-x86_64-17-release/CMakeFiles/CMakeOutput.log".
    
    ERROR: tcpcat/1.0.3 (test package): Error in build() method, line 17
    	cmake.configure()
    	ConanException: Error 1 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 26 '24 16:05 conan-center-bot

Conan v1 pipeline :x:

Failure in build 9 (f7c1da056c4085fd2aa00dde6baef8a5bfa5814c):

  • tcpcat/1.0.3: CI failed to create some packages (All logs)

    Logs for packageID 94feaa9e640c5a7b17c377969115f6d4c4e74875:
    [settings]
    arch=armv8
    build_type=Debug
    compiler=apple-clang
    compiler.libcxx=libc++
    compiler.version=13.0
    os=Macos
    [options]
    tcpcat:shared=False
    
    [...]
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/tcpcat/1.0.3/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/tcpcat/base/EventHandler.h:35:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/tcpcat/1.0.3/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/tcpcat/base/TcpSession.h:34:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/ip/tcp.hpp:19:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/basic_socket_acceptor.hpp:20:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/any_io_executor.hpp:22:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution.hpp:18:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/allocator.hpp:20:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:22:
    /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:41:10: error: unknown type name 'constexpr'
      static constexpr bool is_valid = false;
             ^
    /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:42:10: error: unknown type name 'constexpr'
      static constexpr bool is_noexcept = false;
             ^
    /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:72:25: error: a space is required between consecutive right angle brackets (use '> >')
        is_same<T, decay_t<T>>::value
                            ^
    /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:73:30: error: a space is required between consecutive right angle brackets (use '> >')
          && is_same<F, decay_t<F>>::value,
                                 ^
    /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:77:16: error: a space is required between consecutive right angle brackets (use '> >')
          decay_t<F>>
                   ^
    In file included from /Users/jenkins/workspace/prod-v1/bsr/cci-b230be63/recipes/tcpcat/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/tcpcat/1.0.3/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/tcpcat/tcpcat.h:32:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/tcpcat/1.0.3/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/tcpcat/base/EventHandler.h:35:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/tcpcat/1.0.3/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/tcpcat/base/TcpSession.h:34:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/ip/tcp.hpp:19:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/basic_socket_acceptor.hpp:20:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/any_io_executor.hpp:22:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution.hpp:18:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/allocator.hpp:20:
    /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:55:36: error: a space is required between consecutive right angle brackets (use '> >')
        is_move_constructible<decay_t<F>>::value
                                       ^
    /Users/jenkins/workspace/prod-v1/bsr/49337/feacb/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:68:6: error: expected expression
      >> : true_type
         ^
    fatal error: too many errors emitted, stopping now [-ferror-limit=]
    20 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
    WARN: *** Conan 1 is legacy and on a deprecation path ***
    WARN: *** Please upgrade to Conan 2 ***
    tcpcat/1.0.3 (test package): 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
    tcpcat/1.0.3 (test package): 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
    ERROR: tcpcat/1.0.3 (test package): Error in build() method, line 18
    	cmake.build()
    	ConanException: Error 2 while executing cmake --build "/Users/jenkins/workspace/prod-v1/bsr/cci-b230be63/recipes/tcpcat/all/test_package/build/Debug" '--' '-j8'
    

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 :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 9 (f7c1da056c4085fd2aa00dde6baef8a5bfa5814c):

  • tcpcat/1.0.3: CI failed to create some packages (All logs)

    Logs for packageID e80e6e1239efa1301a4a5f884b6b337e0d2b7f7f:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=msvc
    compiler.cppstd=17
    compiler.runtime=dynamic
    compiler.runtime_type=Release
    compiler.version=193
    os=Windows
    [options]
    */*:shared=True
    
    [...]
    ======== Installing packages ========
    asio/1.30.2: Already installed! (1 of 2)
    tcpcat/1.0.3: Already installed! (2 of 2)
    
    ======== Testing the package ========
    Removing previously existing 'test_package' build folder: C:\J\workspace\prod-v2\bsr\cci-b92b4f7c\recipes\tcpcat\all\test_package\build\msvc-193-x86_64-17-release
    tcpcat/1.0.3 (test package): Test package build: build\msvc-193-x86_64-17-release
    tcpcat/1.0.3 (test package): Test package build folder: C:\J\workspace\prod-v2\bsr\cci-b92b4f7c\recipes\tcpcat\all\test_package\build\msvc-193-x86_64-17-release
    tcpcat/1.0.3 (test package): Writing generators to C:\J\workspace\prod-v2\bsr\cci-b92b4f7c\recipes\tcpcat\all\test_package\build\msvc-193-x86_64-17-release\generators
    tcpcat/1.0.3 (test package): Generator 'CMakeDeps' calling 'generate()'
    tcpcat/1.0.3 (test package): CMakeDeps necessary find_package() and targets for your CMakeLists.txt
        find_package(tcpcat)
        target_link_libraries(... tcpcat)
    tcpcat/1.0.3 (test package): Generator 'CMakeToolchain' calling 'generate()'
    tcpcat/1.0.3 (test package): CMakeToolchain generated: conan_toolchain.cmake
    tcpcat/1.0.3 (test package): CMakeToolchain generated: C:\J\workspace\prod-v2\bsr\cci-b92b4f7c\recipes\tcpcat\all\test_package\build\msvc-193-x86_64-17-release\generators\CMakePresets.json
    tcpcat/1.0.3 (test package): CMakeToolchain generated: C:\J\workspace\prod-v2\bsr\cci-b92b4f7c\recipes\tcpcat\all\test_package\CMakeUserPresets.json
    tcpcat/1.0.3 (test package): Generating aggregated env files
    tcpcat/1.0.3 (test package): Generated aggregated env files: ['conanbuild.bat', 'conanrun.bat']
    
    ======== Testing the package: Building ========
    tcpcat/1.0.3 (test package): Calling build()
    tcpcat/1.0.3 (test package): Running CMake.configure()
    tcpcat/1.0.3 (test package): RUN: cmake -G "Visual Studio 17 2022" -DCMAKE_TOOLCHAIN_FILE="generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="C:/J/workspace/prod-v2/bsr/cci-b92b4f7c/recipes/tcpcat/all/test_package" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" "C:/J/workspace/prod-v2/bsr/cci-b92b4f7c/recipes/tcpcat/all/test_package"
    -- Using Conan toolchain: C:/J/workspace/prod-v2/bsr/cci-b92b4f7c/recipes/tcpcat/all/test_package/build/msvc-193-x86_64-17-release/generators/conan_toolchain.cmake
    -- Conan toolchain: CMAKE_GENERATOR_TOOLSET=v143
    -- Conan toolchain: C++ Standard 17 with extensions OFF
    -- The CXX compiler identification is MSVC 19.36.32532.0
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.36.32532/bin/Hostx64/x64/cl.exe - skipped
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- Conan: Target declared 'tcpcat'
    CMake Error at build/msvc-193-x86_64-17-release/generators/cmakedeps_macros.cmake:67 (message):
      Library 'tcpcat' not found in package.  If 'tcpcat' is a system library,
      declare it with 'cpp_info.system_libs' property
    Call Stack (most recent call first):
      build/msvc-193-x86_64-17-release/generators/tcpcat-Target-release.cmake:23 (conan_package_library_targets)
      build/msvc-193-x86_64-17-release/generators/tcpcatTargets.cmake:24 (include)
      build/msvc-193-x86_64-17-release/generators/tcpcat-config.cmake:16 (include)
      CMakeLists.txt:6 (find_package)
    
    
    -- Configuring incomplete, errors occurred!
    See also "C:/J/workspace/prod-v2/bsr/cci-b92b4f7c/recipes/tcpcat/all/test_package/build/msvc-193-x86_64-17-release/CMakeFiles/CMakeOutput.log".
    
    ERROR: tcpcat/1.0.3 (test package): Error in build() method, line 17
    	cmake.configure()
    	ConanException: Error 1 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 26 '24 17:05 conan-center-bot

Hi @ydcpp thanks a lot for updating the recipe :) I have some points I'd like to mention after taking a look into the recipe and your upstream changes:

* You library's name has the unfortunate name collision with another older library, which as far as I can see comes in FreeBSD and is available in other Unix systems such as Ubuntu. Our general policy in these cases is to set the `name` attribute to `name = "ydcpp-tcpcat"` to avoid future confussions

* Instead of using `set(CMAKE_CXX_STANDARD 17)` it would be best if you used `target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_17)`, which tells CMake to ask for at least C++17 general support, but does not force C++17 specifically. This is helpful because in Conan users can set their desired cppstd flag and it's best if all packages listen to it, instead of silently changing the user's decisions (If you feel it's needed for your use-case upstream, we can always patch that line out, no problem)

* We'll need to patch out the find_program for `cppcheck` here, else you can add an option to enable/disable it and we can make sure to set it to False in the `configure` method

* Lastly, a super minor thing: When you tagged 1.0.3, you forgot to update the version in your CMakeLists

Regarding the Windows failures, I'll submit a patch in a sec to fix it

Let me know if you need any help with any of the above, happy to help!

thank you for the suggestions, I'll update upstream and let you know.

ydcpp avatar May 27 '24 17:05 ydcpp

Conan v1 pipeline :x:

Failure in build 10 (1de0ac871a0112c75cb6a796da28d09192099795):

  • tcpcat/1.0.4: Error running command conan export recipes/tcpcat/all/conanfile.py tcpcat/1.0.4@:
    WARN: *** Conan 1 is legacy and on a deprecation path ***
    WARN: *** Please upgrade to Conan 2 ***
    ERROR: Package recipe with name tcpcat!=ydcpp-tcpcat
    

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

  • tcpcat/1.0.4: Error running command conan export --name tcpcat --version 1.0.4 recipes/tcpcat/all/conanfile.py:
    ======== Exporting recipe to the cache ========
    ERROR: Package recipe with name tcpcat!=ydcpp-tcpcat
    

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 27 '24 20:05 conan-center-bot

Conan v1 pipeline :x:

Failure in build 11 (55c270c19ea5ed00491cbfdba02b87db8cc8cb70):

  • ydcpp-tcpcat/1.0.4: CI failed to create some packages (All logs)

    Logs for packageID 94feaa9e640c5a7b17c377969115f6d4c4e74875:
    [settings]
    arch=armv8
    build_type=Debug
    compiler=apple-clang
    compiler.libcxx=libc++
    compiler.version=13.0
    os=Macos
    [options]
    ydcpp-tcpcat:shared=False
    
    [...]
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/ydcpp-tcpcat/1.0.4/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/tcpcat/base/EventHandler.h:35:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/ydcpp-tcpcat/1.0.4/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/tcpcat/base/TcpSession.h:34:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/ip/tcp.hpp:19:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/basic_socket_acceptor.hpp:20:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/any_io_executor.hpp:22:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution.hpp:18:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/allocator.hpp:20:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:22:
    /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:41:10: error: unknown type name 'constexpr'
      static constexpr bool is_valid = false;
             ^
    /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:42:10: error: unknown type name 'constexpr'
      static constexpr bool is_noexcept = false;
             ^
    /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:72:25: error: a space is required between consecutive right angle brackets (use '> >')
        is_same<T, decay_t<T>>::value
                            ^
    /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:73:30: error: a space is required between consecutive right angle brackets (use '> >')
          && is_same<F, decay_t<F>>::value,
                                 ^
    /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:77:16: error: a space is required between consecutive right angle brackets (use '> >')
          decay_t<F>>
                   ^
    In file included from /Users/jenkins/workspace/prod-v1/bsr/cci-93f125b7/recipes/ydcpp-tcpcat/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/ydcpp-tcpcat/1.0.4/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/tcpcat/tcpcat.h:32:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/ydcpp-tcpcat/1.0.4/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/tcpcat/base/EventHandler.h:35:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/ydcpp-tcpcat/1.0.4/_/_/package/94feaa9e640c5a7b17c377969115f6d4c4e74875/include/tcpcat/base/TcpSession.h:34:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/ip/tcp.hpp:19:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/basic_socket_acceptor.hpp:20:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/any_io_executor.hpp:22:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution.hpp:18:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/allocator.hpp:20:
    /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:55:36: error: a space is required between consecutive right angle brackets (use '> >')
        is_move_constructible<decay_t<F>>::value
                                       ^
    /Users/jenkins/workspace/prod-v1/bsr/49849/eabce/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:68:6: error: expected expression
      >> : true_type
         ^
    fatal error: too many errors emitted, stopping now [-ferror-limit=]
    20 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
    WARN: *** Conan 1 is legacy and on a deprecation path ***
    WARN: *** Please upgrade to Conan 2 ***
    ydcpp-tcpcat/1.0.4 (test package): 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
    ydcpp-tcpcat/1.0.4 (test package): 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
    ERROR: ydcpp-tcpcat/1.0.4 (test package): Error in build() method, line 18
    	cmake.build()
    	ConanException: Error 2 while executing cmake --build "/Users/jenkins/workspace/prod-v1/bsr/cci-93f125b7/recipes/ydcpp-tcpcat/all/test_package/build/Debug" '--' '-j8'
    

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 :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 11 (55c270c19ea5ed00491cbfdba02b87db8cc8cb70):

  • ydcpp-tcpcat/1.0.4: CI failed to create some packages (All logs)

    Logs for packageID 6c659860613fc2ef6795c44b91ac3d50649c7559:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=msvc
    compiler.cppstd=17
    compiler.runtime=dynamic
    compiler.runtime_type=Release
    compiler.version=192
    os=Windows
    [options]
    */*:shared=True
    
    [...]
    ======== Installing packages ========
    asio/1.30.2: Already installed! (1 of 2)
    ydcpp-tcpcat/1.0.4: Already installed! (2 of 2)
    
    ======== Testing the package ========
    Removing previously existing 'test_package' build folder: C:\J\workspace\prod-v2\bsr\cci-00932f3c\recipes\ydcpp-tcpcat\all\test_package\build\msvc-192-x86_64-17-release
    ydcpp-tcpcat/1.0.4 (test package): Test package build: build\msvc-192-x86_64-17-release
    ydcpp-tcpcat/1.0.4 (test package): Test package build folder: C:\J\workspace\prod-v2\bsr\cci-00932f3c\recipes\ydcpp-tcpcat\all\test_package\build\msvc-192-x86_64-17-release
    ydcpp-tcpcat/1.0.4 (test package): Writing generators to C:\J\workspace\prod-v2\bsr\cci-00932f3c\recipes\ydcpp-tcpcat\all\test_package\build\msvc-192-x86_64-17-release\generators
    ydcpp-tcpcat/1.0.4 (test package): Generator 'CMakeDeps' calling 'generate()'
    ydcpp-tcpcat/1.0.4 (test package): CMakeDeps necessary find_package() and targets for your CMakeLists.txt
        find_package(ydcpp-tcpcat)
        target_link_libraries(... ydcpp-tcpcat)
    ydcpp-tcpcat/1.0.4 (test package): Generator 'CMakeToolchain' calling 'generate()'
    ydcpp-tcpcat/1.0.4 (test package): CMakeToolchain generated: conan_toolchain.cmake
    ydcpp-tcpcat/1.0.4 (test package): CMakeToolchain generated: C:\J\workspace\prod-v2\bsr\cci-00932f3c\recipes\ydcpp-tcpcat\all\test_package\build\msvc-192-x86_64-17-release\generators\CMakePresets.json
    ydcpp-tcpcat/1.0.4 (test package): CMakeToolchain generated: C:\J\workspace\prod-v2\bsr\cci-00932f3c\recipes\ydcpp-tcpcat\all\test_package\CMakeUserPresets.json
    ydcpp-tcpcat/1.0.4 (test package): Generating aggregated env files
    ydcpp-tcpcat/1.0.4 (test package): Generated aggregated env files: ['conanbuild.bat', 'conanrun.bat']
    
    ======== Testing the package: Building ========
    ydcpp-tcpcat/1.0.4 (test package): Calling build()
    ydcpp-tcpcat/1.0.4 (test package): Running CMake.configure()
    ydcpp-tcpcat/1.0.4 (test package): RUN: cmake -G "Visual Studio 16 2019" -DCMAKE_TOOLCHAIN_FILE="generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="C:/J/workspace/prod-v2/bsr/cci-00932f3c/recipes/ydcpp-tcpcat/all/test_package" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" "C:/J/workspace/prod-v2/bsr/cci-00932f3c/recipes/ydcpp-tcpcat/all/test_package"
    -- Using Conan toolchain: C:/J/workspace/prod-v2/bsr/cci-00932f3c/recipes/ydcpp-tcpcat/all/test_package/build/msvc-192-x86_64-17-release/generators/conan_toolchain.cmake
    -- Conan toolchain: CMAKE_GENERATOR_TOOLSET=v142
    -- Conan toolchain: C++ Standard 17 with extensions OFF
    -- The CXX compiler identification is MSVC 19.29.30148.0
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- Conan: Target declared 'ydcpp-tcpcat'
    CMake Error at build/msvc-192-x86_64-17-release/generators/cmakedeps_macros.cmake:67 (message):
      Library 'ydcpp-tcpcat' not found in package.  If 'ydcpp-tcpcat' is a system
      library, declare it with 'cpp_info.system_libs' property
    Call Stack (most recent call first):
      build/msvc-192-x86_64-17-release/generators/ydcpp-tcpcat-Target-release.cmake:23 (conan_package_library_targets)
      build/msvc-192-x86_64-17-release/generators/ydcpp-tcpcatTargets.cmake:24 (include)
      build/msvc-192-x86_64-17-release/generators/ydcpp-tcpcat-config.cmake:16 (include)
      CMakeLists.txt:6 (find_package)
    
    
    -- Configuring incomplete, errors occurred!
    See also "C:/J/workspace/prod-v2/bsr/cci-00932f3c/recipes/ydcpp-tcpcat/all/test_package/build/msvc-192-x86_64-17-release/CMakeFiles/CMakeOutput.log".
    
    ERROR: ydcpp-tcpcat/1.0.4 (test package): Error in build() method, line 17
    	cmake.configure()
    	ConanException: Error 1 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 27 '24 20:05 conan-center-bot

@RubenRBS I updated upstream and library name, please check again. thanks in advance!

ydcpp avatar May 27 '24 20:05 ydcpp

@ydcpp oh my, I missed the ping from 20 days ago, I'm so sorry for the delay, will get to this tomorrow first thing in the morning :)

AbrilRBS avatar Jun 16 '24 18:06 AbrilRBS

Alas, I needed @uilianries to double check for me. The remaining failing in Conan 2 in Windows comes from the fact that no symbols are exported. Do you plan on supporting windows shared builds, or should we validate it out?

AbrilRBS avatar Jun 18 '24 10:06 AbrilRBS

@ydcpp oh my, I missed the ping from 20 days ago, I'm so sorry for the delay, will get to this tomorrow first thing in the morning :)

hi @RubenRBS thanks for the reply, I also need some assistance for the build error on macOS, Clang (M1/arm64) (build is successful but test is failing). Could you please check it when you have time?

ydcpp avatar Jun 19 '24 10:06 ydcpp

Conan v1 pipeline :x:

Failure in build 13 (990e08fa9f21508edbad8e5b77b8d0160e635e3d):

  • ydcpp-tcpcat/1.0.4: CI failed to create some packages (All logs)

    Logs for packageID bb8cabbfe2560c16a1405617d415cc81c4513fbf:
    [settings]
    arch=armv8
    build_type=Release
    compiler=apple-clang
    compiler.libcxx=libc++
    compiler.version=13.0
    os=Macos
    [options]
    ydcpp-tcpcat:shared=False
    
    [...]
    In file included from /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/ydcpp-tcpcat/1.0.4/_/_/package/bb8cabbfe2560c16a1405617d415cc81c4513fbf/include/tcpcat/base/EventHandler.h:35:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/ydcpp-tcpcat/1.0.4/_/_/package/bb8cabbfe2560c16a1405617d415cc81c4513fbf/include/tcpcat/base/TcpSession.h:34:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/ip/tcp.hpp:19:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/basic_socket_acceptor.hpp:20:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/any_io_executor.hpp:22:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution.hpp:18:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/allocator.hpp:20:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:22:
    /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:41:10: error: unknown type name 'constexpr'
      static constexpr bool is_valid = false;
             ^
    /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:42:10: error: unknown type name 'constexpr'
      static constexpr bool is_noexcept = false;
             ^
    /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:72:25: error: a space is required between consecutive right angle brackets (use '> >')
        is_same<T, decay_t<T>>::value
                            ^
    /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:73:30: error: a space is required between consecutive right angle brackets (use '> >')
          && is_same<F, decay_t<F>>::value,
                                 ^
    /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/traits/execute_member.hpp:77:16: error: a space is required between consecutive right angle brackets (use '> >')
          decay_t<F>>
                   ^
    In file included from /Users/jenkins/workspace/prod-v1/bsr/cci-97ed8223/recipes/ydcpp-tcpcat/all/test_package/test_package.cpp:1:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/ydcpp-tcpcat/1.0.4/_/_/package/bb8cabbfe2560c16a1405617d415cc81c4513fbf/include/tcpcat/tcpcat.h:32:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/ydcpp-tcpcat/1.0.4/_/_/package/bb8cabbfe2560c16a1405617d415cc81c4513fbf/include/tcpcat/base/EventHandler.h:35:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/ydcpp-tcpcat/1.0.4/_/_/package/bb8cabbfe2560c16a1405617d415cc81c4513fbf/include/tcpcat/base/TcpSession.h:34:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/ip/tcp.hpp:19:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/basic_socket_acceptor.hpp:20:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/any_io_executor.hpp:22:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution.hpp:18:
    In file included from /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/allocator.hpp:20:
    /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:55:36: error: a space is required between consecutive right angle brackets (use '> >')
        is_move_constructible<decay_t<F>>::value
                                       ^
    /Users/jenkins/workspace/prod-v1/bsr/62788/eaddf/.conan/data/asio/1.30.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/asio/execution/executor.hpp:68:6: error: expected expression
      >> : true_type
         ^
    fatal error: too many errors emitted, stopping now [-ferror-limit=]
    20 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
    WARN: *** Conan 1 is legacy and on a deprecation path ***
    WARN: *** Please upgrade to Conan 2 ***
    ydcpp-tcpcat/1.0.4 (test package): 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
    ydcpp-tcpcat/1.0.4 (test package): 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
    ERROR: ydcpp-tcpcat/1.0.4 (test package): Error in build() method, line 18
    	cmake.build()
    	ConanException: Error 2 while executing cmake --build "/Users/jenkins/workspace/prod-v1/bsr/cci-97ed8223/recipes/ydcpp-tcpcat/all/test_package/build/Release" '--' '-j8'
    

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 :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.

Failure in build 13 (990e08fa9f21508edbad8e5b77b8d0160e635e3d):

  • ydcpp-tcpcat/1.0.4: CI failed to create some packages (All logs)

    Logs for packageID e80e6e1239efa1301a4a5f884b6b337e0d2b7f7f:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=msvc
    compiler.cppstd=17
    compiler.runtime=dynamic
    compiler.runtime_type=Release
    compiler.version=193
    os=Windows
    [options]
    */*:shared=True
    
    [...]
    ======== Installing packages ========
    asio/1.30.2: Already installed! (1 of 2)
    ydcpp-tcpcat/1.0.4: Already installed! (2 of 2)
    
    ======== Testing the package ========
    Removing previously existing 'test_package' build folder: C:\J\workspace\prod-v2\bsr\cci-c83c8108\recipes\ydcpp-tcpcat\all\test_package\build\msvc-193-x86_64-17-release
    ydcpp-tcpcat/1.0.4 (test package): Test package build: build\msvc-193-x86_64-17-release
    ydcpp-tcpcat/1.0.4 (test package): Test package build folder: C:\J\workspace\prod-v2\bsr\cci-c83c8108\recipes\ydcpp-tcpcat\all\test_package\build\msvc-193-x86_64-17-release
    ydcpp-tcpcat/1.0.4 (test package): Writing generators to C:\J\workspace\prod-v2\bsr\cci-c83c8108\recipes\ydcpp-tcpcat\all\test_package\build\msvc-193-x86_64-17-release\generators
    ydcpp-tcpcat/1.0.4 (test package): Generator 'CMakeDeps' calling 'generate()'
    ydcpp-tcpcat/1.0.4 (test package): CMakeDeps necessary find_package() and targets for your CMakeLists.txt
        find_package(ydcpp-tcpcat)
        target_link_libraries(... ydcpp-tcpcat)
    ydcpp-tcpcat/1.0.4 (test package): Generator 'CMakeToolchain' calling 'generate()'
    ydcpp-tcpcat/1.0.4 (test package): CMakeToolchain generated: conan_toolchain.cmake
    ydcpp-tcpcat/1.0.4 (test package): CMakeToolchain generated: C:\J\workspace\prod-v2\bsr\cci-c83c8108\recipes\ydcpp-tcpcat\all\test_package\build\msvc-193-x86_64-17-release\generators\CMakePresets.json
    ydcpp-tcpcat/1.0.4 (test package): CMakeToolchain generated: C:\J\workspace\prod-v2\bsr\cci-c83c8108\recipes\ydcpp-tcpcat\all\test_package\CMakeUserPresets.json
    ydcpp-tcpcat/1.0.4 (test package): Generating aggregated env files
    ydcpp-tcpcat/1.0.4 (test package): Generated aggregated env files: ['conanbuild.bat', 'conanrun.bat']
    
    ======== Testing the package: Building ========
    ydcpp-tcpcat/1.0.4 (test package): Calling build()
    ydcpp-tcpcat/1.0.4 (test package): Running CMake.configure()
    ydcpp-tcpcat/1.0.4 (test package): RUN: cmake -G "Visual Studio 17 2022" -DCMAKE_TOOLCHAIN_FILE="generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="C:/J/workspace/prod-v2/bsr/cci-c83c8108/recipes/ydcpp-tcpcat/all/test_package" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" "C:/J/workspace/prod-v2/bsr/cci-c83c8108/recipes/ydcpp-tcpcat/all/test_package"
    -- Using Conan toolchain: C:/J/workspace/prod-v2/bsr/cci-c83c8108/recipes/ydcpp-tcpcat/all/test_package/build/msvc-193-x86_64-17-release/generators/conan_toolchain.cmake
    -- Conan toolchain: CMAKE_GENERATOR_TOOLSET=v143
    -- Conan toolchain: C++ Standard 17 with extensions OFF
    -- The CXX compiler identification is MSVC 19.36.32532.0
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.36.32532/bin/Hostx64/x64/cl.exe - skipped
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- Conan: Target declared 'ydcpp-tcpcat'
    CMake Error at build/msvc-193-x86_64-17-release/generators/cmakedeps_macros.cmake:67 (message):
      Library 'ydcpp-tcpcat' not found in package.  If 'ydcpp-tcpcat' is a system
      library, declare it with 'cpp_info.system_libs' property
    Call Stack (most recent call first):
      build/msvc-193-x86_64-17-release/generators/ydcpp-tcpcat-Target-release.cmake:23 (conan_package_library_targets)
      build/msvc-193-x86_64-17-release/generators/ydcpp-tcpcatTargets.cmake:24 (include)
      build/msvc-193-x86_64-17-release/generators/ydcpp-tcpcat-config.cmake:16 (include)
      CMakeLists.txt:6 (find_package)
    
    
    -- Configuring incomplete, errors occurred!
    See also "C:/J/workspace/prod-v2/bsr/cci-c83c8108/recipes/ydcpp-tcpcat/all/test_package/build/msvc-193-x86_64-17-release/CMakeFiles/CMakeOutput.log".
    
    ERROR: ydcpp-tcpcat/1.0.4 (test package): Error in build() method, line 17
    	cmake.configure()
    	ConanException: Error 1 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 Jun 28 '24 22:06 conan-center-bot

Hi @ydcpp sorry for the delay: We have now pushed the last fixes needed to get the recipe working. Note that as I explained in https://github.com/conan-io/conan-center-index/pull/24062#issuecomment-2175741857, the current Windows shared builds have been disabled, as the current issue that no symbols are exported from your side in the library - let us know if you need any help with that, we can probably provide some hints as to how to better handle that on your side if needed :)

Other than that, we can merge the recipe after the current build succeeds, will keep an eye on it to ensure it gets thru to the finish line quickly. Again, thanks for your patience and follow-ups in this process

AbrilRBS avatar Jun 29 '24 00:06 AbrilRBS

Conan v1 pipeline :heavy_check_mark:

All green in build 15 (8b5b46339c19d7b9914b0be0377b61376fe68349):

  • ydcpp-tcpcat/1.0.4: 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 15 (8b5b46339c19d7b9914b0be0377b61376fe68349):

  • ydcpp-tcpcat/1.0.4: All packages built successfully! (All logs)

conan-center-bot avatar Jun 29 '24 01:06 conan-center-bot

Hooks produced the following warnings for commit 8b5b46339c19d7b9914b0be0377b61376fe68349
ydcpp-tcpcat/1.0.4@#3202abece933231c4dcd02c9d166ad06
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libydcpp-tcpcat.so' links to system library 'm' but it is not in cpp_info.system_libs.

github-actions[bot] avatar Jun 29 '24 01:06 github-actions[bot]

Conan v1 pipeline :heavy_check_mark:

All green in build 16 (7ac0657112a78c1a1f10fc5a27252131fe53ca65):

  • ydcpp-tcpcat/1.0.4: 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 16 (7ac0657112a78c1a1f10fc5a27252131fe53ca65):

  • ydcpp-tcpcat/1.0.4: All packages built successfully! (All logs)

conan-center-bot avatar Jun 29 '24 02:06 conan-center-bot

Conan v1 pipeline :heavy_check_mark:

All green in build 17 (b841ae2167c86f842ad619ea8deba996b9607f2a):

  • ydcpp-tcpcat/1.0.4: 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 17 (b841ae2167c86f842ad619ea8deba996b9607f2a):

  • ydcpp-tcpcat/1.0.4: All packages built successfully! (All logs)

conan-center-bot avatar Jun 29 '24 23:06 conan-center-bot