zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.71k stars 6.54k forks source link

[Backport v3.7-branch] Failed to backport #77008 #77158

Open zephyrbot opened 2 months ago

zephyrbot commented 2 months ago

This issue was created automatically because the backport of #77008 to v3.7-branch failed.

The backport to v3.7-branch failed:

Auto-merging subsys/bluetooth/host/iso.c
[backport-77008-to-v3.7-branch 28586541f5a] Bluetooth: Host: Free ISO TX context
 Author: Théo Battrel <theo.battrel@nordicsemi.no>
 Date: Tue Aug 13 12:50:52 2024 +0200
 1 file changed, 1 insertion(+)
Auto-merging subsys/bluetooth/host/iso.c
[backport-77008-to-v3.7-branch 5793d782021] Bluetooth: Host: Unref ISO fragments after disconnection
 Author: Théo Battrel <theo.battrel@nordicsemi.no>
 Date: Tue Aug 13 13:01:44 2024 +0200
 1 file changed, 2 insertions(+)
Auto-merging subsys/bluetooth/host/hci_core.c
Auto-merging tests/bsim/bluetooth/host/compile.sh
CONFLICT (content): Merge conflict in tests/bsim/bluetooth/host/compile.sh
error: could not apply f3dcaaee350... Tests: Bluetooth: Add another ISO frag test
hint: After resolving the conflicts, mark them with
hint: "git add/rm <pathspec>", then run
hint: "git cherry-pick --continue".
hint: You can instead skip this commit with "git cherry-pick --skip".
hint: To abort and get back to the state before "git cherry-pick",
hint: run "git cherry-pick --abort".
hint: Disable this message with "git config advice.mergeConflict false"

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-v3.7-branch v3.7-branch
# Navigate to the new working tree
cd .worktrees/backport-v3.7-branch
# Create a new branch
git switch --create backport-77008-to-v3.7-branch
# Cherry-pick the merged commits of this pull request and resolve the conflicts
git cherry-pick -x f3dcaaee35094e9c3395ae9a59a0f08b2d0c9f03~3..f3dcaaee35094e9c3395ae9a59a0f08b2d0c9f03
# Push it to GitHub
git push --set-upstream origin backport-77008-to-v3.7-branch
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v3.7-branch

Then, create a pull request where the base branch is v3.7-branch and the compare/head branch is backport-77008-to-v3.7-branch.

github-actions[bot] commented 3 days ago

This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.