Sep 17 11:27:57.760 INFO checking rustyrazorblade/TotalRecallDB against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 11:27:57.760 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 11:27:57.760 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 11:27:57.963 INFO blam! 12a5fed4639f8833e7ac3fe27b575d0d2136152f74e7cbb266429158e7142bd4 Sep 17 11:27:57.964 INFO running `"docker" "start" "-a" "12a5fed4639f8833e7ac3fe27b575d0d2136152f74e7cbb266429158e7142bd4"` Sep 17 11:27:58.683 INFO kablam! usermod: no changes Sep 17 11:27:58.779 INFO kablam! Checking libc v0.2.18 Sep 17 11:27:58.779 INFO kablam! Compiling quote v0.3.10 Sep 17 11:27:58.779 INFO kablam! Checking unicode-segmentation v0.1.3 Sep 17 11:27:58.787 INFO kablam! Checking vec_map v0.6.0 Sep 17 11:27:58.787 INFO kablam! Checking strsim v0.5.2 Sep 17 11:27:58.791 INFO kablam! Checking nom v2.0.1 Sep 17 11:27:58.791 INFO kablam! Checking uuid v0.3.1 Sep 17 11:27:59.291 INFO kablam! Checking byteorder v0.5.3 Sep 17 11:27:59.689 INFO kablam! Checking peg v0.4.0 Sep 17 11:28:00.107 INFO kablam! Checking thread-id v2.0.0 Sep 17 11:28:00.108 INFO kablam! Checking memchr v0.1.11 Sep 17 11:28:00.108 INFO kablam! Checking rand v0.3.15 Sep 17 11:28:00.676 INFO kablam! Checking term_size v0.2.1 Sep 17 11:28:00.684 INFO kablam! Checking termion v1.1.4 Sep 17 11:28:00.701 INFO kablam! Checking thread_local v0.2.7 Sep 17 11:28:00.778 INFO kablam! Checking aho-corasick v0.5.3 Sep 17 11:28:00.925 INFO kablam! Checking clap v2.19.2 Sep 17 11:28:02.139 INFO kablam! Checking regex v0.1.80 Sep 17 11:28:04.012 INFO kablam! Checking tempdir v0.3.5 Sep 17 11:28:05.795 INFO kablam! Checking env_logger v0.3.5 Sep 17 11:28:06.985 INFO kablam! Compiling peg-syntax-ext v0.4.2 Sep 17 11:28:07.719 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 17 11:28:07.719 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:10:5 Sep 17 11:28:07.719 INFO kablam! | Sep 17 11:28:07.719 INFO kablam! 10 | use syntax::codemap; Sep 17 11:28:07.719 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 17 11:28:07.719 INFO kablam! Sep 17 11:28:07.719 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 17 11:28:07.719 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:17:19 Sep 17 11:28:07.719 INFO kablam! | Sep 17 11:28:07.719 INFO kablam! 17 | use syntax::util::small_vector::SmallVector; Sep 17 11:28:07.719 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 17 11:28:07.719 INFO kablam! Sep 17 11:28:07.862 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 17 11:28:07.862 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:49:30 Sep 17 11:28:07.862 INFO kablam! | Sep 17 11:28:07.862 INFO kablam! 49 | let path = Path::new(&cx.codemap().span_to_filename(sp)).parent().unwrap().join(&fname); Sep 17 11:28:07.862 INFO kablam! | ^^^^^^^ Sep 17 11:28:07.862 INFO kablam! Sep 17 11:28:07.880 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 17 11:28:07.880 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:57:8 Sep 17 11:28:07.880 INFO kablam! | Sep 17 11:28:07.880 INFO kablam! 57 | cx.codemap().new_filemap(format!("{}", path.display()), None, "".to_string()); Sep 17 11:28:07.880 INFO kablam! | ^^^^^^^ Sep 17 11:28:07.880 INFO kablam! Sep 17 11:28:07.907 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::From<&str>` is not satisfied Sep 17 11:28:07.907 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:71:85 Sep 17 11:28:07.907 INFO kablam! | Sep 17 11:28:07.907 INFO kablam! 71 | let mut p = parse::new_parser_from_source_str(&cx.parse_sess, "".into(), code); Sep 17 11:28:07.907 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `syntax_pos::FileName` Sep 17 11:28:07.907 INFO kablam! | Sep 17 11:28:07.907 INFO kablam! = help: the following implementations were found: Sep 17 11:28:07.907 INFO kablam! > Sep 17 11:28:07.907 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 17 11:28:07.907 INFO kablam! Sep 17 11:28:07.959 INFO kablam! error: aborting due to 5 previous errors Sep 17 11:28:07.959 INFO kablam! Sep 17 11:28:07.959 INFO kablam! Some errors occurred: E0277, E0432, E0599. Sep 17 11:28:07.959 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 17 11:28:07.991 INFO kablam! error: Could not compile `peg-syntax-ext`. Sep 17 11:28:07.991 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 11:28:09.535 INFO kablam! error: build failed Sep 17 11:28:09.543 INFO kablam! su: No module specific data is present Sep 17 11:28:10.471 INFO running `"docker" "rm" "-f" "12a5fed4639f8833e7ac3fe27b575d0d2136152f74e7cbb266429158e7142bd4"` Sep 17 11:28:10.730 INFO blam! 12a5fed4639f8833e7ac3fe27b575d0d2136152f74e7cbb266429158e7142bd4