Sep 14 18:43:30.513 INFO checking cargo-src-0.1.4 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 18:43:30.513 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 18:43:30.513 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 18:43:30.676 INFO blam! 081acef39adddd471bf2dd111d337c547ba06cefda7015b6db8b5febad4b06eb Sep 14 18:43:30.678 INFO running `"docker" "start" "-a" "081acef39adddd471bf2dd111d337c547ba06cefda7015b6db8b5febad4b06eb"` Sep 14 18:43:31.249 INFO kablam! usermod: no changes Sep 14 18:43:31.515 INFO kablam! Checking rls-blacklist v0.1.2 Sep 14 18:43:31.519 INFO kablam! Checking rls-span v0.4.0 Sep 14 18:43:31.523 INFO kablam! Checking rustdoc-highlight v0.1.5 Sep 14 18:43:31.523 INFO kablam! Compiling cargo-src v0.1.4 (file:///source) Sep 14 18:43:33.440 INFO kablam! Checking rls-data v0.16.0 Sep 14 18:43:33.442 INFO kablam! Checking rls-vfs v0.4.6 Sep 14 18:43:36.051 INFO kablam! Checking rls-analysis v0.13.0 Sep 14 18:43:42.471 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 18:43:42.471 INFO kablam! --> src/highlight.rs:22:13 Sep 14 18:43:42.471 INFO kablam! | Sep 14 18:43:42.471 INFO kablam! 22 | use syntax::codemap::{CodeMap, FilePathMapping, Loc}; Sep 14 18:43:42.471 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 14 18:43:42.471 INFO kablam! Sep 14 18:43:42.525 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 18:43:42.525 INFO kablam! --> src/highlight.rs:22:13 Sep 14 18:43:42.525 INFO kablam! | Sep 14 18:43:42.525 INFO kablam! 22 | use syntax::codemap::{CodeMap, FilePathMapping, Loc}; Sep 14 18:43:42.525 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 14 18:43:42.526 INFO kablam! Sep 14 18:43:43.343 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 14 18:43:43.343 INFO kablam! --> src/highlight.rs:40:23 Sep 14 18:43:43.343 INFO kablam! | Sep 14 18:43:43.343 INFO kablam! 40 | let fm = sess.codemap().new_filemap(FileName::Real(PathBuf::from(&file_name)), file_text); Sep 14 18:43:43.343 INFO kablam! | ^^^^^^^ Sep 14 18:43:43.343 INFO kablam! Sep 14 18:43:43.352 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 14 18:43:43.352 INFO kablam! --> src/highlight.rs:42:69 Sep 14 18:43:43.352 INFO kablam! | Sep 14 18:43:43.352 INFO kablam! 42 | let mut out = Highlighter::new(analysis, project_path, sess.codemap()); Sep 14 18:43:43.352 INFO kablam! | ^^^^^^^ Sep 14 18:43:43.352 INFO kablam! Sep 14 18:43:43.362 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 14 18:43:43.362 INFO kablam! --> src/highlight.rs:46:94 Sep 14 18:43:43.362 INFO kablam! | Sep 14 18:43:43.362 INFO kablam! 46 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 14 18:43:43.362 INFO kablam! | ^^^^^^^ Sep 14 18:43:43.362 INFO kablam! Sep 14 18:43:43.454 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 14 18:43:43.454 INFO kablam! --> src/highlight.rs:40:23 Sep 14 18:43:43.454 INFO kablam! | Sep 14 18:43:43.454 INFO kablam! 40 | let fm = sess.codemap().new_filemap(FileName::Real(PathBuf::from(&file_name)), file_text); Sep 14 18:43:43.454 INFO kablam! | ^^^^^^^ Sep 14 18:43:43.454 INFO kablam! Sep 14 18:43:43.463 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 14 18:43:43.463 INFO kablam! --> src/highlight.rs:42:69 Sep 14 18:43:43.463 INFO kablam! | Sep 14 18:43:43.463 INFO kablam! 42 | let mut out = Highlighter::new(analysis, project_path, sess.codemap()); Sep 14 18:43:43.463 INFO kablam! | ^^^^^^^ Sep 14 18:43:43.463 INFO kablam! Sep 14 18:43:43.473 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 14 18:43:43.473 INFO kablam! --> src/highlight.rs:46:94 Sep 14 18:43:43.473 INFO kablam! | Sep 14 18:43:43.473 INFO kablam! 46 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 14 18:43:43.473 INFO kablam! | ^^^^^^^ Sep 14 18:43:43.473 INFO kablam! Sep 14 18:43:43.555 INFO kablam! error: aborting due to 4 previous errors Sep 14 18:43:43.555 INFO kablam! Sep 14 18:43:43.555 INFO kablam! Some errors occurred: E0432, E0599. Sep 14 18:43:43.555 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 18:43:43.571 INFO kablam! error: Could not compile `cargo-src`. Sep 14 18:43:43.571 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 18:43:43.674 INFO kablam! error: aborting due to 4 previous errors Sep 14 18:43:43.674 INFO kablam! Sep 14 18:43:43.674 INFO kablam! Some errors occurred: E0432, E0599. Sep 14 18:43:43.674 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 18:43:43.702 INFO kablam! error: Could not compile `cargo-src`. Sep 14 18:43:43.702 INFO kablam! Sep 14 18:43:43.702 INFO kablam! To learn more, run the command again with --verbose. Sep 14 18:43:43.703 INFO kablam! su: No module specific data is present Sep 14 18:43:44.244 INFO running `"docker" "rm" "-f" "081acef39adddd471bf2dd111d337c547ba06cefda7015b6db8b5febad4b06eb"` Sep 14 18:43:44.426 INFO blam! 081acef39adddd471bf2dd111d337c547ba06cefda7015b6db8b5febad4b06eb