JustPaste.it

retesteth -t GeneralStateTests/stExample --  --singlenet London --clients nimbus --singletest add11 --verbosity RPC
Running 1 test case...

Request: test_setChainParams 
{
    "params" : {
        "fork" : "London",
        "constantinopleForkBlock" : "0x00",
        "byzantiumForkBlock" : "0x00",
        "homesteadForkBlock" : "0x00",
        "chainID" : "0x01"
    },
    "accounts" : {
        "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
            "balance" : "0x0de0b6b3a7640000",
            "code" : "0x600160010160005500",
            "nonce" : "0x00",
            "storage" : {
            }
        },
        "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
            "balance" : "0x00",
            "code" : "0x",
            "nonce" : "0x01",
            "storage" : {
            }
        },
        "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
            "balance" : "0x0de0b6b3a7640000",
            "code" : "0x",
            "nonce" : "0x00",
            "storage" : {
            }
        }
    },
    "sealEngine" : "NoReward",
    "genesis" : {
        "author" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
        "difficulty" : "0x020000",
        "gasLimit" : "0xff112233445566",
        "baseFeePerGas" : "0x0b",
        "extraData" : "0x00",
        "timestamp" : "0x00",
        "nonce" : "0x0000000000000000",
        "mixHash" : "0x0000000000000000000000000000000000000000000000000000000000000000"
    }
}
Alloc:
{
    "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
        "balance" : "0x0de0b6b3a7640000",
        "code" : "0x600160010160005500",
        "nonce" : "0x00",
        "storage" : {
        }
    },
    "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : {
        "balance" : "0x00",
        "code" : "0x",
        "nonce" : "0x01",
        "storage" : {
        }
    },
    "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
        "balance" : "0x0de0b6b3a7640000",
        "code" : "0x",
        "nonce" : "0x00",
        "storage" : {
        }
    }
}
Env:
{
    "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
    "currentDifficulty" : "0x020000",
    "currentNumber" : "0x00",
    "currentTimestamp" : "0x00",
    "currentGasLimit" : "0xff112233445566",
    "previousHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
    "parentBaseFee" : "0x0b",
    "parentGasUsed" : "0x00",
    "parentGasLimit" : "0xff112233445566"
}
EIP-1559 config but missing 'currentBaseFee' in env section
Error: The command '/home/wins/.retesteth/nimbus/start.sh --state.fork London --state.reward -1 --state.chainid 1 --input.alloc /dev/shm/20f3aecb-646c-41b5-993a-e6c175d86e9e/alloc.json --input.txs /dev/shm/20f3aecb-646c-41b5-993a-e6c175d86e9e/txs.rlp --input.env /dev/shm/20f3aecb-646c-41b5-993a-e6c175d86e9e/env.json --output.basedir /dev/shm/20f3aecb-646c-41b5-993a-e6c175d86e9e --output.result out.json --output.alloc outAlloc.json' exited with 768 code. (stExample/add11, step: test_setChainParams: London)