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 |
[#1279311] 2024/07/18 19:32:55 Booting image alpine/latest (default) on port 22897 [#1279311] 2024/07/18 19:32:55 Waiting for guest to settle [#1279311] 2024/07/18 19:33:04 Sending tasks [#1279311] 2024/07/18 19:33:09 Sending build environment [#1279311] 2024/07/18 19:33:09 Installing packages Warning: Permanently added '[localhost]:22897' (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]:22897' (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 [#1279311] 2024/07/18 19:33:10 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 [#1279311] 2024/07/18 19:33:14 Running task _apply_patch [#1279311] 2024/07/18 19:33:15 Processing post-failed triggers... [#1279311] 2024/07/18 19:33:16 Sent build results email to <~sircmpwn/hare-dev@lists.sr.ht> [#1279311] 2024/07/18 19:33:16 Sending webhook... [#1279311] 2024/07/18 19:33:16 Webhook response: 200 [#1279311] 2024/07/18 19:33:16 Thanks! [#1279311] 2024/07/18 19:33:16 Build failed. [#1279311] 2024/07/18 19:33:16 The build environment will be kept alive for 10 minutes. [#1279311] 2024/07/18 19:33:16 To log in with SSH and examine it, use the following command: [#1279311] 2024/07/18 19:33:16 [#1279311] 2024/07/18 19:33:16 ssh -t builds@fra01.builds.sr.ht connect 1279311 [#1279311] 2024/07/18 19:33:16 [#1279311] 2024/07/18 19:33:16 After logging in, the deadline is increased to your remaining build time. [#1279311] 2024/07/18 19:43:16 Deadline elapsed. Terminating build environment. [#1279311] 2024/07/18 19:43:16 Error: Running task on guest: exit status 128 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
Applying patch from lists.sr.ht + echo 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/53970/mbox + git am -3 /tmp/53970.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" |