Sep 03 20:15:10.024 INFO checking rustyrazorblade/TotalRecallDB against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 03 20:15:10.025 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 03 20:15:10.025 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 20:15:10.252 INFO blam! f18ff38d2b4b48bbfa667b2fca851ab21746e2e48127525d158b1325de195aea Sep 03 20:15:10.253 INFO running `"docker" "start" "-a" "f18ff38d2b4b48bbfa667b2fca851ab21746e2e48127525d158b1325de195aea"` Sep 03 20:15:11.128 INFO kablam! Compiling quote v0.3.10 Sep 03 20:15:11.128 INFO kablam! Checking vec_map v0.6.0 Sep 03 20:15:11.129 INFO kablam! Checking strsim v0.5.2 Sep 03 20:15:11.129 INFO kablam! Checking unicode-segmentation v0.1.3 Sep 03 20:15:11.130 INFO kablam! Checking uuid v0.3.1 Sep 03 20:15:11.132 INFO kablam! Checking nom v2.0.1 Sep 03 20:15:11.154 INFO kablam! Checking memchr v0.1.11 Sep 03 20:15:11.948 INFO kablam! Checking term_size v0.2.1 Sep 03 20:15:12.303 INFO kablam! Checking termion v1.1.4 Sep 03 20:15:12.596 INFO kablam! Checking aho-corasick v0.5.3 Sep 03 20:15:12.741 INFO kablam! Checking tempdir v0.3.5 Sep 03 20:15:12.846 INFO kablam! Checking thread-id v2.0.0 Sep 03 20:15:13.014 INFO kablam! Checking peg v0.4.0 Sep 03 20:15:13.885 INFO kablam! Checking thread_local v0.2.7 Sep 03 20:15:13.886 INFO kablam! Checking clap v2.19.2 Sep 03 20:15:15.136 INFO kablam! Checking regex v0.1.80 Sep 03 20:15:19.522 INFO kablam! Compiling peg-syntax-ext v0.4.2 Sep 03 20:15:20.737 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 03 20:15:20.737 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:10:5 Sep 03 20:15:20.737 INFO kablam! | Sep 03 20:15:20.737 INFO kablam! 10 | use syntax::codemap; Sep 03 20:15:20.737 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 03 20:15:20.737 INFO kablam! Sep 03 20:15:20.737 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 03 20:15:20.737 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:17:19 Sep 03 20:15:20.737 INFO kablam! | Sep 03 20:15:20.737 INFO kablam! 17 | use syntax::util::small_vector::SmallVector; Sep 03 20:15:20.737 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 03 20:15:20.737 INFO kablam! Sep 03 20:15:20.999 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 03 20:15:20.999 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:49:30 Sep 03 20:15:20.999 INFO kablam! | Sep 03 20:15:20.999 INFO kablam! 49 | let path = Path::new(&cx.codemap().span_to_filename(sp)).parent().unwrap().join(&fname); Sep 03 20:15:20.999 INFO kablam! | ^^^^^^^ Sep 03 20:15:20.999 INFO kablam! Sep 03 20:15:21.038 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 03 20:15:21.038 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:57:8 Sep 03 20:15:21.038 INFO kablam! | Sep 03 20:15:21.038 INFO kablam! 57 | cx.codemap().new_filemap(format!("{}", path.display()), None, "".to_string()); Sep 03 20:15:21.038 INFO kablam! | ^^^^^^^ Sep 03 20:15:21.039 INFO kablam! Sep 03 20:15:21.105 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::From<&str>` is not satisfied Sep 03 20:15:21.105 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:71:85 Sep 03 20:15:21.105 INFO kablam! | Sep 03 20:15:21.105 INFO kablam! 71 | let mut p = parse::new_parser_from_source_str(&cx.parse_sess, "".into(), code); Sep 03 20:15:21.105 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `syntax_pos::FileName` Sep 03 20:15:21.112 INFO kablam! | Sep 03 20:15:21.112 INFO kablam! = help: the following implementations were found: Sep 03 20:15:21.112 INFO kablam! > Sep 03 20:15:21.112 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 03 20:15:21.112 INFO kablam! Sep 03 20:15:21.217 INFO kablam! error: aborting due to 5 previous errors Sep 03 20:15:21.217 INFO kablam! Sep 03 20:15:21.217 INFO kablam! Some errors occurred: E0277, E0432, E0599. Sep 03 20:15:21.217 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 03 20:15:21.241 INFO kablam! error: Could not compile `peg-syntax-ext`. Sep 03 20:15:21.241 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 20:15:25.641 INFO kablam! error: build failed Sep 03 20:15:25.643 INFO kablam! su: No module specific data is present Sep 03 20:15:26.186 INFO running `"docker" "rm" "-f" "f18ff38d2b4b48bbfa667b2fca851ab21746e2e48127525d158b1325de195aea"` Sep 03 20:15:26.346 INFO blam! f18ff38d2b4b48bbfa667b2fca851ab21746e2e48127525d158b1325de195aea