Oct 12 02:00:19.530 INFO testing cvar-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 02:00:19.530 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 12 02:00:19.806 INFO blam! 1d3368d3eae7e972ff561f704a4de982aeb8ca4cd227738175333d380c019513 Oct 12 02:00:19.809 INFO running `"docker" "start" "-a" "1d3368d3eae7e972ff561f704a4de982aeb8ca4cd227738175333d380c019513"` Oct 12 02:00:20.394 INFO kablam! usermod: no changes Oct 12 02:00:20.422 INFO kablam! Compiling cvar v0.1.0 (/source) Oct 12 02:00:20.717 INFO kablam! warning: type annotations needed Oct 12 02:00:20.717 INFO kablam! --> src/console.rs:252:55 Oct 12 02:00:20.717 INFO kablam! | Oct 12 02:00:20.717 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Oct 12 02:00:20.717 INFO kablam! | ^^^^^^ Oct 12 02:00:20.717 INFO kablam! | Oct 12 02:00:20.717 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 12 02:00:20.717 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 12 02:00:20.717 INFO kablam! = note: for more information, see issue #46906 Oct 12 02:00:20.717 INFO kablam! Oct 12 02:00:20.717 INFO kablam! warning: type annotations needed Oct 12 02:00:20.717 INFO kablam! --> src/console.rs:255:26 Oct 12 02:00:20.717 INFO kablam! | Oct 12 02:00:20.717 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Oct 12 02:00:20.717 INFO kablam! | ^^^^^^ Oct 12 02:00:20.717 INFO kablam! | Oct 12 02:00:20.717 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 12 02:00:20.717 INFO kablam! = note: for more information, see issue #46906 Oct 12 02:00:20.717 INFO kablam! Oct 12 02:00:21.016 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.60s Oct 12 02:00:21.017 INFO kablam! su: No module specific data is present Oct 12 02:00:21.312 INFO running `"docker" "rm" "-f" "1d3368d3eae7e972ff561f704a4de982aeb8ca4cd227738175333d380c019513"` Oct 12 02:00:21.440 INFO blam! 1d3368d3eae7e972ff561f704a4de982aeb8ca4cd227738175333d380c019513 Oct 12 02:00:21.442 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 12 02:00:21.746 INFO blam! 9d1d66877bcdf3f17ab49d0c7fa344c02d400e6483d1bef70816967a5b74eaa2 Oct 12 02:00:21.750 INFO running `"docker" "start" "-a" "9d1d66877bcdf3f17ab49d0c7fa344c02d400e6483d1bef70816967a5b74eaa2"` Oct 12 02:00:22.281 INFO kablam! usermod: no changes Oct 12 02:00:22.363 INFO kablam! Compiling cvar v0.1.0 (/source) Oct 12 02:00:22.505 INFO kablam! warning: attribute must be of the form: `#[should_panic]` or `#[should_panic(expected = "error message")]` Oct 12 02:00:22.505 INFO kablam! --> src/console.rs:386:1 Oct 12 02:00:22.505 INFO kablam! | Oct 12 02:00:22.505 INFO kablam! 386 | #[should_panic = "panicked safely"] Oct 12 02:00:22.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:00:22.505 INFO kablam! | Oct 12 02:00:22.505 INFO kablam! = note: Errors in this attribute were erroneously allowed and will become a hard error in a future release. Oct 12 02:00:22.505 INFO kablam! Oct 12 02:00:22.528 INFO kablam! warning: unused import: `super::super::*` Oct 12 02:00:22.528 INFO kablam! --> src/console.rs:339:5 Oct 12 02:00:22.528 INFO kablam! | Oct 12 02:00:22.528 INFO kablam! 339 | use super::super::*; Oct 12 02:00:22.529 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 02:00:22.529 INFO kablam! | Oct 12 02:00:22.532 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 02:00:22.532 INFO kablam! Oct 12 02:00:22.760 INFO kablam! warning: type annotations needed Oct 12 02:00:22.760 INFO kablam! --> src/console.rs:252:55 Oct 12 02:00:22.760 INFO kablam! | Oct 12 02:00:22.760 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Oct 12 02:00:22.760 INFO kablam! | ^^^^^^ Oct 12 02:00:22.760 INFO kablam! | Oct 12 02:00:22.760 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 12 02:00:22.760 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 12 02:00:22.760 INFO kablam! = note: for more information, see issue #46906 Oct 12 02:00:22.760 INFO kablam! Oct 12 02:00:22.761 INFO kablam! warning: type annotations needed Oct 12 02:00:22.761 INFO kablam! --> src/console.rs:255:26 Oct 12 02:00:22.761 INFO kablam! | Oct 12 02:00:22.761 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Oct 12 02:00:22.761 INFO kablam! | ^^^^^^ Oct 12 02:00:22.761 INFO kablam! | Oct 12 02:00:22.761 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 12 02:00:22.761 INFO kablam! = note: for more information, see issue #46906 Oct 12 02:00:22.761 INFO kablam! Oct 12 02:00:24.204 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.90s Oct 12 02:00:24.206 INFO kablam! su: No module specific data is present Oct 12 02:00:24.744 INFO running `"docker" "rm" "-f" "9d1d66877bcdf3f17ab49d0c7fa344c02d400e6483d1bef70816967a5b74eaa2"` Oct 12 02:00:24.985 INFO blam! 9d1d66877bcdf3f17ab49d0c7fa344c02d400e6483d1bef70816967a5b74eaa2 Oct 12 02:00:24.992 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 12 02:00:25.378 INFO blam! f1689a30b62b8f4284cd2ca1ed4adeb663089e1ed33f0768c188aa8ff594c75d Oct 12 02:00:25.391 INFO running `"docker" "start" "-a" "f1689a30b62b8f4284cd2ca1ed4adeb663089e1ed33f0768c188aa8ff594c75d"` Oct 12 02:00:26.364 INFO kablam! usermod: no changes Oct 12 02:00:26.432 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 12 02:00:26.432 INFO kablam! Running /target/debug/deps/cvar-7d2b805970c86d1f Oct 12 02:00:26.440 INFO blam! Oct 12 02:00:26.440 INFO blam! running 4 tests Oct 12 02:00:26.441 INFO blam! test console::tests::build_id ... ok Oct 12 02:00:26.441 INFO blam! test console::tests::compare_id ... ok Oct 12 02:00:26.444 INFO blam! test console::tests::main ... ok Oct 12 02:00:26.462 INFO blam! test console::tests::find_dropck ... ok Oct 12 02:00:26.462 INFO blam! Oct 12 02:00:26.462 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:00:26.462 INFO blam! Oct 12 02:00:26.463 INFO kablam! Doc-tests cvar Oct 12 02:00:26.732 INFO blam! Oct 12 02:00:26.733 INFO blam! running 7 tests Oct 12 02:00:27.705 INFO blam! test src/lib.rs - (line 43) ... ok Oct 12 02:00:28.415 INFO blam! test src/lib.rs - IVisit::visit (line 590) ... ok Oct 12 02:00:29.024 INFO blam! test src/lib.rs - (line 3) ... ok Oct 12 02:00:29.092 INFO blam! test src/lib.rs - (line 29) ... ok Oct 12 02:00:29.128 INFO blam! test src/lib.rs - (line 61) ... ok Oct 12 02:00:29.268 INFO blam! test src/lib.rs - (line 75) ... ok Oct 12 02:00:29.310 INFO blam! test src/lib.rs - Property::new (line 461) ... ok Oct 12 02:00:29.310 INFO blam! Oct 12 02:00:29.310 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:00:29.310 INFO blam! Oct 12 02:00:29.330 INFO kablam! su: No module specific data is present Oct 12 02:00:29.915 INFO running `"docker" "rm" "-f" "f1689a30b62b8f4284cd2ca1ed4adeb663089e1ed33f0768c188aa8ff594c75d"` Oct 12 02:00:30.175 INFO blam! f1689a30b62b8f4284cd2ca1ed4adeb663089e1ed33f0768c188aa8ff594c75d