Sep 01 13:02:51.343 INFO checking rustyrazorblade/TotalRecallDB against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 13:02:51.343 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 13:02:51.344 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 13:02:51.638 INFO blam! 58db828fd7c5879c1c7e8f9239bfd3cd3d1a63384ae796e35b3d700f1a61d3b8 Sep 01 13:02:51.640 INFO running `"docker" "start" "-a" "58db828fd7c5879c1c7e8f9239bfd3cd3d1a63384ae796e35b3d700f1a61d3b8"` Sep 01 13:02:52.622 INFO kablam! Compiling quote v0.3.10 Sep 01 13:02:52.631 INFO kablam! Checking uuid v0.3.1 Sep 01 13:02:52.638 INFO kablam! Checking nom v2.0.1 Sep 01 13:02:52.639 INFO kablam! Checking memchr v0.1.11 Sep 01 13:02:52.643 INFO kablam! Checking termion v1.1.4 Sep 01 13:02:52.643 INFO kablam! Checking tempdir v0.3.5 Sep 01 13:02:52.715 INFO kablam! Checking clap v2.19.2 Sep 01 13:02:53.862 INFO kablam! Checking aho-corasick v0.5.3 Sep 01 13:02:54.005 INFO kablam! Checking thread-id v2.0.0 Sep 01 13:02:54.739 INFO kablam! Checking thread_local v0.2.7 Sep 01 13:02:56.519 INFO kablam! Checking peg v0.4.0 Sep 01 13:02:57.302 INFO kablam! Checking regex v0.1.80 Sep 01 13:03:02.331 INFO kablam! Compiling peg-syntax-ext v0.4.2 Sep 01 13:03:02.647 INFO kablam! Checking env_logger v0.3.5 Sep 01 13:03:03.038 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 13:03:03.038 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:10:5 Sep 01 13:03:03.038 INFO kablam! | Sep 01 13:03:03.038 INFO kablam! 10 | use syntax::codemap; Sep 01 13:03:03.038 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 01 13:03:03.038 INFO kablam! Sep 01 13:03:03.038 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 01 13:03:03.038 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:17:19 Sep 01 13:03:03.038 INFO kablam! | Sep 01 13:03:03.038 INFO kablam! 17 | use syntax::util::small_vector::SmallVector; Sep 01 13:03:03.038 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 01 13:03:03.038 INFO kablam! Sep 01 13:03:03.240 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 01 13:03:03.240 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:49:30 Sep 01 13:03:03.240 INFO kablam! | Sep 01 13:03:03.240 INFO kablam! 49 | let path = Path::new(&cx.codemap().span_to_filename(sp)).parent().unwrap().join(&fname); Sep 01 13:03:03.240 INFO kablam! | ^^^^^^^ Sep 01 13:03:03.240 INFO kablam! Sep 01 13:03:03.290 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 01 13:03:03.290 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:57:8 Sep 01 13:03:03.290 INFO kablam! | Sep 01 13:03:03.290 INFO kablam! 57 | cx.codemap().new_filemap(format!("{}", path.display()), None, "".to_string()); Sep 01 13:03:03.290 INFO kablam! | ^^^^^^^ Sep 01 13:03:03.291 INFO kablam! Sep 01 13:03:03.357 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::From<&str>` is not satisfied Sep 01 13:03:03.357 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:71:85 Sep 01 13:03:03.357 INFO kablam! | Sep 01 13:03:03.357 INFO kablam! 71 | let mut p = parse::new_parser_from_source_str(&cx.parse_sess, "".into(), code); Sep 01 13:03:03.357 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `syntax_pos::FileName` Sep 01 13:03:03.357 INFO kablam! | Sep 01 13:03:03.357 INFO kablam! = help: the following implementations were found: Sep 01 13:03:03.357 INFO kablam! > Sep 01 13:03:03.357 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 01 13:03:03.357 INFO kablam! Sep 01 13:03:03.458 INFO kablam! error: aborting due to 5 previous errors Sep 01 13:03:03.458 INFO kablam! Sep 01 13:03:03.458 INFO kablam! Some errors occurred: E0277, E0432, E0599. Sep 01 13:03:03.458 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 01 13:03:03.480 INFO kablam! error: Could not compile `peg-syntax-ext`. Sep 01 13:03:03.481 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 13:03:05.710 INFO kablam! error: build failed Sep 01 13:03:05.712 INFO kablam! su: No module specific data is present Sep 01 13:03:06.312 INFO running `"docker" "rm" "-f" "58db828fd7c5879c1c7e8f9239bfd3cd3d1a63384ae796e35b3d700f1a61d3b8"` Sep 01 13:03:06.498 INFO blam! 58db828fd7c5879c1c7e8f9239bfd3cd3d1a63384ae796e35b3d700f1a61d3b8