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 |
[#114391] 2019/11/26 00:58:09 Booting image archlinux (default) on port 22477 [#114391] 2019/11/26 00:58:22 Waiting for guest to settle [#114391] 2019/11/26 00:58:29 Sending tasks [#114391] 2019/11/26 00:58:30 Sending build environment [#114391] 2019/11/26 00:58:30 Installing packages Warning: Permanently added '[localhost]:22477' (ECDSA) to the list of known hosts. :: Synchronizing package databases... core is up to date downloading extra.db... downloading community.db... :: Starting full system upgrade... resolving dependencies... looking for conflicting packages... Packages (1) go-2:1.13.4-1 Total Download Size: 122.42 MiB Total Installed Size: 478.55 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... downloading go-2:1.13.4-1-x86_64.pkg.tar.xz... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing go... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... :: Searching databases for updates... :: Searching AUR for updates... there is nothing to do [#114391] 2019/11/26 00:58:59 Cloning repositories Cloning into 'ns2-trace-go'... + cd ns2-trace-go + git checkout -q a284d8fd0d6f7d8a0782cdece0977c8d4a28f524 + cd ns2-trace-go + git submodule update --init [#114391] 2019/11/26 00:59:00 Running task setup [#114391] 2019/11/26 00:59:07 Running task format [#114391] 2019/11/26 00:59:14 Running task test [#114391] 2019/11/26 00:59:24 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 |
+ cd ns2-trace-go + go get ./... go: downloading github.com/go-macaron/binding v1.0.1 go: downloading github.com/wcharczuk/go-chart v2.0.2-0.20190910040548-3a7bc5543113+incompatible go: downloading gopkg.in/macaron.v1 v1.3.4 go: extracting github.com/go-macaron/binding v1.0.1 go: downloading github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e go: extracting gopkg.in/macaron.v1 v1.3.4 go: downloading github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191 go: downloading golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 go: downloading gopkg.in/ini.v1 v1.46.0 go: extracting github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191 go: extracting github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e go: extracting gopkg.in/ini.v1 v1.46.0 go: extracting github.com/wcharczuk/go-chart v2.0.2-0.20190910040548-3a7bc5543113+incompatible go: downloading golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 go: downloading github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 go: extracting golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 go: extracting github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 go: extracting golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 go: finding github.com/go-macaron/binding v1.0.1 go: finding github.com/wcharczuk/go-chart v2.0.2-0.20190910040548-3a7bc5543113+incompatible go: finding gopkg.in/macaron.v1 v1.3.4 go: finding github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e go: finding github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 go: finding golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 go: finding github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 go: finding gopkg.in/ini.v1 v1.46.0 |
1 2 3 4 5 6 7 |
+ cd ns2-trace-go ++ go list ./... ++ grep -v /vendor/ + go fmt git.sr.ht/~humaid/ns2-trace-go ++ go list ./... ++ grep -v /vendor/ + go vet git.sr.ht/~humaid/ns2-trace-go |
1 2 3 4 5 |
+ cd ns2-trace-go ++ go list ./... ++ grep -v /vendor/ + go test -cover -race git.sr.ht/~humaid/ns2-trace-go ? git.sr.ht/~humaid/ns2-trace-go [no test files] |