Skip to content

feat: wire PUP generation for downtimes - #759

Open
dd-octo-sts[bot] wants to merge 1 commit into
mainfrom
datadog-api-spec/generated/6477
Open

feat: wire PUP generation for downtimes#759
dd-octo-sts[bot] wants to merge 1 commit into
mainfrom
datadog-api-spec/generated/6477

Conversation

@dd-octo-sts

@dd-octo-sts dd-octo-sts Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

@dd-octo-sts
dd-octo-sts Bot requested a review from a team as a code owner August 25, 2026 12:11
@dd-octo-sts dd-octo-sts Bot added the changelog/no-changelog Changes don't appear in changelog label Aug 25, 2026
@datadog-prod-us1-4

datadog-prod-us1-4 Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Pipelines

Unblock PR with BitsAI

⚠️ Warnings

Your PR has failed checks. Please review the issues below and take necessary action before merging.

🚦 5 Pipeline jobs failed

CI | Check, Test & Coverage — 🔧 Needs a code fix, caused by this PR

View more details · View in GitHub Actions

Compilation errors in src/rate_limit.rs and src/downtimes.rs: cannot find functions and incorrect number of arguments supplied.

CI | Cross Compile (Linux) — 🔧 Needs a code fix, caused by this PR

View more details · View in GitHub Actions

Cannot find function eprint_formatted in module formatter and incorrect number of arguments supplied to format_and_print in src/rate_limit.rs and src/downtimes.rs.

CI | Cross Compile (Windows) — 🔧 Needs a code fix, caused by this PR

View more details · View in GitHub Actions

Compilation error in src\rate_limit.rs:151: function eprint_formatted not found in module formatter. Also, missing argument for function format_and_print in src\downtimes.rs:188 and src\downtimes.rs:221.

View all 5 failed jobs.

📋 Copy fix prompt
CI on my pull request is failing. Help me find and fix the root cause of each failing job below — they were flagged as caused by changes in this PR, so focus on the diff. For each job, explain the failure and propose a fix.

Before you start, set up the Datadog software-delivery tooling so you can
query the CI data yourself:

1. Check whether you already have the Datadog software-delivery MCP tools
   (e.g. a `search_datadog_ci_pipeline_events` tool) and the `unblock-pr` skill.
2. If either is missing, STOP and ask me for permission before installing
   anything. Do not install or run anything until I have said yes.
3. Only with my explicit approval, set up the Datadog software-delivery MCP
   server and skills by following:
     https://docs.datadoghq.com/getting_started/software_delivery_mcp_tools/
   then restart so the skill is picked up.
4. If I decline, skip all of the above and work from the context below alone.

Then run /unblock-pr — it will pull the CI data itself. The job context below is what we already know.

If /unblock-pr is not available — because I declined the setup above, or it did not install — work from the context below instead.

Datadog has already classified this failure as caused by changes in this PR.
Take that as given and work the fix:

1. Locate the change. Diff this branch against its base and find the change
   that produces this error. Explain the mechanism, don't just name a file:
     git fetch origin && git diff $(git merge-base origin/main HEAD)...HEAD
2. Reproduce it locally. Run the failing job's command or test before
   proposing anything.
3. Propose the smallest fix that addresses the root cause — not a workaround,
   not a broadened assertion, not a disabled or skipped test.
4. Re-run the same command to confirm, and say exactly what you ran.
5. If the failure turns out to be intermittent rather than deterministic, say
   so plainly instead of "fixing" it — that is a flaky test, and patching it
   hides the problem.

If the right move is to re-run the job rather than change code, use the job
link in the context below. For GitHub Actions: `gh run rerun <run-id> --failed`,
where the run ID is the number after `/runs/` in that URL (not the trailing
number, which is the job ID).

Branch: datadog-api-spec/generated/6477

CI | Check, Test & Coverage
Commit: ccbfc906c7c36e2f86115f93562a0d55436a458e
Error (code / build):
Compilation errors in src/rate_limit.rs and src/downtimes.rs: cannot find functions and incorrect number of arguments supplied.
CI job: https://github.com/DataDog/pup/actions/runs/32947717893/job/98111983323

CI | Cross Compile (Linux)
Commit: ccbfc906c7c36e2f86115f93562a0d55436a458e
Error (code / build):
Cannot find function `eprint_formatted` in module `formatter` and incorrect number of arguments supplied to `format_and_print` in src/rate_limit.rs and src/downtimes.rs.
CI job: https://github.com/DataDog/pup/actions/runs/32947717893/job/98111983573

CI | Cross Compile (Windows)
Commit: ccbfc906c7c36e2f86115f93562a0d55436a458e
Error (code / build):
Compilation error in src\rate_limit.rs:151: function `eprint_formatted` not found in module `formatter`. Also, missing argument for function `format_and_print` in src\downtimes.rs:188 and src\downtimes.rs:221.
CI job: https://github.com/DataDog/pup/actions/runs/32947717893/job/98111983572

Plus 2 more failing jobs not shown here.

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: ccbfc90 | Docs | View more details | Give us feedback!

@dd-octo-sts
dd-octo-sts Bot force-pushed the datadog-api-spec/generated/6477 branch from b848472 to ccbfc90 Compare August 26, 2026 08:25

@platinummonkey platinummonkey left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Description does not match

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/no-changelog Changes don't appear in changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant