Sep 10 21:36:24.397 INFO checking cargo-src-0.1.4 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 21:36:24.397 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 21:36:24.397 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-0/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-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:24.602 INFO blam! 56cc0be21ee19f62d2679cf093950d5ccf2e06294283d60825a71012aec0fa10 Sep 10 21:36:24.606 INFO running `"docker" "start" "-a" "56cc0be21ee19f62d2679cf093950d5ccf2e06294283d60825a71012aec0fa10"` Sep 10 21:36:25.318 INFO kablam! usermod: no changes Sep 10 21:36:25.789 INFO kablam! Checking rls-blacklist v0.1.2 Sep 10 21:36:25.792 INFO kablam! Checking rls-span v0.4.0 Sep 10 21:36:25.792 INFO kablam! Checking rustdoc-highlight v0.1.4 Sep 10 21:36:25.800 INFO kablam! Compiling cargo-src v0.1.4 (file:///source) Sep 10 21:36:25.803 INFO kablam! Compiling derive-new v0.5.5 Sep 10 21:36:28.634 INFO kablam! Checking rls-data v0.16.0 Sep 10 21:36:28.635 INFO kablam! Checking rls-vfs v0.4.6 Sep 10 21:36:29.621 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 21:36:29.621 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:40:13 Sep 10 21:36:29.621 INFO kablam! | Sep 10 21:36:29.621 INFO kablam! 40 | use syntax::codemap::{CodeMap, FilePathMapping}; Sep 10 21:36:29.621 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 10 21:36:29.621 INFO kablam! Sep 10 21:36:30.246 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 10 21:36:30.246 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:51:19 Sep 10 21:36:30.246 INFO kablam! | Sep 10 21:36:30.246 INFO kablam! 51 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 10 21:36:30.246 INFO kablam! | ^^^^^^^ Sep 10 21:36:30.246 INFO kablam! Sep 10 21:36:30.253 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 10 21:36:30.253 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:56:90 Sep 10 21:36:30.253 INFO kablam! | Sep 10 21:36:30.253 INFO kablam! 56 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 10 21:36:30.253 INFO kablam! | ^^^^^^^ Sep 10 21:36:30.253 INFO kablam! Sep 10 21:36:30.285 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 10 21:36:30.285 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:73:19 Sep 10 21:36:30.285 INFO kablam! | Sep 10 21:36:30.285 INFO kablam! 73 | let fm = sess.codemap().new_filemap(FileName::Custom("stdin".to_string()), src.to_string()); Sep 10 21:36:30.285 INFO kablam! | ^^^^^^^ Sep 10 21:36:30.285 INFO kablam! Sep 10 21:36:30.321 INFO kablam! error[E0599]: no method named `codemap` found for type `syntax::parse::ParseSess` in the current scope Sep 10 21:36:30.321 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustdoc-highlight-0.1.4/src/lib.rs:76:90 Sep 10 21:36:30.321 INFO kablam! | Sep 10 21:36:30.321 INFO kablam! 76 | let mut classifier = Classifier::new(lexer::StringReader::new(&sess, fm, None), sess.codemap()); Sep 10 21:36:30.321 INFO kablam! | ^^^^^^^ Sep 10 21:36:30.321 INFO kablam! Sep 10 21:36:30.498 INFO kablam! error: aborting due to 5 previous errors Sep 10 21:36:30.498 INFO kablam! Sep 10 21:36:30.499 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 21:36:30.499 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 21:36:30.511 INFO kablam! error: Could not compile `rustdoc-highlight`. Sep 10 21:36:30.511 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 21:36:33.377 INFO kablam! error: build failed Sep 10 21:36:33.379 INFO kablam! su: No module specific data is present Sep 10 21:36:34.081 INFO running `"docker" "rm" "-f" "56cc0be21ee19f62d2679cf093950d5ccf2e06294283d60825a71012aec0fa10"` Sep 10 21:36:34.199 INFO blam! 56cc0be21ee19f62d2679cf093950d5ccf2e06294283d60825a71012aec0fa10