Sep 10 21:36:24.899 INFO checking cargo-src-0.1.4 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 21:36:24.899 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 21:36:24.899 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-3/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 21:36:25.166 INFO blam! c9cd3a276f4c23bce325784c365b3ab8aaa386a1909bdc22f9bef8c3576c1e19 Sep 10 21:36:25.168 INFO running `"docker" "start" "-a" "c9cd3a276f4c23bce325784c365b3ab8aaa386a1909bdc22f9bef8c3576c1e19"` Sep 10 21:36:25.781 INFO kablam! usermod: no changes Sep 10 21:36:26.206 INFO kablam! Checking endian-type v0.1.2 Sep 10 21:36:26.206 INFO kablam! Checking nibble_vec v0.0.4 Sep 10 21:36:26.214 INFO kablam! Checking rls-blacklist v0.1.2 Sep 10 21:36:26.222 INFO kablam! Checking rls-span v0.4.0 Sep 10 21:36:26.226 INFO kablam! Checking rustdoc-highlight v0.1.4 Sep 10 21:36:26.230 INFO kablam! Compiling cargo-src v0.1.4 (file:///source) Sep 10 21:36:28.298 INFO kablam! Checking radix_trie v0.1.3 Sep 10 21:36:28.719 INFO kablam! Checking rls-data v0.16.0 Sep 10 21:36:28.721 INFO kablam! Checking rls-vfs v0.4.6 Sep 10 21:36:31.583 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 21:36:31.583 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:40:13 Sep 10 21:36:31.583 INFO kablam! | Sep 10 21:36:31.583 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 10 21:36:31.583 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 10 21:36:31.583 INFO kablam! Sep 10 21:36:31.774 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 10 21:36:31.775 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:51:19 Sep 10 21:36:31.775 INFO kablam! | Sep 10 21:36:31.775 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 10 21:36:31.775 INFO kablam! | ^^^^^^^ Sep 10 21:36:31.775 INFO kablam! Sep 10 21:36:31.798 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 10 21:36:31.798 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:56:90 Sep 10 21:36:31.798 INFO kablam! | Sep 10 21:36:31.798 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 10 21:36:31.798 INFO kablam! | ^^^^^^^ Sep 10 21:36:31.798 INFO kablam! Sep 10 21:36:31.823 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 10 21:36:31.823 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:73:19 Sep 10 21:36:31.823 INFO kablam! | Sep 10 21:36:31.823 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 10 21:36:31.823 INFO kablam! | ^^^^^^^ Sep 10 21:36:31.825 INFO kablam! Sep 10 21:36:31.830 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 10 21:36:31.830 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:76:90 Sep 10 21:36:31.830 INFO kablam! | Sep 10 21:36:31.830 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 10 21:36:31.830 INFO kablam! | ^^^^^^^ Sep 10 21:36:31.830 INFO kablam! Sep 10 21:36:31.875 INFO kablam! error: aborting due to 5 previous errors Sep 10 21:36:31.875 INFO kablam! Sep 10 21:36:31.876 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 21:36:31.876 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 21:36:31.889 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 10 21:36:31.889 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 21:36:31.977 INFO kablam! error: build failed Sep 10 21:36:31.978 INFO kablam! su: No module specific data is present Sep 10 21:36:32.835 INFO running `"docker" "rm" "-f" "c9cd3a276f4c23bce325784c365b3ab8aaa386a1909bdc22f9bef8c3576c1e19"` Sep 10 21:36:32.944 INFO blam! c9cd3a276f4c23bce325784c365b3ab8aaa386a1909bdc22f9bef8c3576c1e19