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

[DO NOT MERGE] TEST GH Actions wf #2336

Closed
wants to merge 2 commits into from
Closed

[DO NOT MERGE] TEST GH Actions wf #2336

wants to merge 2 commits into from

Conversation

alvarof2
Copy link
Member

Description

A few sentences describing the overall effects and goals of the pull request's commits.
What is the current behavior, and what is the updated/expected behavior with this PR?

Other changes

Describe any minor or "drive-by" changes here.

Tested

An explanation of how the changes were tested or an explanation as to why they don't need to be.

Related issues

  • Fixes #[issue number here]

Backwards compatibility

Brief explanation of why these changes are/are not backwards compatible.

Copy link

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

coverage: 55.4% of statements across all listed packages
coverage:  68.4% of statements in consensus/istanbul
coverage:  63.5% of statements in consensus/istanbul/announce
coverage:  57.5% 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:  66.6% 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:  52.4% of statements in consensus/istanbul/validator
coverage:  79.2% of statements in consensus/istanbul/validator/random

Copy link

5889 passed, 1 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 [11-27|09:17:30.334] Maximum peer count                       ETH=175 LES=0 total=175
test_cmd.go:262: (stderr:31) INFO [11-27|09:17:30.340] Set global gas inflation rate            rate=1.300
test_cmd.go:262: (stderr:31) INFO [11-27|09:17:30.340] Set global gas cap                       cap=25,000,000
test_cmd.go:262: (stderr:31) INFO [11-27|09:17:30.340] Allocated cache and file handles         database=/tmp/geth-test1810805505/celo/chaindata cache=16.00MiB handles=16
test_cmd.go:262: (stderr:31) INFO [11-27|09:17:30.360] Writing custom genesis block 
test_cmd.go:262: (stderr:31) INFO [11-27|09:17:30.361] Persisted trie from memory database      nodes=4 size=566.00B time="62.51µs" gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=-82.00B
test_cmd.go:262: (stderr:31) INFO [11-27|09:17:30.362] Successfully wrote genesis state         database=chaindata                               hash=9195f2..122dcd
test_cmd.go:262: (stderr:31) INFO [11-27|09:17:30.362] Allocated cache and file handles         database=/tmp/geth-test1810805505/celo/lightchaindata cache=16.00MiB handles=16
test_cmd.go:262: (stderr:31) INFO [11-27|09:17:30.379] Writing custom genesis block 
test_cmd.go:262: (stderr:31) INFO [11-27|09:17:30.379] Persisted trie from memory database      nodes=4 size=566.00B time="32.62µs" gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=-82.00B
test_cmd.go:262: (stderr:31) INFO [11-27|09:17:30.380] Successfully wrote genesis state         database=lightchaindata                          hash=9195f2..122dcd
test_cmd.go:262: (stderr:31) INFO [11-27|09:17:30.380] Allocated cache and file handles         database=/tmp/geth-test1810805505/celo/lightestchaindata cache=16.00MiB handles=16
test_cmd.go:262: (stderr:31) INFO [11-27|09:17:30.390] Writing custom genesis block 
test_cmd.go:262: (stderr:31) INFO [11-27|09:17:30.390] Persisted trie from memory database      nodes=4 size=566.00B time="37.742µs" gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=-82.00B
test_cmd.go:262: (stderr:31) INFO [11-27|09:17:30.391] Successfully wrote genesis state         database=lightestchaindata                       hash=9195f2..122dcd
les_test.go:130: Importing keys to geth
test_cmd.go:262: (stderr:32) INFO [11-27|09:17:30.430] Maximum peer count                       ETH=175 LES=0 total=175
test_cmd.go:262: (stderr:32) INFO [11-27|09:17:30.433] Set global gas inflation rate            rate=1.300
test_cmd.go:262: (stderr:32) INFO [11-27|09:17:30.433] 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-test1810805505 --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 [11-27|09:17:30.690] Maximum peer count                       ETH=175 LES=1 total=176
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:30.690] FS scan times                            list="38.627µs" set="2.471µs" diff="1.444µs"
test_cmd.go:262: (stderr:33) WARN [11-27|09:17:30.691] 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[11-27|09:17:30.691] Sanitizing Go's GC trigger               percent=100
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.691] Set global gas inflation rate            rate=1.300
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.691] Set global gas cap                       cap=25,000,000
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.691] Allocated trie memory caches             clean=154.00MiB dirty=256.00MiB
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.691] Allocated cache and file handles         database=/tmp/geth-test1810805505/celo/chaindata cache=512.00MiB handles=524,288
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:30.723] Chain freezer table opened               database=/tmp/geth-test1810805505/celo/chaindata/ancient table=headers items=0 size=0.00B
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:30.725] Chain freezer table opened               database=/tmp/geth-test1810805505/celo/chaindata/ancient table=hashes  items=0 size=0.00B
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:30.727] Chain freezer table opened               database=/tmp/geth-test1810805505/celo/chaindata/ancient table=bodies  items=0 size=0.00B
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:30.729] Chain freezer table opened               database=/tmp/geth-test1810805505/celo/chaindata/ancient table=receipts items=0 size=0.00B
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:30.731] Chain freezer table opened               database=/tmp/geth-test1810805505/celo/chaindata/ancient table=diffs    items=0 size=0.00B
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.731] Opened ancient database                  database=/tmp/geth-test1810805505/celo/chaindata/ancient readonly=false
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:30.731] Current full block not old enough        number=0 hash=9195f2..122dcd delay=90000
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.732] 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[11-27|09:17:30.732] Setting up Istanbul consensus engine 
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.771] Initialising Ethereum protocol           versions=[67] network=42 dbversion=<nil>
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:30.771] Loading Last State: 0 
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.771] Loaded most recent local header          number=0 hash=9195f2..122dcd td=1 age=55y8mo2w
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.771] Loaded most recent local full block      number=0 hash=9195f2..122dcd td=1 age=55y8mo2w
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.771] Loaded most recent local fast block      number=0 hash=9195f2..122dcd td=1 age=55y8mo2w
test_cmd.go:262: (stderr:33) WARN [11-27|09:17:30.772] Failed to load snapshot, regenerating    err="missing or corrupted snapshot"
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.772] Rebuilding state snapshot 
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:30.772] Journalled generator progress            progress=empty
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:30.772] Start snapshot generation                root=8a7a77..f86ff6
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.772] Resuming state snapshot generation       root=8a7a77..f86ff6 accounts=0 slots=0 storage=0.00B elapsed="295.01µs"
test_cmd.go:262: (stderr:33) ERROR[11-27|09:17:30.772] 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[11-27|09:17:30.772] Registry contract not yet deployed       function=blockGasLimit registryId=0x8b91d837e1684f7353d73b6197230894243cf869282f722841df96b441303f37
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:30.772] Error calling blockGasLimit              err="Registry not deployed"         contract=0x8b91d837e1684f7353d73b6197230894243cf869282f722841df96b441303f37
test_cmd.go:262: (stderr:33) ERROR[11-27|09:17:30.772] 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[11-27|09:17:30.772] Registry contract not yet deployed       function=gasPriceMinimumFloor registryId=0x48766a30bcca8b3c8b03b4e4b1f6510aee73f7b41aa6c7578a97040d20334f42
test_cmd.go:262: (stderr:33) ERROR[11-27|09:17:30.772] 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[11-27|09:17:30.772] Registry contract not yet deployed       function=intrinsicGasForAlternativeFeeCurrency registryId=0x8b91d837e1684f7353d73b6197230894243cf869282f722841df96b441303f37
test_cmd.go:262: (stderr:33) ERROR[11-27|09:17:30.772] 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[11-27|09:17:30.772] Registry contract not yet deployed       function=getWhitelist                          registryId=0x8f897d9543fdc9082789208180c3e3d11f7473aaef3e249ab0020ea0c761c1b6
test_cmd.go:262: (stderr:33) ERROR[11-27|09:17:30.772] getWhitelist invocation failed           err="Registry not deployed"
test_cmd.go:262: (stderr:33) ERROR[11-27|09:17:30.772] 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[11-27|09:17:30.772] Reinjecting stale transactions           count=0
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:30.772] 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) INFO [11-27|09:17:30.772] Regenerated local transaction journal    transactions=0 accounts=0
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:30.773] 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[11-27|09:17:30.773] Journalled generator progress            progress=done
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.773] Generated state snapshot                 accounts=2 slots=1 storage=230.00B elapsed="946.633µs"
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.781] Allocated fast sync bloom                size=512.00MiB
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.781] Initialized state bloom                  items=5 errorrate=0.000 elapsed="368.741µs"
test_cmd.go:262: (stderr:33) WARN [11-27|09:17:30.781] Error reading unclean shutdown markers   error="leveldb: not found"
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.781] Allocated cache and file handles         database=/tmp/geth-test1810805505/celo/les.server cache=16.00MiB  handles=16
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.789] Checkpoint oracle is not enabled 
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.790] Starting peer-to-peer node               instance=celo/v1.8.2-stable/linux-amd64/go1.19.13
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.797] Mapped network port                      proto=tcp extport=41673 intport=41673 interface=ExtIP(127.0.0.1)
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:30.797] TCP listener up                          addr=[::]:41673
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:30.798] IPCs registered                          namespaces=admin,debug,web3,eth,txpool,personal,istanbul,miner,net,les
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.798] IPC endpoint opened                      url=/tmp/geth-test1810805505/geth-1.ipc
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.799] New local node record                    seq=1,732,699,050,798 id=5a3479c3990ab055 ip=127.0.0.1 udp=0 tcp=41673
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.799] Started P2P networking                   self="enode://1db4662ba931ad914d66969b04b986429d27f9b75b606bec865264e533a9fa6a68a5ab545cbcdacc55f2f27a34f85591c5975e1e6b73ece9439b58beda6b1dc1@127.0.0.1:41673?discport=0" maxdialed=58 maxinbound=118
test_cmd.go:262: (stderr:33) ERROR[11-27|09:17:30.799] 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[11-27|09:17:30.799] Registry contract not yet deployed       function=getElectableValidators                registryId=0x235a6f54090e9b94aa4e585a699c4375a2ff8f572c68114d138f0ed121527849
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:30.799] Snapshot is nil, creating from genesis 
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.877] Unlocked account                         address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.878] Starting istanbul.Engine validating 
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.878] Open roundstate db                       func=newRoundStateDB type=roundStateDB rsdb_path=/tmp/geth-test1810805505/celo/roundstates
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.878] Allocated cache and file handles         database=/tmp/geth-test1810805505/celo/roundstates cache=512.00MiB handles=500
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:30.878] NewWork called, acquiring core lock      func=NewWork
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.888] 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[11-27|09:17:30.888] Posting FinalCommittedEvent              func=NewWork
test_cmd.go:262: (stderr:33) WARN [11-27|09:17:30.888] 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[11-27|09:17:30.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[11-27|09:17:30.888] Registry contract not yet deployed       function=blockGasLimit                         registryId=0x8b91d837e1684f7353d73b6197230894243cf869282f722841df96b441303f37
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:30.888] Error calling blockGasLimit              err="Registry not deployed"         contract=0x8b91d837e1684f7353d73b6197230894243cf869282f722841df96b441303f37
test_cmd.go:262: (stderr:33) ERROR[11-27|09:17:30.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[11-27|09:17:30.888] Registry contract not yet deployed       function=intrinsicGasForAlternativeFeeCurrency registryId=0x8b91d837e1684f7353d73b6197230894243cf869282f722841df96b441303f37
test_cmd.go:262: (stderr:33) ERROR[11-27|09:17:30.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[11-27|09:17:30.888] Registry contract not yet deployed       function=getWhitelist                          registryId=0x8f897d9543fdc9082789208180c3e3d11f7473aaef3e249ab0020ea0c761c1b6
test_cmd.go:262: (stderr:33) ERROR[11-27|09:17:30.888] getWhitelist invocation failed           err="Registry not deployed"
test_cmd.go:262: (stderr:33) ERROR[11-27|09:17:30.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) ERROR[11-27|09:17:30.888] 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[11-27|09:17:30.888] Registry address lookup failed           err="Registry not deployed"         contract=0x02dfe2d0485b616b61db1800f30f4a14b26754b328fa09ba4ec73ee7276766cc
test_cmd.go:262: (stderr:33) ERROR[11-27|09:17:30.889] 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[11-27|09:17:30.889] Registry contract not yet deployed       function=totalSupply                           registryId=0xd7e89ade8430819f08bf97a087285824af3351ee12d72a2d132b0c6c0687bfaf
test_cmd.go:262: (stderr:33) ERROR[11-27|09:17:30.889] 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[11-27|09:17:30.889] Registry contract not yet deployed       function=blockGasLimit                         registryId=0x8b91d837e1684f7353d73b6197230894243cf869282f722841df96b441303f37
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:30.889] Error calling blockGasLimit              err="Registry not deployed"         contract=0x8b91d837e1684f7353d73b6197230894243cf869282f722841df96b441303f37
test_cmd.go:262: (stderr:33) ERROR[11-27|09:17:30.889] 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[11-27|09:17:30.889] Registry contract not yet deployed       function=updateGasPriceMinimum                 registryId=0x48766a30bcca8b3c8b03b4e4b1f6510aee73f7b41aa6c7578a97040d20334f42
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:30.889] Finalized                                func=Finalize         block=1 epochSize=30000 duration="175.51µs" lastInEpoch=false
test_cmd.go:262: (stderr:33) WARN [11-27|09:17:30.889] Block sealing failed                     err="not an elected validator"
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:30.889] Commit new mining work                   number=1 txs=0 gas=0 fees=0 elapsed="784.103µs"
les_test.go:121: Initializing geth: [--networkid=42 init ./testdata/clique.json] 
test_cmd.go:262: (stderr:34) INFO [11-27|09:17:31.183] Maximum peer count                       ETH=175 LES=0 total=175
test_cmd.go:262: (stderr:34) INFO [11-27|09:17:31.184] Set global gas inflation rate            rate=1.300
test_cmd.go:262: (stderr:34) INFO [11-27|09:17:31.184] Set global gas cap                       cap=25,000,000
test_cmd.go:262: (stderr:34) INFO [11-27|09:17:31.184] Allocated cache and file handles         database=/tmp/geth-test2030356056/celo/chaindata cache=16.00MiB handles=16
test_cmd.go:262: (stderr:34) INFO [11-27|09:17:31.977] Writing custom genesis block 
test_cmd.go:262: (stderr:34) INFO [11-27|09:17:31.978] Persisted trie from memory database      nodes=4 size=566.00B time="71.977µs" gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=-82.00B
test_cmd.go:262: (stderr:34) INFO [11-27|09:17:31.978] Successfully wrote genesis state         database=chaindata                               hash=9195f2..122dcd
test_cmd.go:262: (stderr:34) INFO [11-27|09:17:31.978] Allocated cache and file handles         database=/tmp/geth-test2030356056/celo/lightchaindata cache=16.00MiB handles=16
test_cmd.go:262: (stderr:34) INFO [11-27|09:17:32.828] Writing custom genesis block 
test_cmd.go:262: (stderr:34) INFO [11-27|09:17:32.829] Persisted trie from memory database      nodes=4 size=566.00B time="35.141µs" gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=-82.00B
test_cmd.go:262: (stderr:34) INFO [11-27|09:17:32.829] Successfully wrote genesis state         database=lightchaindata                          hash=9195f2..122dcd
test_cmd.go:262: (stderr:34) INFO [11-27|09:17:32.829] Allocated cache and file handles         database=/tmp/geth-test2030356056/celo/lightestchaindata cache=16.00MiB handles=16
test_cmd.go:262: (stderr:34) INFO [11-27|09:17:33.651] Writing custom genesis block 
test_cmd.go:262: (stderr:34) INFO [11-27|09:17:33.652] Persisted trie from memory database      nodes=4 size=566.00B time="35.463µs" gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=-82.00B
test_cmd.go:262: (stderr:34) INFO [11-27|09:17:33.652] 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-test2030356056 --nodiscover --syncmode=light --nat=extip:127.0.0.1 --verbosity=4]
test_cmd.go:262: (stderr:35) INFO [11-27|09:17:33.681] Dropping default light client cache      provided=1024 updated=128
test_cmd.go:262: (stderr:35) INFO [11-27|09:17:33.683] Maximum peer count                       ETH=0 LES=10 total=175
test_cmd.go:262: (stderr:35) DEBUG[11-27|09:17:33.708] FS scan times                            list="41.972µs" set=349ns diff="1.144µs"
test_cmd.go:262: (stderr:35) DEBUG[11-27|09:17:33.708] Sanitizing Go's GC trigger               percent=100
test_cmd.go:262: (stderr:35) INFO [11-27|09:17:33.708] Set global gas inflation rate            rate=1.300
test_cmd.go:262: (stderr:35) INFO [11-27|09:17:33.708] Set global gas cap                       cap=25,000,000
test_cmd.go:262: (stderr:35) INFO [11-27|09:17:33.708] Allocated cache and file handles         database=/tmp/geth-test2030356056/celo/lightchaindata cache=64.00MiB handles=524,288
test_cmd.go:262: (stderr:35) INFO [11-27|09:17:34.725] Allocated cache and file handles         database=/tmp/geth-test2030356056/celo/les.client cache=16.00MiB handles=16
test_cmd.go:262: (stderr:35) INFO [11-27|09:17:35.619] 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[11-27|09:17:35.619] Setting up Istanbul consensus engine 
test_cmd.go:262: (stderr:35) INFO [11-27|09:17:37.791] Loaded most recent local header          number=0 hash=9195f2..122dcd td=1 age=55y8mo2w
test_cmd.go:262: (stderr:35) INFO [11-27|09:17:37.792] Checkpoint oracle is not enabled 
test_cmd.go:262: (stderr:35) WARN [11-27|09:17:37.792] Error reading unclean shutdown markers   error="leveldb: not found"
test_cmd.go:262: (stderr:35) INFO [11-27|09:17:37.792] Starting peer-to-peer node               instance=celo/v1.8.2-stable/linux-amd64/go1.19.13
test_cmd.go:262: (stderr:35) INFO [11-27|09:17:38.268] Mapped network port                      proto=tcp extport=38857 intport=38857 interface=ExtIP(127.0.0.1)
test_cmd.go:262: (stderr:35) DEBUG[11-27|09:17:38.268] TCP listener up                          addr=[::]:38857
test_cmd.go:262: (stderr:35) DEBUG[11-27|09:17:38.269] IPCs registered                          namespaces=admin,debug,web3,eth,txpool,personal,istanbul,les,net,vflux
test_cmd.go:262: (stderr:35) INFO [11-27|09:17:38.269] IPC endpoint opened                      url=/tmp/geth-test2030356056/geth-2.ipc
test_cmd.go:262: (stderr:35) WARN [11-27|09:17:38.269] Light client mode is an experimental feature 
test_cmd.go:262: (stderr:35) INFO [11-27|09:17:38.269] New local node record                    seq=1,732,699,058,268 id=1a4b331cc08b4914 ip=127.0.0.1 udp=0 tcp=38857
test_cmd.go:262: (stderr:35) INFO [11-27|09:17:38.270] Started P2P networking                   self="enode://592c8a4f71e4ba2474d8027a0c9520ec116474e89c706322318e78723614f1d569f7ad80ff038c3aa9c3ec089f91727c1f1bf84c2390ba02597f493af797bcd7@127.0.0.1:38857?discport=0" maxdialed=58 maxinbound=117
les_test.go:37: freeCli.addPeer(lightserver)
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:38.667] Served admin_nodeInfo                    reqid=1 t="272.425µs"
test_cmd.go:262: (stderr:35) DEBUG[11-27|09:17:38.667] Served admin_subscribe                   reqid=1 t="56.458µs"
test_cmd.go:262: (stderr:35) DEBUG[11-27|09:17:38.668] Served admin_addPeer                     reqid=2 t="147.24µs"
test_cmd.go:262: (stderr:35) DEBUG[11-27|09:17:38.670] Adding p2p peer                          peercount=1 id=5a3479c3990ab055 conn=staticdial addr=127.0.0.1:41673 name=celo/v1.8.2-stable/l...
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:38.670] Adding p2p peer                          peercount=1 id=1a4b331cc08b4914 conn=inbound addr=127.0.0.1:60632 name=celo/v1.8.2-stable/l...
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:38.670] Light Ethereum peer connected            id=1a4b331cc08b4914 conn=inbound name=celo/v1.8.2-stable/l...
test_cmd.go:262: (stderr:35) DEBUG[11-27|09:17:38.670] Light Ethereum peer connected            id=5a3479c3990ab055 conn=staticdial name=celo/v1.8.2-stable/l...
les_test.go:50: freeCli received event: type=add, peer=5a3479c3990ab055dc6859491d2bb6ad58e882f7515d45ac23894adedcea2134
test_cmd.go:262: (stderr:35) DEBUG[11-27|09:17:38.670] Served admin_unsubscribe                 reqid=3 t="29.069µs"
test_cmd.go:262: (stderr:35) DEBUG[11-27|09:17:38.670] Node entered                             set=connected id=5a3479c3990ab055 count=1
test_cmd.go:262: (stderr:35) DEBUG[11-27|09:17:38.670] Requesting etherbase for peer            id=5a3479c3990ab055 conn=staticdial enode=5a3479c3990ab055dc6859491d2bb6ad58e882f7515d45ac23894adedcea2134
test_cmd.go:262: (stderr:35) DEBUG[11-27|09:17:38.670] Received new announce                    peer=5a3479c3990ab055 number=0 hash=9195f2..122dcd reorg=0
test_cmd.go:262: (stderr:35) DEBUG[11-27|09:17:38.670] Served admin_peers                       reqid=4 t="187.229µs"
les_test.go:121: Initializing geth: [--networkid=42 init ./testdata/clique.json] 
test_cmd.go:262: (stderr:36) INFO [11-27|09:17:38.695] Maximum peer count                       ETH=175 LES=0 total=175
test_cmd.go:262: (stderr:36) INFO [11-27|09:17:38.696] Set global gas inflation rate            rate=1.300
test_cmd.go:262: (stderr:36) INFO [11-27|09:17:38.696] Set global gas cap                       cap=25,000,000
test_cmd.go:262: (stderr:36) INFO [11-27|09:17:38.696] Allocated cache and file handles         database=/tmp/geth-test1223742722/celo/chaindata cache=16.00MiB handles=16
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:38.889] 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[11-27|09:17:38.889] 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[11-27|09:17:38.890] 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 [11-27|09:17:38.890] 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:36) INFO [11-27|09:17:40.264] Writing custom genesis block 
test_cmd.go:262: (stderr:36) INFO [11-27|09:17:40.265] Persisted trie from memory database      nodes=4 size=566.00B time="90.181µs" gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=-82.00B
test_cmd.go:262: (stderr:36) INFO [11-27|09:17:40.266] Successfully wrote genesis state         database=chaindata                               hash=9195f2..122dcd
test_cmd.go:262: (stderr:36) INFO [11-27|09:17:40.266] Allocated cache and file handles         database=/tmp/geth-test1223742722/celo/lightchaindata cache=16.00MiB handles=16
test_cmd.go:262: (stderr:36) INFO [11-27|09:17:41.080] Writing custom genesis block 
test_cmd.go:262: (stderr:36) INFO [11-27|09:17:41.080] Persisted trie from memory database      nodes=4 size=566.00B time="47.104µs" gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=-82.00B
test_cmd.go:262: (stderr:36) INFO [11-27|09:17:41.081] Successfully wrote genesis state         database=lightchaindata                          hash=9195f2..122dcd
test_cmd.go:262: (stderr:36) INFO [11-27|09:17:41.081] Allocated cache and file handles         database=/tmp/geth-test1223742722/celo/lightestchaindata cache=16.00MiB handles=16
test_cmd.go:262: (stderr:36) INFO [11-27|09:17:42.537] Writing custom genesis block 
test_cmd.go:262: (stderr:36) INFO [11-27|09:17:42.585] Persisted trie from memory database      nodes=4 size=566.00B time="60.679µs" gcnodes=0 gcsize=0.00B gctime=0s livenodes=1 livesize=-82.00B
test_cmd.go:262: (stderr:36) INFO [11-27|09:17:42.586] 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-test1223742722 --nodiscover --syncmode=light --nat=extip:127.0.0.1 --verbosity=4]
test_cmd.go:262: (stderr:37) INFO [11-27|09:17:42.614] Dropping default light client cache      provided=1024 updated=128
test_cmd.go:262: (stderr:37) INFO [11-27|09:17:42.615] Maximum peer count                       ETH=0 LES=10 total=175
test_cmd.go:262: (stderr:37) DEBUG[11-27|09:17:42.616] FS scan times                            list="29.233µs" set=611ns diff=907ns
test_cmd.go:262: (stderr:37) DEBUG[11-27|09:17:42.616] Sanitizing Go's GC trigger               percent=100
test_cmd.go:262: (stderr:37) INFO [11-27|09:17:42.616] Set global gas inflation rate            rate=1.300
test_cmd.go:262: (stderr:37) INFO [11-27|09:17:42.616] Set global gas cap                       cap=25,000,000
test_cmd.go:262: (stderr:37) INFO [11-27|09:17:42.616] Allocated cache and file handles         database=/tmp/geth-test1223742722/celo/lightchaindata cache=64.00MiB handles=524,288
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:43.890] Timed out, trying to wait for next round address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105 func=handleTimeoutAndMoveToNextRound timed_out_seq=1 timed_out_round=1 cur_seq=1 cur_epoch=1 cur_round=0  des_round=1  state="Waiting for new round" address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:43.890] Round Change: Waiting for desired round  address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105 func=waitForDesiredRound             new_desired_round=2 cur_seq=1 cur_epoch=1 cur_round=0  des_round=1  state="Waiting for new round" address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105
test_cmd.go:262: (stderr:33) INFO [11-27|09:17:43.891] Reset timer to do round change           address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105 func=resetRoundChangeTimer           cur_seq=1 cur_epoch=1 cur_round=0  des_round=2  state="Waiting for new round" address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105 timeout=7s
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:43.891] Failed to decode message from payload    address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105 func=handleMsg                       cur_seq=1 cur_epoch=1 cur_round=0  des_round=2  state="Waiting for new round" address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105 err="not an elected validator 0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105"
test_cmd.go:262: (stderr:33) WARN [11-27|09:17:43.891] Error in handling istanbul message       address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105 func=handleEvents                    cur_seq=1 cur_epoch=1 cur_round=0  des_round=2  state="Waiting for new round" address=0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105 err="not an elected validator 0x02F0d131F1f97aef08aEc6E3291B957d9Efe7105"
test_cmd.go:262: (stderr:37) INFO [11-27|09:17:44.079] Allocated cache and file handles         database=/tmp/geth-test1223742722/celo/les.client cache=16.00MiB handles=16
les_test.go:115: prioCli rpc connect to /tmp/geth-test1223742722/geth-3.ipc: dial unix /tmp/geth-test1223742722/geth-3.ipc: connect: no such file or directory
test_cmd.go:262: (stderr:33) DEBUG[11-27|09:17:47.601] Light Ethereum message handling failed   id=1a4b331cc08b4914 conn=inbound err=EOF
test_cmd.go:262: (stderr:37) INFO [11-27|09:17:47.658] 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[11-27|09:17:47.658] Setting up Istanbul consensus engine </code></pre></td></tr>
This test report was produced by the test-summary action.  Made with ❤️ in Cambridge.

@alvarof2 alvarof2 closed this Nov 27, 2024
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.

1 participant