[INFO] crate vibranium-cli 0.1.0 is already in cache [INFO] testing vibranium-cli-0.1.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate vibranium-cli 0.1.0 into work/builds/worker-3/source [INFO] validating manifest of crates.io crate vibranium-cli 0.1.0 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate vibranium-cli 0.1.0 [INFO] finished tweaking crates.io crate vibranium-cli 0.1.0 [INFO] tweaked toml for crates.io crate vibranium-cli 0.1.0 written to work/builds/worker-3/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 6d43411ee7e001aff416ca298f48d2a42b0a08fb50082f16dd59a50e8373cd54 [INFO] running `"docker" "start" "-a" "6d43411ee7e001aff416ca298f48d2a42b0a08fb50082f16dd59a50e8373cd54"` [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Compiling rustc-hex v2.0.1 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling static_assertions v0.2.5 [INFO] [stderr] Compiling scoped-tls v0.1.2 [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling is-match v0.1.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling openssl v0.10.25 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling derive_more v0.14.1 [INFO] [stderr] Compiling impl-serde v0.2.1 [INFO] [stderr] Compiling ethereum-types-serialize v0.2.2 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rlp v0.4.2 [INFO] [stderr] Compiling tokio-timer v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling impl-rlp v0.2.0 [INFO] [stderr] Compiling tiny-keccak v1.5.0 [INFO] [stderr] Compiling uint v0.5.0 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling toml-query v0.8.0 [INFO] [stderr] Compiling fixed-hash v0.3.2 [INFO] [stderr] Compiling jsonrpc-core v11.0.0 [INFO] [stderr] Compiling ethbloom v0.6.4 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling ethereum-types v0.5.2 [INFO] [stderr] Compiling tokio-threadpool v0.1.16 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling ethabi v7.0.0 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling websocket v0.21.1 [INFO] [stderr] Compiling tokio-uds v0.1.7 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling web3 v0.7.0 [INFO] [stderr] Compiling vibranium v0.1.0 [INFO] [stderr] Compiling vibranium-cli v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:26:30 [INFO] [stderr] | [INFO] [stderr] 26 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:24:18 [INFO] [stderr] | [INFO] [stderr] 24 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 45.96s [INFO] running `"docker" "inspect" "6d43411ee7e001aff416ca298f48d2a42b0a08fb50082f16dd59a50e8373cd54"` [INFO] running `"docker" "rm" "-f" "6d43411ee7e001aff416ca298f48d2a42b0a08fb50082f16dd59a50e8373cd54"` [INFO] [stdout] 6d43411ee7e001aff416ca298f48d2a42b0a08fb50082f16dd59a50e8373cd54 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 6bb405e627afd07b551d475fbcba5e34fc44129f9594d9180f8831282b66dae8 [INFO] running `"docker" "start" "-a" "6bb405e627afd07b551d475fbcba5e34fc44129f9594d9180f8831282b66dae8"` [INFO] [stderr] Compiling escargot v0.3.1 [INFO] [stderr] Compiling predicates-core v1.0.0 [INFO] [stderr] Compiling normalize-line-endings v0.2.2 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling predicates-tree v1.0.0 [INFO] [stderr] Compiling float-cmp v0.4.0 [INFO] [stderr] Compiling predicates v1.0.1 [INFO] [stderr] Compiling assert_cmd v0.10.2 [INFO] [stderr] Compiling vibranium-cli v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:26:30 [INFO] [stderr] | [INFO] [stderr] 26 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:24:18 [INFO] [stderr] | [INFO] [stderr] 24 | type Error = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:15:93 [INFO] [stderr] | [INFO] [stderr] 15 | fn setup_vibranium_project(config: Option) -> Result<(TempDir, PathBuf), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:38:79 [INFO] [stderr] | [INFO] [stderr] 38 | fn create_test_contract(project_path: &PathBuf, name: &str) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:46:69 [INFO] [stderr] | [INFO] [stderr] 46 | fn read_config(project_path: &PathBuf) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:51:93 [INFO] [stderr] | [INFO] [stderr] 51 | fn set_configurations(configs: Vec<(&str, &str)>, project_path: &PathBuf) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:58:91 [INFO] [stderr] | [INFO] [stderr] 58 | fn set_configuration(config: &str, value: &str, project_path: &PathBuf) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:80:78 [INFO] [stderr] | [INFO] [stderr] 80 | fn it_should_fail_on_init_if_project_path_doesnt_exist() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:92:55 [INFO] [stderr] | [INFO] [stderr] 92 | fn it_should_initialize_project() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:105:82 [INFO] [stderr] | [INFO] [stderr] 105 | fn it_should_initialize_project_with_default_config_preset() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:149:88 [INFO] [stderr] | [INFO] [stderr] 149 | fn it_should_fail_on_reset_if_project_is_not_a_vibranium_project() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:165:50 [INFO] [stderr] | [INFO] [stderr] 165 | fn it_should_reset_project() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:196:91 [INFO] [stderr] | [INFO] [stderr] 196 | fn it_should_honor_changes_in_vibranium_toml_when_resetting_project() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:216:93 [INFO] [stderr] | [INFO] [stderr] 216 | fn it_should_restore_config_file_with_defaults_when_resetting_project() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:266:84 [INFO] [stderr] | [INFO] [stderr] 266 | fn it_should_update_vibranium_config_file_via_config_command() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:279:82 [INFO] [stderr] | [INFO] [stderr] 279 | fn it_accept_multi_value_config_options_using_array_syntax() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:293:89 [INFO] [stderr] | [INFO] [stderr] 293 | fn it_should_remove_empty_values_when_setting_multi_value_options() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:306:98 [INFO] [stderr] | [INFO] [stderr] 306 | fn it_should_fail_when_setting_incompatible_config_value_for_config_option() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:327:76 [INFO] [stderr] | [INFO] [stderr] 327 | fn it_should_ignore_config_options_that_do_not_exist() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:335:57 [INFO] [stderr] | [INFO] [stderr] 335 | fn it_should_remove_config_option() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:368:120 [INFO] [stderr] | [INFO] [stderr] 368 | fn it_should_fail_when_given_compiler_option_is_not_supported_and_no_compiler_options_specificed() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:391:78 [INFO] [stderr] | [INFO] [stderr] 391 | fn it_should_fail_when_given_compiler_is_not_installed() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:417:69 [INFO] [stderr] | [INFO] [stderr] 417 | fn it_should_fail_when_compiler_program_fails() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:434:84 [INFO] [stderr] | [INFO] [stderr] 434 | fn it_should_honor_compiler_options_specified_in_config_file() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:454:91 [INFO] [stderr] | [INFO] [stderr] 454 | fn it_should_override_config_file_compiler_options_with_cli_options() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:485:74 [INFO] [stderr] | [INFO] [stderr] 485 | fn it_should_output_local_blockchains_dev_accounts() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:520:77 [INFO] [stderr] | [INFO] [stderr] 520 | fn it_should_fail_if_no_deployment_config_is_provided() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:537:74 [INFO] [stderr] | [INFO] [stderr] 537 | fn it_should_skip_deployment_if_no_artifacts_exist() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:565:73 [INFO] [stderr] | [INFO] [stderr] 565 | fn it_should_fail_if_parameter_args_are_not_valid() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:613:69 [INFO] [stderr] | [INFO] [stderr] 613 | fn it_should_fail_if_it_can_not_tokenize_args() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:661:76 [INFO] [stderr] | [INFO] [stderr] 661 | fn it_should_fail_if_artifacts_are_partially_missing() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:700:83 [INFO] [stderr] | [INFO] [stderr] 700 | fn it_should_use_gas_limit_defined_in_smart_contract_config() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> tests/cli.rs:734:1 [INFO] [stderr] | [INFO] [stderr] 734 | ; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:740:59 [INFO] [stderr] | [INFO] [stderr] 740 | fn it_should_deploy_smart_contracts() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/cli.rs:783:68 [INFO] [stderr] | [INFO] [stderr] 783 | fn it_should_deploy_multiple_smart_contracts() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.55s [INFO] running `"docker" "inspect" "6bb405e627afd07b551d475fbcba5e34fc44129f9594d9180f8831282b66dae8"` [INFO] running `"docker" "rm" "-f" "6bb405e627afd07b551d475fbcba5e34fc44129f9594d9180f8831282b66dae8"` [INFO] [stdout] 6bb405e627afd07b551d475fbcba5e34fc44129f9594d9180f8831282b66dae8 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] ca9913fea798d1de7cf5c8200919006ac64b9087151ba57f1bd0f37819ab6008 [INFO] running `"docker" "start" "-a" "ca9913fea798d1de7cf5c8200919006ac64b9087151ba57f1bd0f37819ab6008"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.80s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/vibranium_cli-40ae3f0e9b69d0a8 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/cli-df8c78be37b94b80 [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test compile_cmd::it_should_fail_when_given_compiler_is_not_installed ... FAILED [INFO] [stdout] test accounts_cmd::it_should_output_local_blockchains_dev_accounts ... test accounts_cmd::it_should_output_local_blockchains_dev_accounts has been running for over 60 seconds [INFO] [stdout] test compile_cmd::it_should_fail_when_compiler_program_fails ... test compile_cmd::it_should_fail_when_compiler_program_fails has been running for over 60 seconds [INFO] [stdout] test compile_cmd::it_should_fail_when_given_compiler_option_is_not_supported_and_no_compiler_options_specificed ... test compile_cmd::it_should_fail_when_given_compiler_option_is_not_supported_and_no_compiler_options_specificed has been running for over 60 seconds [INFO] [stdout] test compile_cmd::it_should_honor_compiler_options_specified_in_config_file ... test compile_cmd::it_should_honor_compiler_options_specified_in_config_file has been running for over 60 seconds [INFO] [stdout] test config_cmd::it_accept_multi_value_config_options_using_array_syntax ... test config_cmd::it_accept_multi_value_config_options_using_array_syntax has been running for over 60 seconds [INFO] [stdout] test config_cmd::it_should_fail_when_setting_incompatible_config_value_for_config_option ... test config_cmd::it_should_fail_when_setting_incompatible_config_value_for_config_option has been running for over 60 seconds [INFO] [stdout] test config_cmd::it_should_ignore_config_options_that_do_not_exist ... test config_cmd::it_should_ignore_config_options_that_do_not_exist has been running for over 60 seconds [INFO] [stdout] test compile_cmd::it_should_override_config_file_compiler_options_with_cli_options ... test compile_cmd::it_should_override_config_file_compiler_options_with_cli_options has been running for over 60 seconds [INFO] [stdout] test config_cmd::it_should_remove_config_option ... test config_cmd::it_should_remove_config_option has been running for over 60 seconds [INFO] [stdout] test config_cmd::it_should_remove_empty_values_when_setting_multi_value_options ... test config_cmd::it_should_remove_empty_values_when_setting_multi_value_options has been running for over 60 seconds [INFO] [stdout] test config_cmd::it_should_update_vibranium_config_file_via_config_command ... test config_cmd::it_should_update_vibranium_config_file_via_config_command has been running for over 60 seconds [INFO] [stdout] test deploy_cmd::it_should_deploy_smart_contracts ... test deploy_cmd::it_should_deploy_smart_contracts has been running for over 60 seconds [INFO] [stdout] test deploy_cmd::it_should_deploy_multiple_smart_contracts ... test deploy_cmd::it_should_deploy_multiple_smart_contracts has been running for over 60 seconds [INFO] [stdout] test deploy_cmd::it_should_fail_if_artifacts_are_partially_missing ... test deploy_cmd::it_should_fail_if_artifacts_are_partially_missing has been running for over 60 seconds [INFO] [stdout] test deploy_cmd::it_should_fail_if_it_can_not_tokenize_args ... test deploy_cmd::it_should_fail_if_it_can_not_tokenize_args has been running for over 60 seconds [INFO] [stdout] test accounts_cmd::it_should_output_local_blockchains_dev_accounts ... FAILED [INFO] [stdout] test config_cmd::it_should_ignore_config_options_that_do_not_exist ... ok [INFO] [stdout] test compile_cmd::it_should_fail_when_compiler_program_fails ... ok [INFO] [stdout] test config_cmd::it_should_remove_empty_values_when_setting_multi_value_options ... ok [INFO] [stdout] test deploy_cmd::it_should_fail_if_it_can_not_tokenize_args ... FAILED [INFO] [stdout] test config_cmd::it_should_update_vibranium_config_file_via_config_command ... ok [INFO] [stdout] test config_cmd::it_accept_multi_value_config_options_using_array_syntax ... ok [INFO] [stdout] test deploy_cmd::it_should_fail_if_artifacts_are_partially_missing ... FAILED [INFO] [stdout] test deploy_cmd::it_should_deploy_smart_contracts ... FAILED [INFO] [stdout] test deploy_cmd::it_should_deploy_multiple_smart_contracts ... FAILED [INFO] [stdout] test config_cmd::it_should_fail_when_setting_incompatible_config_value_for_config_option ... ok [INFO] [stdout] test compile_cmd::it_should_honor_compiler_options_specified_in_config_file ... ok [INFO] [stdout] test deploy_cmd::it_should_fail_if_no_deployment_config_is_provided ... ok [INFO] [stdout] test compile_cmd::it_should_fail_when_given_compiler_option_is_not_supported_and_no_compiler_options_specificed ... ok [INFO] [stdout] test config_cmd::it_should_remove_config_option ... ok [INFO] [stdout] test init_cmd::it_should_fail_on_init_if_project_path_doesnt_exist ... ok [INFO] [stdout] test init_cmd::it_should_initialize_project ... ok [INFO] [stdout] test compile_cmd::it_should_override_config_file_compiler_options_with_cli_options ... ok [INFO] [stdout] test init_cmd::it_should_initialize_project_with_default_config_preset ... ok [INFO] [stdout] test reset_cmd::it_should_fail_on_reset_if_project_is_not_a_vibranium_project ... ok [INFO] [stdout] test deploy_cmd::it_should_fail_if_parameter_args_are_not_valid ... FAILED [INFO] [stdout] test deploy_cmd::it_should_use_gas_limit_defined_in_smart_contract_config ... FAILED [INFO] [stdout] test deploy_cmd::it_should_skip_deployment_if_no_artifacts_exist ... FAILED [INFO] [stdout] test reset_cmd::it_should_reset_project ... ok [INFO] [stdout] test reset_cmd::it_should_honor_changes_in_vibranium_toml_when_resetting_project ... ok [INFO] [stdout] test reset_cmd::it_should_restore_config_file_with_defaults_when_resetting_project ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- compile_cmd::it_should_fail_when_given_compiler_is_not_installed stdout ---- [INFO] [stdout] Error: CargoError { cause: Some(CargoError { kind: CommandFailed, context: Some(" Compiling libc v0.2.62\n Compiling cfg-if v0.1.10\n Compiling semver-parser v0.7.0\n Compiling byteorder v1.3.2\n Compiling log v0.4.8\n Compiling futures v0.1.29\n Compiling lazy_static v1.4.0\n Compiling autocfg v0.1.6\n Compiling either v1.5.3\n Compiling smallvec v0.6.10\n Compiling rand_core v0.4.2\n Compiling scopeguard v1.0.0\n Compiling cc v1.0.45\n Compiling slab v0.4.2\n Compiling proc-macro2 v1.0.5\n Compiling unicode-xid v0.2.0\n Compiling fnv v1.0.6\n Compiling syn v1.0.5\n Compiling arrayvec v0.4.11\n Compiling serde v1.0.101\n Compiling nodrop v0.1.14\n Compiling pkg-config v0.3.16\n Compiling version_check v0.1.5\n Compiling proc-macro2 v0.4.30\n Compiling unicode-xid v0.1.0\n Compiling bitflags v1.2.0\n Compiling itoa v0.4.4\n Compiling rustc-hex v2.0.1\n Compiling crunchy v0.2.2\n Compiling syn v0.15.44\n Compiling heapsize v0.4.2\n Compiling httparse v1.3.4\n Compiling foreign-types-shared v0.1.1\n Compiling openssl v0.10.25\n Compiling ryu v1.0.0\n Compiling native-tls v0.2.3\n Compiling memchr v2.2.1\n Compiling matches v0.1.8\n Compiling openssl-probe v0.1.2\n Compiling static_assertions v0.2.5\n Compiling stable_deref_trait v1.1.1\n Compiling scoped-tls v0.1.2\n Compiling failure_derive v0.1.5\n Compiling safemem v0.3.2\n Compiling indexmap v1.2.0\n Compiling percent-encoding v1.0.1\n Compiling try-lock v0.2.2\n Compiling regex-syntax v0.6.12\n Compiling scopeguard v0.3.3\n Compiling traitobject v0.1.0\n Compiling typeable v0.1.2\n Compiling rustc-demangle v0.1.16\n Compiling language-tags v0.2.2\n Compiling sha1 v0.6.0\n Compiling slab v0.3.0\n Compiling bitflags v0.9.1\n Compiling is-match v0.1.0\n Compiling quick-error v1.2.2\n Compiling unicode-width v0.1.6\n Compiling ansi_term v0.11.0\n Compiling glob v0.3.0\n Compiling termcolor v1.0.5\n Compiling vec_map v0.8.1\n Compiling strsim v0.8.0\n Compiling lock_api v0.3.1\n Compiling crossbeam-utils v0.6.6\n Compiling thread_local v0.3.6\n Compiling rand_core v0.3.1\n Compiling rand_jitter v0.1.4\n Compiling semver v0.9.0\n Compiling unicode-normalization v0.1.8\n Compiling rlp v0.4.2\n Compiling foreign-types v0.3.2\n Compiling rand_chacha v0.1.1\n Compiling rand_pcg v0.1.2\n Compiling rand v0.6.5\n Compiling unicode-bidi v0.3.4\n Compiling unicase v1.4.2\n Compiling error-chain v0.12.1\n Compiling owning_ref v0.4.0\n Compiling humantime v1.3.0\n Compiling textwrap v0.11.0\n Compiling rand_xorshift v0.1.1\n Compiling rand_isaac v0.1.1\n Compiling rand_hc v0.1.0\n Compiling crossbeam-queue v0.1.2\n Compiling rustc_version v0.2.3\n Compiling impl-rlp v0.2.0\n Compiling lock_api v0.1.5\n Compiling tokio-executor v0.1.8\n Compiling tokio-sync v0.1.6\n Compiling tokio-timer v0.1.2\n Compiling log v0.3.9\n Compiling want v0.2.0\n Compiling openssl-sys v0.9.50\n Compiling backtrace-sys v0.1.31\n Compiling tiny-keccak v1.5.0\n Compiling uint v0.5.0\n Compiling base64 v0.9.3\n Compiling base64 v0.10.1\n Compiling quote v1.0.2\n Compiling iovec v0.1.3\n Compiling num_cpus v1.10.1\n Compiling net2 v0.2.33\n Compiling rand v0.5.6\n Compiling time v0.1.42\n Compiling rand_os v0.1.3\n Compiling atty v0.2.13\n Compiling tokio-current-thread v0.1.6\n Compiling tokio-timer v0.2.11\n Compiling parking_lot_core v0.6.2\n Compiling memoffset v0.5.1\n Compiling parking_lot v0.9.0\n Compiling parking_lot_core v0.4.0\n Compiling hyper v0.12.35\n Compiling mime v0.2.6\n Compiling quote v0.6.13\n Compiling aho-corasick v0.7.6\n Compiling bytes v0.4.12\n Compiling futures-cpupool v0.1.8\n Compiling clap v2.33.0\n Compiling mio v0.6.19\n Compiling tokio-io v0.1.12\n Compiling http v0.1.18\n Compiling string v0.2.1\n Compiling tokio-buf v0.1.1\n Compiling crossbeam-epoch v0.7.2\nerror: could not compile `regex-syntax`.\n\nCaused by:\n process didn\'t exit successfully: `rustc --crate-name regex_syntax /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg \'feature=\"unicode-age\"\' --cfg \'feature=\"unicode-bool\"\' --cfg \'feature=\"unicode-case\"\' --cfg \'feature=\"unicode-gencat\"\' --cfg \'feature=\"unicode-perl\"\' --cfg \'feature=\"unicode-script\"\' --cfg \'feature=\"unicode-segment\"\' -C metadata=daec6a4b0121d602 -C extra-filename=-daec6a4b0121d602 --out-dir /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)\nwarning: build failed, waiting for other jobs to finish...\nerror: build failed\n"), cause: None }) } [INFO] [stdout] thread 'compile_cmd::it_should_fail_when_given_compiler_is_not_installed' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', src/libtest/lib.rs:337:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5599bebcede4 - backtrace::backtrace::libunwind::trace::hf625d18232cbbbd4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5599bebcede4 - backtrace::backtrace::trace_unsynchronized::h41d74150fc6ff542 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5599bebcede4 - std::sys_common::backtrace::_print_fmt::h85d37830c667a1f9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stdout] 3: 0x5599bebcede4 - ::fmt::h2b7ac01d5feaf9b2 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stdout] 4: 0x5599bebf51ec - core::fmt::write::h7fd0d904495c035f [INFO] [stdout] at src/libcore/fmt/mod.rs:1030 [INFO] [stdout] 5: 0x5599be9a0235 - std::io::Write::write_fmt::h424452e6ba861394 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/io/mod.rs:1412 [INFO] [stdout] 6: 0x5599bebc9441 - std::io::impls::>::write_fmt::h814a51d8ae1dee4a [INFO] [stdout] at src/libstd/io/impls.rs:141 [INFO] [stdout] 7: 0x5599bebd1955 - std::sys_common::backtrace::_print::h4c743f7c274a5a74 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stdout] 8: 0x5599bebd1955 - std::sys_common::backtrace::print::ha5c4f4bf03800d4d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x5599bebd1955 - std::panicking::default_hook::{{closure}}::h8b842185774c09e6 [INFO] [stdout] at src/libstd/panicking.rs:196 [INFO] [stdout] 10: 0x5599bebd15dc - std::panicking::default_hook::hd8ec13ee1bc2a65a [INFO] [stdout] at src/libstd/panicking.rs:207 [INFO] [stdout] 11: 0x5599bebd2055 - std::panicking::rust_panic_with_hook::hf3b27166e5f403e7 [INFO] [stdout] at src/libstd/panicking.rs:473 [INFO] [stdout] 12: 0x5599bebd1bf2 - std::panicking::continue_panic_fmt::hd961751be84a6f83 [INFO] [stdout] at src/libstd/panicking.rs:380 [INFO] [stdout] 13: 0x5599bebd1b4c - std::panicking::begin_panic_fmt::h23ef54e17e5a13fa [INFO] [stdout] at src/libstd/panicking.rs:335 [INFO] [stdout] 14: 0x5599be98c66f - test::assert_test_result::h3153f422a2001116 [INFO] [stdout] at /opt/rustwide/workdir/<::std::macros::panic macros>:9 [INFO] [stdout] 15: 0x5599be998645 - cli::compile_cmd::it_should_fail_when_given_compiler_is_not_installed::{{closure}}::h43712f049b710230 [INFO] [stdout] at tests/cli.rs:391 [INFO] [stdout] 16: 0x5599be98dd3e - core::ops::function::FnOnce::call_once::h6a0598c28dc86803 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 17: 0x5599be9aa12f - as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 18: 0x5599bebda3ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 19: 0x5599be9c493e - std::panicking::try::heccce20d527a3513 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 20: 0x5599be9c493e - std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x5599be9c493e - test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 22: 0x5599be99f9a5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 23: 0x5599be9a3b35 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x5599be9a3b35 - as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x5599be9a3b35 - std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 26: 0x5599bebda3ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 27: 0x5599be9a40e2 - std::panicking::try::h243a25457a848a1a [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 28: 0x5599be9a40e2 - std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x5599be9a40e2 - std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x5599be9a40e2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 31: 0x5599bebc4a6f - as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 32: 0x5599bebd97e0 - as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 33: 0x5599bebd97e0 - std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x5599bebd97e0 - std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7f75b68c36db - start_thread [INFO] [stdout] 36: 0x7f75b63d488f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- accounts_cmd::it_should_output_local_blockchains_dev_accounts stdout ---- [INFO] [stdout] thread 'accounts_cmd::it_should_output_local_blockchains_dev_accounts' panicked at 'Unexpected failure. [INFO] [stdout] code-1 [INFO] [stdout] stderr=```Aborted due to error: [INFO] [stdout] [INFO] [stdout] Unable to connect to blockchain. If you're trying to connect to a local blockchain node, [INFO] [stdout] make sure it's started first using the following command in a separate process: [INFO] [stdout] [INFO] [stdout] $ vibranium node [--path ...] [INFO] [stdout] [INFO] [stdout] ``` [INFO] [stdout] command=`"/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/vibranium-cli" "accounts" "--path" "/tmp/.tmpUTjcql/test_dapp"` [INFO] [stdout] code=1 [INFO] [stdout] stdout=`````` [INFO] [stdout] stderr=```Aborted due to error: [INFO] [stdout] [INFO] [stdout] Unable to connect to blockchain. If you're trying to connect to a local blockchain node, [INFO] [stdout] make sure it's started first using the following command in a separate process: [INFO] [stdout] [INFO] [stdout] $ vibranium node [--path ...] [INFO] [stdout] [INFO] [stdout] ``` [INFO] [stdout] ', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.10.2/src/assert.rs:154:13 [INFO] [stdout] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace. [INFO] [stdout] [INFO] [stdout] ---- deploy_cmd::it_should_fail_if_it_can_not_tokenize_args stdout ---- [INFO] [stdout] thread 'deploy_cmd::it_should_fail_if_it_can_not_tokenize_args' panicked at 'Unexpected failure. [INFO] [stdout] code-1 [INFO] [stdout] stderr=```Aborted due to error: [INFO] [stdout] [INFO] [stdout] Couldn't find executable for requested compiler [INFO] [stdout] ``` [INFO] [stdout] command=`"/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/vibranium-cli" "compile" "--path" "/tmp/.tmpz0ZoiW/test_dapp"` [INFO] [stdout] code=1 [INFO] [stdout] stdout=```Compiling Vibranium project... [INFO] [stdout] ``` [INFO] [stdout] stderr=```Aborted due to error: [INFO] [stdout] [INFO] [stdout] Couldn't find executable for requested compiler [INFO] [stdout] ``` [INFO] [stdout] ', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.10.2/src/assert.rs:154:13 [INFO] [stdout] [INFO] [stdout] ---- deploy_cmd::it_should_fail_if_artifacts_are_partially_missing stdout ---- [INFO] [stdout] thread 'deploy_cmd::it_should_fail_if_artifacts_are_partially_missing' panicked at 'Unexpected stderr, failed var.contains("Couldn\'t find abi file for") [INFO] [stdout] └── var as str: Aborted due to error: [INFO] [stdout] [INFO] [stdout] Unable to connect to blockchain. If you're trying to connect to a local blockchain node, [INFO] [stdout] make sure it's started first using the following command in a separate process: [INFO] [stdout] [INFO] [stdout] $ vibranium node [--path ...] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/vibranium-cli" "deploy" "--path" "/tmp/.tmpstfSXg/test_dapp"` [INFO] [stdout] code=1 [INFO] [stdout] stdout=```Deploying... [INFO] [stdout] ``` [INFO] [stdout] stderr=```Aborted due to error: [INFO] [stdout] [INFO] [stdout] Unable to connect to blockchain. If you're trying to connect to a local blockchain node, [INFO] [stdout] make sure it's started first using the following command in a separate process: [INFO] [stdout] [INFO] [stdout] $ vibranium node [--path ...] [INFO] [stdout] [INFO] [stdout] ``` [INFO] [stdout] ', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.10.2/src/assert.rs:445:17 [INFO] [stdout] [INFO] [stdout] ---- deploy_cmd::it_should_deploy_smart_contracts stdout ---- [INFO] [stdout] thread 'deploy_cmd::it_should_deploy_smart_contracts' panicked at 'Unexpected failure. [INFO] [stdout] code-1 [INFO] [stdout] stderr=```Aborted due to error: [INFO] [stdout] [INFO] [stdout] Couldn't find executable for requested compiler [INFO] [stdout] ``` [INFO] [stdout] command=`"/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/vibranium-cli" "compile" "--path" "/tmp/.tmpOxcWBr/test_dapp"` [INFO] [stdout] code=1 [INFO] [stdout] stdout=```Compiling Vibranium project... [INFO] [stdout] ``` [INFO] [stdout] stderr=```Aborted due to error: [INFO] [stdout] [INFO] [stdout] Couldn't find executable for requested compiler [INFO] [stdout] ``` [INFO] [stdout] ', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.10.2/src/assert.rs:154:13 [INFO] [stdout] [INFO] [stdout] ---- deploy_cmd::it_should_deploy_multiple_smart_contracts stdout ---- [INFO] [stdout] thread 'deploy_cmd::it_should_deploy_multiple_smart_contracts' panicked at 'Unexpected failure. [INFO] [stdout] code-1 [INFO] [stdout] stderr=```Aborted due to error: [INFO] [stdout] [INFO] [stdout] Couldn't find executable for requested compiler [INFO] [stdout] ``` [INFO] [stdout] command=`"/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/vibranium-cli" "compile" "--path" "/tmp/.tmpav4CNu/test_dapp"` [INFO] [stdout] code=1 [INFO] [stdout] stdout=```Compiling Vibranium project... [INFO] [stdout] ``` [INFO] [stdout] stderr=```Aborted due to error: [INFO] [stdout] [INFO] [stdout] Couldn't find executable for requested compiler [INFO] [stdout] ``` [INFO] [stdout] ', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.10.2/src/assert.rs:154:13 [INFO] [stdout] [INFO] [stdout] ---- deploy_cmd::it_should_fail_if_parameter_args_are_not_valid stdout ---- [INFO] [stdout] thread 'deploy_cmd::it_should_fail_if_parameter_args_are_not_valid' panicked at 'Unexpected failure. [INFO] [stdout] code-1 [INFO] [stdout] stderr=```Aborted due to error: [INFO] [stdout] [INFO] [stdout] Couldn't find executable for requested compiler [INFO] [stdout] ``` [INFO] [stdout] command=`"/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/vibranium-cli" "compile" "--path" "/tmp/.tmpz7bs1Q/test_dapp"` [INFO] [stdout] code=1 [INFO] [stdout] stdout=```Compiling Vibranium project... [INFO] [stdout] ``` [INFO] [stdout] stderr=```Aborted due to error: [INFO] [stdout] [INFO] [stdout] Couldn't find executable for requested compiler [INFO] [stdout] ``` [INFO] [stdout] ', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.10.2/src/assert.rs:154:13 [INFO] [stdout] [INFO] [stdout] ---- deploy_cmd::it_should_use_gas_limit_defined_in_smart_contract_config stdout ---- [INFO] [stdout] thread 'deploy_cmd::it_should_use_gas_limit_defined_in_smart_contract_config' panicked at 'Unexpected failure. [INFO] [stdout] code-1 [INFO] [stdout] stderr=```Aborted due to error: [INFO] [stdout] [INFO] [stdout] Couldn't find executable for requested compiler [INFO] [stdout] ``` [INFO] [stdout] command=`"/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/vibranium-cli" "compile" "--path" "/tmp/.tmpDkdDin/test_dapp"` [INFO] [stdout] code=1 [INFO] [stdout] stdout=```Compiling Vibranium project... [INFO] [stdout] ``` [INFO] [stdout] stderr=```Aborted due to error: [INFO] [stdout] [INFO] [stdout] Couldn't find executable for requested compiler [INFO] [stdout] ``` [INFO] [stdout] ', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.10.2/src/assert.rs:154:13 [INFO] [stdout] [INFO] [stdout] ---- deploy_cmd::it_should_skip_deployment_if_no_artifacts_exist stdout ---- [INFO] [stdout] thread 'deploy_cmd::it_should_skip_deployment_if_no_artifacts_exist' panicked at 'Unexpected failure. [INFO] [stdout] code-1 [INFO] [stdout] stderr=```Aborted due to error: [INFO] [stdout] [INFO] [stdout] Unable to connect to blockchain. If you're trying to connect to a local blockchain node, [INFO] [stdout] make sure it's started first using the following command in a separate process: [INFO] [stdout] [INFO] [stdout] $ vibranium node [--path ...] [INFO] [stdout] [INFO] [stdout] ``` [INFO] [stdout] command=`"/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/vibranium-cli" "deploy" "--path" "/tmp/.tmpNP1bb0/test_dapp"` [INFO] [stdout] code=1 [INFO] [stdout] stdout=```Deploying... [INFO] [stdout] ``` [INFO] [stdout] stderr=```Aborted due to error: [INFO] [stdout] [INFO] [stdout] Unable to connect to blockchain. If you're trying to connect to a local blockchain node, [INFO] [stdout] make sure it's started first using the following command in a separate process: [INFO] [stdout] [INFO] [stdout] $ vibranium node [--path ...] [INFO] [stdout] [INFO] [stdout] ``` [INFO] [stdout] ', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert_cmd-0.10.2/src/assert.rs:154:13 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] accounts_cmd::it_should_output_local_blockchains_dev_accounts [INFO] [stdout] compile_cmd::it_should_fail_when_given_compiler_is_not_installed [INFO] [stdout] deploy_cmd::it_should_deploy_multiple_smart_contracts [INFO] [stdout] deploy_cmd::it_should_deploy_smart_contracts [INFO] [stdout] deploy_cmd::it_should_fail_if_artifacts_are_partially_missing [INFO] [stdout] deploy_cmd::it_should_fail_if_it_can_not_tokenize_args [INFO] [stdout] deploy_cmd::it_should_fail_if_parameter_args_are_not_valid [INFO] [stdout] deploy_cmd::it_should_skip_deployment_if_no_artifacts_exist [INFO] [stdout] deploy_cmd::it_should_use_gas_limit_defined_in_smart_contract_config [INFO] [stdout] [INFO] [stdout] test result: FAILED. 18 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test cli' [INFO] running `"docker" "inspect" "ca9913fea798d1de7cf5c8200919006ac64b9087151ba57f1bd0f37819ab6008"` [INFO] running `"docker" "rm" "-f" "ca9913fea798d1de7cf5c8200919006ac64b9087151ba57f1bd0f37819ab6008"` [INFO] [stdout] ca9913fea798d1de7cf5c8200919006ac64b9087151ba57f1bd0f37819ab6008