pager: honor $PAGER
view log » | |
build | view log » |
test | view log » |
gofmt | view log » |
build-bmake | 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 |
[#1059913] 2023/09/19 14:25:23 Booting image alpine/latest (default) on port 22320 [#1059913] 2023/09/19 14:25:23 Waiting for guest to settle [#1059913] 2023/09/19 14:25:33 Sending tasks [#1059913] 2023/09/19 14:25:36 Sending build environment [#1059913] 2023/09/19 14:25:37 Installing packages Warning: Permanently added '[localhost]:22320' (ED25519) to the list of known hosts. fetch http://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz OK: 473 MiB in 136 packages Warning: Permanently added '[localhost]:22320' (ED25519) to the list of known hosts. (1/3) Installing bmake (20230414-r0) (2/3) Installing go (1.20.8-r0) (3/3) Installing scdoc (1.11.2-r0) Executing busybox-1.36.1-r2.trigger OK: 644 MiB in 139 packages [#1059913] 2023/09/19 14:25:44 Cloning repositories Cloning into 'hut'... + cd hut + git checkout -q 7c52c0bd5da64111a929a01496ffd2d5533da3c5 + cd hut + git submodule update --init --recursive [#1059913] 2023/09/19 14:25:46 Running task build [#1059913] 2023/09/19 14:26:09 Running task test [#1059913] 2023/09/19 14:26:16 Running task gofmt [#1059913] 2023/09/19 14:26:17 Running task build-bmake |
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-20211215104734-c2c7a15d6c99 go: downloading git.sr.ht/~emersion/gqlclient v0.0.0-20230419170751-23b9305960d9 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/juju/ansiterm v1.0.0 go: downloading github.com/spf13/cobra v1.7.0 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading golang.org/x/term v0.7.0 go: downloading github.com/lunixbochs/vtclean v1.0.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading golang.org/x/sys v0.7.0 ./hut completion bash >hut.bash ./hut completion zsh >hut.zsh ./hut completion fish >hut.fish scdoc <doc/hut.1.scd >doc/hut.1 |
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.005s |
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 |