Sep 20 21:15:21.312 INFO checking rustyrazorblade/TotalRecallDB against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 20 21:15:21.312 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 20 21:15:21.312 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 21:15:21.548 INFO blam! b7775517e5ecf4110719e2c2bce233dd959a5d630e91e1e157f8e134b9e3d692 Sep 20 21:15:21.551 INFO running `"docker" "start" "-a" "b7775517e5ecf4110719e2c2bce233dd959a5d630e91e1e157f8e134b9e3d692"` Sep 20 21:15:22.832 INFO kablam! usermod: no changes Sep 20 21:15:22.954 INFO kablam! Checking libc v0.2.18 Sep 20 21:15:22.954 INFO kablam! Checking regex-syntax v0.3.9 Sep 20 21:15:22.954 INFO kablam! Checking utf8-ranges v0.1.3 Sep 20 21:15:22.954 INFO kablam! Compiling quote v0.3.10 Sep 20 21:15:22.982 INFO kablam! Checking strsim v0.5.2 Sep 20 21:15:22.982 INFO kablam! Checking vec_map v0.6.0 Sep 20 21:15:22.982 INFO kablam! Checking unicode-segmentation v0.1.3 Sep 20 21:15:24.738 INFO kablam! Checking uuid v0.3.1 Sep 20 21:15:25.071 INFO kablam! Checking nom v2.0.1 Sep 20 21:15:25.082 INFO kablam! Checking peg v0.4.0 Sep 20 21:15:26.098 INFO kablam! Checking thread-id v2.0.0 Sep 20 21:15:26.100 INFO kablam! Checking memchr v0.1.11 Sep 20 21:15:26.102 INFO kablam! Checking rand v0.3.15 Sep 20 21:15:26.107 INFO kablam! Checking term_size v0.2.1 Sep 20 21:15:27.092 INFO kablam! Checking termion v1.1.4 Sep 20 21:15:27.100 INFO kablam! Checking thread_local v0.2.7 Sep 20 21:15:27.100 INFO kablam! Checking clap v2.19.2 Sep 20 21:15:27.116 INFO kablam! Checking aho-corasick v0.5.3 Sep 20 21:15:29.423 INFO kablam! Checking tempdir v0.3.5 Sep 20 21:15:31.099 INFO kablam! Checking regex v0.1.80 Sep 20 21:15:33.937 INFO kablam! Compiling peg-syntax-ext v0.4.2 Sep 20 21:15:35.366 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 21:15:35.366 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:10:5 Sep 20 21:15:35.366 INFO kablam! | Sep 20 21:15:35.366 INFO kablam! 10 | use syntax::codemap; Sep 20 21:15:35.366 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 20 21:15:35.366 INFO kablam! Sep 20 21:15:35.367 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 21:15:35.367 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:17:19 Sep 20 21:15:35.367 INFO kablam! | Sep 20 21:15:35.367 INFO kablam! 17 | use syntax::util::small_vector::SmallVector; Sep 20 21:15:35.367 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 21:15:35.367 INFO kablam! Sep 20 21:15:35.554 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 20 21:15:35.554 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:49:30 Sep 20 21:15:35.554 INFO kablam! | Sep 20 21:15:35.554 INFO kablam! 49 | let path = Path::new(&cx.codemap().span_to_filename(sp)).parent().unwrap().join(&fname); Sep 20 21:15:35.554 INFO kablam! | ^^^^^^^ Sep 20 21:15:35.554 INFO kablam! Sep 20 21:15:35.574 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 20 21:15:35.574 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:57:8 Sep 20 21:15:35.574 INFO kablam! | Sep 20 21:15:35.574 INFO kablam! 57 | cx.codemap().new_filemap(format!("{}", path.display()), None, "".to_string()); Sep 20 21:15:35.574 INFO kablam! | ^^^^^^^ Sep 20 21:15:35.574 INFO kablam! Sep 20 21:15:35.611 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::From<&str>` is not satisfied Sep 20 21:15:35.611 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:71:85 Sep 20 21:15:35.611 INFO kablam! | Sep 20 21:15:35.611 INFO kablam! 71 | let mut p = parse::new_parser_from_source_str(&cx.parse_sess, "".into(), code); Sep 20 21:15:35.611 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `syntax_pos::FileName` Sep 20 21:15:35.611 INFO kablam! | Sep 20 21:15:35.611 INFO kablam! = help: the following implementations were found: Sep 20 21:15:35.611 INFO kablam! > Sep 20 21:15:35.611 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 20 21:15:35.611 INFO kablam! Sep 20 21:15:35.682 INFO kablam! error: aborting due to 5 previous errors Sep 20 21:15:35.682 INFO kablam! Sep 20 21:15:35.682 INFO kablam! Some errors occurred: E0277, E0432, E0599. Sep 20 21:15:35.682 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 20 21:15:35.698 INFO kablam! error: Could not compile `peg-syntax-ext`. Sep 20 21:15:35.698 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 21:15:37.376 INFO kablam! error: build failed Sep 20 21:15:37.377 INFO kablam! su: No module specific data is present Sep 20 21:15:38.399 INFO running `"docker" "rm" "-f" "b7775517e5ecf4110719e2c2bce233dd959a5d630e91e1e157f8e134b9e3d692"` Sep 20 21:15:38.511 INFO blam! b7775517e5ecf4110719e2c2bce233dd959a5d630e91e1e157f8e134b9e3d692