Sep 21 05:51:05.331 INFO checking peg-syntax-ext-0.5.6 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 05:51:05.331 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 05:51:05.331 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/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 21 05:51:05.545 INFO blam! ea6c87c58e4bf78ebf9ee4c6e486dc90fa87e0a461feb04246b983f357137be2 Sep 21 05:51:05.547 INFO running `"docker" "start" "-a" "ea6c87c58e4bf78ebf9ee4c6e486dc90fa87e0a461feb04246b983f357137be2"` Sep 21 05:51:06.435 INFO kablam! usermod: no changes Sep 21 05:51:06.546 INFO kablam! Checking peg v0.5.4 Sep 21 05:51:06.550 INFO kablam! Compiling peg-syntax-ext v0.5.6 (/source) Sep 21 05:51:10.678 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 21 05:51:10.678 INFO kablam! --> lib.rs:9:5 Sep 21 05:51:10.678 INFO kablam! | Sep 21 05:51:10.678 INFO kablam! 9 | use syntax::codemap; Sep 21 05:51:10.678 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 21 05:51:10.678 INFO kablam! Sep 21 05:51:10.678 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 21 05:51:10.678 INFO kablam! --> lib.rs:10:13 Sep 21 05:51:10.678 INFO kablam! | Sep 21 05:51:10.678 INFO kablam! 10 | use syntax::codemap::FileName; Sep 21 05:51:10.678 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 21 05:51:10.678 INFO kablam! Sep 21 05:51:11.034 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 21 05:51:11.034 INFO kablam! --> lib.rs:48:25 Sep 21 05:51:11.035 INFO kablam! | Sep 21 05:51:11.035 INFO kablam! 48 | let path = match cx.codemap().span_to_filename(sp) { Sep 21 05:51:11.035 INFO kablam! | ^^^^^^^ Sep 21 05:51:11.035 INFO kablam! Sep 21 05:51:11.055 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 21 05:51:11.055 INFO kablam! --> lib.rs:62:8 Sep 21 05:51:11.055 INFO kablam! | Sep 21 05:51:11.055 INFO kablam! 62 | cx.codemap().new_filemap(path.into(), "".to_string()); Sep 21 05:51:11.055 INFO kablam! | ^^^^^^^ Sep 21 05:51:11.055 INFO kablam! Sep 21 05:51:11.106 INFO kablam! error[E0599]: no function or associated item named `one` found for type `smallvec::SmallVec<[_; 1]>` in the current scope Sep 21 05:51:11.106 INFO kablam! --> lib.rs:85:21 Sep 21 05:51:11.106 INFO kablam! | Sep 21 05:51:11.106 INFO kablam! 85 | MacEager::items(OneVector::one(module)) Sep 21 05:51:11.106 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `smallvec::SmallVec<[_; 1]>` Sep 21 05:51:11.106 INFO kablam! Sep 21 05:51:11.164 INFO kablam! error: aborting due to 5 previous errors Sep 21 05:51:11.164 INFO kablam! Sep 21 05:51:11.164 INFO kablam! Some errors occurred: E0432, E0599. Sep 21 05:51:11.164 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 05:51:11.192 INFO kablam! error: Could not compile `peg-syntax-ext`. Sep 21 05:51:11.192 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:51:11.682 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 21 05:51:11.682 INFO kablam! --> lib.rs:9:5 Sep 21 05:51:11.682 INFO kablam! | Sep 21 05:51:11.682 INFO kablam! 9 | use syntax::codemap; Sep 21 05:51:11.682 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 21 05:51:11.682 INFO kablam! Sep 21 05:51:11.682 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 21 05:51:11.682 INFO kablam! --> lib.rs:10:13 Sep 21 05:51:11.682 INFO kablam! | Sep 21 05:51:11.682 INFO kablam! 10 | use syntax::codemap::FileName; Sep 21 05:51:11.682 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 21 05:51:11.682 INFO kablam! Sep 21 05:51:11.786 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 21 05:51:11.786 INFO kablam! --> lib.rs:9:5 Sep 21 05:51:11.786 INFO kablam! | Sep 21 05:51:11.786 INFO kablam! 9 | use syntax::codemap; Sep 21 05:51:11.786 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 21 05:51:11.786 INFO kablam! Sep 21 05:51:11.787 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 21 05:51:11.787 INFO kablam! --> lib.rs:10:13 Sep 21 05:51:11.787 INFO kablam! | Sep 21 05:51:11.787 INFO kablam! 10 | use syntax::codemap::FileName; Sep 21 05:51:11.787 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 21 05:51:11.787 INFO kablam! Sep 21 05:51:11.794 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 21 05:51:11.794 INFO kablam! --> lib.rs:48:25 Sep 21 05:51:11.794 INFO kablam! | Sep 21 05:51:11.794 INFO kablam! 48 | let path = match cx.codemap().span_to_filename(sp) { Sep 21 05:51:11.794 INFO kablam! | ^^^^^^^ Sep 21 05:51:11.794 INFO kablam! Sep 21 05:51:11.810 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 21 05:51:11.810 INFO kablam! --> lib.rs:62:8 Sep 21 05:51:11.810 INFO kablam! | Sep 21 05:51:11.810 INFO kablam! 62 | cx.codemap().new_filemap(path.into(), "".to_string()); Sep 21 05:51:11.810 INFO kablam! | ^^^^^^^ Sep 21 05:51:11.810 INFO kablam! Sep 21 05:51:11.846 INFO kablam! error[E0599]: no function or associated item named `one` found for type `smallvec::SmallVec<[_; 1]>` in the current scope Sep 21 05:51:11.846 INFO kablam! --> lib.rs:85:21 Sep 21 05:51:11.846 INFO kablam! | Sep 21 05:51:11.846 INFO kablam! 85 | MacEager::items(OneVector::one(module)) Sep 21 05:51:11.846 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `smallvec::SmallVec<[_; 1]>` Sep 21 05:51:11.846 INFO kablam! Sep 21 05:51:11.872 INFO kablam! error: aborting due to 5 previous errors Sep 21 05:51:11.872 INFO kablam! Sep 21 05:51:11.872 INFO kablam! Some errors occurred: E0432, E0599. Sep 21 05:51:11.872 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 05:51:11.878 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 21 05:51:11.878 INFO kablam! --> lib.rs:48:25 Sep 21 05:51:11.878 INFO kablam! | Sep 21 05:51:11.878 INFO kablam! 48 | let path = match cx.codemap().span_to_filename(sp) { Sep 21 05:51:11.878 INFO kablam! | ^^^^^^^ Sep 21 05:51:11.878 INFO kablam! Sep 21 05:51:11.888 INFO kablam! error: Could not compile `peg-syntax-ext`. Sep 21 05:51:11.888 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:51:11.893 INFO kablam! error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 21 05:51:11.893 INFO kablam! --> lib.rs:62:8 Sep 21 05:51:11.893 INFO kablam! | Sep 21 05:51:11.893 INFO kablam! 62 | cx.codemap().new_filemap(path.into(), "".to_string()); Sep 21 05:51:11.893 INFO kablam! | ^^^^^^^ Sep 21 05:51:11.894 INFO kablam! Sep 21 05:51:11.926 INFO kablam! error[E0599]: no function or associated item named `one` found for type `smallvec::SmallVec<[_; 1]>` in the current scope Sep 21 05:51:11.926 INFO kablam! --> lib.rs:85:21 Sep 21 05:51:11.926 INFO kablam! | Sep 21 05:51:11.926 INFO kablam! 85 | MacEager::items(OneVector::one(module)) Sep 21 05:51:11.926 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `smallvec::SmallVec<[_; 1]>` Sep 21 05:51:11.926 INFO kablam! Sep 21 05:51:11.952 INFO kablam! error: aborting due to 5 previous errors Sep 21 05:51:11.952 INFO kablam! Sep 21 05:51:11.952 INFO kablam! Some errors occurred: E0432, E0599. Sep 21 05:51:11.952 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 05:51:11.968 INFO kablam! error: Could not compile `peg-syntax-ext`. Sep 21 05:51:11.968 INFO kablam! Sep 21 05:51:11.968 INFO kablam! To learn more, run the command again with --verbose. Sep 21 05:51:11.969 INFO kablam! su: No module specific data is present Sep 21 05:51:12.452 INFO running `"docker" "rm" "-f" "ea6c87c58e4bf78ebf9ee4c6e486dc90fa87e0a461feb04246b983f357137be2"` Sep 21 05:51:12.536 INFO blam! ea6c87c58e4bf78ebf9ee4c6e486dc90fa87e0a461feb04246b983f357137be2