Sep 02 01:19:53.308 INFO checking rustdoc-highlight-0.1.4 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 01:19:53.308 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 01:19:53.308 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 01:19:53.507 INFO blam! ca4ca49213b596d1eaf990e213d76cea2cba944c54b006e140a113b086fe4fbf Sep 02 01:19:53.510 INFO running `"docker" "start" "-a" "ca4ca49213b596d1eaf990e213d76cea2cba944c54b006e140a113b086fe4fbf"` Sep 02 01:19:54.121 INFO kablam! Checking rustdoc-highlight v0.1.4 (file:///source) Sep 02 01:19:55.478 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 01:19:55.478 INFO kablam! --> src/lib.rs:40:13 Sep 02 01:19:55.478 INFO kablam! | Sep 02 01:19:55.478 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 02 01:19:55.478 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 01:19:55.478 INFO kablam! Sep 02 01:19:55.550 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 01:19:55.550 INFO kablam! --> src/lib.rs:40:13 Sep 02 01:19:55.551 INFO kablam! | Sep 02 01:19:55.551 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 02 01:19:55.551 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 01:19:55.551 INFO kablam! Sep 02 01:19:55.671 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 02 01:19:55.671 INFO kablam! --> src/lib.rs:51:19 Sep 02 01:19:55.671 INFO kablam! | Sep 02 01:19:55.671 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 02 01:19:55.671 INFO kablam! | ^^^^^^^ Sep 02 01:19:55.672 INFO kablam! Sep 02 01:19:55.677 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 02 01:19:55.677 INFO kablam! --> src/lib.rs:56:90 Sep 02 01:19:55.678 INFO kablam! | Sep 02 01:19:55.678 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 02 01:19:55.678 INFO kablam! | ^^^^^^^ Sep 02 01:19:55.678 INFO kablam! Sep 02 01:19:55.687 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 02 01:19:55.687 INFO kablam! --> src/lib.rs:73:19 Sep 02 01:19:55.687 INFO kablam! | Sep 02 01:19:55.687 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 02 01:19:55.687 INFO kablam! | ^^^^^^^ Sep 02 01:19:55.687 INFO kablam! Sep 02 01:19:55.690 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 02 01:19:55.691 INFO kablam! --> src/lib.rs:76:90 Sep 02 01:19:55.691 INFO kablam! | Sep 02 01:19:55.691 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 02 01:19:55.691 INFO kablam! | ^^^^^^^ Sep 02 01:19:55.691 INFO kablam! Sep 02 01:19:55.756 INFO kablam! error: aborting due to 5 previous errors Sep 02 01:19:55.756 INFO kablam! Sep 02 01:19:55.756 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 01:19:55.756 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 01:19:55.767 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 02 01:19:55.767 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 01:19:55.791 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 02 01:19:55.791 INFO kablam! --> src/lib.rs:51:19 Sep 02 01:19:55.791 INFO kablam! | Sep 02 01:19:55.791 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 02 01:19:55.791 INFO kablam! | ^^^^^^^ Sep 02 01:19:55.791 INFO kablam! Sep 02 01:19:55.798 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 02 01:19:55.798 INFO kablam! --> src/lib.rs:56:90 Sep 02 01:19:55.798 INFO kablam! | Sep 02 01:19:55.798 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 02 01:19:55.798 INFO kablam! | ^^^^^^^ Sep 02 01:19:55.798 INFO kablam! Sep 02 01:19:55.808 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 02 01:19:55.809 INFO kablam! --> src/lib.rs:73:19 Sep 02 01:19:55.809 INFO kablam! | Sep 02 01:19:55.809 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 02 01:19:55.809 INFO kablam! | ^^^^^^^ Sep 02 01:19:55.809 INFO kablam! Sep 02 01:19:55.812 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 02 01:19:55.812 INFO kablam! --> src/lib.rs:76:90 Sep 02 01:19:55.813 INFO kablam! | Sep 02 01:19:55.813 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 02 01:19:55.813 INFO kablam! | ^^^^^^^ Sep 02 01:19:55.813 INFO kablam! Sep 02 01:19:55.886 INFO kablam! error: aborting due to 5 previous errors Sep 02 01:19:55.886 INFO kablam! Sep 02 01:19:55.886 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 01:19:55.886 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 01:19:55.898 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 02 01:19:55.899 INFO kablam! Sep 02 01:19:55.899 INFO kablam! To learn more, run the command again with --verbose. Sep 02 01:19:55.900 INFO kablam! su: No module specific data is present Sep 02 01:19:56.254 INFO running `"docker" "rm" "-f" "ca4ca49213b596d1eaf990e213d76cea2cba944c54b006e140a113b086fe4fbf"` Sep 02 01:19:56.388 INFO blam! ca4ca49213b596d1eaf990e213d76cea2cba944c54b006e140a113b086fe4fbf