Add build script, license, and start message.
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 |
[#228719] 2020/06/07 20:07:09 Booting image archlinux (default) on port 22303
[#228719] 2020/06/07 20:07:09 Waiting for guest to settle
[#228719] 2020/06/07 20:07:17 Sending tasks
[#228719] 2020/06/07 20:07:17 Sending build environment
[#228719] 2020/06/07 20:07:17 Sending secrets
[#228719] 2020/06/07 20:07:17 Resolving secret 4c2d0dca-82e1-45fe-b0c1-068bd440cbba
[#228719] 2020/06/07 20:07:17 Installing packages
Warning: Permanently added '[localhost]:22303' (ECDSA) to the list of known hosts.
:: Synchronizing package databases...
core is up to date
extra is up to date
downloading community.db...
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
Packages (1) go-2:1.14.4-1
Total Download Size: 127.39 MiB
Total Installed Size: 488.46 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
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...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
:: Searching databases for updates...
:: Searching AUR for updates...
there is nothing to do
[#228719] 2020/06/07 20:07:36 Cloning repositories
Cloning into 'land-dept-engine'...
Warning: Permanently added 'git.sr.ht,173.195.146.142' (ECDSA) to the list of known hosts.
+ cd land-dept-engine
+ git checkout -q 03f301ecbfd9deb56636809f8ae21f8026529ac3
+ cd land-dept-engine
+ git submodule update --init
[#228719] 2020/06/07 20:07:37 Running task build
[#228719] 2020/06/07 20:08:09 Build failed.
[#228719] 2020/06/07 20:08:09 The build environment will be kept alive for 10 minutes.
[#228719] 2020/06/07 20:08:09 To log in with SSH and examine it, use the following command:
[#228719] 2020/06/07 20:08:09
[#228719] 2020/06/07 20:08:09 ssh -t builds@yui.runners.sr.ht connect 228719
[#228719] 2020/06/07 20:08:09
[#228719] 2020/06/07 20:08:09 After logging in, the deadline is increased to your remaining build time.
[#228719] 2020/06/07 20:08:09 Build cancelled. Terminating build environment.
[#228719] 2020/06/07 20:08:09 Error: Running task on guest: signal: killed
|
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 |
+ cd land-dept-engine + make go get -u go: downloading github.com/BurntSushi/toml v0.3.1 go: downloading git.sr.ht/~humaid/workflow-engine v0.0.0-20200607084437-5742459f5e41 go: downloading github.com/go-macaron/bindata v0.0.0-20200308113348-9fced76aaa6e go: downloading github.com/oklog/ulid/v2 v2.0.2 go: downloading github.com/go-macaron/session v0.0.0-20200329073812-7d919ce6a8d2 go: downloading github.com/mattn/go-sqlite3 v2.0.3+incompatible go: downloading gopkg.in/macaron.v1 v1.3.8 go: downloading github.com/go-macaron/csrf v0.0.0-20200329073418-5d38f39de352 go: downloading github.com/antonmedv/expr v1.8.8 go: downloading github.com/go-macaron/binding v1.1.0 go: downloading xorm.io/xorm v1.0.1 go: downloading github.com/gin-gonic/gin v1.6.3 go: downloading github.com/ugorji/go v1.1.7 go: downloading xorm.io/core v0.7.3 go: downloading github.com/lib/pq v1.6.0 go: downloading github.com/ugorji/go/codec v1.1.7 go: downloading gopkg.in/yaml.v2 v2.3.0 go: downloading github.com/json-iterator/go v1.1.9 go: downloading github.com/go-macaron/inject v0.0.0-20200308113650-138e5925c53b go: downloading gopkg.in/ini.v1 v1.57.0 go: downloading github.com/gin-contrib/sse v0.1.0 go: downloading xorm.io/builder v0.3.7 go: downloading github.com/jcmturner/gokrb5/v8 v8.3.0 go: downloading golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 go: downloading github.com/mattn/go-isatty v0.0.12 go: downloading github.com/elazarl/go-bindata-assetfs v1.0.0 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/go-sql-driver/mysql v1.5.0 go: downloading github.com/golang/protobuf v1.4.2 go: downloading github.com/unknwon/com v1.0.1 go: downloading github.com/jcmturner/goidentity/v6 v6.0.1 go: downloading github.com/alexbrainman/sspi v0.0.0-20180613141037-e580b900e9f5 go: downloading github.com/go-playground/validator/v10 v10.3.0 go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0 go: downloading golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 go: downloading google.golang.org/protobuf v1.24.0 go: downloading github.com/hashicorp/go-uuid v1.0.2 go: downloading github.com/jcmturner/gofork v1.0.0 go: downloading github.com/go-playground/universal-translator v0.17.0 go: downloading github.com/jcmturner/aescts/v2 v2.0.0 go: downloading github.com/jcmturner/rpc/v2 v2.0.2 go: downloading github.com/leodido/go-urn v1.2.0 go: downloading golang.org/x/net v0.0.0-20200602114024-627f9648deb9 go: downloading github.com/go-playground/locales v0.13.0 go: downloading github.com/syndtr/goleveldb v1.0.0 go: downloading github.com/golang/snappy v0.0.1 go: github.com/unknwon/com upgrade => v1.0.1 go: gopkg.in/ini.v1 upgrade => v1.57.0 go: github.com/golang/protobuf upgrade => v1.4.2 go: golang.org/x/crypto upgrade => v0.0.0-20200604202706-70a84ac30bf9 go: golang.org/x/net upgrade => v0.0.0-20200602114024-627f9648deb9 go: golang.org/x/sys upgrade => v0.0.0-20200602225109-6fdc65e7d980 go: github.com/modern-go/reflect2 upgrade => v1.0.1 go: gopkg.in/yaml.v2 upgrade => v2.3.0 go: github.com/jcmturner/gokrb5/v8 upgrade => v8.3.0 go: github.com/lib/pq upgrade => v1.6.0 go: downloading github.com/mattn/go-sqlite3 v1.13.0 go: github.com/mattn/go-sqlite3 upgrade => v2.0.3+incompatible go: github.com/go-macaron/inject upgrade => v0.0.0-20200308113650-138e5925c53b go: github.com/go-playground/validator/v10 upgrade => v10.3.0 go: github.com/go-macaron/session upgrade => v0.0.0-20200329073812-7d919ce6a8d2 go: github.com/go-sql-driver/mysql upgrade => v1.5.0 go: github.com/golang/snappy upgrade => v0.0.1 go: github.com/modern-go/concurrent upgrade => v0.0.0-20180306012644-bacd9c7ef1dd go: google.golang.org/protobuf upgrade => v1.24.0 go: gopkg.in/macaron.v1 upgrade => v1.3.8 go: github.com/antonmedv/expr upgrade => v1.8.8 |