Skip to content

Work around intermittent Windows build failure (missing pyconfig.h, etc.)#48188

Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit intomainfrom
regis.desgroppes/fix-windows-pyconfig-race
Mar 23, 2026
Merged

Work around intermittent Windows build failure (missing pyconfig.h, etc.)#48188
gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit intomainfrom
regis.desgroppes/fix-windows-pyconfig-race

Conversation

@rdesgroppes
Copy link
Copy Markdown
Contributor

@rdesgroppes rdesgroppes commented Mar 23, 2026

What does this PR do?

Add common:windows --enable_runfiles to .bazelrc.

Motivation

rules_python 1.9.0 (introduced in #48082) transitions every py_binary on Windows to enable_runfiles=true.
With Bazel's default of enable_runfiles=false on Windows, this creates a second Bazel configuration, causing python_win to be built twice concurrently.
build_python.bat writes MSBuild intermediate files (PCbuild/obj/, PCbuild/amd64/, msbuild.rsp) into the shared execroot source tree rather than into the action's output directory, so the two concurrent builds race on those files, manifesting as intermittent pyconfig.h: No such file or directory errors that disappear when the cache is warm.
See, for instance: https://gitlab.ddbuild.io/DataDog/datadog-agent/-/jobs/1528499363

Setting enable_runfiles=true globally makes the transition a no-op (same flag value => same configuration hash => one build of python_win), eliminating the race.

Describe how you validated your changes

Analysis of a failing CI job log (PCbuild/obj/*.pdb locked by another process during CleanAll).

Additional Notes

This is a short-term workaround. The proper fix is to make build_python.bat hermetic by redirecting MSBuild's output and intermediate directories to $(@D) instead of the execroot source tree.

rules_python doesn't touch build_python.bat directly. The connection is through Bazel's configuration graph:

  1. build_python.bat is invoked by python_win (run_binary target) in deps/cpython.BUILD.bazel,
  2. python_win is a dependency of pkg_install (via install_files_win),
  3. pkg_install from rules_pkg is backed by a py_binary,
  4. rules_python 1.9.0 makes every py_binary on Windows transition into a new Bazel configuration (enable_runfiles=true),
  5. Since python_win sits in the dependency graph of that py_binary, Bazel now needs it in two configurations: the base one (for tests / other consumers) and the transitioned one (for pkg_install),
  6. Two configurations => two independent Bazel actions, both calling build_python.bat in the same execroot directory => race.

@rdesgroppes rdesgroppes added changelog/no-changelog No changelog entry needed qa/no-code-change No code change in Agent code requiring validation labels Mar 23, 2026
@dd-octo-sts dd-octo-sts bot added internal Identify a non-fork PR team/agent-build labels Mar 23, 2026
@github-actions github-actions bot added the short review PR is simple enough to be reviewed quickly label Mar 23, 2026
@agent-platform-auto-pr
Copy link
Copy Markdown
Contributor

agent-platform-auto-pr bot commented Mar 23, 2026

Files inventory check summary

File checks results against ancestor 18a1df73:

Results for datadog-agent_7.79.0~devel.git.48.a989d31.pipeline.103943730-1_amd64.deb:

Detected file changes:

287 Added files:

  • opt/datadog-agent/embedded/lib/python3.13/site-packages/confluent_kafka.libs/libcurl-282b73c3.so.4.8.0 (793.33 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/psycopg_c.libs/libpq-50b88384.so.5.16 (351.85 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/azure_core-1.39.0.dist-info/METADATA (47.43 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.32.0.dist-info/RECORD (38.33 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mysql-15.14.0.dist-info/METADATA (25.1 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mongo-10.8.0.dist-info/METADATA (22.91 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_postgres-23.5.0.dist-info/METADATA (19.94 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pan_firewall-3.3.0.dist-info/METADATA (19.38 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_elastic-9.4.0.dist-info/METADATA (19.25 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_snowflake-7.12.0.dist-info/METADATA (17.0 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_redisdb-8.6.0.dist-info/METADATA (15.25 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_mq-8.9.0.dist-info/METADATA (13.84 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_istio-9.4.0.dist-info/METADATA (12.91 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/azure_core-1.39.0.dist-info/RECORD (12.25 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_sqlserver-22.14.0.dist-info/RECORD (11.02 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_sqlserver-22.14.0.dist-info/METADATA (10.96 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_rabbitmq-8.5.1.dist-info/METADATA (10.64 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_aci-4.13.1.dist-info/METADATA (10.33 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_consumer-7.0.0.dist-info/METADATA (9.45 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks/do_query_actions/check.py (9.4 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/attrs-26.1.0.dist-info/METADATA (8.55 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_beyondtrust_privileged_remote_access-1.0.0.dist-info/METADATA (8.47 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_secure_firewall-1.3.0.dist-info/METADATA (8.19 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_vsphere-9.4.0.dist-info/METADATA (7.66 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_temporal-4.4.0.dist-info/METADATA (7.19 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mongo-10.8.0.dist-info/RECORD (7.07 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_openstack_controller-9.5.0.dist-info/RECORD (7.04 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_spark-7.6.0.dist-info/METADATA (6.89 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checkpoint_quantum_firewall-1.3.0.dist-info/METADATA (6.68 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_hazelcast-6.5.0.dist-info/METADATA (6.66 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_nutanix-1.0.1.dist-info/METADATA (6.64 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_juniper_srx_firewall-1.3.0.dist-info/METADATA (6.22 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_aerospike-5.3.1.dist-info/METADATA (6.08 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pgbouncer-8.9.0.dist-info/METADATA (5.89 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks/do_query_actions/postgres_connection.py (5.54 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_ace-4.5.0.dist-info/METADATA (5.33 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_silverstripe_cms-1.8.0.dist-info/METADATA (5.23 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_postgres-23.5.0.dist-info/RECORD (5.2 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_amazon_msk-7.5.0.dist-info/METADATA (5.08 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.4.0.dist-info/METADATA (4.86 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_glusterfs-3.4.1.dist-info/METADATA (4.82 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_vsphere-9.4.0.dist-info/RECORD (4.81 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mysql-15.14.0.dist-info/RECORD (4.68 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_openstack_controller-9.5.0.dist-info/METADATA (4.62 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_mq-8.9.0.dist-info/RECORD (4.45 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_i-4.5.0.dist-info/METADATA (4.4 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks/do_query_actions/config_models/instance.py (4.24 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.32.0.dist-info/METADATA (4.11 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_downloader-9.1.0.dist-info/METADATA (4.1 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_proxmox-2.4.1.dist-info/METADATA (4.05 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_gitlab_runner-7.4.0.dist-info/METADATA (4.01 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kubevirt_api-2.4.0.dist-info/METADATA (3.99 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ssh_check-4.7.0.dist-info/METADATA (3.76 KiB)
  • etc/datadog-agent/conf.d/do_query_actions.d/conf.yaml.example (3.76 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.4.0.dist-info/METADATA (3.72 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_aci-4.13.1.dist-info/RECORD (3.68 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.4.0.dist-info/RECORD (3.68 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/attrs-26.1.0.dist-info/RECORD (3.65 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_riakcs-4.12.0.dist-info/METADATA (3.63 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_celery-2.4.0.dist-info/METADATA (3.53 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_dns_check-5.5.0.dist-info/METADATA (3.13 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.4.0.dist-info/RECORD (2.96 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_rabbitmq-8.5.1.dist-info/RECORD (2.9 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_consumer-7.0.0.dist-info/RECORD (2.81 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_nutanix-1.0.1.dist-info/RECORD (2.77 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_silverstripe_cms-1.8.0.dist-info/RECORD (2.69 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_istio-9.4.0.dist-info/RECORD (2.6 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_elastic-9.4.0.dist-info/RECORD (2.5 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_amazon_msk-7.5.0.dist-info/RECORD (2.49 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_ace-4.5.0.dist-info/RECORD (2.41 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kubevirt_api-2.4.0.dist-info/RECORD (2.4 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_do_query_actions-1.0.0.dist-info/RECORD (2.35 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_snowflake-7.12.0.dist-info/RECORD (2.32 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_aerospike-5.3.1.dist-info/RECORD (2.31 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_proxmox-2.4.1.dist-info/RECORD (2.28 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_gitlab_runner-7.4.0.dist-info/RECORD (2.27 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_hazelcast-6.5.0.dist-info/RECORD (2.25 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_i-4.5.0.dist-info/RECORD (2.21 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_redisdb-8.6.0.dist-info/RECORD (2.21 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_do_query_actions-1.0.0.dist-info/METADATA (2.2 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pgbouncer-8.9.0.dist-info/RECORD (2.16 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_glusterfs-3.4.1.dist-info/RECORD (2.15 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_temporal-4.4.0.dist-info/RECORD (2.13 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_celery-2.4.0.dist-info/RECORD (2.08 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_spark-7.6.0.dist-info/RECORD (2.06 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_dns_check-5.5.0.dist-info/RECORD (2.01 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ssh_check-4.7.0.dist-info/RECORD (2.01 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_downloader-9.1.0.dist-info/RECORD (2.0 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_riakcs-4.12.0.dist-info/RECORD (1.94 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks/do_query_actions/config_models/shared.py (1.55 KiB)
  • etc/datadog-agent/conf.d/beyondtrust_privileged_remote_access.d/conf.yaml.example (1.26 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_beyondtrust_privileged_remote_access-1.0.0.dist-info/RECORD (1.23 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checkpoint_quantum_firewall-1.3.0.dist-info/RECORD (1.13 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/attrs-26.1.0.dist-info/licenses/LICENSE (1.08 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_secure_firewall-1.3.0.dist-info/RECORD (1.07 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_juniper_srx_firewall-1.3.0.dist-info/RECORD (1.06 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/azure_core-1.39.0.dist-info/licenses/LICENSE (1.05 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pan_firewall-3.3.0.dist-info/RECORD (997.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks/do_query_actions/config_models/__init__.py (729.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks/do_query_actions/config_models/defaults.py (593.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks/do_query_actions/config_models/validators.py (515.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/azure_core-1.39.0.dist-info/direct_url.json (297.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/attrs-26.1.0.dist-info/direct_url.json (287.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks/do_query_actions/__init__.py (239.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks/beyondtrust_privileged_remote_access/__init__.py (177.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks/beyondtrust_privileged_remote_access/__about__.py (137.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks/do_query_actions/__about__.py (137.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_aerospike-5.3.1.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_amazon_msk-7.5.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_beyondtrust_privileged_remote_access-1.0.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checkpoint_quantum_firewall-1.3.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.32.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_aci-4.13.1.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_secure_firewall-1.3.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.4.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_dns_check-5.5.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_elastic-9.4.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_gitlab_runner-7.4.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_glusterfs-3.4.1.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_hazelcast-6.5.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_istio-9.4.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_juniper_srx_firewall-1.3.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_consumer-7.0.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mysql-15.14.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pan_firewall-3.3.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_rabbitmq-8.5.1.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_redisdb-8.6.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_riakcs-4.12.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_spark-7.6.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ssh_check-4.7.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_vsphere-9.4.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/azure_core-1.39.0.dist-info/WHEEL (91.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/attrs-26.1.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_celery-2.4.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_downloader-9.1.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_do_query_actions-1.0.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_ace-4.5.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_i-4.5.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_mq-8.9.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.4.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kubevirt_api-2.4.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mongo-10.8.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_nutanix-1.0.1.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_openstack_controller-9.5.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pgbouncer-8.9.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_postgres-23.5.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_proxmox-2.4.1.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_silverstripe_cms-1.8.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_snowflake-7.12.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_sqlserver-22.14.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_temporal-4.4.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/psycopg_c.libs/libgssapi_krb5-8da44e5f.so.2.2 (45.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/psycopg_c.libs/libkrb5support-c059b95f.so.0.1 (43.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/psycopg_c.libs/libk5crypto-37a76880.so.3.1 (40.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/psycopg_c.libs/libcom_err-c2c4a5b1.so.3.0 (39.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/psycopg_c.libs/libkrb5-04e0cbc2.so.3.3 (36.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/azure_core-1.39.0.dist-info/top_level.txt (6.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/attrs-26.1.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/azure_core-1.39.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_aerospike-5.3.1.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_amazon_msk-7.5.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_beyondtrust_privileged_remote_access-1.0.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_celery-2.4.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checkpoint_quantum_firewall-1.3.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.32.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_downloader-9.1.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_aci-4.13.1.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_secure_firewall-1.3.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.4.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_dns_check-5.5.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_do_query_actions-1.0.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_elastic-9.4.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_gitlab_runner-7.4.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_glusterfs-3.4.1.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_hazelcast-6.5.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_ace-4.5.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_i-4.5.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_mq-8.9.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_istio-9.4.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_juniper_srx_firewall-1.3.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.4.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_consumer-7.0.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kubevirt_api-2.4.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mongo-10.8.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mysql-15.14.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_nutanix-1.0.1.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_openstack_controller-9.5.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pan_firewall-3.3.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pgbouncer-8.9.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_postgres-23.5.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_proxmox-2.4.1.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_rabbitmq-8.5.1.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_redisdb-8.6.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_riakcs-4.12.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_silverstripe_cms-1.8.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_snowflake-7.12.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_spark-7.6.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_sqlserver-22.14.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ssh_check-4.7.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_temporal-4.4.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_vsphere-9.4.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/attrs-26.1.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/azure_core-1.39.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_aerospike-5.3.1.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_aerospike-5.3.1.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_amazon_msk-7.5.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_amazon_msk-7.5.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_beyondtrust_privileged_remote_access-1.0.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_beyondtrust_privileged_remote_access-1.0.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_celery-2.4.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_celery-2.4.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checkpoint_quantum_firewall-1.3.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checkpoint_quantum_firewall-1.3.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.32.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.32.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_downloader-9.1.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_downloader-9.1.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_aci-4.13.1.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_aci-4.13.1.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_secure_firewall-1.3.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_secure_firewall-1.3.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.4.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.4.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_dns_check-5.5.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_dns_check-5.5.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_do_query_actions-1.0.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_do_query_actions-1.0.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_elastic-9.4.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_elastic-9.4.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_gitlab_runner-7.4.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_gitlab_runner-7.4.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_glusterfs-3.4.1.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_glusterfs-3.4.1.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_hazelcast-6.5.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_hazelcast-6.5.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_ace-4.5.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_ace-4.5.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_i-4.5.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_i-4.5.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_mq-8.9.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_mq-8.9.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_istio-9.4.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_istio-9.4.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_juniper_srx_firewall-1.3.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_juniper_srx_firewall-1.3.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.4.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.4.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_consumer-7.0.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_consumer-7.0.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kubevirt_api-2.4.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kubevirt_api-2.4.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mongo-10.8.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mongo-10.8.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mysql-15.14.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mysql-15.14.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_nutanix-1.0.1.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_nutanix-1.0.1.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_openstack_controller-9.5.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_openstack_controller-9.5.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pan_firewall-3.3.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pan_firewall-3.3.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pgbouncer-8.9.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pgbouncer-8.9.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_postgres-23.5.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_postgres-23.5.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_proxmox-2.4.1.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_proxmox-2.4.1.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_rabbitmq-8.5.1.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_rabbitmq-8.5.1.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_redisdb-8.6.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_redisdb-8.6.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_riakcs-4.12.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_riakcs-4.12.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_silverstripe_cms-1.8.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_silverstripe_cms-1.8.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_snowflake-7.12.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_snowflake-7.12.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_spark-7.6.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_spark-7.6.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_sqlserver-22.14.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_sqlserver-22.14.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ssh_check-4.7.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ssh_check-4.7.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_temporal-4.4.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_temporal-4.4.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_vsphere-9.4.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_vsphere-9.4.0.dist-info/entry_points.txt (0 B)

257 Removed files:

  • opt/datadog-agent/embedded/lib/python3.13/site-packages/confluent_kafka.libs/libcurl-e2b21636.so.4.8.0 (785.33 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/psycopg_c.libs/libpq-9c784f6c.so.5.16 (343.58 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/azure_core-1.38.3.dist-info/METADATA (47.26 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.31.0.dist-info/RECORD (38.33 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mysql-15.13.0.dist-info/METADATA (25.1 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mongo-10.7.0.dist-info/METADATA (22.91 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_postgres-23.4.0.dist-info/METADATA (19.94 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pan_firewall-3.2.0.dist-info/METADATA (19.38 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_elastic-9.3.0.dist-info/METADATA (19.25 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_snowflake-7.11.0.dist-info/METADATA (17.0 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_redisdb-8.5.0.dist-info/METADATA (15.25 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_mq-8.8.0.dist-info/METADATA (13.84 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_istio-9.3.0.dist-info/METADATA (12.91 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/azure_core-1.38.3.dist-info/RECORD (12.25 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_sqlserver-22.13.1.dist-info/RECORD (11.02 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_sqlserver-22.13.1.dist-info/METADATA (10.96 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_rabbitmq-8.5.0.dist-info/METADATA (10.64 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_aci-4.13.0.dist-info/METADATA (10.33 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/attrs-25.4.0.dist-info/METADATA (10.23 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_consumer-6.14.0.dist-info/METADATA (9.27 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_secure_firewall-1.2.0.dist-info/METADATA (8.19 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_vsphere-9.3.0.dist-info/METADATA (7.66 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_temporal-4.3.0.dist-info/METADATA (7.19 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mongo-10.7.0.dist-info/RECORD (7.07 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_openstack_controller-9.4.0.dist-info/RECORD (7.04 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_spark-7.5.0.dist-info/METADATA (6.89 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_nutanix-1.0.0.dist-info/METADATA (6.73 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checkpoint_quantum_firewall-1.2.0.dist-info/METADATA (6.68 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_hazelcast-6.4.0.dist-info/METADATA (6.66 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_juniper_srx_firewall-1.2.0.dist-info/METADATA (6.22 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_aerospike-5.3.0.dist-info/METADATA (6.08 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pgbouncer-8.8.0.dist-info/METADATA (5.89 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_ace-4.4.0.dist-info/METADATA (5.33 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_silverstripe_cms-1.7.0.dist-info/METADATA (5.23 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_postgres-23.4.0.dist-info/RECORD (5.2 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_amazon_msk-7.4.0.dist-info/METADATA (5.08 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.3.0.dist-info/METADATA (4.86 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_glusterfs-3.4.0.dist-info/METADATA (4.82 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_vsphere-9.3.0.dist-info/RECORD (4.81 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mysql-15.13.0.dist-info/RECORD (4.68 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_openstack_controller-9.4.0.dist-info/METADATA (4.62 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_mq-8.8.0.dist-info/RECORD (4.45 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_i-4.4.0.dist-info/METADATA (4.4 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.31.0.dist-info/METADATA (4.11 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_downloader-9.0.0.dist-info/METADATA (4.1 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_proxmox-2.4.0.dist-info/METADATA (4.05 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_gitlab_runner-7.3.0.dist-info/METADATA (4.01 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kubevirt_api-2.3.0.dist-info/METADATA (3.99 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ssh_check-4.6.0.dist-info/METADATA (3.76 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.3.0.dist-info/METADATA (3.72 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_aci-4.13.0.dist-info/RECORD (3.68 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.3.0.dist-info/RECORD (3.68 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/attrs-25.4.0.dist-info/RECORD (3.65 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_riakcs-4.11.0.dist-info/METADATA (3.63 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_celery-2.3.0.dist-info/METADATA (3.53 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_dns_check-5.4.0.dist-info/METADATA (3.13 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.3.0.dist-info/RECORD (2.96 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_rabbitmq-8.5.0.dist-info/RECORD (2.9 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_consumer-6.14.0.dist-info/RECORD (2.81 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_nutanix-1.0.0.dist-info/RECORD (2.77 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_silverstripe_cms-1.7.0.dist-info/RECORD (2.69 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_istio-9.3.0.dist-info/RECORD (2.6 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_elastic-9.3.0.dist-info/RECORD (2.5 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_amazon_msk-7.4.0.dist-info/RECORD (2.49 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_ace-4.4.0.dist-info/RECORD (2.41 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kubevirt_api-2.3.0.dist-info/RECORD (2.4 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_snowflake-7.11.0.dist-info/RECORD (2.32 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_aerospike-5.3.0.dist-info/RECORD (2.31 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_proxmox-2.4.0.dist-info/RECORD (2.28 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_gitlab_runner-7.3.0.dist-info/RECORD (2.27 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_hazelcast-6.4.0.dist-info/RECORD (2.25 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_i-4.4.0.dist-info/RECORD (2.21 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_redisdb-8.5.0.dist-info/RECORD (2.21 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pgbouncer-8.8.0.dist-info/RECORD (2.16 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_glusterfs-3.4.0.dist-info/RECORD (2.15 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_temporal-4.3.0.dist-info/RECORD (2.13 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_celery-2.3.0.dist-info/RECORD (2.08 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_spark-7.5.0.dist-info/RECORD (2.06 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_dns_check-5.4.0.dist-info/RECORD (2.01 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ssh_check-4.6.0.dist-info/RECORD (2.01 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_downloader-9.0.0.dist-info/RECORD (2.0 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_riakcs-4.11.0.dist-info/RECORD (1.94 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checkpoint_quantum_firewall-1.2.0.dist-info/RECORD (1.13 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/attrs-25.4.0.dist-info/licenses/LICENSE (1.08 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_secure_firewall-1.2.0.dist-info/RECORD (1.07 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_juniper_srx_firewall-1.2.0.dist-info/RECORD (1.06 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/azure_core-1.38.3.dist-info/licenses/LICENSE (1.05 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pan_firewall-3.2.0.dist-info/RECORD (997.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/azure_core-1.38.3.dist-info/direct_url.json (297.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/attrs-25.4.0.dist-info/direct_url.json (287.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_aerospike-5.3.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_amazon_msk-7.4.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checkpoint_quantum_firewall-1.2.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.31.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_aci-4.13.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_secure_firewall-1.2.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.3.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_dns_check-5.4.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_elastic-9.3.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_gitlab_runner-7.3.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_glusterfs-3.4.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_hazelcast-6.4.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_istio-9.3.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_juniper_srx_firewall-1.2.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_consumer-6.14.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mysql-15.13.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pan_firewall-3.2.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_rabbitmq-8.5.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_redisdb-8.5.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_riakcs-4.11.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_spark-7.5.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ssh_check-4.6.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_vsphere-9.3.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/azure_core-1.38.3.dist-info/WHEEL (91.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/attrs-25.4.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_celery-2.3.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_downloader-9.0.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_ace-4.4.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_i-4.4.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_mq-8.8.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.3.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kubevirt_api-2.3.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mongo-10.7.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_nutanix-1.0.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_openstack_controller-9.4.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pgbouncer-8.8.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_postgres-23.4.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_proxmox-2.4.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_silverstripe_cms-1.7.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_snowflake-7.11.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_sqlserver-22.13.1.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_temporal-4.3.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/azure_core-1.38.3.dist-info/top_level.txt (6.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/attrs-25.4.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/azure_core-1.38.3.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_aerospike-5.3.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_amazon_msk-7.4.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_celery-2.3.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checkpoint_quantum_firewall-1.2.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.31.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_downloader-9.0.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_aci-4.13.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_secure_firewall-1.2.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.3.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_dns_check-5.4.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_elastic-9.3.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_gitlab_runner-7.3.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_glusterfs-3.4.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_hazelcast-6.4.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_ace-4.4.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_i-4.4.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_mq-8.8.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_istio-9.3.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_juniper_srx_firewall-1.2.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.3.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_consumer-6.14.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kubevirt_api-2.3.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mongo-10.7.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mysql-15.13.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_nutanix-1.0.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_openstack_controller-9.4.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pan_firewall-3.2.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pgbouncer-8.8.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_postgres-23.4.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_proxmox-2.4.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_rabbitmq-8.5.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_redisdb-8.5.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_riakcs-4.11.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_silverstripe_cms-1.7.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_snowflake-7.11.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_spark-7.5.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_sqlserver-22.13.1.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ssh_check-4.6.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_temporal-4.3.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_vsphere-9.3.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/attrs-25.4.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/azure_core-1.38.3.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_aerospike-5.3.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_aerospike-5.3.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_amazon_msk-7.4.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_amazon_msk-7.4.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_celery-2.3.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_celery-2.3.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checkpoint_quantum_firewall-1.2.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checkpoint_quantum_firewall-1.2.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.31.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.31.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_downloader-9.0.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_downloader-9.0.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_aci-4.13.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_aci-4.13.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_secure_firewall-1.2.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_cisco_secure_firewall-1.2.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.3.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.3.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_dns_check-5.4.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_dns_check-5.4.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_elastic-9.3.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_elastic-9.3.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_gitlab_runner-7.3.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_gitlab_runner-7.3.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_glusterfs-3.4.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_glusterfs-3.4.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_hazelcast-6.4.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_hazelcast-6.4.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_ace-4.4.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_ace-4.4.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_i-4.4.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_i-4.4.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_mq-8.8.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ibm_mq-8.8.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_istio-9.3.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_istio-9.3.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_juniper_srx_firewall-1.2.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_juniper_srx_firewall-1.2.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.3.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.3.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_consumer-6.14.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_consumer-6.14.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kubevirt_api-2.3.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kubevirt_api-2.3.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mongo-10.7.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mongo-10.7.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mysql-15.13.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_mysql-15.13.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_nutanix-1.0.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_nutanix-1.0.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_openstack_controller-9.4.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_openstack_controller-9.4.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pan_firewall-3.2.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pan_firewall-3.2.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pgbouncer-8.8.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_pgbouncer-8.8.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_postgres-23.4.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_postgres-23.4.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_proxmox-2.4.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_proxmox-2.4.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_rabbitmq-8.5.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_rabbitmq-8.5.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_redisdb-8.5.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_redisdb-8.5.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_riakcs-4.11.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_riakcs-4.11.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_silverstripe_cms-1.7.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_silverstripe_cms-1.7.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_snowflake-7.11.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_snowflake-7.11.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_spark-7.5.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_spark-7.5.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_sqlserver-22.13.1.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_sqlserver-22.13.1.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ssh_check-4.6.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_ssh_check-4.6.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_temporal-4.3.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_temporal-4.3.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_vsphere-9.3.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_vsphere-9.3.0.dist-info/entry_points.txt (0 B)

4 Changed files:

  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks/kafka_consumer/cluster_metadata.py:
    • Size changed: +36.93% (13.67 KiB) (37.0 KiB -> 50.67 KiB)
  • etc/datadog-agent/conf.d/rabbitmq.d/conf.yaml.example:
    • Size changed: +40.33% (13.12 KiB) (32.52 KiB -> 45.63 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks/argocd/metrics.py:
    • Size changed: +41.38% (2.3 KiB) (5.57 KiB -> 7.87 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/psycopg_c-3.3.3.dist-info/RECORD:
    • Size changed: +20.69% (510.0 B) (2.41 KiB -> 2.91 KiB)

### What does this PR do?
Add `common:windows --enable_runfiles` to `.bazelrc`.

### Motivation
rules_python 1.9.0 (introduced in #48082) transitions every
`py_binary` on Windows to `enable_runfiles=true`. With Bazel's
default of `enable_runfiles=false` on Windows, this creates a second
Bazel configuration, causing `python_win` to be built twice
concurrently. `build_python.bat` writes MSBuild intermediate files
(`PCbuild/obj/`, `PCbuild/amd64/`, `msbuild.rsp`) into the shared
execroot source tree rather than into the action's output directory,
so the two concurrent builds race on those files, manifesting as
intermittent `pyconfig.h: No such file or directory` errors that
disappear when the remote cache is warm.

Setting `enable_runfiles=true` globally makes the transition a no-op
(same flag value → same configuration hash → one build of
`python_win`), eliminating the race.

### Describe how you validated your changes
Analysis of a failing CI job log (`PCbuild/obj/*.pdb` locked by
another process during CleanAll).

### Additional Notes
This is a short-term workaround. The proper fix is to make
`build_python.bat` hermetic by redirecting MSBuild's output and
intermediate directories to `$(@d)` instead of the execroot source
tree.
@rdesgroppes rdesgroppes force-pushed the regis.desgroppes/fix-windows-pyconfig-race branch from 7e718b0 to a989d31 Compare March 23, 2026 09:41
@agent-platform-auto-pr
Copy link
Copy Markdown
Contributor

agent-platform-auto-pr bot commented Mar 23, 2026

Static quality checks

✅ Please find below the results from static quality gates
Comparison made with ancestor 8ee0911
📊 Static Quality Gates Dashboard
🔗 SQG Job
SOME SIZE DELTAS ARE N/A (ANCESTOR METRICS NOT YET AVAILABLE). RETRY JOB

Successful checks

Info

Quality gate Change Size (prev → curr → max)
agent_deb_amd64 N/A N/A → 751.636 → 753.380
agent_suse_amd64 N/A N/A → 751.619 → 753.350
docker_agent_amd64 N/A N/A → 811.942 → 815.700
docker_cws_instrumentation_amd64 N/A N/A → 7.142 → 7.180
dogstatsd_deb_arm64 N/A N/A → 28.026 → 29.110
iot_agent_deb_armhf N/A N/A → 41.052 → 41.100
24 successful checks with minimal change (< 2 KiB)
Quality gate Current Size
agent_deb_amd64_fips 708.599 MiB
agent_heroku_amd64 313.141 MiB
agent_rpm_amd64 751.619 MiB
agent_rpm_amd64_fips 708.583 MiB
agent_rpm_arm64 730.015 MiB
agent_rpm_arm64_fips 689.992 MiB
agent_suse_amd64_fips 708.583 MiB
agent_suse_arm64 730.015 MiB
agent_suse_arm64_fips 689.992 MiB
docker_agent_arm64 815.101 MiB
docker_agent_jmx_amd64 1002.858 MiB
docker_agent_jmx_arm64 994.795 MiB
docker_cluster_agent_amd64 205.316 MiB
docker_cluster_agent_arm64 219.677 MiB
docker_cws_instrumentation_arm64 6.689 MiB
docker_dogstatsd_amd64 39.230 MiB
docker_dogstatsd_arm64 37.445 MiB
dogstatsd_deb_amd64 29.874 MiB
dogstatsd_rpm_amd64 29.874 MiB
dogstatsd_suse_amd64 29.874 MiB
iot_agent_deb_amd64 43.254 MiB
iot_agent_deb_arm64 40.305 MiB
iot_agent_rpm_amd64 43.255 MiB
iot_agent_suse_amd64 43.255 MiB
On-wire sizes (compressed)
Quality gate Change Size (prev → curr → max)
agent_deb_amd64 +15.12 KiB (0.01% increase) 174.775 → 174.790 → 178.360
agent_deb_amd64_fips -6.71 KiB (0.00% reduction) 165.367 → 165.360 → 172.790
agent_heroku_amd64 neutral 74.977 MiB → 79.970
agent_rpm_amd64 +9.0 KiB (0.00% increase) 177.632 → 177.641 → 181.830
agent_rpm_amd64_fips -18.31 KiB (0.01% reduction) 167.618 → 167.600 → 173.370
agent_rpm_arm64 -17.91 KiB (0.01% reduction) 159.586 → 159.569 → 163.060
agent_rpm_arm64_fips -19.3 KiB (0.01% reduction) 151.465 → 151.447 → 156.170
agent_suse_amd64 +9.0 KiB (0.00% increase) 177.632 → 177.641 → 181.830
agent_suse_amd64_fips -18.31 KiB (0.01% reduction) 167.618 → 167.600 → 173.370
agent_suse_arm64 -17.91 KiB (0.01% reduction) 159.586 → 159.569 → 163.060
agent_suse_arm64_fips -19.3 KiB (0.01% reduction) 151.465 → 151.447 → 156.170
docker_agent_amd64 +2.14 KiB (0.00% increase) 268.129 → 268.131 → 272.480
docker_agent_arm64 neutral 255.342 MiB → 261.060
docker_agent_jmx_amd64 +4.76 KiB (0.00% increase) 336.778 → 336.783 → 341.100
docker_agent_jmx_arm64 neutral 319.975 MiB → 325.620
docker_cluster_agent_amd64 neutral 71.931 MiB → 72.920
docker_cluster_agent_arm64 neutral 67.505 MiB → 68.220
docker_cws_instrumentation_amd64 neutral 2.999 MiB → 3.330
docker_cws_instrumentation_arm64 neutral 2.729 MiB → 3.090
docker_dogstatsd_amd64 neutral 15.169 MiB → 15.820
docker_dogstatsd_arm64 neutral 14.488 MiB → 14.830
dogstatsd_deb_amd64 neutral 7.890 MiB → 8.790
dogstatsd_deb_arm64 neutral 6.776 MiB → 7.710
dogstatsd_rpm_amd64 neutral 7.900 MiB → 8.800
dogstatsd_suse_amd64 neutral 7.900 MiB → 8.800
iot_agent_deb_amd64 -2.02 KiB (0.02% reduction) 11.396 → 11.394 → 12.040
iot_agent_deb_arm64 neutral 9.700 MiB → 10.450
iot_agent_deb_armhf +2.61 KiB (0.03% increase) 9.934 → 9.936 → 10.620
iot_agent_rpm_amd64 -2.47 KiB (0.02% reduction) 11.414 → 11.412 → 12.060
iot_agent_suse_amd64 -2.47 KiB (0.02% reduction) 11.414 → 11.412 → 12.060

@rdesgroppes rdesgroppes changed the title Work around intermittent Windows pyconfig.h build failure Work around intermittent Windows build failure (missing pyconfig.h. etc.) Mar 23, 2026
@rdesgroppes rdesgroppes marked this pull request as ready for review March 23, 2026 09:44
@rdesgroppes rdesgroppes requested a review from a team as a code owner March 23, 2026 09:44
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a989d3184c

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@github-actions github-actions bot added medium review PR review might take time and removed short review PR is simple enough to be reviewed quickly labels Mar 23, 2026
Copy link
Copy Markdown
Contributor

@alopezz alopezz left a comment

Choose a reason for hiding this comment

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

Very valuable find, thanks.

@cit-pr-commenter-54b7da
Copy link
Copy Markdown

cit-pr-commenter-54b7da bot commented Mar 23, 2026

Regression Detector

Regression Detector Results

Metrics dashboard
Target profiles
Run ID: 14069c34-d681-45a9-a266-d44904faa5a8

Baseline: c08404f
Comparison: f902668
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 -0.04 [-3.04, +2.97] 1 Logs

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI trials links
quality_gate_logs % cpu utilization +0.53 [-1.05, +2.12] 1 Logs bounds checks dashboard
quality_gate_idle memory utilization +0.38 [+0.33, +0.42] 1 Logs bounds checks dashboard
ddot_metrics_sum_delta memory utilization +0.19 [+0.02, +0.36] 1 Logs
quality_gate_metrics_logs memory utilization +0.19 [-0.05, +0.43] 1 Logs bounds checks dashboard
ddot_metrics_sum_cumulativetodelta_exporter memory utilization +0.15 [-0.07, +0.38] 1 Logs
quality_gate_idle_all_features memory utilization +0.09 [+0.06, +0.13] 1 Logs bounds checks dashboard
uds_dogstatsd_20mb_12k_contexts_20_senders memory utilization +0.03 [-0.03, +0.09] 1 Logs
file_to_blackhole_0ms_latency egress throughput +0.02 [-0.45, +0.49] 1 Logs
uds_dogstatsd_to_api ingress throughput +0.00 [-0.19, +0.19] 1 Logs
otlp_ingest_logs memory utilization -0.00 [-0.11, +0.10] 1 Logs
uds_dogstatsd_to_api_v3 ingress throughput -0.01 [-0.20, +0.19] 1 Logs
tcp_dd_logs_filter_exclude ingress throughput -0.01 [-0.13, +0.11] 1 Logs
otlp_ingest_metrics memory utilization -0.01 [-0.17, +0.15] 1 Logs
file_tree memory utilization -0.01 [-0.07, +0.05] 1 Logs
file_to_blackhole_1000ms_latency egress throughput -0.01 [-0.43, +0.41] 1 Logs
ddot_metrics memory utilization -0.03 [-0.21, +0.16] 1 Logs
file_to_blackhole_100ms_latency egress throughput -0.03 [-0.11, +0.06] 1 Logs
docker_containers_cpu % cpu utilization -0.04 [-3.04, +2.97] 1 Logs
docker_containers_memory memory utilization -0.12 [-0.20, -0.03] 1 Logs
file_to_blackhole_500ms_latency egress throughput -0.16 [-0.55, +0.23] 1 Logs
ddot_logs memory utilization -0.40 [-0.45, -0.34] 1 Logs
ddot_metrics_sum_cumulative memory utilization -0.52 [-0.67, -0.38] 1 Logs
tcp_syslog_to_blackhole ingress throughput -0.68 [-0.80, -0.57] 1 Logs

Bounds Checks: ❌ Failed

perf experiment bounds_check_name replicates_passed observed_value links
docker_containers_cpu simple_check_run 10/10 710 ≥ 26
docker_containers_memory memory_usage 10/10 272.99MiB ≤ 370MiB
docker_containers_memory simple_check_run 10/10 575 ≥ 26
file_to_blackhole_0ms_latency memory_usage 10/10 0.19GiB ≤ 1.20GiB
file_to_blackhole_0ms_latency missed_bytes 10/10 0B = 0B
file_to_blackhole_1000ms_latency memory_usage 10/10 0.23GiB ≤ 1.20GiB
file_to_blackhole_1000ms_latency missed_bytes 10/10 0B = 0B
file_to_blackhole_100ms_latency memory_usage 10/10 0.20GiB ≤ 1.20GiB
file_to_blackhole_100ms_latency missed_bytes 10/10 0B = 0B
file_to_blackhole_500ms_latency memory_usage 10/10 0.21GiB ≤ 1.20GiB
file_to_blackhole_500ms_latency missed_bytes 10/10 0B = 0B
quality_gate_idle intake_connections 10/10 3 = 3 bounds checks dashboard
quality_gate_idle memory_usage 9/10 175.46MiB > 175MiB bounds checks dashboard
quality_gate_idle_all_features intake_connections 10/10 2 ≤ 3 bounds checks dashboard
quality_gate_idle_all_features memory_usage 10/10 499.97MiB ≤ 550MiB bounds checks dashboard
quality_gate_logs intake_connections 10/10 4 ≤ 6 bounds checks dashboard
quality_gate_logs memory_usage 10/10 211.23MiB ≤ 220MiB bounds checks dashboard
quality_gate_logs missed_bytes 10/10 0B = 0B bounds checks dashboard
quality_gate_metrics_logs cpu_usage 10/10 340.84 ≤ 2000 bounds checks dashboard
quality_gate_metrics_logs intake_connections 10/10 3 ≤ 6 bounds checks dashboard
quality_gate_metrics_logs memory_usage 10/10 399.86MiB ≤ 475MiB bounds checks dashboard
quality_gate_metrics_logs missed_bytes 10/10 0B = 0B 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

Failed. Some Quality Gates were violated.

  • quality_gate_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check missed_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check memory_usage: 9/10 replicas passed. Failed 1 which is > 0. Gate FAILED.
  • quality_gate_idle, bounds check intake_connections: 10/10 replicas passed. Gate 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_metrics_logs, bounds check missed_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check memory_usage: 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 intake_connections: 10/10 replicas passed. Gate passed.

@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d bot merged commit f902668 into main Mar 23, 2026
235 checks passed
@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d bot deleted the regis.desgroppes/fix-windows-pyconfig-race branch March 23, 2026 11:27
@github-actions github-actions bot added this to the 7.79.0 milestone Mar 23, 2026
rdesgroppes added a commit that referenced this pull request Mar 23, 2026
### What does this PR do?
- revert `common:windows --enable_runfiles` added in #48188, which
  broke rtloader tests (`libdatadog-agent-three.dll`, error code 5)
- fix `build_python.bat` to be hermetic: redirect MSBuild intermediate
  files (`obj/`, `amd64/`) and `msbuild.rsp` out of the shared execroot
  source tree and into a per-configuration temp directory derived from
  `$(@d)`

### Motivation
`build_python.bat` was writing MSBuild artifacts to
`%sourcedir%\PCbuild\` (the execroot source tree). When rules_python
1.9.0 introduced a configuration transition on `py_binary` for Windows,
`python_win` started being built in two Bazel configurations
concurrently. Both invocations raced on the shared `PCbuild/`
directory, corrupting the generated `pyconfig.h` (in
`PCbuild/obj/313amd64_*/pythoncore/`) and causing intermittent failures
depending on whether the remote cache was warm.

`#48188` papered over this with `--enable_runfiles`, which made the
transition a no-op but broke `LoadLibraryA("libdatadog-agent-three.dll")`
in all rtloader tests (error code 5, access denied, when loading DLLs
from Bazel's runfiles temp directory).

The proper fix is to redirect `Py_OutDir` and `Py_IntDir` to
`$(@d)/tmp` (unique per configuration) so each build gets its own
isolated intermediate directory and no longer touches the source tree.

### Describe how you validated your changes
Analysis of CI job logs:
- #48188's failure: `PCbuild/obj/*.pdb` locked by another process
  during CleanAll, then `pyconfig.h` not found in the generated path
- post-#48188 regression: `libdatadog-agent-three.dll` error code 5 in
  all rtloader tests

### Additional Notes
`python.bat` (written by CPython's `build.bat` to `%sourcedir%`) is
still a minor impurity in the source tree but is a single small file
deleted on both sides; it is not the cause of the race.
@rdesgroppes rdesgroppes changed the title Work around intermittent Windows build failure (missing pyconfig.h. etc.) Work around intermittent Windows build failure (missing pyconfig.h, etc.) Mar 23, 2026
rdesgroppes added a commit that referenced this pull request Mar 23, 2026
### What does this PR do?
- revert `common:windows --enable_runfiles` added in #48188, which
  broke rtloader tests (`libdatadog-agent-three.dll`, error code 5)
- fix `build_python.bat` to be hermetic: redirect MSBuild intermediate
  files (`obj/`, `amd64/`) and `msbuild.rsp` out of the shared execroot
  source tree and into a per-configuration temp directory derived from
  `$(@d)`

### Motivation
`build_python.bat` was writing MSBuild artifacts to
`%sourcedir%\PCbuild\` (the execroot source tree). When rules_python
1.9.0 introduced a configuration transition on `py_binary` for Windows,
`python_win` started being built in two Bazel configurations
concurrently. Both invocations raced on the shared `PCbuild/`
directory, corrupting the generated `pyconfig.h` (in
`PCbuild/obj/313amd64_*/pythoncore/`) and causing intermittent failures
depending on whether the remote cache was warm.

`#48188` papered over this with `--enable_runfiles`, which made the
transition a no-op but broke `LoadLibraryA("libdatadog-agent-three.dll")`
in all rtloader tests (error code 5, access denied, when loading DLLs
from Bazel's runfiles temp directory).

The proper fix is to redirect `Py_OutDir` and `Py_IntDir` to
`$(@d)/tmp` (unique per configuration) so each build gets its own
isolated intermediate directory and no longer touches the source tree.

### Describe how you validated your changes
Analysis of CI job logs:
- #48188's failure: `PCbuild/obj/*.pdb` locked by another process
  during CleanAll, then `pyconfig.h` not found in the generated path
- post-#48188 regression: `libdatadog-agent-three.dll` error code 5 in
  all rtloader tests

### Additional Notes
`python.bat` (written by CPython's `build.bat` to `%sourcedir%`) is
still a minor impurity in the source tree but is a single small file
deleted on both sides; it is not the cause of the race.
rdesgroppes added a commit that referenced this pull request Mar 23, 2026
### What does this PR do?
- revert `common:windows --enable_runfiles` added in #48188, which
  broke rtloader tests (`libdatadog-agent-three.dll`, error code 5)
- fix `build_python.bat` to be hermetic: redirect MSBuild intermediate
  files (`obj/`, `amd64/`) and `msbuild.rsp` out of the shared execroot
  source tree and into a per-configuration temp directory derived from
  `$(@d)`

### Motivation
`build_python.bat` was writing MSBuild artifacts to
`%sourcedir%\PCbuild\` (the execroot source tree). When rules_python
1.9.0 introduced a configuration transition on `py_binary` for Windows,
`python_win` started being built in two Bazel configurations
concurrently. Both invocations raced on the shared `PCbuild/`
directory, corrupting the generated `pyconfig.h` (in
`PCbuild/obj/313amd64_*/pythoncore/`) and causing intermittent failures
depending on whether the remote cache was warm.

`#48188` papered over this with `--enable_runfiles`, which made the
transition a no-op but broke `LoadLibraryA("libdatadog-agent-three.dll")`
in all rtloader tests (error code 5, access denied, when loading DLLs
from Bazel's runfiles temp directory).

The proper fix is to redirect `Py_OutDir` and `Py_IntDir` to
`$(@d)/tmp` (unique per configuration) so each build gets its own
isolated intermediate directory and no longer touches the source tree.

### Describe how you validated your changes
Analysis of CI job logs:
- #48188's failure: `PCbuild/obj/*.pdb` locked by another process
  during CleanAll, then `pyconfig.h` not found in the generated path
- post-#48188 regression: `libdatadog-agent-three.dll` error code 5 in
  all rtloader tests

### Additional Notes
`python.bat` (written by CPython's `build.bat` to `%sourcedir%`) is
still a minor impurity in the source tree but is a single small file
deleted on both sides; it is not the cause of the race.
rdesgroppes added a commit that referenced this pull request Mar 23, 2026
### What does this PR do?
- revert `common:windows --enable_runfiles=yes` added in #48188,
  which broke rtloader tests (`libdatadog-agent-three.dll`,
  error code 5 / `ERROR_ACCESS_DENIED`)
- make `build_python.bat` hermetic: redirect all MSBuild outputs
  and intermediate files out of the shared execroot source tree
  into a per-configuration scratch directory derived from
  `$(@d)/tmp`, unique per Bazel configuration hash

### Motivation
`build_python.bat` was writing MSBuild artefacts to
`%sourcedir%\PCbuild\` (the shared execroot source tree):
- `msbuild.rsp` (auto-loaded by MSBuild from the project dir)
- `obj\` (intermediate objects, `Py_IntDir`)
- `amd64\` (final binaries, `Py_OutDir`)
- `python.bat` (written by `GeneratePythonBat`)

With rules_python 1.9.0 introducing a configuration transition
on `py_binary` / `py_test` for Windows, `python_win` was built
in two Bazel configurations concurrently. Both invocations raced
on those shared paths, corrupting `pyconfig.h` and causing
intermittent failures (MSB4166, missing `pyconfig.h`, wrong
DLL bitness) depending on remote-cache warmth.

The `--enable_runfiles=yes` workaround deduplicates `python_win`
by making the transition a no-op, but it causes Bazel to build
NTFS junction-based runfiles trees. Those junctions make
`LoadLibraryA` return `ERROR_ACCESS_DENIED` (code 5) for
`libdatadog-agent-three.dll` in the CI security context,
breaking all 10 rtloader tests.

### Describe how you validated your changes
Observed races in CI jobs 1530195391, 1530694694, 1531128430.
Traced the duplicate configuration to rules_python's
`_transition_executable_impl` in `py_executable.bzl`.

Confirmed `--enable_runfiles=yes` breaks rtloader in CI job
1531402700 (all 10 tests fail with `LoadLibraryA` error code 5).

The hermetic fix isolates every build in `$(@d)/tmp`, so
concurrent invocations never share artefacts regardless of the
number of active Bazel configurations.

### Additional Notes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
rdesgroppes added a commit that referenced this pull request Mar 23, 2026
### What does this PR do?
- revert `common:windows --enable_runfiles=yes` added in #48188,
  which broke rtloader tests (`libdatadog-agent-three.dll`,
  error code 5 / `ERROR_ACCESS_DENIED`)
- make `build_python.bat` hermetic: redirect all MSBuild outputs
  and intermediate files out of the shared execroot source tree
  into a per-configuration scratch directory derived from
  `$(@d)/tmp`, unique per Bazel configuration hash

### Motivation
`build_python.bat` was writing MSBuild artefacts to
`%sourcedir%\PCbuild\` (the shared execroot source tree):
- `msbuild.rsp` (auto-loaded by MSBuild from the project dir)
- `obj\` (intermediate objects, `Py_IntDir`)
- `amd64\` (final binaries, `Py_OutDir`)
- `python.bat` (written by `GeneratePythonBat`)

With rules_python 1.9.0 introducing a configuration transition
on `py_binary` / `py_test` for Windows, `python_win` was built
in two Bazel configurations concurrently. Both invocations raced
on those shared paths, corrupting `pyconfig.h` and causing
intermittent failures (MSB4166, missing `pyconfig.h`, wrong
DLL bitness) depending on remote-cache warmth.

The `--enable_runfiles=yes` workaround deduplicates `python_win`
by making the transition a no-op, but it causes Bazel to build
NTFS junction-based runfiles trees. Those junctions make
`LoadLibraryA` return `ERROR_ACCESS_DENIED` (code 5) for
`libdatadog-agent-three.dll` in the CI security context,
breaking all 10 rtloader tests.

### Describe how you validated your changes
Observed races in CI jobs 1530195391, 1530694694, 1531128430.
Traced the duplicate configuration to rules_python's
`_transition_executable_impl` in `py_executable.bzl`.

Confirmed `--enable_runfiles=yes` breaks rtloader in CI job
1531402700 (all 10 tests fail with `LoadLibraryA` error code 5).

The hermetic fix isolates every build in `$(@d)/tmp`, so
concurrent invocations never share artefacts regardless of the
number of active Bazel configurations.

### Additional Notes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
rdesgroppes added a commit that referenced this pull request Mar 24, 2026
### What does this PR do?
- revert `common:windows --enable_runfiles=yes` added in #48188,
  which broke rtloader tests (`libdatadog-agent-three.dll`,
  error code 5 / `ERROR_ACCESS_DENIED`)
- make `build_python.bat` hermetic: redirect all MSBuild outputs
  and intermediate files out of the shared execroot source tree
  into a per-configuration scratch directory derived from
  `$(@d)/tmp`, unique per Bazel configuration hash

### Motivation
`build_python.bat` was writing MSBuild artefacts to
`%sourcedir%\PCbuild\` (the shared execroot source tree):
- `msbuild.rsp` (auto-loaded by MSBuild from the project dir)
- `obj\` (intermediate objects, `Py_IntDir`)
- `amd64\` (final binaries, `Py_OutDir`)
- `python.bat` (written by `GeneratePythonBat`)

With rules_python 1.9.0 introducing a configuration transition
on `py_binary` / `py_test` for Windows, `python_win` was built
in two Bazel configurations concurrently. Both invocations raced
on those shared paths, corrupting `pyconfig.h` and causing
intermittent failures (MSB4166, missing `pyconfig.h`, wrong
DLL bitness) depending on remote-cache warmth.

The `--enable_runfiles=yes` workaround deduplicates `python_win`
by making the transition a no-op, but it causes Bazel to build
NTFS junction-based runfiles trees. Those junctions make
`LoadLibraryA` return `ERROR_ACCESS_DENIED` (code 5) for
`libdatadog-agent-three.dll` in the CI security context,
breaking all 10 rtloader tests.

### Describe how you validated your changes
Observed races in CI jobs 1530195391, 1530694694, 1531128430.
Traced the duplicate configuration to rules_python's
`_transition_executable_impl` in `py_executable.bzl`.

Confirmed `--enable_runfiles=yes` breaks rtloader in CI job
1531402700 (all 10 tests fail with `LoadLibraryA` error code 5).

The hermetic fix isolates every build in `$(@d)/tmp`, so
concurrent invocations never share artefacts regardless of the
number of active Bazel configurations.

### Additional Notes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
rdesgroppes added a commit that referenced this pull request Mar 24, 2026
### What does this PR do?
- revert `common:windows --enable_runfiles=yes` added in #48188,
  which broke rtloader tests (`libdatadog-agent-three.dll`,
  error code 5 / `ERROR_ACCESS_DENIED`)
- make `build_python.bat` hermetic: redirect all MSBuild outputs
  and intermediate files out of the shared execroot source tree
  into a per-configuration scratch directory derived from
  `$(@d)/tmp`, unique per Bazel configuration hash

### Motivation
`build_python.bat` was writing MSBuild artefacts to
`%sourcedir%\PCbuild\` (the shared execroot source tree):
- `msbuild.rsp` (auto-loaded by MSBuild from the project dir)
- `obj\` (intermediate objects, `Py_IntDir`)
- `amd64\` (final binaries, `Py_OutDir`)
- `python.bat` (written by `GeneratePythonBat`)

With rules_python 1.9.0 introducing a configuration transition
on `py_binary` / `py_test` for Windows, `python_win` was built
in two Bazel configurations concurrently. Both invocations raced
on those shared paths, corrupting `pyconfig.h` and causing
intermittent failures (MSB4166, missing `pyconfig.h`, wrong
DLL bitness) depending on remote-cache warmth.

The `--enable_runfiles=yes` workaround deduplicates `python_win`
by making the transition a no-op, but it causes Bazel to build
NTFS junction-based runfiles trees. Those junctions make
`LoadLibraryA` return `ERROR_ACCESS_DENIED` (code 5) for
`libdatadog-agent-three.dll` in the CI security context,
breaking all 10 rtloader tests.

### Describe how you validated your changes
Observed races in CI jobs 1530195391, 1530694694, 1531128430.
Traced the duplicate configuration to rules_python's
`_transition_executable_impl` in `py_executable.bzl`.

Confirmed `--enable_runfiles=yes` breaks rtloader in CI job
1531402700 (all 10 tests fail with `LoadLibraryA` error code 5).

The hermetic fix isolates every build in `$(@d)/tmp`, so
concurrent invocations never share artefacts regardless of the
number of active Bazel configurations.

### Additional Notes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
rdesgroppes added a commit that referenced this pull request Mar 24, 2026
### What does this PR do?
- revert `common:windows --enable_runfiles=yes` added in #48188,
  which broke rtloader tests (`libdatadog-agent-three.dll`,
  error code 5 / `ERROR_ACCESS_DENIED`)
- make `build_python.bat` hermetic: redirect all MSBuild outputs
  and intermediate files out of the shared execroot source tree
  into a per-configuration scratch directory derived from
  `$(@d)/tmp`, unique per Bazel configuration hash

### Motivation
`build_python.bat` was writing MSBuild artefacts to
`%sourcedir%\PCbuild\` (the shared execroot source tree):
- `msbuild.rsp` (auto-loaded by MSBuild from the project dir)
- `obj\` (intermediate objects, `Py_IntDir`)
- `amd64\` (final binaries, `Py_OutDir`)
- `python.bat` (written by `GeneratePythonBat`)

With rules_python 1.9.0 introducing a configuration transition
on `py_binary` / `py_test` for Windows, `python_win` was built
in two Bazel configurations concurrently. Both invocations raced
on those shared paths, corrupting `pyconfig.h` and causing
intermittent failures (MSB4166, missing `pyconfig.h`, wrong
DLL bitness) depending on remote-cache warmth.

The `--enable_runfiles=yes` workaround deduplicates `python_win`
by making the transition a no-op, but it causes Bazel to build
NTFS junction-based runfiles trees. Those junctions make
`LoadLibraryA` return `ERROR_ACCESS_DENIED` (code 5) for
`libdatadog-agent-three.dll` in the CI security context,
breaking all 10 rtloader tests.

### Describe how you validated your changes
Observed races in CI jobs 1530195391, 1530694694, 1531128430.
Traced the duplicate configuration to rules_python's
`_transition_executable_impl` in `py_executable.bzl`.

Confirmed `--enable_runfiles=yes` breaks rtloader in CI job
1531402700 (all 10 tests fail with `LoadLibraryA` error code 5).

The hermetic fix isolates every build in `$(@d)/tmp`, so
concurrent invocations never share artefacts regardless of the
number of active Bazel configurations.

### Additional Notes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
rdesgroppes added a commit that referenced this pull request Mar 24, 2026
### What does this PR do?
- revert `common:windows --enable_runfiles=yes` added in #48188,
  which broke rtloader tests (`libdatadog-agent-three.dll`,
  error code 5 / `ERROR_ACCESS_DENIED`)
- make `build_python.bat` hermetic: redirect all MSBuild outputs
  and intermediate files out of the shared execroot source tree
  into a per-configuration scratch directory derived from
  `$(@d)/tmp`, unique per Bazel configuration hash

### Motivation
`build_python.bat` was writing MSBuild artefacts to
`%sourcedir%\PCbuild\` (the shared execroot source tree):
- `msbuild.rsp` (auto-loaded by MSBuild from the project dir)
- `obj\` (intermediate objects, `Py_IntDir`)
- `amd64\` (final binaries, `Py_OutDir`)
- `python.bat` (written by `GeneratePythonBat`)

With rules_python 1.9.0 introducing a configuration transition
on `py_binary` / `py_test` for Windows, `python_win` was built
in two Bazel configurations concurrently. Both invocations raced
on those shared paths, corrupting `pyconfig.h` and causing
intermittent failures (MSB4166, missing `pyconfig.h`, wrong
DLL bitness) depending on remote-cache warmth.

The `--enable_runfiles=yes` workaround deduplicates `python_win`
by making the transition a no-op, but it causes Bazel to build
NTFS junction-based runfiles trees. Those junctions make
`LoadLibraryA` return `ERROR_ACCESS_DENIED` (code 5) for
`libdatadog-agent-three.dll` in the CI security context,
breaking all 10 rtloader tests.

### Describe how you validated your changes
Observed races in CI jobs 1530195391, 1530694694, 1531128430.
Traced the duplicate configuration to rules_python's
`_transition_executable_impl` in `py_executable.bzl`.

Confirmed `--enable_runfiles=yes` breaks rtloader in CI job
1531402700 (all 10 tests fail with `LoadLibraryA` error code 5).

The hermetic fix isolates every build in `$(@d)/tmp`, so
concurrent invocations never share artefacts regardless of the
number of active Bazel configurations.

### Additional Notes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
rdesgroppes added a commit that referenced this pull request Mar 24, 2026
### What does this PR do?
- add `common:windows --enable_runfiles` to `.bazelrc`
- widen `bazel:test:windows-amd64` from
  `//bazel/tests/... //rtloader/...` to `//...` with exclusions
  for Linux-, eBPF-, and gopatch-only targets

### Motivation
rules_python 1.9.0 (#48082) transitions every `py_binary` and
`py_test` on Windows from `enable_runfiles=auto` to
`enable_runfiles=true`. With Bazel's default (`enable_runfiles=false`
on Windows), this creates a second Bazel configuration, causing
`python_win` to be built twice concurrently. `build_python.bat`
writes MSBuild intermediates to the shared execroot source tree
rather than the action's output directory, so both builds race on
those files, causing intermittent `pyconfig.h` failures.

This is a redo of #48188, which was preemptively reverted (#48207).
Pre-setting `--enable_runfiles` makes the transition a no-op, so
Bazel sees a single configuration and builds `python_win` once.

Two prerequisites are now in place: #48281 provides `PYTHON_FOR_BUILD`
to MSBuild, preventing `find_python.bat` from falling back to NuGet
and other external sources under `--incompatible_strict_action_env`;
#48087 and #48209 trigger Windows CI on `MODULE.bazel*` and `.bazel*`
changes respectively, so the widened test surface below will catch
regressions before they reach `main`.

### Describe how you validated your changes
Local VM and, of course, CI.

### Additional Notes
`//pkg/template/...` is excluded on Windows: gopatch v0.4.0 errors
on `@@\r` in hunk markers when patch files have CRLF line endings,
an unreported upstream bug with no workaround in gopatch itself.
gh-worker-dd-mergequeue-cf854d bot pushed a commit that referenced this pull request Mar 24, 2026
Prior art:
1. #48082
2. #48087
3. #48188 (1st attempt)
4. #48207
5. #48281
6. #48209

### What does this PR do?
This is a redo of #48188 (preemptively reverted by #48207) and therefore merely consists in re-adding `common:windows --enable_runfiles` to `.bazelrc`.

... with lessons learned, thanks to earlier:
- #48209 covers the present change to `.bazelrc`,
- #48281 prevents `find_python.bat` from falling back to `NuGet` or other non hermetic sources.

.... and now a widened `bazel:test:windows-amd64`, evolving from just `//bazel/tests/... //rtloader/...` to `//...` **- except currently failing targets** (for the time being, of course).

### Motivation
Summary of #48188:
- `rules_python` 1.9.0 (#48082) transitions every `py_binary` and `py_test` on Windows from `enable_runfiles=auto` to `enable_runfiles=true`,
- with Bazel's default (`enable_runfiles=false` on Windows), this creates a second Bazel configuration, causing
`python_win` to be built twice concurrently,
- `build_python.bat` writes `MSBuild` intermediates to the shared execroot source tree rather than the action's output directory, so both builds race on those files, causing [intermittent failures](https://gitlab.ddbuild.io/DataDog/datadog-agent/-/jobs/1533753039) (`pyconfig.h` not found, etc.).

**Pre-setting `--enable_runfiles` makes the transition a no-op, so Bazel sees a single configuration and builds `python_win` once.**

### Describe how you validated your changes
Local VM and, of course, CI.

### Additional Notes
For instance, `//pkg/template/...` is excluded on Windows because `gopatch` errors on `@@\r` in hunk markers when patch files have CRLF line endings, which deserves a distinct PR (likely adjusting `.gitattributes`).


Co-authored-by: regis.desgroppes <regis.desgroppes@datadoghq.com>
StephenWakely pushed a commit that referenced this pull request Mar 27, 2026
…tc.) (#48188)

### What does this PR do?
Add `common:windows --enable_runfiles` to `.bazelrc`.

### Motivation
rules_python 1.9.0 (introduced in #48082) transitions every `py_binary` on Windows to `enable_runfiles=true`.
With Bazel's default of `enable_runfiles=false` on Windows, this creates a second Bazel configuration, causing `python_win` to be built twice concurrently.
`build_python.bat` writes MSBuild intermediate files (`PCbuild/obj/`, `PCbuild/amd64/`, `msbuild.rsp`) into the shared execroot source tree rather than into the action's output directory, so the two concurrent builds race on those files, manifesting as intermittent `pyconfig.h: No such file or directory` errors that disappear when the cache is warm.
See, for instance: https://gitlab.ddbuild.io/DataDog/datadog-agent/-/jobs/1528499363

Setting `enable_runfiles=true` globally makes the transition a no-op (same flag value => same configuration hash => one build of `python_win`), eliminating the race.

### Describe how you validated your changes
Analysis of a failing CI job log (`PCbuild/obj/*.pdb` locked by another process during CleanAll).

### Additional Notes
This is a short-term workaround. The proper fix is to make `build_python.bat` hermetic by redirecting MSBuild's output and intermediate directories to `$(@d)` instead of the execroot source tree.

`rules_python` doesn't touch `build_python.bat` directly. The connection is through Bazel's configuration graph:
1. `build_python.bat` is invoked by `python_win` (`run_binary` target) in `deps/cpython.BUILD.bazel`,
2. `python_win` is a dependency of `pkg_install` (via `install_files_win`),
3. `pkg_install` from `rules_pkg` is backed by a `py_binary`,
4. `rules_python` 1.9.0 makes every `py_binary` on Windows transition into a new Bazel configuration (`enable_runfiles=true`),
5. Since `python_win` sits in the dependency graph of that `py_binary`, Bazel now needs it in two configurations: the base one (for tests / other consumers) and the transitioned one (for `pkg_install`),
6. Two configurations => two independent Bazel actions, both calling `build_python.bat` in the same execroot directory => race.

Co-authored-by: regis.desgroppes <regis.desgroppes@datadoghq.com>
StephenWakely pushed a commit that referenced this pull request Mar 27, 2026
Prior art:
1. #48082
2. #48087
3. #48188 (1st attempt)
4. #48207
5. #48281
6. #48209

### What does this PR do?
This is a redo of #48188 (preemptively reverted by #48207) and therefore merely consists in re-adding `common:windows --enable_runfiles` to `.bazelrc`.

... with lessons learned, thanks to earlier:
- #48209 covers the present change to `.bazelrc`,
- #48281 prevents `find_python.bat` from falling back to `NuGet` or other non hermetic sources.

.... and now a widened `bazel:test:windows-amd64`, evolving from just `//bazel/tests/... //rtloader/...` to `//...` **- except currently failing targets** (for the time being, of course).

### Motivation
Summary of #48188:
- `rules_python` 1.9.0 (#48082) transitions every `py_binary` and `py_test` on Windows from `enable_runfiles=auto` to `enable_runfiles=true`,
- with Bazel's default (`enable_runfiles=false` on Windows), this creates a second Bazel configuration, causing
`python_win` to be built twice concurrently,
- `build_python.bat` writes `MSBuild` intermediates to the shared execroot source tree rather than the action's output directory, so both builds race on those files, causing [intermittent failures](https://gitlab.ddbuild.io/DataDog/datadog-agent/-/jobs/1533753039) (`pyconfig.h` not found, etc.).

**Pre-setting `--enable_runfiles` makes the transition a no-op, so Bazel sees a single configuration and builds `python_win` once.**

### Describe how you validated your changes
Local VM and, of course, CI.

### Additional Notes
For instance, `//pkg/template/...` is excluded on Windows because `gopatch` errors on `@@\r` in hunk markers when patch files have CRLF line endings, which deserves a distinct PR (likely adjusting `.gitattributes`).


Co-authored-by: regis.desgroppes <regis.desgroppes@datadoghq.com>
StephenWakely pushed a commit that referenced this pull request Mar 27, 2026
…tc.) (#48188)

### What does this PR do?
Add `common:windows --enable_runfiles` to `.bazelrc`.

### Motivation
rules_python 1.9.0 (introduced in #48082) transitions every `py_binary` on Windows to `enable_runfiles=true`.
With Bazel's default of `enable_runfiles=false` on Windows, this creates a second Bazel configuration, causing `python_win` to be built twice concurrently.
`build_python.bat` writes MSBuild intermediate files (`PCbuild/obj/`, `PCbuild/amd64/`, `msbuild.rsp`) into the shared execroot source tree rather than into the action's output directory, so the two concurrent builds race on those files, manifesting as intermittent `pyconfig.h: No such file or directory` errors that disappear when the cache is warm.
See, for instance: https://gitlab.ddbuild.io/DataDog/datadog-agent/-/jobs/1528499363

Setting `enable_runfiles=true` globally makes the transition a no-op (same flag value => same configuration hash => one build of `python_win`), eliminating the race.

### Describe how you validated your changes
Analysis of a failing CI job log (`PCbuild/obj/*.pdb` locked by another process during CleanAll).

### Additional Notes
This is a short-term workaround. The proper fix is to make `build_python.bat` hermetic by redirecting MSBuild's output and intermediate directories to `$(@d)` instead of the execroot source tree.

`rules_python` doesn't touch `build_python.bat` directly. The connection is through Bazel's configuration graph:
1. `build_python.bat` is invoked by `python_win` (`run_binary` target) in `deps/cpython.BUILD.bazel`,
2. `python_win` is a dependency of `pkg_install` (via `install_files_win`),
3. `pkg_install` from `rules_pkg` is backed by a `py_binary`,
4. `rules_python` 1.9.0 makes every `py_binary` on Windows transition into a new Bazel configuration (`enable_runfiles=true`),
5. Since `python_win` sits in the dependency graph of that `py_binary`, Bazel now needs it in two configurations: the base one (for tests / other consumers) and the transitioned one (for `pkg_install`),
6. Two configurations => two independent Bazel actions, both calling `build_python.bat` in the same execroot directory => race.

Co-authored-by: regis.desgroppes <regis.desgroppes@datadoghq.com>
StephenWakely pushed a commit that referenced this pull request Mar 27, 2026
Prior art:
1. #48082
2. #48087
3. #48188 (1st attempt)
4. #48207
5. #48281
6. #48209

### What does this PR do?
This is a redo of #48188 (preemptively reverted by #48207) and therefore merely consists in re-adding `common:windows --enable_runfiles` to `.bazelrc`.

... with lessons learned, thanks to earlier:
- #48209 covers the present change to `.bazelrc`,
- #48281 prevents `find_python.bat` from falling back to `NuGet` or other non hermetic sources.

.... and now a widened `bazel:test:windows-amd64`, evolving from just `//bazel/tests/... //rtloader/...` to `//...` **- except currently failing targets** (for the time being, of course).

### Motivation
Summary of #48188:
- `rules_python` 1.9.0 (#48082) transitions every `py_binary` and `py_test` on Windows from `enable_runfiles=auto` to `enable_runfiles=true`,
- with Bazel's default (`enable_runfiles=false` on Windows), this creates a second Bazel configuration, causing
`python_win` to be built twice concurrently,
- `build_python.bat` writes `MSBuild` intermediates to the shared execroot source tree rather than the action's output directory, so both builds race on those files, causing [intermittent failures](https://gitlab.ddbuild.io/DataDog/datadog-agent/-/jobs/1533753039) (`pyconfig.h` not found, etc.).

**Pre-setting `--enable_runfiles` makes the transition a no-op, so Bazel sees a single configuration and builds `python_win` once.**

### Describe how you validated your changes
Local VM and, of course, CI.

### Additional Notes
For instance, `//pkg/template/...` is excluded on Windows because `gopatch` errors on `@@\r` in hunk markers when patch files have CRLF line endings, which deserves a distinct PR (likely adjusting `.gitattributes`).


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

Labels

changelog/no-changelog No changelog entry needed internal Identify a non-fork PR 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.

2 participants