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 |
[#317177] 2020/10/09 18:06:45 Booting image alpine/edge (default) on port 22141 [#317177] 2020/10/09 18:06:48 Waiting for guest to settle [#317177] 2020/10/09 18:06:57 Sending tasks [#317177] 2020/10/09 18:06:57 Sending build environment [#317177] 2020/10/09 18:06:57 Installing packages Warning: Permanently added '[localhost]:22141' (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-2033-g2950508dee [http://dl-cdn.alpinelinux.org/alpine/edge/main] v20200917-2066-gda597ac847 [http://dl-cdn.alpinelinux.org/alpine/edge/community] v20200917-2066-gda597ac847 [http://dl-cdn.alpinelinux.org/alpine/edge/testing] OK: 17478 distinct packages available Warning: Permanently added '[localhost]:22141' (ECDSA) to the list of known hosts. (1/1) Installing go (1.15.2-r0) Executing busybox-1.32.0-r3.trigger OK: 1427 MiB in 203 packages [#317177] 2020/10/09 18:07:14 Cloning repositories Cloning into 'go-bare'... + cd go-bare + git checkout -q cb0704728ca15d198538acbf3bb07aeb9d903533 + cd go-bare + git submodule update --init [#317177] 2020/10/09 18:07:15 Running task gen [#317177] 2020/10/09 18:07:16 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.017s ? git.sr.ht/~sircmpwn/go-bare/cmd/gen [no test files] ? git.sr.ht/~sircmpwn/go-bare/example [no test files] ? 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.004s |