reader, writer: error on NaN
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 |
[#347539] 2020/11/20 14:15:27 Booting image alpine/edge (default) on port 22110 [#347539] 2020/11/20 14:15:28 Waiting for guest to settle [#347539] 2020/11/20 14:15:36 Sending tasks [#347539] 2020/11/20 14:15:36 Sending build environment [#347539] 2020/11/20 14:15:36 Installing packages Warning: Permanently added '[localhost]:22110' (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-3906-g5d544ded3c [http://dl-cdn.alpinelinux.org/alpine/edge/main] v20200917-3905-g0ceb2492db [http://dl-cdn.alpinelinux.org/alpine/edge/community] v20200917-3905-g0ceb2492db [http://dl-cdn.alpinelinux.org/alpine/edge/testing] OK: 17772 distinct packages available Warning: Permanently added '[localhost]:22110' (ECDSA) to the list of known hosts. (1/1) Installing go (1.15.4-r0) Executing busybox-1.32.0-r4.trigger OK: 1465 MiB in 205 packages [#347539] 2020/11/20 14:15:45 Cloning repositories Cloning into 'go-bare'... + cd go-bare + git checkout -q 88a9d80d592ab5f0280e7a428813420a1aa25281 + cd go-bare + git submodule update --init [#347539] 2020/11/20 14:15:45 Running task gen [#347539] 2020/11/20 14:15:47 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 github.com/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c go: downloading github.com/davecgh/go-spew v1.1.0 ok git.sr.ht/~sircmpwn/go-bare 0.008s ? git.sr.ht/~sircmpwn/go-bare/cmd/gen [no test files] ok git.sr.ht/~sircmpwn/go-bare/example 0.015s [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 |