Oct 16 13:47:15.441 INFO testing cvar-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 13:47:15.443 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13:47:15.690 INFO blam! 9adafc85a9c54a28cce7616168fcdb203ad352ff48d5758dbc05ed529b65e9d9 Oct 16 13:47:15.691 INFO running `"docker" "start" "-a" "9adafc85a9c54a28cce7616168fcdb203ad352ff48d5758dbc05ed529b65e9d9"` Oct 16 13:47:16.004 INFO kablam! usermod: no changes Oct 16 13:47:16.024 INFO kablam! Compiling cvar v0.1.0 (/source) Oct 16 13:47:16.658 INFO kablam! warning: type annotations needed Oct 16 13:47:16.659 INFO kablam! --> src/console.rs:252:55 Oct 16 13:47:16.660 INFO kablam! | Oct 16 13:47:16.660 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Oct 16 13:47:16.661 INFO kablam! | ^^^^^^ Oct 16 13:47:16.661 INFO kablam! | Oct 16 13:47:16.662 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 16 13:47:16.662 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 16 13:47:16.663 INFO kablam! = note: for more information, see issue #46906 Oct 16 13:47:16.663 INFO kablam! Oct 16 13:47:16.663 INFO kablam! warning: type annotations needed Oct 16 13:47:16.664 INFO kablam! --> src/console.rs:255:26 Oct 16 13:47:16.664 INFO kablam! | Oct 16 13:47:16.665 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Oct 16 13:47:16.665 INFO kablam! | ^^^^^^ Oct 16 13:47:16.666 INFO kablam! | Oct 16 13:47:16.666 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 16 13:47:16.667 INFO kablam! = note: for more information, see issue #46906 Oct 16 13:47:16.667 INFO kablam! Oct 16 13:47:16.987 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Oct 16 13:47:16.989 INFO kablam! su: No module specific data is present Oct 16 13:47:17.358 INFO running `"docker" "rm" "-f" "9adafc85a9c54a28cce7616168fcdb203ad352ff48d5758dbc05ed529b65e9d9"` Oct 16 13:47:17.557 INFO blam! 9adafc85a9c54a28cce7616168fcdb203ad352ff48d5758dbc05ed529b65e9d9 Oct 16 13:47:17.558 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13:47:17.768 INFO blam! 6bc07683bf9ef1ebc5a2e1ac9c37c877717dc5d310714bc2c5023b20d6e1ee9d Oct 16 13:47:17.769 INFO running `"docker" "start" "-a" "6bc07683bf9ef1ebc5a2e1ac9c37c877717dc5d310714bc2c5023b20d6e1ee9d"` Oct 16 13:47:18.234 INFO kablam! usermod: no changes Oct 16 13:47:18.260 INFO kablam! Compiling cvar v0.1.0 (/source) Oct 16 13:47:18.939 INFO kablam! warning: attribute must be of the form: `#[should_panic]` or `#[should_panic(expected = "error message")]` Oct 16 13:47:18.939 INFO kablam! --> src/console.rs:386:1 Oct 16 13:47:18.939 INFO kablam! | Oct 16 13:47:18.939 INFO kablam! 386 | #[should_panic = "panicked safely"] Oct 16 13:47:18.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:47:18.939 INFO kablam! | Oct 16 13:47:18.939 INFO kablam! = note: Errors in this attribute were erroneously allowed and will become a hard error in a future release. Oct 16 13:47:18.939 INFO kablam! Oct 16 13:47:18.995 INFO kablam! warning: unused import: `super::super::*` Oct 16 13:47:18.995 INFO kablam! --> src/console.rs:339:5 Oct 16 13:47:18.995 INFO kablam! | Oct 16 13:47:18.995 INFO kablam! 339 | use super::super::*; Oct 16 13:47:18.995 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 13:47:18.995 INFO kablam! | Oct 16 13:47:18.995 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 13:47:18.995 INFO kablam! Oct 16 13:47:19.855 INFO kablam! warning: type annotations needed Oct 16 13:47:19.855 INFO kablam! --> src/console.rs:252:55 Oct 16 13:47:19.855 INFO kablam! | Oct 16 13:47:19.855 INFO kablam! 252 | let mut write_ptr = id.as_mut_slice().as_mut_ptr().offset(num_bytes as isize); Oct 16 13:47:19.855 INFO kablam! | ^^^^^^ Oct 16 13:47:19.855 INFO kablam! | Oct 16 13:47:19.855 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 16 13:47:19.855 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 16 13:47:19.855 INFO kablam! = note: for more information, see issue #46906 Oct 16 13:47:19.855 INFO kablam! Oct 16 13:47:19.867 INFO kablam! warning: type annotations needed Oct 16 13:47:19.867 INFO kablam! --> src/console.rs:255:26 Oct 16 13:47:19.867 INFO kablam! | Oct 16 13:47:19.867 INFO kablam! 255 | write_ptr = write_ptr.offset(-(name.len() as isize)); Oct 16 13:47:19.867 INFO kablam! | ^^^^^^ Oct 16 13:47:19.867 INFO kablam! | Oct 16 13:47:19.867 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 16 13:47:19.867 INFO kablam! = note: for more information, see issue #46906 Oct 16 13:47:19.867 INFO kablam! Oct 16 13:47:21.357 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.11s Oct 16 13:47:21.360 INFO kablam! su: No module specific data is present Oct 16 13:47:21.664 INFO running `"docker" "rm" "-f" "6bc07683bf9ef1ebc5a2e1ac9c37c877717dc5d310714bc2c5023b20d6e1ee9d"` Oct 16 13:47:21.816 INFO blam! 6bc07683bf9ef1ebc5a2e1ac9c37c877717dc5d310714bc2c5023b20d6e1ee9d Oct 16 13:47:21.821 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13:47:21.974 INFO blam! 558d5cc53e250631623974597380554ad9a8bc4a47b853e6e2b8e43c36dfe116 Oct 16 13:47:21.975 INFO running `"docker" "start" "-a" "558d5cc53e250631623974597380554ad9a8bc4a47b853e6e2b8e43c36dfe116"` Oct 16 13:47:22.512 INFO kablam! usermod: no changes Oct 16 13:47:22.542 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 16 13:47:22.542 INFO kablam! Running /target/debug/deps/cvar-7d2b805970c86d1f Oct 16 13:47:22.544 INFO blam! Oct 16 13:47:22.544 INFO blam! running 4 tests Oct 16 13:47:22.545 INFO blam! test console::tests::build_id ... ok Oct 16 13:47:22.545 INFO blam! test console::tests::compare_id ... ok Oct 16 13:47:22.551 INFO blam! test console::tests::main ... ok Oct 16 13:47:22.566 INFO kablam! Doc-tests cvar Oct 16 13:47:22.566 INFO blam! test console::tests::find_dropck ... ok Oct 16 13:47:22.566 INFO blam! Oct 16 13:47:22.566 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:47:22.566 INFO blam! Oct 16 13:47:23.414 INFO blam! Oct 16 13:47:23.415 INFO blam! running 7 tests Oct 16 13:47:26.163 INFO blam! test src/lib.rs - (line 43) ... ok Oct 16 13:47:28.047 INFO blam! test src/lib.rs - (line 75) ... ok Oct 16 13:47:28.515 INFO blam! test src/lib.rs - (line 61) ... ok Oct 16 13:47:28.515 INFO blam! test src/lib.rs - (line 3) ... ok Oct 16 13:47:28.579 INFO blam! test src/lib.rs - IVisit::visit (line 590) ... ok Oct 16 13:47:28.635 INFO blam! test src/lib.rs - (line 29) ... ok Oct 16 13:47:29.021 INFO blam! test src/lib.rs - Property::new (line 461) ... ok Oct 16 13:47:29.021 INFO blam! Oct 16 13:47:29.021 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:47:29.021 INFO blam! Oct 16 13:47:29.033 INFO kablam! su: No module specific data is present Oct 16 13:47:29.427 INFO running `"docker" "rm" "-f" "558d5cc53e250631623974597380554ad9a8bc4a47b853e6e2b8e43c36dfe116"` Oct 16 13:47:29.667 INFO blam! 558d5cc53e250631623974597380554ad9a8bc4a47b853e6e2b8e43c36dfe116