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 |
[#1274037] 2024/07/11 22:31:12 Booting image alpine/latest (default) on port 22616 [#1274037] 2024/07/11 22:31:13 Waiting for guest to settle [#1274037] 2024/07/11 22:31:22 Sending tasks [#1274037] 2024/07/11 22:31:27 Sending build environment [#1274037] 2024/07/11 22:31:27 Installing packages Warning: Permanently added '[localhost]:22616' (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]:22616' (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 [#1274037] 2024/07/11 22:31:28 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 [#1274037] 2024/07/11 22:31:32 Running task _apply_patch [#1274037] 2024/07/11 22:31:33 Processing post-failed triggers... [#1274037] 2024/07/11 22:31:33 Sent build results email to <~sircmpwn/hare-dev@lists.sr.ht> [#1274037] 2024/07/11 22:31:33 Sending webhook... [#1274037] 2024/07/11 22:31:34 Webhook response: 200 [#1274037] 2024/07/11 22:31:34 Thanks! [#1274037] 2024/07/11 22:31:34 Build failed. [#1274037] 2024/07/11 22:31:34 The build environment will be kept alive for 10 minutes. [#1274037] 2024/07/11 22:31:34 To log in with SSH and examine it, use the following command: [#1274037] 2024/07/11 22:31:34 [#1274037] 2024/07/11 22:31:34 ssh -t builds@fra02.builds.sr.ht connect 1274037 [#1274037] 2024/07/11 22:31:34 [#1274037] 2024/07/11 22:31:34 After logging in, the deadline is increased to your remaining build time. [#1274037] 2024/07/11 22:41:34 Deadline elapsed. Terminating build environment. [#1274037] 2024/07/11 22:41:34 Error: Running task on guest: exit status 128 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
+ 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/53818/mbox + git am -3 /tmp/53818.patch Applying: scripts/version: fix the default value syntax Using index info to reconstruct a base tree... M scripts/version Falling back to patching base and 3-way merge... Auto-merging scripts/version CONFLICT (content): Merge conflict in scripts/version error: Failed to merge in the changes. 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 scripts/version: fix the default value syntax |