Code Monkey home page Code Monkey logo

core-geth's People

Contributors

acud avatar arachnid avatar chfast avatar cjentzsch avatar debris avatar ellaismer avatar fjl avatar gavofyork avatar gballet avatar gluk256 avatar holiman avatar holisticode avatar iquidus avatar janos avatar karalabe avatar mariusvanderwijden avatar meowsbits avatar nonsense avatar obscuren avatar renaynay avatar rjl493456442 avatar s1na avatar sorpaas avatar tgerring avatar tzdybal avatar ucwong avatar whilei avatar zelig avatar ziogaschr avatar zsfelfoldi avatar

Watchers

 avatar

core-geth's Issues

jenkins OoM during import

INFO [06-20|02:41:25.326] Imported new chain segment               blocks=1452  txs=1755 mgas=536.397 elapsed=8.017s    mgasps=66.901  number=1676452 hash="c92692…07e8fe" age=7mo3d14h   dirty=510.93MiB

INFO [06-20|02:41:28.952] Imported new chain segment               blocks=1048  txs=1456 mgas=410.043 elapsed=3.626s    mgasps=113.082 number=1677500 hash="7f0384…c77435" age=7mo3d9h    dirty=511.57MiB

INFO [06-20|02:41:37.020] Imported new chain segment               blocks=228   txs=282  mgas=77.354  elapsed=8.000s    mgasps=9.669   number=1677728 hash="6e5943…d0def4" age=7mo3d8h    dirty=511.57MiB

INFO [06-20|02:41:45.065] Imported new chain segment               blocks=205   txs=121  mgas=74.142  elapsed=8.045s    mgasps=9.216   number=1677933 hash="ea05c9…3e3d43" age=7mo3d8h    dirty=511.69MiB

fatal error: runtime: out of memory


runtime stack:

runtime.throw(0x126bc40, 0x16)

	/usr/local/go/src/runtime/panic.go:1116 +0x72

runtime.sysMap(0xc130000000, 0x10000000, 0x22305b8)

	/usr/local/go/src/runtime/mem_linux.go:169 +0xc5

runtime.(*mheap).sysAlloc(0x221ac80, 0x10000000, 0x221ac88, 0x8000)

	/usr/local/go/src/runtime/malloc.go:715 +0x1cd

runtime.(*mheap).grow(0x221ac80, 0x8000, 0x0)

	/usr/local/go/src/runtime/mheap.go:1286 +0x11c

runtime.(*mheap).allocSpan(0x221ac80, 0x8000, 0x7f435bff0100, 0x22305c8, 0x3)

	/usr/local/go/src/runtime/mheap.go:1124 +0x6a0

runtime.(*mheap).alloc.func1()

	/usr/local/go/src/runtime/mheap.go:871 +0x64

runtime.(*mheap).alloc(0x221ac80, 0x8000, 0x470101, 0x221ac80)

	/usr/local/go/src/runtime/mheap.go:865 +0x81

runtime.largeAlloc(0x10000000, 0x7f435bff0101, 0x478dae)

	/usr/local/go/src/runtime/malloc.go:1152 +0x92

runtime.mallocgc.func1()

	/usr/local/go/src/runtime/malloc.go:1047 +0x46

runtime.systemstack(0x0)

	/usr/local/go/src/runtime/asm_amd64.s:370 +0x66

runtime.mstart()

	/usr/local/go/src/runtime/proc.go:1041


github actions workflows get `SIGQUIT` (halt, failing, without GUI logs)

My workflow runs doing VM benchmarks keep getting QUITed.

