Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove repetitive words #2301

Merged
merged 2 commits into from
May 13, 2024
Merged

chore: remove repetitive words #2301

merged 2 commits into from
May 13, 2024

Conversation

ChengenH
Copy link
Contributor

remove repetitive words

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 55.65%. Comparing base (f0adb14) to head (c2a02ea).
Report is 37 commits behind head on master.

Files Patch % Lines
consensus/istanbul/core/core.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2301      +/-   ##
==========================================
+ Coverage   55.06%   55.65%   +0.59%     
==========================================
  Files         684      685       +1     
  Lines      114596    92217   -22379     
==========================================
- Hits        63097    51325   -11772     
+ Misses      47617    36988   -10629     
- Partials     3882     3904      +22     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@palango palango left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI failures are caused permission problems in the comment action.

@carterqw2 carterqw2 merged commit ca3465c into celo-org:master May 13, 2024
20 of 22 checks passed
Copy link

Coverage from tests in ./e2e_test/... for ./consensus/istanbul/... at commit ca3465c

coverage: 50.8% of statements across all listed packages
coverage:  63.4% of statements in consensus/istanbul
coverage:  43.3% of statements in consensus/istanbul/announce
coverage:  55.7% of statements in consensus/istanbul/backend
coverage:   0.0% of statements in consensus/istanbul/backend/backendtest
coverage:  24.3% of statements in consensus/istanbul/backend/internal/replica
coverage:  64.9% of statements in consensus/istanbul/core
coverage:  50.0% of statements in consensus/istanbul/db
coverage:   0.0% of statements in consensus/istanbul/proxy
coverage:  64.2% of statements in consensus/istanbul/uptime
coverage:  51.8% of statements in consensus/istanbul/validator
coverage:  79.2% of statements in consensus/istanbul/validator/random

Copy link

5885 passed, 2 failed, 45 skipped

Test failures:
  TestPriorityClient: geth

Failed
    les_test.go:121: Initializing geth: [--networkid=42 init ./testdata/clique.json] 
