Oct 15 17:06:12.589 INFO testing take_mut-0.2.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 17:06:12.590 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 15 17:06:13.163 INFO blam! 8a483572ee13cd93b139358ebf8e0dbb8fa3f228ebb7a7426a4f603985d230f9 Oct 15 17:06:13.167 INFO running `"docker" "start" "-a" "8a483572ee13cd93b139358ebf8e0dbb8fa3f228ebb7a7426a4f603985d230f9"` Oct 15 17:06:14.268 INFO kablam! usermod: no changes Oct 15 17:06:14.331 INFO kablam! Compiling take_mut v0.2.2 (/source) Oct 15 17:06:14.871 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.57s Oct 15 17:06:14.876 INFO kablam! su: No module specific data is present Oct 15 17:06:15.587 INFO running `"docker" "rm" "-f" "8a483572ee13cd93b139358ebf8e0dbb8fa3f228ebb7a7426a4f603985d230f9"` Oct 15 17:06:15.837 INFO blam! 8a483572ee13cd93b139358ebf8e0dbb8fa3f228ebb7a7426a4f603985d230f9 Oct 15 17:06:15.848 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 15 17:06:16.240 INFO blam! 57799e02311559650146aaeb59a7e3a0b6e0d11d504d7b8ac6e26ec6319799f6 Oct 15 17:06:16.245 INFO running `"docker" "start" "-a" "57799e02311559650146aaeb59a7e3a0b6e0d11d504d7b8ac6e26ec6319799f6"` Oct 15 17:06:17.327 INFO kablam! usermod: no changes Oct 15 17:06:17.373 INFO kablam! Compiling take_mut v0.2.2 (/source) Oct 15 17:06:17.911 INFO kablam! warning: unreachable expression Oct 15 17:06:17.912 INFO kablam! --> src/lib.rs:141:13 Oct 15 17:06:17.912 INFO kablam! | Oct 15 17:06:17.912 INFO kablam! 141 | Foo::B Oct 15 17:06:17.913 INFO kablam! | ^^^^^^ Oct 15 17:06:17.913 INFO kablam! | Oct 15 17:06:17.913 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 17:06:17.914 INFO kablam! Oct 15 17:06:17.951 INFO kablam! warning: unused variable: `a` Oct 15 17:06:17.952 INFO kablam! --> src/scoped.rs:153:14 Oct 15 17:06:17.952 INFO kablam! | Oct 15 17:06:17.952 INFO kablam! 153 | let (a, a_hole) = scope.take(&mut bar.a); Oct 15 17:06:17.953 INFO kablam! | ^ help: consider using `_a` instead Oct 15 17:06:17.953 INFO kablam! | Oct 15 17:06:17.953 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 17:06:17.954 INFO kablam! Oct 15 17:06:17.954 INFO kablam! warning: unused variable: `b` Oct 15 17:06:17.954 INFO kablam! --> src/scoped.rs:154:14 Oct 15 17:06:17.954 INFO kablam! | Oct 15 17:06:17.955 INFO kablam! 154 | let (b, b_hole) = scope.take(&mut bar.b); Oct 15 17:06:17.955 INFO kablam! | ^ help: consider using `_b` instead Oct 15 17:06:17.955 INFO kablam! Oct 15 17:06:17.956 INFO kablam! warning: unused variable: `t` Oct 15 17:06:17.956 INFO kablam! --> src/scoped.rs:170:18 Oct 15 17:06:17.956 INFO kablam! | Oct 15 17:06:17.957 INFO kablam! 170 | let (t, hole) = scope.take_or_recover(&mut foo, || Foo); Oct 15 17:06:17.957 INFO kablam! | ^ help: consider using `_t` instead Oct 15 17:06:17.957 INFO kablam! Oct 15 17:06:17.958 INFO kablam! warning: unused variable: `hole` Oct 15 17:06:17.958 INFO kablam! --> src/scoped.rs:170:21 Oct 15 17:06:17.958 INFO kablam! | Oct 15 17:06:17.959 INFO kablam! 170 | let (t, hole) = scope.take_or_recover(&mut foo, || Foo); Oct 15 17:06:17.959 INFO kablam! | ^^^^ help: consider using `_hole` instead Oct 15 17:06:17.959 INFO kablam! Oct 15 17:06:18.689 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 15 17:06:18.692 INFO kablam! su: No module specific data is present Oct 15 17:06:19.194 INFO running `"docker" "rm" "-f" "57799e02311559650146aaeb59a7e3a0b6e0d11d504d7b8ac6e26ec6319799f6"` Oct 15 17:06:19.451 INFO blam! 57799e02311559650146aaeb59a7e3a0b6e0d11d504d7b8ac6e26ec6319799f6 Oct 15 17:06:19.456 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 15 17:06:19.812 INFO blam! 2a8a2ff359f0c0b67577c30f8cb21da8df0721ae3aa6ee12692f0125270b81e2 Oct 15 17:06:19.817 INFO running `"docker" "start" "-a" "2a8a2ff359f0c0b67577c30f8cb21da8df0721ae3aa6ee12692f0125270b81e2"` Oct 15 17:06:21.103 INFO kablam! usermod: no changes Oct 15 17:06:21.147 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 17:06:21.166 INFO kablam! Running /target/debug/deps/take_mut-95e2917d947d7c17 Oct 15 17:06:21.176 INFO blam! Oct 15 17:06:21.177 INFO blam! running 5 tests Oct 15 17:06:21.187 INFO blam! test scoped::scope_based_take ... ok Oct 15 17:06:21.187 INFO blam! test it_works_recover ... ok Oct 15 17:06:21.187 INFO blam! test it_works ... ok Oct 15 17:06:21.219 INFO blam! test it_works_recover_panic ... ok Oct 15 17:06:21.219 INFO blam! test scoped::panic_on_recovered_panic ... ok Oct 15 17:06:21.219 INFO blam! Oct 15 17:06:21.219 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:06:21.219 INFO blam! Oct 15 17:06:21.223 INFO kablam! Doc-tests take_mut Oct 15 17:06:21.955 INFO blam! Oct 15 17:06:21.955 INFO blam! running 4 tests Oct 15 17:06:21.956 INFO blam! test src/scoped.rs - scoped (line 17) ... ignored Oct 15 17:06:23.877 INFO blam! test src/scoped.rs - scoped (line 5) ... ok Oct 15 17:06:23.959 INFO blam! test src/lib.rs - take (line 21) ... ok Oct 15 17:06:24.111 INFO blam! test src/lib.rs - take_or_recover (line 71) ... ok Oct 15 17:06:24.112 INFO blam! Oct 15 17:06:24.115 INFO blam! test result: ok. 3 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 15 17:06:24.115 INFO blam! Oct 15 17:06:24.126 INFO kablam! su: No module specific data is present Oct 15 17:06:24.653 INFO running `"docker" "rm" "-f" "2a8a2ff359f0c0b67577c30f8cb21da8df0721ae3aa6ee12692f0125270b81e2"` Oct 15 17:06:24.956 INFO blam! 2a8a2ff359f0c0b67577c30f8cb21da8df0721ae3aa6ee12692f0125270b81e2