Oct 12 02:00:20.874 INFO testing cvar-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 02:00:20.875 INFO running `"docker" "create" "-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/test-source/worker-5/rustdoc-test-static-cling/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 12 02:00:21.132 INFO blam! d1edb851056b0fec1419bf8b368e37672b4b47fab455c85751bae3a76f74b57f Oct 12 02:00:21.134 INFO running `"docker" "start" "-a" "d1edb851056b0fec1419bf8b368e37672b4b47fab455c85751bae3a76f74b57f"` Oct 12 02:00:21.885 INFO kablam! usermod: no changes Oct 12 02:00:21.911 INFO kablam! Compiling cvar v0.1.0 (/source) Oct 12 02:00:22.860 INFO kablam! warning: type annotations needed Oct 12 02:00:22.860 INFO kablam! --> src/console.rs:252:55 Oct 12 02:00:22.860 INFO kablam! | Oct 12 02:00:22.860 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Oct 12 02:00:22.860 INFO kablam! | ^^^^^^ Oct 12 02:00:22.860 INFO kablam! | Oct 12 02:00:22.860 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 12 02:00:22.860 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.860 INFO kablam! = note: for more information, see issue #46906 Oct 12 02:00:22.860 INFO kablam! Oct 12 02:00:22.860 INFO kablam! warning: type annotations needed Oct 12 02:00:22.860 INFO kablam! --> src/console.rs:255:26 Oct 12 02:00:22.860 INFO kablam! | Oct 12 02:00:22.860 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Oct 12 02:00:22.860 INFO kablam! | ^^^^^^ Oct 12 02:00:22.860 INFO kablam! | Oct 12 02:00:22.860 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.860 INFO kablam! = note: for more information, see issue #46906 Oct 12 02:00:22.860 INFO kablam! Oct 12 02:00:23.337 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 12 02:00:23.337 INFO kablam! su: No module specific data is present Oct 12 02:00:23.882 INFO running `"docker" "rm" "-f" "d1edb851056b0fec1419bf8b368e37672b4b47fab455c85751bae3a76f74b57f"` Oct 12 02:00:24.037 INFO blam! d1edb851056b0fec1419bf8b368e37672b4b47fab455c85751bae3a76f74b57f Oct 12 02:00:24.048 INFO running `"docker" "create" "-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/test-source/worker-5/rustdoc-test-static-cling/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 12 02:00:24.432 INFO blam! a193609df3d288d827141948c945f2671f22f5b6dce000b4b0bf86661a1faaa3 Oct 12 02:00:24.434 INFO running `"docker" "start" "-a" "a193609df3d288d827141948c945f2671f22f5b6dce000b4b0bf86661a1faaa3"` Oct 12 02:00:25.352 INFO kablam! usermod: no changes Oct 12 02:00:25.416 INFO kablam! Compiling cvar v0.1.0 (/source) Oct 12 02:00:26.649 INFO kablam! warning: attribute must be of the form: `#[should_panic]` or `#[should_panic(expected = "error message")]` Oct 12 02:00:26.649 INFO kablam! --> src/console.rs:386:1 Oct 12 02:00:26.649 INFO kablam! | Oct 12 02:00:26.650 INFO kablam! 386 | #[should_panic = "panicked safely"] Oct 12 02:00:26.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:00:26.650 INFO kablam! | Oct 12 02:00:26.650 INFO kablam! = note: Errors in this attribute were erroneously allowed and will become a hard error in a future release. Oct 12 02:00:26.651 INFO kablam! Oct 12 02:00:26.729 INFO kablam! warning: unused import: `super::super::*` Oct 12 02:00:26.729 INFO kablam! --> src/console.rs:339:5 Oct 12 02:00:26.729 INFO kablam! | Oct 12 02:00:26.730 INFO kablam! 339 | use super::super::*; Oct 12 02:00:26.730 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 02:00:26.730 INFO kablam! | Oct 12 02:00:26.730 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 02:00:26.731 INFO kablam! Oct 12 02:00:27.112 INFO kablam! warning: type annotations needed Oct 12 02:00:27.112 INFO kablam! --> src/console.rs:252:55 Oct 12 02:00:27.112 INFO kablam! | Oct 12 02:00:27.112 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Oct 12 02:00:27.112 INFO kablam! | ^^^^^^ Oct 12 02:00:27.112 INFO kablam! | Oct 12 02:00:27.112 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 12 02:00:27.112 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:27.112 INFO kablam! = note: for more information, see issue #46906 Oct 12 02:00:27.112 INFO kablam! Oct 12 02:00:27.112 INFO kablam! warning: type annotations needed Oct 12 02:00:27.112 INFO kablam! --> src/console.rs:255:26 Oct 12 02:00:27.112 INFO kablam! | Oct 12 02:00:27.112 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Oct 12 02:00:27.112 INFO kablam! | ^^^^^^ Oct 12 02:00:27.112 INFO kablam! | Oct 12 02:00:27.112 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:27.112 INFO kablam! = note: for more information, see issue #46906 Oct 12 02:00:27.112 INFO kablam! Oct 12 02:00:28.928 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.55s Oct 12 02:00:28.928 INFO kablam! su: No module specific data is present Oct 12 02:00:29.683 INFO running `"docker" "rm" "-f" "a193609df3d288d827141948c945f2671f22f5b6dce000b4b0bf86661a1faaa3"` Oct 12 02:00:29.912 INFO blam! a193609df3d288d827141948c945f2671f22f5b6dce000b4b0bf86661a1faaa3 Oct 12 02:00:29.942 INFO running `"docker" "create" "-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/test-source/worker-5/rustdoc-test-static-cling/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 12 02:00:30.332 INFO blam! 88eeabbb8beea8777ee050436442cacc145750f13823eb65f95a7288c4fd8780 Oct 12 02:00:30.339 INFO running `"docker" "start" "-a" "88eeabbb8beea8777ee050436442cacc145750f13823eb65f95a7288c4fd8780"` Oct 12 02:00:31.004 INFO kablam! usermod: no changes Oct 12 02:00:31.032 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 02:00:31.034 INFO kablam! Running /target/debug/deps/cvar-832424fcf4b6b9a0 Oct 12 02:00:31.039 INFO blam! Oct 12 02:00:31.039 INFO blam! running 4 tests Oct 12 02:00:31.040 INFO blam! test console::tests::build_id ... ok Oct 12 02:00:31.040 INFO blam! test console::tests::compare_id ... ok Oct 12 02:00:31.041 INFO blam! test console::tests::main ... ok Oct 12 02:00:31.074 INFO blam! test console::tests::find_dropck ... ok Oct 12 02:00:31.074 INFO blam! Oct 12 02:00:31.074 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:00:31.074 INFO blam! Oct 12 02:00:31.075 INFO kablam! Doc-tests cvar Oct 12 02:00:32.684 INFO blam! Oct 12 02:00:32.684 INFO blam! running 7 tests Oct 12 02:00:37.528 INFO blam! test src/lib.rs - Property::new (line 461) ... ok Oct 12 02:00:37.892 INFO blam! test src/lib.rs - IVisit::visit (line 590) ... ok Oct 12 02:00:38.348 INFO blam! test src/lib.rs - (line 43) ... ok Oct 12 02:00:38.888 INFO blam! test src/lib.rs - (line 3) ... ok Oct 12 02:00:39.583 INFO blam! test src/lib.rs - (line 75) ... ok Oct 12 02:00:39.717 INFO blam! test src/lib.rs - (line 61) ... ok Oct 12 02:00:39.748 INFO blam! test src/lib.rs - (line 29) ... ok Oct 12 02:00:39.749 INFO blam! Oct 12 02:00:39.749 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:00:39.749 INFO blam! Oct 12 02:00:39.778 INFO kablam! su: No module specific data is present Oct 12 02:00:40.679 INFO running `"docker" "rm" "-f" "88eeabbb8beea8777ee050436442cacc145750f13823eb65f95a7288c4fd8780"` Oct 12 02:00:41.008 INFO blam! 88eeabbb8beea8777ee050436442cacc145750f13823eb65f95a7288c4fd8780