Oct 11 23:56:19.906 INFO testing fbxcel-0.0.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 23:56:19.906 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 11 23:56:20.202 INFO blam! 866bb133d7585dd57357fb5a5fc25b2c9d2ac7ae1784ac1efb8f7d0b0384d20d Oct 11 23:56:20.206 INFO running `"docker" "start" "-a" "866bb133d7585dd57357fb5a5fc25b2c9d2ac7ae1784ac1efb8f7d0b0384d20d"` Oct 11 23:56:20.796 INFO kablam! usermod: no changes Oct 11 23:56:20.854 INFO kablam! Compiling fbxcel v0.0.2 (/source) Oct 11 23:56:23.233 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:23.233 INFO kablam! --> src/parser/binary/reader.rs:15:17 Oct 11 23:56:23.234 INFO kablam! | Oct 11 23:56:23.234 INFO kablam! 15 | let mut slice = unsafe { Oct 11 23:56:23.234 INFO kablam! | ----^^^^^ Oct 11 23:56:23.234 INFO kablam! | | Oct 11 23:56:23.235 INFO kablam! | help: remove this `mut` Oct 11 23:56:23.235 INFO kablam! ... Oct 11 23:56:23.236 INFO kablam! 47 | impl_read_little_endian_integer!(u8, read_u8, 1); Oct 11 23:56:23.236 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 11 23:56:23.236 INFO kablam! | Oct 11 23:56:23.236 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 23:56:23.237 INFO kablam! Oct 11 23:56:23.237 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:23.237 INFO kablam! --> src/parser/binary/reader.rs:15:17 Oct 11 23:56:23.238 INFO kablam! | Oct 11 23:56:23.238 INFO kablam! 15 | let mut slice = unsafe { Oct 11 23:56:23.238 INFO kablam! | ----^^^^^ Oct 11 23:56:23.239 INFO kablam! | | Oct 11 23:56:23.239 INFO kablam! | help: remove this `mut` Oct 11 23:56:23.239 INFO kablam! ... Oct 11 23:56:23.239 INFO kablam! 48 | impl_read_little_endian_integer!(u32, read_u32, 4); Oct 11 23:56:23.240 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 11 23:56:23.240 INFO kablam! Oct 11 23:56:23.240 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:23.241 INFO kablam! --> src/parser/binary/reader.rs:15:17 Oct 11 23:56:23.241 INFO kablam! | Oct 11 23:56:23.241 INFO kablam! 15 | let mut slice = unsafe { Oct 11 23:56:23.242 INFO kablam! | ----^^^^^ Oct 11 23:56:23.242 INFO kablam! | | Oct 11 23:56:23.242 INFO kablam! | help: remove this `mut` Oct 11 23:56:23.242 INFO kablam! ... Oct 11 23:56:23.243 INFO kablam! 49 | impl_read_little_endian_integer!(u64, read_u64, 8); Oct 11 23:56:23.243 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 11 23:56:23.243 INFO kablam! Oct 11 23:56:23.244 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:23.244 INFO kablam! --> src/parser/binary/reader.rs:15:17 Oct 11 23:56:23.248 INFO kablam! | Oct 11 23:56:23.249 INFO kablam! 15 | let mut slice = unsafe { Oct 11 23:56:23.249 INFO kablam! | ----^^^^^ Oct 11 23:56:23.249 INFO kablam! | | Oct 11 23:56:23.249 INFO kablam! | help: remove this `mut` Oct 11 23:56:23.250 INFO kablam! ... Oct 11 23:56:23.250 INFO kablam! 50 | impl_read_little_endian_integer!(i16, read_i16, 2); Oct 11 23:56:23.250 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 11 23:56:23.251 INFO kablam! Oct 11 23:56:23.251 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:23.251 INFO kablam! --> src/parser/binary/reader.rs:15:17 Oct 11 23:56:23.252 INFO kablam! | Oct 11 23:56:23.252 INFO kablam! 15 | let mut slice = unsafe { Oct 11 23:56:23.252 INFO kablam! | ----^^^^^ Oct 11 23:56:23.253 INFO kablam! | | Oct 11 23:56:23.253 INFO kablam! | help: remove this `mut` Oct 11 23:56:23.253 INFO kablam! ... Oct 11 23:56:23.253 INFO kablam! 51 | impl_read_little_endian_integer!(i32, read_i32, 4); Oct 11 23:56:23.254 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 11 23:56:23.254 INFO kablam! Oct 11 23:56:23.254 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:23.255 INFO kablam! --> src/parser/binary/reader.rs:15:17 Oct 11 23:56:23.255 INFO kablam! | Oct 11 23:56:23.255 INFO kablam! 15 | let mut slice = unsafe { Oct 11 23:56:23.256 INFO kablam! | ----^^^^^ Oct 11 23:56:23.256 INFO kablam! | | Oct 11 23:56:23.256 INFO kablam! | help: remove this `mut` Oct 11 23:56:23.257 INFO kablam! ... Oct 11 23:56:23.257 INFO kablam! 52 | impl_read_little_endian_integer!(i64, read_i64, 8); Oct 11 23:56:23.257 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 11 23:56:23.258 INFO kablam! Oct 11 23:56:23.258 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:23.258 INFO kablam! --> src/parser/binary/reader.rs:31:21 Oct 11 23:56:23.259 INFO kablam! | Oct 11 23:56:23.259 INFO kablam! 31 | let mut slice = unsafe { Oct 11 23:56:23.259 INFO kablam! | ----^^^^^ Oct 11 23:56:23.259 INFO kablam! | | Oct 11 23:56:23.260 INFO kablam! | help: remove this `mut` Oct 11 23:56:23.260 INFO kablam! ... Oct 11 23:56:23.260 INFO kablam! 68 | impl_read_little_endian_integer_array!(u8, read_u8_arr, 1); Oct 11 23:56:23.261 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 11 23:56:23.261 INFO kablam! Oct 11 23:56:23.261 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:23.262 INFO kablam! --> src/parser/binary/reader.rs:31:21 Oct 11 23:56:23.262 INFO kablam! | Oct 11 23:56:23.262 INFO kablam! 31 | let mut slice = unsafe { Oct 11 23:56:23.262 INFO kablam! | ----^^^^^ Oct 11 23:56:23.263 INFO kablam! | | Oct 11 23:56:23.263 INFO kablam! | help: remove this `mut` Oct 11 23:56:23.263 INFO kablam! ... Oct 11 23:56:23.264 INFO kablam! 69 | impl_read_little_endian_integer_array!(u32, read_u32_arr, 4); Oct 11 23:56:23.264 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 11 23:56:23.264 INFO kablam! Oct 11 23:56:23.265 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:23.265 INFO kablam! --> src/parser/binary/reader.rs:31:21 Oct 11 23:56:23.265 INFO kablam! | Oct 11 23:56:23.265 INFO kablam! 31 | let mut slice = unsafe { Oct 11 23:56:23.266 INFO kablam! | ----^^^^^ Oct 11 23:56:23.266 INFO kablam! | | Oct 11 23:56:23.266 INFO kablam! | help: remove this `mut` Oct 11 23:56:23.267 INFO kablam! ... Oct 11 23:56:23.267 INFO kablam! 70 | impl_read_little_endian_integer_array!(u64, read_u64_arr, 8); Oct 11 23:56:23.267 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 11 23:56:23.268 INFO kablam! Oct 11 23:56:23.268 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:23.268 INFO kablam! --> src/parser/binary/reader.rs:31:21 Oct 11 23:56:23.269 INFO kablam! | Oct 11 23:56:23.269 INFO kablam! 31 | let mut slice = unsafe { Oct 11 23:56:23.269 INFO kablam! | ----^^^^^ Oct 11 23:56:23.269 INFO kablam! | | Oct 11 23:56:23.270 INFO kablam! | help: remove this `mut` Oct 11 23:56:23.270 INFO kablam! ... Oct 11 23:56:23.270 INFO kablam! 71 | impl_read_little_endian_integer_array!(i16, read_i16_arr, 2); Oct 11 23:56:23.271 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 11 23:56:23.271 INFO kablam! Oct 11 23:56:23.271 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:23.272 INFO kablam! --> src/parser/binary/reader.rs:31:21 Oct 11 23:56:23.272 INFO kablam! | Oct 11 23:56:23.272 INFO kablam! 31 | let mut slice = unsafe { Oct 11 23:56:23.272 INFO kablam! | ----^^^^^ Oct 11 23:56:23.273 INFO kablam! | | Oct 11 23:56:23.273 INFO kablam! | help: remove this `mut` Oct 11 23:56:23.273 INFO kablam! ... Oct 11 23:56:23.274 INFO kablam! 72 | impl_read_little_endian_integer_array!(i32, read_i32_arr, 4); Oct 11 23:56:23.274 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 11 23:56:23.274 INFO kablam! Oct 11 23:56:23.275 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:23.275 INFO kablam! --> src/parser/binary/reader.rs:31:21 Oct 11 23:56:23.275 INFO kablam! | Oct 11 23:56:23.276 INFO kablam! 31 | let mut slice = unsafe { Oct 11 23:56:23.276 INFO kablam! | ----^^^^^ Oct 11 23:56:23.280 INFO kablam! | | Oct 11 23:56:23.280 INFO kablam! | help: remove this `mut` Oct 11 23:56:23.280 INFO kablam! ... Oct 11 23:56:23.280 INFO kablam! 73 | impl_read_little_endian_integer_array!(i64, read_i64_arr, 8); Oct 11 23:56:23.280 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 11 23:56:23.280 INFO kablam! Oct 11 23:56:23.748 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.92s Oct 11 23:56:23.748 INFO kablam! su: No module specific data is present Oct 11 23:56:24.265 INFO running `"docker" "rm" "-f" "866bb133d7585dd57357fb5a5fc25b2c9d2ac7ae1784ac1efb8f7d0b0384d20d"` Oct 11 23:56:24.492 INFO blam! 866bb133d7585dd57357fb5a5fc25b2c9d2ac7ae1784ac1efb8f7d0b0384d20d Oct 11 23:56:24.500 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 11 23:56:24.977 INFO blam! b05ecd7c4559f97863324b0455b10007d70a95f5d3c5d1b6324ca74513e9748b Oct 11 23:56:24.979 INFO running `"docker" "start" "-a" "b05ecd7c4559f97863324b0455b10007d70a95f5d3c5d1b6324ca74513e9748b"` Oct 11 23:56:25.880 INFO kablam! usermod: no changes Oct 11 23:56:25.940 INFO kablam! Compiling fbxcel v0.0.2 (/source) Oct 11 23:56:28.447 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:28.447 INFO kablam! --> src/parser/binary/reader.rs:15:17 Oct 11 23:56:28.448 INFO kablam! | Oct 11 23:56:28.449 INFO kablam! 15 | let mut slice = unsafe { Oct 11 23:56:28.449 INFO kablam! | ----^^^^^ Oct 11 23:56:28.449 INFO kablam! | | Oct 11 23:56:28.449 INFO kablam! | help: remove this `mut` Oct 11 23:56:28.450 INFO kablam! ... Oct 11 23:56:28.450 INFO kablam! 47 | impl_read_little_endian_integer!(u8, read_u8, 1); Oct 11 23:56:28.450 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 11 23:56:28.451 INFO kablam! | Oct 11 23:56:28.451 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 23:56:28.452 INFO kablam! Oct 11 23:56:28.453 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:28.453 INFO kablam! --> src/parser/binary/reader.rs:15:17 Oct 11 23:56:28.453 INFO kablam! | Oct 11 23:56:28.454 INFO kablam! 15 | let mut slice = unsafe { Oct 11 23:56:28.454 INFO kablam! | ----^^^^^ Oct 11 23:56:28.454 INFO kablam! | | Oct 11 23:56:28.454 INFO kablam! | help: remove this `mut` Oct 11 23:56:28.455 INFO kablam! ... Oct 11 23:56:28.455 INFO kablam! 48 | impl_read_little_endian_integer!(u32, read_u32, 4); Oct 11 23:56:28.455 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 11 23:56:28.456 INFO kablam! Oct 11 23:56:28.457 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:28.457 INFO kablam! --> src/parser/binary/reader.rs:15:17 Oct 11 23:56:28.457 INFO kablam! | Oct 11 23:56:28.458 INFO kablam! 15 | let mut slice = unsafe { Oct 11 23:56:28.458 INFO kablam! | ----^^^^^ Oct 11 23:56:28.458 INFO kablam! | | Oct 11 23:56:28.459 INFO kablam! | help: remove this `mut` Oct 11 23:56:28.459 INFO kablam! ... Oct 11 23:56:28.459 INFO kablam! 49 | impl_read_little_endian_integer!(u64, read_u64, 8); Oct 11 23:56:28.460 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 11 23:56:28.460 INFO kablam! Oct 11 23:56:28.460 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:28.461 INFO kablam! --> src/parser/binary/reader.rs:15:17 Oct 11 23:56:28.461 INFO kablam! | Oct 11 23:56:28.461 INFO kablam! 15 | let mut slice = unsafe { Oct 11 23:56:28.462 INFO kablam! | ----^^^^^ Oct 11 23:56:28.462 INFO kablam! | | Oct 11 23:56:28.463 INFO kablam! | help: remove this `mut` Oct 11 23:56:28.463 INFO kablam! ... Oct 11 23:56:28.463 INFO kablam! 50 | impl_read_little_endian_integer!(i16, read_i16, 2); Oct 11 23:56:28.464 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 11 23:56:28.464 INFO kablam! Oct 11 23:56:28.465 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:28.465 INFO kablam! --> src/parser/binary/reader.rs:15:17 Oct 11 23:56:28.465 INFO kablam! | Oct 11 23:56:28.466 INFO kablam! 15 | let mut slice = unsafe { Oct 11 23:56:28.466 INFO kablam! | ----^^^^^ Oct 11 23:56:28.466 INFO kablam! | | Oct 11 23:56:28.467 INFO kablam! | help: remove this `mut` Oct 11 23:56:28.467 INFO kablam! ... Oct 11 23:56:28.467 INFO kablam! 51 | impl_read_little_endian_integer!(i32, read_i32, 4); Oct 11 23:56:28.468 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 11 23:56:28.468 INFO kablam! Oct 11 23:56:28.469 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:28.469 INFO kablam! --> src/parser/binary/reader.rs:15:17 Oct 11 23:56:28.469 INFO kablam! | Oct 11 23:56:28.470 INFO kablam! 15 | let mut slice = unsafe { Oct 11 23:56:28.470 INFO kablam! | ----^^^^^ Oct 11 23:56:28.470 INFO kablam! | | Oct 11 23:56:28.471 INFO kablam! | help: remove this `mut` Oct 11 23:56:28.471 INFO kablam! ... Oct 11 23:56:28.471 INFO kablam! 52 | impl_read_little_endian_integer!(i64, read_i64, 8); Oct 11 23:56:28.471 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 11 23:56:28.472 INFO kablam! Oct 11 23:56:28.472 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:28.473 INFO kablam! --> src/parser/binary/reader.rs:31:21 Oct 11 23:56:28.473 INFO kablam! | Oct 11 23:56:28.473 INFO kablam! 31 | let mut slice = unsafe { Oct 11 23:56:28.474 INFO kablam! | ----^^^^^ Oct 11 23:56:28.474 INFO kablam! | | Oct 11 23:56:28.474 INFO kablam! | help: remove this `mut` Oct 11 23:56:28.475 INFO kablam! ... Oct 11 23:56:28.475 INFO kablam! 68 | impl_read_little_endian_integer_array!(u8, read_u8_arr, 1); Oct 11 23:56:28.475 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 11 23:56:28.476 INFO kablam! Oct 11 23:56:28.476 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:28.476 INFO kablam! --> src/parser/binary/reader.rs:31:21 Oct 11 23:56:28.477 INFO kablam! | Oct 11 23:56:28.477 INFO kablam! 31 | let mut slice = unsafe { Oct 11 23:56:28.477 INFO kablam! | ----^^^^^ Oct 11 23:56:28.478 INFO kablam! | | Oct 11 23:56:28.478 INFO kablam! | help: remove this `mut` Oct 11 23:56:28.478 INFO kablam! ... Oct 11 23:56:28.478 INFO kablam! 69 | impl_read_little_endian_integer_array!(u32, read_u32_arr, 4); Oct 11 23:56:28.479 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 11 23:56:28.479 INFO kablam! Oct 11 23:56:28.479 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:28.480 INFO kablam! --> src/parser/binary/reader.rs:31:21 Oct 11 23:56:28.480 INFO kablam! | Oct 11 23:56:28.480 INFO kablam! 31 | let mut slice = unsafe { Oct 11 23:56:28.481 INFO kablam! | ----^^^^^ Oct 11 23:56:28.481 INFO kablam! | | Oct 11 23:56:28.481 INFO kablam! | help: remove this `mut` Oct 11 23:56:28.482 INFO kablam! ... Oct 11 23:56:28.482 INFO kablam! 70 | impl_read_little_endian_integer_array!(u64, read_u64_arr, 8); Oct 11 23:56:28.482 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 11 23:56:28.482 INFO kablam! Oct 11 23:56:28.483 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:28.483 INFO kablam! --> src/parser/binary/reader.rs:31:21 Oct 11 23:56:28.483 INFO kablam! | Oct 11 23:56:28.484 INFO kablam! 31 | let mut slice = unsafe { Oct 11 23:56:28.484 INFO kablam! | ----^^^^^ Oct 11 23:56:28.484 INFO kablam! | | Oct 11 23:56:28.484 INFO kablam! | help: remove this `mut` Oct 11 23:56:28.485 INFO kablam! ... Oct 11 23:56:28.485 INFO kablam! 71 | impl_read_little_endian_integer_array!(i16, read_i16_arr, 2); Oct 11 23:56:28.485 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 11 23:56:28.486 INFO kablam! Oct 11 23:56:28.486 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:28.486 INFO kablam! --> src/parser/binary/reader.rs:31:21 Oct 11 23:56:28.487 INFO kablam! | Oct 11 23:56:28.487 INFO kablam! 31 | let mut slice = unsafe { Oct 11 23:56:28.487 INFO kablam! | ----^^^^^ Oct 11 23:56:28.487 INFO kablam! | | Oct 11 23:56:28.487 INFO kablam! | help: remove this `mut` Oct 11 23:56:28.487 INFO kablam! ... Oct 11 23:56:28.487 INFO kablam! 72 | impl_read_little_endian_integer_array!(i32, read_i32_arr, 4); Oct 11 23:56:28.487 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 11 23:56:28.487 INFO kablam! Oct 11 23:56:28.487 INFO kablam! warning: variable does not need to be mutable Oct 11 23:56:28.487 INFO kablam! --> src/parser/binary/reader.rs:31:21 Oct 11 23:56:28.487 INFO kablam! | Oct 11 23:56:28.487 INFO kablam! 31 | let mut slice = unsafe { Oct 11 23:56:28.487 INFO kablam! | ----^^^^^ Oct 11 23:56:28.488 INFO kablam! | | Oct 11 23:56:28.488 INFO kablam! | help: remove this `mut` Oct 11 23:56:28.488 INFO kablam! ... Oct 11 23:56:28.488 INFO kablam! 73 | impl_read_little_endian_integer_array!(i64, read_i64_arr, 8); Oct 11 23:56:28.488 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 11 23:56:28.488 INFO kablam! Oct 11 23:56:29.292 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.39s Oct 11 23:56:29.292 INFO kablam! su: No module specific data is present Oct 11 23:56:29.907 INFO running `"docker" "rm" "-f" "b05ecd7c4559f97863324b0455b10007d70a95f5d3c5d1b6324ca74513e9748b"` Oct 11 23:56:30.136 INFO blam! b05ecd7c4559f97863324b0455b10007d70a95f5d3c5d1b6324ca74513e9748b Oct 11 23:56:30.148 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 11 23:56:30.690 INFO blam! f3a7a7275b1605a71f21eab3ada69567f0cd88f937fcfc12f42acb83eb5f55b1 Oct 11 23:56:30.691 INFO running `"docker" "start" "-a" "f3a7a7275b1605a71f21eab3ada69567f0cd88f937fcfc12f42acb83eb5f55b1"` Oct 11 23:56:31.752 INFO kablam! usermod: no changes Oct 11 23:56:31.840 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 23:56:31.847 INFO kablam! Running /target/debug/deps/fbxcel-a2fcb536a2372390 Oct 11 23:56:31.847 INFO blam! Oct 11 23:56:31.847 INFO blam! running 1 test Oct 11 23:56:31.852 INFO blam! test parser::binary::reader::tests::test_skip_to ... ok Oct 11 23:56:31.852 INFO kablam! Doc-tests fbxcel Oct 11 23:56:31.852 INFO blam! Oct 11 23:56:31.852 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 23:56:31.852 INFO blam! Oct 11 23:56:34.247 INFO blam! Oct 11 23:56:34.247 INFO blam! running 0 tests Oct 11 23:56:34.247 INFO blam! Oct 11 23:56:34.248 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 23:56:34.248 INFO blam! Oct 11 23:56:34.252 INFO kablam! su: No module specific data is present Oct 11 23:56:34.926 INFO running `"docker" "rm" "-f" "f3a7a7275b1605a71f21eab3ada69567f0cd88f937fcfc12f42acb83eb5f55b1"` Oct 11 23:56:35.143 INFO blam! f3a7a7275b1605a71f21eab3ada69567f0cd88f937fcfc12f42acb83eb5f55b1