Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Unsupported Linux Distribution(Ubuntu Kylin) when run eosio_build.sh and make test failed #2614

Closed
veezhang opened this issue Apr 27, 2018 · 2 comments

Comments

@veezhang
Copy link

In Ubuntu Kylin system, run eosio_build.sh script

	Beginning build version: 1.2
	Fri Apr 27 18:03:56 CST 2018
	User: root
	git head id: 4e99117b16037c3c3873916848354fa6d3acb438
	Current branch: * master

	ARCHITECTURE: Linux

	Unsupported Linux Distribution. Exiting now.

modify the eosio_build.sh script, and build ok, but make test failed

The following tests FAILED:
	 24 - chain_test_binaryen (Failed)
	 25 - chain_test_wavm (Failed)
	 26 - nodeos_run_test (Failed)
	 27 - nodeos_run_remote_test (Failed)
	 29 - nodeos_run_test-mongodb (Failed)
	 30 - distributed-transactions-test (Failed)
	 31 - distributed-transactions-remote-test (Failed)
	 32 - restart-scenarios-test_resync (Failed)

then run " ./chain_test --report_level=detailed --color_output -- --binaryen", and it shows that:

3030000 transaction_exception: transaction validation exception
result == hash_val: hash miss match
    {}
    thread-0  wasm_interface.cpp:731 assert_sha256

    {"_pending_console_output.str()":""}
    thread-0  apply_context.cpp:30 exec_one

    {}
    thread-0  chain_controller.cpp:2129 __apply_transaction

    {"transaction_header(meta.trx())":{"expiration":"2020-01-01T00:00:29","region":0,"ref_block_num":46,"ref_block_prefix":3046048424,"max_net_usage_words":0,"max_kcpu_usage":0,"delay_sec":0}}
    thread-0  chain_controller.cpp:2164 _apply_transaction

    {"transaction_header(data.trx())":{"expiration":"2020-01-01T00:00:29","region":0,"ref_block_num":46,"ref_block_prefix":3046048424,"max_net_usage_words":0,"max_kcpu_usage":0,"delay_sec":0}}
    thread-0  chain_controller.cpp:2365 wrap_transaction_processing

    {}
    thread-0  chain_controller.cpp:364 _push_transaction

    {"transaction_header(packed_trx.get_transaction())":{"expiration":"2020-01-01T00:00:29","region":0,"ref_block_num":46,"ref_block_prefix":3046048424,"max_net_usage_words":0,"max_kcpu_usage":0,"delay_sec":0}}
    thread-0  chain_controller.cpp:339 _push_transaction

    {"transaction_header(trx.get_transaction())":{"expiration":"2020-01-01T00:00:29","region":0,"ref_block_num":46,"ref_block_prefix":3046048424,"max_net_usage_words":0,"max_kcpu_usage":0,"delay_sec":0}}
    thread-0  tester.cpp:176 push_transaction

    {"transaction_header(trx)":{"expiration":"2020-01-01T00:00:29","region":0,"ref_block_num":46,"ref_block_prefix":3046048424,"max_net_usage_words":0,"max_kcpu_usage":0,"delay_sec":0}}
    thread-0  tester.cpp:181 push_transaction
rethrow
    {}
    thread-0  wasm_tests.cpp:500 test_method
/source/eos/tests/common/main.cpp(15): fatal error: in "wasm_tests/misaligned_tests": Caught Unexpected Exception
@466919153
Copy link

25/33 Test #25: chain_test_binaryen ....................***Failed 113.05 sec
Start 26: chain_test_wavm
26/33 Test #26: chain_test_wavm ........................***Failed 417.58 sec
I have the similar mistake

@greenph1
Copy link

greenph1 commented May 2, 2018

How can I stop getting these emails???!!

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

No branches or pull requests

4 participants