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 |
[#344591] 2020/11/17 14:30:34 Booting image alpine/edge (default) on port 22612 [#344591] 2020/11/17 14:30:35 Waiting for guest to settle [#344591] 2020/11/17 14:30:42 Sending tasks [#344591] 2020/11/17 14:30:43 Sending build environment [#344591] 2020/11/17 14:30:43 Installing packages Warning: Permanently added '[localhost]:22612' (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-3814-gbddefb148b [http://dl-cdn.alpinelinux.org/alpine/edge/main] v20200917-3814-gbddefb148b [http://dl-cdn.alpinelinux.org/alpine/edge/community] v20200917-3810-g1ccc4c3b29 [http://dl-cdn.alpinelinux.org/alpine/edge/testing] OK: 17647 distinct packages available Warning: Permanently added '[localhost]:22612' (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 [#344591] 2020/11/17 14:30:53 Cloning repositories Cloning into 'go-bare'... + cd go-bare + git submodule update --init [#344591] 2020/11/17 14:30:53 Running task _apply_patch [#344591] 2020/11/17 14:30:54 Running task gen [#344591] 2020/11/17 14:30:56 Running task test [#344591] 2020/11/17 14:31:04 Processing post-success triggers for job group... [#344591] 2020/11/17 14:31:04 Sent build results email to Adnan Maolood <me@adnano.co> [#344591] 2020/11/17 14:31:04 Processing post-success triggers... [#344591] 2020/11/17 14:31:04 Sending webhook... [#344591] 2020/11/17 14:31:05 Webhook response: 200 [#344591] 2020/11/17 14:31:05 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/15100/mbox + git am -3 /tmp/15100.patch Applying: Omit struct fields with a field tag of "-". |
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/davecgh/go-spew v1.1.0 go: downloading github.com/pmezard/go-difflib v1.0.0 ok git.sr.ht/~sircmpwn/go-bare 0.014s ? 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.007s |