example: update schema to match current state of rfc
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 |
[#364549] 2020/12/10 18:24:07 Booting image alpine/edge (default) on port 22538 [#364549] 2020/12/10 18:24:08 Waiting for guest to settle [#364549] 2020/12/10 18:24:16 Sending tasks [#364549] 2020/12/10 18:24:16 Sending build environment [#364549] 2020/12/10 18:24:16 Installing packages Warning: Permanently added '[localhost]:22538' (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-5110-g89b056c9d1 [http://dl-cdn.alpinelinux.org/alpine/edge/main] v20200917-5127-ge43bb09d9a [http://dl-cdn.alpinelinux.org/alpine/edge/community] v20200917-5128-gba831fffce [http://dl-cdn.alpinelinux.org/alpine/edge/testing] OK: 17922 distinct packages available Warning: Permanently added '[localhost]:22538' (ECDSA) to the list of known hosts. (1/1) Installing go (1.15.6-r0) Executing busybox-1.32.0-r7.trigger OK: 1480 MiB in 207 packages [#364549] 2020/12/10 18:24:25 Cloning repositories Cloning into 'go-bare'... + cd go-bare + git checkout -q 86af428a8287d1de3663e199459ffa13d8a2d98d + cd go-bare + git submodule update --init [#364549] 2020/12/10 18:24:26 Running task gen [#364549] 2020/12/10 18:24:27 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.011s ? git.sr.ht/~sircmpwn/go-bare/cmd/gen [no test files] ok git.sr.ht/~sircmpwn/go-bare/example 0.002s [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.005s |