Oct 15 17:06:14.903 INFO testing take_mut-0.2.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 17:06:14.904 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/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 15 17:06:15.447 INFO blam! daa8307c892221179f0015b2099e5dc671e636430fc8cfaca8d907fe10d39342 Oct 15 17:06:15.455 INFO running `"docker" "start" "-a" "daa8307c892221179f0015b2099e5dc671e636430fc8cfaca8d907fe10d39342"` Oct 15 17:06:16.720 INFO kablam! usermod: no changes Oct 15 17:06:16.787 INFO kablam! Compiling take_mut v0.2.2 (/source) Oct 15 17:06:17.295 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.54s Oct 15 17:06:17.296 INFO kablam! su: No module specific data is present Oct 15 17:06:18.032 INFO running `"docker" "rm" "-f" "daa8307c892221179f0015b2099e5dc671e636430fc8cfaca8d907fe10d39342"` Oct 15 17:06:18.238 INFO blam! daa8307c892221179f0015b2099e5dc671e636430fc8cfaca8d907fe10d39342 Oct 15 17:06:18.240 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/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 15 17:06:18.683 INFO blam! c7ca50474f828fd253974365c4ccb2bda90c355714a12651f09eb2f04662d1d8 Oct 15 17:06:18.691 INFO running `"docker" "start" "-a" "c7ca50474f828fd253974365c4ccb2bda90c355714a12651f09eb2f04662d1d8"` Oct 15 17:06:19.556 INFO kablam! usermod: no changes Oct 15 17:06:19.603 INFO kablam! Compiling take_mut v0.2.2 (/source) Oct 15 17:06:20.183 INFO kablam! warning: unreachable expression Oct 15 17:06:20.183 INFO kablam! --> src/lib.rs:141:13 Oct 15 17:06:20.183 INFO kablam! | Oct 15 17:06:20.183 INFO kablam! 141 | Foo::B Oct 15 17:06:20.183 INFO kablam! | ^^^^^^ Oct 15 17:06:20.183 INFO kablam! | Oct 15 17:06:20.183 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 17:06:20.183 INFO kablam! Oct 15 17:06:20.200 INFO kablam! warning: unused variable: `a` Oct 15 17:06:20.200 INFO kablam! --> src/scoped.rs:153:14 Oct 15 17:06:20.200 INFO kablam! | Oct 15 17:06:20.200 INFO kablam! 153 | let (a, a_hole) = scope.take(&mut bar.a); Oct 15 17:06:20.200 INFO kablam! | ^ help: consider using `_a` instead Oct 15 17:06:20.200 INFO kablam! | Oct 15 17:06:20.200 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 17:06:20.200 INFO kablam! Oct 15 17:06:20.200 INFO kablam! warning: unused variable: `b` Oct 15 17:06:20.200 INFO kablam! --> src/scoped.rs:154:14 Oct 15 17:06:20.200 INFO kablam! | Oct 15 17:06:20.200 INFO kablam! 154 | let (b, b_hole) = scope.take(&mut bar.b); Oct 15 17:06:20.200 INFO kablam! | ^ help: consider using `_b` instead Oct 15 17:06:20.200 INFO kablam! Oct 15 17:06:20.200 INFO kablam! warning: unused variable: `t` Oct 15 17:06:20.200 INFO kablam! --> src/scoped.rs:170:18 Oct 15 17:06:20.200 INFO kablam! | Oct 15 17:06:20.200 INFO kablam! 170 | let (t, hole) = scope.take_or_recover(&mut foo, || Foo); Oct 15 17:06:20.200 INFO kablam! | ^ help: consider using `_t` instead Oct 15 17:06:20.200 INFO kablam! Oct 15 17:06:20.200 INFO kablam! warning: unused variable: `hole` Oct 15 17:06:20.200 INFO kablam! --> src/scoped.rs:170:21 Oct 15 17:06:20.200 INFO kablam! | Oct 15 17:06:20.200 INFO kablam! 170 | let (t, hole) = scope.take_or_recover(&mut foo, || Foo); Oct 15 17:06:20.200 INFO kablam! | ^^^^ help: consider using `_hole` instead Oct 15 17:06:20.200 INFO kablam! Oct 15 17:06:20.947 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.36s Oct 15 17:06:20.947 INFO kablam! su: No module specific data is present Oct 15 17:06:21.437 INFO running `"docker" "rm" "-f" "c7ca50474f828fd253974365c4ccb2bda90c355714a12651f09eb2f04662d1d8"` Oct 15 17:06:21.710 INFO blam! c7ca50474f828fd253974365c4ccb2bda90c355714a12651f09eb2f04662d1d8 Oct 15 17:06:21.717 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/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 15 17:06:22.164 INFO blam! 7c415e25736a5e72c7376efd5916f5b7e1512cca51997b2c04b734287ac97ec0 Oct 15 17:06:22.166 INFO running `"docker" "start" "-a" "7c415e25736a5e72c7376efd5916f5b7e1512cca51997b2c04b734287ac97ec0"` Oct 15 17:06:23.395 INFO kablam! usermod: no changes Oct 15 17:06:23.503 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 17:06:23.515 INFO kablam! Running /target/debug/deps/take_mut-fcb5e822a5d38d56 Oct 15 17:06:23.527 INFO blam! Oct 15 17:06:23.527 INFO blam! running 5 tests Oct 15 17:06:23.535 INFO blam! test it_works ... ok Oct 15 17:06:23.535 INFO blam! test it_works_recover ... ok Oct 15 17:06:23.535 INFO blam! test scoped::scope_based_take ... ok Oct 15 17:06:23.595 INFO blam! test scoped::panic_on_recovered_panic ... ok Oct 15 17:06:23.595 INFO kablam! Doc-tests take_mut Oct 15 17:06:23.596 INFO blam! test it_works_recover_panic ... ok Oct 15 17:06:23.596 INFO blam! Oct 15 17:06:23.596 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:06:23.597 INFO blam! Oct 15 17:06:24.391 INFO blam! Oct 15 17:06:24.391 INFO blam! running 4 tests Oct 15 17:06:24.391 INFO blam! test src/scoped.rs - scoped (line 17) ... ignored Oct 15 17:06:26.355 INFO blam! test src/lib.rs - take_or_recover (line 71) ... ok Oct 15 17:06:26.469 INFO blam! test src/lib.rs - take (line 21) ... ok Oct 15 17:06:26.479 INFO blam! test src/scoped.rs - scoped (line 5) ... ok Oct 15 17:06:26.479 INFO blam! Oct 15 17:06:26.480 INFO blam! test result: ok. 3 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 15 17:06:26.480 INFO blam! Oct 15 17:06:26.491 INFO kablam! su: No module specific data is present Oct 15 17:06:27.165 INFO running `"docker" "rm" "-f" "7c415e25736a5e72c7376efd5916f5b7e1512cca51997b2c04b734287ac97ec0"` Oct 15 17:06:27.487 INFO blam! 7c415e25736a5e72c7376efd5916f5b7e1512cca51997b2c04b734287ac97ec0