Sep 04 07:50:31.200 INFO checking rustdoc-highlight-0.1.4 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 07:50:31.200 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 07:50:31.201 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 07:50:31.395 INFO blam! 4211914d980e81be8af733814e977ae56fe45e7315854c3483463d5662c967e8 Sep 04 07:50:31.395 INFO running `"docker" "start" "-a" "4211914d980e81be8af733814e977ae56fe45e7315854c3483463d5662c967e8"` Sep 04 07:50:32.277 INFO kablam! Checking rustdoc-highlight v0.1.4 (file:///source) Sep 04 07:50:34.087 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 07:50:34.087 INFO kablam! --> src/lib.rs:40:13 Sep 04 07:50:34.087 INFO kablam! | Sep 04 07:50:34.087 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 04 07:50:34.087 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 07:50:34.087 INFO kablam! Sep 04 07:50:34.116 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 07:50:34.116 INFO kablam! --> src/lib.rs:40:13 Sep 04 07:50:34.116 INFO kablam! | Sep 04 07:50:34.116 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 04 07:50:34.116 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 07:50:34.116 INFO kablam! Sep 04 07:50:34.307 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 07:50:34.307 INFO kablam! --> src/lib.rs:51:19 Sep 04 07:50:34.307 INFO kablam! | Sep 04 07:50:34.307 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 04 07:50:34.307 INFO kablam! | ^^^^^^^ Sep 04 07:50:34.307 INFO kablam! Sep 04 07:50:34.317 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 07:50:34.317 INFO kablam! --> src/lib.rs:56:90 Sep 04 07:50:34.317 INFO kablam! | Sep 04 07:50:34.317 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 04 07:50:34.317 INFO kablam! | ^^^^^^^ Sep 04 07:50:34.317 INFO kablam! Sep 04 07:50:34.331 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 07:50:34.331 INFO kablam! --> src/lib.rs:73:19 Sep 04 07:50:34.331 INFO kablam! | Sep 04 07:50:34.331 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 04 07:50:34.331 INFO kablam! | ^^^^^^^ Sep 04 07:50:34.331 INFO kablam! Sep 04 07:50:34.336 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 07:50:34.337 INFO kablam! --> src/lib.rs:76:90 Sep 04 07:50:34.337 INFO kablam! | Sep 04 07:50:34.337 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 04 07:50:34.337 INFO kablam! | ^^^^^^^ Sep 04 07:50:34.337 INFO kablam! Sep 04 07:50:34.364 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 07:50:34.364 INFO kablam! --> src/lib.rs:51:19 Sep 04 07:50:34.364 INFO kablam! | Sep 04 07:50:34.364 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 04 07:50:34.365 INFO kablam! | ^^^^^^^ Sep 04 07:50:34.365 INFO kablam! Sep 04 07:50:34.374 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 07:50:34.374 INFO kablam! --> src/lib.rs:56:90 Sep 04 07:50:34.374 INFO kablam! | Sep 04 07:50:34.374 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 04 07:50:34.374 INFO kablam! | ^^^^^^^ Sep 04 07:50:34.374 INFO kablam! Sep 04 07:50:34.387 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 07:50:34.387 INFO kablam! --> src/lib.rs:73:19 Sep 04 07:50:34.388 INFO kablam! | Sep 04 07:50:34.388 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 04 07:50:34.388 INFO kablam! | ^^^^^^^ Sep 04 07:50:34.388 INFO kablam! Sep 04 07:50:34.393 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 07:50:34.393 INFO kablam! --> src/lib.rs:76:90 Sep 04 07:50:34.393 INFO kablam! | Sep 04 07:50:34.394 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 04 07:50:34.394 INFO kablam! | ^^^^^^^ Sep 04 07:50:34.394 INFO kablam! Sep 04 07:50:34.420 INFO kablam! error: aborting due to 5 previous errors Sep 04 07:50:34.420 INFO kablam! Sep 04 07:50:34.420 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 07:50:34.420 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 07:50:34.429 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 04 07:50:34.429 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 07:50:34.485 INFO kablam! error: aborting due to 5 previous errors Sep 04 07:50:34.485 INFO kablam! Sep 04 07:50:34.485 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 07:50:34.485 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 07:50:34.499 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 04 07:50:34.500 INFO kablam! Sep 04 07:50:34.500 INFO kablam! To learn more, run the command again with --verbose. Sep 04 07:50:34.501 INFO kablam! su: No module specific data is present Sep 04 07:50:35.118 INFO running `"docker" "rm" "-f" "4211914d980e81be8af733814e977ae56fe45e7315854c3483463d5662c967e8"` Sep 04 07:50:35.210 INFO blam! 4211914d980e81be8af733814e977ae56fe45e7315854c3483463d5662c967e8