[PATCH] D121566: Load pass plugins during option processing, so that plugin options are registered and live.

wael yehia via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 11:38:23 PDT 2022


w2yehia added a comment.

In D121566#3389537 <https://reviews.llvm.org/D121566#3389537>, @Meinersbur wrote:

> Could you rebase the patch? The premerge-check's patch application failed: https://buildkite.com/llvm-project/diff-checks/builds/94599

I did rebase it (on 12a2f7494e74 <https://reviews.llvm.org/rG12a2f7494e745eb4c90133ea17cadac3a8eb8d07>) before posting. The premerge-check error seems something bogus?:

  $ trap 'kill -- $$' INT TERM QUIT; pip install -q -r scripts/requirements.txt
  scripts/apply_patch.sh
  INFO    repository exist, will reuse
  INFO    working dir /var/lib/buildkite-agent/builds/llvm-project-fork
  INFO    Syncing local, origin and upstream...
  INFO    Planning to apply in order:
  INFO    https://reviews.llvm.org/D121566?id=416182
  INFO    D121566#416182 commit 12a2f7494e745eb4c90133ea17cadac3a8eb8d07 exists
  INFO    creating branch phab-diff-416182 at 12a2f7494e745eb4c90133ea17cadac3a8eb8d07
  INFO    Base branch revision is 12a2f7494e745eb4c90133ea17cadac3a8eb8d07
  INFO    Applying 416182 for revision 121566...
  INFO    uploaded 1_416182.patch to https://buildkite.com/organizations/llvm-project/pipelines/premerge-checks/builds/94599/jobs/ee057fd3-a5f6-469f-8ebd-dd087982b0f1/artifacts/b22020f8-e0ae-4eef-a4f7-b5be718dc8ee
  ERROR   exception: Cmd('git') failed due to: exit code(1)
    cmdline: git push --force origin phab-diff-416182
    stderr: 'remote: Internal Server Error
  To ssh://github.com/llvm-premerge-tests/llvm-project
   ! [remote rejected]           phab-diff-416182 -> phab-diff-416182 (Internal Server Error)
  error: failed to push some refs to 'ssh://github.com/llvm-premerge-tests/llvm-project''
  Reporting results to Phabricator build https://reviews.llvm.org/harbormaster/build/230024
   
  report issue
   
  failed
  🚨 Error: The command exited with status 1
  user command error: exit status 1


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121566/new/

https://reviews.llvm.org/D121566



More information about the llvm-commits mailing list