Sep 17 18:07:33.112 INFO checking rustdoc-highlight-0.1.4 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 18:07:33.112 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 18:07:33.112 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 18:07:33.256 INFO blam! a45a53aa53b995853f920446bd0e11a179cb369655c6333560a81f8ee6991e67 Sep 17 18:07:33.257 INFO running `"docker" "start" "-a" "a45a53aa53b995853f920446bd0e11a179cb369655c6333560a81f8ee6991e67"` Sep 17 18:07:35.062 INFO kablam! usermod: no changes Sep 17 18:07:35.094 INFO kablam! Checking rustdoc-highlight v0.1.4 (/source) Sep 17 18:07:35.859 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 17 18:07:35.859 INFO kablam! --> src/lib.rs:40:13 Sep 17 18:07:35.859 INFO kablam! | Sep 17 18:07:35.859 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 17 18:07:35.859 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 17 18:07:35.859 INFO kablam! Sep 17 18:07:35.880 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 17 18:07:35.880 INFO kablam! --> src/lib.rs:40:13 Sep 17 18:07:35.880 INFO kablam! | Sep 17 18:07:35.880 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 17 18:07:35.880 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 17 18:07:35.880 INFO kablam! Sep 17 18:07:36.013 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 17 18:07:36.013 INFO kablam! --> src/lib.rs:51:19 Sep 17 18:07:36.013 INFO kablam! | Sep 17 18:07:36.013 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 17 18:07:36.013 INFO kablam! | ^^^^^^^ Sep 17 18:07:36.013 INFO kablam! Sep 17 18:07:36.013 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 17 18:07:36.013 INFO kablam! --> src/lib.rs:56:90 Sep 17 18:07:36.013 INFO kablam! | Sep 17 18:07:36.013 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 17 18:07:36.013 INFO kablam! | ^^^^^^^ Sep 17 18:07:36.013 INFO kablam! Sep 17 18:07:36.025 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 17 18:07:36.025 INFO kablam! --> src/lib.rs:73:19 Sep 17 18:07:36.025 INFO kablam! | Sep 17 18:07:36.025 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 17 18:07:36.025 INFO kablam! | ^^^^^^^ Sep 17 18:07:36.025 INFO kablam! Sep 17 18:07:36.031 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 17 18:07:36.031 INFO kablam! --> src/lib.rs:76:90 Sep 17 18:07:36.031 INFO kablam! | Sep 17 18:07:36.031 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 17 18:07:36.031 INFO kablam! | ^^^^^^^ Sep 17 18:07:36.031 INFO kablam! Sep 17 18:07:36.047 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 17 18:07:36.047 INFO kablam! --> src/lib.rs:51:19 Sep 17 18:07:36.047 INFO kablam! | Sep 17 18:07:36.047 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 17 18:07:36.047 INFO kablam! | ^^^^^^^ Sep 17 18:07:36.047 INFO kablam! Sep 17 18:07:36.055 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 17 18:07:36.055 INFO kablam! --> src/lib.rs:56:90 Sep 17 18:07:36.055 INFO kablam! | Sep 17 18:07:36.055 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 17 18:07:36.055 INFO kablam! | ^^^^^^^ Sep 17 18:07:36.055 INFO kablam! Sep 17 18:07:36.063 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 17 18:07:36.063 INFO kablam! --> src/lib.rs:73:19 Sep 17 18:07:36.063 INFO kablam! | Sep 17 18:07:36.063 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 17 18:07:36.063 INFO kablam! | ^^^^^^^ Sep 17 18:07:36.063 INFO kablam! Sep 17 18:07:36.063 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 17 18:07:36.063 INFO kablam! --> src/lib.rs:76:90 Sep 17 18:07:36.063 INFO kablam! | Sep 17 18:07:36.063 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 17 18:07:36.063 INFO kablam! | ^^^^^^^ Sep 17 18:07:36.063 INFO kablam! Sep 17 18:07:36.071 INFO kablam! error: aborting due to 5 previous errors Sep 17 18:07:36.071 INFO kablam! Sep 17 18:07:36.071 INFO kablam! Some errors occurred: E0432, E0599. Sep 17 18:07:36.071 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 17 18:07:36.083 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 17 18:07:36.083 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 18:07:36.108 INFO kablam! error: aborting due to 5 previous errors Sep 17 18:07:36.108 INFO kablam! Sep 17 18:07:36.108 INFO kablam! Some errors occurred: E0432, E0599. Sep 17 18:07:36.108 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 17 18:07:36.120 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 17 18:07:36.120 INFO kablam! Sep 17 18:07:36.120 INFO kablam! To learn more, run the command again with --verbose. Sep 17 18:07:36.121 INFO kablam! su: No module specific data is present Sep 17 18:07:36.656 INFO running `"docker" "rm" "-f" "a45a53aa53b995853f920446bd0e11a179cb369655c6333560a81f8ee6991e67"` Sep 17 18:07:36.755 INFO blam! a45a53aa53b995853f920446bd0e11a179cb369655c6333560a81f8ee6991e67