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 |
[#1280953] 2024/07/21 07:59:06 Booting image alpine/latest (default) on port 22713 [#1280953] 2024/07/21 07:59:07 Waiting for guest to settle [#1280953] 2024/07/21 07:59:15 Sending tasks [#1280953] 2024/07/21 07:59:20 Sending build environment [#1280953] 2024/07/21 07:59:21 Installing packages Warning: Permanently added '[localhost]:22713' (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]:22713' (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 [#1280953] 2024/07/21 07:59:22 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 [#1280953] 2024/07/21 07:59:26 Running task _apply_patch [#1280953] 2024/07/21 07:59:26 Processing post-failed triggers... [#1280953] 2024/07/21 07:59:27 Sent build results email to <~sircmpwn/hare-dev@lists.sr.ht> [#1280953] 2024/07/21 07:59:27 Sending webhook... [#1280953] 2024/07/21 07:59:27 Webhook response: 200 [#1280953] 2024/07/21 07:59:27 Thanks! [#1280953] 2024/07/21 07:59:27 Build failed. [#1280953] 2024/07/21 07:59:27 The build environment will be kept alive for 10 minutes. [#1280953] 2024/07/21 07:59:27 To log in with SSH and examine it, use the following command: [#1280953] 2024/07/21 07:59:27 [#1280953] 2024/07/21 07:59:27 ssh -t builds@fra01.builds.sr.ht connect 1280953 [#1280953] 2024/07/21 07:59:27 [#1280953] 2024/07/21 07:59:27 After logging in, the deadline is increased to your remaining build time. [#1280953] 2024/07/21 08:09:27 Deadline elapsed. Terminating build environment. [#1280953] 2024/07/21 08:09:27 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/54013/mbox + git am -3 /tmp/54013.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 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" Patch failed at 0001 regex: allow ^ at start of every whole-expression alternation |