view log » | |
_apply_patch | view log » |
signoff | view log » |
qbe | view log » |
build | view log » |
tests | view log » |
stdlib-tests | view log » |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
[#1252012] 2024/06/15 21:09:57 Booting image alpine/latest (default) on port 22090
[#1252012] 2024/06/15 21:09:58 Waiting for guest to settle
[#1252012] 2024/06/15 21:10:06 Sending tasks
[#1252012] 2024/06/15 21:10:09 Sending build environment
[#1252012] 2024/06/15 21:10:09 Cloning repositories
Cloning into 'hare'...
+ cd hare
+ git submodule update --init --recursive
Cloning into 'harec'...
+ cd harec
+ git submodule update --init --recursive
Cloning into 'qbe'...
+ cd qbe
+ git submodule update --init --recursive
[#1252012] 2024/06/15 21:10:13 Running task _apply_patch
[#1252012] 2024/06/15 21:10:13 Processing post-failed triggers...
[#1252012] 2024/06/15 21:10:13 Sending webhook...
[#1252012] 2024/06/15 21:10:14 Webhook response: 200
[#1252012] 2024/06/15 21:10:14 Thanks!
[#1252012] 2024/06/15 21:10:14 Build failed.
[#1252012] 2024/06/15 21:10:14 The build environment will be kept alive for 10 minutes.
[#1252012] 2024/06/15 21:10:14 To log in with SSH and examine it, use the following command:
[#1252012] 2024/06/15 21:10:14
[#1252012] 2024/06/15 21:10:14 ssh -t builds@fra02.builds.sr.ht connect 1252012
[#1252012] 2024/06/15 21:10:14
[#1252012] 2024/06/15 21:10:14 After logging in, the deadline is increased to your remaining build time.
[#1252012] 2024/06/15 21:20:14 Deadline elapsed. Terminating build environment.
[#1252012] 2024/06/15 21:20:14 Error: Running task on guest: exit status 128
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
+ echo Applying patch from lists.sr.ht Applying patch from lists.sr.ht + git config --global user.name builds.sr.ht + git config --global user.email builds@sr.ht + cd harec + curl -sS https://lists.sr.ht/~sircmpwn/hare-dev/patches/53315/mbox + git am -3 /tmp/53315.patch Applying: expr_hash: Remove unnecessary alias check error: sha1 information is lacking or useless (src/expr.c). error: could not build fake ancestor hint: Use 'git am --show-current-patch=diff' to see the failed patch Patch failed at 0001 expr_hash: Remove unnecessary alias check hint: When you have resolved this problem, run "git am --continue". hint: If you prefer to skip this patch, run "git am --skip" instead. hint: To restore the original branch and stop patching, run "git am --abort". hint: Disable this message with "git config advice.mergeConflict false" |