Sep 04 04:41:07.638 INFO checking rustdoc-highlight-0.1.4 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 04:41:07.638 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 04:41:07.638 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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.834 INFO blam! 73af2d8fdec59b5550fe56f3d4a30258a06a096354fe84ea5e981b3b28b6e29f Sep 04 04:41:07.836 INFO running `"docker" "start" "-a" "73af2d8fdec59b5550fe56f3d4a30258a06a096354fe84ea5e981b3b28b6e29f"` Sep 04 04:41:08.485 INFO kablam! Checking rustdoc-highlight v0.1.4 (file:///source) Sep 04 04:41:10.276 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 04:41:10.276 INFO kablam! --> src/lib.rs:40:13 Sep 04 04:41:10.276 INFO kablam! | Sep 04 04:41:10.276 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 04 04:41:10.276 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 04:41:10.276 INFO kablam! Sep 04 04:41:10.327 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 04:41:10.327 INFO kablam! --> src/lib.rs:40:13 Sep 04 04:41:10.327 INFO kablam! | Sep 04 04:41:10.327 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 04 04:41:10.327 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 04:41:10.327 INFO kablam! Sep 04 04:41:10.536 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 04:41:10.536 INFO kablam! --> src/lib.rs:51:19 Sep 04 04:41:10.536 INFO kablam! | Sep 04 04:41:10.536 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 04 04:41:10.536 INFO kablam! | ^^^^^^^ Sep 04 04:41:10.536 INFO kablam! Sep 04 04:41:10.542 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 04:41:10.542 INFO kablam! --> src/lib.rs:56:90 Sep 04 04:41:10.542 INFO kablam! | Sep 04 04:41:10.543 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 04 04:41:10.543 INFO kablam! | ^^^^^^^ Sep 04 04:41:10.543 INFO kablam! Sep 04 04:41:10.552 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 04:41:10.552 INFO kablam! --> src/lib.rs:73:19 Sep 04 04:41:10.552 INFO kablam! | Sep 04 04:41:10.552 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 04 04:41:10.552 INFO kablam! | ^^^^^^^ Sep 04 04:41:10.552 INFO kablam! Sep 04 04:41:10.556 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 04:41:10.556 INFO kablam! --> src/lib.rs:76:90 Sep 04 04:41:10.556 INFO kablam! | Sep 04 04:41:10.556 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 04 04:41:10.556 INFO kablam! | ^^^^^^^ Sep 04 04:41:10.556 INFO kablam! Sep 04 04:41:10.566 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 04:41:10.566 INFO kablam! --> src/lib.rs:51:19 Sep 04 04:41:10.566 INFO kablam! | Sep 04 04:41:10.566 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 04 04:41:10.567 INFO kablam! | ^^^^^^^ Sep 04 04:41:10.567 INFO kablam! Sep 04 04:41:10.572 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 04:41:10.572 INFO kablam! --> src/lib.rs:56:90 Sep 04 04:41:10.572 INFO kablam! | Sep 04 04:41:10.572 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 04 04:41:10.572 INFO kablam! | ^^^^^^^ Sep 04 04:41:10.572 INFO kablam! Sep 04 04:41:10.582 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 04:41:10.582 INFO kablam! --> src/lib.rs:73:19 Sep 04 04:41:10.582 INFO kablam! | Sep 04 04:41:10.582 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 04 04:41:10.582 INFO kablam! | ^^^^^^^ Sep 04 04:41:10.582 INFO kablam! Sep 04 04:41:10.586 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 04:41:10.586 INFO kablam! --> src/lib.rs:76:90 Sep 04 04:41:10.586 INFO kablam! | Sep 04 04:41:10.586 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 04 04:41:10.586 INFO kablam! | ^^^^^^^ Sep 04 04:41:10.586 INFO kablam! Sep 04 04:41:10.635 INFO kablam! error: aborting due to 5 previous errors Sep 04 04:41:10.635 INFO kablam! Sep 04 04:41:10.635 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 04:41:10.636 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 04:41:10.644 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 04 04:41:10.644 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 04:41:10.661 INFO kablam! error: aborting due to 5 previous errors Sep 04 04:41:10.661 INFO kablam! Sep 04 04:41:10.661 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 04:41:10.662 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 04:41:10.673 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 04 04:41:10.673 INFO kablam! Sep 04 04:41:10.673 INFO kablam! To learn more, run the command again with --verbose. Sep 04 04:41:10.674 INFO kablam! su: No module specific data is present Sep 04 04:41:11.142 INFO running `"docker" "rm" "-f" "73af2d8fdec59b5550fe56f3d4a30258a06a096354fe84ea5e981b3b28b6e29f"` Sep 04 04:41:11.241 INFO blam! 73af2d8fdec59b5550fe56f3d4a30258a06a096354fe84ea5e981b3b28b6e29f