Oct 16 14:24:04.436 INFO testing copy_arena-0.1.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 14:24:04.436 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 14:24:04.843 INFO blam! 289133563e4bd972daca3677433593b65881df6bdd4fc6e9d66278da3db7497f Oct 16 14:24:04.845 INFO running `"docker" "start" "-a" "289133563e4bd972daca3677433593b65881df6bdd4fc6e9d66278da3db7497f"` Oct 16 14:24:06.511 INFO kablam! usermod: no changes Oct 16 14:24:06.573 INFO kablam! Compiling copy_arena v0.1.1 (/source) Oct 16 14:24:07.255 INFO kablam! warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead Oct 16 14:24:07.255 INFO kablam! --> src/lib.rs:180:58 Oct 16 14:24:07.255 INFO kablam! | Oct 16 14:24:07.255 INFO kablam! 180 | let memory = self.alloc_raw(mem::size_of::(), mem::min_align_of::()); Oct 16 14:24:07.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:24:07.255 INFO kablam! | Oct 16 14:24:07.255 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 14:24:07.255 INFO kablam! Oct 16 14:24:07.255 INFO kablam! warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead Oct 16 14:24:07.255 INFO kablam! --> src/lib.rs:196:49 Oct 16 14:24:07.255 INFO kablam! | Oct 16 14:24:07.255 INFO kablam! 196 | let memory = self.alloc_raw(byte_count, mem::min_align_of::()); Oct 16 14:24:07.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:24:07.255 INFO kablam! Oct 16 14:24:07.319 INFO kablam! warning: variable does not need to be mutable Oct 16 14:24:07.319 INFO kablam! --> src/lib.rs:203:13 Oct 16 14:24:07.319 INFO kablam! | Oct 16 14:24:07.319 INFO kablam! 203 | let mut slice = self.alloc_slice_raw(elems.len()); Oct 16 14:24:07.319 INFO kablam! | ----^^^^^ Oct 16 14:24:07.319 INFO kablam! | | Oct 16 14:24:07.319 INFO kablam! | help: remove this `mut` Oct 16 14:24:07.319 INFO kablam! | Oct 16 14:24:07.319 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 14:24:07.319 INFO kablam! Oct 16 14:24:07.319 INFO kablam! warning: variable does not need to be mutable Oct 16 14:24:07.319 INFO kablam! --> src/lib.rs:215:13 Oct 16 14:24:07.319 INFO kablam! | Oct 16 14:24:07.319 INFO kablam! 215 | let mut slice = self.alloc_slice_raw(len); Oct 16 14:24:07.319 INFO kablam! | ----^^^^^ Oct 16 14:24:07.319 INFO kablam! | | Oct 16 14:24:07.319 INFO kablam! | help: remove this `mut` Oct 16 14:24:07.319 INFO kablam! Oct 16 14:24:07.563 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.02s Oct 16 14:24:07.563 INFO kablam! su: No module specific data is present Oct 16 14:24:08.620 INFO running `"docker" "rm" "-f" "289133563e4bd972daca3677433593b65881df6bdd4fc6e9d66278da3db7497f"` Oct 16 14:24:08.949 INFO blam! 289133563e4bd972daca3677433593b65881df6bdd4fc6e9d66278da3db7497f Oct 16 14:24:08.963 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 14:24:09.387 INFO blam! c252a7b04b5a68bfddab9e2c557d80fad9133de957987a9cd6c0e129699141e4 Oct 16 14:24:09.393 INFO running `"docker" "start" "-a" "c252a7b04b5a68bfddab9e2c557d80fad9133de957987a9cd6c0e129699141e4"` Oct 16 14:24:10.714 INFO kablam! usermod: no changes Oct 16 14:24:10.775 INFO kablam! Compiling copy_arena v0.1.1 (/source) Oct 16 14:24:11.495 INFO kablam! warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead Oct 16 14:24:11.496 INFO kablam! --> src/lib.rs:180:58 Oct 16 14:24:11.496 INFO kablam! | Oct 16 14:24:11.496 INFO kablam! 180 | let memory = self.alloc_raw(mem::size_of::(), mem::min_align_of::()); Oct 16 14:24:11.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:24:11.496 INFO kablam! | Oct 16 14:24:11.496 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 14:24:11.496 INFO kablam! Oct 16 14:24:11.496 INFO kablam! warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead Oct 16 14:24:11.496 INFO kablam! --> src/lib.rs:196:49 Oct 16 14:24:11.496 INFO kablam! | Oct 16 14:24:11.496 INFO kablam! 196 | let memory = self.alloc_raw(byte_count, mem::min_align_of::()); Oct 16 14:24:11.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 14:24:11.496 INFO kablam! Oct 16 14:24:11.655 INFO kablam! warning: variable does not need to be mutable Oct 16 14:24:11.655 INFO kablam! --> src/lib.rs:203:13 Oct 16 14:24:11.655 INFO kablam! | Oct 16 14:24:11.655 INFO kablam! 203 | let mut slice = self.alloc_slice_raw(elems.len()); Oct 16 14:24:11.655 INFO kablam! | ----^^^^^ Oct 16 14:24:11.655 INFO kablam! | | Oct 16 14:24:11.655 INFO kablam! | help: remove this `mut` Oct 16 14:24:11.655 INFO kablam! | Oct 16 14:24:11.655 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 14:24:11.655 INFO kablam! Oct 16 14:24:11.655 INFO kablam! warning: variable does not need to be mutable Oct 16 14:24:11.655 INFO kablam! --> src/lib.rs:215:13 Oct 16 14:24:11.655 INFO kablam! | Oct 16 14:24:11.655 INFO kablam! 215 | let mut slice = self.alloc_slice_raw(len); Oct 16 14:24:11.655 INFO kablam! | ----^^^^^ Oct 16 14:24:11.655 INFO kablam! | | Oct 16 14:24:11.655 INFO kablam! | help: remove this `mut` Oct 16 14:24:11.655 INFO kablam! Oct 16 14:24:12.478 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.74s Oct 16 14:24:12.480 INFO kablam! su: No module specific data is present Oct 16 14:24:13.109 INFO running `"docker" "rm" "-f" "c252a7b04b5a68bfddab9e2c557d80fad9133de957987a9cd6c0e129699141e4"` Oct 16 14:24:13.334 INFO blam! c252a7b04b5a68bfddab9e2c557d80fad9133de957987a9cd6c0e129699141e4 Oct 16 14:24:13.339 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 14:24:13.668 INFO blam! 5692aa0aa247f2f1316a1df9ef0ed2d161febdad94a8a2163647f2ae40b2d436 Oct 16 14:24:13.671 INFO running `"docker" "start" "-a" "5692aa0aa247f2f1316a1df9ef0ed2d161febdad94a8a2163647f2ae40b2d436"` Oct 16 14:24:14.723 INFO kablam! usermod: no changes Oct 16 14:24:14.815 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 16 14:24:14.815 INFO kablam! Running /target/debug/deps/copy_arena-dd5dec16c139d302 Oct 16 14:24:14.819 INFO blam! Oct 16 14:24:14.819 INFO blam! running 8 tests Oct 16 14:24:14.819 INFO blam! test zero_size ... ok Oct 16 14:24:14.819 INFO blam! test zero_capacity ... ok Oct 16 14:24:14.819 INFO blam! test surprisingly_large ... ok Oct 16 14:24:14.819 INFO blam! test many_u8s ... ok Oct 16 14:24:14.819 INFO blam! test just_enough_capacity ... ok Oct 16 14:24:14.819 INFO blam! test construct_slices ... ok Oct 16 14:24:14.829 INFO blam! test construct_simple ... ok Oct 16 14:24:14.829 INFO kablam! Doc-tests copy_arena Oct 16 14:24:14.829 INFO blam! test barely_too_little_capacity ... ok Oct 16 14:24:14.829 INFO blam! Oct 16 14:24:14.829 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:24:14.829 INFO blam! Oct 16 14:24:15.776 INFO blam! Oct 16 14:24:15.776 INFO blam! running 2 tests Oct 16 14:24:17.503 INFO blam! test src/lib.rs - (line 14) ... ok Oct 16 14:24:17.503 INFO blam! test src/lib.rs - (line 30) ... ok Oct 16 14:24:17.504 INFO blam! Oct 16 14:24:17.504 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:24:17.504 INFO blam! Oct 16 14:24:17.512 INFO kablam! su: No module specific data is present Oct 16 14:24:18.009 INFO running `"docker" "rm" "-f" "5692aa0aa247f2f1316a1df9ef0ed2d161febdad94a8a2163647f2ae40b2d436"` Oct 16 14:24:18.331 INFO blam! 5692aa0aa247f2f1316a1df9ef0ed2d161febdad94a8a2163647f2ae40b2d436