~emersion/#1224328

success

82e6f9fSimon Ser

Switch to new maintainer

Owner
~emersion
Created
5 months ago
Updated
5 months ago
Build manifest
view manifest »

Tasks

view log »
build view log »
test view log »
gofmt view log »
build-bmake 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
[#1224328] 2024/05/18 10:59:06 Booting image alpine/latest (default) on port 22652
[#1224328] 2024/05/18 10:59:06 Waiting for guest to settle
[#1224328] 2024/05/18 10:59:15 Sending tasks
[#1224328] 2024/05/18 10:59:17 Sending build environment
[#1224328] 2024/05/18 10:59:18 Installing packages
Warning: Permanently added '[localhost]:22652' (ED25519) to the list of known hosts.
fetch http://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz
OK: 469 MiB in 140 packages
Warning: Permanently added '[localhost]:22652' (ED25519) to the list of known hosts.
(1/3) Installing bmake (20231124-r0)
(2/3) Installing go (1.21.10-r0)
(3/3) Installing scdoc (1.11.2-r0)
Executing busybox-1.36.1-r15.trigger
OK: 645 MiB in 143 packages
[#1224328] 2024/05/18 10:59:19 Cloning repositories
Cloning into 'hut'...
+ cd hut
+ git checkout -q 82e6f9fd3a5eb9c4365af43a03aecb9d5ac2ea97
+ cd hut
+ git submodule update --init --recursive
[#1224328] 2024/05/18 10:59:20 Running task build
[#1224328] 2024/05/18 10:59:31 Running task test
[#1224328] 2024/05/18 10:59:34 Running task gofmt
[#1224328] 2024/05/18 10:59:35 Running task build-bmake
build
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
+ cd hut
+ make
go build 
go: downloading git.sr.ht/~emersion/go-scfg v0.0.0-20231211181832-0b4e72d8ec3c
go: downloading git.sr.ht/~emersion/gqlclient v0.0.0-20230820050442-8873fe0204b9
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/juju/ansiterm v1.0.0
go: downloading github.com/spf13/cobra v1.8.0
go: downloading golang.org/x/term v0.14.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading golang.org/x/sys v0.14.0
go: downloading github.com/lunixbochs/vtclean v1.0.0
./hut completion bash >hut.bash
./hut completion zsh >hut.zsh
./hut completion fish >hut.fish
scdoc <doc/hut.1.scd >doc/hut.1
test
1
2
3
4
5
6
7
8
9
10
11
12
13
+ cd hut
+ go test ./...
?   	git.sr.ht/~emersion/hut/export	[no test files]
?   	git.sr.ht/~emersion/hut/srht/buildssrht	[no test files]
?   	git.sr.ht/~emersion/hut/srht/gitsrht	[no test files]
?   	git.sr.ht/~emersion/hut/srht/hgsrht	[no test files]
?   	git.sr.ht/~emersion/hut/srht/listssrht	[no test files]
?   	git.sr.ht/~emersion/hut/srht/metasrht	[no test files]
?   	git.sr.ht/~emersion/hut/srht/pagessrht	[no test files]
?   	git.sr.ht/~emersion/hut/srht/pastesrht	[no test files]
?   	git.sr.ht/~emersion/hut/srht/todosrht	[no test files]
?   	git.sr.ht/~emersion/hut/termfmt	[no test files]
ok  	git.sr.ht/~emersion/hut	0.002s
gofmt
1
2
3
4
+ cd hut
++ grep -v '^srht/.*/gql.go$'
++ gofmt -l .
+ test -z
build-bmake
1
2
3
4
5
6
7
8
9
+ cd hut
+ make clean
rm -f hut doc/hut.1 hut.bash hut.zsh hut.fish
+ bmake
go build 
./hut completion bash >hut.bash
./hut completion zsh >hut.zsh
./hut completion fish >hut.fish
scdoc <doc/hut.1.scd >doc/hut.1
Build complete: success 5 months ago (took 30 seconds)