Skip to content

Instantly share code, notes, and snippets.

View denniswon's full-sized avatar

Dennis Won denniswon

View GitHub Profile
* 78846365 - (HEAD) Merge pull request #1419 from LeoHChen/master_merge_from_r3 (5 days ago) <Dennis JongHyuck Won>
|\
| * 92171da5 - [log] replace old log with zerolog (5 days ago) <Leo Chen>
| * 7bd399fe - [test] fix go test failure (5 days ago) <Leo Chen>
| * a9a0e76f - [merge] merge r3-20190822.0 to master (6 days ago) <Leo Chen>
| |\
| | * acbe3d9a - (tag: r3-20190822.0) Merge pull request #1407 from xChickens/cp_wallet_ini_r3 (7 days ago) <Christopher Liu>
| | |\
| | | * 5ab241bf - [Pangaea] Fix wallet_stress gogenerate error (7 days ago) <Chris>
| | | * 9f358eb3 - [Pangaea] Update wallet.ini bootnodes (#1406) (7 days ago) <Christopher Liu>
079e1a96 - Merge pull request #1427 from chaosma/master (3 days ago) <Leo Chen>
|\ \ \
| |/ /
| * | 7bf08eec - add processingHeader debug information (3 days ago) <Chao Ma>
* | | 1a8ebafa - Merge pull request #1426 from chaosma/master (3 days ago) <Leo Chen>
|\ \ \
| |/ /
| | /
| |/
|/|
go generate FAILED!
--- BEGIN go generate ---
api/client/service/proto/client.go
protoc client.proto --go_out=plugins=grpc:.
protoc-gen-go: program not found or is not executable
--go_out: protoc-gen-go: Plugin failed with status code 1.
api/client/service/proto/client.go:3: running "protoc": exit status 1
api/proto/message/message.go
protoc message.proto --go_out=plugins=grpc:.
protoc-gen-go: program not found or is not executable
dennis.won@mp-dennisw-ml2:~/go/src/github.com/harmony-one/harmony (r3_txs_throttle) $ ./scripts/travis_checker.sh
Checking go.mod...
go.mod stayed the same as in the repository.
Running golint...
golint passed.
Running goimports...
goimports passed.
Running go generate...
go generate FAILED!
--- BEGIN go generate ---
dennis.won@mp-dennisw-ml2:~/go/src/github.com/harmony-one/harmony/internal/configs/sharding (txs_throttle) $ go test --cover
PASS
coverage: 17.1% of statements
ok github.com/harmony-one/harmony/internal/configs/sharding 0.080s
dennis.won@mp-dennisw-ml2:~/go/src/github.com/harmony-one/harmony/node (txs_throttle) $ go test --cover
wait 5 seconds to terminate the process ...
ok github.com/harmony-one/harmony/node 10.933s