Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws-sdk-cpp: Remove s2n requirement, clearly it's not needed #25755

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

AbrilRBS
Copy link
Member

Summary

Changes to recipe: aws-sdk-cpp/[*]

Closes #25540, but more work still needs to be done

@AbrilRBS AbrilRBS self-assigned this Oct 28, 2024
@conan-center-bot

This comment has been minimized.

@AbrilRBS
Copy link
Member Author

I think the current might be a missing transitive_headers on aws-crt-cpp side

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

Warning

Conan Center will stop receiving updates for Conan 1.x packages soon - please see announcement.

All green in build 3 (9c701be78894c188a8948386d47474de1162e248):

  • aws-sdk-cpp/1.11.352:
    Built 19 packages out of 22 (All logs)

  • aws-sdk-cpp/1.9.234:
    Built 19 packages out of 22 (All logs)


Conan v2 pipeline ❌

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

  • aws-sdk-cpp/1.11.352:
    CI failed to create some packages (All logs)

    Logs for packageID 5696dfb0454badf80175a5cdf4f5041e05334f89:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    [...]
    -- Conan: Component target declared 'xorg::xcb-dri3'
    -- Conan: Component target declared 'xorg::xcb-cursor'
    -- Conan: Component target declared 'xorg::xcb-dri2'
    -- Conan: Component target declared 'xorg::xcb-glx'
    -- Conan: Component target declared 'xorg::xcb-present'
    -- Conan: Component target declared 'xorg::xcb-composite'
    -- Conan: Component target declared 'xorg::xcb-ewmh'
    -- Conan: Component target declared 'xorg::xcb-res'
    -- Conan: Component target declared 'xorg::uuid'
    -- Conan: Component target declared 'xorg::sm'
    -- Conan: Target declared 'xorg::xorg'
    -- Pulse audio header files have been detected, included pulse audio as a possible sound driver implementation.
    -- Adding transfer to SDK build
    -- Configuring done
    -- Generating done
    CMake Warning:
      Manually-specified variables were not used by the project:
    
        ENABLE_OPENSSL_ENCRYPTION
    
    
    -- Build files have been written to: /home/conan/workspace/prod-v2/bsr/103479/bbbec/p/b/aws-sa243ac45b0a12/b/build/Release
    
    aws-sdk-cpp/1.11.352: Running CMake.build()
    aws-sdk-cpp/1.11.352: RUN: cmake --build "/home/conan/workspace/prod-v2/bsr/103479/bbbec/p/b/aws-sa243ac45b0a12/b/build/Release" -- -j3
    Scanning dependencies of target aws-cpp-sdk-core
    [  1%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/ub_core.cpp.o
    [  2%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/AmazonSerializableWebServiceRequest.cpp.o
    [  3%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/AmazonStreamingWebServiceRequest.cpp.o
    In file included from /home/conan/workspace/prod-v2/bsr/103479/bbbec/p/b/aws-sa243ac45b0a12/b/src/src/aws-cpp-sdk-core/include/aws/core/utils/event/EventMessage.h:9,
                     from /home/conan/workspace/prod-v2/bsr/103479/bbbec/p/b/aws-sa243ac45b0a12/b/src/src/aws-cpp-sdk-core/source/auth/signer/AWSAuthEventStreamV4Signer.cpp:20,
                     from /home/conan/workspace/prod-v2/bsr/103479/bbbec/p/b/aws-sa243ac45b0a12/b/build/Release/src/aws-cpp-sdk-core/ub_core.cpp:13:
    /home/conan/workspace/prod-v2/bsr/103479/bbbec/p/b/aws-sa243ac45b0a12/b/src/src/aws-cpp-sdk-core/include/aws/core/utils/event/EventHeader.h:14:10: fatal error: aws/event-stream/event_stream.h: No such file or directory
       14 | #include <aws/event-stream/event_stream.h>
          |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    compilation terminated.
    src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/build.make:63: recipe for target 'src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/ub_core.cpp.o' failed
    make[2]: *** [src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/ub_core.cpp.o] Error 1
    make[2]: *** Waiting for unfinished jobs....
    CMakeFiles/Makefile2:135: recipe for target 'src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/all' failed
    make[1]: *** [src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/all] Error 2
    Makefile:129: recipe for target 'all' failed
    make: *** [all] Error 2
    
    aws-sdk-cpp/1.11.352: ERROR: 
    Package '5696dfb0454badf80175a5cdf4f5041e05334f89' build failed
    aws-sdk-cpp/1.11.352: WARN: Build folder /home/conan/workspace/prod-v2/bsr/103479/bbbec/p/b/aws-sa243ac45b0a12/b/build/Release
    ERROR: aws-sdk-cpp/1.11.352: Error in build() method, line 609
    	cmake.build()
    	ConanException: Error 2 while executing
    
  • aws-sdk-cpp/1.9.234:
    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.

@uilianries
Copy link
Member

Why does it need transitive_libs only now?

@DevAGCO
Copy link

DevAGCO commented Nov 18, 2024

Looking forward for this PR to be merged in! :)

Thanks for your work guys!

@DevAGCO
Copy link

DevAGCO commented Dec 9, 2024

Any update on this?

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

Successfully merging this pull request may close these issues.

[package] aws-sdk-cpp/1.11.352: Fails to build for Windows (with MinGW)
4 participants