view log » | |
_apply_patch | view log » |
install_go1_14 | view log » |
test_gio | view log » |
test_cmd | view log » |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
[#428458] 2021/02/17 08:45:35 Booting image openbsd/latest (default) on port 22683 [#428458] 2021/02/17 08:45:40 Waiting for guest to settle [#428458] 2021/02/17 08:45:59 Sending tasks [#428458] 2021/02/17 08:46:00 Sending build environment [#428458] 2021/02/17 08:46:00 Installing packages Warning: Permanently added '[localhost]:22683' (ECDSA) to the list of known hosts. quirks-3.441 signed on 2021-02-13T20:25:37Z [#428458] 2021/02/17 08:46:51 Cloning repositories Cloning into 'gio'... + cd gio + git submodule update --init [#428458] 2021/02/17 08:46:52 Running task _apply_patch [#428458] 2021/02/17 08:46:53 Running task install_go1_14 [#428458] 2021/02/17 08:50:23 Running task test_gio [#428458] 2021/02/17 08:50:54 Running task test_cmd [#428458] 2021/02/17 08:51:35 Processing post-success triggers... [#428458] 2021/02/17 08:51:35 Sending webhook... [#428458] 2021/02/17 08:51:36 Webhook response: 200 [#428458] 2021/02/17 08:51:36 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 gio + curl -sS https://lists.sr.ht/~eliasnaur/gio-patches/patches/20329/mbox + git am -3 /tmp/20329.patch Applying: app: change background for js |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
+ mkdir -p /home/build/sdk + curl https://dl.google.com/go/go1.14.src.tar.gz + tar -C /home/build/sdk -xzf - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 11 21.3M 11 2415k 0 0 4115k 0 0:00:05 --:--:-- 0:00:05 4115k 33 21.3M 33 7375k 0 0 4530k 0 0:00:04 0:00:01 0:00:03 4527k 56 21.3M 56 12.0M 0 0 4761k 0 0:00:04 0:00:02 0:00:02 4761k 76 21.3M 76 16.2M 0 0 4639k 0 0:00:04 0:00:03 0:00:01 4639k 98 21.3M 98 21.0M 0 0 4696k 0 0:00:04 0:00:04 --:--:-- 4696k 100 21.3M 100 21.3M 0 0 4213k 0 0:00:05 0:00:05 --:--:-- 4225k + cd /home/build/sdk/go/src + ./make.bash Building Go cmd/dist using /usr/local/go. (go1.15.2 openbsd/amd64) Building Go toolchain1 using /usr/local/go. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building packages and commands for openbsd/amd64. --- Installed Go for openbsd/amd64 in /home/build/sdk/go Installed commands in /home/build/sdk/go/bin |
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
+ cd gio + go test ./... go: downloading golang.org/x/image v0.0.0-20200618115811-c13761719519 go: downloading golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9 go: downloading golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3 go: downloading golang.org/x/text v0.3.0 ? gioui.org/app [no test files] ok gioui.org/app/headless 0.027s ? gioui.org/app/internal/egl [no test files] ? gioui.org/app/internal/log [no test files] ? gioui.org/app/internal/srgb [no test files] ? gioui.org/app/internal/window [no test files] ? gioui.org/app/internal/xkb [no test files] ? gioui.org/app/permission [no test files] ? gioui.org/app/permission/bluetooth [no test files] ? gioui.org/app/permission/camera [no test files] ? gioui.org/app/permission/storage [no test files] ok gioui.org/f32 0.011s ? gioui.org/font/gofont [no test files] ok gioui.org/font/opentype 0.010s ok gioui.org/gesture 0.009s ? gioui.org/gpu [no test files] ? gioui.org/gpu/backend [no test files] ? gioui.org/gpu/gl [no test files] ? gioui.org/internal/cmd/convertshaders [no test files] ok gioui.org/internal/f32color 0.043s ok gioui.org/internal/fling 0.010s ? gioui.org/internal/glimpl [no test files] ? gioui.org/internal/opconst [no test files] ? gioui.org/internal/ops [no test files] ok gioui.org/internal/rendertest 0.108s ok gioui.org/internal/unsafe 0.019s ? gioui.org/io/clipboard [no test files] ? gioui.org/io/event [no test files] ? gioui.org/io/key [no test files] ? gioui.org/io/pointer [no test files] ? gioui.org/io/profile [no test files] ok gioui.org/io/router 0.015s ? gioui.org/io/system [no test files] ok gioui.org/layout 0.023s ? gioui.org/op [no test files] ? gioui.org/op/clip [no test files] ? gioui.org/op/paint [no test files] ok gioui.org/text 0.010s ? gioui.org/unit [no test files] ok gioui.org/widget 0.067s ? gioui.org/widget/material [no test files] |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
+ cd gio/cmd + go test ./... go: downloading gioui.org v0.0.0-20201206220230-a87a520ae825 go: downloading github.com/akavel/rsrc v0.10.1 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 go: downloading golang.org/x/tools v0.0.0-20190927191325-030b2cf1153e go: downloading github.com/chromedp/chromedp v0.5.2 go: downloading github.com/chromedp/cdproto v0.0.0-20191114225735-6626966fbae4 go: downloading github.com/mailru/easyjson v0.7.0 go: downloading github.com/gobwas/ws v1.0.2 go: downloading github.com/knq/sysutil v0.0.0-20191005231841-15668db23d08 go: downloading github.com/gobwas/pool v0.2.0 go: downloading github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee ok gioui.org/cmd/gogio 15.193s |