Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install native dependencies on all Apple OS in CI #82263

Merged
merged 1 commit into from
Feb 17, 2023

Conversation

am11
Copy link
Member

@am11 am11 commented Feb 16, 2023

Fix #82240
(hopefully 🤞)

@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Feb 16, 2023
@ghost
Copy link

ghost commented Feb 16, 2023

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Issue Details

Fix #82240
(hopefully 🤞)

Author: am11
Assignees: -
Labels:

area-Infrastructure, community-contribution

Milestone: -

@am11 am11 force-pushed the feature/ci/native-deps branch 4 times, most recently from ce74afc to 6e66d02 Compare February 16, 2023 21:19
@steveisok steveisok requested a review from a team February 16, 2023 21:28
@am11 am11 force-pushed the feature/ci/native-deps branch 4 times, most recently from b1db4f0 to d516a0b Compare February 16, 2023 23:24
@am11
Copy link
Member Author

am11 commented Feb 17, 2023

Quic test failure is unrelated.

Lets merge this to unblock various pipelines.

@akoeplinger akoeplinger merged commit 76e521c into dotnet:main Feb 17, 2023
@akoeplinger
Copy link
Member

Thank you!

@hoyosjs
Copy link
Member

hoyosjs commented Feb 17, 2023

/backport to release/6.0

@hoyosjs
Copy link
Member

hoyosjs commented Feb 17, 2023

/backport to release/7.0

@github-actions
Copy link
Contributor

Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/4207364880

@github-actions
Copy link
Contributor

Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/4207366024

@github-actions
Copy link
Contributor

@hoyosjs backporting to release/6.0 failed, the patch most likely resulted in conflicts:

$ git am --3way --ignore-whitespace --keep-non-patch changes.patch

Applying: Install native dependencies on all Apple OS in CI
Using index info to reconstruct a base tree...
M	eng/install-native-dependencies.sh
M	eng/pipelines/common/global-build-job.yml
M	eng/pipelines/common/templates/runtimes/build-test-job.yml
M	eng/pipelines/coreclr/templates/build-jit-job.yml
M	eng/pipelines/coreclr/templates/build-job.yml
A	eng/pipelines/installer/jobs/build-job.yml
M	eng/pipelines/libraries/build-job.yml
M	eng/pipelines/libraries/run-test-job.yml
M	eng/pipelines/mono/templates/build-job.yml
M	eng/pipelines/mono/templates/generate-offsets.yml
Falling back to patching base and 3-way merge...
Auto-merging eng/pipelines/mono/templates/generate-offsets.yml
CONFLICT (content): Merge conflict in eng/pipelines/mono/templates/generate-offsets.yml
Auto-merging eng/pipelines/mono/templates/build-job.yml
CONFLICT (content): Merge conflict in eng/pipelines/mono/templates/build-job.yml
Auto-merging eng/pipelines/libraries/run-test-job.yml
CONFLICT (content): Merge conflict in eng/pipelines/libraries/run-test-job.yml
Auto-merging eng/pipelines/libraries/build-job.yml
CONFLICT (content): Merge conflict in eng/pipelines/libraries/build-job.yml
CONFLICT (modify/delete): eng/pipelines/installer/jobs/build-job.yml deleted in HEAD and modified in Install native dependencies on all Apple OS in CI. Version Install native dependencies on all Apple OS in CI of eng/pipelines/installer/jobs/build-job.yml left in tree.
Auto-merging eng/pipelines/coreclr/templates/build-job.yml
CONFLICT (content): Merge conflict in eng/pipelines/coreclr/templates/build-job.yml
Auto-merging eng/pipelines/coreclr/templates/build-jit-job.yml
CONFLICT (content): Merge conflict in eng/pipelines/coreclr/templates/build-jit-job.yml
Auto-merging eng/pipelines/common/templates/runtimes/build-test-job.yml
CONFLICT (content): Merge conflict in eng/pipelines/common/templates/runtimes/build-test-job.yml
Auto-merging eng/pipelines/common/global-build-job.yml
CONFLICT (content): Merge conflict in eng/pipelines/common/global-build-job.yml
Auto-merging eng/install-native-dependencies.sh
CONFLICT (content): Merge conflict in eng/install-native-dependencies.sh
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Install native dependencies on all Apple OS in CI
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128

Please backport manually!

@github-actions
Copy link
Contributor

@hoyosjs an error occurred while backporting to release/6.0, please check the run log for details!

Error: git am failed, most likely due to a merge conflict.

@github-actions
Copy link
Contributor

@hoyosjs backporting to release/7.0 failed, the patch most likely resulted in conflicts:

$ git am --3way --ignore-whitespace --keep-non-patch changes.patch

Applying: Install native dependencies on all Apple OS in CI
Using index info to reconstruct a base tree...
M	eng/install-native-dependencies.sh
M	eng/pipelines/common/global-build-job.yml
M	eng/pipelines/common/templates/runtimes/build-test-job.yml
M	eng/pipelines/coreclr/templates/build-jit-job.yml
M	eng/pipelines/coreclr/templates/build-job.yml
A	eng/pipelines/installer/jobs/build-job.yml
M	eng/pipelines/libraries/build-job.yml
M	eng/pipelines/libraries/run-test-job.yml
M	eng/pipelines/mono/templates/build-job.yml
M	eng/pipelines/mono/templates/generate-offsets.yml
Falling back to patching base and 3-way merge...
Auto-merging eng/pipelines/mono/templates/generate-offsets.yml
CONFLICT (content): Merge conflict in eng/pipelines/mono/templates/generate-offsets.yml
Auto-merging eng/pipelines/mono/templates/build-job.yml
CONFLICT (content): Merge conflict in eng/pipelines/mono/templates/build-job.yml
Auto-merging eng/pipelines/libraries/run-test-job.yml
Auto-merging eng/pipelines/libraries/build-job.yml
CONFLICT (content): Merge conflict in eng/pipelines/libraries/build-job.yml
CONFLICT (modify/delete): eng/pipelines/installer/jobs/build-job.yml deleted in HEAD and modified in Install native dependencies on all Apple OS in CI. Version Install native dependencies on all Apple OS in CI of eng/pipelines/installer/jobs/build-job.yml left in tree.
Auto-merging eng/pipelines/coreclr/templates/build-job.yml
CONFLICT (content): Merge conflict in eng/pipelines/coreclr/templates/build-job.yml
Auto-merging eng/pipelines/coreclr/templates/build-jit-job.yml
CONFLICT (content): Merge conflict in eng/pipelines/coreclr/templates/build-jit-job.yml
Auto-merging eng/pipelines/common/templates/runtimes/build-test-job.yml
CONFLICT (content): Merge conflict in eng/pipelines/common/templates/runtimes/build-test-job.yml
Auto-merging eng/pipelines/common/global-build-job.yml
CONFLICT (content): Merge conflict in eng/pipelines/common/global-build-job.yml
Auto-merging eng/install-native-dependencies.sh
CONFLICT (content): Merge conflict in eng/install-native-dependencies.sh
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Install native dependencies on all Apple OS in CI
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128

Please backport manually!

@github-actions
Copy link
Contributor

@hoyosjs an error occurred while backporting to release/7.0, please check the run log for details!

Error: git am failed, most likely due to a merge conflict.

@am11
Copy link
Member Author

am11 commented Feb 17, 2023

backporting to release/7.0 failed

@hoysjs, manually backported #82322 and #82323.

@ghost ghost locked as resolved and limited conversation to collaborators Mar 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OSX infra issue - prereq check for 'pkg-config' missing
3 participants