Sep 04 07:50:31.672 INFO checking rustdoc-highlight-0.1.4 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 07:50:31.672 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 07:50:31.672 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-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.852 INFO blam! 8ee47d1c523e8775f0c44f8a8202e0d9a158d2ba34bfb83939c43dc7f71e9bbb Sep 04 07:50:31.852 INFO running `"docker" "start" "-a" "8ee47d1c523e8775f0c44f8a8202e0d9a158d2ba34bfb83939c43dc7f71e9bbb"` Sep 04 07:50:32.554 INFO kablam! Checking rustdoc-highlight v0.1.4 (file:///source) Sep 04 07:50:34.293 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 07:50:34.293 INFO kablam! --> src/lib.rs:40:13 Sep 04 07:50:34.293 INFO kablam! | Sep 04 07:50:34.293 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 04 07:50:34.293 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 07:50:34.294 INFO kablam! Sep 04 07:50:34.305 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 07:50:34.305 INFO kablam! --> src/lib.rs:40:13 Sep 04 07:50:34.305 INFO kablam! | Sep 04 07:50:34.305 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 04 07:50:34.305 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 07:50:34.305 INFO kablam! Sep 04 07:50:34.561 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 07:50:34.561 INFO kablam! --> src/lib.rs:51:19 Sep 04 07:50:34.561 INFO kablam! | Sep 04 07:50:34.561 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 04 07:50:34.561 INFO kablam! | ^^^^^^^ Sep 04 07:50:34.561 INFO kablam! Sep 04 07:50:34.564 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 07:50:34.564 INFO kablam! --> src/lib.rs:51:19 Sep 04 07:50:34.564 INFO kablam! | Sep 04 07:50:34.564 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 04 07:50:34.564 INFO kablam! | ^^^^^^^ Sep 04 07:50:34.564 INFO kablam! Sep 04 07:50:34.570 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 07:50:34.570 INFO kablam! --> src/lib.rs:56:90 Sep 04 07:50:34.570 INFO kablam! | Sep 04 07:50:34.570 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 04 07:50:34.570 INFO kablam! | ^^^^^^^ Sep 04 07:50:34.570 INFO kablam! Sep 04 07:50:34.570 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 07:50:34.570 INFO kablam! --> src/lib.rs:56:90 Sep 04 07:50:34.570 INFO kablam! | Sep 04 07:50:34.570 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 04 07:50:34.570 INFO kablam! | ^^^^^^^ Sep 04 07:50:34.571 INFO kablam! Sep 04 07:50:34.579 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 07:50:34.579 INFO kablam! --> src/lib.rs:73:19 Sep 04 07:50:34.579 INFO kablam! | Sep 04 07:50:34.579 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 04 07:50:34.579 INFO kablam! | ^^^^^^^ Sep 04 07:50:34.580 INFO kablam! Sep 04 07:50:34.583 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 07:50:34.583 INFO kablam! --> src/lib.rs:73:19 Sep 04 07:50:34.583 INFO kablam! | Sep 04 07:50:34.583 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 04 07:50:34.583 INFO kablam! | ^^^^^^^ Sep 04 07:50:34.583 INFO kablam! Sep 04 07:50:34.584 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 07:50:34.584 INFO kablam! --> src/lib.rs:76:90 Sep 04 07:50:34.584 INFO kablam! | Sep 04 07:50:34.584 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 04 07:50:34.584 INFO kablam! | ^^^^^^^ Sep 04 07:50:34.584 INFO kablam! Sep 04 07:50:34.589 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 07:50:34.589 INFO kablam! --> src/lib.rs:76:90 Sep 04 07:50:34.589 INFO kablam! | Sep 04 07:50:34.589 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 04 07:50:34.589 INFO kablam! | ^^^^^^^ Sep 04 07:50:34.589 INFO kablam! Sep 04 07:50:34.646 INFO kablam! error: aborting due to 5 previous errors Sep 04 07:50:34.646 INFO kablam! Sep 04 07:50:34.646 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 07:50:34.646 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 07:50:34.657 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 04 07:50:34.657 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 07:50:34.666 INFO kablam! error: aborting due to 5 previous errors Sep 04 07:50:34.666 INFO kablam! Sep 04 07:50:34.666 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 07:50:34.666 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 07:50:34.676 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 04 07:50:34.676 INFO kablam! Sep 04 07:50:34.676 INFO kablam! To learn more, run the command again with --verbose. Sep 04 07:50:34.677 INFO kablam! su: No module specific data is present Sep 04 07:50:35.318 INFO running `"docker" "rm" "-f" "8ee47d1c523e8775f0c44f8a8202e0d9a158d2ba34bfb83939c43dc7f71e9bbb"` Sep 04 07:50:35.402 INFO blam! 8ee47d1c523e8775f0c44f8a8202e0d9a158d2ba34bfb83939c43dc7f71e9bbb