Sep 10 10:37:06.869 INFO checking rustdoc-highlight-0.1.4 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 10:37:06.869 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 10:37:06.869 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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=1000" "-e" "CMD=cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 10:37:07.072 INFO blam! 23a5a05305afe2a10b2feb40e5b3fb7d3615b27905ab581496b14df253ce56a3 Sep 10 10:37:07.073 INFO running `"docker" "start" "-a" "23a5a05305afe2a10b2feb40e5b3fb7d3615b27905ab581496b14df253ce56a3"` Sep 10 10:37:07.810 INFO kablam! usermod: no changes Sep 10 10:37:07.850 INFO kablam! Checking rustdoc-highlight v0.1.4 (file:///source) Sep 10 10:37:09.067 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 10:37:09.067 INFO kablam! --> src/lib.rs:40:13 Sep 10 10:37:09.067 INFO kablam! | Sep 10 10:37:09.067 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 10 10:37:09.067 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 10 10:37:09.067 INFO kablam! Sep 10 10:37:09.108 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 10:37:09.108 INFO kablam! --> src/lib.rs:40:13 Sep 10 10:37:09.108 INFO kablam! | Sep 10 10:37:09.108 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 10 10:37:09.108 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 10 10:37:09.110 INFO kablam! Sep 10 10:37:09.253 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 10 10:37:09.253 INFO kablam! --> src/lib.rs:51:19 Sep 10 10:37:09.253 INFO kablam! | Sep 10 10:37:09.253 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 10 10:37:09.253 INFO kablam! | ^^^^^^^ Sep 10 10:37:09.254 INFO kablam! Sep 10 10:37:09.259 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 10 10:37:09.259 INFO kablam! --> src/lib.rs:56:90 Sep 10 10:37:09.259 INFO kablam! | Sep 10 10:37:09.259 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 10 10:37:09.259 INFO kablam! | ^^^^^^^ Sep 10 10:37:09.262 INFO kablam! Sep 10 10:37:09.270 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 10 10:37:09.270 INFO kablam! --> src/lib.rs:73:19 Sep 10 10:37:09.270 INFO kablam! | Sep 10 10:37:09.270 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 10 10:37:09.270 INFO kablam! | ^^^^^^^ Sep 10 10:37:09.270 INFO kablam! Sep 10 10:37:09.274 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 10 10:37:09.274 INFO kablam! --> src/lib.rs:76:90 Sep 10 10:37:09.274 INFO kablam! | Sep 10 10:37:09.274 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 10 10:37:09.274 INFO kablam! | ^^^^^^^ Sep 10 10:37:09.274 INFO kablam! Sep 10 10:37:09.322 INFO kablam! error: aborting due to 5 previous errors Sep 10 10:37:09.322 INFO kablam! Sep 10 10:37:09.322 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 10:37:09.322 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 10:37:09.330 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 10 10:37:09.330 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 10:37:09.346 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 10 10:37:09.346 INFO kablam! --> src/lib.rs:51:19 Sep 10 10:37:09.346 INFO kablam! | Sep 10 10:37:09.346 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 10 10:37:09.346 INFO kablam! | ^^^^^^^ Sep 10 10:37:09.354 INFO kablam! Sep 10 10:37:09.361 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 10 10:37:09.361 INFO kablam! --> src/lib.rs:56:90 Sep 10 10:37:09.361 INFO kablam! | Sep 10 10:37:09.361 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 10 10:37:09.361 INFO kablam! | ^^^^^^^ Sep 10 10:37:09.361 INFO kablam! Sep 10 10:37:09.370 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 10 10:37:09.370 INFO kablam! --> src/lib.rs:73:19 Sep 10 10:37:09.370 INFO kablam! | Sep 10 10:37:09.370 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 10 10:37:09.370 INFO kablam! | ^^^^^^^ Sep 10 10:37:09.370 INFO kablam! Sep 10 10:37:09.374 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 10 10:37:09.374 INFO kablam! --> src/lib.rs:76:90 Sep 10 10:37:09.374 INFO kablam! | Sep 10 10:37:09.374 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 10 10:37:09.374 INFO kablam! | ^^^^^^^ Sep 10 10:37:09.374 INFO kablam! Sep 10 10:37:09.414 INFO kablam! error: aborting due to 5 previous errors Sep 10 10:37:09.414 INFO kablam! Sep 10 10:37:09.414 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 10:37:09.414 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 10:37:09.426 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 10 10:37:09.426 INFO kablam! Sep 10 10:37:09.426 INFO kablam! To learn more, run the command again with --verbose. Sep 10 10:37:09.427 INFO kablam! su: No module specific data is present Sep 10 10:37:10.007 INFO running `"docker" "rm" "-f" "23a5a05305afe2a10b2feb40e5b3fb7d3615b27905ab581496b14df253ce56a3"` Sep 10 10:37:10.104 INFO blam! 23a5a05305afe2a10b2feb40e5b3fb7d3615b27905ab581496b14df253ce56a3