Oct 11 12:39:11.915 INFO testing rust_info-0.1.15 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 12:39:11.915 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 12:39:11.917 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 12:39:12.120 INFO blam! 70bb601b7564cef52f0552c22454df4527bca9559e2016df270b0feb0ef21a73 Oct 11 12:39:12.130 INFO running `"docker" "start" "-a" "70bb601b7564cef52f0552c22454df4527bca9559e2016df270b0feb0ef21a73"` Oct 11 12:39:12.836 INFO kablam! usermod: no changes Oct 11 12:39:12.861 INFO kablam! Compiling rust_info v0.1.15 (/source) Oct 11 12:39:12.927 INFO kablam! warning: lint `async_idents` has been renamed to `keyword_idents` Oct 11 12:39:12.927 INFO kablam! --> src/lib.rs:4:5 Oct 11 12:39:12.927 INFO kablam! | Oct 11 12:39:12.927 INFO kablam! 4 | async_idents, Oct 11 12:39:12.927 INFO kablam! | ^^^^^^^^^^^^ help: use the new name: `keyword_idents` Oct 11 12:39:12.927 INFO kablam! | Oct 11 12:39:12.927 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 11 12:39:12.927 INFO kablam! Oct 11 12:39:12.927 INFO kablam! warning: lint `private_no_mangle_fns` has been removed: `no longer an warning, #[no_mangle] functions always exported` Oct 11 12:39:12.927 INFO kablam! --> src/lib.rs:38:5 Oct 11 12:39:12.927 INFO kablam! | Oct 11 12:39:12.927 INFO kablam! 38 | private_no_mangle_fns, Oct 11 12:39:12.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:39:12.927 INFO kablam! Oct 11 12:39:12.927 INFO kablam! warning: lint `private_no_mangle_statics` has been removed: `no longer an warning, #[no_mangle] statics always exported` Oct 11 12:39:12.927 INFO kablam! --> src/lib.rs:39:5 Oct 11 12:39:12.927 INFO kablam! | Oct 11 12:39:12.927 INFO kablam! 39 | private_no_mangle_statics, Oct 11 12:39:12.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:39:12.927 INFO kablam! Oct 11 12:39:12.927 INFO kablam! warning: unknown lint: `unnameable_test_functions` Oct 11 12:39:12.927 INFO kablam! --> src/lib.rs:54:5 Oct 11 12:39:12.927 INFO kablam! | Oct 11 12:39:12.927 INFO kablam! 54 | unnameable_test_functions, Oct 11 12:39:12.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:39:12.927 INFO kablam! | Oct 11 12:39:12.927 INFO kablam! = note: #[warn(unknown_lints)] on by default Oct 11 12:39:12.927 INFO kablam! Oct 11 12:39:13.426 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 12:39:13.426 INFO kablam! --> src/rustinfo.rs:13:5 Oct 11 12:39:13.426 INFO kablam! | Oct 11 12:39:13.426 INFO kablam! 13 | use types::{RustChannel, RustInfo}; Oct 11 12:39:13.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::types::{RustChannel, RustInfo}` Oct 11 12:39:13.426 INFO kablam! | Oct 11 12:39:13.426 INFO kablam! note: lint level defined here Oct 11 12:39:13.426 INFO kablam! --> src/lib.rs:2:5 Oct 11 12:39:13.426 INFO kablam! | Oct 11 12:39:13.426 INFO kablam! 2 | absolute_paths_not_starting_with_crate, Oct 11 12:39:13.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:39:13.426 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 11 12:39:13.426 INFO kablam! = note: for more information, see issue TBD Oct 11 12:39:13.426 INFO kablam! Oct 11 12:39:13.426 INFO kablam! error: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition Oct 11 12:39:13.426 INFO kablam! --> src/lib.rs:145:5 Oct 11 12:39:13.426 INFO kablam! | Oct 11 12:39:13.426 INFO kablam! 145 | use types::RustInfo; Oct 11 12:39:13.426 INFO kablam! | ^^^^^^^^^^^^^^^ help: use `crate`: `crate::types::RustInfo` Oct 11 12:39:13.426 INFO kablam! | Oct 11 12:39:13.426 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 11 12:39:13.427 INFO kablam! = note: for more information, see issue TBD Oct 11 12:39:13.427 INFO kablam! Oct 11 12:39:13.487 INFO kablam! error: aborting due to 2 previous errors Oct 11 12:39:13.487 INFO kablam! Oct 11 12:39:13.491 INFO kablam! error: Could not compile `rust_info`. Oct 11 12:39:13.491 INFO kablam! Oct 11 12:39:13.492 INFO kablam! To learn more, run the command again with --verbose. Oct 11 12:39:13.492 INFO kablam! su: No module specific data is present Oct 11 12:39:13.779 INFO running `"docker" "rm" "-f" "70bb601b7564cef52f0552c22454df4527bca9559e2016df270b0feb0ef21a73"` Oct 11 12:39:13.935 INFO blam! 70bb601b7564cef52f0552c22454df4527bca9559e2016df270b0feb0ef21a73