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 |
[#1160953] 2024/03/03 11:18:40 Booting image alpine/edge (default) on port 22194
[#1160953] 2024/03/03 11:18:41 Waiting for guest to settle
[#1160953] 2024/03/03 11:18:48 Sending tasks
[#1160953] 2024/03/03 11:18:48 Sending build environment
[#1160953] 2024/03/03 11:18:49 Installing packages
Warning: Permanently added '[localhost]:22194' (ED25519) 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
OK: 467 MiB in 139 packages
Warning: Permanently added '[localhost]:22194' (ED25519) to the list of known hosts.
(1/1) Installing go (1.22.0-r1)
Executing busybox-1.36.1-r19.trigger
OK: 650 MiB in 140 packages
[#1160953] 2024/03/03 11:18:51 Cloning repositories
Cloning into 'betula'...
+ cd betula
+ git checkout -q 5dc8ad8f0333c6de58caf798a0283691eeb330f8
+ cd betula
+ git submodule update --init --recursive
[#1160953] 2024/03/03 11:18:52 Running task test
[#1160953] 2024/03/03 11:19:10 Build failed.
[#1160953] 2024/03/03 11:19:10 The build environment will be kept alive for 10 minutes.
[#1160953] 2024/03/03 11:19:10 To log in with SSH and examine it, use the following command:
[#1160953] 2024/03/03 11:19:10
[#1160953] 2024/03/03 11:19:10 ssh -t builds@fra02.builds.sr.ht connect 1160953
[#1160953] 2024/03/03 11:19:10
[#1160953] 2024/03/03 11:19:10 After logging in, the deadline is increased to your remaining build time.
[#1160953] 2024/03/03 11:29:10 Deadline elapsed. Terminating build environment.
[#1160953] 2024/03/03 11:29:10 Error: Running task on guest: exit status 2
|