test_cmd.go:262: (stderr:31) INFO [05-13|16:21:32.482] Maximum peer count                       ETH=175 LES=0 total=175
test_cmd.go:262: (stderr:31) INFO [05-13|16:21:32.483] Set global gas inflation rate            rate=1.300
test_cmd.go:262: (stderr:31) INFO [05-13|16:21:32.483] Set global gas cap                       cap=25,000,000
test_cmd.go:262: (stderr:31) INFO [05-13|16:21:32.483] Allocated cache and file handles         database=/tmp/geth-test458290621/celo/chaindata cache=16.00MiB handles=16
test_cmd.go:262: (stderr:31) INFO [05-13|16:21:32.497] Writing custom genesis block 
test_cmd.go:262: (stderr:31) INFO [05-13|16:21:32.498] Persisted trie from memory database      nodes=4 size=566.00B time="92.979µs" gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=-82.00B
test_cmd.go:262: (stderr:31) INFO [05-13|16:21:32.499] Successfully wrote genesis state         database=chaindata                              hash=9195f2..122dcd
test_cmd.go:262: (stderr:31) INFO [05-13|16:21:32.499] Allocated cache and file handles         database=/tmp/geth-test458290621/celo/lightchaindata cache=16.00MiB handles=16
test_cmd.go:262: (stderr:31) INFO [05-13|16:21:32.512] Writing custom genesis block 
test_cmd.go:262: (stderr:31) INFO [05-13|16:21:32.513] Persisted trie from memory database      nodes=4 size=566.00B time="57.6µs"   gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=-82.00B
test_cmd.go:262: (stderr:31) INFO [05-13|16:21:32.513] Successfully wrote genesis state         database=lightchaindata                         hash=9195f2..122dcd
test_cmd.go:262: (stderr:31) INFO [05-13|16:21:32.513] Allocated cache and file handles         database=/tmp/geth-test458290621/celo/lightestchaindata cache=16.00MiB handles=16
test_cmd.go:262: (stderr:31) INFO [05-13|16:21:32.526] Writing custom genesis block 
test_cmd.go:262: (stderr:31) INFO [05-13|16:21:32.526] Persisted trie from memory database      nodes=4 size=566.00B time="32.817µs" gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=-82.00B
test_cmd.go:262: (stderr:31) INFO [05-13|16:21:32.526] Successfully wrote genesis state         database=lightestchaindata                      hash=9195f2..122dcd
les_test.go:130: Importing keys to geth
test_cmd.go:262: (stderr:32) INFO [05-13|16:21:32.560] Maximum peer count                       ETH=175 LES=0 total=175
test_cmd.go:262: (stderr:32) INFO [05-13|16:21:32.561] Set global gas inflation rate            rate=1.300
test_cmd.go:262: (stderr:32) INFO [05-13|16:21:32.561] Set global gas cap                       cap=25,000,000
les_test.go:99: Starting lightserver with rpc: [--networkid=42 --port=0 --ipcpath geth-1.ipc --allow-insecure-unlock --datadir /tmp/geth-test458290621 --password ./testdata/password.txt --unlock 0x02f0d131f1f97aef08aec6e3291b957d9efe7105 --mine --miner.validator 0x02f0d131f1f97aef08aec6e3291b957d9efe7105 --tx-fee-recipient 0x02f0d131f1f97aef08aec6e3291b957d9efe7105 --light.serve=100 --light.maxpeers=1 --nodiscover --nat=extip:127.0.0.1 --verbosity=4]
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.773] Maximum peer count                       ETH=175 LES=1 total=176
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.774] FS scan times                            list="74.463µs" set="3.893µs" diff="2.469µs"
test_cmd.go:262: (stderr:33) WARN [05-13|16:21:32.774] LES server cannot serve old transaction status and cannot connect below les/4 protocol version if transaction lookup index is limited 
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.774] Sanitizing Go's GC trigger               percent=100
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.774] Set global gas inflation rate            rate=1.300
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.774] Set global gas cap                       cap=25,000,000
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.775] Allocated trie memory caches             clean=154.00MiB dirty=256.00MiB
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.775] Allocated cache and file handles         database=/tmp/geth-test458290621/celo/chaindata cache=512.00MiB handles=524,288
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.845] Chain freezer table opened               database=/tmp/geth-test458290621/celo/chaindata/ancient table=headers items=0 size=0.00B
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.847] Chain freezer table opened               database=/tmp/geth-test458290621/celo/chaindata/ancient table=hashes  items=0 size=0.00B
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.849] Chain freezer table opened               database=/tmp/geth-test458290621/celo/chaindata/ancient table=bodies  items=0 size=0.00B
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.850] Chain freezer table opened               database=/tmp/geth-test458290621/celo/chaindata/ancient table=receipts items=0 size=0.00B
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.853] Chain freezer table opened               database=/tmp/geth-test458290621/celo/chaindata/ancient table=diffs    items=0 size=0.00B
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.853] Opened ancient database                  database=/tmp/geth-test458290621/celo/chaindata/ancient readonly=false
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.853] Current full block not old enough        number=0 hash=9195f2..122dcd delay=90000
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.853] Initialised chain configuration          config="{ChainID: 15 Homestead: 0 DAO: <nil> DAOSupport: false EIP150: 0 EIP155: 0 EIP158: 0 Byzantium: 0 Constantinople: 0 Petersburg: 0 Istanbul: <nil> Churrito: <nil>, Donut: <nil>, Espresso: <nil>, Gingerbread: <nil>, Gingerbread P2: <nil>, HForkBlock: <nil>, Engine: istanbul}"
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.854] Setting up Istanbul consensus engine 
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.886] Initialising Ethereum protocol           versions=[67] network=42 dbversion=<nil>
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.887] Loading Last State: 0 
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.887] Loaded most recent local header          number=0 hash=9195f2..122dcd td=1 age=55y1mo3w
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.887] Loaded most recent local full block      number=0 hash=9195f2..122dcd td=1 age=55y1mo3w
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.887] Loaded most recent local fast block      number=0 hash=9195f2..122dcd td=1 age=55y1mo3w
test_cmd.go:262: (stderr:33) WARN [05-13|16:21:32.887] Failed to load snapshot, regenerating    err="missing or corrupted snapshot"
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.887] Rebuilding state snapshot 
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.887] Journalled generator progress            progress=empty
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.887] Start snapshot generation                root=8a7a77..f86ff6
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.888] Resuming state snapshot generation       root=8a7a77..f86ff6 accounts=0 slots=0 storage=0.00B elapsed="329.976µs"
test_cmd.go:262: (stderr:33) ERROR[05-13|16:21:32.888] Error invoking evm function: EVM call failure to=0x000000000000000000000000000000000000ce10 method=getAddressFor input=0xdd9272338b91d837e1684f7353d73b6197230894243cf869282f722841df96b441303f37 maxgas=100,000 err="execution reverted"            message="No Implementation set"
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.888] Registry contract not yet deployed       function=blockGasLimit registryId=0x8b91d837e1684f7353d73b6197230894243cf869282f722841df96b441303f37
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.888] Error calling blockGasLimit              err="Registry not deployed"         contract=0x8b91d837e1684f7353d73b6197230894243cf869282f722841df96b441303f37
test_cmd.go:262: (stderr:33) ERROR[05-13|16:21:32.888] Error invoking evm function: EVM call failure to=0x000000000000000000000000000000000000ce10 method=getAddressFor input=0xdd92723348766a30bcca8b3c8b03b4e4b1f6510aee73f7b41aa6c7578a97040d20334f42 maxgas=100,000 err="execution reverted"            message="No Implementation set"
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.888] Registry contract not yet deployed       function=gasPriceMinimumFloor registryId=0x48766a30bcca8b3c8b03b4e4b1f6510aee73f7b41aa6c7578a97040d20334f42
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.888] Regenerated state range                  kind=storage prefix=0x6fc8292a2675fd2df398d2f757c44afe1b96e4c7ba26dac7ed67cdef77799ef404 root=09f508..8cb885 last=0x count=1 created=1 updated=0 untouched=0 deleted=0
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.888] Regenerated state range                  kind=account prefix=0x61 root=8a7a77..f86ff6 last=0x count=2 created=2 updated=0 untouched=0 deleted=0
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.888] Journalled generator progress            progress=done
test_cmd.go:262: (stderr:33) ERROR[05-13|16:21:32.888] Error invoking evm function: EVM call failure to=0x000000000000000000000000000000000000ce10 method=getAddressFor input=0xdd9272338b91d837e1684f7353d73b6197230894243cf869282f722841df96b441303f37 maxgas=100,000 err="execution reverted"            message="No Implementation set"
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.888] Registry contract not yet deployed       function=intrinsicGasForAlternativeFeeCurrency registryId=0x8b91d837e1684f7353d73b6197230894243cf869282f722841df96b441303f37
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.888] Generated state snapshot                 accounts=2 slots=1 storage=230.00B elapsed="699.293µs"
test_cmd.go:262: (stderr:33) ERROR[05-13|16:21:32.888] Error invoking evm function: EVM call failure to=0x000000000000000000000000000000000000ce10 method=getAddressFor input=0xdd9272338f897d9543fdc9082789208180c3e3d11f7473aaef3e249ab0020ea0c761c1b6 maxgas=100,000 err="execution reverted"            message="No Implementation set"
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.888] Registry contract not yet deployed       function=getWhitelist                          registryId=0x8f897d9543fdc9082789208180c3e3d11f7473aaef3e249ab0020ea0c761c1b6
test_cmd.go:262: (stderr:33) ERROR[05-13|16:21:32.888] getWhitelist invocation failed           err="Registry not deployed"
test_cmd.go:262: (stderr:33) ERROR[05-13|16:21:32.888] Error invoking evm function: EVM call failure to=0x000000000000000000000000000000000000ce10 method=getAddressFor input=0xdd927233d7e89ade8430819f08bf97a087285824af3351ee12d72a2d132b0c6c0687bfaf maxgas=100,000 err="execution reverted"            message="No Implementation set"
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.888] Reinjecting stale transactions           count=0
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.888] Regenerated local transaction journal    transactions=0 accounts=0
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.897] Allocated fast sync bloom                size=512.00MiB
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.898] Initialized state bloom                  items=5 errorrate=0.000 elapsed="391.528µs"
test_cmd.go:262: (stderr:33) WARN [05-13|16:21:32.898] Error reading unclean shutdown markers   error="leveldb: not found"
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.898] Allocated cache and file handles         database=/tmp/geth-test458290621/celo/les.server cache=16.00MiB  handles=16
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.930] Checkpoint oracle is not enabled 
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.930] Starting peer-to-peer node               instance=celo/v1.8.2-stable/linux-amd64/go1.19.13
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.942] TCP listener up                          addr=[::]:34345
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.942] Mapped network port                      proto=tcp extport=34345 intport=34345 interface=ExtIP(127.0.0.1)
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.943] IPCs registered                          namespaces=admin,debug,web3,eth,txpool,personal,istanbul,miner,net,les
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.943] IPC endpoint opened                      url=/tmp/geth-test458290621/geth-1.ipc
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.943] New local node record                    seq=1,715,617,292,942 id=87b37d619e25b208 ip=127.0.0.1 udp=0 tcp=34345
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:32.944] Started P2P networking                   self="enode://6e2b3ef3e290f76f4314185216515e9bcf81a582a3295d81a2288748ae31c667dced95def6a2989bd7eb01f180417666e003ded9dced29afe696b055adc1ed05@127.0.0.1:34345?discport=0" maxdialed=58 maxinbound=118
test_cmd.go:262: (stderr:33) ERROR[05-13|16:21:32.944] Error invoking evm function: EVM call failure to=0x000000000000000000000000000000000000ce10 method=getAddressFor input=0xdd927233235a6f54090e9b94aa4e585a699c4375a2ff8f572c68114d138f0ed121527849 maxgas=100,000 err="execution reverted"            message="No Implementation set"
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.944] Registry contract not yet deployed       function=getElectableValidators                registryId=0x235a6f54090e9b94aa4e585a699c4375a2ff8f572c68114d138f0ed121527849
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:32.944] Snapshot is nil, creating from genesis 
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:33.020] Unlocked account                         address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:33.020] Starting istanbul.Engine validating 
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:33.020] NewWork called, acquiring core lock      func=NewWork
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:33.020] Open roundstate db                       func=newRoundStateDB type=roundStateDB rsdb_path=/tmp/geth-test458290621/celo/roundstates
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:33.020] Allocated cache and file handles         database=/tmp/geth-test458290621/celo/roundstates cache=512.00MiB handles=500
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:33.115] Creating new RoundState                  address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105 func=createRoundState cur_seq=0 cur_epoch=0 cur_round=-1 des_round=-1 state="Accept request" address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105 reason="No storedView found"
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:33.115] Posting FinalCommittedEvent              func=NewWork
test_cmd.go:262: (stderr:33) WARN [05-13|16:21:33.115] New sequence should be larger than current sequence address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105 func=startNewSequence tag=stateTransition head_block=0 head_block_hash=9195f2..122dcd cur_seq=1 cur_epoch=1 cur_round=0  des_round=0  state="Accept request" address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105
test_cmd.go:262: (stderr:33) ERROR[05-13|16:21:33.115] Error invoking evm function: EVM call failure to=0x000000000000000000000000000000000000ce10 method=getAddressFor input=0xdd9272338b91d837e1684f7353d73b6197230894243cf869282f722841df96b441303f37 maxgas=100,000 err="execution reverted"            message="No Implementation set"
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:33.116] Registry contract not yet deployed       function=blockGasLimit                         registryId=0x8b91d837e1684f7353d73b6197230894243cf869282f722841df96b441303f37
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:33.116] Error calling blockGasLimit              err="Registry not deployed"         contract=0x8b91d837e1684f7353d73b6197230894243cf869282f722841df96b441303f37
test_cmd.go:262: (stderr:33) ERROR[05-13|16:21:33.116] Error invoking evm function: EVM call failure to=0x000000000000000000000000000000000000ce10 method=getAddressFor input=0xdd9272338b91d837e1684f7353d73b6197230894243cf869282f722841df96b441303f37 maxgas=100,000 err="execution reverted"            message="No Implementation set"
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:33.116] Registry contract not yet deployed       function=intrinsicGasForAlternativeFeeCurrency registryId=0x8b91d837e1684f7353d73b6197230894243cf869282f722841df96b441303f37
test_cmd.go:262: (stderr:33) ERROR[05-13|16:21:33.116] Error invoking evm function: EVM call failure to=0x000000000000000000000000000000000000ce10 method=getAddressFor input=0xdd9272338f897d9543fdc9082789208180c3e3d11f7473aaef3e249ab0020ea0c761c1b6 maxgas=100,000 err="execution reverted"            message="No Implementation set"
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:33.116] Registry contract not yet deployed       function=getWhitelist                          registryId=0x8f897d9543fdc9082789208180c3e3d11f7473aaef3e249ab0020ea0c761c1b6
test_cmd.go:262: (stderr:33) ERROR[05-13|16:21:33.116] getWhitelist invocation failed           err="Registry not deployed"
test_cmd.go:262: (stderr:33) ERROR[05-13|16:21:33.116] Error invoking evm function: EVM call failure to=0x000000000000000000000000000000000000ce10 method=getAddressFor input=0xdd927233d7e89ade8430819f08bf97a087285824af3351ee12d72a2d132b0c6c0687bfaf maxgas=100,000 err="execution reverted"            message="No Implementation set"
test_cmd.go:262: (stderr:33) ERROR[05-13|16:21:33.116] Error invoking evm function: EVM call failure to=0x000000000000000000000000000000000000ce10 method=getAddressFor input=0xdd92723302dfe2d0485b616b61db1800f30f4a14b26754b328fa09ba4ec73ee7276766cc maxgas=100,000 err="execution reverted"            message="No Implementation set"
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:33.116] Registry address lookup failed           err="Registry not deployed"         contract=0x02dfe2d0485b616b61db1800f30f4a14b26754b328fa09ba4ec73ee7276766cc
test_cmd.go:262: (stderr:33) ERROR[05-13|16:21:33.116] Error invoking evm function: EVM call failure to=0x000000000000000000000000000000000000ce10 method=getAddressFor input=0xdd927233d7e89ade8430819f08bf97a087285824af3351ee12d72a2d132b0c6c0687bfaf maxgas=100,000 err="execution reverted"            message="No Implementation set"
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:33.116] Registry contract not yet deployed       function=totalSupply                           registryId=0xd7e89ade8430819f08bf97a087285824af3351ee12d72a2d132b0c6c0687bfaf
test_cmd.go:262: (stderr:33) ERROR[05-13|16:21:33.116] Error invoking evm function: EVM call failure to=0x000000000000000000000000000000000000ce10 method=getAddressFor input=0xdd9272338b91d837e1684f7353d73b6197230894243cf869282f722841df96b441303f37 maxgas=100,000 err="execution reverted"            message="No Implementation set"
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:33.116] Registry contract not yet deployed       function=blockGasLimit                         registryId=0x8b91d837e1684f7353d73b6197230894243cf869282f722841df96b441303f37
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:33.116] Error calling blockGasLimit              err="Registry not deployed"         contract=0x8b91d837e1684f7353d73b6197230894243cf869282f722841df96b441303f37
test_cmd.go:262: (stderr:33) ERROR[05-13|16:21:33.116] Error invoking evm function: EVM call failure to=0x000000000000000000000000000000000000ce10 method=getAddressFor input=0xdd92723348766a30bcca8b3c8b03b4e4b1f6510aee73f7b41aa6c7578a97040d20334f42 maxgas=100,000 err="execution reverted"            message="No Implementation set"
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:33.116] Registry contract not yet deployed       function=updateGasPriceMinimum                 registryId=0x48766a30bcca8b3c8b03b4e4b1f6510aee73f7b41aa6c7578a97040d20334f42
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:33.116] Finalized                                func=Finalize         block=1 epochSize=30000 duration="174.588µs" lastInEpoch=false
test_cmd.go:262: (stderr:33) WARN [05-13|16:21:33.116] Block sealing failed                     err="not an elected validator"
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:33.116] Commit new mining work                   number=1 txs=0 gas=0 fees=0 elapsed="794.17µs"
les_test.go:121: Initializing geth: [--networkid=42 init ./testdata/clique.json] 
test_cmd.go:262: (stderr:34) INFO [05-13|16:21:33.252] Maximum peer count                       ETH=175 LES=0 total=175
test_cmd.go:262: (stderr:34) INFO [05-13|16:21:33.254] Set global gas inflation rate            rate=1.300
test_cmd.go:262: (stderr:34) INFO [05-13|16:21:33.254] Set global gas cap                       cap=25,000,000
test_cmd.go:262: (stderr:34) INFO [05-13|16:21:33.254] Allocated cache and file handles         database=/tmp/geth-test3073043901/celo/chaindata cache=16.00MiB handles=16
test_cmd.go:262: (stderr:34) INFO [05-13|16:21:33.306] Writing custom genesis block 
test_cmd.go:262: (stderr:34) INFO [05-13|16:21:33.307] Persisted trie from memory database      nodes=4 size=566.00B time="71.91µs" gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=-82.00B
test_cmd.go:262: (stderr:34) INFO [05-13|16:21:33.307] Successfully wrote genesis state         database=chaindata                               hash=9195f2..122dcd
test_cmd.go:262: (stderr:34) INFO [05-13|16:21:33.307] Allocated cache and file handles         database=/tmp/geth-test3073043901/celo/lightchaindata cache=16.00MiB handles=16
test_cmd.go:262: (stderr:34) INFO [05-13|16:21:33.319] Writing custom genesis block 
test_cmd.go:262: (stderr:34) INFO [05-13|16:21:33.320] Persisted trie from memory database      nodes=4 size=566.00B time="37.58µs" gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=-82.00B
test_cmd.go:262: (stderr:34) INFO [05-13|16:21:33.320] Successfully wrote genesis state         database=lightchaindata                          hash=9195f2..122dcd
test_cmd.go:262: (stderr:34) INFO [05-13|16:21:33.320] Allocated cache and file handles         database=/tmp/geth-test3073043901/celo/lightestchaindata cache=16.00MiB handles=16
test_cmd.go:262: (stderr:34) INFO [05-13|16:21:33.342] Writing custom genesis block 
test_cmd.go:262: (stderr:34) INFO [05-13|16:21:33.342] Persisted trie from memory database      nodes=4 size=566.00B time="34.814µs" gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=-82.00B
test_cmd.go:262: (stderr:34) INFO [05-13|16:21:33.343] Successfully wrote genesis state         database=lightestchaindata                       hash=9195f2..122dcd
les_test.go:99: Starting freeCli with rpc: [--networkid=42 --port=0 --ipcpath geth-2.ipc --datadir /tmp/geth-test3073043901 --nodiscover --syncmode=light --nat=extip:127.0.0.1 --verbosity=4]
test_cmd.go:262: (stderr:35) INFO [05-13|16:21:33.380] Dropping default light client cache      provided=1024 updated=128
test_cmd.go:262: (stderr:35) INFO [05-13|16:21:33.382] Maximum peer count                       ETH=0 LES=10 total=175
test_cmd.go:262: (stderr:35) DEBUG[05-13|16:21:33.382] FS scan times                            list="37.315µs" set=420ns diff="1.071µs"
test_cmd.go:262: (stderr:35) DEBUG[05-13|16:21:33.382] Sanitizing Go's GC trigger               percent=100
test_cmd.go:262: (stderr:35) INFO [05-13|16:21:33.382] Set global gas inflation rate            rate=1.300
test_cmd.go:262: (stderr:35) INFO [05-13|16:21:33.382] Set global gas cap                       cap=25,000,000
test_cmd.go:262: (stderr:35) INFO [05-13|16:21:33.382] Allocated cache and file handles         database=/tmp/geth-test3073043901/celo/lightchaindata cache=64.00MiB handles=524,288
test_cmd.go:262: (stderr:35) INFO [05-13|16:21:33.413] Allocated cache and file handles         database=/tmp/geth-test3073043901/celo/les.client cache=16.00MiB handles=16
test_cmd.go:262: (stderr:35) INFO [05-13|16:21:33.424] Initialised chain configuration          config="{ChainID: 15 Homestead: 0 DAO: <nil> DAOSupport: false EIP150: 0 EIP155: 0 EIP158: 0 Byzantium: 0 Constantinople: 0 Petersburg: 0 Istanbul: <nil> Churrito: <nil>, Donut: <nil>, Espresso: <nil>, Gingerbread: <nil>, Gingerbread P2: <nil>, HForkBlock: <nil>, Engine: istanbul}"
test_cmd.go:262: (stderr:35) DEBUG[05-13|16:21:33.424] Setting up Istanbul consensus engine 
test_cmd.go:262: (stderr:35) INFO [05-13|16:21:33.457] Loaded most recent local header          number=0 hash=9195f2..122dcd td=1 age=55y1mo3w
test_cmd.go:262: (stderr:35) INFO [05-13|16:21:33.458] Checkpoint oracle is not enabled 
test_cmd.go:262: (stderr:35) WARN [05-13|16:21:33.458] Error reading unclean shutdown markers   error="leveldb: not found"
test_cmd.go:262: (stderr:35) INFO [05-13|16:21:33.458] Starting peer-to-peer node               instance=celo/v1.8.2-stable/linux-amd64/go1.19.13
test_cmd.go:262: (stderr:35) DEBUG[05-13|16:21:33.468] IPCs registered                          namespaces=admin,debug,web3,eth,txpool,personal,istanbul,les,net,vflux
test_cmd.go:262: (stderr:35) INFO [05-13|16:21:33.469] IPC endpoint opened                      url=/tmp/geth-test3073043901/geth-2.ipc
test_cmd.go:262: (stderr:35) WARN [05-13|16:21:33.469] Light client mode is an experimental feature 
test_cmd.go:262: (stderr:35) INFO [05-13|16:21:33.469] Mapped network port                      proto=tcp extport=35897 intport=35897 interface=ExtIP(127.0.0.1)
test_cmd.go:262: (stderr:35) DEBUG[05-13|16:21:33.469] TCP listener up                          addr=[::]:35897
test_cmd.go:262: (stderr:35) INFO [05-13|16:21:33.469] New local node record                    seq=1,715,617,293,468 id=4ec39fb7541ff45a ip=127.0.0.1 udp=0 tcp=35897
test_cmd.go:262: (stderr:35) INFO [05-13|16:21:33.469] Started P2P networking                   self="enode://5fd5df80ede0a146b8ffac98a17321459bd6c2a78e6523460c71502a732a4b02f60175f5bf11c2134b3b4e57482a9bcf5c7919f85f7337403ca93cbfafbc965d@127.0.0.1:35897?discport=0" maxdialed=58 maxinbound=117
les_test.go:37: freeCli.addPeer(lightserver)
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:33.852] Served admin_nodeInfo                    reqid=1 t="385.904µs"
test_cmd.go:262: (stderr:35) DEBUG[05-13|16:21:33.852] Served admin_subscribe                   reqid=1 t="75.901µs"
test_cmd.go:262: (stderr:35) DEBUG[05-13|16:21:33.853] Served admin_addPeer                     reqid=2 t="201.822µs"
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:33.856] Adding p2p peer                          peercount=1 id=4ec39fb7541ff45a conn=inbound addr=127.0.0.1:43870 name=celo/v1.8.2-stable/l...
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:33.856] Light Ethereum peer connected            id=4ec39fb7541ff45a conn=inbound name=celo/v1.8.2-stable/l...
test_cmd.go:262: (stderr:35) DEBUG[05-13|16:21:33.856] Adding p2p peer                          peercount=1 id=87b37d619e25b208 conn=staticdial addr=127.0.0.1:34345 name=celo/v1.8.2-stable/l...
test_cmd.go:262: (stderr:35) DEBUG[05-13|16:21:33.856] Light Ethereum peer connected            id=87b37d619e25b208 conn=staticdial name=celo/v1.8.2-stable/l...
les_test.go:50: freeCli received event: type=add, peer=87b37d619e25b208fa6e245e023bfd26ced79ace3796b944754a9c34c9e1e4a3
test_cmd.go:262: (stderr:35) DEBUG[05-13|16:21:33.856] Node entered                             set=connected id=87b37d619e25b208 count=1
test_cmd.go:262: (stderr:35) DEBUG[05-13|16:21:33.856] Requesting etherbase for peer            id=87b37d619e25b208 conn=staticdial enode=87b37d619e25b208fa6e245e023bfd26ced79ace3796b944754a9c34c9e1e4a3
test_cmd.go:262: (stderr:35) DEBUG[05-13|16:21:33.856] Received new announce                    peer=87b37d619e25b208 number=0 hash=9195f2..122dcd reorg=0
test_cmd.go:262: (stderr:35) DEBUG[05-13|16:21:33.857] Served admin_unsubscribe                 reqid=3 t="64.176µs"
test_cmd.go:262: (stderr:35) DEBUG[05-13|16:21:33.857] Served admin_peers                       reqid=4 t="218.063µs"
les_test.go:121: Initializing geth: [--networkid=42 init ./testdata/clique.json] 
test_cmd.go:262: (stderr:36) INFO [05-13|16:21:33.931] Maximum peer count                       ETH=175 LES=0 total=175
test_cmd.go:262: (stderr:36) INFO [05-13|16:21:33.933] Set global gas inflation rate            rate=1.300
test_cmd.go:262: (stderr:36) INFO [05-13|16:21:33.933] Set global gas cap                       cap=25,000,000
test_cmd.go:262: (stderr:36) INFO [05-13|16:21:33.933] Allocated cache and file handles         database=/tmp/geth-test1523181667/celo/chaindata cache=16.00MiB handles=16
test_cmd.go:262: (stderr:36) INFO [05-13|16:21:35.454] Writing custom genesis block 
test_cmd.go:262: (stderr:36) INFO [05-13|16:21:35.455] Persisted trie from memory database      nodes=4 size=566.00B time="82.304µs" gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=-82.00B
test_cmd.go:262: (stderr:36) INFO [05-13|16:21:35.455] Successfully wrote genesis state         database=chaindata                               hash=9195f2..122dcd
test_cmd.go:262: (stderr:36) INFO [05-13|16:21:35.455] Allocated cache and file handles         database=/tmp/geth-test1523181667/celo/lightchaindata cache=16.00MiB handles=16
test_cmd.go:262: (stderr:36) INFO [05-13|16:21:36.932] Writing custom genesis block 
test_cmd.go:262: (stderr:36) INFO [05-13|16:21:36.932] Persisted trie from memory database      nodes=4 size=566.00B time="56.895µs" gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=-82.00B
test_cmd.go:262: (stderr:36) INFO [05-13|16:21:36.933] Successfully wrote genesis state         database=lightchaindata                          hash=9195f2..122dcd
test_cmd.go:262: (stderr:36) INFO [05-13|16:21:36.933] Allocated cache and file handles         database=/tmp/geth-test1523181667/celo/lightestchaindata cache=16.00MiB handles=16
test_cmd.go:262: (stderr:36) INFO [05-13|16:21:38.491] Writing custom genesis block 
test_cmd.go:262: (stderr:36) INFO [05-13|16:21:38.492] Persisted trie from memory database      nodes=4 size=566.00B time="42.102µs" gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=-82.00B
test_cmd.go:262: (stderr:36) INFO [05-13|16:21:38.492] Successfully wrote genesis state         database=lightestchaindata                       hash=9195f2..122dcd
les_test.go:99: Starting prioCli with rpc: [--networkid=42 --port=0 --ipcpath geth-3.ipc --datadir /tmp/geth-test1523181667 --nodiscover --syncmode=light --nat=extip:127.0.0.1 --verbosity=4]
test_cmd.go:262: (stderr:37) INFO [05-13|16:21:38.527] Dropping default light client cache      provided=1024 updated=128
test_cmd.go:262: (stderr:37) INFO [05-13|16:21:38.529] Maximum peer count                       ETH=0 LES=10 total=175
test_cmd.go:262: (stderr:37) DEBUG[05-13|16:21:38.529] FS scan times                            list="34.858µs" set=412ns diff="1.084µs"
test_cmd.go:262: (stderr:37) DEBUG[05-13|16:21:38.530] Sanitizing Go's GC trigger               percent=100
test_cmd.go:262: (stderr:37) INFO [05-13|16:21:38.530] Set global gas inflation rate            rate=1.300
test_cmd.go:262: (stderr:37) INFO [05-13|16:21:38.530] Set global gas cap                       cap=25,000,000
test_cmd.go:262: (stderr:37) INFO [05-13|16:21:38.530] Allocated cache and file handles         database=/tmp/geth-test1523181667/celo/lightchaindata cache=64.00MiB handles=524,288
test_cmd.go:262: (stderr:37) INFO [05-13|16:21:40.510] Allocated cache and file handles         database=/tmp/geth-test1523181667/celo/les.client cache=16.00MiB handles=16
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:41.116] Timed out, trying to wait for next round address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105 func=handleTimeoutAndMoveToNextRound timed_out_seq=1 timed_out_round=0 cur_seq=1 cur_epoch=1 cur_round=0  des_round=0  state="Accept request" address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:41.116] Round Change: Waiting for desired round  address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105 func=waitForDesiredRound             new_desired_round=1 cur_seq=1 cur_epoch=1 cur_round=0  des_round=0  state="Accept request" address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:41.117] Failed to decode message from payload    address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105 func=handleMsg                       cur_seq=1 cur_epoch=1 cur_round=0  des_round=1  state="Waiting for new round" address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105 err="not an elected validator 0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105"
test_cmd.go:262: (stderr:33) WARN [05-13|16:21:41.117] Error in handling istanbul message       address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105 func=handleEvents                    cur_seq=1 cur_epoch=1 cur_round=0  des_round=1  state="Waiting for new round" address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105 err="not an elected validator 0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105"
test_cmd.go:262: (stderr:37) INFO [05-13|16:21:42.725] Initialised chain configuration          config="{ChainID: 15 Homestead: 0 DAO: <nil> DAOSupport: false EIP150: 0 EIP155: 0 EIP158: 0 Byzantium: 0 Constantinople: 0 Petersburg: 0 Istanbul: <nil> Churrito: <nil>, Donut: <nil>, Espresso: <nil>, Gingerbread: <nil>, Gingerbread P2: <nil>, HForkBlock: <nil>, Engine: istanbul}"
test_cmd.go:262: (stderr:37) DEBUG[05-13|16:21:42.725] Setting up Istanbul consensus engine 
les_test.go:115: prioCli rpc connect to /tmp/geth-test1523181667/geth-3.ipc: dial unix /tmp/geth-test1523181667/geth-3.ipc: connect: no such file or directory
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:43.506] Light Ethereum message handling failed   id=4ec39fb7541ff45a conn=inbound err=EOF
test_cmd.go:262: (stderr:33) DEBUG[05-13|16:21:43.506] Removing p2p peer                        peercount=0 id=4ec39fb7541ff45a duration=9.650s      req=false err=EOF
test_cmd.go:262: (stderr:33) INFO [05-13|16:21:43.506] Looking for peers                        peercount=0 tried=0 static=0</code></pre></td></tr>
  TestSyncNoStorageAndOneCodeCappedPeer: snap
Failed
    sync_test.go:1105: Error, expected < 100 invocations, got 113
This test report was produced by the test-summary action.  Made with ❤️ in Cambridge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants