Allow editting channel, step.
view log » | |
setup | view log » |
format | view log » |
test | view log » |
build | 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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
[#225798] 2020/06/03 13:55:44 Booting image archlinux (default) on port 22823 [#225798] 2020/06/03 13:55:44 Waiting for guest to settle [#225798] 2020/06/03 13:55:52 Sending tasks [#225798] 2020/06/03 13:55:53 Sending build environment [#225798] 2020/06/03 13:55:53 Installing packages Warning: Permanently added '[localhost]:22823' (ECDSA) to the list of known hosts. :: Synchronizing package databases... downloading core.db... downloading extra.db... downloading community.db... :: Starting full system upgrade... resolving dependencies... looking for conflicting packages... Packages (5) device-mapper-2.02.187-3 systemd-245.6-1 systemd-libs-245.6-1 systemd-sysvcompat-245.6-1 go-2:1.14.4-1 Total Download Size: 133.77 MiB Total Installed Size: 513.75 MiB Net Upgrade Size: 488.33 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... downloading systemd-libs-245.6-1-x86_64.pkg.tar.zst... downloading device-mapper-2.02.187-3-x86_64.pkg.tar.zst... downloading systemd-245.6-1-x86_64.pkg.tar.zst... downloading systemd-sysvcompat-245.6-1-x86_64.pkg.tar.zst... downloading go-2:1.14.4-1-x86_64.pkg.tar.zst... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing go... upgrading systemd-libs... upgrading device-mapper... upgrading systemd... upgrading systemd-sysvcompat... :: Running post-transaction hooks... ( 1/10) Creating system user accounts... ( 2/10) Updating journal message catalog... ( 3/10) Reloading system manager configuration... ( 4/10) Updating udev hardware database... ( 5/10) Applying kernel sysctl settings... ( 6/10) Creating temporary files... ( 7/10) Reloading device manager configuration... ( 8/10) Arming ConditionNeedsUpdate... ( 9/10) Updating linux initcpios... ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default' -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img ==> Starting build: 5.6.15-arch1-1 -> Running build hook: [base] -> Running build hook: [udev] -> Running build hook: [autodetect] -> Running build hook: [modconf] -> Running build hook: [block] -> Running build hook: [filesystems] -> Running build hook: [keyboard] -> Running build hook: [fsck] ==> Generating module dependencies ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img ==> Image generation successful ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback' -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect ==> Starting build: 5.6.15-arch1-1 -> Running build hook: [base] -> Running build hook: [udev] -> Running build hook: [modconf] -> Running build hook: [block] ==> WARNING: Possibly missing firmware for module: qed ==> WARNING: Possibly missing firmware for module: csiostor ==> WARNING: Possibly missing firmware for module: cxgb4 ==> WARNING: Possibly missing firmware for module: cxgb3 ==> WARNING: Possibly missing firmware for module: aic94xx ==> WARNING: Possibly missing firmware for module: isci ==> WARNING: Possibly missing firmware for module: advansys ==> WARNING: Possibly missing firmware for module: wd719x ==> WARNING: Possibly missing firmware for module: bfa ==> WARNING: Possibly missing firmware for module: qla1280 ==> WARNING: Possibly missing firmware for module: qla2xxx ==> WARNING: Possibly missing firmware for module: ums_eneub6250 ==> WARNING: Possibly missing firmware for module: smsmdtv -> Running build hook: [filesystems] -> Running build hook: [keyboard] -> Running build hook: [fsck] ==> Generating module dependencies ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img ==> Image generation successful (10/10) Reloading system bus configuration... :: Searching databases for updates... :: Searching AUR for updates... there is nothing to do [#225798] 2020/06/03 13:56:32 Cloning repositories Cloning into 'workflow-engine'... + cd workflow-engine + git checkout -q b326f668fb73a3644645321686e7eb49cc5bea27 + cd workflow-engine + git submodule update --init [#225798] 2020/06/03 13:56:33 Running task setup [#225798] 2020/06/03 13:57:42 Running task format [#225798] 2020/06/03 13:57:54 Running task test [#225798] 2020/06/03 13:59:02 Running task build |
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 |
+ cd workflow-engine + go get ./... go: downloading xorm.io/xorm v1.0.1 go: downloading github.com/go-macaron/csrf v0.0.0-20200329073418-5d38f39de352 go: downloading github.com/go-sql-driver/mysql v1.5.0 go: downloading gopkg.in/macaron.v1 v1.3.8 go: downloading github.com/antonmedv/expr v1.8.5 go: downloading github.com/mattn/go-sqlite3 v2.0.3+incompatible go: downloading github.com/oklog/ulid/v2 v2.0.2 go: downloading github.com/go-macaron/session v0.0.0-20200329073812-7d919ce6a8d2 go: downloading xorm.io/core v0.7.3 go: downloading github.com/lib/pq v1.5.2 go: downloading github.com/gin-gonic/gin v1.6.3 go: downloading github.com/go-macaron/bindata v0.0.0-20200308113348-9fced76aaa6e go: downloading github.com/go-macaron/binding v1.1.0 go: downloading github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e go: downloading github.com/golang/protobuf v1.4.1 go: downloading github.com/go-playground/validator/v10 v10.2.0 go: downloading github.com/elazarl/go-bindata-assetfs v1.0.0 go: downloading github.com/mattn/go-isatty v0.0.12 go: downloading gopkg.in/yaml.v2 v2.3.0 go: downloading github.com/ugorji/go v1.1.7 go: downloading google.golang.org/protobuf v1.22.0 go: downloading github.com/go-playground/universal-translator v0.17.0 go: downloading github.com/ugorji/go/codec v1.1.7 go: downloading golang.org/x/sys v0.0.0-20200513112337-417ce2331b5c go: downloading github.com/go-playground/locales v0.13.0 go: downloading github.com/gin-contrib/sse v0.1.0 go: downloading github.com/json-iterator/go v1.1.9 go: downloading xorm.io/builder v0.3.7 go: downloading gopkg.in/ini.v1 v1.46.0 go: downloading github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191 go: downloading github.com/syndtr/goleveldb v1.0.0 go: downloading github.com/leodido/go-urn v1.2.0 go: downloading golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.1 go: downloading github.com/golang/snappy v0.0.1 # github.com/mattn/go-sqlite3 sqlite3-binding.c: In function 'sqlite3SelectNew': sqlite3-binding.c:128049:10: warning: function may return address of local variable [-Wreturn-local-addr] 128049 | return pNew; | ^~~~ sqlite3-binding.c:128009:10: note: declared here 128009 | Select standin; | ^~~~~~~ |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
+ cd workflow-engine ++ go list ./... ++ grep -v /vendor/ + go fmt git.sr.ht/~humaid/workflow-engine git.sr.ht/~humaid/workflow-engine/bindings git.sr.ht/~humaid/workflow-engine/example git.sr.ht/~humaid/workflow-engine/example2 git.sr.ht/~humaid/workflow-engine/public git.sr.ht/~humaid/workflow-engine/responses git.sr.ht/~humaid/workflow-engine/templates git.sr.ht/~humaid/workflow-engine/utils ++ go list ./... ++ grep -v /vendor/ + go vet git.sr.ht/~humaid/workflow-engine git.sr.ht/~humaid/workflow-engine/bindings git.sr.ht/~humaid/workflow-engine/example git.sr.ht/~humaid/workflow-engine/example2 git.sr.ht/~humaid/workflow-engine/public git.sr.ht/~humaid/workflow-engine/responses git.sr.ht/~humaid/workflow-engine/templates git.sr.ht/~humaid/workflow-engine/utils go: downloading github.com/smartystreets/goconvey v1.6.4 go: downloading github.com/jtolds/gls v4.20.0+incompatible go: downloading github.com/smartystreets/assertions v1.1.0 # github.com/mattn/go-sqlite3 sqlite3-binding.c: In function 'sqlite3SelectNew': sqlite3-binding.c:128049:10: warning: function may return address of local variable [-Wreturn-local-addr] 128049 | return pNew; | ^~~~ sqlite3-binding.c:128009:10: note: declared here 128009 | Select standin; | ^~~~~~~ |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
+ cd workflow-engine ++ go list ./... ++ grep -v /vendor/ + go test -cover -race git.sr.ht/~humaid/workflow-engine git.sr.ht/~humaid/workflow-engine/bindings git.sr.ht/~humaid/workflow-engine/example git.sr.ht/~humaid/workflow-engine/example2 git.sr.ht/~humaid/workflow-engine/public git.sr.ht/~humaid/workflow-engine/responses git.sr.ht/~humaid/workflow-engine/templates git.sr.ht/~humaid/workflow-engine/utils # github.com/mattn/go-sqlite3 sqlite3-binding.c: In function 'sqlite3SelectNew': sqlite3-binding.c:128049:10: warning: function may return address of local variable [-Wreturn-local-addr] 128049 | return pNew; | ^~~~ sqlite3-binding.c:128009:10: note: declared here 128009 | Select standin; | ^~~~~~~ ok git.sr.ht/~humaid/workflow-engine 0.151s coverage: 40.3% of statements ? git.sr.ht/~humaid/workflow-engine/bindings [no test files] ? git.sr.ht/~humaid/workflow-engine/example [no test files] ? git.sr.ht/~humaid/workflow-engine/example2 [no test files] ? git.sr.ht/~humaid/workflow-engine/public [no test files] ? git.sr.ht/~humaid/workflow-engine/responses [no test files] ? git.sr.ht/~humaid/workflow-engine/templates [no test files] ok git.sr.ht/~humaid/workflow-engine/utils 0.034s coverage: 87.5% of statements |
1 2 3 4 5 6 7 8 9 10 |
+ cd workflow-engine + go build # github.com/mattn/go-sqlite3 sqlite3-binding.c: In function 'sqlite3SelectNew': sqlite3-binding.c:128049:10: warning: function may return address of local variable [-Wreturn-local-addr] 128049 | return pNew; | ^~~~ sqlite3-binding.c:128009:10: note: declared here 128009 | Select standin; | ^~~~~~~ |