Oct 11 14:35:56.513 INFO testing probor-0.3.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 14:35:56.513 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 14:35:56.513 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 14:35:56.966 INFO blam! 9834e90396c6eb57b35d76edd134c667e17ec18241b2da31faa4aafe1069d9b2 Oct 11 14:35:56.977 INFO running `"docker" "start" "-a" "9834e90396c6eb57b35d76edd134c667e17ec18241b2da31faa4aafe1069d9b2"` Oct 11 14:35:58.351 INFO kablam! usermod: no changes Oct 11 14:35:58.396 INFO kablam! Compiling cbor-codec v0.7.1 Oct 11 14:36:00.441 INFO kablam! Compiling probor v0.3.1 (/source) Oct 11 14:36:01.568 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.19s Oct 11 14:36:01.582 INFO kablam! su: No module specific data is present Oct 11 14:36:02.098 INFO running `"docker" "rm" "-f" "9834e90396c6eb57b35d76edd134c667e17ec18241b2da31faa4aafe1069d9b2"` Oct 11 14:36:02.345 INFO blam! 9834e90396c6eb57b35d76edd134c667e17ec18241b2da31faa4aafe1069d9b2 Oct 11 14:36:02.347 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 14:36:02.348 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 14:36:02.814 INFO blam! fa7f4e49b0b3ca24c25648854022517491f131326f00b58e32a396b76cbfc166 Oct 11 14:36:02.816 INFO running `"docker" "start" "-a" "fa7f4e49b0b3ca24c25648854022517491f131326f00b58e32a396b76cbfc166"` Oct 11 14:36:04.056 INFO kablam! usermod: no changes Oct 11 14:36:04.133 INFO kablam! Compiling probor v0.3.1 (/source) Oct 11 14:36:06.024 INFO kablam! warning: variable does not need to be mutable Oct 11 14:36:06.024 INFO kablam! --> src/tuples.rs:96:13 Oct 11 14:36:06.024 INFO kablam! | Oct 11 14:36:06.024 INFO kablam! 96 | let mut d = &mut Decoder::new(Config::default(), Cursor::new(&v[..])); Oct 11 14:36:06.024 INFO kablam! | ----^ Oct 11 14:36:06.024 INFO kablam! | | Oct 11 14:36:06.024 INFO kablam! | help: remove this `mut` Oct 11 14:36:06.024 INFO kablam! | Oct 11 14:36:06.024 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 14:36:06.024 INFO kablam! Oct 11 14:36:06.054 INFO kablam! warning: variable does not need to be mutable Oct 11 14:36:06.054 INFO kablam! --> src/sequences.rs:79:13 Oct 11 14:36:06.054 INFO kablam! | Oct 11 14:36:06.054 INFO kablam! 79 | let mut d = &mut Decoder::new(Config::default(), Cursor::new(&v[..])); Oct 11 14:36:06.054 INFO kablam! | ----^ Oct 11 14:36:06.054 INFO kablam! | | Oct 11 14:36:06.054 INFO kablam! | help: remove this `mut` Oct 11 14:36:06.054 INFO kablam! Oct 11 14:36:06.056 INFO kablam! warning: variable does not need to be mutable Oct 11 14:36:06.056 INFO kablam! --> src/maps.rs:57:13 Oct 11 14:36:06.056 INFO kablam! | Oct 11 14:36:06.056 INFO kablam! 57 | let mut d = &mut Decoder::new(Config::default(), Cursor::new(&v[..])); Oct 11 14:36:06.056 INFO kablam! | ----^ Oct 11 14:36:06.056 INFO kablam! | | Oct 11 14:36:06.056 INFO kablam! | help: remove this `mut` Oct 11 14:36:06.056 INFO kablam! Oct 11 14:36:06.102 INFO kablam! warning: variable does not need to be mutable Oct 11 14:36:06.102 INFO kablam! --> src/enums.rs:178:13 Oct 11 14:36:06.102 INFO kablam! | Oct 11 14:36:06.102 INFO kablam! 178 | let mut d = &mut Decoder::new(Config::default(), Cursor::new(&v[..])); Oct 11 14:36:06.102 INFO kablam! | ----^ Oct 11 14:36:06.102 INFO kablam! | | Oct 11 14:36:06.102 INFO kablam! | help: remove this `mut` Oct 11 14:36:06.102 INFO kablam! Oct 11 14:36:06.188 INFO kablam! warning: variable does not need to be mutable Oct 11 14:36:06.188 INFO kablam! --> src/macros.rs:187:13 Oct 11 14:36:06.188 INFO kablam! | Oct 11 14:36:06.188 INFO kablam! 187 | let mut d = &mut Decoder::new(Config::default(), Cursor::new(vec)); Oct 11 14:36:06.188 INFO kablam! | ----^ Oct 11 14:36:06.188 INFO kablam! | | Oct 11 14:36:06.188 INFO kablam! | help: remove this `mut` Oct 11 14:36:06.188 INFO kablam! Oct 11 14:36:06.237 INFO kablam! warning: unused arithmetic operation which must be used Oct 11 14:36:06.237 INFO kablam! --> src/decode_struct.rs:63:25 Oct 11 14:36:06.237 INFO kablam! | Oct 11 14:36:06.237 INFO kablam! 63 | (idx+1); // silence warning but expect to be optimized Oct 11 14:36:06.237 INFO kablam! | ^^^^^^^ Oct 11 14:36:06.237 INFO kablam! | Oct 11 14:36:06.237 INFO kablam! ::: src/macros.rs:112:5 Oct 11 14:36:06.237 INFO kablam! | Oct 11 14:36:06.237 INFO kablam! 112 | / probor_struct!( Oct 11 14:36:06.237 INFO kablam! 113 | | #[derive(PartialEq, Eq, Debug)] Oct 11 14:36:06.237 INFO kablam! 114 | | struct Page { Oct 11 14:36:06.237 INFO kablam! 115 | | url: String => (#0), Oct 11 14:36:06.237 INFO kablam! 116 | | title: String => (#1), Oct 11 14:36:06.237 INFO kablam! 117 | | snippet: Option => (#2 optional), Oct 11 14:36:06.237 INFO kablam! 118 | | }); Oct 11 14:36:06.237 INFO kablam! | |_______- in this macro invocation Oct 11 14:36:06.237 INFO kablam! | Oct 11 14:36:06.237 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 14:36:06.237 INFO kablam! Oct 11 14:36:06.237 INFO kablam! warning: unused arithmetic operation which must be used Oct 11 14:36:06.237 INFO kablam! --> src/decode_struct.rs:126:21 Oct 11 14:36:06.237 INFO kablam! | Oct 11 14:36:06.237 INFO kablam! 126 | (idx+1); // silence warning but expect to be optimized Oct 11 14:36:06.237 INFO kablam! | ^^^^^^^ Oct 11 14:36:06.237 INFO kablam! | Oct 11 14:36:06.237 INFO kablam! ::: src/macros.rs:112:5 Oct 11 14:36:06.237 INFO kablam! | Oct 11 14:36:06.237 INFO kablam! 112 | / probor_struct!( Oct 11 14:36:06.237 INFO kablam! 113 | | #[derive(PartialEq, Eq, Debug)] Oct 11 14:36:06.237 INFO kablam! 114 | | struct Page { Oct 11 14:36:06.237 INFO kablam! 115 | | url: String => (#0), Oct 11 14:36:06.237 INFO kablam! 116 | | title: String => (#1), Oct 11 14:36:06.237 INFO kablam! 117 | | snippet: Option => (#2 optional), Oct 11 14:36:06.237 INFO kablam! 118 | | }); Oct 11 14:36:06.237 INFO kablam! | |_______- in this macro invocation Oct 11 14:36:06.237 INFO kablam! Oct 11 14:36:06.237 INFO kablam! warning: unused arithmetic operation which must be used Oct 11 14:36:06.237 INFO kablam! --> src/decode_struct.rs:63:25 Oct 11 14:36:06.237 INFO kablam! | Oct 11 14:36:06.237 INFO kablam! 63 | (idx+1); // silence warning but expect to be optimized Oct 11 14:36:06.237 INFO kablam! | ^^^^^^^ Oct 11 14:36:06.237 INFO kablam! | Oct 11 14:36:06.237 INFO kablam! ::: src/macros.rs:120:5 Oct 11 14:36:06.237 INFO kablam! | Oct 11 14:36:06.237 INFO kablam! 120 | / probor_struct!( Oct 11 14:36:06.237 INFO kablam! 121 | | #[derive(PartialEq, Eq, Debug)] Oct 11 14:36:06.237 INFO kablam! 122 | | struct SearchResults { Oct 11 14:36:06.237 INFO kablam! 123 | | total_results: u64 => (#0), Oct 11 14:36:06.237 INFO kablam! 124 | | results: Vec => (#1), Oct 11 14:36:06.237 INFO kablam! 125 | | }); Oct 11 14:36:06.237 INFO kablam! | |_______- in this macro invocation Oct 11 14:36:06.237 INFO kablam! Oct 11 14:36:06.237 INFO kablam! warning: unused arithmetic operation which must be used Oct 11 14:36:06.237 INFO kablam! --> src/decode_struct.rs:126:21 Oct 11 14:36:06.237 INFO kablam! | Oct 11 14:36:06.237 INFO kablam! 126 | (idx+1); // silence warning but expect to be optimized Oct 11 14:36:06.237 INFO kablam! | ^^^^^^^ Oct 11 14:36:06.237 INFO kablam! | Oct 11 14:36:06.237 INFO kablam! ::: src/macros.rs:120:5 Oct 11 14:36:06.237 INFO kablam! | Oct 11 14:36:06.237 INFO kablam! 120 | / probor_struct!( Oct 11 14:36:06.237 INFO kablam! 121 | | #[derive(PartialEq, Eq, Debug)] Oct 11 14:36:06.237 INFO kablam! 122 | | struct SearchResults { Oct 11 14:36:06.237 INFO kablam! 123 | | total_results: u64 => (#0), Oct 11 14:36:06.237 INFO kablam! 124 | | results: Vec => (#1), Oct 11 14:36:06.237 INFO kablam! 125 | | }); Oct 11 14:36:06.237 INFO kablam! | |_______- in this macro invocation Oct 11 14:36:06.237 INFO kablam! Oct 11 14:36:06.237 INFO kablam! warning: unused arithmetic operation which must be used Oct 11 14:36:06.237 INFO kablam! --> src/decode_struct.rs:63:25 Oct 11 14:36:06.237 INFO kablam! | Oct 11 14:36:06.237 INFO kablam! 63 | (idx+1); // silence warning but expect to be optimized Oct 11 14:36:06.237 INFO kablam! | ^^^^^^^ Oct 11 14:36:06.237 INFO kablam! | Oct 11 14:36:06.237 INFO kablam! ::: src/macros.rs:174:5 Oct 11 14:36:06.237 INFO kablam! | Oct 11 14:36:06.238 INFO kablam! 174 | / probor_struct!( Oct 11 14:36:06.238 INFO kablam! 175 | | pub struct VersionInfo { Oct 11 14:36:06.238 INFO kablam! 176 | | pub version: u8 => (), Oct 11 14:36:06.238 INFO kablam! 177 | | }); Oct 11 14:36:06.238 INFO kablam! | |_______- in this macro invocation Oct 11 14:36:06.238 INFO kablam! Oct 11 14:36:06.238 INFO kablam! warning: unused arithmetic operation which must be used Oct 11 14:36:06.238 INFO kablam! --> src/decode_struct.rs:126:21 Oct 11 14:36:06.238 INFO kablam! | Oct 11 14:36:06.238 INFO kablam! 126 | (idx+1); // silence warning but expect to be optimized Oct 11 14:36:06.238 INFO kablam! | ^^^^^^^ Oct 11 14:36:06.238 INFO kablam! | Oct 11 14:36:06.238 INFO kablam! ::: src/macros.rs:174:5 Oct 11 14:36:06.238 INFO kablam! | Oct 11 14:36:06.238 INFO kablam! 174 | / probor_struct!( Oct 11 14:36:06.238 INFO kablam! 175 | | pub struct VersionInfo { Oct 11 14:36:06.238 INFO kablam! 176 | | pub version: u8 => (), Oct 11 14:36:06.238 INFO kablam! 177 | | }); Oct 11 14:36:06.238 INFO kablam! | |_______- in this macro invocation Oct 11 14:36:06.238 INFO kablam! Oct 11 14:36:06.238 INFO kablam! warning: unused arithmetic operation which must be used Oct 11 14:36:06.238 INFO kablam! --> src/decode_struct.rs:63:25 Oct 11 14:36:06.238 INFO kablam! | Oct 11 14:36:06.238 INFO kablam! 63 | (idx+1); // silence warning but expect to be optimized Oct 11 14:36:06.238 INFO kablam! | ^^^^^^^ Oct 11 14:36:06.238 INFO kablam! | Oct 11 14:36:06.238 INFO kablam! ::: src/macros.rs:192:5 Oct 11 14:36:06.238 INFO kablam! | Oct 11 14:36:06.238 INFO kablam! 192 | / probor_struct!( Oct 11 14:36:06.238 INFO kablam! 193 | | #[derive(Debug, PartialEq)] Oct 11 14:36:06.238 INFO kablam! 194 | | struct Three { Oct 11 14:36:06.238 INFO kablam! 195 | | one: Option => (#0 optional), Oct 11 14:36:06.238 INFO kablam! 196 | | two: Option => (#1 optional), Oct 11 14:36:06.238 INFO kablam! 197 | | three: Option => (#2 optional), Oct 11 14:36:06.238 INFO kablam! 198 | | }); Oct 11 14:36:06.238 INFO kablam! | |_______- in this macro invocation Oct 11 14:36:06.238 INFO kablam! Oct 11 14:36:06.238 INFO kablam! warning: unused arithmetic operation which must be used Oct 11 14:36:06.238 INFO kablam! --> src/decode_struct.rs:126:21 Oct 11 14:36:06.238 INFO kablam! | Oct 11 14:36:06.238 INFO kablam! 126 | (idx+1); // silence warning but expect to be optimized Oct 11 14:36:06.238 INFO kablam! | ^^^^^^^ Oct 11 14:36:06.238 INFO kablam! | Oct 11 14:36:06.238 INFO kablam! ::: src/macros.rs:192:5 Oct 11 14:36:06.238 INFO kablam! | Oct 11 14:36:06.238 INFO kablam! 192 | / probor_struct!( Oct 11 14:36:06.238 INFO kablam! 193 | | #[derive(Debug, PartialEq)] Oct 11 14:36:06.238 INFO kablam! 194 | | struct Three { Oct 11 14:36:06.238 INFO kablam! 195 | | one: Option => (#0 optional), Oct 11 14:36:06.238 INFO kablam! 196 | | two: Option => (#1 optional), Oct 11 14:36:06.238 INFO kablam! 197 | | three: Option => (#2 optional), Oct 11 14:36:06.238 INFO kablam! 198 | | }); Oct 11 14:36:06.238 INFO kablam! | |_______- in this macro invocation Oct 11 14:36:06.238 INFO kablam! Oct 11 14:36:06.240 INFO kablam! warning: unused arithmetic operation which must be used Oct 11 14:36:06.240 INFO kablam! --> src/decode_struct.rs:63:25 Oct 11 14:36:06.241 INFO kablam! | Oct 11 14:36:06.241 INFO kablam! 63 | (idx+1); // silence warning but expect to be optimized Oct 11 14:36:06.241 INFO kablam! | ^^^^^^^ Oct 11 14:36:06.241 INFO kablam! | Oct 11 14:36:06.241 INFO kablam! ::: src/macros.rs:200:5 Oct 11 14:36:06.241 INFO kablam! | Oct 11 14:36:06.241 INFO kablam! 200 | / probor_struct!( Oct 11 14:36:06.241 INFO kablam! 201 | | struct TwoThree { Oct 11 14:36:06.241 INFO kablam! 202 | | two: Option => (#1 optional), Oct 11 14:36:06.241 INFO kablam! 203 | | three: Option => (#2 optional), Oct 11 14:36:06.241 INFO kablam! 204 | | }); Oct 11 14:36:06.241 INFO kablam! | |_______- in this macro invocation Oct 11 14:36:06.241 INFO kablam! Oct 11 14:36:06.241 INFO kablam! warning: unused arithmetic operation which must be used Oct 11 14:36:06.241 INFO kablam! --> src/decode_struct.rs:126:21 Oct 11 14:36:06.241 INFO kablam! | Oct 11 14:36:06.241 INFO kablam! 126 | (idx+1); // silence warning but expect to be optimized Oct 11 14:36:06.241 INFO kablam! | ^^^^^^^ Oct 11 14:36:06.241 INFO kablam! | Oct 11 14:36:06.241 INFO kablam! ::: src/macros.rs:200:5 Oct 11 14:36:06.241 INFO kablam! | Oct 11 14:36:06.241 INFO kablam! 200 | / probor_struct!( Oct 11 14:36:06.241 INFO kablam! 201 | | struct TwoThree { Oct 11 14:36:06.241 INFO kablam! 202 | | two: Option => (#1 optional), Oct 11 14:36:06.241 INFO kablam! 203 | | three: Option => (#2 optional), Oct 11 14:36:06.241 INFO kablam! 204 | | }); Oct 11 14:36:06.241 INFO kablam! | |_______- in this macro invocation Oct 11 14:36:06.241 INFO kablam! Oct 11 14:36:06.241 INFO kablam! warning: unused arithmetic operation which must be used Oct 11 14:36:06.241 INFO kablam! --> src/decode_struct.rs:63:25 Oct 11 14:36:06.241 INFO kablam! | Oct 11 14:36:06.241 INFO kablam! 63 | (idx+1); // silence warning but expect to be optimized Oct 11 14:36:06.241 INFO kablam! | ^^^^^^^ Oct 11 14:36:06.241 INFO kablam! | Oct 11 14:36:06.241 INFO kablam! ::: src/macros.rs:206:5 Oct 11 14:36:06.241 INFO kablam! | Oct 11 14:36:06.241 INFO kablam! 206 | / probor_struct!( Oct 11 14:36:06.241 INFO kablam! 207 | | struct OneThree { Oct 11 14:36:06.241 INFO kablam! 208 | | one: Option => (#0 optional), Oct 11 14:36:06.241 INFO kablam! 209 | | three: Option => (#2 optional), Oct 11 14:36:06.241 INFO kablam! 210 | | }); Oct 11 14:36:06.241 INFO kablam! | |_______- in this macro invocation Oct 11 14:36:06.241 INFO kablam! Oct 11 14:36:06.241 INFO kablam! warning: unused arithmetic operation which must be used Oct 11 14:36:06.241 INFO kablam! --> src/decode_struct.rs:126:21 Oct 11 14:36:06.241 INFO kablam! | Oct 11 14:36:06.241 INFO kablam! 126 | (idx+1); // silence warning but expect to be optimized Oct 11 14:36:06.241 INFO kablam! | ^^^^^^^ Oct 11 14:36:06.241 INFO kablam! | Oct 11 14:36:06.241 INFO kablam! ::: src/macros.rs:206:5 Oct 11 14:36:06.241 INFO kablam! | Oct 11 14:36:06.241 INFO kablam! 206 | / probor_struct!( Oct 11 14:36:06.241 INFO kablam! 207 | | struct OneThree { Oct 11 14:36:06.241 INFO kablam! 208 | | one: Option => (#0 optional), Oct 11 14:36:06.241 INFO kablam! 209 | | three: Option => (#2 optional), Oct 11 14:36:06.241 INFO kablam! 210 | | }); Oct 11 14:36:06.241 INFO kablam! | |_______- in this macro invocation Oct 11 14:36:06.241 INFO kablam! Oct 11 14:36:06.241 INFO kablam! warning: unused arithmetic operation which must be used Oct 11 14:36:06.241 INFO kablam! --> src/decode_struct.rs:63:25 Oct 11 14:36:06.241 INFO kablam! | Oct 11 14:36:06.241 INFO kablam! 63 | (idx+1); // silence warning but expect to be optimized Oct 11 14:36:06.241 INFO kablam! | ^^^^^^^ Oct 11 14:36:06.241 INFO kablam! | Oct 11 14:36:06.241 INFO kablam! ::: src/macros.rs:212:5 Oct 11 14:36:06.241 INFO kablam! | Oct 11 14:36:06.241 INFO kablam! 212 | / probor_struct!( Oct 11 14:36:06.241 INFO kablam! 213 | | struct OneTwo { Oct 11 14:36:06.241 INFO kablam! 214 | | one: Option => (#0 optional), Oct 11 14:36:06.241 INFO kablam! 215 | | two: Option => (#1 optional), Oct 11 14:36:06.241 INFO kablam! 216 | | }); Oct 11 14:36:06.241 INFO kablam! | |_______- in this macro invocation Oct 11 14:36:06.241 INFO kablam! Oct 11 14:36:06.241 INFO kablam! warning: unused arithmetic operation which must be used Oct 11 14:36:06.241 INFO kablam! --> src/decode_struct.rs:126:21 Oct 11 14:36:06.241 INFO kablam! | Oct 11 14:36:06.241 INFO kablam! 126 | (idx+1); // silence warning but expect to be optimized Oct 11 14:36:06.241 INFO kablam! | ^^^^^^^ Oct 11 14:36:06.241 INFO kablam! | Oct 11 14:36:06.241 INFO kablam! ::: src/macros.rs:212:5 Oct 11 14:36:06.241 INFO kablam! | Oct 11 14:36:06.241 INFO kablam! 212 | / probor_struct!( Oct 11 14:36:06.241 INFO kablam! 213 | | struct OneTwo { Oct 11 14:36:06.241 INFO kablam! 214 | | one: Option => (#0 optional), Oct 11 14:36:06.241 INFO kablam! 215 | | two: Option => (#1 optional), Oct 11 14:36:06.241 INFO kablam! 216 | | }); Oct 11 14:36:06.241 INFO kablam! | |_______- in this macro invocation Oct 11 14:36:06.241 INFO kablam! Oct 11 14:36:06.241 INFO kablam! warning: unused arithmetic operation which must be used Oct 11 14:36:06.241 INFO kablam! --> src/decode_struct.rs:63:25 Oct 11 14:36:06.241 INFO kablam! | Oct 11 14:36:06.242 INFO kablam! 63 | (idx+1); // silence warning but expect to be optimized Oct 11 14:36:06.242 INFO kablam! | ^^^^^^^ Oct 11 14:36:06.242 INFO kablam! | Oct 11 14:36:06.242 INFO kablam! ::: src/macros.rs:218:5 Oct 11 14:36:06.242 INFO kablam! | Oct 11 14:36:06.242 INFO kablam! 218 | / probor_struct!( Oct 11 14:36:06.242 INFO kablam! 219 | | struct Named { Oct 11 14:36:06.242 INFO kablam! 220 | | one: u8 => (), Oct 11 14:36:06.242 INFO kablam! 221 | | two: u8 => (), Oct 11 14:36:06.242 INFO kablam! 222 | | three: u8 => (), Oct 11 14:36:06.242 INFO kablam! 223 | | }); Oct 11 14:36:06.242 INFO kablam! | |_______- in this macro invocation Oct 11 14:36:06.242 INFO kablam! Oct 11 14:36:06.242 INFO kablam! warning: unused arithmetic operation which must be used Oct 11 14:36:06.242 INFO kablam! --> src/decode_struct.rs:126:21 Oct 11 14:36:06.242 INFO kablam! | Oct 11 14:36:06.242 INFO kablam! 126 | (idx+1); // silence warning but expect to be optimized Oct 11 14:36:06.242 INFO kablam! | ^^^^^^^ Oct 11 14:36:06.242 INFO kablam! | Oct 11 14:36:06.242 INFO kablam! ::: src/macros.rs:218:5 Oct 11 14:36:06.242 INFO kablam! | Oct 11 14:36:06.242 INFO kablam! 218 | / probor_struct!( Oct 11 14:36:06.242 INFO kablam! 219 | | struct Named { Oct 11 14:36:06.242 INFO kablam! 220 | | one: u8 => (), Oct 11 14:36:06.242 INFO kablam! 221 | | two: u8 => (), Oct 11 14:36:06.242 INFO kablam! 222 | | three: u8 => (), Oct 11 14:36:06.242 INFO kablam! 223 | | }); Oct 11 14:36:06.242 INFO kablam! | |_______- in this macro invocation Oct 11 14:36:06.242 INFO kablam! Oct 11 14:36:08.367 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.29s Oct 11 14:36:08.370 INFO kablam! su: No module specific data is present Oct 11 14:36:08.809 INFO running `"docker" "rm" "-f" "fa7f4e49b0b3ca24c25648854022517491f131326f00b58e32a396b76cbfc166"` Oct 11 14:36:09.091 INFO blam! fa7f4e49b0b3ca24c25648854022517491f131326f00b58e32a396b76cbfc166 Oct 11 14:36:09.094 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 14:36:09.094 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 14:36:09.570 INFO blam! afc8b66ef9cf10910221812bc681a51b26e63453ceb273e936cddcb6a8ecef06 Oct 11 14:36:09.571 INFO running `"docker" "start" "-a" "afc8b66ef9cf10910221812bc681a51b26e63453ceb273e936cddcb6a8ecef06"` Oct 11 14:36:10.688 INFO kablam! usermod: no changes Oct 11 14:36:10.779 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 14:36:10.792 INFO kablam! Running /target/debug/deps/probor-89cea222fff50990 Oct 11 14:36:10.800 INFO blam! Oct 11 14:36:10.800 INFO blam! running 15 tests Oct 11 14:36:10.800 INFO blam! test macros::test_search_results::big_to_small ... ok Oct 11 14:36:10.800 INFO blam! test sequences::test::deque ... ok Oct 11 14:36:10.800 INFO blam! test macros::test_search_results::test_decode ... ok Oct 11 14:36:10.800 INFO blam! test macros::test_search_results::test_encode ... ok Oct 11 14:36:10.800 INFO blam! test maps::test::map ... ok Oct 11 14:36:10.800 INFO blam! test sequences::test::into_deque ... ok Oct 11 14:36:10.800 INFO blam! test sequences::test::into_vec ... ok Oct 11 14:36:10.800 INFO blam! test sequences::test::vec ... ok Oct 11 14:36:10.800 INFO blam! test tuples::test::one ... ok Oct 11 14:36:10.800 INFO blam! test tuples::test::three ... ok Oct 11 14:36:10.800 INFO blam! test tuples::test::two ... ok Oct 11 14:36:10.812 INFO blam! test enums::test_enum::test ... ok Oct 11 14:36:10.812 INFO blam! test macros::test_search_results::one_field ... ok Oct 11 14:36:10.812 INFO blam! test macros::test_search_results::named_to_small ... ok Oct 11 14:36:10.812 INFO blam! test macros::test_search_results::small_to_big ... ok Oct 11 14:36:10.813 INFO blam! Oct 11 14:36:10.813 INFO blam! test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:36:10.813 INFO blam! Oct 11 14:36:10.818 INFO kablam! Doc-tests probor Oct 11 14:36:11.724 INFO blam! Oct 11 14:36:11.724 INFO blam! running 0 tests Oct 11 14:36:11.724 INFO blam! Oct 11 14:36:11.724 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:36:11.724 INFO blam! Oct 11 14:36:11.736 INFO kablam! su: No module specific data is present Oct 11 14:36:12.484 INFO running `"docker" "rm" "-f" "afc8b66ef9cf10910221812bc681a51b26e63453ceb273e936cddcb6a8ecef06"` Oct 11 14:36:12.776 INFO blam! afc8b66ef9cf10910221812bc681a51b26e63453ceb273e936cddcb6a8ecef06