-
Notifications
You must be signed in to change notification settings - Fork 549
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
Makefile: use grep -E instead of egrep #103
Conversation
Running egrep on modern systems prints egrep: warning: egrep is obsolescent; using grep -E
Thanks @gotmax23 and @felixfontein |
Backport to stable-2.15: 💔 cherry-picking failed — could not push❌ Current GitHub App installation does not grant sufficient privileges for pushing to https://github.com/ansible/ansible-documentation.git. Lacking the underlying command output was: $ git --git-dir /tmp/ansible--ansible-documentation---stable-2.15---dik0l3rb---PR-103.git/.git --work-tree /tmp/ansible--ansible-documentation---stable-2.15---dik0l3rb---PR-103.git -c user.email=45432694+patchback[bot]@users.noreply.github.com -c user.name=patchback[bot] -c diff.algorithm=histogram push --force-with-lease origin HEAD
[RETURN CODE]: 1
[OUTPUT]:
[STDERR]:
Backporting merged PR #103 into devel
🤖 @patchback |
Backport to stable-2.14: 💔 cherry-picking failed — target branch does not exist❌ Failed to fetch https://github.com/ansible/ansible-documentation.git 🤖 @patchback |
Backport to stable-2.13: 💚 backport PR created✅ Backport PR branch: Backported as #110 🤖 @patchback |
Backport to stable-2.15: 💚 backport PR created✅ Backport PR branch: Backported as #111 🤖 @patchback |
Running egrep on modern systems prints egrep: warning: egrep is obsolescent; using grep -E (cherry picked from commit 5fe565b)
Running egrep on modern systems prints egrep: warning: egrep is obsolescent; using grep -E (cherry picked from commit 5fe565b)
Backport to stable-2.14: 💚 backport PR created✅ Backport PR branch: Backported as #112 🤖 @patchback |
Running egrep on modern systems prints egrep: warning: egrep is obsolescent; using grep -E (cherry picked from commit 5fe565b)
Running egrep on modern systems prints egrep: warning: egrep is obsolescent; using grep -E (cherry picked from commit 5fe565b) Co-authored-by: Maxwell G <[email protected]>
Running egrep on modern systems prints egrep: warning: egrep is obsolescent; using grep -E (cherry picked from commit 5fe565b) Co-authored-by: Maxwell G <[email protected]>
Running egrep on modern systems prints egrep: warning: egrep is obsolescent; using grep -E (cherry picked from commit 5fe565b) Co-authored-by: Maxwell G <[email protected]>
Hey @felixfontein, I got a Sentry alert https://red-hat-ansibullbot.sentry.io/share/issue/801c1c6a9db04e9fb657f8ca011ce0aa/. It looks like it's related to #103 (comment). |
Found the log! Will need to google what that INFO:patchback.event_handlers:PR#103 got labeled with "backport-2.15". It needs to be backported to stable-2.15
--
INFO:patchback.event_handlers:PR#103 got labeled with "backport-2.15". It needs to be backported to stable-2.15
INFO:patchback.event_handlers:PR#103 merge commit: 5fe565bb950288324c454285f6140f5311c2b83c
INFO:patchback.github_reporter:Checks API is available
INFO:patchback.event_handlers:Created a temporary dir: `/tmp/ansible--ansible-documentation---stable-2.15---62dcydlm---PR-103.git`
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Initialized empty Git repository in /tmp/ansible--ansible-documentation---stable-2.15---62dcydlm---PR-103.git/.git/
INFO:octomachinery.app.routing.webhooks_dispatcher:Got a valid X-GitHub-Event=pull_request with X-GitHub-Delivery=9120f040-21bb-41ee-8940-466b28d07b39 and X-Hub-Signature=sha1=d42f700102854d76308b62a3e9b9f4994a4947c3
INFO:aiohttp.access:10.131.10.1 [13/Jul/2023:20:26:38 +0000] "POST / HTTP/1.1" 200 30508 "-" "GitHub-Hookshot/bfdfc6c"
error: rev-list died of signal 9
error: https://github.com/ansible/ansible-documentation.git did not send all necessary objects |
@webknjaz when Sandra added the backport labels yesterday the backporting procedure seemed to have started (the first comments were there), but then nothing seemed to happen for several minutes. I tried removing and re-adding one label, with the same result. Eventually two of the backports finished and one died with an error; I then removed and re-added that label and it also finished. My guess is also (with that and from your log) that there was some network issues, and that resulted in a git command timing out, or being killed after running for too long. |
Yeah.. Googling suggests that it might've been killed by OOM tho. So who knows. |
Running egrep on modern systems prints