Skip to content

Add error logging to scripts/print_exported_headers - #13686

Closed
swolchok wants to merge 4 commits into
gh/swolchok/560/headfrom
gh/swolchok/559/head
Closed

Add error logging to scripts/print_exported_headers#13686
swolchok wants to merge 4 commits into
gh/swolchok/560/headfrom
gh/swolchok/559/head

Conversation

@swolchok

@swolchokswolchok commented Aug 26, 2025

Copy link
Copy Markdown
Contributor

No description provided.

[ghstack-poisoned]
@swolchok

swolchok commented Aug 26, 2025

Copy link
Copy Markdown
ContributorAuthor

@pytorch-bot

pytorch-botBot commented Aug 26, 2025

Copy link
Copy Markdown

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13686

Note: Links to docs will display an error until the docs builds have been completed.

❗ 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

❌ 5 New Failures, 1 Unrelated Failure

As of commit 3c75a2d with merge base be65301 (image):

NEW FAILURES - The following jobs have failed:

BROKEN TRUNK - The following job failed but were present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

This comment was automatically generated by Dr. CI and updates every 15 minutes.

swolchok added a commit that referenced this pull request Aug 26, 2025
ghstack-source-id: 4f31fe1
ghstack-comment-id: 3225036431
Pull-Request: #13686
@meta-clameta-claBot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 26, 2025
@swolchokswolchok added the release notes: none Do not include this in the release notes label Aug 26, 2025
Comment threadscripts/print_exported_headers.py Outdated
result = subprocess.run(command, capture_output=True, check=True, cwd=BUCK_CWD)
try:
result = subprocess.run(command, capture_output=True, check=True, cwd=BUCK_CWD)
except CalledProcessError as ex:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Does this need to be imported?

swolchok added a commit that referenced this pull request Aug 26, 2025
ghstack-source-id: 5437831
ghstack-comment-id: 3225036431
Pull-Request: #13686
[ghstack-poisoned]
swolchok added a commit that referenced this pull request Sep 2, 2025
ghstack-source-id: c398c10
ghstack-comment-id: 3225036431
Pull-Request: #13686
@swolchok
swolchok changed the base branch from main to gh/swolchok/560/headSeptember 2, 2025 20:28
[ghstack-poisoned]
swolchok added a commit that referenced this pull request Sep 2, 2025
ghstack-source-id: e43510d
ghstack-comment-id: 3225036431
Pull-Request: #13686
@swolchok

Copy link
Copy Markdown
ContributorAuthor

https://github.com/pytorch/executorch/actions/runs/17416104660/job/49444945169?pr=13686#step:9:20480

stderr: b'[2025-09-02T22:56:22.386+00:00] Build ID: bbf65f19-5632-4134-922b-d34d84471178\nCommand failed: \nError in configured node dependency, dependency chain follows (-> indicates depends on, ^ indicates same configuration as previous):\n root//extension/llm/runner:multimodal_runner_lib (prelude//platforms:default#200212f73efcd57d)\n -> root//extension/llm/runner:text_token_generator (^)\n -> root//extension/llm/tokenizers:headers (^)\n\n\nCaused by:\n 0: looking up unconfigured target node `root//extension/llm/tokenizers:headers`\n 1: Error loading targets in package `root//extension/llm/tokenizers` for target `root//extension/llm/tokenizers:headers`\n 2: package `root//extension/llm/tokenizers:` does not exist\n missing `TARGETS` file (also missing alternatives `TARGETS.v2`, `TARGETS`)\n'

hmm.

@github-actions

Copy link
Copy Markdown

Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as Stale.
Feel free to remove the Stale label if you feel this was a mistake.
If you are unable to remove the Stale label please contact a maintainer in order to do so.
If you want the bot to never mark this PR stale again, add the no-stale label.
Stale pull requests will automatically be closed after 30 days of inactivity.

@github-actionsgithub-actionsBot added the Stale PRs inactive for over 60 days label Nov 3, 2025
@meta-cla

meta-claBot commented Nov 18, 2025

Copy link
Copy Markdown

Hi @swolchok!

Thank you for your pull request.

We require contributors to sign our Contributor License Agreement, and yours needs attention.

You currently have a record in our system, but the CLA is no longer valid, and will need to be resubmitted.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks!

@github-actions

Copy link
Copy Markdown

Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as Stale.
Feel free to remove the Stale label if you feel this was a mistake.
If you are unable to remove the Stale label please contact a maintainer in order to do so.
If you want the bot to never mark this PR stale again, add the no-stale label.
Stale pull requests will automatically be closed after 30 days of inactivity.

1 similar comment
@github-actions

Copy link
Copy Markdown

Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as Stale.
Feel free to remove the Stale label if you feel this was a mistake.
If you are unable to remove the Stale label please contact a maintainer in order to do so.
If you want the bot to never mark this PR stale again, add the no-stale label.
Stale pull requests will automatically be closed after 30 days of inactivity.

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

Labels

CLA SignedThis label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.release notes: noneDo not include this in the release notesStalePRs inactive for over 60 days

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@swolchok@GregoryComer@jackzhxng