[INFO] crate solana-runtime 0.16.6 is already in cache [INFO] extracting crate solana-runtime 0.16.6 into work/ex/beta-1.38-1/sources/1.37.0/reg/solana-runtime/0.16.6 [INFO] extracting crate solana-runtime 0.16.6 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/solana-runtime/0.16.6 [INFO] validating manifest of solana-runtime-0.16.6 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of solana-runtime-0.16.6 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing solana-runtime-0.16.6 [INFO] finished frobbing solana-runtime-0.16.6 [INFO] frobbed toml for solana-runtime-0.16.6 written to work/ex/beta-1.38-1/sources/1.37.0/reg/solana-runtime/0.16.6/Cargo.toml [INFO] started frobbing solana-runtime-0.16.6 [INFO] finished frobbing solana-runtime-0.16.6 [INFO] frobbed toml for solana-runtime-0.16.6 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/solana-runtime/0.16.6/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing solana-runtime-0.16.6 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/solana-runtime/0.16.6:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 85dbc8958b740aa33d5bbf530b96f9525bb2bad0b481829581d2ec35a5fcc6fe [INFO] running `"docker" "start" "-a" "85dbc8958b740aa33d5bbf530b96f9525bb2bad0b481829581d2ec35a5fcc6fe"` [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling solana-ed25519-dalek v0.2.0 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling solana-sdk v0.16.6 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling reqwest v0.9.20 [INFO] [stderr] Compiling solana-bpf-loader-api v0.16.6 [INFO] [stderr] Compiling solana-storage-api v0.16.6 [INFO] [stderr] Compiling solana-metrics v0.16.6 [INFO] [stderr] Compiling solana-bpf-loader-program v0.16.6 [INFO] [stderr] Compiling solana-noop-program v0.16.6 [INFO] [stderr] Compiling solana-vote-api v0.16.6 [INFO] [stderr] Compiling solana-stake-api v0.16.6 [INFO] [stderr] Compiling solana-vote-program v0.16.6 [INFO] [stderr] Compiling solana-stake-program v0.16.6 [INFO] [stderr] Compiling solana-runtime v0.16.6 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/accounts.rs:438:13 [INFO] [stderr] | [INFO] [stderr] 438 | / inc_new_counter_error!( [INFO] [stderr] 439 | | "bank-process_transactions-account_in_use", [INFO] [stderr] 440 | | error_counters.account_in_use, [INFO] [stderr] 441 | | 0, [INFO] [stderr] 442 | | 100 [INFO] [stderr] 443 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:712:9 [INFO] [stderr] | [INFO] [stderr] 712 | inc_new_counter_debug!("bank-register_tick-registered", 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:856:13 [INFO] [stderr] | [INFO] [stderr] 856 | / inc_new_counter_error!( [INFO] [stderr] 857 | | "bank-process_transactions-error-blockhash_not_found", [INFO] [stderr] 858 | | error_counters.blockhash_not_found, [INFO] [stderr] 859 | | 0, [INFO] [stderr] 860 | | 1000 [INFO] [stderr] 861 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:864:13 [INFO] [stderr] | [INFO] [stderr] 864 | / inc_new_counter_error!( [INFO] [stderr] 865 | | "bank-process_transactions-error-invalid_account_index", [INFO] [stderr] 866 | | error_counters.invalid_account_index, [INFO] [stderr] 867 | | 0, [INFO] [stderr] 868 | | 1000 [INFO] [stderr] 869 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:872:13 [INFO] [stderr] | [INFO] [stderr] 872 | / inc_new_counter_error!( [INFO] [stderr] 873 | | "bank-process_transactions-error-reserve_blockhash", [INFO] [stderr] 874 | | error_counters.reserve_blockhash, [INFO] [stderr] 875 | | 0, [INFO] [stderr] 876 | | 1000 [INFO] [stderr] 877 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:880:13 [INFO] [stderr] | [INFO] [stderr] 880 | / inc_new_counter_error!( [INFO] [stderr] 881 | | "bank-process_transactions-error-duplicate_signature", [INFO] [stderr] 882 | | error_counters.duplicate_signature, [INFO] [stderr] 883 | | 0, [INFO] [stderr] 884 | | 1000 [INFO] [stderr] 885 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:888:13 [INFO] [stderr] | [INFO] [stderr] 888 | / inc_new_counter_error!( [INFO] [stderr] 889 | | "bank-process_transactions-error-invalid_account_for_fee", [INFO] [stderr] 890 | | error_counters.invalid_account_for_fee, [INFO] [stderr] 891 | | 0, [INFO] [stderr] 892 | | 1000 [INFO] [stderr] 893 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:896:13 [INFO] [stderr] | [INFO] [stderr] 896 | / inc_new_counter_error!( [INFO] [stderr] 897 | | "bank-process_transactions-error-insufficient_funds", [INFO] [stderr] 898 | | error_counters.insufficient_funds, [INFO] [stderr] 899 | | 0, [INFO] [stderr] 900 | | 1000 [INFO] [stderr] 901 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:904:13 [INFO] [stderr] | [INFO] [stderr] 904 | / inc_new_counter_error!( [INFO] [stderr] 905 | | "bank-process_transactions-account_loaded_twice", [INFO] [stderr] 906 | | error_counters.account_loaded_twice, [INFO] [stderr] 907 | | 0, [INFO] [stderr] 908 | | 1000 [INFO] [stderr] 909 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:974:13 [INFO] [stderr] | [INFO] [stderr] 974 | / inc_new_counter_error!( [INFO] [stderr] 975 | | "bank-process_transactions-account_not_found", [INFO] [stderr] 976 | | error_counters.account_not_found, [INFO] [stderr] 977 | | 0, [INFO] [stderr] 978 | | 1000 [INFO] [stderr] 979 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:980:13 [INFO] [stderr] | [INFO] [stderr] 980 | inc_new_counter_error!("bank-process_transactions-error_count", err_count, 0, 1000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:1042:9 [INFO] [stderr] | [INFO] [stderr] 1042 | inc_new_counter_info!("bank-process_transactions-txs", tx_count, 0, 1000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:1043:9 [INFO] [stderr] | [INFO] [stderr] 1043 | inc_new_counter_info!("bank-process_transactions-sigs", signature_count, 0, 1000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 12s [INFO] running `"docker" "inspect" "85dbc8958b740aa33d5bbf530b96f9525bb2bad0b481829581d2ec35a5fcc6fe"` [INFO] running `"docker" "rm" "-f" "85dbc8958b740aa33d5bbf530b96f9525bb2bad0b481829581d2ec35a5fcc6fe"` [INFO] [stdout] 85dbc8958b740aa33d5bbf530b96f9525bb2bad0b481829581d2ec35a5fcc6fe [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/solana-runtime/0.16.6:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] db2059c599754c36a6cd3d49359a2d6dd7f98ef3c1556169ca615f650bc6a63b [INFO] running `"docker" "start" "-a" "db2059c599754c36a6cd3d49359a2d6dd7f98ef3c1556169ca615f650bc6a63b"` [INFO] [stderr] Compiling solana-runtime v0.16.6 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/accounts.rs:438:13 [INFO] [stderr] | [INFO] [stderr] 438 | / inc_new_counter_error!( [INFO] [stderr] 439 | | "bank-process_transactions-account_in_use", [INFO] [stderr] 440 | | error_counters.account_in_use, [INFO] [stderr] 441 | | 0, [INFO] [stderr] 442 | | 100 [INFO] [stderr] 443 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:712:9 [INFO] [stderr] | [INFO] [stderr] 712 | inc_new_counter_debug!("bank-register_tick-registered", 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:856:13 [INFO] [stderr] | [INFO] [stderr] 856 | / inc_new_counter_error!( [INFO] [stderr] 857 | | "bank-process_transactions-error-blockhash_not_found", [INFO] [stderr] 858 | | error_counters.blockhash_not_found, [INFO] [stderr] 859 | | 0, [INFO] [stderr] 860 | | 1000 [INFO] [stderr] 861 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:864:13 [INFO] [stderr] | [INFO] [stderr] 864 | / inc_new_counter_error!( [INFO] [stderr] 865 | | "bank-process_transactions-error-invalid_account_index", [INFO] [stderr] 866 | | error_counters.invalid_account_index, [INFO] [stderr] 867 | | 0, [INFO] [stderr] 868 | | 1000 [INFO] [stderr] 869 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:872:13 [INFO] [stderr] | [INFO] [stderr] 872 | / inc_new_counter_error!( [INFO] [stderr] 873 | | "bank-process_transactions-error-reserve_blockhash", [INFO] [stderr] 874 | | error_counters.reserve_blockhash, [INFO] [stderr] 875 | | 0, [INFO] [stderr] 876 | | 1000 [INFO] [stderr] 877 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:880:13 [INFO] [stderr] | [INFO] [stderr] 880 | / inc_new_counter_error!( [INFO] [stderr] 881 | | "bank-process_transactions-error-duplicate_signature", [INFO] [stderr] 882 | | error_counters.duplicate_signature, [INFO] [stderr] 883 | | 0, [INFO] [stderr] 884 | | 1000 [INFO] [stderr] 885 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:888:13 [INFO] [stderr] | [INFO] [stderr] 888 | / inc_new_counter_error!( [INFO] [stderr] 889 | | "bank-process_transactions-error-invalid_account_for_fee", [INFO] [stderr] 890 | | error_counters.invalid_account_for_fee, [INFO] [stderr] 891 | | 0, [INFO] [stderr] 892 | | 1000 [INFO] [stderr] 893 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:896:13 [INFO] [stderr] | [INFO] [stderr] 896 | / inc_new_counter_error!( [INFO] [stderr] 897 | | "bank-process_transactions-error-insufficient_funds", [INFO] [stderr] 898 | | error_counters.insufficient_funds, [INFO] [stderr] 899 | | 0, [INFO] [stderr] 900 | | 1000 [INFO] [stderr] 901 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:904:13 [INFO] [stderr] | [INFO] [stderr] 904 | / inc_new_counter_error!( [INFO] [stderr] 905 | | "bank-process_transactions-account_loaded_twice", [INFO] [stderr] 906 | | error_counters.account_loaded_twice, [INFO] [stderr] 907 | | 0, [INFO] [stderr] 908 | | 1000 [INFO] [stderr] 909 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:974:13 [INFO] [stderr] | [INFO] [stderr] 974 | / inc_new_counter_error!( [INFO] [stderr] 975 | | "bank-process_transactions-account_not_found", [INFO] [stderr] 976 | | error_counters.account_not_found, [INFO] [stderr] 977 | | 0, [INFO] [stderr] 978 | | 1000 [INFO] [stderr] 979 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:980:13 [INFO] [stderr] | [INFO] [stderr] 980 | inc_new_counter_error!("bank-process_transactions-error_count", err_count, 0, 1000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:1042:9 [INFO] [stderr] | [INFO] [stderr] 1042 | inc_new_counter_info!("bank-process_transactions-txs", tx_count, 0, 1000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bank.rs:1043:9 [INFO] [stderr] | [INFO] [stderr] 1043 | inc_new_counter_info!("bank-process_transactions-sigs", signature_count, 0, 1000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.68s [INFO] running `"docker" "inspect" "db2059c599754c36a6cd3d49359a2d6dd7f98ef3c1556169ca615f650bc6a63b"` [INFO] running `"docker" "rm" "-f" "db2059c599754c36a6cd3d49359a2d6dd7f98ef3c1556169ca615f650bc6a63b"` [INFO] [stdout] db2059c599754c36a6cd3d49359a2d6dd7f98ef3c1556169ca615f650bc6a63b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/solana-runtime/0.16.6:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] bf012dcc4c56b8de8954b52fc7b63cb0dc517797ac7611b5c0c0a9f42d3bb38c [INFO] running `"docker" "start" "-a" "bf012dcc4c56b8de8954b52fc7b63cb0dc517797ac7611b5c0c0a9f42d3bb38c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.48s [INFO] [stderr] Running /opt/crater/target/debug/deps/solana_runtime-78c393199a751726 [INFO] [stdout] [INFO] [stdout] running 145 tests [INFO] [stdout] test accounts::tests::test_collect_accounts ... ok [INFO] [stdout] test accounts::tests::test_accounts_account_not_found ... ok [INFO] [stdout] test accounts::tests::test_load_accounts_invalid_account_for_fee ... FAILED [INFO] [stdout] test accounts::tests::test_load_accounts_insufficient_funds ... FAILED [INFO] [stdout] test accounts::tests::test_load_account_pay_to_self ... FAILED [INFO] [stdout] test accounts::tests::test_accounts_empty_hash_internal_state ... FAILED [INFO] [stdout] test accounts::tests::test_load_accounts_bad_program_id ... FAILED [INFO] [stdout] test accounts::tests::test_load_accounts_max_call_depth ... FAILED [INFO] [stdout] test accounts::tests::test_load_accounts_multiple_loaders ... FAILED [INFO] [stdout] test accounts::tests::test_accounts_serialize ... FAILED [INFO] [stdout] test accounts::tests::test_load_accounts_no_account_0_exists ... ok [INFO] [stdout] test accounts::tests::test_load_accounts_no_key ... ok [INFO] [stdout] test accounts_db::tests::test_account_many ... FAILED [INFO] [stdout] test accounts_db::tests::test_account_grow ... FAILED [INFO] [stdout] test accounts_db::tests::test_account_grow_many ... FAILED [INFO] [stdout] test accounts_db::tests::test_account_one ... FAILED [INFO] [stdout] test accounts::tests::test_load_by_program_fork ... FAILED [INFO] [stdout] test accounts::tests::test_load_accounts_unknown_program_id ... FAILED [INFO] [stdout] test accounts_db::tests::test_accountsdb_add_root ... FAILED [INFO] [stdout] test accounts_db::tests::test_account_update ... FAILED [INFO] [stdout] test accounts_db::tests::test_accountsdb_add_root_many ... FAILED [INFO] [stdout] test accounts::tests::test_load_accounts_not_executable ... FAILED [INFO] [stdout] test accounts_db::tests::test_accounts_unsquashed ... FAILED [INFO] [stdout] test accounts_db::tests::test_accounts_db_serialize ... FAILED [INFO] [stdout] test accounts::tests::test_load_accounts_no_loaders ... FAILED [INFO] [stdout] test accounts_db::tests::test_accountsdb_root_one_fork ... FAILED [INFO] [stdout] test accounts_db::tests::test_accountsdb_latest_ancestor ... FAILED [INFO] [stdout] test accounts_db::tests::test_store_account_stress ... ignored [INFO] [stdout] test accounts_index::tests::test_cleanup_first ... ok [INFO] [stdout] test accounts_db::tests::test_accountsdb_latest_ancestor_with_root ... FAILED [INFO] [stdout] test accounts_index::tests::test_get_empty ... ok [INFO] [stdout] test accounts_index::tests::test_cleanup_last ... ok [INFO] [stdout] test accounts_index::tests::test_insert_no_ancestors ... ok [INFO] [stdout] test accounts_index::tests::test_insert_with_ancestors ... ok [INFO] [stdout] test accounts_index::tests::test_insert_with_root ... ok [INFO] [stdout] test accounts_index::tests::test_insert_wrong_ancestors ... ok [INFO] [stdout] test accounts_index::tests::test_is_root ... ok [INFO] [stdout] test accounts_index::tests::test_max_last_root ... ok [INFO] [stdout] test accounts_db::tests::test_accountsdb_count_stores ... FAILED [INFO] [stdout] test accounts_index::tests::test_is_purged ... ok [INFO] [stdout] test accounts_index::tests::test_update_last_wins ... ok [INFO] [stdout] test accounts_index::tests::test_update_gc_purged_fork ... ok [INFO] [stdout] test accounts_index::tests::test_update_new_fork ... ok [INFO] [stdout] test accounts_db::tests::test_accountsdb_scan_accounts ... FAILED [INFO] [stdout] test accounts_db::tests::test_credit_check ... FAILED [INFO] [stdout] test accounts_db::tests::test_lazy_gc_fork ... FAILED [INFO] [stdout] test accounts_db::tests::test_purge_fork_after_root ... FAILED [INFO] [stdout] test accounts_db::tests::test_purge_fork_not_root ... FAILED [INFO] [stdout] test append_vec::tests::test_append_vec_append_many ... FAILED [INFO] [stdout] test append_vec::tests::test_append_vec_data ... FAILED [INFO] [stdout] test accounts_index::tests::test_max_last_root_old ... ok [INFO] [stdout] test append_vec::tests::test_append_vec_one ... FAILED [INFO] [stdout] test append_vec::tests::test_append_vec_serialize ... FAILED [INFO] [stderr] thread panicked while panicking. aborting. [INFO] [stderr] thread panicked while panicking. aborting. [INFO] [stderr] thread panicked while panicking. aborting. [INFO] [stderr] thread panicked while panicking. aborting. [INFO] [stderr] error: process didn't exit successfully: `/opt/crater/target/debug/deps/solana_runtime-78c393199a751726` (signal: 4, SIGILL: illegal instruction) [INFO] running `"docker" "inspect" "bf012dcc4c56b8de8954b52fc7b63cb0dc517797ac7611b5c0c0a9f42d3bb38c"` [INFO] running `"docker" "rm" "-f" "bf012dcc4c56b8de8954b52fc7b63cb0dc517797ac7611b5c0c0a9f42d3bb38c"` [INFO] [stdout] bf012dcc4c56b8de8954b52fc7b63cb0dc517797ac7611b5c0c0a9f42d3bb38c