~emersion/#1142406

success

6c85e1eThorben Günther

pager/editor: Use shlex to parse command

Owner
~emersion
Created
1 year, 5 months ago
Updated
1 year, 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[#1142406] 2024/02/02 18:21:17 Booting image alpine/latest (default) on port 22099
[#1142406] 2024/02/02 18:21:17 Waiting for guest to settle
[#1142406] 2024/02/02 18:21:26 Sending tasks
[#1142406] 2024/02/02 18:21:28 Sending build environment
[#1142406] 2024/02/02 18:21:29 Installing packages
Warning: Permanently added '[localhost]:22099' (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
(1/23) Upgrading openrc (0.52.1-r1 -> 0.52.1-r2)
Executing openrc-0.52.1-r2.post-upgrade
(2/23) Upgrading alpine-conf (3.17.0-r0 -> 3.17.2-r0)
(3/23) Upgrading alpine-release (3.19.0-r0 -> 3.19.1-r0)
(4/23) Upgrading libcrypto3 (3.1.4-r2 -> 3.1.4-r5)
(5/23) Upgrading libssl3 (3.1.4-r2 -> 3.1.4-r5)
(6/23) Upgrading zlib (1.3-r2 -> 1.3.1-r0)
(7/23) Upgrading alpine-base (3.19.0-r0 -> 3.19.1-r0)
(8/23) Upgrading openssl (3.1.4-r2 -> 3.1.4-r5)
(9/23) Upgrading c-ares (1.22.1-r0 -> 1.24.0-r1)
(10/23) Upgrading gnupg-gpgconf (2.4.3-r1 -> 2.4.4-r0)
(11/23) Upgrading gnutls (3.8.1-r0 -> 3.8.3-r0)
(12/23) Upgrading gnupg-dirmngr (2.4.3-r1 -> 2.4.4-r0)
(13/23) Upgrading gnupg-keyboxd (2.4.3-r1 -> 2.4.4-r0)
(14/23) Upgrading gpg (2.4.3-r1 -> 2.4.4-r0)
(15/23) Upgrading gpg-agent (2.4.3-r1 -> 2.4.4-r0)
(16/23) Upgrading gpg-wks-server (2.4.3-r1 -> 2.4.4-r0)
(17/23) Upgrading gpgsm (2.4.3-r1 -> 2.4.4-r0)
(18/23) Upgrading gpgv (2.4.3-r1 -> 2.4.4-r0)
(19/23) Upgrading gnupg-utils (2.4.3-r1 -> 2.4.4-r0)
(20/23) Upgrading gnupg-wks-client (2.4.3-r1 -> 2.4.4-r0)
(21/23) Upgrading gnupg (2.4.3-r1 -> 2.4.4-r0)
(22/23) Upgrading mkinitfs (3.9.0-r0 -> 3.9.1-r0)
Executing mkinitfs-3.9.1-r0.pre-upgrade
Executing mkinitfs-3.9.1-r0.post-upgrade
(23/23) Upgrading tzdata (2023d-r0 -> 2024a-r0)
Executing busybox-1.36.1-r15.trigger
Executing ca-certificates-20230506-r0.trigger
Executing mkinitfs-3.9.1-r0.trigger
==> initramfs: creating /boot/initramfs-lts for 6.6.9-0-lts
OK: 468 MiB in 140 packages
Warning: Permanently added '[localhost]:22099' (ED25519) to the list of known hosts.
(1/3) Installing bmake (20231124-r0)
(2/3) Installing go (1.21.6-r0)
(3/3) Installing scdoc (1.11.2-r0)
Executing busybox-1.36.1-r15.trigger
OK: 645 MiB in 143 packages
[#1142406] 2024/02/02 18:21:34 Cloning repositories
Cloning into 'hut'...
+ cd hut
+ git checkout -q 6c85e1e3726a54e10783db84d72e0eafa1428090
+ cd hut
+ git submodule update --init --recursive
[#1142406] 2024/02/02 18:21:35 Running task build
[#1142406] 2024/02/02 18:21:47 Running task test
[#1142406] 2024/02/02 18:21:51 Running task gofmt
[#1142406] 2024/02/02 18:21:51 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 github.com/lunixbochs/vtclean v1.0.0
go: downloading golang.org/x/sys v0.14.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
++ gofmt -l .
++ grep -v '^srht/.*/gql.go$'
+ 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 1 year, 5 months ago (took 26 seconds)