Sep 14 02:57:32.293 INFO checking rustyrazorblade/TotalRecallDB against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 02:57:32.293 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 02:57:32.293 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 02:57:32.682 INFO blam! f30464e9569c5730d07fff8e756b15cf3611606801602fa3734dcfe82ed926ae Sep 14 02:57:32.691 INFO running `"docker" "start" "-a" "f30464e9569c5730d07fff8e756b15cf3611606801602fa3734dcfe82ed926ae"` Sep 14 02:57:33.665 INFO kablam! usermod: no changes Sep 14 02:57:33.758 INFO kablam! Checking libc v0.2.18 Sep 14 02:57:33.763 INFO kablam! Checking utf8-ranges v0.1.3 Sep 14 02:57:33.763 INFO kablam! Checking regex-syntax v0.3.9 Sep 14 02:57:33.763 INFO kablam! Compiling quote v0.3.10 Sep 14 02:57:33.763 INFO kablam! Checking strsim v0.5.2 Sep 14 02:57:33.799 INFO kablam! Checking log v0.3.6 Sep 14 02:57:33.799 INFO kablam! Checking vec_map v0.6.0 Sep 14 02:57:34.911 INFO kablam! Checking unicode-segmentation v0.1.3 Sep 14 02:57:35.016 INFO kablam! Checking byteorder v0.5.3 Sep 14 02:57:35.028 INFO kablam! Checking uuid v0.3.1 Sep 14 02:57:35.082 INFO kablam! Checking nom v2.0.1 Sep 14 02:57:35.100 INFO kablam! Checking peg v0.4.0 Sep 14 02:57:35.230 INFO kablam! Checking memchr v0.1.11 Sep 14 02:57:35.635 INFO kablam! Checking term_size v0.2.1 Sep 14 02:57:35.694 INFO kablam! Checking rand v0.3.15 Sep 14 02:57:35.799 INFO kablam! Checking termion v1.1.4 Sep 14 02:57:35.891 INFO kablam! Checking aho-corasick v0.5.3 Sep 14 02:57:36.099 INFO kablam! Checking clap v2.19.2 Sep 14 02:57:36.139 INFO kablam! Checking thread-id v2.0.0 Sep 14 02:57:37.082 INFO kablam! Checking thread_local v0.2.7 Sep 14 02:57:40.563 INFO kablam! Checking regex v0.1.80 Sep 14 02:57:41.692 INFO kablam! Checking tempdir v0.3.5 Sep 14 02:57:44.727 INFO kablam! Compiling peg-syntax-ext v0.4.2 Sep 14 02:57:46.547 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 02:57:46.547 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:10:5 Sep 14 02:57:46.547 INFO kablam! | Sep 14 02:57:46.547 INFO kablam! 10 | use syntax::codemap; Sep 14 02:57:46.547 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 14 02:57:46.547 INFO kablam! Sep 14 02:57:46.547 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 14 02:57:46.547 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:17:19 Sep 14 02:57:46.547 INFO kablam! | Sep 14 02:57:46.547 INFO kablam! 17 | use syntax::util::small_vector::SmallVector; Sep 14 02:57:46.547 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 14 02:57:46.547 INFO kablam! Sep 14 02:57:46.939 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 14 02:57:46.939 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:49:30 Sep 14 02:57:46.939 INFO kablam! | Sep 14 02:57:46.939 INFO kablam! 49 | let path = Path::new(&cx.codemap().span_to_filename(sp)).parent().unwrap().join(&fname); Sep 14 02:57:46.939 INFO kablam! | ^^^^^^^ Sep 14 02:57:46.939 INFO kablam! Sep 14 02:57:46.987 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 14 02:57:46.987 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:57:8 Sep 14 02:57:46.987 INFO kablam! | Sep 14 02:57:46.987 INFO kablam! 57 | cx.codemap().new_filemap(format!("{}", path.display()), None, "".to_string()); Sep 14 02:57:46.987 INFO kablam! | ^^^^^^^ Sep 14 02:57:46.991 INFO kablam! Sep 14 02:57:47.035 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::From<&str>` is not satisfied Sep 14 02:57:47.035 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.4.2/lib.rs:71:85 Sep 14 02:57:47.035 INFO kablam! | Sep 14 02:57:47.035 INFO kablam! 71 | let mut p = parse::new_parser_from_source_str(&cx.parse_sess, "".into(), code); Sep 14 02:57:47.035 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `syntax_pos::FileName` Sep 14 02:57:47.035 INFO kablam! | Sep 14 02:57:47.035 INFO kablam! = help: the following implementations were found: Sep 14 02:57:47.035 INFO kablam! > Sep 14 02:57:47.035 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 14 02:57:47.035 INFO kablam! Sep 14 02:57:47.095 INFO kablam! error: aborting due to 5 previous errors Sep 14 02:57:47.095 INFO kablam! Sep 14 02:57:47.095 INFO kablam! Some errors occurred: E0277, E0432, E0599. Sep 14 02:57:47.095 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 14 02:57:47.119 INFO kablam! error: Could not compile `peg-syntax-ext`. Sep 14 02:57:47.119 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 02:57:48.551 INFO kablam! error: build failed Sep 14 02:57:48.551 INFO kablam! su: No module specific data is present Sep 14 02:57:49.717 INFO running `"docker" "rm" "-f" "f30464e9569c5730d07fff8e756b15cf3611606801602fa3734dcfe82ed926ae"` Sep 14 02:57:49.991 INFO blam! f30464e9569c5730d07fff8e756b15cf3611606801602fa3734dcfe82ed926ae