Sep 04 04:41:06.888 INFO checking rustdoc-highlight-0.1.4 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 04:41:06.888 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 04:41:06.888 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:41:07.070 INFO blam! bb71d0028249dd29279cc54d82e89c46e6fd860625f1acc21390ceee24cddcec Sep 04 04:41:07.071 INFO running `"docker" "start" "-a" "bb71d0028249dd29279cc54d82e89c46e6fd860625f1acc21390ceee24cddcec"` Sep 04 04:41:07.655 INFO kablam! Checking rustdoc-highlight v0.1.4 (file:///source) Sep 04 04:41:09.413 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 04:41:09.413 INFO kablam! --> src/lib.rs:40:13 Sep 04 04:41:09.413 INFO kablam! | Sep 04 04:41:09.413 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 04 04:41:09.413 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 04:41:09.413 INFO kablam! Sep 04 04:41:09.698 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 04:41:09.698 INFO kablam! --> src/lib.rs:51:19 Sep 04 04:41:09.698 INFO kablam! | Sep 04 04:41:09.698 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 04 04:41:09.698 INFO kablam! | ^^^^^^^ Sep 04 04:41:09.698 INFO kablam! Sep 04 04:41:09.708 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 04:41:09.708 INFO kablam! --> src/lib.rs:56:90 Sep 04 04:41:09.708 INFO kablam! | Sep 04 04:41:09.708 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 04 04:41:09.708 INFO kablam! | ^^^^^^^ Sep 04 04:41:09.708 INFO kablam! Sep 04 04:41:09.722 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 04:41:09.722 INFO kablam! --> src/lib.rs:73:19 Sep 04 04:41:09.722 INFO kablam! | Sep 04 04:41:09.722 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 04 04:41:09.722 INFO kablam! | ^^^^^^^ Sep 04 04:41:09.722 INFO kablam! Sep 04 04:41:09.726 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 04:41:09.726 INFO kablam! --> src/lib.rs:40:13 Sep 04 04:41:09.726 INFO kablam! | Sep 04 04:41:09.726 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 04 04:41:09.726 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 04:41:09.726 INFO kablam! Sep 04 04:41:09.728 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 04:41:09.728 INFO kablam! --> src/lib.rs:76:90 Sep 04 04:41:09.728 INFO kablam! | Sep 04 04:41:09.728 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 04 04:41:09.728 INFO kablam! | ^^^^^^^ Sep 04 04:41:09.728 INFO kablam! Sep 04 04:41:09.817 INFO kablam! error: aborting due to 5 previous errors Sep 04 04:41:09.818 INFO kablam! Sep 04 04:41:09.818 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 04:41:09.818 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 04:41:09.830 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 04 04:41:09.830 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 04:41:10.000 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 04:41:10.000 INFO kablam! --> src/lib.rs:51:19 Sep 04 04:41:10.000 INFO kablam! | Sep 04 04:41:10.000 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 04 04:41:10.000 INFO kablam! | ^^^^^^^ Sep 04 04:41:10.000 INFO kablam! Sep 04 04:41:10.007 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 04:41:10.007 INFO kablam! --> src/lib.rs:56:90 Sep 04 04:41:10.007 INFO kablam! | Sep 04 04:41:10.007 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 04 04:41:10.007 INFO kablam! | ^^^^^^^ Sep 04 04:41:10.007 INFO kablam! Sep 04 04:41:10.018 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 04:41:10.018 INFO kablam! --> src/lib.rs:73:19 Sep 04 04:41:10.018 INFO kablam! | Sep 04 04:41:10.018 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 04 04:41:10.018 INFO kablam! | ^^^^^^^ Sep 04 04:41:10.018 INFO kablam! Sep 04 04:41:10.022 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 04:41:10.022 INFO kablam! --> src/lib.rs:76:90 Sep 04 04:41:10.022 INFO kablam! | Sep 04 04:41:10.022 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 04 04:41:10.022 INFO kablam! | ^^^^^^^ Sep 04 04:41:10.023 INFO kablam! Sep 04 04:41:10.093 INFO kablam! error: aborting due to 5 previous errors Sep 04 04:41:10.093 INFO kablam! Sep 04 04:41:10.093 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 04:41:10.093 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 04:41:10.105 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 04 04:41:10.105 INFO kablam! Sep 04 04:41:10.105 INFO kablam! To learn more, run the command again with --verbose. Sep 04 04:41:10.107 INFO kablam! su: No module specific data is present Sep 04 04:41:10.532 INFO running `"docker" "rm" "-f" "bb71d0028249dd29279cc54d82e89c46e6fd860625f1acc21390ceee24cddcec"` Sep 04 04:41:10.636 INFO blam! bb71d0028249dd29279cc54d82e89c46e6fd860625f1acc21390ceee24cddcec