Sep 01 08:00:12.557 INFO checking rustdoc-highlight-0.1.4 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 08:00:12.557 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 08:00:12.557 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 08:00:12.759 INFO blam! 333b15cc256672782e5806df9e52d6765880c21c4a0e0dbb1a54326084eecb43 Sep 01 08:00:12.761 INFO running `"docker" "start" "-a" "333b15cc256672782e5806df9e52d6765880c21c4a0e0dbb1a54326084eecb43"` Sep 01 08:00:13.359 INFO kablam! Checking rustdoc-highlight v0.1.4 (file:///source) Sep 01 08:00:15.286 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 08:00:15.286 INFO kablam! --> src/lib.rs:40:13 Sep 01 08:00:15.286 INFO kablam! | Sep 01 08:00:15.286 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 01 08:00:15.286 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 08:00:15.286 INFO kablam! Sep 01 08:00:15.342 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 08:00:15.342 INFO kablam! --> src/lib.rs:40:13 Sep 01 08:00:15.342 INFO kablam! | Sep 01 08:00:15.342 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 01 08:00:15.342 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 08:00:15.342 INFO kablam! Sep 01 08:00:15.477 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 01 08:00:15.477 INFO kablam! --> src/lib.rs:51:19 Sep 01 08:00:15.477 INFO kablam! | Sep 01 08:00:15.477 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 01 08:00:15.477 INFO kablam! | ^^^^^^^ Sep 01 08:00:15.477 INFO kablam! Sep 01 08:00:15.484 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 01 08:00:15.484 INFO kablam! --> src/lib.rs:56:90 Sep 01 08:00:15.484 INFO kablam! | Sep 01 08:00:15.484 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 01 08:00:15.484 INFO kablam! | ^^^^^^^ Sep 01 08:00:15.484 INFO kablam! Sep 01 08:00:15.493 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 01 08:00:15.493 INFO kablam! --> src/lib.rs:73:19 Sep 01 08:00:15.493 INFO kablam! | Sep 01 08:00:15.493 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 01 08:00:15.493 INFO kablam! | ^^^^^^^ Sep 01 08:00:15.493 INFO kablam! Sep 01 08:00:15.498 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 01 08:00:15.498 INFO kablam! --> src/lib.rs:76:90 Sep 01 08:00:15.498 INFO kablam! | Sep 01 08:00:15.498 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 01 08:00:15.498 INFO kablam! | ^^^^^^^ Sep 01 08:00:15.498 INFO kablam! Sep 01 08:00:15.556 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 01 08:00:15.556 INFO kablam! --> src/lib.rs:51:19 Sep 01 08:00:15.556 INFO kablam! | Sep 01 08:00:15.556 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 01 08:00:15.556 INFO kablam! | ^^^^^^^ Sep 01 08:00:15.556 INFO kablam! Sep 01 08:00:15.566 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 01 08:00:15.566 INFO kablam! --> src/lib.rs:56:90 Sep 01 08:00:15.566 INFO kablam! | Sep 01 08:00:15.566 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 01 08:00:15.566 INFO kablam! | ^^^^^^^ Sep 01 08:00:15.566 INFO kablam! Sep 01 08:00:15.574 INFO kablam! error: aborting due to 5 previous errors Sep 01 08:00:15.574 INFO kablam! Sep 01 08:00:15.574 INFO kablam! Some errors occurred: E0432, E0599. Sep 01 08:00:15.574 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 08:00:15.577 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 01 08:00:15.577 INFO kablam! --> src/lib.rs:73:19 Sep 01 08:00:15.577 INFO kablam! | Sep 01 08:00:15.577 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 01 08:00:15.577 INFO kablam! | ^^^^^^^ Sep 01 08:00:15.577 INFO kablam! Sep 01 08:00:15.581 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 01 08:00:15.581 INFO kablam! --> src/lib.rs:76:90 Sep 01 08:00:15.581 INFO kablam! | Sep 01 08:00:15.581 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 01 08:00:15.581 INFO kablam! | ^^^^^^^ Sep 01 08:00:15.581 INFO kablam! Sep 01 08:00:15.586 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 01 08:00:15.586 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 08:00:15.656 INFO kablam! error: aborting due to 5 previous errors Sep 01 08:00:15.656 INFO kablam! Sep 01 08:00:15.656 INFO kablam! Some errors occurred: E0432, E0599. Sep 01 08:00:15.656 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 08:00:15.666 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 01 08:00:15.666 INFO kablam! Sep 01 08:00:15.666 INFO kablam! To learn more, run the command again with --verbose. Sep 01 08:00:15.668 INFO kablam! su: No module specific data is present Sep 01 08:00:16.113 INFO running `"docker" "rm" "-f" "333b15cc256672782e5806df9e52d6765880c21c4a0e0dbb1a54326084eecb43"` Sep 01 08:00:16.205 INFO blam! 333b15cc256672782e5806df9e52d6765880c21c4a0e0dbb1a54326084eecb43