~sircmpwn/#1252013

failed

Owner
~sircmpwn
Created
1 year, 2 days ago
Updated
1 year, 2 days ago
Build manifest
view manifest »

Tasks

view log »
_apply_patch view log »
qbe view log »
build view log »
tests view log »
go to bottom »
go to top »
setup
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[#1252013] 2024/06/15 21:09:57 Booting image freebsd/latest (default) on port 22091
[#1252013] 2024/06/15 21:09:57 Waiting for guest to settle
[#1252013] 2024/06/15 21:10:19 Sending tasks
[#1252013] 2024/06/15 21:10:21 Sending build environment
[#1252013] 2024/06/15 21:10:21 Installing packages
Warning: Permanently added '[localhost]:22091' (ED25519) to the list of known hosts.
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (1 candidates): . done
Processing candidates (1 candidates): . done
Checking integrity... done (0 conflicting)
Your packages are up to date.
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 3 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
	binutils: 2.40_5,1
	liblz4: 1.9.4_1,1
	zstd: 1.5.6

Number of packages to be installed: 3

The process will require 128 MiB more space.
13 MiB to be downloaded.
[1/3] Fetching liblz4-1.9.4_1,1.pkg: ......... done
[2/3] Fetching zstd-1.5.6.pkg: .......... done
[3/3] Fetching binutils-2.40_5,1.pkg: .......... done
Checking integrity... done (0 conflicting)
[1/3] Installing liblz4-1.9.4_1,1...
[1/3] Extracting liblz4-1.9.4_1,1: .......... done
[2/3] Installing zstd-1.5.6...
[2/3] Extracting zstd-1.5.6: .......... done
[3/3] Installing binutils-2.40_5,1...
[3/3] Extracting binutils-2.40_5,1: .......... done
[#1252013] 2024/06/15 21:10:29 Cloning repositories
Cloning into 'harec'...
+ cd harec
+ git submodule update --init --recursive
Cloning into 'qbe'...
+ cd qbe
+ git submodule update --init --recursive
[#1252013] 2024/06/15 21:10:31 Running task _apply_patch
[#1252013] 2024/06/15 21:10:32 Processing post-failed triggers for job group...
[#1252013] 2024/06/15 21:10:32 Sent build results email to Alexey Yerin <yyp@disroot.org>
[#1252013] 2024/06/15 21:10:32 Processing post-failed triggers...
[#1252013] 2024/06/15 21:10:32 Sending webhook...
[#1252013] 2024/06/15 21:10:32 Webhook response: 200
[#1252013] 2024/06/15 21:10:32 Thanks!
[#1252013] 2024/06/15 21:10:32 Build failed.
[#1252013] 2024/06/15 21:10:32 The build environment will be kept alive for 10 minutes.
[#1252013] 2024/06/15 21:10:32 To log in with SSH and examine it, use the following command:
[#1252013] 2024/06/15 21:10:32 
[#1252013] 2024/06/15 21:10:32 	ssh -t builds@fra02.builds.sr.ht connect 1252013
[#1252013] 2024/06/15 21:10:32 
[#1252013] 2024/06/15 21:10:32 After logging in, the deadline is increased to your remaining build time.
[#1252013] 2024/06/15 21:20:32 Deadline elapsed. Terminating build environment.
[#1252013] 2024/06/15 21:20:32 Error: Running task on guest: exit status 128
_apply_patch
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 harec
+ curl -sS https://lists.sr.ht/~sircmpwn/hare-dev/patches/53315/mbox
+ git am -3 /tmp/53315.patch
Applying: expr_hash: Remove unnecessary alias check
error: sha1 information is lacking or useless (src/expr.c).
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 expr_hash: Remove unnecessary alias check
Build complete: failed 1 year, 2 days ago (took 35 seconds)