Sep 05 00:56:52.816 INFO checking cargo-src-0.1.4 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 05 00:56:52.816 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 05 00:56:52.816 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 00:56:53.015 INFO blam! af612150ce02d382b9e9bfd99acd54216ce4f4266ff364c5cc0e51c66fb0405b Sep 05 00:56:53.017 INFO running `"docker" "start" "-a" "af612150ce02d382b9e9bfd99acd54216ce4f4266ff364c5cc0e51c66fb0405b"` Sep 05 00:56:53.901 INFO kablam! Checking rls-blacklist v0.1.2 Sep 05 00:56:53.905 INFO kablam! Checking rustdoc-highlight v0.1.4 Sep 05 00:56:53.906 INFO kablam! Checking rls-data v0.16.0 Sep 05 00:56:53.907 INFO kablam! Checking rls-vfs v0.4.6 Sep 05 00:56:53.907 INFO kablam! Compiling cargo-src v0.1.4 (file:///source) Sep 05 00:56:57.529 INFO kablam! Checking rls-analysis v0.13.0 Sep 05 00:56:59.550 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 05 00:56:59.550 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:40:13 Sep 05 00:56:59.550 INFO kablam! | Sep 05 00:56:59.550 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 05 00:56:59.550 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 05 00:56:59.550 INFO kablam! Sep 05 00:56:59.815 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 05 00:56:59.815 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:51:19 Sep 05 00:56:59.815 INFO kablam! | Sep 05 00:56:59.816 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 05 00:56:59.816 INFO kablam! | ^^^^^^^ Sep 05 00:56:59.816 INFO kablam! Sep 05 00:56:59.825 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 05 00:56:59.825 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:56:90 Sep 05 00:56:59.825 INFO kablam! | Sep 05 00:56:59.825 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 05 00:56:59.825 INFO kablam! | ^^^^^^^ Sep 05 00:56:59.825 INFO kablam! Sep 05 00:56:59.838 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 05 00:56:59.838 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:73:19 Sep 05 00:56:59.838 INFO kablam! | Sep 05 00:56:59.838 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 05 00:56:59.838 INFO kablam! | ^^^^^^^ Sep 05 00:56:59.838 INFO kablam! Sep 05 00:56:59.844 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 05 00:56:59.844 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:76:90 Sep 05 00:56:59.844 INFO kablam! | Sep 05 00:56:59.844 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 05 00:56:59.845 INFO kablam! | ^^^^^^^ Sep 05 00:56:59.845 INFO kablam! Sep 05 00:56:59.927 INFO kablam! error: aborting due to 5 previous errors Sep 05 00:56:59.928 INFO kablam! Sep 05 00:56:59.928 INFO kablam! Some errors occurred: E0432, E0599. Sep 05 00:56:59.929 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 05 00:56:59.941 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 05 00:56:59.941 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:57:00.127 INFO kablam! error: build failed Sep 05 00:57:00.128 INFO kablam! su: No module specific data is present Sep 05 00:57:00.596 INFO running `"docker" "rm" "-f" "af612150ce02d382b9e9bfd99acd54216ce4f4266ff364c5cc0e51c66fb0405b"` Sep 05 00:57:00.717 INFO blam! af612150ce02d382b9e9bfd99acd54216ce4f4266ff364c5cc0e51c66fb0405b