2021-03-11T02:17:09.3908387Z BenchmarkVM/vmBitwiseLogicOperation/slt4.json-2                         	    5719	    220783 ns/op	        90.69 mgas/s	  137276 B/op	    1203 allocs/op
2021-03-11T02:17:09.4484217Z BenchmarkVM/vmBitwiseLogicOperation/xor0.json
2021-03-11T02:17:11.3951391Z BenchmarkVM/vmBitwiseLogicOperation/xor0.json-2                         	    5143	    206958 ns/op	        24.21 mgas/s	  136385 B/op	    1200 allocs/op
2021-03-11T02:17:11.3956578Z BenchmarkVM/vmBitwiseLogicOperation/xor1.json
2021-03-11T02:17:12.9015870Z BenchmarkVM/vmBitwiseLogicOperation/xor1.json-2                         	    6116	    217538 ns/op	        91.99 mgas/s	  137264 B/op	    1203 allocs/op
2021-03-11T02:17:12.9020977Z BenchmarkVM/vmBitwiseLogicOperation/xor2.json
2021-03-11T02:17:13.9997509Z BenchmarkVM/vmBitwiseLogicOperation/xor2.json-2                         	    5998	    204590 ns/op	        97.80 mgas/s	  137257 B/op	    1203 allocs/op
2021-03-11T02:17:13.9998877Z BenchmarkVM/vmBitwiseLogicOperation/xor3.json
2021-03-11T02:17:15.2961032Z BenchmarkVM/vmBitwiseLogicOperation/xor3.json-2                         	    6019	    211199 ns/op	        94.75 mgas/s	  137398 B/op	    1203 allocs/op
2021-03-11T02:17:15.2971321Z BenchmarkVM/vmBitwiseLogicOperation/xor4.json
2021-03-11T02:17:16.7141880Z BenchmarkVM/vmBitwiseLogicOperation/xor4.json-2                         	    6308	    221212 ns/op	        90.46 mgas/s	  137396 B/op	    1203 allocs/op
2021-03-11T02:17:16.7151732Z BenchmarkVM/vmBitwiseLogicOperation/xor5.json
2021-03-11T02:17:18.1994011Z BenchmarkVM/vmBitwiseLogicOperation/xor5.json-2                         	    5563	    235177 ns/op	        85.08 mgas/s	  137399 B/op	    1203 allocs/op
2021-03-11T02:17:18.2005539Z BenchmarkVM/vmBlockInfoTest/coinbase.json
2021-03-11T03:13:04.2938111Z SIGQUIT: quit
2021-03-11T03:13:05.6066186Z PC=0x476401 m=0 sigcode=0
2021-03-11T03:13:20.6598310Z 
2021-03-11T03:13:22.2044898Z goroutine 0 [idle]:
2021-03-11T03:13:24.6174552Z runtime.futex(0xe338d0, 0x80, 0x0, 0x0, 0x7ffc00000000, 0x7ffcbb9c8982, 0xe33780, 0x7ffcbb917808, 0x7ffcbb917818, 0x40f1bf, ...)
2021-03-11T03:13:26.5515555Z 	/opt/hostedtoolcache/go/1.16.0/x64/src/runtime/sys_linux_amd64.s:579 +0x21
2021-03-11T03:13:28.3631646Z runtime.futexsleep(0xe338d0, 0x0, 0xffffffffffffffff)
2021-03-11T03:13:31.8659589Z 	/opt/hostedtoolcache/go/1.16.0/x64/src/runtime/os_linux.go:44 +0x46
2021-03-11T03:13:35.0214680Z runtime.notesleep(0xe338d0)
2021-03-11T03:13:35.0216491Z 	/opt/hostedtoolcache/go/1.16.0/x64/src/runtime/lock_futex.go:159 +0x9f
2021-03-11T03:13:35.0217182Z runtime.mPark()
2021-03-11T03:13:35.0217878Z 	/opt/hostedtoolcache/go/1.16.0/x64/src/runtime/proc.go:1340 +0x39
2021-03-11T03:13:35.0218525Z runtime.stopm()
2021-03-11T03:13:35.0219196Z 	/opt/hostedtoolcache/go/1.16.0/x64/src/runtime/proc.go:2257 +0x92
2021-03-11T03:13:35.0219948Z runtime.findrunnable(0xc000038000, 0x0)
2021-03-11T03:13:35.0220733Z 	/opt/hostedtoolcache/go/1.16.0/x64/src/runtime/proc.go:2916 +0x72e
2021-03-11T03:13:35.0221383Z runtime.schedule()
2021-03-11T03:13:35.0222114Z 	/opt/hostedtoolcache/go/1.16.0/x64/src/runtime/proc.go:3125 +0x2d7
2021-03-11T03:13:35.0222760Z runtime.park_m(0xc000000f00)
2021-03-11T03:13:35.0223487Z 	/opt/hostedtoolcache/go/1.16.0/x64/src/runtime/proc.go:3274 +0x9d
2021-03-11T03:13:35.0224151Z runtime.mcall(0x84c240)
2021-03-11T03:13:35.0224847Z 	/opt/hostedtoolcache/go/1.16.0/x64/src/runtime/asm_amd64.s:327 +0x5b
2021-03-11T03:13:35.0225307Z 
2021-03-11T03:13:35.0225792Z goroutine 1 [chan receive, 61 minutes]:
2021-03-11T03:13:35.0226373Z testing.(*B).run1(0xc000100000, 0xc0000a4008)
2021-03-11T03:13:35.0227187Z 	/opt/hostedtoolcache/go/1.16.0/x64/src/testing/benchmark.go:234 +0xa5
2021-03-11T03:13:35.5233213Z testing.(*B).Run(0xc000101680*** Test killed: ran too long (1h1m0s).
2021-03-11T03:13:35.5614229Z signal: killed
2021-03-11T03:13:36.1206043Z FAIL	github.com/ethereum/go-ethereum/tests	3713.216s
2021-03-11T03:13:36.7118655Z ##[error]The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled.
2021-03-11T03:13:36.7118889Z ##[error]Process completed with exit code 143.
2021-03-11T03:13:37.5116674Z Cleaning up orphan processes

EDIT (NOTE)

image

The Github UI shows the workflow taking 44m 56s.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.