Skip to content

Update rules_foreign_cc patch set#43893

Merged
dd-mergequeue[bot] merged 8 commits intomainfrom
chouquette/bazel/rfcc_patches
Jan 9, 2026
Merged

Update rules_foreign_cc patch set#43893
dd-mergequeue[bot] merged 8 commits intomainfrom
chouquette/bazel/rfcc_patches

Conversation

@chouquette
Copy link
Contributor

What does this PR do?

  • Add a patch to automatically provide LD_LIBRARY_PATH or DYLD_LIBRARY_PATH based on the provided dependencies
  • Replace out_pc_dir output group with a more flexible out_data_dir approach

Motivation

  • Allow python to load its module during its build
  • Allow more files to be exposed through output groups

Describe how you validated your changes

Additional Notes

@chouquette chouquette requested a review from a team as a code owner December 8, 2025 13:16
@chouquette chouquette added changelog/no-changelog No changelog entry needed qa/no-code-change No code change in Agent code requiring validation team/agent-build labels Dec 8, 2025
@github-actions github-actions bot added the medium review PR review might take time label Dec 8, 2025
@cit-pr-commenter
Copy link

cit-pr-commenter bot commented Dec 8, 2025

Regression Detector

Regression Detector Results

Metrics dashboard
Target profiles
Run ID: 79f8d9e0-2745-494d-9ead-f35310f387cb

Baseline: 2a3fa50
Comparison: e2435ed
Diff

Optimization Goals: ✅ No significant changes detected

Experiments ignored for regressions

Regressions in experiments with settings containing erratic: true are ignored.

perf experiment goal Δ mean % Δ mean % CI trials links
docker_containers_cpu % cpu utilization -1.14 [-4.09, +1.80] 1 Logs

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI trials links
tcp_syslog_to_blackhole ingress throughput +0.97 [+0.87, +1.07] 1 Logs
otlp_ingest_logs memory utilization +0.64 [+0.53, +0.75] 1 Logs
ddot_metrics_sum_cumulative memory utilization +0.63 [+0.47, +0.79] 1 Logs
otlp_ingest_metrics memory utilization +0.40 [+0.24, +0.55] 1 Logs
quality_gate_idle_all_features memory utilization +0.20 [+0.17, +0.24] 1 Logs bounds checks dashboard
ddot_logs memory utilization +0.09 [+0.03, +0.15] 1 Logs
ddot_metrics_sum_cumulativetodelta_exporter memory utilization +0.05 [-0.18, +0.28] 1 Logs
ddot_metrics memory utilization +0.04 [-0.18, +0.27] 1 Logs
file_to_blackhole_1000ms_latency egress throughput +0.03 [-0.38, +0.45] 1 Logs
file_to_blackhole_500ms_latency egress throughput +0.02 [-0.36, +0.39] 1 Logs
quality_gate_idle memory utilization +0.01 [-0.03, +0.06] 1 Logs bounds checks dashboard
file_to_blackhole_100ms_latency egress throughput +0.01 [-0.04, +0.06] 1 Logs
tcp_dd_logs_filter_exclude ingress throughput +0.00 [-0.07, +0.07] 1 Logs
uds_dogstatsd_to_api_v3 ingress throughput -0.01 [-0.14, +0.12] 1 Logs
uds_dogstatsd_to_api ingress throughput -0.01 [-0.15, +0.13] 1 Logs
file_tree memory utilization -0.04 [-0.09, +0.02] 1 Logs
file_to_blackhole_0ms_latency egress throughput -0.06 [-0.47, +0.35] 1 Logs
ddot_metrics_sum_delta memory utilization -0.10 [-0.30, +0.11] 1 Logs
docker_containers_memory memory utilization -0.18 [-0.26, -0.11] 1 Logs
uds_dogstatsd_20mb_12k_contexts_20_senders memory utilization -0.38 [-0.43, -0.32] 1 Logs
quality_gate_logs % cpu utilization -0.90 [-2.37, +0.57] 1 Logs bounds checks dashboard
docker_containers_cpu % cpu utilization -1.14 [-4.09, +1.80] 1 Logs
quality_gate_metrics_logs memory utilization -1.46 [-1.67, -1.25] 1 Logs bounds checks dashboard

