view log » | |
_apply_patch | view log » |
build | 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 |
[#329707] 2020/10/28 10:24:49 Booting image alpine/edge (default) on port 22505 [#329707] 2020/10/28 10:24:52 Waiting for guest to settle [#329707] 2020/10/28 10:25:00 Sending tasks [#329707] 2020/10/28 10:25:00 Sending build environment [#329707] 2020/10/28 10:25:01 Installing packages Warning: Permanently added '[localhost]:22505' (ECDSA) to the list of known hosts. fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz v20200917-2879-g5e75791003 [http://dl-cdn.alpinelinux.org/alpine/edge/main] v20200917-2876-gd83c0ab208 [http://dl-cdn.alpinelinux.org/alpine/edge/community] v20200917-2872-g4d21d542c3 [http://dl-cdn.alpinelinux.org/alpine/edge/testing] OK: 17547 distinct packages available Warning: Permanently added '[localhost]:22505' (ECDSA) to the list of known hosts. (1/2) Installing go (1.15.3-r0) (2/2) Installing scdoc (1.11.0-r0) Executing busybox-1.32.0-r3.trigger OK: 1447 MiB in 205 packages [#329707] 2020/10/28 10:25:10 Cloning repositories Cloning into 'tlstunnel'... + cd tlstunnel + git submodule update --init [#329707] 2020/10/28 10:25:10 Running task _apply_patch [#329707] 2020/10/28 10:25:11 Processing post-failed triggers for job group... [#329707] 2020/10/28 10:25:12 Sent build results email to delthas <delthas@dille.cc> [#329707] 2020/10/28 10:25:12 Processing post-failed triggers... [#329707] 2020/10/28 10:25:12 Sending webhook... [#329707] 2020/10/28 10:25:12 Webhook response: 200 [#329707] 2020/10/28 10:25:12 Thanks! [#329707] 2020/10/28 10:25:12 Build failed. [#329707] 2020/10/28 10:25:12 The build environment will be kept alive for 10 minutes. [#329707] 2020/10/28 10:25:12 To log in with SSH and examine it, use the following command: [#329707] 2020/10/28 10:25:12 [#329707] 2020/10/28 10:25:12 ssh -t builds@azusa.runners.sr.ht connect 329707 [#329707] 2020/10/28 10:25:12 [#329707] 2020/10/28 10:25:12 After logging in, the deadline is increased to your remaining build time. [#329707] 2020/10/28 10:35:12 Deadline elapsed. Terminating build environment. [#329707] 2020/10/28 10:35:12 Error: Running task on guest: exit status 128 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
+ 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 tlstunnel + curl -sS https://lists.sr.ht/~emersion/public-inbox/patches/14550/mbox + git am -3 /tmp/14550.patch Applying: Enable certmagic logging error: sha1 information is lacking or useless (go.mod). error: could not build fake ancestor Patch failed at 0001 Enable certmagic logging hint: Use 'git am --show-current-patch=diff' to see the failed patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". |