Sep 19 21:06:39.631 INFO checking peg-syntax-ext-0.4.2 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 21:06:39.631 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 21:06:39.631 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:06:40.054 INFO blam! a2e76bb17aa6d871e2fe8b3f98b6ee0724e5f30cf6b4ff0ce425e360495c3aea Sep 19 21:06:40.062 INFO running `"docker" "start" "-a" "a2e76bb17aa6d871e2fe8b3f98b6ee0724e5f30cf6b4ff0ce425e360495c3aea"` Sep 19 21:06:41.283 INFO kablam! usermod: no changes Sep 19 21:06:41.366 INFO kablam! Compiling peg v0.4.0 Sep 19 21:06:42.471 INFO kablam! Checking peg-syntax-ext v0.4.2 (/source) Sep 19 21:06:44.842 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 21:06:44.842 INFO kablam! --> lib.rs:10:5 Sep 19 21:06:44.842 INFO kablam! | Sep 19 21:06:44.842 INFO kablam! 10 | use syntax::codemap; Sep 19 21:06:44.842 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 19 21:06:44.842 INFO kablam! Sep 19 21:06:44.842 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 19 21:06:44.842 INFO kablam! --> lib.rs:17:19 Sep 19 21:06:44.842 INFO kablam! | Sep 19 21:06:44.842 INFO kablam! 17 | use syntax::util::small_vector::SmallVector; Sep 19 21:06:44.842 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 19 21:06:44.842 INFO kablam! Sep 19 21:06:44.851 INFO kablam! warning: unused `#[macro_use]` import Sep 19 21:06:44.851 INFO kablam! --> lib.rs:4:1 Sep 19 21:06:44.851 INFO kablam! | Sep 19 21:06:44.851 INFO kablam! 4 | #[macro_use] extern crate syntax_pos; Sep 19 21:06:44.851 INFO kablam! | ^^^^^^^^^^^^ Sep 19 21:06:44.851 INFO kablam! | Sep 19 21:06:44.851 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 21:06:44.851 INFO kablam! Sep 19 21:06:44.963 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 19 21:06:44.963 INFO kablam! --> lib.rs:49:30 Sep 19 21:06:44.963 INFO kablam! | Sep 19 21:06:44.963 INFO kablam! 49 | let path = Path::new(&cx.codemap().span_to_filename(sp)).parent().unwrap().join(&fname); Sep 19 21:06:44.963 INFO kablam! | ^^^^^^^ Sep 19 21:06:44.963 INFO kablam! Sep 19 21:06:44.979 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 19 21:06:44.979 INFO kablam! --> lib.rs:57:8 Sep 19 21:06:44.979 INFO kablam! | Sep 19 21:06:44.979 INFO kablam! 57 | cx.codemap().new_filemap(format!("{}", path.display()), None, "".to_string()); Sep 19 21:06:44.979 INFO kablam! | ^^^^^^^ Sep 19 21:06:44.979 INFO kablam! Sep 19 21:06:44.999 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::From<&str>` is not satisfied Sep 19 21:06:44.999 INFO kablam! --> lib.rs:71:85 Sep 19 21:06:44.999 INFO kablam! | Sep 19 21:06:44.999 INFO kablam! 71 | let mut p = parse::new_parser_from_source_str(&cx.parse_sess, "".into(), code); Sep 19 21:06:44.999 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `syntax_pos::FileName` Sep 19 21:06:44.999 INFO kablam! | Sep 19 21:06:44.999 INFO kablam! = help: the following implementations were found: Sep 19 21:06:44.999 INFO kablam! > Sep 19 21:06:44.999 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 19 21:06:44.999 INFO kablam! Sep 19 21:06:45.123 INFO kablam! error: aborting due to 5 previous errors Sep 19 21:06:45.123 INFO kablam! Sep 19 21:06:45.123 INFO kablam! Some errors occurred: E0277, E0432, E0599. Sep 19 21:06:45.123 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 21:06:45.169 INFO kablam! error: Could not compile `peg-syntax-ext`. Sep 19 21:06:45.169 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:06:46.451 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 21:06:46.451 INFO kablam! --> lib.rs:10:5 Sep 19 21:06:46.451 INFO kablam! | Sep 19 21:06:46.451 INFO kablam! 10 | use syntax::codemap; Sep 19 21:06:46.451 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 19 21:06:46.451 INFO kablam! Sep 19 21:06:46.451 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 19 21:06:46.451 INFO kablam! --> lib.rs:17:19 Sep 19 21:06:46.451 INFO kablam! | Sep 19 21:06:46.451 INFO kablam! 17 | use syntax::util::small_vector::SmallVector; Sep 19 21:06:46.451 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 19 21:06:46.451 INFO kablam! Sep 19 21:06:46.451 INFO kablam! warning: unused `#[macro_use]` import Sep 19 21:06:46.451 INFO kablam! --> lib.rs:4:1 Sep 19 21:06:46.451 INFO kablam! | Sep 19 21:06:46.451 INFO kablam! 4 | #[macro_use] extern crate syntax_pos; Sep 19 21:06:46.451 INFO kablam! | ^^^^^^^^^^^^ Sep 19 21:06:46.451 INFO kablam! | Sep 19 21:06:46.451 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 21:06:46.452 INFO kablam! Sep 19 21:06:46.568 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 19 21:06:46.568 INFO kablam! --> lib.rs:49:30 Sep 19 21:06:46.568 INFO kablam! | Sep 19 21:06:46.568 INFO kablam! 49 | let path = Path::new(&cx.codemap().span_to_filename(sp)).parent().unwrap().join(&fname); Sep 19 21:06:46.568 INFO kablam! | ^^^^^^^ Sep 19 21:06:46.568 INFO kablam! Sep 19 21:06:46.587 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 19 21:06:46.587 INFO kablam! --> lib.rs:57:8 Sep 19 21:06:46.587 INFO kablam! | Sep 19 21:06:46.587 INFO kablam! 57 | cx.codemap().new_filemap(format!("{}", path.display()), None, "".to_string()); Sep 19 21:06:46.587 INFO kablam! | ^^^^^^^ Sep 19 21:06:46.587 INFO kablam! Sep 19 21:06:46.602 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::From<&str>` is not satisfied Sep 19 21:06:46.602 INFO kablam! --> lib.rs:71:85 Sep 19 21:06:46.602 INFO kablam! | Sep 19 21:06:46.602 INFO kablam! 71 | let mut p = parse::new_parser_from_source_str(&cx.parse_sess, "".into(), code); Sep 19 21:06:46.602 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `syntax_pos::FileName` Sep 19 21:06:46.602 INFO kablam! | Sep 19 21:06:46.602 INFO kablam! = help: the following implementations were found: Sep 19 21:06:46.602 INFO kablam! > Sep 19 21:06:46.602 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 19 21:06:46.602 INFO kablam! Sep 19 21:06:46.643 INFO kablam! error: aborting due to 5 previous errors Sep 19 21:06:46.643 INFO kablam! Sep 19 21:06:46.643 INFO kablam! Some errors occurred: E0277, E0432, E0599. Sep 19 21:06:46.643 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 21:06:46.667 INFO kablam! error: Could not compile `peg-syntax-ext`. Sep 19 21:06:46.667 INFO kablam! Sep 19 21:06:46.667 INFO kablam! To learn more, run the command again with --verbose. Sep 19 21:06:46.667 INFO kablam! su: No module specific data is present Sep 19 21:06:47.325 INFO running `"docker" "rm" "-f" "a2e76bb17aa6d871e2fe8b3f98b6ee0724e5f30cf6b4ff0ce425e360495c3aea"` Sep 19 21:06:47.381 INFO blam! a2e76bb17aa6d871e2fe8b3f98b6ee0724e5f30cf6b4ff0ce425e360495c3aea