Bounds Checks: ✅ Passed

perf experiment bounds_check_name replicates_passed links
docker_containers_cpu simple_check_run 10/10
docker_containers_memory memory_usage 10/10
docker_containers_memory simple_check_run 10/10
file_to_blackhole_0ms_latency lost_bytes 10/10
file_to_blackhole_0ms_latency memory_usage 10/10
file_to_blackhole_1000ms_latency lost_bytes 10/10
file_to_blackhole_1000ms_latency memory_usage 10/10
file_to_blackhole_100ms_latency lost_bytes 10/10
file_to_blackhole_100ms_latency memory_usage 10/10
file_to_blackhole_500ms_latency lost_bytes 10/10
file_to_blackhole_500ms_latency memory_usage 10/10
quality_gate_idle intake_connections 10/10 bounds checks dashboard
quality_gate_idle memory_usage 10/10 bounds checks dashboard
quality_gate_idle_all_features intake_connections 10/10 bounds checks dashboard
quality_gate_idle_all_features memory_usage 10/10 bounds checks dashboard
quality_gate_logs intake_connections 10/10 bounds checks dashboard
quality_gate_logs lost_bytes 10/10 bounds checks dashboard
quality_gate_logs memory_usage 10/10 bounds checks dashboard
quality_gate_metrics_logs cpu_usage 10/10 bounds checks dashboard
quality_gate_metrics_logs intake_connections 10/10 bounds checks dashboard
quality_gate_metrics_logs lost_bytes 10/10 bounds checks dashboard
quality_gate_metrics_logs memory_usage 10/10 bounds checks dashboard

Explanation

Confidence level: 90.00%
Effect size tolerance: |Δ mean %| ≥ 5.00%

Performance changes are noted in the perf column of each table:

  • ✅ = significantly better comparison variant performance
  • ❌ = significantly worse comparison variant performance
  • ➖ = no significant change in performance

A regression test is an A/B test of target performance in a repeatable rig, where "performance" is measured as "comparison variant minus baseline variant" for an optimization goal (e.g., ingress throughput). Due to intrinsic variability in measuring that goal, we can only estimate its mean value for each experiment; we report uncertainty in that value as a 90.00% confidence interval denoted "Δ mean % CI".

For each experiment, we decide whether a change in performance is a "regression" -- a change worth investigating further -- if all of the following criteria are true:

  1. Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.

  2. Its 90.00% confidence interval "Δ mean % CI" does not contain zero, indicating that if our statistical model is accurate, there is at least a 90.00% chance there is a difference in performance between baseline and comparison variants.

  3. Its configuration does not mark it "erratic".

CI Pass/Fail Decision

Passed. All Quality Gates passed.

  • quality_gate_idle_all_features, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check lost_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check lost_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check cpu_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check memory_usage: 10/10 replicas passed. Gate passed.

