Sep 20 03:58:41.594 INFO checking cargo-src-0.1.4 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 03:58:41.594 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 03:58:41.594 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:58:41.899 INFO blam! 375a15cf1531e80425352ef50faa2998b507624ff85248bd5b587506e84b20e1 Sep 20 03:58:41.915 INFO running `"docker" "start" "-a" "375a15cf1531e80425352ef50faa2998b507624ff85248bd5b587506e84b20e1"` Sep 20 03:58:42.947 INFO kablam! usermod: no changes Sep 20 03:58:43.322 INFO kablam! Checking rls-blacklist v0.1.2 Sep 20 03:58:43.326 INFO kablam! Checking rustdoc-highlight v0.1.5 Sep 20 03:58:43.327 INFO kablam! Checking rls-data v0.16.0 Sep 20 03:58:43.327 INFO kablam! Checking rls-vfs v0.4.6 Sep 20 03:58:43.333 INFO kablam! Compiling cargo-src v0.1.4 (/source) Sep 20 03:58:44.917 INFO kablam! Checking rls-analysis v0.13.0 Sep 20 03:58:52.427 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 03:58:52.427 INFO kablam! --> src/highlight.rs:22:13 Sep 20 03:58:52.427 INFO kablam! | Sep 20 03:58:52.427 INFO kablam! 22 | use syntax::codemap::{CodeMap, FilePathMapping, Loc}; Sep 20 03:58:52.427 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 03:58:52.427 INFO kablam! Sep 20 03:58:52.614 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 03:58:52.614 INFO kablam! --> src/highlight.rs:22:13 Sep 20 03:58:52.614 INFO kablam! | Sep 20 03:58:52.614 INFO kablam! 22 | use syntax::codemap::{CodeMap, FilePathMapping, Loc}; Sep 20 03:58:52.614 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 03:58:52.614 INFO kablam! Sep 20 03:58:53.196 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 20 03:58:53.196 INFO kablam! --> src/highlight.rs:40:23 Sep 20 03:58:53.196 INFO kablam! | Sep 20 03:58:53.196 INFO kablam! 40 | let fm = sess.codemap().new_filemap(FileName::Real(PathBuf::from(&file_name)), file_text); Sep 20 03:58:53.197 INFO kablam! | ^^^^^^^ Sep 20 03:58:53.197 INFO kablam! Sep 20 03:58:53.214 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 20 03:58:53.215 INFO kablam! --> src/highlight.rs:42:69 Sep 20 03:58:53.215 INFO kablam! | Sep 20 03:58:53.215 INFO kablam! 42 | let mut out = Highlighter::new(analysis, project_path, sess.codemap()); Sep 20 03:58:53.215 INFO kablam! | ^^^^^^^ Sep 20 03:58:53.215 INFO kablam! Sep 20 03:58:53.217 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 20 03:58:53.217 INFO kablam! --> src/highlight.rs:46:94 Sep 20 03:58:53.217 INFO kablam! | Sep 20 03:58:53.217 INFO kablam! 46 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 20 03:58:53.217 INFO kablam! | ^^^^^^^ Sep 20 03:58:53.217 INFO kablam! Sep 20 03:58:53.410 INFO kablam! error: aborting due to 4 previous errors Sep 20 03:58:53.411 INFO kablam! Sep 20 03:58:53.411 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 03:58:53.411 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 03:58:53.421 INFO kablam! error: Could not compile `cargo-src`. Sep 20 03:58:53.422 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:58:53.503 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 20 03:58:53.503 INFO kablam! --> src/highlight.rs:40:23 Sep 20 03:58:53.503 INFO kablam! | Sep 20 03:58:53.503 INFO kablam! 40 | let fm = sess.codemap().new_filemap(FileName::Real(PathBuf::from(&file_name)), file_text); Sep 20 03:58:53.503 INFO kablam! | ^^^^^^^ Sep 20 03:58:53.503 INFO kablam! Sep 20 03:58:53.511 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 20 03:58:53.511 INFO kablam! --> src/highlight.rs:42:69 Sep 20 03:58:53.511 INFO kablam! | Sep 20 03:58:53.511 INFO kablam! 42 | let mut out = Highlighter::new(analysis, project_path, sess.codemap()); Sep 20 03:58:53.511 INFO kablam! | ^^^^^^^ Sep 20 03:58:53.511 INFO kablam! Sep 20 03:58:53.519 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 20 03:58:53.519 INFO kablam! --> src/highlight.rs:46:94 Sep 20 03:58:53.519 INFO kablam! | Sep 20 03:58:53.519 INFO kablam! 46 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 20 03:58:53.519 INFO kablam! | ^^^^^^^ Sep 20 03:58:53.519 INFO kablam! Sep 20 03:58:53.685 INFO kablam! error: aborting due to 4 previous errors Sep 20 03:58:53.685 INFO kablam! Sep 20 03:58:53.685 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 03:58:53.686 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 03:58:53.716 INFO kablam! error: Could not compile `cargo-src`. Sep 20 03:58:53.716 INFO kablam! Sep 20 03:58:53.716 INFO kablam! To learn more, run the command again with --verbose. Sep 20 03:58:53.718 INFO kablam! su: No module specific data is present Sep 20 03:58:54.249 INFO running `"docker" "rm" "-f" "375a15cf1531e80425352ef50faa2998b507624ff85248bd5b587506e84b20e1"` Sep 20 03:58:54.393 INFO blam! 375a15cf1531e80425352ef50faa2998b507624ff85248bd5b587506e84b20e1