~bouncepaw/#1160953

failed

5dc8ad8Timur Ismagilov

Rename the Posts table to Bookmarks finally

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

Tasks

view log »
test 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
[#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
test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
+ cd betula
+ make test
rm -f betula
go build -o betula ./cmd/betula
go: downloading github.com/mattn/go-sqlite3 v1.14.16
go: downloading golang.org/x/crypto v0.12.0
go: downloading humungus.tedunangst.com/r/webs v0.7.10
go: downloading golang.org/x/net v0.14.0
go: downloading git.sr.ht/~bouncepaw/mycomarkup/v5 v5.6.0
go: downloading golang.org/x/text v0.12.0
go test ./db
2024/03/03 11:19:10 no such table: Posts
FAIL	git.sr.ht/~bouncepaw/betula/db	0.007s
FAIL
make: *** [Makefile:17: test] Error 1
Build complete: failed 8 months ago (took 29 seconds)