Oct 15 15:24:05.868 INFO testing u2size-0.1.4 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 15:24:05.869 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 15:24:06.050 INFO blam! b03913b93e8baf3e9c977bf80ffd22b2fa92751fceb975141e0f22c9690179b2 Oct 15 15:24:06.053 INFO running `"docker" "start" "-a" "b03913b93e8baf3e9c977bf80ffd22b2fa92751fceb975141e0f22c9690179b2"` Oct 15 15:24:06.461 INFO kablam! usermod: no changes Oct 15 15:24:06.483 INFO kablam! Compiling u2size v0.1.4 (/source) Oct 15 15:24:06.627 INFO kablam! warning: variable does not need to be mutable Oct 15 15:24:06.627 INFO kablam! --> src/lib.rs:200:9 Oct 15 15:24:06.627 INFO kablam! | Oct 15 15:24:06.627 INFO kablam! 200 | let mut c: usize; Oct 15 15:24:06.627 INFO kablam! | ----^ Oct 15 15:24:06.627 INFO kablam! | | Oct 15 15:24:06.627 INFO kablam! | help: remove this `mut` Oct 15 15:24:06.627 INFO kablam! | Oct 15 15:24:06.627 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 15:24:06.627 INFO kablam! Oct 15 15:24:06.627 INFO kablam! warning: variable does not need to be mutable Oct 15 15:24:06.627 INFO kablam! --> src/lib.rs:201:9 Oct 15 15:24:06.627 INFO kablam! | Oct 15 15:24:06.627 INFO kablam! 201 | let mut z: usize; Oct 15 15:24:06.627 INFO kablam! | ----^ Oct 15 15:24:06.627 INFO kablam! | | Oct 15 15:24:06.627 INFO kablam! | help: remove this `mut` Oct 15 15:24:06.627 INFO kablam! Oct 15 15:24:06.628 INFO kablam! warning: type `u2size` should have a camel case name such as `U2size` Oct 15 15:24:06.629 INFO kablam! --> src/lib.rs:8:1 Oct 15 15:24:06.629 INFO kablam! | Oct 15 15:24:06.629 INFO kablam! 8 | / pub struct u2size { Oct 15 15:24:06.629 INFO kablam! 9 | | pub msw: usize, Oct 15 15:24:06.629 INFO kablam! 10 | | pub lsw: usize, Oct 15 15:24:06.629 INFO kablam! 11 | | } Oct 15 15:24:06.629 INFO kablam! | |_^ Oct 15 15:24:06.629 INFO kablam! | Oct 15 15:24:06.629 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 15:24:06.629 INFO kablam! Oct 15 15:24:06.629 INFO kablam! warning: constant `word_bits` should have an upper case name such as `WORD_BITS` Oct 15 15:24:06.629 INFO kablam! --> src/lib.rs:195:1 Oct 15 15:24:06.629 INFO kablam! | Oct 15 15:24:06.629 INFO kablam! 195 | const word_bits: u32 = (::core::mem::size_of::() << 3) as u32; Oct 15 15:24:06.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:24:06.629 INFO kablam! | Oct 15 15:24:06.629 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 15:24:06.629 INFO kablam! Oct 15 15:24:06.660 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 15 15:24:06.662 INFO kablam! su: No module specific data is present Oct 15 15:24:07.005 INFO running `"docker" "rm" "-f" "b03913b93e8baf3e9c977bf80ffd22b2fa92751fceb975141e0f22c9690179b2"` Oct 15 15:24:07.143 INFO blam! b03913b93e8baf3e9c977bf80ffd22b2fa92751fceb975141e0f22c9690179b2 Oct 15 15:24:07.155 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 15:24:07.347 INFO blam! f18ee7d71a2d554917f602a5558f38102e972d95381bb9ffeb8cb0b37dd17ac5 Oct 15 15:24:07.348 INFO running `"docker" "start" "-a" "f18ee7d71a2d554917f602a5558f38102e972d95381bb9ffeb8cb0b37dd17ac5"` Oct 15 15:24:07.822 INFO kablam! usermod: no changes Oct 15 15:24:07.845 INFO kablam! Compiling u2size v0.1.4 (/source) Oct 15 15:24:08.326 INFO kablam! warning: variable does not need to be mutable Oct 15 15:24:08.326 INFO kablam! --> src/lib.rs:200:9 Oct 15 15:24:08.326 INFO kablam! | Oct 15 15:24:08.326 INFO kablam! 200 | let mut c: usize; Oct 15 15:24:08.327 INFO kablam! | ----^ Oct 15 15:24:08.327 INFO kablam! | | Oct 15 15:24:08.327 INFO kablam! | help: remove this `mut` Oct 15 15:24:08.328 INFO kablam! | Oct 15 15:24:08.328 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 15:24:08.328 INFO kablam! Oct 15 15:24:08.328 INFO kablam! warning: variable does not need to be mutable Oct 15 15:24:08.328 INFO kablam! --> src/lib.rs:201:9 Oct 15 15:24:08.328 INFO kablam! | Oct 15 15:24:08.329 INFO kablam! 201 | let mut z: usize; Oct 15 15:24:08.329 INFO kablam! | ----^ Oct 15 15:24:08.329 INFO kablam! | | Oct 15 15:24:08.329 INFO kablam! | help: remove this `mut` Oct 15 15:24:08.329 INFO kablam! Oct 15 15:24:08.329 INFO kablam! warning: type `u2size` should have a camel case name such as `U2size` Oct 15 15:24:08.329 INFO kablam! --> src/lib.rs:8:1 Oct 15 15:24:08.329 INFO kablam! | Oct 15 15:24:08.329 INFO kablam! 8 | / pub struct u2size { Oct 15 15:24:08.329 INFO kablam! 9 | | pub msw: usize, Oct 15 15:24:08.329 INFO kablam! 10 | | pub lsw: usize, Oct 15 15:24:08.329 INFO kablam! 11 | | } Oct 15 15:24:08.329 INFO kablam! | |_^ Oct 15 15:24:08.329 INFO kablam! | Oct 15 15:24:08.329 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 15:24:08.329 INFO kablam! Oct 15 15:24:08.329 INFO kablam! warning: constant `word_bits` should have an upper case name such as `WORD_BITS` Oct 15 15:24:08.329 INFO kablam! --> src/lib.rs:195:1 Oct 15 15:24:08.329 INFO kablam! | Oct 15 15:24:08.329 INFO kablam! 195 | const word_bits: u32 = (::core::mem::size_of::() << 3) as u32; Oct 15 15:24:08.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:24:08.329 INFO kablam! | Oct 15 15:24:08.329 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 15:24:08.329 INFO kablam! Oct 15 15:24:08.678 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.84s Oct 15 15:24:08.683 INFO kablam! su: No module specific data is present Oct 15 15:24:08.978 INFO running `"docker" "rm" "-f" "f18ee7d71a2d554917f602a5558f38102e972d95381bb9ffeb8cb0b37dd17ac5"` Oct 15 15:24:09.060 INFO blam! f18ee7d71a2d554917f602a5558f38102e972d95381bb9ffeb8cb0b37dd17ac5 Oct 15 15:24:09.067 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 15:24:09.263 INFO blam! 6223c59d52e1c5bb25eb671ac38a4ad6fb9aa950e85d6eadad68e94580cb5274 Oct 15 15:24:09.269 INFO running `"docker" "start" "-a" "6223c59d52e1c5bb25eb671ac38a4ad6fb9aa950e85d6eadad68e94580cb5274"` Oct 15 15:24:09.667 INFO kablam! usermod: no changes Oct 15 15:24:09.702 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 15:24:09.703 INFO kablam! Running /target/debug/deps/u2size-a62e4adb1bcc3b56 Oct 15 15:24:09.704 INFO blam! Oct 15 15:24:09.704 INFO blam! running 0 tests Oct 15 15:24:09.704 INFO blam! Oct 15 15:24:09.704 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:24:09.704 INFO blam! Oct 15 15:24:09.704 INFO kablam! Doc-tests u2size Oct 15 15:24:09.778 INFO blam! Oct 15 15:24:09.779 INFO blam! running 0 tests Oct 15 15:24:09.779 INFO blam! Oct 15 15:24:09.779 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:24:09.780 INFO blam! Oct 15 15:24:09.785 INFO kablam! su: No module specific data is present Oct 15 15:24:10.053 INFO running `"docker" "rm" "-f" "6223c59d52e1c5bb25eb671ac38a4ad6fb9aa950e85d6eadad68e94580cb5274"` Oct 15 15:24:10.165 INFO blam! 6223c59d52e1c5bb25eb671ac38a4ad6fb9aa950e85d6eadad68e94580cb5274