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

Revert "bump Alpine image in Dockerfile" #8380

Closed

Conversation

anaclaudiar
Copy link
Contributor

@anaclaudiar anaclaudiar commented Mar 22, 2022

Reverts #8350

There is a problem with OpenTelemetry and Alpine 3.15, so I am reverting this. And I opened a new bug.

Docker build works fine with FROM alpine:3.14.2

Logs when trying to docker build with alpine 3.15:

#9 43.87 -- Using the single-header code from /tmp/build/opentelemetry-cpp-1.0.0/third_party/nlohmann-json/single_include/
#9 43.89 -- Found Protobuf: /usr/lib/libprotobuf.so (found version "3.18.1") 
#9 43.89 -- Found ZLIB: /lib/libz.so (found version "1.2.11") 
#9 43.92 -- Found OpenSSL: /usr/lib/libcrypto.so (found version "1.1.1n")  
#9 43.93 -- Could NOT find c-ares (missing: c-ares_DIR)
#9 43.93 -- Found c-ares: /usr/include (found version "1.18.1") 
#9 43.94 -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.0") 
#9 43.95 CMake Warning at /usr/lib/cmake/grpc/modules/Findre2.cmake:64 (message):
#9 43.95   Failed to find RE2.
#9 43.95 Call Stack (most recent call first):
#9 43.95   /usr/lib/cmake/grpc/gRPCConfig.cmake:21 (find_package)
#9 43.95   CMakeLists.txt:284 (find_package)
#9 43.95 
#9 43.95 
#9 43.95 PROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc
#9 43.95 -- Performing Test check_cxx_compiler_flag_-Wno-type-limits
#9 44.00 -- Performing Test check_cxx_compiler_flag_-Wno-type-limits - Success
#9 44.00 -- Performing Test check_cxx_compiler_flag_-Wno-deprecated-declarations
#9 44.04 -- Performing Test check_cxx_compiler_flag_-Wno-deprecated-declarations - Success
#9 44.04 -- Performing Test check_cxx_compiler_flag_-Wno-unused-parameter
#9 44.09 -- Performing Test check_cxx_compiler_flag_-Wno-unused-parameter - Success
#9 44.10 -- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR) 
#9 44.11 Building with nostd types...
#9 44.12 -- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR) 
#9 44.14 CMake Warning at /usr/lib/cmake/grpc/modules/Findre2.cmake:64 (message):
#9 44.14   Failed to find RE2.
#9 44.14 Call Stack (most recent call first):
#9 44.14   /usr/lib/cmake/grpc/gRPCConfig.cmake:21 (find_package)
#9 44.14   exporters/otlp/CMakeLists.txt:16 (find_package)
#9 44.14 
#9 44.14 
#9 44.14 -- Configuring done
#9 44.15 CMake Error at exporters/otlp/CMakeLists.txt:17 (add_library):
#9 44.15   Target "opentelemetry_exporter_otlp_grpc" links to target "re2::re2" but
#9 44.15   the target was not found.  Perhaps a find_package() call is missing for an
#9 44.15   IMPORTED target, or an ALIAS target is missing?
#9 44.15 
#9 44.15 
#9 44.17 -- Generating done
#9 44.17 CMake Generate step failed.  Build files cannot be regenerated correctly.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Mar 22, 2022
@k8s-ci-robot
Copy link
Contributor

@anaclaudiar: This issue is currently awaiting triage.

If Ingress contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added needs-kind Indicates a PR lacks a `kind/foo` label and requires one. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Mar 22, 2022
@k8s-ci-robot
Copy link
Contributor

Hi @anaclaudiar. Thanks for your PR.

I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added needs-priority size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 22, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: anaclaudiar
To complete the pull request process, please assign elvinefendi after the PR has been reviewed.
You can assign the PR to them by writing /assign @elvinefendi in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot requested review from bowei and rikatz March 22, 2022 20:43
@anaclaudiar
Copy link
Contributor Author

Closing this one because of #8382

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-kind Indicates a PR lacks a `kind/foo` label and requires one. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. needs-priority needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants