bazelbuild / rules_cc

C++ Rules for Bazel
https://bazel.build
Apache License 2.0
176 stars 88 forks source link

System_library_test is failing with Bazel@HEAD in CI #190

Open sgowroji opened 1 year ago

sgowroji commented 1 year ago

https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3157#018942b5-d4ea-4fc8-81c0-6ddcd63740d3

Platform : Ubuntu

Logs:

FAILED: //tests/system_library:system_library_test 

Steps :

git clone -v https://github.com/bazelbuild/rules_cc.git
git reset 34bcaf6223a39ec002efcf06e110871a6f562f44 --hard
export USE_BAZEL_VERSION=37ceec5bfba7bf118946d1b2377ef9c389080bf3
bazel test --sandbox_writable_path=/var/lib/buildkite-agent/.cache/bazelisk -- //:all //cc:all //cc/private/rules_impl:all //cc/private/toolchain:all //examples:all //examples/my_c_archive:all //examples/my_c_compile:all //examples/write_cc_toolchain_cpu:all //tools/migration:all //tests/...

CC Greenteam @salmasamy

sgowroji commented 1 year ago

Hi @hlopko / @oquenchil, Can you please have a look at the above errors. Thanks!

sgowroji commented 1 year ago

I noticed there is a infra error in its own pipeline for rules_cc https://buildkite.com/bazel/rules-cc/builds/2118#01898a71-6cf5-4ae5-8772-3e22a64acd3f

sgowroji commented 11 months ago

Hi @buildbreaker2021, Did you get a chance to see the above failures. Thanks!

buildbreaker2021 commented 11 months ago

I don't think the failure in rules_cc is related to the one in system_library_test. Nevertheless I will fix rules_cc first.

buildbreaker2021 commented 11 months ago

Failures in rules_cc should be fixed by https://github.com/bazelbuild/rules_cc/commit/b039a551a7b41b70e426e4a3cd60346c89db9b6c I will take a look at system_library_test next.

sgowroji commented 10 months ago

Thanks for the update. @buildbreaker2021 !

sgowroji commented 6 months ago

Hi @buildbreaker2021,  rules_cc CI is still failing in Downstream, Could you please share any update. Thanks!