Sep 19 15:41:42.759 INFO checking iovxw/rssbot against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 15:41:42.759 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 15:41:42.759 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 15:41:43.005 INFO blam! d3bda5ed214b8211909b4e1f9680af3d10b06cbc250653a903409ae0753644a9 Sep 19 15:41:43.007 INFO running `"docker" "start" "-a" "d3bda5ed214b8211909b4e1f9680af3d10b06cbc250653a903409ae0753644a9"` Sep 19 15:41:44.086 INFO kablam! usermod: no changes Sep 19 15:41:44.342 INFO kablam! Checking either v1.5.0 Sep 19 15:41:44.354 INFO kablam! Compiling lazy_static v1.0.1 Sep 19 15:41:44.356 INFO kablam! Checking futures-await-await-macro v0.1.1 Sep 19 15:41:44.356 INFO kablam! Checking log v0.4.2 Sep 19 15:41:44.356 INFO kablam! Checking socket2 v0.3.6 Sep 19 15:41:44.356 INFO kablam! Compiling openssl-sys v0.9.33 Sep 19 15:41:44.356 INFO kablam! Compiling libz-sys v1.0.18 Sep 19 15:41:44.356 INFO kablam! Compiling curl-sys v0.4.5 Sep 19 15:41:45.159 INFO kablam! Compiling proc-macro2 v0.4.6 Sep 19 15:41:45.343 INFO kablam! Compiling regex-syntax v0.5.6 Sep 19 15:41:46.386 INFO kablam! Checking crossbeam-epoch v0.4.3 Sep 19 15:41:46.838 INFO kablam! Checking tokio-timer v0.2.4 Sep 19 15:41:47.014 INFO kablam! Compiling aho-corasick v0.6.4 Sep 19 15:41:47.078 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 19 15:41:47.078 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.6/src/unstable.rs:284:13 Sep 19 15:41:47.078 INFO kablam! | Sep 19 15:41:47.078 INFO kablam! 284 | Nightly(proc_macro::SourceFile, FileName), Sep 19 15:41:47.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 15:41:47.078 INFO kablam! | Sep 19 15:41:47.078 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 19 15:41:47.078 INFO kablam! Sep 19 15:41:47.078 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 19 15:41:47.078 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.6/src/unstable.rs:289:20 Sep 19 15:41:47.078 INFO kablam! | Sep 19 15:41:47.078 INFO kablam! 289 | fn nightly(sf: proc_macro::SourceFile) -> Self { Sep 19 15:41:47.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 15:41:47.078 INFO kablam! | Sep 19 15:41:47.078 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 19 15:41:47.078 INFO kablam! Sep 19 15:41:49.710 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 19 15:41:49.711 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.6/src/unstable.rs:290:45 Sep 19 15:41:49.711 INFO kablam! | Sep 19 15:41:49.712 INFO kablam! 290 | let filename = stable::file_name(sf.path().to_string()); Sep 19 15:41:49.712 INFO kablam! | ^^^^ Sep 19 15:41:49.712 INFO kablam! | Sep 19 15:41:49.713 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 19 15:41:49.713 INFO kablam! Sep 19 15:41:50.150 INFO kablam! error[E0599]: no method named `to_string` found for type `std::path::PathBuf` in the current scope Sep 19 15:41:50.150 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.6/src/unstable.rs:290:52 Sep 19 15:41:50.150 INFO kablam! | Sep 19 15:41:50.150 INFO kablam! 290 | let filename = stable::file_name(sf.path().to_string()); Sep 19 15:41:50.150 INFO kablam! | ^^^^^^^^^ Sep 19 15:41:50.178 INFO kablam! | Sep 19 15:41:50.178 INFO kablam! = note: the method `to_string` exists but the following trait bounds were not satisfied: Sep 19 15:41:50.178 INFO kablam! `std::path::PathBuf : std::string::ToString` Sep 19 15:41:50.178 INFO kablam! `std::path::Path : std::string::ToString` Sep 19 15:41:50.178 INFO kablam! = help: did you mean `to_str`? Sep 19 15:41:50.178 INFO kablam! Sep 19 15:41:50.179 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 19 15:41:50.179 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.6/src/unstable.rs:304:44 Sep 19 15:41:50.179 INFO kablam! | Sep 19 15:41:50.179 INFO kablam! 304 | SourceFile::Nightly(a, _) => a.is_real(), Sep 19 15:41:50.179 INFO kablam! | ^^^^^^^ Sep 19 15:41:50.179 INFO kablam! | Sep 19 15:41:50.179 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 19 15:41:50.179 INFO kablam! Sep 19 15:41:50.180 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 19 15:41:50.180 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.6/src/unstable.rs:347:27 Sep 19 15:41:50.180 INFO kablam! | Sep 19 15:41:50.180 INFO kablam! 347 | Span::Nightly(proc_macro::Span::def_site()) Sep 19 15:41:50.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 15:41:50.194 INFO kablam! | Sep 19 15:41:50.194 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 19 15:41:50.194 INFO kablam! Sep 19 15:41:50.195 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 19 15:41:50.195 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.6/src/unstable.rs:355:69 Sep 19 15:41:50.195 INFO kablam! | Sep 19 15:41:50.195 INFO kablam! 355 | (Span::Nightly(a), Span::Nightly(b)) => Span::Nightly(a.resolved_at(b)), Sep 19 15:41:50.195 INFO kablam! | ^^^^^^^^^^^ Sep 19 15:41:50.198 INFO kablam! | Sep 19 15:41:50.198 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 19 15:41:50.198 INFO kablam! Sep 19 15:41:50.199 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 19 15:41:50.199 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.6/src/unstable.rs:363:69 Sep 19 15:41:50.199 INFO kablam! | Sep 19 15:41:50.199 INFO kablam! 363 | (Span::Nightly(a), Span::Nightly(b)) => Span::Nightly(a.located_at(b)), Sep 19 15:41:50.199 INFO kablam! | ^^^^^^^^^^ Sep 19 15:41:50.218 INFO kablam! | Sep 19 15:41:50.218 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 19 15:41:50.218 INFO kablam! Sep 19 15:41:50.219 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 19 15:41:50.219 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.6/src/unstable.rs:424:55 Sep 19 15:41:50.219 INFO kablam! | Sep 19 15:41:50.219 INFO kablam! 424 | (Span::Nightly(a), Span::Nightly(b)) => a.eq(b), Sep 19 15:41:50.220 INFO kablam! | ^^ Sep 19 15:41:50.220 INFO kablam! | Sep 19 15:41:50.220 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 19 15:41:50.220 INFO kablam! Sep 19 15:41:50.223 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_raw_ident' (see issue #38356) Sep 19 15:41:50.223 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.6/src/unstable.rs:475:48 Sep 19 15:41:50.223 INFO kablam! | Sep 19 15:41:50.223 INFO kablam! 475 | Span::Nightly(s) => Ident::Nightly(proc_macro::Ident::new_raw(string, s)), Sep 19 15:41:50.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 15:41:50.223 INFO kablam! | Sep 19 15:41:50.224 INFO kablam! = help: add #![feature(proc_macro_raw_ident)] to the crate attributes to enable Sep 19 15:41:50.224 INFO kablam! Sep 19 15:41:50.450 INFO kablam! error: aborting due to 10 previous errors Sep 19 15:41:50.482 INFO kablam! Sep 19 15:41:50.482 INFO kablam! Some errors occurred: E0599, E0658. Sep 19 15:41:50.482 INFO kablam! For more information about an error, try `rustc --explain E0599`. Sep 19 15:41:50.550 INFO kablam! error: Could not compile `proc-macro2`. Sep 19 15:41:50.550 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 15:42:01.869 INFO kablam! error: build failed Sep 19 15:42:01.869 INFO kablam! su: No module specific data is present Sep 19 15:42:03.104 INFO running `"docker" "rm" "-f" "d3bda5ed214b8211909b4e1f9680af3d10b06cbc250653a903409ae0753644a9"` Sep 19 15:42:03.243 INFO blam! d3bda5ed214b8211909b4e1f9680af3d10b06cbc250653a903409ae0753644a9