~seirdy/#1192494

failed

f1a98d4Rohan Kumar

Opening: highlight use for blocklist skeptics

Owner
~seirdy
Created
8 months ago
Updated
8 months ago
Build manifest
view manifest »

Tasks

view log »
deps view log »
build_deploy 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
[#1192494] 2024/04/10 20:29:49 Booting image alpine/edge (default) on port 22818
[#1192494] 2024/04/10 20:29:49 Waiting for guest to settle
[#1192494] 2024/04/10 20:29:59 Sending tasks
[#1192494] 2024/04/10 20:30:00 Sending build environment
[#1192494] 2024/04/10 20:30:00 Sending secrets
[#1192494] 2024/04/10 20:30:00 Resolving secret cc1eb90c-b07b-4c46-86d4-58fec41cf0e4
[#1192494] 2024/04/10 20:30:01 Resolving secret b0bfa66e-3cf2-468f-9ea4-085819eccd18
[#1192494] 2024/04/10 20:30:02 Installing packages
Warning: Permanently added '[localhost]:22818' (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
(1/5) Upgrading libcrypto3 (3.2.1-r1 -> 3.2.1-r2)
(2/5) Upgrading libssl3 (3.2.1-r1 -> 3.2.1-r2)
(3/5) Upgrading openssl (3.2.1-r1 -> 3.2.1-r2)
(4/5) Upgrading cryptsetup-libs (2.7.1-r0 -> 2.7.2-r0)
(5/5) Purging argon2-libs (20190702-r5)
Executing busybox-1.36.1-r25.trigger
Executing ca-certificates-20240226-r0.trigger
OK: 467 MiB in 139 packages
Warning: Permanently added '[localhost]:22818' (ED25519) to the list of known hosts.
(1/6) Installing bmake (20240314-r0)
(2/6) Installing lz4-libs (1.9.4-r5)
(3/6) Installing popt (1.19-r3)
(4/6) Installing libxxhash (0.8.2-r2)
(5/6) Installing rsync (3.3.0-r0)
(6/6) Installing rsync-openrc (3.3.0-r0)
Executing busybox-1.36.1-r25.trigger
OK: 468 MiB in 145 packages
[#1192494] 2024/04/10 20:30:03 Cloning repositories
Cloning into 'seirdy.one'...
+ cd seirdy.one
+ git checkout -q f1a98d40b9326daf5e9f78272738a090a5065994
+ cd seirdy.one
+ git submodule update --init --recursive
[#1192494] 2024/04/10 20:30:04 Running task deps
[#1192494] 2024/04/10 20:30:11 Running task build_deploy
[#1192494] 2024/04/10 20:30:12 Processing post-failed triggers...
[#1192494] 2024/04/10 20:30:12 Sent build results email to seirdy@seirdy.one
[#1192494] 2024/04/10 20:30:12 Build failed.
[#1192494] 2024/04/10 20:30:12 The build environment will be kept alive for 10 minutes.
[#1192494] 2024/04/10 20:30:12 To log in with SSH and examine it, use the following command:
[#1192494] 2024/04/10 20:30:12 
[#1192494] 2024/04/10 20:30:12 	ssh -t builds@fra01.builds.sr.ht connect 1192494
[#1192494] 2024/04/10 20:30:12 
[#1192494] 2024/04/10 20:30:12 After logging in, the deadline is increased to your remaining build time.
[#1192494] 2024/04/10 20:40:12 Deadline elapsed. Terminating build environment.
[#1192494] 2024/04/10 20:40:12 Error: Running task on guest: exit status 1
deps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
+ sh seirdy.one/scripts/setup-ci.sh
+ echo 'VerifyHostKeyDNS=yes
KexAlgorithms=sntrup761x25519-sha512@openssh.com'
+ rsync -WPv deploy@seirdy.one:/var/www/pb/binaries.tar.gz .
binaries.tar.gz

              0   0%    0.00kB/s    0:00:00  
      3,309,568  20%    3.16MB/s    0:00:03  
     15,889,091 100%    7.59MB/s    0:00:01 (xfr#1, to-chk=0/1)

sent 43 bytes  received 15,893,054 bytes  2,889,654.00 bytes/sec
total size is 15,889,091  speedup is 1.00
+ mkdir -p /home/build/bin
+ tar xzf binaries.tar.gz -oC /home/build/bin
+ rm binaries.tar.gz
build_deploy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
+ export PATH=/home/build/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/home/build/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ cd seirdy.one
+ bmake ci
sh scripts/connectivity-check.sh
running connecivity check
curl: (7) Failed to connect to seirdy.one port 443 after 2 ms: Couldn't connect to server

141.95.124.233
rm -rf public .lighthouseci lighthouse-reports data/webmentions.json csv/webrings.csv data/bookmarks.json
sh scripts/populate-webrings.sh
curl: (23) Failed writing received data to disk/application
*** Error code 23

Stop.
bmake[2]: stopped in /home/build/seirdy.one
*** Error code 1

Stop.
bmake[1]: stopped in /home/build/seirdy.one
*** Error code 1

Stop.
bmake: stopped in /home/build/seirdy.one
Build complete: failed 8 months ago (took 23 seconds)