Oct 15 20:31:15.425 INFO testing rust_info-0.1.15 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 20:31:15.425 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 15 20:31:15.686 INFO blam! 279cf79043db46d91a0be6d7cde7710b0407d29f23eef005db3e9e1f53f8bc6a Oct 15 20:31:15.688 INFO running `"docker" "start" "-a" "279cf79043db46d91a0be6d7cde7710b0407d29f23eef005db3e9e1f53f8bc6a"` Oct 15 20:31:16.939 INFO kablam! usermod: no changes Oct 15 20:31:16.995 INFO kablam! Compiling rust_info v0.1.15 (/source) Oct 15 20:31:17.125 INFO kablam! warning: lint `async_idents` has been renamed to `keyword_idents` Oct 15 20:31:17.125 INFO kablam! --> src/lib.rs:4:5 Oct 15 20:31:17.125 INFO kablam! | Oct 15 20:31:17.125 INFO kablam! 4 | async_idents, Oct 15 20:31:17.125 INFO kablam! | ^^^^^^^^^^^^ help: use the new name: `keyword_idents` Oct 15 20:31:17.125 INFO kablam! | Oct 15 20:31:17.125 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 15 20:31:17.125 INFO kablam! Oct 15 20:31:17.125 INFO kablam! warning: lint `private_no_mangle_fns` has been removed: `no longer an warning, #[no_mangle] functions always exported` Oct 15 20:31:17.125 INFO kablam! --> src/lib.rs:38:5 Oct 15 20:31:17.125 INFO kablam! | Oct 15 20:31:17.125 INFO kablam! 38 | private_no_mangle_fns, Oct 15 20:31:17.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:31:17.125 INFO kablam! Oct 15 20:31:17.125 INFO kablam! warning: lint `private_no_mangle_statics` has been removed: `no longer an warning, #[no_mangle] statics always exported` Oct 15 20:31:17.125 INFO kablam! --> src/lib.rs:39:5 Oct 15 20:31:17.125 INFO kablam! | Oct 15 20:31:17.125 INFO kablam! 39 | private_no_mangle_statics, Oct 15 20:31:17.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:31:17.125 INFO kablam! Oct 15 20:31:17.125 INFO kablam! warning: unknown lint: `unnameable_test_functions` Oct 15 20:31:17.125 INFO kablam! --> src/lib.rs:54:5 Oct 15 20:31:17.125 INFO kablam! | Oct 15 20:31:17.125 INFO kablam! 54 | unnameable_test_functions, Oct 15 20:31:17.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:31:17.125 INFO kablam! | Oct 15 20:31:17.125 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 15 20:31:17.125 INFO kablam! Oct 15 20:31:17.507 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 15 20:31:17.508 INFO kablam! --> src/rustinfo.rs:13:5 Oct 15 20:31:17.508 INFO kablam! | Oct 15 20:31:17.509 INFO kablam! 13 | use types::{RustChannel, RustInfo}; Oct 15 20:31:17.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::types::{RustChannel, RustInfo}` Oct 15 20:31:17.509 INFO kablam! | Oct 15 20:31:17.510 INFO kablam! note: lint level defined here Oct 15 20:31:17.510 INFO kablam! --> src/lib.rs:2:5 Oct 15 20:31:17.510 INFO kablam! | Oct 15 20:31:17.510 INFO kablam! 2 | absolute_paths_not_starting_with_crate, Oct 15 20:31:17.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:31:17.511 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 15 20:31:17.511 INFO kablam! = note: for more information, see issue TBD Oct 15 20:31:17.512 INFO kablam! Oct 15 20:31:17.512 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 15 20:31:17.512 INFO kablam! --> src/lib.rs:145:5 Oct 15 20:31:17.512 INFO kablam! | Oct 15 20:31:17.513 INFO kablam! 145 | use types::RustInfo; Oct 15 20:31:17.513 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::types::RustInfo` Oct 15 20:31:17.513 INFO kablam! | Oct 15 20:31:17.513 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 15 20:31:17.514 INFO kablam! = note: for more information, see issue TBD Oct 15 20:31:17.514 INFO kablam! Oct 15 20:31:17.591 INFO kablam! error: aborting due to 2 previous errors Oct 15 20:31:17.591 INFO kablam! Oct 15 20:31:17.596 INFO kablam! error: Could not compile `rust_info`. Oct 15 20:31:17.597 INFO kablam! Oct 15 20:31:17.597 INFO kablam! To learn more, run the command again with --verbose. Oct 15 20:31:17.597 INFO kablam! su: No module specific data is present Oct 15 20:31:18.335 INFO running `"docker" "rm" "-f" "279cf79043db46d91a0be6d7cde7710b0407d29f23eef005db3e9e1f53f8bc6a"` Oct 15 20:31:18.687 INFO blam! 279cf79043db46d91a0be6d7cde7710b0407d29f23eef005db3e9e1f53f8bc6a