Sep 04 08:28:32.517 INFO checking peg-syntax-ext-0.4.2 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 08:28:32.517 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 08:28:32.517 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 04 08:28:32.685 INFO blam! 5b2bcd4fba3aeb99c1693256928725db33bfd8cf578b223e135fa756f87c0485 Sep 04 08:28:32.687 INFO running `"docker" "start" "-a" "5b2bcd4fba3aeb99c1693256928725db33bfd8cf578b223e135fa756f87c0485"` Sep 04 08:28:33.400 INFO kablam! Compiling peg v0.4.0 Sep 04 08:28:34.880 INFO kablam! Checking peg-syntax-ext v0.4.2 (file:///source) Sep 04 08:28:39.645 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 08:28:39.645 INFO kablam! --> lib.rs:10:5 Sep 04 08:28:39.645 INFO kablam! | Sep 04 08:28:39.645 INFO kablam! 10 | use syntax::codemap; Sep 04 08:28:39.645 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 04 08:28:39.646 INFO kablam! Sep 04 08:28:39.646 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 08:28:39.646 INFO kablam! --> lib.rs:17:19 Sep 04 08:28:39.646 INFO kablam! | Sep 04 08:28:39.646 INFO kablam! 17 | use syntax::util::small_vector::SmallVector; Sep 04 08:28:39.646 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 08:28:39.646 INFO kablam! Sep 04 08:28:39.652 INFO kablam! warning: unused `#[macro_use]` import Sep 04 08:28:39.652 INFO kablam! --> lib.rs:4:1 Sep 04 08:28:39.652 INFO kablam! | Sep 04 08:28:39.652 INFO kablam! 4 | #[macro_use] extern crate syntax_pos; Sep 04 08:28:39.652 INFO kablam! | ^^^^^^^^^^^^ Sep 04 08:28:39.652 INFO kablam! | Sep 04 08:28:39.653 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 08:28:39.653 INFO kablam! Sep 04 08:28:39.796 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 08:28:39.796 INFO kablam! --> lib.rs:10:5 Sep 04 08:28:39.796 INFO kablam! | Sep 04 08:28:39.796 INFO kablam! 10 | use syntax::codemap; Sep 04 08:28:39.796 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 04 08:28:39.796 INFO kablam! Sep 04 08:28:39.796 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 08:28:39.796 INFO kablam! --> lib.rs:17:19 Sep 04 08:28:39.796 INFO kablam! | Sep 04 08:28:39.796 INFO kablam! 17 | use syntax::util::small_vector::SmallVector; Sep 04 08:28:39.796 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 08:28:39.796 INFO kablam! Sep 04 08:28:39.801 INFO kablam! warning: unused `#[macro_use]` import Sep 04 08:28:39.801 INFO kablam! --> lib.rs:4:1 Sep 04 08:28:39.801 INFO kablam! | Sep 04 08:28:39.801 INFO kablam! 4 | #[macro_use] extern crate syntax_pos; Sep 04 08:28:39.802 INFO kablam! | ^^^^^^^^^^^^ Sep 04 08:28:39.802 INFO kablam! | Sep 04 08:28:39.802 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 08:28:39.802 INFO kablam! Sep 04 08:28:39.829 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 04 08:28:39.829 INFO kablam! --> lib.rs:49:30 Sep 04 08:28:39.830 INFO kablam! | Sep 04 08:28:39.830 INFO kablam! 49 | let path = Path::new(&cx.codemap().span_to_filename(sp)).parent().unwrap().join(&fname); Sep 04 08:28:39.830 INFO kablam! | ^^^^^^^ Sep 04 08:28:39.830 INFO kablam! Sep 04 08:28:39.858 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 04 08:28:39.858 INFO kablam! --> lib.rs:57:8 Sep 04 08:28:39.858 INFO kablam! | Sep 04 08:28:39.858 INFO kablam! 57 | cx.codemap().new_filemap(format!("{}", path.display()), None, "".to_string()); Sep 04 08:28:39.858 INFO kablam! | ^^^^^^^ Sep 04 08:28:39.858 INFO kablam! Sep 04 08:28:39.905 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::From<&str>` is not satisfied Sep 04 08:28:39.905 INFO kablam! --> lib.rs:71:85 Sep 04 08:28:39.905 INFO kablam! | Sep 04 08:28:39.905 INFO kablam! 71 | let mut p = parse::new_parser_from_source_str(&cx.parse_sess, "".into(), code); Sep 04 08:28:39.905 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `syntax_pos::FileName` Sep 04 08:28:39.905 INFO kablam! | Sep 04 08:28:39.905 INFO kablam! = help: the following implementations were found: Sep 04 08:28:39.905 INFO kablam! > Sep 04 08:28:39.905 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 04 08:28:39.905 INFO kablam! Sep 04 08:28:39.987 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 04 08:28:39.987 INFO kablam! --> lib.rs:49:30 Sep 04 08:28:39.987 INFO kablam! | Sep 04 08:28:39.987 INFO kablam! 49 | let path = Path::new(&cx.codemap().span_to_filename(sp)).parent().unwrap().join(&fname); Sep 04 08:28:39.987 INFO kablam! | ^^^^^^^ Sep 04 08:28:39.987 INFO kablam! Sep 04 08:28:39.989 INFO kablam! error: aborting due to 5 previous errors Sep 04 08:28:39.989 INFO kablam! Sep 04 08:28:39.989 INFO kablam! Some errors occurred: E0277, E0432, E0599. Sep 04 08:28:39.989 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 08:28:40.009 INFO kablam! error: Could not compile `peg-syntax-ext`. Sep 04 08:28:40.009 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:28:40.012 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 04 08:28:40.012 INFO kablam! --> lib.rs:57:8 Sep 04 08:28:40.012 INFO kablam! | Sep 04 08:28:40.012 INFO kablam! 57 | cx.codemap().new_filemap(format!("{}", path.display()), None, "".to_string()); Sep 04 08:28:40.012 INFO kablam! | ^^^^^^^ Sep 04 08:28:40.012 INFO kablam! Sep 04 08:28:40.053 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::From<&str>` is not satisfied Sep 04 08:28:40.053 INFO kablam! --> lib.rs:71:85 Sep 04 08:28:40.053 INFO kablam! | Sep 04 08:28:40.053 INFO kablam! 71 | let mut p = parse::new_parser_from_source_str(&cx.parse_sess, "".into(), code); Sep 04 08:28:40.053 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `syntax_pos::FileName` Sep 04 08:28:40.053 INFO kablam! | Sep 04 08:28:40.053 INFO kablam! = help: the following implementations were found: Sep 04 08:28:40.053 INFO kablam! > Sep 04 08:28:40.053 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 04 08:28:40.054 INFO kablam! Sep 04 08:28:40.129 INFO kablam! error: aborting due to 5 previous errors Sep 04 08:28:40.129 INFO kablam! Sep 04 08:28:40.129 INFO kablam! Some errors occurred: E0277, E0432, E0599. Sep 04 08:28:40.129 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 08:28:40.147 INFO kablam! error: Could not compile `peg-syntax-ext`. Sep 04 08:28:40.147 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:28:41.524 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 08:28:41.524 INFO kablam! --> lib.rs:10:5 Sep 04 08:28:41.524 INFO kablam! | Sep 04 08:28:41.524 INFO kablam! 10 | use syntax::codemap; Sep 04 08:28:41.524 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 04 08:28:41.524 INFO kablam! Sep 04 08:28:41.524 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 08:28:41.524 INFO kablam! --> lib.rs:17:19 Sep 04 08:28:41.524 INFO kablam! | Sep 04 08:28:41.524 INFO kablam! 17 | use syntax::util::small_vector::SmallVector; Sep 04 08:28:41.524 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 08:28:41.524 INFO kablam! Sep 04 08:28:41.527 INFO kablam! warning: unused `#[macro_use]` import Sep 04 08:28:41.527 INFO kablam! --> lib.rs:4:1 Sep 04 08:28:41.527 INFO kablam! | Sep 04 08:28:41.527 INFO kablam! 4 | #[macro_use] extern crate syntax_pos; Sep 04 08:28:41.528 INFO kablam! | ^^^^^^^^^^^^ Sep 04 08:28:41.528 INFO kablam! | Sep 04 08:28:41.528 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 08:28:41.528 INFO kablam! Sep 04 08:28:41.633 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 04 08:28:41.633 INFO kablam! --> lib.rs:49:30 Sep 04 08:28:41.633 INFO kablam! | Sep 04 08:28:41.633 INFO kablam! 49 | let path = Path::new(&cx.codemap().span_to_filename(sp)).parent().unwrap().join(&fname); Sep 04 08:28:41.633 INFO kablam! | ^^^^^^^ Sep 04 08:28:41.633 INFO kablam! Sep 04 08:28:41.650 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 04 08:28:41.650 INFO kablam! --> lib.rs:57:8 Sep 04 08:28:41.650 INFO kablam! | Sep 04 08:28:41.650 INFO kablam! 57 | cx.codemap().new_filemap(format!("{}", path.display()), None, "".to_string()); Sep 04 08:28:41.650 INFO kablam! | ^^^^^^^ Sep 04 08:28:41.650 INFO kablam! Sep 04 08:28:41.679 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::From<&str>` is not satisfied Sep 04 08:28:41.679 INFO kablam! --> lib.rs:71:85 Sep 04 08:28:41.679 INFO kablam! | Sep 04 08:28:41.679 INFO kablam! 71 | let mut p = parse::new_parser_from_source_str(&cx.parse_sess, "".into(), code); Sep 04 08:28:41.679 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `syntax_pos::FileName` Sep 04 08:28:41.679 INFO kablam! | Sep 04 08:28:41.679 INFO kablam! = help: the following implementations were found: Sep 04 08:28:41.679 INFO kablam! > Sep 04 08:28:41.679 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 04 08:28:41.679 INFO kablam! Sep 04 08:28:41.729 INFO kablam! error: aborting due to 5 previous errors Sep 04 08:28:41.729 INFO kablam! Sep 04 08:28:41.729 INFO kablam! Some errors occurred: E0277, E0432, E0599. Sep 04 08:28:41.729 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 08:28:41.744 INFO kablam! error: Could not compile `peg-syntax-ext`. Sep 04 08:28:41.744 INFO kablam! Sep 04 08:28:41.744 INFO kablam! To learn more, run the command again with --verbose. Sep 04 08:28:41.745 INFO kablam! su: No module specific data is present Sep 04 08:28:42.140 INFO running `"docker" "rm" "-f" "5b2bcd4fba3aeb99c1693256928725db33bfd8cf578b223e135fa756f87c0485"` Sep 04 08:28:42.266 INFO blam! 5b2bcd4fba3aeb99c1693256928725db33bfd8cf578b223e135fa756f87c0485