Sep 03 17:03:09.326 INFO checking nrxus/seattle-crime against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 17:03:09.326 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 17:03:09.326 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 17:03:09.506 INFO blam! db33112b5992844065acd9511cefc7eed4c3e521f8b02ba70003fd74785c634f Sep 03 17:03:09.508 INFO running `"docker" "start" "-a" "db33112b5992844065acd9511cefc7eed4c3e521f8b02ba70003fd74785c634f"` Sep 03 17:03:10.383 INFO kablam! Compiling cgmath v0.16.1 Sep 03 17:03:10.386 INFO kablam! Checking pdqselect v0.1.0 Sep 03 17:03:10.389 INFO kablam! Checking colored v1.6.1 Sep 03 17:03:10.392 INFO kablam! Compiling http-muncher v0.3.2 Sep 03 17:03:10.393 INFO kablam! Compiling proc-macro2 v0.4.6 Sep 03 17:03:10.393 INFO kablam! Checking rand v0.5.4 Sep 03 17:03:10.405 INFO kablam! Compiling idna v0.1.5 Sep 03 17:03:10.409 INFO kablam! Checking num-complex v0.2.0 Sep 03 17:03:11.381 INFO kablam! Checking approx v0.2.1 Sep 03 17:03:11.859 INFO kablam! Checking num-complex v0.1.43 Sep 03 17:03:11.928 INFO kablam! Checking approx v0.3.0 Sep 03 17:03:12.268 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 03 17:03:12.268 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.6/src/unstable.rs:284:13 Sep 03 17:03:12.268 INFO kablam! | Sep 03 17:03:12.268 INFO kablam! 284 | Nightly(proc_macro::SourceFile, FileName), Sep 03 17:03:12.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 03 17:03:12.269 INFO kablam! | Sep 03 17:03:12.269 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 03 17:03:12.269 INFO kablam! Sep 03 17:03:12.269 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 03 17:03:12.269 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.6/src/unstable.rs:289:20 Sep 03 17:03:12.269 INFO kablam! | Sep 03 17:03:12.269 INFO kablam! 289 | fn nightly(sf: proc_macro::SourceFile) -> Self { Sep 03 17:03:12.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 03 17:03:12.269 INFO kablam! | Sep 03 17:03:12.269 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 03 17:03:12.269 INFO kablam! Sep 03 17:03:12.534 INFO kablam! Compiling openssl v0.9.24 Sep 03 17:03:12.563 INFO kablam! Checking generic-array v0.11.1 Sep 03 17:03:13.269 INFO kablam! Compiling toml v0.4.6 Sep 03 17:03:14.375 INFO kablam! Compiling pear_codegen v0.0.19 Sep 03 17:03:15.668 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 03 17:03:15.668 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.6/src/unstable.rs:290:45 Sep 03 17:03:15.668 INFO kablam! | Sep 03 17:03:15.668 INFO kablam! 290 | let filename = stable::file_name(sf.path().to_string()); Sep 03 17:03:15.668 INFO kablam! | ^^^^ Sep 03 17:03:15.669 INFO kablam! | Sep 03 17:03:15.669 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 03 17:03:15.674 INFO kablam! Sep 03 17:03:15.812 INFO kablam! error[E0599]: no method named `to_string` found for type `std::path::PathBuf` in the current scope Sep 03 17:03:15.812 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.6/src/unstable.rs:290:52 Sep 03 17:03:15.812 INFO kablam! | Sep 03 17:03:15.812 INFO kablam! 290 | let filename = stable::file_name(sf.path().to_string()); Sep 03 17:03:15.812 INFO kablam! | ^^^^^^^^^ Sep 03 17:03:15.812 INFO kablam! | Sep 03 17:03:15.812 INFO kablam! = note: the method `to_string` exists but the following trait bounds were not satisfied: Sep 03 17:03:15.812 INFO kablam! `std::path::PathBuf : std::string::ToString` Sep 03 17:03:15.812 INFO kablam! `std::path::Path : std::string::ToString` Sep 03 17:03:15.813 INFO kablam! = help: did you mean `to_str`? Sep 03 17:03:15.813 INFO kablam! Sep 03 17:03:15.813 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 03 17:03:15.813 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.6/src/unstable.rs:304:44 Sep 03 17:03:15.813 INFO kablam! | Sep 03 17:03:15.813 INFO kablam! 304 | SourceFile::Nightly(a, _) => a.is_real(), Sep 03 17:03:15.814 INFO kablam! | ^^^^^^^ Sep 03 17:03:15.814 INFO kablam! | Sep 03 17:03:15.814 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 03 17:03:15.814 INFO kablam! Sep 03 17:03:15.816 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 03 17:03:15.816 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.6/src/unstable.rs:347:27 Sep 03 17:03:15.816 INFO kablam! | Sep 03 17:03:15.817 INFO kablam! 347 | Span::Nightly(proc_macro::Span::def_site()) Sep 03 17:03:15.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 17:03:15.817 INFO kablam! | Sep 03 17:03:15.817 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 03 17:03:15.817 INFO kablam! Sep 03 17:03:15.831 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 03 17:03:15.831 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.6/src/unstable.rs:355:69 Sep 03 17:03:15.831 INFO kablam! | Sep 03 17:03:15.831 INFO kablam! 355 | (Span::Nightly(a), Span::Nightly(b)) => Span::Nightly(a.resolved_at(b)), Sep 03 17:03:15.831 INFO kablam! | ^^^^^^^^^^^ Sep 03 17:03:15.831 INFO kablam! | Sep 03 17:03:15.832 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 03 17:03:15.832 INFO kablam! Sep 03 17:03:15.832 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 03 17:03:15.832 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.6/src/unstable.rs:363:69 Sep 03 17:03:15.832 INFO kablam! | Sep 03 17:03:15.832 INFO kablam! 363 | (Span::Nightly(a), Span::Nightly(b)) => Span::Nightly(a.located_at(b)), Sep 03 17:03:15.832 INFO kablam! | ^^^^^^^^^^ Sep 03 17:03:15.832 INFO kablam! | Sep 03 17:03:15.832 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 03 17:03:15.832 INFO kablam! Sep 03 17:03:15.834 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_span' (see issue #38356) Sep 03 17:03:15.834 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.6/src/unstable.rs:424:55 Sep 03 17:03:15.834 INFO kablam! | Sep 03 17:03:15.834 INFO kablam! 424 | (Span::Nightly(a), Span::Nightly(b)) => a.eq(b), Sep 03 17:03:15.834 INFO kablam! | ^^ Sep 03 17:03:15.834 INFO kablam! | Sep 03 17:03:15.834 INFO kablam! = help: add #![feature(proc_macro_span)] to the crate attributes to enable Sep 03 17:03:15.834 INFO kablam! Sep 03 17:03:15.859 INFO kablam! error[E0658]: use of unstable library feature 'proc_macro_raw_ident' (see issue #38356) Sep 03 17:03:15.859 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.6/src/unstable.rs:475:48 Sep 03 17:03:15.859 INFO kablam! | Sep 03 17:03:15.859 INFO kablam! 475 | Span::Nightly(s) => Ident::Nightly(proc_macro::Ident::new_raw(string, s)), Sep 03 17:03:15.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 17:03:15.859 INFO kablam! | Sep 03 17:03:15.859 INFO kablam! = help: add #![feature(proc_macro_raw_ident)] to the crate attributes to enable Sep 03 17:03:15.859 INFO kablam! Sep 03 17:03:15.985 INFO kablam! error: aborting due to 10 previous errors Sep 03 17:03:15.985 INFO kablam! Sep 03 17:03:15.985 INFO kablam! Some errors occurred: E0599, E0658. Sep 03 17:03:15.985 INFO kablam! For more information about an error, try `rustc --explain E0599`. Sep 03 17:03:16.012 INFO kablam! error: Could not compile `proc-macro2`. Sep 03 17:03:16.013 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 17:03:18.228 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 03 17:03:18.228 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.19/src/lib.rs:19:13 Sep 03 17:03:18.228 INFO kablam! | Sep 03 17:03:18.228 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 03 17:03:18.228 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 03 17:03:18.228 INFO kablam! Sep 03 17:03:19.034 INFO kablam! error: aborting due to previous error Sep 03 17:03:19.034 INFO kablam! Sep 03 17:03:19.034 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 03 17:03:19.055 INFO kablam! error: Could not compile `pear_codegen`. Sep 03 17:03:19.056 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 17:03:24.929 INFO kablam! error: build failed Sep 03 17:03:24.930 INFO kablam! su: No module specific data is present Sep 03 17:03:25.602 INFO running `"docker" "rm" "-f" "db33112b5992844065acd9511cefc7eed4c3e521f8b02ba70003fd74785c634f"` Sep 03 17:03:25.697 INFO blam! db33112b5992844065acd9511cefc7eed4c3e521f8b02ba70003fd74785c634f