view log » | |
_apply_patch | view log » |
environment | view log » |
signoff | view log » |
qbe | view log » |
harec | view log » |
hare | view log » |
check | view log » |
check_with_libc | view log » |
parsechk | view log » |
lint | view log » |
bootstrap | view log » |
docs | 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 29 30 31 32 33 34 35 36 37 38 |
[#1280580] 2024/07/20 17:51:29 Booting image alpine/latest (default) on port 22534 [#1280580] 2024/07/20 17:51:30 Waiting for guest to settle [#1280580] 2024/07/20 17:51:39 Sending tasks [#1280580] 2024/07/20 17:51:44 Sending build environment [#1280580] 2024/07/20 17:51:45 Installing packages Warning: Permanently added '[localhost]:22534' (ED25519) to the list of known hosts. fetch http://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz OK: 463 MiB in 140 packages Warning: Permanently added '[localhost]:22534' (ED25519) to the list of known hosts. (1/1) Installing scdoc (1.11.3-r0) Executing busybox-1.36.1-r29.trigger OK: 463 MiB in 141 packages [#1280580] 2024/07/20 17:51:46 Cloning repositories Cloning into 'qbe'... + cd qbe + git submodule update --init --recursive Cloning into 'harec'... + cd harec + git submodule update --init --recursive Cloning into 'hare'... + cd hare + git submodule update --init --recursive [#1280580] 2024/07/20 17:51:50 Running task _apply_patch [#1280580] 2024/07/20 17:51:50 Processing post-failed triggers... [#1280580] 2024/07/20 17:51:51 Sent build results email to <~sircmpwn/hare-dev@lists.sr.ht> [#1280580] 2024/07/20 17:51:51 Sending webhook... [#1280580] 2024/07/20 17:51:51 Webhook response: 200 [#1280580] 2024/07/20 17:51:51 Thanks! [#1280580] 2024/07/20 17:51:51 Build failed. [#1280580] 2024/07/20 17:51:51 The build environment will be kept alive for 10 minutes. [#1280580] 2024/07/20 17:51:51 To log in with SSH and examine it, use the following command: [#1280580] 2024/07/20 17:51:51 [#1280580] 2024/07/20 17:51:51 ssh -t builds@fra01.builds.sr.ht connect 1280580 [#1280580] 2024/07/20 17:51:51 [#1280580] 2024/07/20 17:51:51 After logging in, the deadline is increased to your remaining build time. [#1280580] 2024/07/20 18:01:51 Deadline elapsed. Terminating build environment. [#1280580] 2024/07/20 18:01:51 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 hare + curl -sS https://lists.sr.ht/~sircmpwn/hare-dev/patches/54005/mbox + git am -3 /tmp/54005.patch Applying: regex: allow ^ at start of every whole-expression alternation error: sha1 information is lacking or useless (regex/+test.ha). error: could not build fake ancestor hint: Use 'git am --show-current-patch=diff' to see the failed patch Patch failed at 0001 regex: allow ^ at start of every whole-expression alternation 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" |