Sep 20 05:38:35.727 INFO checking cargo-src-0.1.4 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 05:38:35.727 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 05:38:35.727 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 05:38:35.988 INFO blam! 00a1718ed1b2582d298ca1f566bac640f2dfd3704f838ca49b9c592976ee31a0 Sep 20 05:38:35.990 INFO running `"docker" "start" "-a" "00a1718ed1b2582d298ca1f566bac640f2dfd3704f838ca49b9c592976ee31a0"` Sep 20 05:38:36.950 INFO kablam! usermod: no changes Sep 20 05:38:37.556 INFO kablam! Checking rls-blacklist v0.1.2 Sep 20 05:38:37.560 INFO kablam! Checking rustdoc-highlight v0.1.5 Sep 20 05:38:37.561 INFO kablam! Compiling cargo-src v0.1.4 (/source) Sep 20 05:38:37.561 INFO kablam! Checking rls-data v0.16.0 Sep 20 05:38:37.561 INFO kablam! Checking rls-vfs v0.4.6 Sep 20 05:38:40.470 INFO kablam! Checking rls-analysis v0.13.0 Sep 20 05:38:47.466 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 05:38:47.466 INFO kablam! --> src/highlight.rs:22:13 Sep 20 05:38:47.466 INFO kablam! | Sep 20 05:38:47.466 INFO kablam! 22 | use syntax::codemap::{CodeMap, FilePathMapping, Loc}; Sep 20 05:38:47.466 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 05:38:47.466 INFO kablam! Sep 20 05:38:47.599 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 05:38:47.599 INFO kablam! --> src/highlight.rs:22:13 Sep 20 05:38:47.599 INFO kablam! | Sep 20 05:38:47.599 INFO kablam! 22 | use syntax::codemap::{CodeMap, FilePathMapping, Loc}; Sep 20 05:38:47.599 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 05:38:47.599 INFO kablam! Sep 20 05:38:48.350 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 20 05:38:48.350 INFO kablam! --> src/highlight.rs:40:23 Sep 20 05:38:48.350 INFO kablam! | Sep 20 05:38:48.351 INFO kablam! 40 | let fm = sess.codemap().new_filemap(FileName::Real(PathBuf::from(&file_name)), file_text); Sep 20 05:38:48.351 INFO kablam! | ^^^^^^^ Sep 20 05:38:48.351 INFO kablam! Sep 20 05:38:48.356 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 20 05:38:48.357 INFO kablam! --> src/highlight.rs:42:69 Sep 20 05:38:48.357 INFO kablam! | Sep 20 05:38:48.358 INFO kablam! 42 | let mut out = Highlighter::new(analysis, project_path, sess.codemap()); Sep 20 05:38:48.358 INFO kablam! | ^^^^^^^ Sep 20 05:38:48.358 INFO kablam! Sep 20 05:38:48.366 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 20 05:38:48.366 INFO kablam! --> src/highlight.rs:46:94 Sep 20 05:38:48.367 INFO kablam! | Sep 20 05:38:48.367 INFO kablam! 46 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 20 05:38:48.368 INFO kablam! | ^^^^^^^ Sep 20 05:38:48.368 INFO kablam! Sep 20 05:38:48.442 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 20 05:38:48.442 INFO kablam! --> src/highlight.rs:40:23 Sep 20 05:38:48.442 INFO kablam! | Sep 20 05:38:48.442 INFO kablam! 40 | let fm = sess.codemap().new_filemap(FileName::Real(PathBuf::from(&file_name)), file_text); Sep 20 05:38:48.442 INFO kablam! | ^^^^^^^ Sep 20 05:38:48.442 INFO kablam! Sep 20 05:38:48.457 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 20 05:38:48.457 INFO kablam! --> src/highlight.rs:42:69 Sep 20 05:38:48.457 INFO kablam! | Sep 20 05:38:48.457 INFO kablam! 42 | let mut out = Highlighter::new(analysis, project_path, sess.codemap()); Sep 20 05:38:48.457 INFO kablam! | ^^^^^^^ Sep 20 05:38:48.457 INFO kablam! Sep 20 05:38:48.470 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 20 05:38:48.470 INFO kablam! --> src/highlight.rs:46:94 Sep 20 05:38:48.470 INFO kablam! | Sep 20 05:38:48.470 INFO kablam! 46 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 20 05:38:48.470 INFO kablam! | ^^^^^^^ Sep 20 05:38:48.470 INFO kablam! Sep 20 05:38:48.567 INFO kablam! error: aborting due to 4 previous errors Sep 20 05:38:48.567 INFO kablam! Sep 20 05:38:48.567 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 05:38:48.567 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 05:38:48.584 INFO kablam! error: Could not compile `cargo-src`. Sep 20 05:38:48.584 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 05:38:48.609 INFO kablam! error: aborting due to 4 previous errors Sep 20 05:38:48.609 INFO kablam! Sep 20 05:38:48.609 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 05:38:48.609 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 05:38:48.638 INFO kablam! error: Could not compile `cargo-src`. Sep 20 05:38:48.638 INFO kablam! Sep 20 05:38:48.638 INFO kablam! To learn more, run the command again with --verbose. Sep 20 05:38:48.640 INFO kablam! su: No module specific data is present Sep 20 05:38:49.304 INFO running `"docker" "rm" "-f" "00a1718ed1b2582d298ca1f566bac640f2dfd3704f838ca49b9c592976ee31a0"` Sep 20 05:38:49.411 INFO blam! 00a1718ed1b2582d298ca1f566bac640f2dfd3704f838ca49b9c592976ee31a0