Oct 11 09:20:10.369 INFO testing u2size-0.1.4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 09:20:10.369 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 09:20:10.369 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 09:20:10.568 INFO blam! f50b7e2f81c7efc2afcd82a069577de9fcc7cc9bdf42b866e5270a39396c10fc Oct 11 09:20:10.570 INFO running `"docker" "start" "-a" "f50b7e2f81c7efc2afcd82a069577de9fcc7cc9bdf42b866e5270a39396c10fc"` Oct 11 09:20:11.140 INFO kablam! usermod: no changes Oct 11 09:20:11.181 INFO kablam! Compiling u2size v0.1.4 (/source) Oct 11 09:20:11.327 INFO kablam! warning: variable does not need to be mutable Oct 11 09:20:11.327 INFO kablam! --> src/lib.rs:200:9 Oct 11 09:20:11.327 INFO kablam! | Oct 11 09:20:11.327 INFO kablam! 200 | let mut c: usize; Oct 11 09:20:11.327 INFO kablam! | ----^ Oct 11 09:20:11.327 INFO kablam! | | Oct 11 09:20:11.327 INFO kablam! | help: remove this `mut` Oct 11 09:20:11.327 INFO kablam! | Oct 11 09:20:11.327 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 09:20:11.327 INFO kablam! Oct 11 09:20:11.328 INFO kablam! warning: variable does not need to be mutable Oct 11 09:20:11.328 INFO kablam! --> src/lib.rs:201:9 Oct 11 09:20:11.328 INFO kablam! | Oct 11 09:20:11.328 INFO kablam! 201 | let mut z: usize; Oct 11 09:20:11.328 INFO kablam! | ----^ Oct 11 09:20:11.328 INFO kablam! | | Oct 11 09:20:11.328 INFO kablam! | help: remove this `mut` Oct 11 09:20:11.328 INFO kablam! Oct 11 09:20:11.328 INFO kablam! warning: type `u2size` should have a camel case name such as `U2size` Oct 11 09:20:11.328 INFO kablam! --> src/lib.rs:8:1 Oct 11 09:20:11.328 INFO kablam! | Oct 11 09:20:11.328 INFO kablam! 8 | / pub struct u2size { Oct 11 09:20:11.328 INFO kablam! 9 | | pub msw: usize, Oct 11 09:20:11.328 INFO kablam! 10 | | pub lsw: usize, Oct 11 09:20:11.328 INFO kablam! 11 | | } Oct 11 09:20:11.328 INFO kablam! | |_^ Oct 11 09:20:11.328 INFO kablam! | Oct 11 09:20:11.328 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 09:20:11.328 INFO kablam! Oct 11 09:20:11.329 INFO kablam! warning: constant `word_bits` should have an upper case name such as `WORD_BITS` Oct 11 09:20:11.329 INFO kablam! --> src/lib.rs:195:1 Oct 11 09:20:11.329 INFO kablam! | Oct 11 09:20:11.329 INFO kablam! 195 | const word_bits: u32 = (::core::mem::size_of::() << 3) as u32; Oct 11 09:20:11.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:20:11.329 INFO kablam! | Oct 11 09:20:11.329 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 11 09:20:11.329 INFO kablam! Oct 11 09:20:11.364 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 11 09:20:11.368 INFO kablam! su: No module specific data is present Oct 11 09:20:11.750 INFO running `"docker" "rm" "-f" "f50b7e2f81c7efc2afcd82a069577de9fcc7cc9bdf42b866e5270a39396c10fc"` Oct 11 09:20:11.961 INFO blam! f50b7e2f81c7efc2afcd82a069577de9fcc7cc9bdf42b866e5270a39396c10fc Oct 11 09:20:11.970 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 09:20:11.970 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 09:20:12.169 INFO blam! ad3458b1dff52ef62d4df258cb2ea5c1b91dd53ad4d1d147595aa86885468ac3 Oct 11 09:20:12.172 INFO running `"docker" "start" "-a" "ad3458b1dff52ef62d4df258cb2ea5c1b91dd53ad4d1d147595aa86885468ac3"` Oct 11 09:20:12.660 INFO kablam! usermod: no changes Oct 11 09:20:12.693 INFO kablam! Compiling u2size v0.1.4 (/source) Oct 11 09:20:13.470 INFO kablam! warning: variable does not need to be mutable Oct 11 09:20:13.470 INFO kablam! --> src/lib.rs:200:9 Oct 11 09:20:13.470 INFO kablam! | Oct 11 09:20:13.470 INFO kablam! 200 | let mut c: usize; Oct 11 09:20:13.470 INFO kablam! | ----^ Oct 11 09:20:13.470 INFO kablam! | | Oct 11 09:20:13.470 INFO kablam! | help: remove this `mut` Oct 11 09:20:13.471 INFO kablam! | Oct 11 09:20:13.471 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 09:20:13.471 INFO kablam! Oct 11 09:20:13.471 INFO kablam! warning: variable does not need to be mutable Oct 11 09:20:13.471 INFO kablam! --> src/lib.rs:201:9 Oct 11 09:20:13.471 INFO kablam! | Oct 11 09:20:13.471 INFO kablam! 201 | let mut z: usize; Oct 11 09:20:13.471 INFO kablam! | ----^ Oct 11 09:20:13.471 INFO kablam! | | Oct 11 09:20:13.471 INFO kablam! | help: remove this `mut` Oct 11 09:20:13.471 INFO kablam! Oct 11 09:20:13.471 INFO kablam! warning: type `u2size` should have a camel case name such as `U2size` Oct 11 09:20:13.471 INFO kablam! --> src/lib.rs:8:1 Oct 11 09:20:13.471 INFO kablam! | Oct 11 09:20:13.471 INFO kablam! 8 | / pub struct u2size { Oct 11 09:20:13.471 INFO kablam! 9 | | pub msw: usize, Oct 11 09:20:13.471 INFO kablam! 10 | | pub lsw: usize, Oct 11 09:20:13.471 INFO kablam! 11 | | } Oct 11 09:20:13.471 INFO kablam! | |_^ Oct 11 09:20:13.471 INFO kablam! | Oct 11 09:20:13.471 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 09:20:13.471 INFO kablam! Oct 11 09:20:13.471 INFO kablam! warning: constant `word_bits` should have an upper case name such as `WORD_BITS` Oct 11 09:20:13.471 INFO kablam! --> src/lib.rs:195:1 Oct 11 09:20:13.471 INFO kablam! | Oct 11 09:20:13.471 INFO kablam! 195 | const word_bits: u32 = (::core::mem::size_of::() << 3) as u32; Oct 11 09:20:13.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:20:13.471 INFO kablam! | Oct 11 09:20:13.471 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 11 09:20:13.471 INFO kablam! Oct 11 09:20:13.788 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.10s Oct 11 09:20:13.789 INFO kablam! su: No module specific data is present Oct 11 09:20:14.116 INFO running `"docker" "rm" "-f" "ad3458b1dff52ef62d4df258cb2ea5c1b91dd53ad4d1d147595aa86885468ac3"` Oct 11 09:20:14.288 INFO blam! ad3458b1dff52ef62d4df258cb2ea5c1b91dd53ad4d1d147595aa86885468ac3 Oct 11 09:20:14.294 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 09:20:14.294 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 09:20:14.611 INFO blam! 437f4e71133d8a3fb6ca7eb5476649404c4d9a7e1f0f7485d605ea0656483f80 Oct 11 09:20:14.622 INFO running `"docker" "start" "-a" "437f4e71133d8a3fb6ca7eb5476649404c4d9a7e1f0f7485d605ea0656483f80"` Oct 11 09:20:15.481 INFO kablam! usermod: no changes Oct 11 09:20:15.523 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 09:20:15.532 INFO kablam! Running /target/debug/deps/u2size-869af8d928aeec8e Oct 11 09:20:15.534 INFO blam! Oct 11 09:20:15.534 INFO blam! running 0 tests Oct 11 09:20:15.534 INFO blam! Oct 11 09:20:15.534 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:20:15.534 INFO blam! Oct 11 09:20:15.534 INFO kablam! Doc-tests u2size Oct 11 09:20:15.609 INFO blam! Oct 11 09:20:15.610 INFO blam! running 0 tests Oct 11 09:20:15.610 INFO blam! Oct 11 09:20:15.610 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:20:15.610 INFO blam! Oct 11 09:20:15.616 INFO kablam! su: No module specific data is present Oct 11 09:20:15.954 INFO running `"docker" "rm" "-f" "437f4e71133d8a3fb6ca7eb5476649404c4d9a7e1f0f7485d605ea0656483f80"` Oct 11 09:20:16.104 INFO blam! 437f4e71133d8a3fb6ca7eb5476649404c4d9a7e1f0f7485d605ea0656483f80