Oct 16 03:45:20.605 INFO testing lightning-0.0.5 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 03:45:20.605 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 03:45:20.847 INFO blam! 62b95952acbc6a2aec332ce167e20a448be365f63c173ed7390a0dfab64e6c7c Oct 16 03:45:20.849 INFO running `"docker" "start" "-a" "62b95952acbc6a2aec332ce167e20a448be365f63c173ed7390a0dfab64e6c7c"` Oct 16 03:45:21.374 INFO kablam! usermod: no changes Oct 16 03:45:21.435 INFO kablam! Compiling gcc v0.3.55 Oct 16 03:45:21.435 INFO kablam! Compiling libc v0.2.43 Oct 16 03:45:21.435 INFO kablam! Compiling cc v1.0.25 Oct 16 03:45:21.435 INFO kablam! Compiling bech32 v0.5.0 Oct 16 03:45:21.435 INFO kablam! Compiling byteorder v1.2.6 Oct 16 03:45:21.435 INFO kablam! Compiling hex v0.3.2 Oct 16 03:45:25.283 INFO kablam! Compiling rand v0.4.3 Oct 16 03:45:25.287 INFO kablam! Compiling time v0.1.40 Oct 16 03:45:26.398 INFO kablam! Compiling bitcoin-bech32 v0.8.1 Oct 16 03:45:33.335 INFO kablam! Compiling secp256k1 v0.9.2 Oct 16 03:45:39.716 INFO kablam! Compiling rust-crypto v0.2.36 Oct 16 03:45:42.135 INFO kablam! Compiling rand v0.3.22 Oct 16 03:45:45.219 INFO kablam! Compiling bitcoinconsensus v0.16.3 Oct 16 03:45:45.219 INFO kablam! Compiling secp256k1 v0.11.2 Oct 16 03:45:45.219 INFO kablam! Compiling lightning v0.0.5 (/source) Oct 16 03:46:19.271 INFO kablam! Compiling bitcoin v0.14.2 Oct 16 03:46:30.167 INFO kablam! warning: unused macro definition Oct 16 03:46:30.167 INFO kablam! --> src/util/macro_logger.rs:83:1 Oct 16 03:46:30.167 INFO kablam! | Oct 16 03:46:30.167 INFO kablam! 83 | / macro_rules! log_warn { Oct 16 03:46:30.167 INFO kablam! 84 | | ($self: ident, $($arg:tt)*) => ( Oct 16 03:46:30.167 INFO kablam! 85 | | #[cfg(not(any(feature = "max_level_off", feature = "max_level_error")))] Oct 16 03:46:30.171 INFO kablam! 86 | | log_internal!($self, $crate::util::logger::Level::Warn, $($arg)*); Oct 16 03:46:30.171 INFO kablam! 87 | | ) Oct 16 03:46:30.171 INFO kablam! 88 | | } Oct 16 03:46:30.171 INFO kablam! | |_^ Oct 16 03:46:30.171 INFO kablam! | Oct 16 03:46:30.171 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 03:46:30.171 INFO kablam! Oct 16 03:46:33.811 INFO kablam! warning: function is never used: `sort_inputs` Oct 16 03:46:33.811 INFO kablam! --> src/util/transaction_utils.rs:21:1 Oct 16 03:46:33.811 INFO kablam! | Oct 16 03:46:33.811 INFO kablam! 21 | pub fn sort_inputs(inputs: &mut Vec<(TxIn, T)>) { Oct 16 03:46:33.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:46:33.811 INFO kablam! | Oct 16 03:46:33.811 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 03:46:33.811 INFO kablam! Oct 16 03:46:33.811 INFO kablam! warning: field is never used: `logger` Oct 16 03:46:33.811 INFO kablam! --> src/chain/chaininterface.rs:198:2 Oct 16 03:46:33.811 INFO kablam! | Oct 16 03:46:33.811 INFO kablam! 198 | logger: Arc, Oct 16 03:46:33.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 03:46:33.811 INFO kablam! Oct 16 03:46:33.811 INFO kablam! warning: variant is never constructed: `SigsMode` Oct 16 03:46:33.811 INFO kablam! --> src/ln/channelmonitor.rs:158:2 Oct 16 03:46:33.811 INFO kablam! | Oct 16 03:46:33.811 INFO kablam! 158 | SigsMode { Oct 16 03:46:33.811 INFO kablam! | _____^ Oct 16 03:46:33.811 INFO kablam! 159 | | revocation_base_key: PublicKey, Oct 16 03:46:33.811 INFO kablam! 160 | | htlc_base_key: PublicKey, Oct 16 03:46:33.811 INFO kablam! 161 | | sigs: HashMap, Oct 16 03:46:33.811 INFO kablam! 162 | | } Oct 16 03:46:33.811 INFO kablam! | |_____^ Oct 16 03:46:33.811 INFO kablam! Oct 16 03:46:33.811 INFO kablam! warning: field is never used: `time_created` Oct 16 03:46:33.811 INFO kablam! --> src/ln/channel.rs:195:3 Oct 16 03:46:33.811 INFO kablam! | Oct 16 03:46:33.811 INFO kablam! 195 | time_created: Instant, //TODO: Some kind of timeout thing-a-majig Oct 16 03:46:33.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:46:33.811 INFO kablam! Oct 16 03:46:55.903 INFO kablam! Finished dev [optimized + debuginfo] target(s) in 1m 34s Oct 16 03:46:55.907 INFO kablam! su: No module specific data is present Oct 16 03:46:56.485 INFO running `"docker" "rm" "-f" "62b95952acbc6a2aec332ce167e20a448be365f63c173ed7390a0dfab64e6c7c"` Oct 16 03:46:56.695 INFO blam! 62b95952acbc6a2aec332ce167e20a448be365f63c173ed7390a0dfab64e6c7c Oct 16 03:46:56.703 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 03:46:57.135 INFO blam! 8e16bf93f7d754c34187befa112fd1e69b2063e3171d0f80a1f87c9b28a16755 Oct 16 03:46:57.138 INFO running `"docker" "start" "-a" "8e16bf93f7d754c34187befa112fd1e69b2063e3171d0f80a1f87c9b28a16755"` Oct 16 03:46:58.254 INFO kablam! usermod: no changes Oct 16 03:46:58.379 INFO kablam! Compiling lightning v0.0.5 (/source) Oct 16 03:47:07.371 INFO kablam! warning: field is never used: `logger` Oct 16 03:47:07.371 INFO kablam! --> src/chain/chaininterface.rs:198:2 Oct 16 03:47:07.371 INFO kablam! | Oct 16 03:47:07.371 INFO kablam! 198 | logger: Arc, Oct 16 03:47:07.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 03:47:07.371 INFO kablam! | Oct 16 03:47:07.371 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 03:47:07.371 INFO kablam! Oct 16 03:47:07.375 INFO kablam! warning: variant is never constructed: `SigsMode` Oct 16 03:47:07.375 INFO kablam! --> src/ln/channelmonitor.rs:158:2 Oct 16 03:47:07.375 INFO kablam! | Oct 16 03:47:07.375 INFO kablam! 158 | SigsMode { Oct 16 03:47:07.375 INFO kablam! | _____^ Oct 16 03:47:07.375 INFO kablam! 159 | | revocation_base_key: PublicKey, Oct 16 03:47:07.375 INFO kablam! 160 | | htlc_base_key: PublicKey, Oct 16 03:47:07.375 INFO kablam! 161 | | sigs: HashMap, Oct 16 03:47:07.375 INFO kablam! 162 | | } Oct 16 03:47:07.375 INFO kablam! | |_____^ Oct 16 03:47:07.375 INFO kablam! Oct 16 03:47:07.383 INFO kablam! warning: field is never used: `time_created` Oct 16 03:47:07.383 INFO kablam! --> src/ln/channel.rs:195:3 Oct 16 03:47:07.383 INFO kablam! | Oct 16 03:47:07.383 INFO kablam! 195 | time_created: Instant, //TODO: Some kind of timeout thing-a-majig Oct 16 03:47:07.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:47:07.383 INFO kablam! Oct 16 03:47:17.787 INFO kablam! Finished dev [optimized + debuginfo] target(s) in 19.48s Oct 16 03:47:17.787 INFO kablam! su: No module specific data is present Oct 16 03:47:18.747 INFO running `"docker" "rm" "-f" "8e16bf93f7d754c34187befa112fd1e69b2063e3171d0f80a1f87c9b28a16755"` Oct 16 03:47:18.981 INFO blam! 8e16bf93f7d754c34187befa112fd1e69b2063e3171d0f80a1f87c9b28a16755 Oct 16 03:47:18.999 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 03:47:19.487 INFO blam! 8997bea2079b379d3c6980cfd98bf0710b6b07c456fc44612c0d3a49ab6c64eb Oct 16 03:47:19.491 INFO running `"docker" "start" "-a" "8997bea2079b379d3c6980cfd98bf0710b6b07c456fc44612c0d3a49ab6c64eb"` Oct 16 03:47:20.279 INFO kablam! usermod: no changes Oct 16 03:47:20.337 INFO kablam! Finished dev [optimized + debuginfo] target(s) in 0.04s Oct 16 03:47:20.353 INFO kablam! Running /target/debug/deps/lightning-37f0b9d802af8a55 Oct 16 03:47:20.397 INFO blam! Oct 16 03:47:20.397 INFO blam! running 33 tests Oct 16 03:47:20.427 INFO blam! test ln::channel::tests::test_max_funding_satoshis ... ok Oct 16 03:47:20.459 INFO blam! test ln::channel::tests::test_per_commitment_secret_gen ... ok Oct 16 03:47:20.473 INFO blam! test chain::transaction::tests::test_channel_id_calculation ... ok Oct 16 03:47:20.486 INFO blam! test ln::channel::tests::test_key_derivation ... ok Oct 16 03:47:20.539 INFO blam! test ln::channelmanager::tests::test_failure_packet_onion ... ok Oct 16 03:47:20.561 INFO blam! test ln::channelmanager::tests::onion_vectors ... ok Oct 16 03:47:20.725 INFO blam! test ln::channel::tests::outbound_commitment_test ... ok Oct 16 03:47:22.163 INFO blam! test ln::channelmanager::tests::test_invalid_channel_announcement ... ok Oct 16 03:47:22.699 INFO blam! test ln::channelmanager::tests::test_unconf_chan ... ok Oct 16 03:47:22.815 INFO blam! test ln::channelmanager::tests::test_htlc_ignore_latest_remote_commitment ... ok Oct 16 03:47:22.839 INFO blam! test ln::msgs::tests::encoding_channel_reestablish_no_secret ... ok Oct 16 03:47:22.966 INFO blam! test ln::channelmonitor::tests::test_prune_preimages ... ok Oct 16 03:47:23.047 INFO blam! test ln::msgs::tests::encoding_channel_reestablish_with_secret ... ok Oct 16 03:47:23.171 INFO blam! test ln::channelmonitor::tests::test_per_commitment_storage ... ok Oct 16 03:47:23.331 INFO blam! test ln::peer_channel_encryptor::tests::noise_responder_test_vectors ... ok Oct 16 03:47:23.471 INFO blam! test ln::peer_channel_encryptor::tests::noise_initiator_test_vectors ... ok Oct 16 03:47:23.491 INFO blam! test ln::peer_handler::tests::test_disconnect_peer ... ok Oct 16 03:47:23.515 INFO blam! test util::logger::tests::test_level_show ... ok Oct 16 03:47:23.533 INFO blam! test util::logger::tests::test_logging_macros ... ok Oct 16 03:47:23.588 INFO blam! test util::transaction_utils::tests::bip69_txin_test_1 ... ok Oct 16 03:47:23.603 INFO blam! test util::transaction_utils::tests::bip69_txin_test_2 ... ok Oct 16 03:47:23.603 INFO blam! test util::transaction_utils::tests::bip69_txout_test_1 ... ok Oct 16 03:47:23.603 INFO blam! test util::transaction_utils::tests::bip69_txout_test_2 ... ok Oct 16 03:47:23.627 INFO blam! test util::transaction_utils::tests::sort_output_by_bip_test ... ok Oct 16 03:47:23.631 INFO blam! test util::transaction_utils::tests::sort_output_by_script_pubkey ... ok Oct 16 03:47:23.631 INFO blam! test util::transaction_utils::tests::sort_output_by_value ... ok Oct 16 03:47:23.643 INFO blam! test ln::peer_channel_encryptor::tests::message_encryption_decryption_test_vectors ... ok Oct 16 03:47:23.702 INFO blam! test ln::router::tests::route_test ... ok Oct 16 03:47:23.927 INFO blam! test ln::channelmanager::tests::test_force_close_fail_back ... ok Oct 16 03:47:27.979 INFO blam! test ln::channelmanager::tests::duplicate_htlc_test ... ok Oct 16 03:47:28.555 INFO blam! test ln::channelmanager::tests::test_simple_peer_disconnect ... ok Oct 16 03:47:30.878 INFO blam! test ln::channelmanager::tests::channel_monitor_network_test ... ok Oct 16 03:47:35.569 INFO blam! test ln::channelmanager::tests::fake_network_test ... ok Oct 16 03:47:35.569 INFO blam! Oct 16 03:47:35.569 INFO blam! test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:47:35.569 INFO blam! Oct 16 03:47:35.570 INFO kablam! Doc-tests lightning Oct 16 03:47:38.192 INFO blam! Oct 16 03:47:38.192 INFO blam! running 0 tests Oct 16 03:47:38.192 INFO blam! Oct 16 03:47:38.192 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:47:38.192 INFO blam! Oct 16 03:47:38.204 INFO kablam! su: No module specific data is present Oct 16 03:47:38.952 INFO running `"docker" "rm" "-f" "8997bea2079b379d3c6980cfd98bf0710b6b07c456fc44612c0d3a49ab6c64eb"` Oct 16 03:47:39.040 INFO blam! 8997bea2079b379d3c6980cfd98bf0710b6b07c456fc44612c0d3a49ab6c64eb