Oct 22 01:47:27.253 INFO checking lightning-0.0.5 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:47:27.253 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 22 01:47:27.592 INFO blam! b1bdf4afaa59c89910f62ca9cef4bab5c1df949c1d862d9bfe0fcab05472b0bd Oct 22 01:47:27.596 INFO running `"docker" "start" "-a" "b1bdf4afaa59c89910f62ca9cef4bab5c1df949c1d862d9bfe0fcab05472b0bd"` Oct 22 01:47:28.257 INFO kablam! usermod: no changes Oct 22 01:47:28.328 INFO kablam! Compiling gcc v0.3.55 Oct 22 01:47:28.328 INFO kablam! Checking bech32 v0.5.0 Oct 22 01:47:28.328 INFO kablam! Checking hex v0.3.2 Oct 22 01:47:28.328 INFO kablam! Compiling bitcoinconsensus v0.16.3 Oct 22 01:47:28.328 INFO kablam! Compiling secp256k1 v0.11.2 Oct 22 01:47:28.328 INFO kablam! Compiling lightning v0.0.5 (/source) Oct 22 01:47:28.328 INFO kablam! Checking rand v0.4.3 Oct 22 01:47:30.612 INFO kablam! Checking bitcoin-bech32 v0.8.1 Oct 22 01:47:32.820 INFO kablam! Checking rand v0.3.22 Oct 22 01:47:38.456 INFO kablam! Compiling secp256k1 v0.9.2 Oct 22 01:47:38.456 INFO kablam! Compiling rust-crypto v0.2.36 Oct 22 01:47:54.266 INFO kablam! Checking bitcoin v0.14.2 Oct 22 01:47:59.804 INFO kablam! warning: unused macro definition Oct 22 01:47:59.804 INFO kablam! --> src/util/macro_logger.rs:83:1 Oct 22 01:47:59.804 INFO kablam! | Oct 22 01:47:59.804 INFO kablam! 83 | / macro_rules! log_warn { Oct 22 01:47:59.804 INFO kablam! 84 | | ($self: ident, $($arg:tt)*) => ( Oct 22 01:47:59.804 INFO kablam! 85 | | #[cfg(not(any(feature = "max_level_off", feature = "max_level_error")))] Oct 22 01:47:59.804 INFO kablam! 86 | | log_internal!($self, $crate::util::logger::Level::Warn, $($arg)*); Oct 22 01:47:59.804 INFO kablam! 87 | | ) Oct 22 01:47:59.804 INFO kablam! 88 | | } Oct 22 01:47:59.804 INFO kablam! | |_^ Oct 22 01:47:59.804 INFO kablam! | Oct 22 01:47:59.804 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 22 01:47:59.804 INFO kablam! Oct 22 01:48:04.420 INFO kablam! warning: function is never used: `sort_inputs` Oct 22 01:48:04.420 INFO kablam! --> src/util/transaction_utils.rs:21:1 Oct 22 01:48:04.420 INFO kablam! | Oct 22 01:48:04.420 INFO kablam! 21 | pub fn sort_inputs(inputs: &mut Vec<(TxIn, T)>) { Oct 22 01:48:04.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:48:04.420 INFO kablam! | Oct 22 01:48:04.420 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 01:48:04.420 INFO kablam! Oct 22 01:48:04.420 INFO kablam! warning: field is never used: `logger` Oct 22 01:48:04.420 INFO kablam! --> src/chain/chaininterface.rs:198:2 Oct 22 01:48:04.420 INFO kablam! | Oct 22 01:48:04.420 INFO kablam! 198 | logger: Arc, Oct 22 01:48:04.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 01:48:04.420 INFO kablam! Oct 22 01:48:04.420 INFO kablam! warning: variant is never constructed: `SigsMode` Oct 22 01:48:04.420 INFO kablam! --> src/ln/channelmonitor.rs:158:2 Oct 22 01:48:04.420 INFO kablam! | Oct 22 01:48:04.420 INFO kablam! 158 | SigsMode { Oct 22 01:48:04.420 INFO kablam! | _____^ Oct 22 01:48:04.420 INFO kablam! 159 | | revocation_base_key: PublicKey, Oct 22 01:48:04.420 INFO kablam! 160 | | htlc_base_key: PublicKey, Oct 22 01:48:04.420 INFO kablam! 161 | | sigs: HashMap, Oct 22 01:48:04.420 INFO kablam! 162 | | } Oct 22 01:48:04.420 INFO kablam! | |_____^ Oct 22 01:48:04.421 INFO kablam! Oct 22 01:48:04.421 INFO kablam! warning: field is never used: `time_created` Oct 22 01:48:04.421 INFO kablam! --> src/ln/channel.rs:195:3 Oct 22 01:48:04.421 INFO kablam! | Oct 22 01:48:04.421 INFO kablam! 195 | time_created: Instant, //TODO: Some kind of timeout thing-a-majig Oct 22 01:48:04.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:48:04.421 INFO kablam! Oct 22 01:48:08.662 INFO kablam! warning: field is never used: `logger` Oct 22 01:48:08.663 INFO kablam! --> src/chain/chaininterface.rs:198:2 Oct 22 01:48:08.663 INFO kablam! | Oct 22 01:48:08.663 INFO kablam! 198 | logger: Arc, Oct 22 01:48:08.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 01:48:08.664 INFO kablam! | Oct 22 01:48:08.664 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 01:48:08.665 INFO kablam! Oct 22 01:48:08.665 INFO kablam! warning: variant is never constructed: `SigsMode` Oct 22 01:48:08.665 INFO kablam! --> src/ln/channelmonitor.rs:158:2 Oct 22 01:48:08.666 INFO kablam! | Oct 22 01:48:08.666 INFO kablam! 158 | SigsMode { Oct 22 01:48:08.666 INFO kablam! | _____^ Oct 22 01:48:08.666 INFO kablam! 159 | | revocation_base_key: PublicKey, Oct 22 01:48:08.667 INFO kablam! 160 | | htlc_base_key: PublicKey, Oct 22 01:48:08.667 INFO kablam! 161 | | sigs: HashMap, Oct 22 01:48:08.667 INFO kablam! 162 | | } Oct 22 01:48:08.668 INFO kablam! | |_____^ Oct 22 01:48:08.668 INFO kablam! Oct 22 01:48:08.668 INFO kablam! warning: field is never used: `time_created` Oct 22 01:48:08.668 INFO kablam! --> src/ln/channel.rs:195:3 Oct 22 01:48:08.668 INFO kablam! | Oct 22 01:48:08.668 INFO kablam! 195 | time_created: Instant, //TODO: Some kind of timeout thing-a-majig Oct 22 01:48:08.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:48:08.668 INFO kablam! Oct 22 01:48:08.955 INFO kablam! Finished dev [optimized + debuginfo] target(s) in 40.68s Oct 22 01:48:08.959 INFO kablam! su: No module specific data is present Oct 22 01:48:09.444 INFO running `"docker" "rm" "-f" "b1bdf4afaa59c89910f62ca9cef4bab5c1df949c1d862d9bfe0fcab05472b0bd"` Oct 22 01:48:09.556 INFO blam! b1bdf4afaa59c89910f62ca9cef4bab5c1df949c1d862d9bfe0fcab05472b0bd