Closed gateway closed 6 years ago
Here is more data with --verbose for ctest.. the 2nd to the last line seems to show why it failed.. but I'm not sure how to resolve it..
test 35
Start 35: validate_dirty_db_test
35: Test command: /Volumes/Data/EOS/eos/build/tests/validate-dirty-db.py "-v" "--dump-error-detail"
35: Test timeout computed to be: 9.99988e+06
35: libc++abi.dylib: terminating with uncaught exception of type fc::eof_exception
35: launching bios
35: spawning child, programs/nodeos/nodeos --max-transaction-time 5000 --filter-on * --config-dir etc/eosio/node_bios --data-dir var/lib/node_bios --genesis-json ./genesis.json --genesis-timestamp 2018-06-06T23:12:40.060
35: launching testnet_00
35: spawning child, programs/nodeos/nodeos --max-transaction-time 5000 --filter-on * --config-dir etc/eosio/node_00 --data-dir var/lib/node_00 --genesis-json ./genesis.json --genesis-timestamp 2018-06-06T23:12:40.060
35: **********************************************************************
35: run 'bash bios_boot.sh' to kick off delegated block production
35: **********************************************************************
35: cmd: programs/eosio-launcher/eosio-launcher -k 9
35: producing nodes: 1, topology: mesh, delay between nodes launch(seconds): 1, chain sync strategy: resync
35: Stand up cluster
35: cmd: programs/eosio-launcher/eosio-launcher -p 1 -n 1 -s mesh -d 1 -i 2018-06-06T23:12:40.060 -f --p2p-plugin bnet --nodeos --max-transaction-time 5000 --filter-on *
35: cmd: pgrep -fl nodeos
35: pgrep output: "64922 programs/nodeos/nodeos --max-transaction-time 5000 --filter-on * --config-dir etc/eosio/node_bios --data-dir var/lib/node_bios --genesis-json ./genesis.json --genesis-timestamp 2018-06-06T23:12:40.060
35: 64927 programs/nodeos/nodeos --max-transaction-time 5000 --filter-on * --config-dir etc/eosio/node_00 --data-dir var/lib/node_00 --genesis-json ./genesis.json --genesis-timestamp 2018-06-06T23:12:40.060
35: "
35: Node> Host: localhost, Port:8888
35: Cluster viability smoke test. Validate every cluster node has block 1.
35: cmd: programs/cleos/cleos --url http://localhost:8888 --wallet-url http://localhost:8899 get info
35: Skipping bootstrap.
35: Kill cluster nodes.
35: cmd: programs/eosio-launcher/eosio-launcher -k 9
35: Restart nodeos repeatedly to ensure dirty database flag sticks.
35: Attempt 0.
35: Launching nodeos process id: 0
35: cmd: programs/nodeos/nodeos --config-dir etc/eosio/node_bios --data-dir var/lib/node_bios
35: ERROR: Nodeos is running beyond the defined wait time. Hard killing nodeos instance.
35: Test failed.
35: =================================================================
35: Contents of etc/eosio/node_bios/config.ini:
35: blocks-dir = blocks
35: readonly = 0
35: send-whole-blocks = true
35: http-server-address = 127.0.0.1:8788
35: bnet-endpoint = 0.0.0.0:9776
35: p2p-listen-endpoint = 0.0.0.0:10776
35: enable-stale-production = true
35: allowed-connection = any
35: private-key = ["EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV","5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3"]
35: producer-name = eosio
35: plugin = eosio::producer_plugin
35: plugin = eosio::bnet_plugin
35: plugin = eosio::chain_api_plugin
35: plugin = eosio::history_api_plugin
35: =================================================================
35: Contents of var/lib/node_bios/stderr.txt:
35: 760142ms thread-0 chain_plugin.cpp:202 plugin_initialize ] initializing chain plugin
35: 760142ms thread-0 chain_plugin.cpp:349 plugin_initialize ] Using genesis state provided in '/Volumes/Data/EOS/eos/build/./genesis.json'
35: 760142ms thread-0 chain_plugin.cpp:194 calculate_genesis_ti ] pausing 440000 microseconds to the next interval
35: 760142ms thread-0 chain_plugin.cpp:197 calculate_genesis_ti ] Adjusting genesis timestamp to 2018-06-06T23:12:40.500
35: 760142ms thread-0 chain_plugin.cpp:355 plugin_initialize ] Starting up fresh blockchain with provided genesis state.
35: 760182ms thread-0 producer_plugin.cpp:508 plugin_initialize ] "private-key" is DEPRECATED, use "signature-provider=EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV=KEY:***************************************************"
35: 760182ms thread-0 bnet_plugin.cpp:1219 plugin_initialize ] Initialize bnet plugin
35: 760182ms thread-0 bnet_plugin.cpp:1229 plugin_initialize ] ip_port: 0.0.0.0:9776 host: 0.0.0.0 port: 9776
35: 760182ms thread-0 http_plugin.cpp:285 plugin_initialize ] configured http to listen on 127.0.0.1:8788
35: 760182ms thread-0 history_plugin.cpp:275 plugin_initialize ] --filter-on * enabled. This can fill shared_mem, causing nodeos to stop.
35: 760182ms thread-0 net_plugin.cpp:2827 plugin_initialize ] Initialize net plugin
35: 760182ms thread-0 net_plugin.cpp:2848 plugin_initialize ] host: 0.0.0.0 port: 10776
35: 760182ms thread-0 net_plugin.cpp:2920 plugin_initialize ] my node_id is b322e4a3536bcfb86da3edfe1c72cc05321b6c7c7b9c92ee4d9ba13b78419144
35: opened GELF socket to endpoint 10.160.11.21:12201
35: 760184ms thread-0 main.cpp:104 main ] nodeos version 379cb1a9
35: 760184ms thread-0 main.cpp:105 main ] eosio root is /Users/gateway/Library/Application Support
35: 760184ms thread-0 controller.cpp:1142 startup ] No head block in fork db, perhaps we need to replay
35: 760185ms thread-0 controller.cpp:307 initialize_fork_db ] Initializing new blockchain with genesis state
35: 760214ms thread-0 chain_plugin.cpp:420 plugin_startup ] starting chain in read/write mode
35: 760215ms thread-0 chain_plugin.cpp:425 plugin_startup ] Blockchain started; head block is #1, genesis timestamp is 2018-06-06T23:12:40.500
35: 760215ms thread-0 producer_plugin.cpp:577 plugin_startup ] producer plugin: plugin_startup() begin
35: 760216ms thread-0 producer_plugin.cpp:592 plugin_startup ] Launching block production for 1 producers at 2018-06-06T23:12:40.216.
35: 760216ms thread-0 producer_plugin.cpp:604 plugin_startup ] producer plugin: plugin_startup() end
35: 760216ms thread-0 bnet_plugin.cpp:1244 plugin_startup ] bnet startup
35: 760217ms thread-0 http_plugin.cpp:323 plugin_startup ] start listening for http requests
35: 760217ms thread-1 bnet_plugin.cpp:1288 operator() ] start thread
35: 760217ms thread-0 chain_api_plugin.cpp:75 plugin_startup ] starting chain_api_plugin
35: 760217ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/abi_bin_to_json
35: 760217ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/abi_json_to_bin
35: 760217ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_abi
35: 760217ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_account
35: 760217ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_block
35: 760217ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_block_header_state
35: 760217ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_code
35: 760217ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_currency_balance
35: 760218ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_currency_stats
35: 760218ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_info
35: 760218ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_producers
35: 760218ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_required_keys
35: 760218ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_table_rows
35: 760218ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/push_block
35: 760218ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/push_transaction
35: 760218ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/push_transactions
35: 760218ms thread-0 history_api_plugin.cpp:38 plugin_startup ] starting history_api_plugin
35: 760218ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/history/get_actions
35: 760218ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/history/get_controlled_accounts
35: 760218ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/history/get_key_accounts
35: 760218ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/history/get_transaction
35: 760219ms thread-0 net_plugin.cpp:2932 plugin_startup ] starting listener, max clients is 25
35: 761002ms thread-0 net_plugin.cpp:2628 accepted_block_heade ] signaled, id = 00000002b8d9282740cab08f77fdd68bb225d12081e466a15db0c95ccec6623f
35: 761002ms thread-0 net_plugin.cpp:2632 accepted_block ] signaled, id = 00000002b8d9282740cab08f77fdd68bb225d12081e466a15db0c95ccec6623f
35: 761002ms thread-0 producer_plugin.cpp:1073 produce_block ] Produced block 00000002b8d92827... #2 @ 2018-06-06T23:12:41.000 signed by eosio [trxs: 0, lib: 0, confirmed: 0]
35: 761003ms thread-0 net_plugin.cpp:2641 accepted_transaction ] signaled, id = 114842c17a702d610172cceae31557b5532a311dfe62fec59ee8a9c6b676d16c
35: 761003ms thread-0 net_plugin.cpp:2646 applied_transaction ] signaled, id = 114842c17a702d610172cceae31557b5532a311dfe62fec59ee8a9c6b676d16c
35: 761180ms thread-1 bnet_plugin.cpp:280 session ] open session 1
35: 761500ms thread-0 net_plugin.cpp:2637 irreversible_block ] signaled, id = 00000001e9f85f1a25ed5d377ae01f2f5980fea441a35ff7fd4d724d2dc9285b
35: 761500ms thread-0 net_plugin.cpp:2628 accepted_block_heade ] signaled, id = 00000003232af629e50fbc85d9336b1fbe4dfb52c0c74949b2f96fbb0df009fa
35: 761500ms thread-0 net_plugin.cpp:2632 accepted_block ] signaled, id = 00000003232af629e50fbc85d9336b1fbe4dfb52c0c74949b2f96fbb0df009fa
35: 761500ms thread-0 producer_plugin.cpp:1073 produce_block ] Produced block 00000003232af629... #3 @ 2018-06-06T23:12:41.500 signed by eosio [trxs: 0, lib: 2, confirmed: 0]
35: 761500ms thread-0 net_plugin.cpp:2641 accepted_transaction ] signaled, id = 25dcb7cbb191c911857ac65e68104c9d79d3a7b1161af10444362e00a0719472
35: 761501ms thread-0 net_plugin.cpp:2646 applied_transaction ] signaled, id = 25dcb7cbb191c911857ac65e68104c9d79d3a7b1161af10444362e00a0719472
35: 762003ms thread-0 net_plugin.cpp:2637 irreversible_block ] signaled, id = 00000002b8d9282740cab08f77fdd68bb225d12081e466a15db0c95ccec6623f
35: 762004ms thread-0 net_plugin.cpp:2628 accepted_block_heade ] signaled, id = 0000000455e4b2afe539f82316961b283bf58ef42a1ada2c9f2053455a9c65a5
35: 762004ms thread-0 net_plugin.cpp:2632 accepted_block ] signaled, id = 0000000455e4b2afe539f82316961b283bf58ef42a1ada2c9f2053455a9c65a5
35: 762004ms thread-0 producer_plugin.cpp:1073 produce_block ] Produced block 0000000455e4b2af... #4 @ 2018-06-06T23:12:42.000 signed by eosio [trxs: 0, lib: 3, confirmed: 0]
35: 762004ms thread-0 net_plugin.cpp:2641 accepted_transaction ] signaled, id = 740d464e09bd0b13ea9e7d09ff126183dddc861d25e1a84a4cde3b07528f5c54
35: 762004ms thread-0 net_plugin.cpp:2646 applied_transaction ] signaled, id = 740d464e09bd0b13ea9e7d09ff126183dddc861d25e1a84a4cde3b07528f5c54
35: =================================================================
35: Contents of etc/eosio/node_00/config.ini:
35: blocks-dir = blocks
35: readonly = 0
35: send-whole-blocks = true
35: http-server-address = 127.0.0.1:8888
35: bnet-endpoint = 0.0.0.0:9876
35: p2p-listen-endpoint = 0.0.0.0:10876
35: allowed-connection = any
35: bnet-connect = localhost:9776
35: private-key = ["EOS8WahAPgv6ZgjiJ1u27Y1XGPszaXq5JtsUFG3XRbqeUaDfRV9GK","5KHHDUtp1DnqtBmPwVuHNh5MwrooZB9LNbi5DanGotZHu16qiHr"]
35: producer-name = defproducera
35: producer-name = defproducerb
35: producer-name = defproducerc
35: producer-name = defproducerd
35: producer-name = defproducere
35: producer-name = defproducerf
35: producer-name = defproducerg
35: producer-name = defproducerh
35: producer-name = defproduceri
35: producer-name = defproducerj
35: producer-name = defproducerk
35: producer-name = defproducerl
35: producer-name = defproducerm
35: producer-name = defproducern
35: producer-name = defproducero
35: producer-name = defproducerp
35: producer-name = defproducerq
35: producer-name = defproducerr
35: producer-name = defproducers
35: producer-name = defproducert
35: producer-name = defproduceru
35: plugin = eosio::producer_plugin
35: plugin = eosio::bnet_plugin
35: plugin = eosio::chain_api_plugin
35: plugin = eosio::history_api_plugin
35: =================================================================
35: Contents of var/lib/node_00/stderr.txt:
35: 761125ms thread-0 chain_plugin.cpp:202 plugin_initialize ] initializing chain plugin
35: 761126ms thread-0 chain_plugin.cpp:349 plugin_initialize ] Using genesis state provided in '/Volumes/Data/EOS/eos/build/./genesis.json'
35: 761126ms thread-0 chain_plugin.cpp:194 calculate_genesis_ti ] pausing 440000 microseconds to the next interval
35: 761126ms thread-0 chain_plugin.cpp:197 calculate_genesis_ti ] Adjusting genesis timestamp to 2018-06-06T23:12:40.500
35: 761126ms thread-0 chain_plugin.cpp:355 plugin_initialize ] Starting up fresh blockchain with provided genesis state.
35: 761146ms thread-0 producer_plugin.cpp:508 plugin_initialize ] "private-key" is DEPRECATED, use "signature-provider=EOS8WahAPgv6ZgjiJ1u27Y1XGPszaXq5JtsUFG3XRbqeUaDfRV9GK=KEY:***************************************************"
35: 761146ms thread-0 bnet_plugin.cpp:1219 plugin_initialize ] Initialize bnet plugin
35: 761146ms thread-0 bnet_plugin.cpp:1229 plugin_initialize ] ip_port: 0.0.0.0:9876 host: 0.0.0.0 port: 9876
35: 761146ms thread-0 http_plugin.cpp:285 plugin_initialize ] configured http to listen on 127.0.0.1:8888
35: 761146ms thread-0 history_plugin.cpp:275 plugin_initialize ] --filter-on * enabled. This can fill shared_mem, causing nodeos to stop.
35: 761146ms thread-0 net_plugin.cpp:2827 plugin_initialize ] Initialize net plugin
35: 761146ms thread-0 net_plugin.cpp:2848 plugin_initialize ] host: 0.0.0.0 port: 10876
35: 761147ms thread-0 net_plugin.cpp:2920 plugin_initialize ] my node_id is 3420aee247a642c75be372cb07c465dafe3c898c664d94d3e61abc91851b15de
35: opened GELF socket to endpoint 10.160.11.21:12201
35: 761148ms thread-0 main.cpp:104 main ] nodeos version 379cb1a9
35: 761148ms thread-0 main.cpp:105 main ] eosio root is /Users/gateway/Library/Application Support
35: 761149ms thread-0 controller.cpp:1142 startup ] No head block in fork db, perhaps we need to replay
35: 761149ms thread-0 controller.cpp:307 initialize_fork_db ] Initializing new blockchain with genesis state
35: 761176ms thread-0 chain_plugin.cpp:420 plugin_startup ] starting chain in read/write mode
35: 761176ms thread-0 chain_plugin.cpp:425 plugin_startup ] Blockchain started; head block is #1, genesis timestamp is 2018-06-06T23:12:40.500
35: 761176ms thread-0 producer_plugin.cpp:577 plugin_startup ] producer plugin: plugin_startup() begin
35: 761177ms thread-0 producer_plugin.cpp:592 plugin_startup ] Launching block production for 21 producers at 2018-06-06T23:12:41.177.
35: 761177ms thread-0 producer_plugin.cpp:604 plugin_startup ] producer plugin: plugin_startup() end
35: 761177ms thread-0 bnet_plugin.cpp:1244 plugin_startup ] bnet startup
35: 761178ms thread-1 bnet_plugin.cpp:1288 operator() ] start thread
35: 761178ms thread-0 bnet_plugin.cpp:298 session ] open session 1
35: 761178ms thread-0 http_plugin.cpp:323 plugin_startup ] start listening for http requests
35: 761178ms thread-0 chain_api_plugin.cpp:75 plugin_startup ] starting chain_api_plugin
35: 761178ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/abi_bin_to_json
35: 761178ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/abi_json_to_bin
35: 761178ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_abi
35: 761178ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_account
35: 761179ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_block
35: 761179ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_block_header_state
35: 761179ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_code
35: 761179ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_currency_balance
35: 761179ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_currency_stats
35: 761179ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_info
35: 761179ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_producers
35: 761179ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_required_keys
35: 761179ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_table_rows
35: 761179ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/push_block
35: 761180ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/push_transaction
35: 761180ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/push_transactions
35: 761180ms thread-0 history_api_plugin.cpp:38 plugin_startup ] starting history_api_plugin
35: 761180ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/history/get_actions
35: 761180ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/history/get_controlled_accounts
35: 761180ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/history/get_key_accounts
35: 761180ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/history/get_transaction
35: 761180ms thread-0 net_plugin.cpp:2932 plugin_startup ] starting listener, max clients is 25
35: 761501ms thread-0 net_plugin.cpp:2628 accepted_block_heade ] signaled, id = 00000002b8d9282740cab08f77fdd68bb225d12081e466a15db0c95ccec6623f
35: 761501ms thread-0 net_plugin.cpp:2641 accepted_transaction ] signaled, id = 94fb6aa28186f4bf656d5e1ce0618d323c1823d373139fac83d2293d1123be16
35: 761501ms thread-0 net_plugin.cpp:2646 applied_transaction ] signaled, id = 94fb6aa28186f4bf656d5e1ce0618d323c1823d373139fac83d2293d1123be16
35: 761502ms thread-0 net_plugin.cpp:2632 accepted_block ] signaled, id = 00000002b8d9282740cab08f77fdd68bb225d12081e466a15db0c95ccec6623f
35: 761502ms thread-0 producer_plugin.cpp:290 on_incoming_block ] Received block b8d9282740cab08f... #2 @ 2018-06-06T23:12:41.000 signed by eosio [trxs: 0, lib: 0, conf: 0, latency: 502 ms]
35: 761502ms thread-0 net_plugin.cpp:2641 accepted_transaction ] signaled, id = 114842c17a702d610172cceae31557b5532a311dfe62fec59ee8a9c6b676d16c
35: 761502ms thread-0 net_plugin.cpp:2646 applied_transaction ] signaled, id = 114842c17a702d610172cceae31557b5532a311dfe62fec59ee8a9c6b676d16c
35: 761502ms thread-0 net_plugin.cpp:2637 irreversible_block ] signaled, id = 00000001e9f85f1a25ed5d377ae01f2f5980fea441a35ff7fd4d724d2dc9285b
35: 761503ms thread-0 net_plugin.cpp:2628 accepted_block_heade ] signaled, id = 00000003232af629e50fbc85d9336b1fbe4dfb52c0c74949b2f96fbb0df009fa
35: 761503ms thread-0 net_plugin.cpp:2641 accepted_transaction ] signaled, id = 114842c17a702d610172cceae31557b5532a311dfe62fec59ee8a9c6b676d16c
35: 761503ms thread-0 net_plugin.cpp:2646 applied_transaction ] signaled, id = 114842c17a702d610172cceae31557b5532a311dfe62fec59ee8a9c6b676d16c
35: 761503ms thread-0 net_plugin.cpp:2632 accepted_block ] signaled, id = 00000003232af629e50fbc85d9336b1fbe4dfb52c0c74949b2f96fbb0df009fa
35: 761503ms thread-0 producer_plugin.cpp:290 on_incoming_block ] Received block 232af629e50fbc85... #3 @ 2018-06-06T23:12:41.500 signed by eosio [trxs: 0, lib: 2, conf: 0, latency: 3 ms]
35: 761504ms thread-0 net_plugin.cpp:2641 accepted_transaction ] signaled, id = 25dcb7cbb191c911857ac65e68104c9d79d3a7b1161af10444362e00a0719472
35: 761504ms thread-0 net_plugin.cpp:2646 applied_transaction ] signaled, id = 25dcb7cbb191c911857ac65e68104c9d79d3a7b1161af10444362e00a0719472
35: 762005ms thread-0 net_plugin.cpp:2637 irreversible_block ] signaled, id = 00000002b8d9282740cab08f77fdd68bb225d12081e466a15db0c95ccec6623f
35: 762005ms thread-0 net_plugin.cpp:2628 accepted_block_heade ] signaled, id = 0000000455e4b2afe539f82316961b283bf58ef42a1ada2c9f2053455a9c65a5
35: 762005ms thread-0 net_plugin.cpp:2641 accepted_transaction ] signaled, id = 25dcb7cbb191c911857ac65e68104c9d79d3a7b1161af10444362e00a0719472
35: 762005ms thread-0 net_plugin.cpp:2646 applied_transaction ] signaled, id = 25dcb7cbb191c911857ac65e68104c9d79d3a7b1161af10444362e00a0719472
35: 762005ms thread-0 net_plugin.cpp:2632 accepted_block ] signaled, id = 0000000455e4b2afe539f82316961b283bf58ef42a1ada2c9f2053455a9c65a5
35: 762005ms thread-0 producer_plugin.cpp:290 on_incoming_block ] Received block 55e4b2afe539f823... #4 @ 2018-06-06T23:12:42.000 signed by eosio [trxs: 0, lib: 3, conf: 0, latency: 5 ms]
35: 762005ms thread-0 net_plugin.cpp:2641 accepted_transaction ] signaled, id = 740d464e09bd0b13ea9e7d09ff126183dddc861d25e1a84a4cde3b07528f5c54
35: 762006ms thread-0 net_plugin.cpp:2646 applied_transaction ] signaled, id = 740d464e09bd0b13ea9e7d09ff126183dddc861d25e1a84a4cde3b07528f5c54
35: == Errors see above ==
35: Shut down the cluster.
35: cmd: programs/eosio-launcher/eosio-launcher -k 9
35/35 Test #35: validate_dirty_db_test .................***Failed 5.57 sec
@gateway I have the same issue, just downloaded from scratch, built and tested, with only the last fail, same message as you, I didn't try verbose yet. Any ideas?
@msj121 Im not sure why this happens.. still having this issue on my desktop mac but not my macbook :/
Can you provide the commands & steps to reproduce this issue?
@taokayan nothing really special.. Mac 10.13.5, followed the instructions here https://github.com/EOSIO/eos/wiki/Local-Environment#1-getting-the-code ..
The only difference between my macbook (which works) and my iMac is that I'm building/testing/running EOS on a mounted drive.. /Volume/
I could try it on the internal hd later today.. but ya something is not right :(
I didn't use a mounted drive. Still same issue, but I recently downloaded on ubuntu server and it passed everything.
Closed as refers to old version of code, please try using latest versions.
https://github.com/EOSIO https://developers.eos.io/
If problem persists with latest version please raise new issue in https://eosio.stackexchange.com.
EOS version 1.4.4 system:ubuntu 18.04.1 LTS VirtualBox CPU:i7 8750H Memory:8G DISK:50G
Here is more data with --verbose for ctest.. but I'm not sure how to resolve it..
root@hx-VirtualBox:/opt/eos/build# ctest --output-on-failure -R validate_dirty_db_test --repeat-until-fail 20 Test project /opt/eos/build Start 42: validate_dirty_db_test Test #42: validate_dirty_db_test ...........**Failed 17.41 sec kill: (10281): No such process kill: (10282): No such process launching bios spawning child, programs/nodeos/nodeos --max-transaction-time -1 --abi-serializer-max-time-ms 990000 --filter-on --p2p-max-nodes-per-host 1 --contracts-console --config-dir etc/eosio/node_bios --data-dir var/lib/node_bios --genesis-json etc/eosio/node_bios/genesis.json --genesis-timestamp 2018-11-24T14:08:52.787 launching testnet_00 spawning child, programs/nodeos/nodeos --max-transaction-time -1 --abi-serializer-max-time-ms 990000 --filter-on * --p2p-max-nodes-per-host 1 --contracts-console --config-dir etc/eosio/node_00 --data-dir var/lib/node_00 --genesis-json etc/eosio/node_00/genesis.json --genesis-timestamp 2018-11-24T14:08:52.787
run 'bash bios_boot.sh' to kick off delegated block production
Contents of etc/eosio/node_00/genesis.json:
{
"initial_timestamp": "2018-06-01T12:00:00.000",
"initial_key": "EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
"initial_configuration": {
"max_block_net_usage": 1048576,
"target_block_net_usage_pct": 1000,
"max_transaction_net_usage": 524288,
"base_per_transaction_net_usage": 12,
"net_usage_leeway": 500,
"context_free_discount_net_usage_num": 20,
"context_free_discount_net_usage_den": 100,
"max_block_cpu_usage": 160000000,
"target_block_cpu_usage_pct": 1000,
"max_transaction_cpu_usage": 150000000,
"min_transaction_cpu_usage": 100,
"max_transaction_lifetime": 3600,
"deferred_trx_expiration_window": 600,
"max_transaction_delay": 3888000,
"max_inline_action_size": 4096,
"max_inline_action_depth": 4,
"max_authority_depth": 6
}
} =================================================================
Contents of var/lib/node_00/stderr.txt:
info 2018-11-24T14:09:04.898 thread-0 chain_plugin.cpp:333 plugin_initialize ] initializing chain plugin
info 2018-11-24T14:09:04.899 thread-0 chain_plugin.cpp:585 plugin_initialize ] Using genesis state provided in '/opt/eos/build/etc/eosio/node_00/genesis.json'
debug 2018-11-24T14:09:04.899 thread-0 chain_plugin.cpp:314 calculate_genesis_ti ] pausing 213000 microseconds to the next interval
info 2018-11-24T14:09:04.899 thread-0 chain_plugin.cpp:317 calculate_genesis_ti ] Adjusting genesis timestamp to 2018-11-24T14:08:53.000
warn 2018-11-24T14:09:04.899 thread-0 chain_plugin.cpp:592 plugin_initialize ] Starting up fresh blockchain with provided genesis state.
warn 2018-11-24T14:09:04.911 thread-0 producer_plugin.cpp:610 plugin_initialize ] "private-key" is DEPRECATED, use "signature-provider=EOS6JNrEwtgsYkAhWeuREcTwEuTMetWQzUzWJ8iMaLusUSYoXyJi2=KEY:***"
info 2018-11-24T14:09:04.911 thread-0 net_plugin.cpp:2901 plugin_initialize ] Initialize net plugin
info 2018-11-24T14:09:04.911 thread-0 net_plugin.cpp:2927 plugin_initialize ] host: 0.0.0.0 port: 9876
info 2018-11-24T14:09:04.911 thread-0 net_plugin.cpp:2998 plugin_initialize ] my node_id is b9090998ef4e1be6a3bab3a19f29a906c74b672a3fad5bd887093fb264d8a432
info 2018-11-24T14:09:04.911 thread-0 http_plugin.cpp:422 plugin_initialize ] configured http to listen on 127.0.0.1:8888
warn 2018-11-24T14:09:04.911 thread-0 history_plugin.cpp:321 plugin_initialize ] --filter-on * enabled. This can fill shared_mem, causing nodeos to stop.
opened GELF socket to endpoint 10.160.11.21:12201
info 2018-11-24T14:09:04.911 thread-0 main.cpp:110 main ] nodeos version v1.4.4
info 2018-11-24T14:09:04.912 thread-0 main.cpp:111 main ] eosio root is /root/.local/share
info 2018-11-24T14:09:04.912 thread-0 main.cpp:112 main ] nodeos using configuration file /opt/eos/build/etc/eosio/node_00/config.ini
info 2018-11-24T14:09:04.912 thread-0 main.cpp:113 main ] nodeos data directory is /opt/eos/build/var/lib/node_00
error 2018-11-24T14:09:04.912 thread-0 controller.cpp:1596 startup ] No head block in fork db, perhaps we need to replay
warn 2018-11-24T14:09:04.912 thread-0 controller.cpp:574 initialize_fork_db ] Initializing new blockchain with genesis state
info 2018-11-24T14:09:04.939 thread-0 chain_plugin.cpp:707 plugin_startup ] starting chain in read/write mode
info 2018-11-24T14:09:04.939 thread-0 chain_plugin.cpp:711 plugin_startup ] Blockchain started; head block is #1, genesis timestamp is 2018-11-24T14:08:53.000
info 2018-11-24T14:09:04.939 thread-0 producer_plugin.cpp:714 plugin_startup ] producer plugin: plugin_startup() begin
info 2018-11-24T14:09:04.939 thread-0 producer_plugin.cpp:736 plugin_startup ] Launching block production for 21 producers at 2018-11-24T14:09:04.939.
info 2018-11-24T14:09:04.939 thread-0 producer_plugin.cpp:748 plugin_startup ] producer plugin: plugin_startup() end
info 2018-11-24T14:09:04.940 thread-0 net_plugin.cpp:3017 plugin_startup ] starting listener, max clients is 25
warn 2018-11-24T14:09:04.940 thread-0 net_plugin.cpp:708 connection ] created connection to localhost:9776
info 2018-11-24T14:09:04.940 thread-0 net_plugin.cpp:1921 connect ] host: localhost port: 9776
info 2018-11-24T14:09:04.940 thread-0 http_plugin.cpp:486 plugin_startup ] start listening for http requests
info 2018-11-24T14:09:04.940 thread-0 chain_api_plugin.cpp:77 plugin_startup ] starting chain_api_plugin
info 2018-11-24T14:09:04.940 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/abi_bin_to_json
info 2018-11-24T14:09:04.940 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/abi_json_to_bin
info 2018-11-24T14:09:04.940 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/get_abi
info 2018-11-24T14:09:04.940 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/get_account
info 2018-11-24T14:09:04.941 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/get_block
info 2018-11-24T14:09:04.941 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/get_block_header_state
info 2018-11-24T14:09:04.941 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/get_code
info 2018-11-24T14:09:04.941 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/get_code_hash
info 2018-11-24T14:09:04.941 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/get_currency_balance
info 2018-11-24T14:09:04.941 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/get_currency_stats
info 2018-11-24T14:09:04.941 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/get_info
info 2018-11-24T14:09:04.941 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/get_producer_schedule
info 2018-11-24T14:09:04.941 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/get_producers
info 2018-11-24T14:09:04.941 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/get_raw_abi
info 2018-11-24T14:09:04.942 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/get_raw_code_and_abi
info 2018-11-24T14:09:04.942 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/get_required_keys
info 2018-11-24T14:09:04.942 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/get_scheduled_transactions
info 2018-11-24T14:09:04.942 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/get_table_by_scope
info 2018-11-24T14:09:04.942 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/get_table_rows
info 2018-11-24T14:09:04.942 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/get_transaction_id
info 2018-11-24T14:09:04.942 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/push_block
info 2018-11-24T14:09:04.942 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/push_transaction
info 2018-11-24T14:09:04.942 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/chain/push_transactions
info 2018-11-24T14:09:04.942 thread-0 history_api_plugin.cpp:38 plugin_startup ] starting history_api_plugin
info 2018-11-24T14:09:04.942 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/history/get_actions
info 2018-11-24T14:09:04.943 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/history/get_controlled_accounts
info 2018-11-24T14:09:04.943 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/history/get_key_accounts
info 2018-11-24T14:09:04.943 thread-0 http_plugin.cpp:554 add_handler ] add api url: /v1/history/get_transaction
debug 2018-11-24T14:09:04.944 thread-0 net_plugin.cpp:953 send_handshake ] Sending handshake generation 1 to localhost:9776
info 2018-11-24T14:09:04.944 thread-0 net_plugin.cpp:2221 handle_message ] ["localhost:9776" 127.0.0.1:9776]received handshake_message
debug 2018-11-24T14:09:04.944 thread-0 net_plugin.cpp:2241 handle_message ] checking for duplicate
debug 2018-11-24T14:09:04.945 thread-0 net_plugin.cpp:2295 handle_message ] lib_num = 0 peer_lib = 0
debug 2018-11-24T14:09:04.945 thread-0 net_plugin.cpp:1492 recv_handshake ] sync check state 3
info 2018-11-24T14:09:04.945 thread-0 net_plugin.cpp:1524 verify_catchup ] got a catch_up notice while in in sync, fork head num = 2 target LIB = 0 next_expected = 1
debug 2018-11-24T14:09:04.945 thread-0 net_plugin.cpp:1275 set_state ] old state in sync becoming head catchup
info 2018-11-24T14:09:04.945 thread-0 net_plugin.cpp:2377 handle_message ] ["localhost:9776 - 7174aca" 127.0.0.1:9776]received notice_message
debug 2018-11-24T14:09:04.946 thread-0 net_plugin.cpp:2412 handle_message ] this is a catch up notice with 2 blocks
info 2018-11-24T14:09:04.946 thread-0 net_plugin.cpp:1538 recv_notice ] sync_manager got catch up block notice
debug 2018-11-24T14:09:04.946 thread-0 net_plugin.cpp:2434 handle_message ] send req = false
debug 2018-11-24T14:09:04.946 thread-0 net_plugin.cpp:2521 handle_message ] canceling wait on localhost:9776 - 7174aca
debug 2018-11-24T14:09:04.946 thread-0 net_plugin.cpp:1667 recv_block ] canceling wait on localhost:9776 - 7174aca
info 2018-11-24T14:09:04.946 thread-0 net_plugin.cpp:2537 handle_message ] ["localhost:9776 - 7174aca" 127.0.0.1:9776]received signed_block : #2 block age in secs = 0
debug 2018-11-24T14:09:04.946 thread-0 net_plugin.cpp:2690 accepted_block_heade ] signaled, id = 00000002e7276a458d9fbbb314ab29e0db4cfad39f0bef86c105939ea3bd1be3
warn 2018-11-24T14:09:04.946 thread-0 transaction_context.cp:108 deadline_timer ] Using polled checktime; deadline timer too inaccurate: min:3us max:17850us mean:2280us stddev:2354us
debug 2018-11-24T14:09:04.947 thread-0 net_plugin.cpp:2703 accepted_transaction ] signaled, id = ec31086b2cc3666f7f00e320091cd063b7c2a9808a49f751ab4d0ce49d7bceb4
debug 2018-11-24T14:09:04.947 thread-0 net_plugin.cpp:2708 applied_transaction ] signaled, id = ec31086b2cc3666f7f00e320091cd063b7c2a9808a49f751ab4d0ce49d7bceb4
debug 2018-11-24T14:09:04.947 thread-0 net_plugin.cpp:2694 accepted_block ] signaled, id = 00000002e7276a458d9fbbb314ab29e0db4cfad39f0bef86c105939ea3bd1be3
info 2018-11-24T14:09:04.947 thread-0 producer_plugin.cpp:337 on_incoming_block ] Received block e7276a458d9fbbb3... #2 @ 2018-11-24T14:09:04.500 signed by eosio [trxs: 0, lib: 0, conf: 0, latency: 447 ms]
debug 2018-11-24T14:09:04.947 thread-0 net_plugin.cpp:2703 accepted_transaction ] signaled, id = fef7f5e774e9198ae533a98f2037b878b1cdc0d62b4ac6995a7581e3c20638c0
debug 2018-11-24T14:09:04.947 thread-0 net_plugin.cpp:2708 applied_transaction ] signaled, id = fef7f5e774e9198ae533a98f2037b878b1cdc0d62b4ac6995a7581e3c20638c0
debug 2018-11-24T14:09:04.947 thread-0 net_plugin.cpp:1565 recv_block ] got block 2 from localhost:9776 - 7174aca
debug 2018-11-24T14:09:04.948 thread-0 net_plugin.cpp:1575 recv_block ] sync_manager in head_catchup state
debug 2018-11-24T14:09:04.948 thread-0 net_plugin.cpp:1275 set_state ] old state head catchup becoming in sync
debug 2018-11-24T14:09:05.002 thread-0 net_plugin.cpp:2521 handle_message ] canceling wait on localhost:9776 - 7174aca
debug 2018-11-24T14:09:05.002 thread-0 net_plugin.cpp:1667 recv_block ] canceling wait on localhost:9776 - 7174aca
info 2018-11-24T14:09:05.002 thread-0 net_plugin.cpp:2537 handle_message ] ["localhost:9776 - 7174aca" 127.0.0.1:9776]received signed_block : #3 block age in secs = 0
debug 2018-11-24T14:09:05.002 thread-0 net_plugin.cpp:2699 irreversible_block ] signaled, id = 000000019cdb8926ff05a02ca3d7546e18879281fbedd5ff61c5d1e6da26b04b
debug 2018-11-24T14:09:05.002 thread-0 net_plugin.cpp:2690 accepted_block_heade ] signaled, id = 00000003d16108f2fa6036db97a9d6653c812220e037e6cfdea1911bb6f4935f
debug 2018-11-24T14:09:05.002 thread-0 net_plugin.cpp:2703 accepted_transaction ] signaled, id = fef7f5e774e9198ae533a98f2037b878b1cdc0d62b4ac6995a7581e3c20638c0
debug 2018-11-24T14:09:05.003 thread-0 net_plugin.cpp:2708 applied_transaction ] signaled, id = fef7f5e774e9198ae533a98f2037b878b1cdc0d62b4ac6995a7581e3c20638c0
debug 2018-11-24T14:09:05.003 thread-0 net_plugin.cpp:2694 accepted_block ] signaled, id = 00000003d16108f2fa6036db97a9d6653c812220e037e6cfdea1911bb6f4935f
info 2018-11-24T14:09:05.003 thread-0 producer_plugin.cpp:337 on_incoming_block ] Received block d16108f2fa6036db... #3 @ 2018-11-24T14:09:05.000 signed by eosio [trxs: 0, lib: 2, conf: 0, latency: 3 ms]
debug 2018-11-24T14:09:05.003 thread-0 net_plugin.cpp:2703 accepted_transaction ] signaled, id = f0521c48ca0e3216ca3a73203efba9b67b11043777b0085abdf65e36d02bf8dc
debug 2018-11-24T14:09:05.003 thread-0 net_plugin.cpp:2708 applied_transaction ] signaled, id = f0521c48ca0e3216ca3a73203efba9b67b11043777b0085abdf65e36d02bf8dc
debug 2018-11-24T14:09:05.003 thread-0 net_plugin.cpp:1565 recv_block ] got block 3 from localhost:9776 - 7174aca
debug 2018-11-24T14:09:05.501 thread-0 net_plugin.cpp:2521 handle_message ] canceling wait on localhost:9776 - 7174aca
debug 2018-11-24T14:09:05.501 thread-0 net_plugin.cpp:1667 recv_block ] canceling wait on localhost:9776 - 7174aca
info 2018-11-24T14:09:05.502 thread-0 net_plugin.cpp:2537 handle_message ] ["localhost:9776 - 7174aca" 127.0.0.1:9776]received signed_block : #4 block age in secs = 0
debug 2018-11-24T14:09:05.502 thread-0 net_plugin.cpp:2699 irreversible_block ] signaled, id = 00000002e7276a458d9fbbb314ab29e0db4cfad39f0bef86c105939ea3bd1be3
debug 2018-11-24T14:09:05.502 thread-0 net_plugin.cpp:2690 accepted_block_heade ] signaled, id = 00000004cf2d1d199f3ab2666439795e86d6e1727eb32bf33ba38c15564b7958
debug 2018-11-24T14:09:05.502 thread-0 net_plugin.cpp:2703 accepted_transaction ] signaled, id = f0521c48ca0e3216ca3a73203efba9b67b11043777b0085abdf65e36d02bf8dc
debug 2018-11-24T14:09:05.502 thread-0 net_plugin.cpp:2708 applied_transaction ] signaled, id = f0521c48ca0e3216ca3a73203efba9b67b11043777b0085abdf65e36d02bf8dc
debug 2018-11-24T14:09:05.502 thread-0 net_plugin.cpp:2694 accepted_block ] signaled, id = 00000004cf2d1d199f3ab2666439795e86d6e1727eb32bf33ba38c15564b7958
info 2018-11-24T14:09:05.502 thread-0 producer_plugin.cpp:337 on_incoming_block ] Received block cf2d1d199f3ab266... #4 @ 2018-11-24T14:09:05.500 signed by eosio [trxs: 0, lib: 3, conf: 0, latency: 2 ms]
debug 2018-11-24T14:09:05.503 thread-0 net_plugin.cpp:2703 accepted_transaction ] signaled, id = bed511aab885d213c76734b8eb95902c6f3cfd3205ac812e8af033d9e994c58c
debug 2018-11-24T14:09:05.503 thread-0 net_plugin.cpp:2708 applied_transaction ] signaled, id = bed511aab885d213c76734b8eb95902c6f3cfd3205ac812e8af033d9e994c58c
debug 2018-11-24T14:09:05.503 thread-0 net_plugin.cpp:1565 recv_block ] got block 4 from localhost:9776 - 7174aca
debug 2018-11-24T14:09:06.003 thread-0 net_plugin.cpp:2521 handle_message ] canceling wait on localhost:9776 - 7174aca
debug 2018-11-24T14:09:06.003 thread-0 net_plugin.cpp:1667 recv_block ] canceling wait on localhost:9776 - 7174aca
info 2018-11-24T14:09:06.003 thread-0 net_plugin.cpp:2537 handle_message ] ["localhost:9776 - 7174aca" 127.0.0.1:9776]received signed_block : #5 block age in secs = 0
debug 2018-11-24T14:09:06.004 thread-0 net_plugin.cpp:2699 irreversible_block ] signaled, id = 00000003d16108f2fa6036db97a9d6653c812220e037e6cfdea1911bb6f4935f
debug 2018-11-24T14:09:06.004 thread-0 net_plugin.cpp:2690 accepted_block_heade ] signaled, id = 00000005791984a5cb0e936ba45fb32c36a6cd3643e743977526ee3ce8cd422e
debug 2018-11-24T14:09:06.004 thread-0 net_plugin.cpp:2703 accekill: (10315): No such process
kill: (10316): No such process
pted_transaction ] signaled, id = bed511aab885d213c76734b8eb95902c6f3cfd3205ac812e8af033d9e994c58c
debug 2018-11-24T14:09:06.004 thread-0 net_plugin.cpp:2708 applied_transaction ] signaled, id = bed511aab885d213c76734b8eb95902c6f3cfd3205ac812e8af033d9e994c58c
debug 2018-11-24T14:09:06.004 thread-0 net_plugin.cpp:2694 accepted_block ] signaled, id = 00000005791984a5cb0e936ba45fb32c36a6cd3643e743977526ee3ce8cd422e
info 2018-11-24T14:09:06.004 thread-0 producer_plugin.cpp:337 on_incoming_block ] Received block 791984a5cb0e936b... #5 @ 2018-11-24T14:09:06.000 signed by eosio [trxs: 0, lib: 4, conf: 0, latency: 4 ms]
debug 2018-11-24T14:09:06.004 thread-0 net_plugin.cpp:2703 accepted_transaction ] signaled, id = c46725c0aced85b320961ba156409d504d23dfa8d5da3b4de026d4a447cc1409
debug 2018-11-24T14:09:06.005 thread-0 net_plugin.cpp:2708 applied_transaction ] signaled, id = c46725c0aced85b320961ba156409d504d23dfa8d5da3b4de026d4a447cc1409
debug 2018-11-24T14:09:06.005 thread-0 net_plugin.cpp:1565 recv_block ] got block 5 from localhost:9776 - 7174aca
debug 2018-11-24T14:09:06.501 thread-0 net_plugin.cpp:2521 handle_message ] canceling wait on localhost:9776 - 7174aca
debug 2018-11-24T14:09:06.501 thread-0 net_plugin.cpp:1667 recv_block ] canceling wait on localhost:9776 - 7174aca
info 2018-11-24T14:09:06.501 thread-0 net_plugin.cpp:2537 handle_message ] ["localhost:9776 - 7174aca" 127.0.0.1:9776]received signed_block : #6 block age in secs = 0
debug 2018-11-24T14:09:06.501 thread-0 net_plugin.cpp:2699 irreversible_block ] signaled, id = 00000004cf2d1d199f3ab2666439795e86d6e1727eb32bf33ba38c15564b7958
debug 2018-11-24T14:09:06.501 thread-0 net_plugin.cpp:2690 accepted_block_heade ] signaled, id = 000000066a06c4550bc9f1c0958cd2260f83b15da9984e8587740bcf09a69332
debug 2018-11-24T14:09:06.501 thread-0 net_plugin.cpp:2703 accepted_transaction ] signaled, id = c46725c0aced85b320961ba156409d504d23dfa8d5da3b4de026d4a447cc1409
debug 2018-11-24T14:09:06.502 thread-0 net_plugin.cpp:2708 applied_transaction ] signaled, id = c46725c0aced85b320961ba156409d504d23dfa8d5da3b4de026d4a447cc1409
debug 2018-11-24T14:09:06.502 thread-0 net_plugin.cpp:2694 accepted_block ] signaled, id = 000000066a06c4550bc9f1c0958cd2260f83b15da9984e8587740bcf09a69332
info 2018-11-24T14:09:06.502 thread-0 producer_plugin.cpp:337 on_incoming_block ] Received block 6a06c4550bc9f1c0... #6 @ 2018-11-24T14:09:06.500 signed by eosio [trxs: 0, lib: 5, conf: 0, latency: 2 ms]
debug 2018-11-24T14:09:06.502 thread-0 net_plugin.cpp:2703 accepted_transaction ] signaled, id = 31b7f81ba86f1d4540d02a7ef9ec7e9831f7561901c1a84848defd3d867dd5cf
debug 2018-11-24T14:09:06.502 thread-0 net_plugin.cpp:2708 applied_transaction ] signaled, id = 31b7f81ba86f1d4540d02a7ef9ec7e9831f7561901c1a84848defd3d867dd5cf
debug 2018-11-24T14:09:06.502 thread-0 net_plugin.cpp:1565 recv_block ] got block 6 from localhost:9776 - 7174aca
info 2018-11-24T14:09:06.971 thread-0 net_plugin.cpp:2142 operator() ] Peer localhost:9776 - 7174aca closed connection
debug 2018-11-24T14:09:06.971 thread-0 net_plugin.cpp:780 close ] canceling wait on localhost:9776
== Errors see above ==
== cout/cerr pairs from last 7 calls to Utils. ==
cmd={programs/cleos/cleos --url http://localhost:8888 --no-auto-keosd get info}
cout={b'{\n "server_version": "59626f1e",\n "chain_id": "00a3796b80dbab0ccf8267976253b01d6c40da3fb9619a7c791762507303df49",\n "head_block_num": 6,\n "last_irreversible_block_num": 5,\n "last_irreversible_block_id": "00000005791984a5cb0e936ba45fb32c36a6cd3643e743977526ee3ce8cd422e",\n "head_block_id": "000000066a06c4550bc9f1c0958cd2260f83b15da9984e8587740bcf09a69332",\n "head_block_time": "2018-11-24T14:09:06.500",\n "head_block_producer": "eosio",\n "virtual_block_cpu_limit": 160641601,\n "virtual_block_net_limit": 1053831,\n "block_cpu_limit": 159999900,\n "block_net_limit": 1048576,\n "server_version_string": "v1.4.4"\n}\n'}
cerr={b''}
cmd={programs/cleos/cleos --url http://localhost:8888 --no-auto-keosd get info} cout={b''} cerr={b'Failed to connect to nodeos at http://localhost:8888; is nodeos running?\n'}
cmd={programs/cleos/cleos --url http://localhost:8888 --no-auto-keosd get info} cout={b''} cerr={b'Failed to connect to nodeos at http://localhost:8888; is nodeos running?\n'}
cmd={programs/cleos/cleos --url http://localhost:8888 --no-auto-keosd get info} cout={b''} cerr={b'Failed to connect to nodeos at http://localhost:8888; is nodeos running?\n'}
cmd={programs/cleos/cleos --url http://localhost:8888 --no-auto-keosd get info} cout={b''} cerr={b'Failed to connect to nodeos at http://localhost:8888; is nodeos running?\n'}
cmd={pgrep -a nodeos} cout={b'10315 programs/nodeos/nodeos --max-transaction-time -1 --abi-serializer-max-time-ms 990000 --filter-on --p2p-max-nodes-per-host 1 --contracts-console --config-dir etc/eosio/node_bios --data-dir var/lib/node_bios --genesis-json etc/eosio/node_bios/genesis.json --genesis-timestamp 2018-11-24T14:08:52.787\n10316 programs/nodeos/nodeos --max-transaction-time -1 --abi-serializer-max-time-ms 990000 --filter-on --p2p-max-nodes-per-host 1 --contracts-console --config-dir etc/eosio/node_00 --data-dir var/lib/node_00 --genesis-json etc/eosio/node_00/genesis.json --genesis-timestamp 2018-11-24T14:08:52.787\n'} cerr={b''}
cmd={programs/cleos/cleos version client} cout={b'Build version: 59626f1e\n'} cerr={b''}
== cmd/cout/cerr pairs done. ==
Shut down the cluster.
cmd: programs/eosio-launcher/eosio-launcher -k 9
cmd: pkill -9 nodeos
Traceback (most recent call last):
File "/opt/eos/build/tests/validate-dirty-db.py", line 93, in
0% tests passed, 1 tests failed out of 1
Label Time Summary: nonparallelizable_tests = 17.41 sec*proc (1 test)
Total Test time (real) = 17.43 sec
The following tests FAILED: 42 - validate_dirty_db_test (Failed) Errors while running CTest
I just got home this evening and did a git pull to grab the latest from master, the build was fine minus these warnings
running make test fails on the last test.