view log » | |
_apply_patch | 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 26 27 28 29 30 |
[#360414] 2020/12/06 14:58:00 Booting image alpine/edge (default) on port 22464 [#360414] 2020/12/06 14:58:00 Waiting for guest to settle [#360414] 2020/12/06 14:58:09 Sending tasks [#360414] 2020/12/06 14:58:09 Sending build environment [#360414] 2020/12/06 14:58:09 Installing packages Warning: Permanently added '[localhost]:22464' (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-4827-g9fc74a0df2 [http://dl-cdn.alpinelinux.org/alpine/edge/main] v20200917-4840-g1946b01036 [http://dl-cdn.alpinelinux.org/alpine/edge/community] v20200917-4836-g01e95b3599 [http://dl-cdn.alpinelinux.org/alpine/edge/testing] OK: 17904 distinct packages available Warning: Permanently added '[localhost]:22464' (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 [#360414] 2020/12/06 14:58:18 Cloning repositories Cloning into 'go-bare'... + cd go-bare + git submodule update --init [#360414] 2020/12/06 14:58:18 Running task _apply_patch [#360414] 2020/12/06 14:58:19 Running task gen [#360414] 2020/12/06 14:58:21 Running task test [#360414] 2020/12/06 14:58:29 Processing post-success triggers for job group... [#360414] 2020/12/06 14:58:29 Sent build results email to John Mulligan <phlogistonjohn@asynchrono.us> [#360414] 2020/12/06 14:58:29 Processing post-success triggers... [#360414] 2020/12/06 14:58:29 Sending webhook... [#360414] 2020/12/06 14:58:30 Webhook response: 200 [#360414] 2020/12/06 14:58:30 Thanks! |
1 2 3 4 5 6 7 8 |
+ echo Applying patch from lists.sr.ht Applying patch from lists.sr.ht + git config --global user.name builds.sr.ht + git config --global user.email builds@sr.ht + cd go-bare + curl -sS https://lists.sr.ht/~sircmpwn/public-inbox/patches/15531/mbox + git am -3 /tmp/15531.patch Applying: gen: only add errors import if type needs errors package |
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.008s ? git.sr.ht/~sircmpwn/go-bare/cmd/gen [no test files] ok git.sr.ht/~sircmpwn/go-bare/example 0.018s [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 |