Oct 27 11:06:17.495 INFO checking Kixunil/btc_parse_tutor-rust against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 11:06:17.495 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 11:06:17.863 INFO blam! 6d911bdd4872e24e48169c9fca5a0ebc19c85d33328183da5201bd099214dbe7 Oct 27 11:06:17.874 INFO running `"docker" "start" "-a" "6d911bdd4872e24e48169c9fca5a0ebc19c85d33328183da5201bd099214dbe7"` Oct 27 11:06:19.310 INFO kablam! usermod: no changes Oct 27 11:06:19.375 INFO kablam! Checking btc_parse_tutor v0.1.0 (/source) Oct 27 11:06:20.159 INFO kablam! warning: function is never used: `deserialize_varint` Oct 27 11:06:20.159 INFO kablam! --> src/main.rs:8:1 Oct 27 11:06:20.159 INFO kablam! | Oct 27 11:06:20.159 INFO kablam! 8 | fn deserialize_varint(reader: &mut R) -> io::Result { Oct 27 11:06:20.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:20.159 INFO kablam! | Oct 27 11:06:20.159 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:06:20.159 INFO kablam! Oct 27 11:06:20.159 INFO kablam! warning: struct is never constructed: `Script` Oct 27 11:06:20.159 INFO kablam! --> src/main.rs:18:1 Oct 27 11:06:20.159 INFO kablam! | Oct 27 11:06:20.159 INFO kablam! 18 | struct Script(Vec); Oct 27 11:06:20.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:20.159 INFO kablam! Oct 27 11:06:20.159 INFO kablam! warning: method is never used: `deserialize` Oct 27 11:06:20.159 INFO kablam! --> src/main.rs:22:5 Oct 27 11:06:20.159 INFO kablam! | Oct 27 11:06:20.159 INFO kablam! 22 | fn deserialize(reader: &mut R) -> io::Result { Oct 27 11:06:20.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:20.159 INFO kablam! Oct 27 11:06:20.159 INFO kablam! warning: struct is never constructed: `Hash256` Oct 27 11:06:20.159 INFO kablam! --> src/main.rs:39:1 Oct 27 11:06:20.159 INFO kablam! | Oct 27 11:06:20.159 INFO kablam! 39 | struct Hash256([u8; 32]); Oct 27 11:06:20.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:20.159 INFO kablam! Oct 27 11:06:20.159 INFO kablam! warning: method is never used: `deserialize` Oct 27 11:06:20.159 INFO kablam! --> src/main.rs:43:5 Oct 27 11:06:20.159 INFO kablam! | Oct 27 11:06:20.159 INFO kablam! 43 | fn deserialize(reader: &mut R) -> io::Result { Oct 27 11:06:20.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:20.159 INFO kablam! Oct 27 11:06:20.159 INFO kablam! warning: struct is never constructed: `Outpoint` Oct 27 11:06:20.159 INFO kablam! --> src/main.rs:52:1 Oct 27 11:06:20.159 INFO kablam! | Oct 27 11:06:20.159 INFO kablam! 52 | struct Outpoint { Oct 27 11:06:20.159 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 11:06:20.159 INFO kablam! Oct 27 11:06:20.159 INFO kablam! warning: method is never used: `deserialize` Oct 27 11:06:20.159 INFO kablam! --> src/main.rs:61:5 Oct 27 11:06:20.159 INFO kablam! | Oct 27 11:06:20.159 INFO kablam! 61 | fn deserialize(reader: &mut R) -> io::Result { Oct 27 11:06:20.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:20.159 INFO kablam! Oct 27 11:06:20.159 INFO kablam! warning: struct is never constructed: `TxInput` Oct 27 11:06:20.159 INFO kablam! --> src/main.rs:73:1 Oct 27 11:06:20.159 INFO kablam! | Oct 27 11:06:20.159 INFO kablam! 73 | struct TxInput { Oct 27 11:06:20.159 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 11:06:20.159 INFO kablam! Oct 27 11:06:20.159 INFO kablam! warning: method is never used: `deserialize` Oct 27 11:06:20.159 INFO kablam! --> src/main.rs:81:5 Oct 27 11:06:20.159 INFO kablam! | Oct 27 11:06:20.159 INFO kablam! 81 | fn deserialize(reader: &mut R) -> io::Result { Oct 27 11:06:20.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:20.159 INFO kablam! Oct 27 11:06:20.159 INFO kablam! warning: struct is never constructed: `TxOutput` Oct 27 11:06:20.159 INFO kablam! --> src/main.rs:95:1 Oct 27 11:06:20.159 INFO kablam! | Oct 27 11:06:20.159 INFO kablam! 95 | struct TxOutput { Oct 27 11:06:20.159 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 11:06:20.159 INFO kablam! Oct 27 11:06:20.159 INFO kablam! warning: method is never used: `deserialize` Oct 27 11:06:20.159 INFO kablam! --> src/main.rs:102:5 Oct 27 11:06:20.159 INFO kablam! | Oct 27 11:06:20.159 INFO kablam! 102 | fn deserialize(reader: &mut R) -> io::Result { Oct 27 11:06:20.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:20.159 INFO kablam! Oct 27 11:06:20.159 INFO kablam! warning: struct is never constructed: `Transaction` Oct 27 11:06:20.159 INFO kablam! --> src/main.rs:114:1 Oct 27 11:06:20.159 INFO kablam! | Oct 27 11:06:20.159 INFO kablam! 114 | struct Transaction { Oct 27 11:06:20.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 11:06:20.159 INFO kablam! Oct 27 11:06:20.159 INFO kablam! warning: method is never used: `deserialize` Oct 27 11:06:20.160 INFO kablam! --> src/main.rs:122:5 Oct 27 11:06:20.160 INFO kablam! | Oct 27 11:06:20.160 INFO kablam! 122 | fn deserialize(reader: &mut R) -> io::Result { Oct 27 11:06:20.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:20.160 INFO kablam! Oct 27 11:06:20.247 INFO kablam! warning: function is never used: `deserialize_varint` Oct 27 11:06:20.247 INFO kablam! --> src/main.rs:8:1 Oct 27 11:06:20.247 INFO kablam! | Oct 27 11:06:20.247 INFO kablam! 8 | fn deserialize_varint(reader: &mut R) -> io::Result { Oct 27 11:06:20.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:20.247 INFO kablam! | Oct 27 11:06:20.247 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:06:20.247 INFO kablam! Oct 27 11:06:20.247 INFO kablam! warning: struct is never constructed: `Script` Oct 27 11:06:20.247 INFO kablam! --> src/main.rs:18:1 Oct 27 11:06:20.247 INFO kablam! | Oct 27 11:06:20.247 INFO kablam! 18 | struct Script(Vec); Oct 27 11:06:20.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:20.247 INFO kablam! Oct 27 11:06:20.247 INFO kablam! warning: method is never used: `deserialize` Oct 27 11:06:20.247 INFO kablam! --> src/main.rs:22:5 Oct 27 11:06:20.247 INFO kablam! | Oct 27 11:06:20.247 INFO kablam! 22 | fn deserialize(reader: &mut R) -> io::Result { Oct 27 11:06:20.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:20.247 INFO kablam! Oct 27 11:06:20.247 INFO kablam! warning: struct is never constructed: `Hash256` Oct 27 11:06:20.247 INFO kablam! --> src/main.rs:39:1 Oct 27 11:06:20.247 INFO kablam! | Oct 27 11:06:20.247 INFO kablam! 39 | struct Hash256([u8; 32]); Oct 27 11:06:20.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:20.247 INFO kablam! Oct 27 11:06:20.247 INFO kablam! warning: method is never used: `deserialize` Oct 27 11:06:20.247 INFO kablam! --> src/main.rs:43:5 Oct 27 11:06:20.247 INFO kablam! | Oct 27 11:06:20.247 INFO kablam! 43 | fn deserialize(reader: &mut R) -> io::Result { Oct 27 11:06:20.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:20.247 INFO kablam! Oct 27 11:06:20.247 INFO kablam! warning: struct is never constructed: `Outpoint` Oct 27 11:06:20.247 INFO kablam! --> src/main.rs:52:1 Oct 27 11:06:20.247 INFO kablam! | Oct 27 11:06:20.247 INFO kablam! 52 | struct Outpoint { Oct 27 11:06:20.247 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 11:06:20.247 INFO kablam! Oct 27 11:06:20.247 INFO kablam! warning: method is never used: `deserialize` Oct 27 11:06:20.247 INFO kablam! --> src/main.rs:61:5 Oct 27 11:06:20.247 INFO kablam! | Oct 27 11:06:20.247 INFO kablam! 61 | fn deserialize(reader: &mut R) -> io::Result { Oct 27 11:06:20.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:20.247 INFO kablam! Oct 27 11:06:20.247 INFO kablam! warning: struct is never constructed: `TxInput` Oct 27 11:06:20.247 INFO kablam! --> src/main.rs:73:1 Oct 27 11:06:20.247 INFO kablam! | Oct 27 11:06:20.247 INFO kablam! 73 | struct TxInput { Oct 27 11:06:20.247 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 11:06:20.247 INFO kablam! Oct 27 11:06:20.247 INFO kablam! warning: method is never used: `deserialize` Oct 27 11:06:20.247 INFO kablam! --> src/main.rs:81:5 Oct 27 11:06:20.247 INFO kablam! | Oct 27 11:06:20.247 INFO kablam! 81 | fn deserialize(reader: &mut R) -> io::Result { Oct 27 11:06:20.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:20.247 INFO kablam! Oct 27 11:06:20.247 INFO kablam! warning: struct is never constructed: `TxOutput` Oct 27 11:06:20.247 INFO kablam! --> src/main.rs:95:1 Oct 27 11:06:20.247 INFO kablam! | Oct 27 11:06:20.247 INFO kablam! 95 | struct TxOutput { Oct 27 11:06:20.247 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 11:06:20.247 INFO kablam! Oct 27 11:06:20.247 INFO kablam! warning: method is never used: `deserialize` Oct 27 11:06:20.247 INFO kablam! --> src/main.rs:102:5 Oct 27 11:06:20.247 INFO kablam! | Oct 27 11:06:20.247 INFO kablam! 102 | fn deserialize(reader: &mut R) -> io::Result { Oct 27 11:06:20.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:20.247 INFO kablam! Oct 27 11:06:20.247 INFO kablam! warning: struct is never constructed: `Transaction` Oct 27 11:06:20.247 INFO kablam! --> src/main.rs:114:1 Oct 27 11:06:20.247 INFO kablam! | Oct 27 11:06:20.247 INFO kablam! 114 | struct Transaction { Oct 27 11:06:20.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 11:06:20.247 INFO kablam! Oct 27 11:06:20.247 INFO kablam! warning: method is never used: `deserialize` Oct 27 11:06:20.247 INFO kablam! --> src/main.rs:122:5 Oct 27 11:06:20.247 INFO kablam! | Oct 27 11:06:20.247 INFO kablam! 122 | fn deserialize(reader: &mut R) -> io::Result { Oct 27 11:06:20.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:06:20.247 INFO kablam! Oct 27 11:06:20.263 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.93s Oct 27 11:06:20.263 INFO kablam! su: No module specific data is present Oct 27 11:06:20.901 INFO running `"docker" "rm" "-f" "6d911bdd4872e24e48169c9fca5a0ebc19c85d33328183da5201bd099214dbe7"` Oct 27 11:06:21.191 INFO blam! 6d911bdd4872e24e48169c9fca5a0ebc19c85d33328183da5201bd099214dbe7