This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# bash_profile | |
# Add Homebrew `/usr/local/bin` and User `~/bin` to the `$PATH` | |
PATH=$HOME/bin:$PATH | |
PATH=/usr/local/bin:$PATH | |
PATH=/sbin/:$PATH | |
PATH=/usr/sbin/:$PATH | |
export PATH="/usr/local/sbin:$PATH" | |
alias ls='ls -GFh' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dennis.won@Jongs-MacBook-Pro:~/harmony-one/harmony (master) $ alias | |
alias check_ports='sudo lsof -i -P -n | grep LISTEN' | |
alias ebp='vim ~/.bash_profile' | |
alias imgcat='/Users/dennis.won/.iterm2/imgcat' | |
alias imgls='/Users/dennis.won/.iterm2/imgls' | |
alias it2attention='/Users/dennis.won/.iterm2/it2attention' | |
alias it2check='/Users/dennis.won/.iterm2/it2check' | |
alias it2copy='/Users/dennis.won/.iterm2/it2copy' | |
alias it2dl='/Users/dennis.won/.iterm2/it2dl' | |
alias it2getvar='/Users/dennis.won/.iterm2/it2getvar' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fatal error: runtime: out of memory | |
runtime stack: | |
runtime.throw(0x160d367, 0x16) | |
/usr/local/go/src/runtime/panic.go:1114 +0x72 | |
runtime.sysMap(0xc0dc000000, 0x8000000, 0x287c3b8) | |
/usr/local/go/src/runtime/mem_linux.go:169 +0xc5 | |
runtime.(*mheap).sysAlloc(0x285c160, 0x7400000, 0x285c168, 0x386b) | |
/usr/local/go/src/runtime/malloc.go:715 +0x1cd | |
runtime.(*mheap).grow(0x285c160, 0x386b, 0x0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
goroutine 604 [running]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).isClosed(...) | |
/var/lib/jenkins/go/pkg/mod/github.com/syndtr/[email protected]/leveldb/db_state.go:230 | |
github.com/syndtr/goleveldb/leveldb.(*DB).ok(...) | |
/var/lib/jenkins/go/pkg/mod/github.com/syndtr/[email protected]/leveldb/db_state.go:235 | |
github.com/syndtr/goleveldb/leveldb.(*DB).Get(0x0, 0xc00c50c840, 0x2d, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/var/lib/jenkins/go/pkg/mod/github.com/syndtr/[email protected]/leveldb/db.go:838 +0x56 | |
github.com/harmony-one/harmony/api/service/explorer.(*Storage).UpdateStakingTxAddressStorage(0xc00053ad60, 0xc00c1e1580, 0xc00c50c7e0, 0x2a, 0xc008adeea0, 0xc00b46f780) | |
/mnt/jenkins/workspace/harmony-release/harmony/api/service/explorer/storage.go:143 +0x159 | |
github.com/harmony-one/harmony/api/service/explorer.(*Storage).UpdateStakingTxAddress(0xc00053ad60, 0xc00c1e1580, 0xc008adeea0, 0xc00b46f780) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@ip-172-31-28-167:~/harmony-one/harmony (master) $ ./scripts/go_executable_build.sh -s | |
building cmd/harmony/main.go | |
# command-line-arguments | |
/home/ubuntu/.gimme/versions/go1.13.6.linux.amd64/pkg/tool/linux_amd64/link: running gcc failed: exit status 1 | |
/tmp/go-link-455659512/000029.o: In function `mygetgrouplist': | |
getgrouplist_unix.cgo2.c:(.text+0x60): warning: Using 'getgrouplist' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking | |
/tmp/go-link-455659512/000028.o: In function `mygetgrgid_r': | |
cgo_lookup_unix.cgo2.c:(.text+0xe1): warning: Using 'getgrgid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking | |
/tmp/go-link-455659512/000028.o: In function `mygetgrnam_r': |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[core] | |
excludesfile = /Users/denniswon/.gitignore | |
[filter "lfs"] | |
clean = git-lfs clean -- %f | |
smudge = git-lfs smudge -- %f | |
process = git-lfs filter-process | |
required = true | |
[alias] | |
rs = reset | |
co = checkout |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@ip-172-31-16-131:~/harmony-one/harmony/bin (stakingtxn_support) $ hmy keys generate-bls-key --passphrase | |
Enter passphrase: | |
Repeat the passphrase: | |
fatal error: unexpected signal during runtime execution | |
[signal SIGSEGV: segmentation violation code=0x80 addr=0x0 pc=0x7fc09568036d] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last login: Tue Mar 24 23:28:42 on ttys001 | |
installing go version go1.13.6 | |
go version go1.13.6 darwin/amd64 | |
go version go1.13.6 darwin/amd64 | |
dennis.won@Jongs-MacBook-Pro:~ $ mosh_validator | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@ip-172-31-16-131:~/go/src/github.com/harmony-one/harmony/bin (stakingtxn_support) $ ./node.sh -S -T explorer -A -c -z -N staking -k ~/44c46a0527ed82c57589854ffe1ac566450d9140b34cbf92548cab768deaf4268eeccfcef5b9439ddd265[155/1726] | |
5.key -D -i 3 | |
node.sh: using manually specified BLS key file: /home/ubuntu/44c46a0527ed82c57589854ffe1ac566450d9140b34cbf92548cab768deaf4268eeccfcef5b9439ddd265e585c2c2b05.key | |
node.sh: binaries did not change | |
node.sh: public IP address autodetected: 13.56.210.117 | |
node.sh: cleaning up old database/logs (-c) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last login: Tue Mar 24 23:28:42 on ttys001 | |
installing go version go1.13.6 | |
go version go1.13.6 darwin/amd64 | |
go version go1.13.6 darwin/amd64 | |
dennis.won@Jongs-MacBook-Pro:~ $ mosh_validator | |