Sep 04 22:04:33.343 INFO checking cargo-src-0.1.4 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 22:04:33.343 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 22:04:33.343 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 22:04:33.581 INFO blam! 7ffe31d1f575e296d5163c60ef52eefb49d9af41b2e5b8cce43fd1cd1749c132 Sep 04 22:04:33.584 INFO running `"docker" "start" "-a" "7ffe31d1f575e296d5163c60ef52eefb49d9af41b2e5b8cce43fd1cd1749c132"` Sep 04 22:04:34.565 INFO kablam! Checking rls-blacklist v0.1.2 Sep 04 22:04:34.567 INFO kablam! Checking rls-span v0.4.0 Sep 04 22:04:34.574 INFO kablam! Checking rustdoc-highlight v0.1.4 Sep 04 22:04:34.578 INFO kablam! Compiling cargo-src v0.1.4 (file:///source) Sep 04 22:04:34.584 INFO kablam! Compiling derive-new v0.5.5 Sep 04 22:04:37.006 INFO kablam! Checking rls-data v0.16.0 Sep 04 22:04:37.008 INFO kablam! Checking rls-vfs v0.4.6 Sep 04 22:04:39.834 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 22:04:39.835 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:40:13 Sep 04 22:04:39.835 INFO kablam! | Sep 04 22:04:39.835 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 04 22:04:39.835 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 22:04:39.835 INFO kablam! Sep 04 22:04:40.119 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 22:04:40.119 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:51:19 Sep 04 22:04:40.119 INFO kablam! | Sep 04 22:04:40.119 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 04 22:04:40.119 INFO kablam! | ^^^^^^^ Sep 04 22:04:40.119 INFO kablam! Sep 04 22:04:40.129 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 22:04:40.129 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:56:90 Sep 04 22:04:40.129 INFO kablam! | Sep 04 22:04:40.129 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 04 22:04:40.129 INFO kablam! | ^^^^^^^ Sep 04 22:04:40.129 INFO kablam! Sep 04 22:04:40.143 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 22:04:40.143 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:73:19 Sep 04 22:04:40.143 INFO kablam! | Sep 04 22:04:40.143 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 04 22:04:40.143 INFO kablam! | ^^^^^^^ Sep 04 22:04:40.143 INFO kablam! Sep 04 22:04:40.149 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 04 22:04:40.149 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:76:90 Sep 04 22:04:40.149 INFO kablam! | Sep 04 22:04:40.150 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 04 22:04:40.150 INFO kablam! | ^^^^^^^ Sep 04 22:04:40.150 INFO kablam! Sep 04 22:04:40.239 INFO kablam! error: aborting due to 5 previous errors Sep 04 22:04:40.239 INFO kablam! Sep 04 22:04:40.239 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 22:04:40.239 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 22:04:40.253 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 04 22:04:40.253 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 22:04:42.689 INFO kablam! error: build failed Sep 04 22:04:42.690 INFO kablam! su: No module specific data is present Sep 04 22:04:43.162 INFO running `"docker" "rm" "-f" "7ffe31d1f575e296d5163c60ef52eefb49d9af41b2e5b8cce43fd1cd1749c132"` Sep 04 22:04:43.321 INFO blam! 7ffe31d1f575e296d5163c60ef52eefb49d9af41b2e5b8cce43fd1cd1749c132