Sep 19 23:00:19.882 INFO checking peg-syntax-ext-0.5.6 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 23:00:19.882 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 23:00:19.883 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:00:20.096 INFO blam! 1bd85a93eae2a8bc5e2e75dccfd1fff1ee025c349b6a29f2a0ec331a333a02c5 Sep 19 23:00:20.098 INFO running `"docker" "start" "-a" "1bd85a93eae2a8bc5e2e75dccfd1fff1ee025c349b6a29f2a0ec331a333a02c5"` Sep 19 23:00:21.592 INFO kablam! usermod: no changes Sep 19 23:00:21.635 INFO kablam! Compiling peg v0.5.4 Sep 19 23:00:23.308 INFO kablam! Checking peg-syntax-ext v0.5.6 (/source) Sep 19 23:00:28.076 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 23:00:28.076 INFO kablam! --> lib.rs:9:5 Sep 19 23:00:28.076 INFO kablam! | Sep 19 23:00:28.076 INFO kablam! 9 | use syntax::codemap; Sep 19 23:00:28.076 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 19 23:00:28.076 INFO kablam! Sep 19 23:00:28.082 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 23:00:28.083 INFO kablam! --> lib.rs:10:13 Sep 19 23:00:28.083 INFO kablam! | Sep 19 23:00:28.083 INFO kablam! 10 | use syntax::codemap::FileName; Sep 19 23:00:28.083 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 23:00:28.083 INFO kablam! Sep 19 23:00:28.400 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 19 23:00:28.400 INFO kablam! --> lib.rs:48:25 Sep 19 23:00:28.400 INFO kablam! | Sep 19 23:00:28.400 INFO kablam! 48 | let path = match cx.codemap().span_to_filename(sp) { Sep 19 23:00:28.400 INFO kablam! | ^^^^^^^ Sep 19 23:00:28.422 INFO kablam! Sep 19 23:00:28.439 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 19 23:00:28.439 INFO kablam! --> lib.rs:62:8 Sep 19 23:00:28.439 INFO kablam! | Sep 19 23:00:28.439 INFO kablam! 62 | cx.codemap().new_filemap(path.into(), "".to_string()); Sep 19 23:00:28.439 INFO kablam! | ^^^^^^^ Sep 19 23:00:28.462 INFO kablam! Sep 19 23:00:28.518 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 23:00:28.518 INFO kablam! --> lib.rs:9:5 Sep 19 23:00:28.518 INFO kablam! | Sep 19 23:00:28.518 INFO kablam! 9 | use syntax::codemap; Sep 19 23:00:28.518 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 19 23:00:28.518 INFO kablam! Sep 19 23:00:28.518 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 23:00:28.518 INFO kablam! --> lib.rs:10:13 Sep 19 23:00:28.518 INFO kablam! | Sep 19 23:00:28.518 INFO kablam! 10 | use syntax::codemap::FileName; Sep 19 23:00:28.518 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 23:00:28.518 INFO kablam! Sep 19 23:00:28.542 INFO kablam! error[E0599]: no function or associated item named `one` found for type `smallvec::SmallVec<[_; 1]>` in the current scope Sep 19 23:00:28.542 INFO kablam! --> lib.rs:85:21 Sep 19 23:00:28.542 INFO kablam! | Sep 19 23:00:28.542 INFO kablam! 85 | MacEager::items(OneVector::one(module)) Sep 19 23:00:28.542 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `smallvec::SmallVec<[_; 1]>` Sep 19 23:00:28.542 INFO kablam! Sep 19 23:00:28.590 INFO kablam! error: aborting due to 5 previous errors Sep 19 23:00:28.590 INFO kablam! Sep 19 23:00:28.590 INFO kablam! Some errors occurred: E0432, E0599. Sep 19 23:00:28.590 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 23:00:28.623 INFO kablam! error: Could not compile `peg-syntax-ext`. Sep 19 23:00:28.623 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:00:28.686 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 19 23:00:28.686 INFO kablam! --> lib.rs:48:25 Sep 19 23:00:28.686 INFO kablam! | Sep 19 23:00:28.686 INFO kablam! 48 | let path = match cx.codemap().span_to_filename(sp) { Sep 19 23:00:28.686 INFO kablam! | ^^^^^^^ Sep 19 23:00:28.686 INFO kablam! Sep 19 23:00:28.698 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 19 23:00:28.698 INFO kablam! --> lib.rs:62:8 Sep 19 23:00:28.698 INFO kablam! | Sep 19 23:00:28.698 INFO kablam! 62 | cx.codemap().new_filemap(path.into(), "".to_string()); Sep 19 23:00:28.698 INFO kablam! | ^^^^^^^ Sep 19 23:00:28.698 INFO kablam! Sep 19 23:00:28.730 INFO kablam! error[E0599]: no function or associated item named `one` found for type `smallvec::SmallVec<[_; 1]>` in the current scope Sep 19 23:00:28.730 INFO kablam! --> lib.rs:85:21 Sep 19 23:00:28.730 INFO kablam! | Sep 19 23:00:28.730 INFO kablam! 85 | MacEager::items(OneVector::one(module)) Sep 19 23:00:28.730 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `smallvec::SmallVec<[_; 1]>` Sep 19 23:00:28.730 INFO kablam! Sep 19 23:00:28.758 INFO kablam! error: aborting due to 5 previous errors Sep 19 23:00:28.759 INFO kablam! Sep 19 23:00:28.762 INFO kablam! Some errors occurred: E0432, E0599. Sep 19 23:00:28.762 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 23:00:28.774 INFO kablam! error: Could not compile `peg-syntax-ext`. Sep 19 23:00:28.774 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:00:29.578 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 23:00:29.578 INFO kablam! --> lib.rs:9:5 Sep 19 23:00:29.578 INFO kablam! | Sep 19 23:00:29.578 INFO kablam! 9 | use syntax::codemap; Sep 19 23:00:29.578 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 19 23:00:29.578 INFO kablam! Sep 19 23:00:29.578 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 23:00:29.578 INFO kablam! --> lib.rs:10:13 Sep 19 23:00:29.578 INFO kablam! | Sep 19 23:00:29.578 INFO kablam! 10 | use syntax::codemap::FileName; Sep 19 23:00:29.578 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 23:00:29.578 INFO kablam! Sep 19 23:00:29.669 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 19 23:00:29.669 INFO kablam! --> lib.rs:48:25 Sep 19 23:00:29.669 INFO kablam! | Sep 19 23:00:29.669 INFO kablam! 48 | let path = match cx.codemap().span_to_filename(sp) { Sep 19 23:00:29.669 INFO kablam! | ^^^^^^^ Sep 19 23:00:29.669 INFO kablam! Sep 19 23:00:29.682 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 19 23:00:29.682 INFO kablam! --> lib.rs:62:8 Sep 19 23:00:29.682 INFO kablam! | Sep 19 23:00:29.682 INFO kablam! 62 | cx.codemap().new_filemap(path.into(), "".to_string()); Sep 19 23:00:29.682 INFO kablam! | ^^^^^^^ Sep 19 23:00:29.682 INFO kablam! Sep 19 23:00:29.714 INFO kablam! error[E0599]: no function or associated item named `one` found for type `smallvec::SmallVec<[_; 1]>` in the current scope Sep 19 23:00:29.714 INFO kablam! --> lib.rs:85:21 Sep 19 23:00:29.714 INFO kablam! | Sep 19 23:00:29.714 INFO kablam! 85 | MacEager::items(OneVector::one(module)) Sep 19 23:00:29.714 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `smallvec::SmallVec<[_; 1]>` Sep 19 23:00:29.714 INFO kablam! Sep 19 23:00:29.739 INFO kablam! error: aborting due to 5 previous errors Sep 19 23:00:29.740 INFO kablam! Sep 19 23:00:29.740 INFO kablam! Some errors occurred: E0432, E0599. Sep 19 23:00:29.740 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 23:00:29.755 INFO kablam! error: Could not compile `peg-syntax-ext`. Sep 19 23:00:29.755 INFO kablam! Sep 19 23:00:29.755 INFO kablam! To learn more, run the command again with --verbose. Sep 19 23:00:29.757 INFO kablam! su: No module specific data is present Sep 19 23:00:30.362 INFO running `"docker" "rm" "-f" "1bd85a93eae2a8bc5e2e75dccfd1fff1ee025c349b6a29f2a0ec331a333a02c5"` Sep 19 23:00:30.451 INFO blam! 1bd85a93eae2a8bc5e2e75dccfd1fff1ee025c349b6a29f2a0ec331a333a02c5