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

opentelemetry-cpp: support arm architecture #14834

Merged
merged 4 commits into from
Jan 19, 2023

Conversation

toge
Copy link
Contributor

@toge toge commented Dec 20, 2022

Specify library name and version: opentelemetry-cpp/*

try to close #14832.


@ghost
Copy link

ghost commented Dec 20, 2022

I detected other pull requests that are modifying opentelemetry-cpp/all recipe:

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

uilianries
uilianries previously approved these changes Dec 20, 2022
@conan-center-bot

This comment has been minimized.

@toge
Copy link
Contributor Author

toge commented Dec 20, 2022

Is the compilation error for M1 Mac caused by cross compiling?

Building with nostd types...
/bin/sh: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/protobuf/3.21.4/_/_/package/74c0df239b6cf72f9d23952585c48d517b6d162f/bin/protoc: Bad CPU type in executable

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

Co-authored-by: Uilian Ries <uilianries@gmail.com>
@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline

All green in build 4 (0bec8eb46e42f45e441f3582d7efd1bd3682f6c6):

  • opentelemetry-cpp/1.8.1@:
    All packages built successfully! (All logs)

  • opentelemetry-cpp/1.6.1@:
    All packages built successfully! (All logs)

  • opentelemetry-cpp/1.7.0@:
    All packages built successfully! (All logs)

  • opentelemetry-cpp/1.4.0@:
    All packages built successfully! (All logs)

  • opentelemetry-cpp/1.3.0@:
    All packages built successfully! (All logs)

  • opentelemetry-cpp/1.4.1@:
    All packages built successfully! (All logs)

  • opentelemetry-cpp/1.2.0@:
    All packages built successfully! (All logs)

  • opentelemetry-cpp/1.0.1@:
    All packages built successfully! (All logs)


Conan v2 pipeline (informative, not required for merge)

Failure in build 4 (0bec8eb46e42f45e441f3582d7efd1bd3682f6c6):

  • opentelemetry-cpp/1.7.0@:
    Didn't run or was cancelled before finishing

  • opentelemetry-cpp/1.8.1@:
    Didn't run or was cancelled before finishing

  • opentelemetry-cpp/1.4.1@:
    Didn't run or was cancelled before finishing

  • opentelemetry-cpp/1.6.1@:
    CI failed to create some packages (All logs)

    Logs for packageID null:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    ********************************************************************************
    conan install --require=opentelemetry-cpp/1.6.1@#b8b5f6e03285d8968b1f9d9f3b1ec183 --build=opentelemetry-cpp/1.6.1 -pr:h /home/conan/w/prod-v2/BuildSingleReference/6268/c4cf14c8-e2d7-4acd-ba5c-3eec95e83b1a/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt -c:h tools.system.package_manager:mode=install -c:h tools.system.package_manager:sudo=True -pr:b /home/conan/w/prod-v2/BuildSingleReference/6268/c4cf14c8-e2d7-4acd-ba5c-3eec95e83b1a/profile_linux_11_libstdcpp11_gcc_release_64.-shared-False.txt -c:b tools.system.package_manager:mode=install -c:b tools.system.package_manager:sudo=True
    ********************************************************************************
    
    -------- Input profiles --------
    Profile host:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    [conf]
    tools.system.package_manager:mode=install
    tools.system.package_manager:sudo=True
    
    Profile build:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    [conf]
    tools.system.package_manager:mode=install
    tools.system.package_manager:sudo=True
    
    
    -------- Computing dependency graph --------
    abseil/20220623.0: Not found in local cache, looking in remotes...
    abseil/20220623.0: Checking remote: conan-center-v2
    abseil/20220623.0: Checking remote: c3i_PR-v2-14834
    Graph root
        virtual
    Requirements
        opentelemetry-cpp/1.6.1#b8b5f6e03285d8968b1f9d9f3b1ec183 - Cache
    Graph error
        Package 'abseil/20220623.0' not resolved: Unable to find 'abseil/20220623.0' in remotes
    
    -------- Computing necessary packages --------
    ERROR: Package 'abseil/20220623.0' not resolved: Unable to find 'abseil/20220623.0' in remotes
    
  • opentelemetry-cpp/1.2.0@:
    Didn't run or was cancelled before finishing

  • opentelemetry-cpp/1.3.0@:
    Didn't run or was cancelled before finishing

  • opentelemetry-cpp/1.4.0@:
    Didn't run or was cancelled before finishing

  • opentelemetry-cpp/1.0.1@:
    Didn't run or was cancelled before finishing


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

@conan-center-bot conan-center-bot merged commit 92fa1a3 into conan-io:master Jan 19, 2023
franramirez688 pushed a commit to franramirez688/conan-center-index that referenced this pull request Jan 20, 2023
* relax validate logic for no intel arch

* add protobuf as tool_requires

* add grpc to build_requires

* use dependenies

Co-authored-by: Uilian Ries <uilianries@gmail.com>

Co-authored-by: Uilian Ries <uilianries@gmail.com>
StellaSmith pushed a commit to StellaSmith/conan-center-index that referenced this pull request Feb 2, 2023
* relax validate logic for no intel arch

* add protobuf as tool_requires

* add grpc to build_requires

* use dependenies

Co-authored-by: Uilian Ries <uilianries@gmail.com>

Co-authored-by: Uilian Ries <uilianries@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[package] opentelemetry-cpp/1.8.1: SHORT DESCRIPTION
5 participants