Sep 02 01:19:52.044 INFO checking rustdoc-highlight-0.1.4 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 01:19:52.044 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 01:19:52.044 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-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:52.197 INFO blam! ddbde133f20870c77cf668e6ba53c8be79cca48ff94624f2088c3fbe55c4f2b8 Sep 02 01:19:52.199 INFO running `"docker" "start" "-a" "ddbde133f20870c77cf668e6ba53c8be79cca48ff94624f2088c3fbe55c4f2b8"` Sep 02 01:19:52.858 INFO kablam! Checking rustdoc-highlight v0.1.4 (file:///source) Sep 02 01:19:54.332 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 01:19:54.332 INFO kablam! --> src/lib.rs:40:13 Sep 02 01:19:54.332 INFO kablam! | Sep 02 01:19:54.332 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 02 01:19:54.332 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 01:19:54.332 INFO kablam! Sep 02 01:19:54.412 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 01:19:54.412 INFO kablam! --> src/lib.rs:40:13 Sep 02 01:19:54.412 INFO kablam! | Sep 02 01:19:54.412 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 02 01:19:54.412 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 01:19:54.412 INFO kablam! Sep 02 01:19:54.606 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 02 01:19:54.606 INFO kablam! --> src/lib.rs:51:19 Sep 02 01:19:54.606 INFO kablam! | Sep 02 01:19:54.606 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 02 01:19:54.606 INFO kablam! | ^^^^^^^ Sep 02 01:19:54.606 INFO kablam! Sep 02 01:19:54.613 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 02 01:19:54.613 INFO kablam! --> src/lib.rs:56:90 Sep 02 01:19:54.613 INFO kablam! | Sep 02 01:19:54.613 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 02 01:19:54.614 INFO kablam! | ^^^^^^^ Sep 02 01:19:54.614 INFO kablam! Sep 02 01:19:54.623 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 02 01:19:54.623 INFO kablam! --> src/lib.rs:73:19 Sep 02 01:19:54.623 INFO kablam! | Sep 02 01:19:54.623 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 02 01:19:54.623 INFO kablam! | ^^^^^^^ Sep 02 01:19:54.623 INFO kablam! Sep 02 01:19:54.627 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 02 01:19:54.627 INFO kablam! --> src/lib.rs:76:90 Sep 02 01:19:54.627 INFO kablam! | Sep 02 01:19:54.627 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 02 01:19:54.628 INFO kablam! | ^^^^^^^ Sep 02 01:19:54.628 INFO kablam! Sep 02 01:19:54.644 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 02 01:19:54.644 INFO kablam! --> src/lib.rs:51:19 Sep 02 01:19:54.644 INFO kablam! | Sep 02 01:19:54.644 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 02 01:19:54.644 INFO kablam! | ^^^^^^^ Sep 02 01:19:54.644 INFO kablam! Sep 02 01:19:54.654 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 02 01:19:54.654 INFO kablam! --> src/lib.rs:56:90 Sep 02 01:19:54.654 INFO kablam! | Sep 02 01:19:54.654 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 02 01:19:54.654 INFO kablam! | ^^^^^^^ Sep 02 01:19:54.654 INFO kablam! Sep 02 01:19:54.668 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 02 01:19:54.668 INFO kablam! --> src/lib.rs:73:19 Sep 02 01:19:54.668 INFO kablam! | Sep 02 01:19:54.668 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 02 01:19:54.668 INFO kablam! | ^^^^^^^ Sep 02 01:19:54.668 INFO kablam! Sep 02 01:19:54.674 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 02 01:19:54.674 INFO kablam! --> src/lib.rs:76:90 Sep 02 01:19:54.674 INFO kablam! | Sep 02 01:19:54.674 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 02 01:19:54.674 INFO kablam! | ^^^^^^^ Sep 02 01:19:54.674 INFO kablam! Sep 02 01:19:54.696 INFO kablam! error: aborting due to 5 previous errors Sep 02 01:19:54.697 INFO kablam! Sep 02 01:19:54.697 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 01:19:54.697 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 01:19:54.709 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 02 01:19:54.709 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 01:19:54.765 INFO kablam! error: aborting due to 5 previous errors Sep 02 01:19:54.765 INFO kablam! Sep 02 01:19:54.765 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 01:19:54.765 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 01:19:54.777 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 02 01:19:54.777 INFO kablam! Sep 02 01:19:54.777 INFO kablam! To learn more, run the command again with --verbose. Sep 02 01:19:54.778 INFO kablam! su: No module specific data is present Sep 02 01:19:55.247 INFO running `"docker" "rm" "-f" "ddbde133f20870c77cf668e6ba53c8be79cca48ff94624f2088c3fbe55c4f2b8"` Sep 02 01:19:55.382 INFO blam! ddbde133f20870c77cf668e6ba53c8be79cca48ff94624f2088c3fbe55c4f2b8