Revert "Replace github.com/mattn/go-sqlite3 with modernc.org/sqlite (#8)"
view log » | |
test | 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 |
[#1245923] 2024/06/08 20:54:59 Booting image alpine/edge (default) on port 22899 [#1245923] 2024/06/08 20:55:00 Waiting for guest to settle [#1245923] 2024/06/08 20:55:08 Sending tasks [#1245923] 2024/06/08 20:55:09 Sending build environment [#1245923] 2024/06/08 20:55:09 Installing packages Warning: Permanently added '[localhost]:22899' (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: 463 MiB in 140 packages Warning: Permanently added '[localhost]:22899' (ED25519) to the list of known hosts. (1/1) Installing go (1.22.3-r0) Executing busybox-1.36.1-r29.trigger OK: 646 MiB in 141 packages [#1245923] 2024/06/08 20:55:11 Cloning repositories Cloning into 'betula'... + cd betula + git checkout -q 15ae59e5b3b2e685e6ec2afdda26eccd6714fdc9 + cd betula + git submodule update --init --recursive [#1245923] 2024/06/08 20:55:12 Running task test [#1245923] 2024/06/08 20:55:30 Build failed. [#1245923] 2024/06/08 20:55:30 The build environment will be kept alive for 10 minutes. [#1245923] 2024/06/08 20:55:30 To log in with SSH and examine it, use the following command: [#1245923] 2024/06/08 20:55:30 [#1245923] 2024/06/08 20:55:30 ssh -t builds@fra02.builds.sr.ht connect 1245923 [#1245923] 2024/06/08 20:55:30 [#1245923] 2024/06/08 20:55:30 After logging in, the deadline is increased to your remaining build time. [#1245923] 2024/06/08 21:05:30 Deadline elapsed. Terminating build environment. [#1245923] 2024/06/08 21:05:30 Error: Running task on guest: exit status 2 |
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 |
+ cd betula + make test rm -f betula go build -o betula ./cmd/betula go: downloading github.com/mattn/go-sqlite3 v1.14.22 go: downloading golang.org/x/crypto v0.20.0 go: downloading humungus.tedunangst.com/r/webs v0.7.10 go: downloading golang.org/x/net v0.21.0 go: downloading git.sr.ht/~bouncepaw/mycomarkup/v5 v5.6.0 go: downloading golang.org/x/text v0.14.0 go test ./db ok git.sr.ht/~bouncepaw/betula/db 0.069s go test ./types ok git.sr.ht/~bouncepaw/betula/types 0.001s go test ./feeds ok git.sr.ht/~bouncepaw/betula/feeds 0.007s go test ./readpage --- FAIL: TestHEntries (0.21s) readpage_test.go:106: In ‘mycomarkup linked’, want { <nil> Mushroom color atlas https://mushroomcoloratlas.com/ [myco] Many cool colors false}, got { <nil> Mushroom color atlas https://mushroomcoloratlas.com/ [myco] <html> <head><title>502 Bad Gateway</title></head> <body bgcolor="white"> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx/1.14.0 (Ubuntu)</center> </body> </html> false}. Error value is ‘<nil>’. FAIL FAIL git.sr.ht/~bouncepaw/betula/readpage 0.211s FAIL make: *** [Makefile:22: test] Error 1 |