Oct 16 03:45:25.952 INFO testing lightning-0.0.5 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 03:45:25.952 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:26.344 INFO blam! 28dd0d312adf713ef99cbf74cce6a6ad99889f14463619991dd8e6251f1b5d84 Oct 16 03:45:26.349 INFO running `"docker" "start" "-a" "28dd0d312adf713ef99cbf74cce6a6ad99889f14463619991dd8e6251f1b5d84"` Oct 16 03:45:27.811 INFO kablam! usermod: no changes Oct 16 03:45:27.987 INFO kablam! Compiling gcc v0.3.55 Oct 16 03:45:27.987 INFO kablam! Compiling cc v1.0.25 Oct 16 03:45:27.987 INFO kablam! Compiling libc v0.2.43 Oct 16 03:45:27.987 INFO kablam! Compiling bech32 v0.5.0 Oct 16 03:45:27.987 INFO kablam! Compiling hex v0.3.2 Oct 16 03:45:27.987 INFO kablam! Compiling byteorder v1.2.6 Oct 16 03:45:35.083 INFO kablam! Compiling rand v0.4.3 Oct 16 03:45:35.109 INFO kablam! Compiling time v0.1.40 Oct 16 03:45:38.263 INFO kablam! Compiling bitcoin-bech32 v0.8.1 Oct 16 03:45:46.888 INFO kablam! Compiling secp256k1 v0.9.2 Oct 16 03:45:46.891 INFO kablam! Compiling rust-crypto v0.2.36 Oct 16 03:45:55.054 INFO kablam! Compiling secp256k1 v0.11.2 Oct 16 03:45:55.133 INFO kablam! Compiling bitcoinconsensus v0.16.3 Oct 16 03:45:55.143 INFO kablam! Compiling lightning v0.0.5 (/source) Oct 16 03:45:55.443 INFO kablam! Compiling rand v0.3.22 Oct 16 03:46:23.938 INFO kablam! Compiling bitcoin v0.14.2 Oct 16 03:46:34.328 INFO kablam! warning: unused macro definition Oct 16 03:46:34.328 INFO kablam! --> src/util/macro_logger.rs:83:1 Oct 16 03:46:34.328 INFO kablam! | Oct 16 03:46:34.328 INFO kablam! 83 | / macro_rules! log_warn { Oct 16 03:46:34.328 INFO kablam! 84 | | ($self: ident, $($arg:tt)*) => ( Oct 16 03:46:34.328 INFO kablam! 85 | | #[cfg(not(any(feature = "max_level_off", feature = "max_level_error")))] Oct 16 03:46:34.329 INFO kablam! 86 | | log_internal!($self, $crate::util::logger::Level::Warn, $($arg)*); Oct 16 03:46:34.329 INFO kablam! 87 | | ) Oct 16 03:46:34.329 INFO kablam! 88 | | } Oct 16 03:46:34.329 INFO kablam! | |_^ Oct 16 03:46:34.329 INFO kablam! | Oct 16 03:46:34.329 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 03:46:34.329 INFO kablam! Oct 16 03:46:38.071 INFO kablam! warning: function is never used: `sort_inputs` Oct 16 03:46:38.071 INFO kablam! --> src/util/transaction_utils.rs:21:1 Oct 16 03:46:38.071 INFO kablam! | Oct 16 03:46:38.071 INFO kablam! 21 | pub fn sort_inputs(inputs: &mut Vec<(TxIn, T)>) { Oct 16 03:46:38.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:46:38.072 INFO kablam! | Oct 16 03:46:38.072 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 03:46:38.072 INFO kablam! Oct 16 03:46:38.072 INFO kablam! warning: field is never used: `logger` Oct 16 03:46:38.072 INFO kablam! --> src/chain/chaininterface.rs:198:2 Oct 16 03:46:38.072 INFO kablam! | Oct 16 03:46:38.072 INFO kablam! 198 | logger: Arc, Oct 16 03:46:38.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 03:46:38.072 INFO kablam! Oct 16 03:46:38.073 INFO kablam! warning: variant is never constructed: `SigsMode` Oct 16 03:46:38.073 INFO kablam! --> src/ln/channelmonitor.rs:158:2 Oct 16 03:46:38.073 INFO kablam! | Oct 16 03:46:38.073 INFO kablam! 158 | SigsMode { Oct 16 03:46:38.073 INFO kablam! | _____^ Oct 16 03:46:38.073 INFO kablam! 159 | | revocation_base_key: PublicKey, Oct 16 03:46:38.073 INFO kablam! 160 | | htlc_base_key: PublicKey, Oct 16 03:46:38.073 INFO kablam! 161 | | sigs: HashMap, Oct 16 03:46:38.073 INFO kablam! 162 | | } Oct 16 03:46:38.073 INFO kablam! | |_____^ Oct 16 03:46:38.073 INFO kablam! Oct 16 03:46:38.074 INFO kablam! warning: field is never used: `time_created` Oct 16 03:46:38.075 INFO kablam! --> src/ln/channel.rs:195:3 Oct 16 03:46:38.075 INFO kablam! | Oct 16 03:46:38.075 INFO kablam! 195 | time_created: Instant, //TODO: Some kind of timeout thing-a-majig Oct 16 03:46:38.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:46:38.075 INFO kablam! Oct 16 03:46:59.361 INFO kablam! Finished dev [optimized + debuginfo] target(s) in 1m 31s Oct 16 03:46:59.365 INFO kablam! su: No module specific data is present Oct 16 03:46:59.975 INFO running `"docker" "rm" "-f" "28dd0d312adf713ef99cbf74cce6a6ad99889f14463619991dd8e6251f1b5d84"` Oct 16 03:47:00.096 INFO blam! 28dd0d312adf713ef99cbf74cce6a6ad99889f14463619991dd8e6251f1b5d84 Oct 16 03:47:00.101 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:47:00.356 INFO blam! ef14b2d96420dbae1a43956607b6add36f770c8eae622fd0909007213b2b8dfb Oct 16 03:47:00.359 INFO running `"docker" "start" "-a" "ef14b2d96420dbae1a43956607b6add36f770c8eae622fd0909007213b2b8dfb"` Oct 16 03:47:00.800 INFO kablam! usermod: no changes Oct 16 03:47:00.858 INFO kablam! Compiling lightning v0.0.5 (/source) Oct 16 03:47:09.971 INFO kablam! warning: field is never used: `logger` Oct 16 03:47:09.971 INFO kablam! --> src/chain/chaininterface.rs:198:2 Oct 16 03:47:09.972 INFO kablam! | Oct 16 03:47:09.972 INFO kablam! 198 | logger: Arc, Oct 16 03:47:09.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 03:47:09.972 INFO kablam! | Oct 16 03:47:09.973 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 03:47:09.973 INFO kablam! Oct 16 03:47:09.973 INFO kablam! warning: variant is never constructed: `SigsMode` Oct 16 03:47:09.974 INFO kablam! --> src/ln/channelmonitor.rs:158:2 Oct 16 03:47:09.974 INFO kablam! | Oct 16 03:47:09.974 INFO kablam! 158 | SigsMode { Oct 16 03:47:09.974 INFO kablam! | _____^ Oct 16 03:47:09.975 INFO kablam! 159 | | revocation_base_key: PublicKey, Oct 16 03:47:09.975 INFO kablam! 160 | | htlc_base_key: PublicKey, Oct 16 03:47:09.975 INFO kablam! 161 | | sigs: HashMap, Oct 16 03:47:09.975 INFO kablam! 162 | | } Oct 16 03:47:09.976 INFO kablam! | |_____^ Oct 16 03:47:09.976 INFO kablam! Oct 16 03:47:09.980 INFO kablam! warning: field is never used: `time_created` Oct 16 03:47:09.980 INFO kablam! --> src/ln/channel.rs:195:3 Oct 16 03:47:09.981 INFO kablam! | Oct 16 03:47:09.981 INFO kablam! 195 | time_created: Instant, //TODO: Some kind of timeout thing-a-majig Oct 16 03:47:09.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:47:09.981 INFO kablam! Oct 16 03:47:20.863 INFO kablam! Finished dev [optimized + debuginfo] target(s) in 20.04s Oct 16 03:47:20.866 INFO kablam! su: No module specific data is present Oct 16 03:47:21.395 INFO running `"docker" "rm" "-f" "ef14b2d96420dbae1a43956607b6add36f770c8eae622fd0909007213b2b8dfb"` Oct 16 03:47:21.723 INFO blam! ef14b2d96420dbae1a43956607b6add36f770c8eae622fd0909007213b2b8dfb Oct 16 03:47:21.731 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:22.145 INFO blam! a2ee4e9b98a80d3815e64fb928eed4aba719074c4ac798b87160de158c44b24d Oct 16 03:47:22.147 INFO running `"docker" "start" "-a" "a2ee4e9b98a80d3815e64fb928eed4aba719074c4ac798b87160de158c44b24d"` Oct 16 03:47:23.395 INFO kablam! usermod: no changes Oct 16 03:47:23.496 INFO kablam! Finished dev [optimized + debuginfo] target(s) in 0.06s Oct 16 03:47:23.519 INFO kablam! Running /target/debug/deps/lightning-f3a611e84ed1c1a9 Oct 16 03:47:23.548 INFO blam! Oct 16 03:47:23.549 INFO blam! running 33 tests Oct 16 03:47:23.567 INFO blam! test chain::transaction::tests::test_channel_id_calculation ... ok Oct 16 03:47:23.589 INFO blam! test ln::channel::tests::test_per_commitment_secret_gen ... ok Oct 16 03:47:23.590 INFO blam! test ln::channel::tests::test_max_funding_satoshis ... ok Oct 16 03:47:23.735 INFO blam! test ln::channel::tests::test_key_derivation ... ok Oct 16 03:47:23.738 INFO blam! test ln::channelmanager::tests::test_failure_packet_onion ... ok Oct 16 03:47:23.739 INFO blam! test ln::channelmanager::tests::onion_vectors ... ok Oct 16 03:47:24.263 INFO blam! test ln::channel::tests::outbound_commitment_test ... ok Oct 16 03:47:25.707 INFO blam! test ln::channelmanager::tests::test_invalid_channel_announcement ... ok Oct 16 03:47:25.815 INFO blam! test ln::channelmanager::tests::test_unconf_chan ... ok Oct 16 03:47:25.899 INFO blam! test ln::channelmanager::tests::test_htlc_ignore_latest_remote_commitment ... ok Oct 16 03:47:25.900 INFO blam! test ln::msgs::tests::encoding_channel_reestablish_no_secret ... ok Oct 16 03:47:26.007 INFO blam! test ln::channelmonitor::tests::test_prune_preimages ... ok Oct 16 03:47:26.007 INFO blam! test ln::msgs::tests::encoding_channel_reestablish_with_secret ... ok Oct 16 03:47:26.267 INFO blam! test ln::peer_channel_encryptor::tests::message_encryption_decryption_test_vectors ... ok Oct 16 03:47:26.371 INFO blam! test ln::channelmanager::tests::test_force_close_fail_back ... ok Oct 16 03:47:26.395 INFO blam! test ln::peer_channel_encryptor::tests::noise_responder_test_vectors ... ok Oct 16 03:47:26.395 INFO blam! test ln::peer_channel_encryptor::tests::noise_initiator_test_vectors ... ok Oct 16 03:47:26.447 INFO blam! test util::logger::tests::test_level_show ... ok Oct 16 03:47:26.459 INFO blam! test util::logger::tests::test_logging_macros ... ok Oct 16 03:47:26.479 INFO blam! test util::transaction_utils::tests::bip69_txin_test_1 ... ok Oct 16 03:47:26.491 INFO blam! test ln::channelmonitor::tests::test_per_commitment_storage ... ok Oct 16 03:47:26.491 INFO blam! test util::transaction_utils::tests::bip69_txin_test_2 ... ok Oct 16 03:47:26.491 INFO blam! test util::transaction_utils::tests::bip69_txout_test_1 ... ok Oct 16 03:47:26.491 INFO blam! test util::transaction_utils::tests::sort_output_by_bip_test ... ok Oct 16 03:47:26.491 INFO blam! test util::transaction_utils::tests::sort_output_by_script_pubkey ... ok Oct 16 03:47:26.491 INFO blam! test util::transaction_utils::tests::sort_output_by_value ... ok Oct 16 03:47:26.491 INFO blam! test util::transaction_utils::tests::bip69_txout_test_2 ... ok Oct 16 03:47:26.711 INFO blam! test ln::router::tests::route_test ... ok Oct 16 03:47:26.747 INFO blam! test ln::peer_handler::tests::test_disconnect_peer ... ok Oct 16 03:47:30.585 INFO blam! test ln::channelmanager::tests::duplicate_htlc_test ... ok Oct 16 03:47:31.034 INFO blam! test ln::channelmanager::tests::test_simple_peer_disconnect ... ok Oct 16 03:47:32.611 INFO blam! test ln::channelmanager::tests::channel_monitor_network_test ... ok Oct 16 03:47:37.923 INFO blam! test ln::channelmanager::tests::fake_network_test ... ok Oct 16 03:47:37.923 INFO blam! Oct 16 03:47:37.923 INFO blam! test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:47:37.923 INFO blam! Oct 16 03:47:37.924 INFO kablam! Doc-tests lightning Oct 16 03:47:40.235 INFO blam! Oct 16 03:47:40.236 INFO blam! running 0 tests Oct 16 03:47:40.236 INFO blam! Oct 16 03:47:40.236 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:47:40.236 INFO blam! Oct 16 03:47:40.250 INFO kablam! su: No module specific data is present Oct 16 03:47:40.550 INFO running `"docker" "rm" "-f" "a2ee4e9b98a80d3815e64fb928eed4aba719074c4ac798b87160de158c44b24d"` Oct 16 03:47:40.641 INFO blam! a2ee4e9b98a80d3815e64fb928eed4aba719074c4ac798b87160de158c44b24d