Sep 02 01:12:13.948 INFO checking cargo-src-0.1.4 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 02 01:12:13.948 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 02 01:12:13.948 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-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:12:14.244 INFO blam! ca302c1ddd8fa02ea59d137cfbdedddae8fd24d7913d47104a5f0456d39b2af9 Sep 02 01:12:14.245 INFO running `"docker" "start" "-a" "ca302c1ddd8fa02ea59d137cfbdedddae8fd24d7913d47104a5f0456d39b2af9"` Sep 02 01:12:15.150 INFO kablam! Checking rls-blacklist v0.1.2 Sep 02 01:12:15.155 INFO kablam! Checking rustdoc-highlight v0.1.4 Sep 02 01:12:15.164 INFO kablam! Checking rls-data v0.16.0 Sep 02 01:12:15.164 INFO kablam! Checking rls-vfs v0.4.6 Sep 02 01:12:15.166 INFO kablam! Compiling cargo-src v0.1.4 (file:///source) Sep 02 01:12:19.018 INFO kablam! Checking rls-analysis v0.13.0 Sep 02 01:12:20.811 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 01:12:20.811 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:40:13 Sep 02 01:12:20.811 INFO kablam! | Sep 02 01:12:20.812 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 02 01:12:20.812 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 01:12:20.812 INFO kablam! Sep 02 01:12:21.074 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 02 01:12:21.074 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:51:19 Sep 02 01:12:21.074 INFO kablam! | Sep 02 01:12:21.074 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 02 01:12:21.074 INFO kablam! | ^^^^^^^ Sep 02 01:12:21.074 INFO kablam! Sep 02 01:12:21.083 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 02 01:12:21.083 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:56:90 Sep 02 01:12:21.083 INFO kablam! | Sep 02 01:12:21.083 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 02 01:12:21.083 INFO kablam! | ^^^^^^^ Sep 02 01:12:21.083 INFO kablam! Sep 02 01:12:21.096 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 02 01:12:21.096 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:73:19 Sep 02 01:12:21.096 INFO kablam! | Sep 02 01:12:21.096 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 02 01:12:21.096 INFO kablam! | ^^^^^^^ Sep 02 01:12:21.096 INFO kablam! Sep 02 01:12:21.102 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 02 01:12:21.102 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:76:90 Sep 02 01:12:21.102 INFO kablam! | Sep 02 01:12:21.102 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 02 01:12:21.102 INFO kablam! | ^^^^^^^ Sep 02 01:12:21.102 INFO kablam! Sep 02 01:12:21.185 INFO kablam! error: aborting due to 5 previous errors Sep 02 01:12:21.185 INFO kablam! Sep 02 01:12:21.185 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 01:12:21.185 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 01:12:21.197 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 02 01:12:21.198 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 01:12:21.885 INFO kablam! error: build failed Sep 02 01:12:21.887 INFO kablam! su: No module specific data is present Sep 02 01:12:22.426 INFO running `"docker" "rm" "-f" "ca302c1ddd8fa02ea59d137cfbdedddae8fd24d7913d47104a5f0456d39b2af9"` Sep 02 01:12:22.545 INFO blam! ca302c1ddd8fa02ea59d137cfbdedddae8fd24d7913d47104a5f0456d39b2af9