Oct 11 05:58:12.269 INFO testing Kixunil/btc_parse_tutor-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:58:12.269 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:58:12.269 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:58:12.428 INFO blam! 5d09743b2c221edbcf1b666a7e0aaad378b5b1fef3520d918a577b1c425b403c Oct 11 05:58:12.429 INFO running `"docker" "start" "-a" "5d09743b2c221edbcf1b666a7e0aaad378b5b1fef3520d918a577b1c425b403c"` Oct 11 05:58:12.900 INFO kablam! usermod: no changes Oct 11 05:58:12.927 INFO kablam! Compiling btc_parse_tutor v0.1.0 (/source) Oct 11 05:58:13.244 INFO kablam! warning: function is never used: `deserialize_varint` Oct 11 05:58:13.244 INFO kablam! --> src/main.rs:8:1 Oct 11 05:58:13.244 INFO kablam! | Oct 11 05:58:13.244 INFO kablam! 8 | fn deserialize_varint(reader: &mut R) -> io::Result { Oct 11 05:58:13.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:58:13.244 INFO kablam! | Oct 11 05:58:13.244 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:58:13.245 INFO kablam! Oct 11 05:58:13.245 INFO kablam! warning: struct is never constructed: `Script` Oct 11 05:58:13.245 INFO kablam! --> src/main.rs:18:1 Oct 11 05:58:13.245 INFO kablam! | Oct 11 05:58:13.245 INFO kablam! 18 | struct Script(Vec); Oct 11 05:58:13.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:58:13.245 INFO kablam! Oct 11 05:58:13.245 INFO kablam! warning: method is never used: `deserialize` Oct 11 05:58:13.245 INFO kablam! --> src/main.rs:22:5 Oct 11 05:58:13.245 INFO kablam! | Oct 11 05:58:13.245 INFO kablam! 22 | fn deserialize(reader: &mut R) -> io::Result { Oct 11 05:58:13.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:58:13.245 INFO kablam! Oct 11 05:58:13.245 INFO kablam! warning: struct is never constructed: `Hash256` Oct 11 05:58:13.245 INFO kablam! --> src/main.rs:39:1 Oct 11 05:58:13.245 INFO kablam! | Oct 11 05:58:13.245 INFO kablam! 39 | struct Hash256([u8; 32]); Oct 11 05:58:13.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:58:13.245 INFO kablam! Oct 11 05:58:13.245 INFO kablam! warning: method is never used: `deserialize` Oct 11 05:58:13.245 INFO kablam! --> src/main.rs:43:5 Oct 11 05:58:13.246 INFO kablam! | Oct 11 05:58:13.246 INFO kablam! 43 | fn deserialize(reader: &mut R) -> io::Result { Oct 11 05:58:13.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:58:13.246 INFO kablam! Oct 11 05:58:13.246 INFO kablam! warning: struct is never constructed: `Outpoint` Oct 11 05:58:13.246 INFO kablam! --> src/main.rs:52:1 Oct 11 05:58:13.246 INFO kablam! | Oct 11 05:58:13.246 INFO kablam! 52 | struct Outpoint { Oct 11 05:58:13.246 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 05:58:13.246 INFO kablam! Oct 11 05:58:13.246 INFO kablam! warning: method is never used: `deserialize` Oct 11 05:58:13.246 INFO kablam! --> src/main.rs:61:5 Oct 11 05:58:13.246 INFO kablam! | Oct 11 05:58:13.246 INFO kablam! 61 | fn deserialize(reader: &mut R) -> io::Result { Oct 11 05:58:13.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:58:13.246 INFO kablam! Oct 11 05:58:13.246 INFO kablam! warning: struct is never constructed: `TxInput` Oct 11 05:58:13.246 INFO kablam! --> src/main.rs:73:1 Oct 11 05:58:13.246 INFO kablam! | Oct 11 05:58:13.246 INFO kablam! 73 | struct TxInput { Oct 11 05:58:13.246 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 05:58:13.246 INFO kablam! Oct 11 05:58:13.247 INFO kablam! warning: method is never used: `deserialize` Oct 11 05:58:13.247 INFO kablam! --> src/main.rs:81:5 Oct 11 05:58:13.247 INFO kablam! | Oct 11 05:58:13.247 INFO kablam! 81 | fn deserialize(reader: &mut R) -> io::Result { Oct 11 05:58:13.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:58:13.247 INFO kablam! Oct 11 05:58:13.247 INFO kablam! warning: struct is never constructed: `TxOutput` Oct 11 05:58:13.247 INFO kablam! --> src/main.rs:95:1 Oct 11 05:58:13.247 INFO kablam! | Oct 11 05:58:13.247 INFO kablam! 95 | struct TxOutput { Oct 11 05:58:13.247 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 05:58:13.247 INFO kablam! Oct 11 05:58:13.247 INFO kablam! warning: method is never used: `deserialize` Oct 11 05:58:13.247 INFO kablam! --> src/main.rs:102:5 Oct 11 05:58:13.247 INFO kablam! | Oct 11 05:58:13.247 INFO kablam! 102 | fn deserialize(reader: &mut R) -> io::Result { Oct 11 05:58:13.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:58:13.247 INFO kablam! Oct 11 05:58:13.247 INFO kablam! warning: struct is never constructed: `Transaction` Oct 11 05:58:13.247 INFO kablam! --> src/main.rs:114:1 Oct 11 05:58:13.247 INFO kablam! | Oct 11 05:58:13.247 INFO kablam! 114 | struct Transaction { Oct 11 05:58:13.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 05:58:13.248 INFO kablam! Oct 11 05:58:13.248 INFO kablam! warning: method is never used: `deserialize` Oct 11 05:58:13.248 INFO kablam! --> src/main.rs:122:5 Oct 11 05:58:13.248 INFO kablam! | Oct 11 05:58:13.248 INFO kablam! 122 | fn deserialize(reader: &mut R) -> io::Result { Oct 11 05:58:13.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:58:13.248 INFO kablam! Oct 11 05:58:13.598 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.68s Oct 11 05:58:13.598 INFO kablam! su: No module specific data is present Oct 11 05:58:14.036 INFO running `"docker" "rm" "-f" "5d09743b2c221edbcf1b666a7e0aaad378b5b1fef3520d918a577b1c425b403c"` Oct 11 05:58:14.144 INFO blam! 5d09743b2c221edbcf1b666a7e0aaad378b5b1fef3520d918a577b1c425b403c Oct 11 05:58:14.147 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:58:14.147 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:58:14.512 INFO blam! 984654d7369bfa56367984edbeec7aff999e4b40ba756eaf925f6a8a30bb5888 Oct 11 05:58:14.517 INFO running `"docker" "start" "-a" "984654d7369bfa56367984edbeec7aff999e4b40ba756eaf925f6a8a30bb5888"` Oct 11 05:58:15.070 INFO kablam! usermod: no changes Oct 11 05:58:15.112 INFO kablam! Compiling btc_parse_tutor v0.1.0 (/source) Oct 11 05:58:15.487 INFO kablam! warning: function is never used: `deserialize_varint` Oct 11 05:58:15.487 INFO kablam! --> src/main.rs:8:1 Oct 11 05:58:15.487 INFO kablam! | Oct 11 05:58:15.487 INFO kablam! 8 | fn deserialize_varint(reader: &mut R) -> io::Result { Oct 11 05:58:15.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:58:15.487 INFO kablam! | Oct 11 05:58:15.487 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:58:15.487 INFO kablam! Oct 11 05:58:15.487 INFO kablam! warning: struct is never constructed: `Script` Oct 11 05:58:15.487 INFO kablam! --> src/main.rs:18:1 Oct 11 05:58:15.487 INFO kablam! | Oct 11 05:58:15.487 INFO kablam! 18 | struct Script(Vec); Oct 11 05:58:15.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:58:15.487 INFO kablam! Oct 11 05:58:15.487 INFO kablam! warning: method is never used: `deserialize` Oct 11 05:58:15.487 INFO kablam! --> src/main.rs:22:5 Oct 11 05:58:15.487 INFO kablam! | Oct 11 05:58:15.487 INFO kablam! 22 | fn deserialize(reader: &mut R) -> io::Result { Oct 11 05:58:15.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:58:15.487 INFO kablam! Oct 11 05:58:15.487 INFO kablam! warning: struct is never constructed: `Hash256` Oct 11 05:58:15.487 INFO kablam! --> src/main.rs:39:1 Oct 11 05:58:15.487 INFO kablam! | Oct 11 05:58:15.487 INFO kablam! 39 | struct Hash256([u8; 32]); Oct 11 05:58:15.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:58:15.487 INFO kablam! Oct 11 05:58:15.488 INFO kablam! warning: method is never used: `deserialize` Oct 11 05:58:15.488 INFO kablam! --> src/main.rs:43:5 Oct 11 05:58:15.488 INFO kablam! | Oct 11 05:58:15.488 INFO kablam! 43 | fn deserialize(reader: &mut R) -> io::Result { Oct 11 05:58:15.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:58:15.488 INFO kablam! Oct 11 05:58:15.488 INFO kablam! warning: struct is never constructed: `Outpoint` Oct 11 05:58:15.488 INFO kablam! --> src/main.rs:52:1 Oct 11 05:58:15.488 INFO kablam! | Oct 11 05:58:15.488 INFO kablam! 52 | struct Outpoint { Oct 11 05:58:15.489 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 05:58:15.489 INFO kablam! Oct 11 05:58:15.489 INFO kablam! warning: method is never used: `deserialize` Oct 11 05:58:15.489 INFO kablam! --> src/main.rs:61:5 Oct 11 05:58:15.489 INFO kablam! | Oct 11 05:58:15.489 INFO kablam! 61 | fn deserialize(reader: &mut R) -> io::Result { Oct 11 05:58:15.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:58:15.489 INFO kablam! Oct 11 05:58:15.489 INFO kablam! warning: struct is never constructed: `TxInput` Oct 11 05:58:15.489 INFO kablam! --> src/main.rs:73:1 Oct 11 05:58:15.489 INFO kablam! | Oct 11 05:58:15.489 INFO kablam! 73 | struct TxInput { Oct 11 05:58:15.489 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 05:58:15.489 INFO kablam! Oct 11 05:58:15.489 INFO kablam! warning: method is never used: `deserialize` Oct 11 05:58:15.489 INFO kablam! --> src/main.rs:81:5 Oct 11 05:58:15.489 INFO kablam! | Oct 11 05:58:15.489 INFO kablam! 81 | fn deserialize(reader: &mut R) -> io::Result { Oct 11 05:58:15.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:58:15.489 INFO kablam! Oct 11 05:58:15.489 INFO kablam! warning: struct is never constructed: `TxOutput` Oct 11 05:58:15.489 INFO kablam! --> src/main.rs:95:1 Oct 11 05:58:15.489 INFO kablam! | Oct 11 05:58:15.489 INFO kablam! 95 | struct TxOutput { Oct 11 05:58:15.489 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 05:58:15.489 INFO kablam! Oct 11 05:58:15.489 INFO kablam! warning: method is never used: `deserialize` Oct 11 05:58:15.489 INFO kablam! --> src/main.rs:102:5 Oct 11 05:58:15.489 INFO kablam! | Oct 11 05:58:15.489 INFO kablam! 102 | fn deserialize(reader: &mut R) -> io::Result { Oct 11 05:58:15.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:58:15.489 INFO kablam! Oct 11 05:58:15.489 INFO kablam! warning: struct is never constructed: `Transaction` Oct 11 05:58:15.489 INFO kablam! --> src/main.rs:114:1 Oct 11 05:58:15.489 INFO kablam! | Oct 11 05:58:15.489 INFO kablam! 114 | struct Transaction { Oct 11 05:58:15.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 05:58:15.489 INFO kablam! Oct 11 05:58:15.489 INFO kablam! warning: method is never used: `deserialize` Oct 11 05:58:15.489 INFO kablam! --> src/main.rs:122:5 Oct 11 05:58:15.489 INFO kablam! | Oct 11 05:58:15.489 INFO kablam! 122 | fn deserialize(reader: &mut R) -> io::Result { Oct 11 05:58:15.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:58:15.489 INFO kablam! Oct 11 05:58:15.870 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.77s Oct 11 05:58:15.871 INFO kablam! su: No module specific data is present Oct 11 05:58:16.152 INFO running `"docker" "rm" "-f" "984654d7369bfa56367984edbeec7aff999e4b40ba756eaf925f6a8a30bb5888"` Oct 11 05:58:16.456 INFO blam! 984654d7369bfa56367984edbeec7aff999e4b40ba756eaf925f6a8a30bb5888 Oct 11 05:58:16.470 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:58:16.472 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:58:16.794 INFO blam! 070717e400ccce034192cf3d5b9ae37c2c5cca2082b47883560467c8aca7e10d Oct 11 05:58:16.804 INFO running `"docker" "start" "-a" "070717e400ccce034192cf3d5b9ae37c2c5cca2082b47883560467c8aca7e10d"` Oct 11 05:58:17.884 INFO kablam! usermod: no changes Oct 11 05:58:18.007 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 05:58:18.007 INFO blam! Oct 11 05:58:18.007 INFO kablam! Running /target/debug/deps/btc_parse_tutor-a4d738883e9d063e Oct 11 05:58:18.007 INFO blam! running 0 tests Oct 11 05:58:18.007 INFO blam! Oct 11 05:58:18.007 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:58:18.007 INFO blam! Oct 11 05:58:18.019 INFO kablam! su: No module specific data is present Oct 11 05:58:18.622 INFO running `"docker" "rm" "-f" "070717e400ccce034192cf3d5b9ae37c2c5cca2082b47883560467c8aca7e10d"` Oct 11 05:58:18.877 INFO blam! 070717e400ccce034192cf3d5b9ae37c2c5cca2082b47883560467c8aca7e10d