view log » | |
gen | 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 |
[#333651] 2020/11/02 16:53:48 Booting image alpine/edge (default) on port 22120 [#333651] 2020/11/02 16:53:49 Waiting for guest to settle [#333651] 2020/11/02 16:53:56 Sending tasks [#333651] 2020/11/02 16:53:56 Sending build environment [#333651] 2020/11/02 16:53:57 Installing packages Warning: Permanently added '[localhost]:22120' (ECDSA) 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 v20200917-3153-ge8b7854832 [http://dl-cdn.alpinelinux.org/alpine/edge/main] v20200917-3149-g9604da5a29 [http://dl-cdn.alpinelinux.org/alpine/edge/community] v20200917-3153-ge8b7854832 [http://dl-cdn.alpinelinux.org/alpine/edge/testing] OK: 17556 distinct packages available Warning: Permanently added '[localhost]:22120' (ECDSA) to the list of known hosts. (1/1) Installing go (1.15.3-r0) Executing busybox-1.32.0-r3.trigger OK: 1465 MiB in 205 packages [#333651] 2020/11/02 16:54:06 Cloning repositories Cloning into 'go-bare'... + cd go-bare + git checkout -q f56bf9054087dae6f6bad8b34033f45c1607c9df + cd go-bare + git submodule update --init [#333651] 2020/11/02 16:54:06 Running task gen [#333651] 2020/11/02 16:54:08 Running task test |
1 2 3 |
+ cd go-bare + go generate ./... go: downloading git.sr.ht/~sircmpwn/getopt v0.0.0-20191230200459-23622cc906b3 |
1 2 3 4 5 6 7 8 9 10 11 12 |
+ cd go-bare + go test ./... go: downloading github.com/stretchr/testify v1.6.1 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/davecgh/go-spew v1.1.0 ok git.sr.ht/~sircmpwn/go-bare 0.012s ? git.sr.ht/~sircmpwn/go-bare/cmd/gen [no test files] ok git.sr.ht/~sircmpwn/go-bare/example 0.003s [no tests to run] ? git.sr.ht/~sircmpwn/go-bare/example/basic [no test files] ? git.sr.ht/~sircmpwn/go-bare/example/stream [no test files] ok git.sr.ht/~sircmpwn/go-bare/schema 0.006s |