@chouquette chouquette added the ask-review Ask required teams to review this PR label Dec 8, 2025
export SYSTEMDRIVE="C:"
"""

+def increment_ld_library_path(_source):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this doesn't seem right to me

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As mentioned in our daily, not returning an empty string would cause this error:

Traceback (most recent call last):
	File "C:/bzl/bazel/d42blgaa/external/rules_foreign_cc+/foreign_cc/configure.bzl", line 70, column 33, in _configure_make
		return cc_external_rule_impl(ctx, attrs)
	File "C:/bzl/bazel/d42blgaa/external/rules_foreign_cc+/foreign_cc/private/framework.bzl", line 513, column 29, in cc_external_rule_impl
		convert_shell_script(ctx, script_lines),
	File "C:/bzl/bazel/d42blgaa/external/rules_foreign_cc+/foreign_cc/private/framework/helpers.bzl", line 74, column 43, in convert_shell_script
		return convert_shell_script_by_context(create_context(ctx), script)
	File "C:/bzl/bazel/d42blgaa/external/rules_foreign_cc+/foreign_cc/private/framework/helpers.bzl", line 90, column 31, in convert_shell_script_by_context
		script = [do_function_call(line, shell_context) for line in script]
	File "C:/bzl/bazel/d42blgaa/external/rules_foreign_cc+/foreign_cc/private/framework/helpers.bzl", line 186, column 46, in do_function_call
		(funname, after) = get_function_name(text.strip(" "))
Error: 'NoneType' value has no field or method 'strip'

I agree that it's not elegant, so I could also replace it with pass and fix the call site.

I opened a PR upstream to see if they have an opinion to share on the matter

@agent-platform-auto-pr
Copy link
Contributor

agent-platform-auto-pr bot commented Dec 8, 2025

Static quality checks

✅ Please find below the results from static quality gates
Comparison made with ancestor 2a3fa50
📊 Static Quality Gates Dashboard

31 successful checks with minimal change (< 2 KiB)
Quality gate Current Size
agent_deb_amd64 706.009 MiB
agent_deb_amd64_fips 701.298 MiB
agent_heroku_amd64 327.051 MiB
agent_msi 570.924 MiB
agent_rpm_amd64 705.995 MiB
agent_rpm_amd64_fips 701.284 MiB
agent_rpm_arm64 687.490 MiB
agent_rpm_arm64_fips 683.627 MiB
agent_suse_amd64 705.995 MiB
agent_suse_amd64_fips 701.284 MiB
agent_suse_arm64 687.490 MiB
agent_suse_arm64_fips 683.627 MiB
docker_agent_amd64 767.743 MiB
docker_agent_arm64 773.858 MiB
docker_agent_jmx_amd64 958.622 MiB
docker_agent_jmx_arm64 953.456 MiB
docker_cluster_agent_amd64 180.749 MiB
docker_cluster_agent_arm64 196.618 MiB
docker_cws_instrumentation_amd64 7.135 MiB
docker_cws_instrumentation_arm64 6.689 MiB
docker_dogstatsd_amd64 38.785 MiB
docker_dogstatsd_arm64 37.128 MiB
dogstatsd_deb_amd64 30.004 MiB
dogstatsd_deb_arm64 28.152 MiB
dogstatsd_rpm_amd64 30.004 MiB
dogstatsd_suse_amd64 30.004 MiB
iot_agent_deb_amd64 43.002 MiB
iot_agent_deb_arm64 40.123 MiB
iot_agent_deb_armhf 40.704 MiB
iot_agent_rpm_amd64 43.003 MiB
iot_agent_suse_amd64 43.003 MiB
On-wire sizes (compressed)
Quality gate Change Size (prev → curr → max)
agent_deb_amd64 +22.61 KiB (0.01% increase) 173.524 → 173.546 → 174.490
agent_deb_amd64_fips +26.53 KiB (0.02% increase) 172.394 → 172.420 → 173.750
agent_heroku_amd64 +3.78 KiB (0.00% increase) 87.120 → 87.124 → 88.450
agent_msi +8.0 KiB (0.01% increase) 142.746 → 142.754 → 143.020
agent_rpm_amd64 -33.92 KiB (0.02% reduction) 176.098 → 176.065 → 177.660
agent_rpm_amd64_fips -38.12 KiB (0.02% reduction) 175.446 → 175.408 → 176.600
agent_rpm_arm64 +35.79 KiB (0.02% increase) 159.593 → 159.628 → 161.260
agent_rpm_arm64_fips +87.3 KiB (0.05% increase) 158.829 → 158.915 → 160.550
agent_suse_amd64 -33.92 KiB (0.02% reduction) 176.098 → 176.065 → 177.660
agent_suse_amd64_fips -38.12 KiB (0.02% reduction) 175.446 → 175.408 → 176.600
agent_suse_arm64 +35.79 KiB (0.02% increase) 159.593 → 159.628 → 161.260
agent_suse_arm64_fips +87.3 KiB (0.05% increase) 158.829 → 158.915 → 160.550
docker_agent_amd64 +5.19 KiB (0.00% increase) 261.175 → 261.180 → 262.450
docker_agent_arm64 -2.17 KiB (0.00% reduction) 250.257 → 250.255 → 252.630
docker_agent_jmx_amd64 +16.31 KiB (0.00% increase) 329.812 → 329.828 → 331.080
docker_agent_jmx_arm64 +13.59 KiB (0.00% increase) 314.870 → 314.883 → 317.270
docker_cluster_agent_amd64 neutral 63.854 MiB
docker_cluster_agent_arm64 neutral 60.135 MiB
docker_cws_instrumentation_amd64 neutral 2.994 MiB
docker_cws_instrumentation_arm64 neutral 2.726 MiB
docker_dogstatsd_amd64 neutral 15.014 MiB
docker_dogstatsd_arm64 neutral 14.341 MiB
dogstatsd_deb_amd64 neutral 7.938 MiB
dogstatsd_deb_arm64 neutral 6.814 MiB
dogstatsd_rpm_amd64 neutral 7.950 MiB
dogstatsd_suse_amd64 neutral 7.950 MiB
iot_agent_deb_amd64 neutral 11.263 MiB
iot_agent_deb_arm64 neutral 9.630 MiB
iot_agent_deb_armhf neutral 9.824 MiB
iot_agent_rpm_amd64 neutral 11.279 MiB
iot_agent_suse_amd64 neutral 11.279 MiB

@chouquette
Copy link
Contributor Author

@chouquette
Copy link
Contributor Author

/merge

@dd-devflow-routing-codex
Copy link

dd-devflow-routing-codex bot commented Jan 9, 2026

View all feedbacks in Devflow UI.

2026-01-09 11:11:32 UTC ℹ️ Start processing command /merge


2026-01-09 11:11:37 UTC ℹ️ MergeQueue: pull request added to the queue

The expected merge time in main is approximately 1h (p90).


2026-01-09 11:40:30 UTC ℹ️ MergeQueue: This merge request was merged

@dd-mergequeue dd-mergequeue bot merged commit 54fa919 into main Jan 9, 2026
270 checks passed
@dd-mergequeue dd-mergequeue bot deleted the chouquette/bazel/rfcc_patches branch January 9, 2026 11:40
@github-actions github-actions bot added this to the 7.76.0 milestone Jan 9, 2026
gh-worker-dd-mergequeue-cf854d bot pushed a commit that referenced this pull request Jan 27, 2026
### What does this PR do?

Build python with bazel (through rules_foreign_cc)

### Motivation

Migrating our builds to bazel

### Describe how you validated your changes

Local builds for linux x86_64, CI for the others

### Additional Notes

This is based on top of #43893

Co-authored-by: rdesgroppes <rdesgroppes@gmail.com>
Co-authored-by: hugo.beauzee <hugo.beauzee@datadoghq.com>
theomagellan pushed a commit that referenced this pull request Feb 2, 2026
### What does this PR do?

Build python with bazel (through rules_foreign_cc)

### Motivation

Migrating our builds to bazel

### Describe how you validated your changes

Local builds for linux x86_64, CI for the others

### Additional Notes

This is based on top of #43893

Co-authored-by: rdesgroppes <rdesgroppes@gmail.com>
Co-authored-by: hugo.beauzee <hugo.beauzee@datadoghq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ask-review Ask required teams to review this PR changelog/no-changelog No changelog entry needed medium review PR review might take time qa/no-code-change No code change in Agent code requiring validation team/agent-build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants