[INFO] updating cached repository https://github.com/nrc/rls-rustc [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 24591fd88c6a6f2ffc3fa6b4c6ba11aced2e5dfe [INFO] testing nrc/rls-rustc against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnrc%2Frls-rustc" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nrc/rls-rustc on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/nrc/rls-rustc [INFO] finished tweaking git repo https://github.com/nrc/rls-rustc [INFO] tweaked toml for git repo https://github.com/nrc/rls-rustc written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/nrc/rls-rustc already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 6fe09b9cea06140653733e7c845f856edfd595a2679952aed932987a48ae880b [INFO] running `"docker" "start" "-a" "6fe09b9cea06140653733e7c845f856edfd595a2679952aed932987a48ae880b"` [INFO] [stderr] Compiling rls-rustc v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `rustc_driver::driver` [INFO] [stderr] --> src/lib.rs:17:19 [INFO] [stderr] | [INFO] [stderr] 17 | use rustc_driver::driver::CompileController; [INFO] [stderr] | ^^^^^^ could not find `driver` in `rustc_driver` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `rustc_driver::CompilerCalls`, `rustc_driver::enable_save_analysis` [INFO] [stderr] --> src/lib.rs:18:34 [INFO] [stderr] | [INFO] [stderr] 18 | use rustc_driver::{run_compiler, CompilerCalls, RustcDefaultCalls, Compilation, enable_save_analysis}; [INFO] [stderr] | ^^^^^^^^^^^^^ no `CompilerCalls` in the root ^^^^^^^^^^^^^^^^^^^^ no `enable_save_analysis` in the root [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `run` in crate `rustc_driver` [INFO] [stderr] --> src/lib.rs:27:32 [INFO] [stderr] | [INFO] [stderr] 27 | let result = rustc_driver::run(|| { [INFO] [stderr] | ^^^ not found in `rustc_driver` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 13 | use run; [INFO] [stderr] | [INFO] [stderr] 13 | use syntax::show_span::run; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(rustc_private)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(box_syntax)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:58:26 [INFO] [stderr] | [INFO] [stderr] 58 | a: &CodegenBackend, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn CodegenBackend` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `rls-rustc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6fe09b9cea06140653733e7c845f856edfd595a2679952aed932987a48ae880b"` [INFO] running `"docker" "rm" "-f" "6fe09b9cea06140653733e7c845f856edfd595a2679952aed932987a48ae880b"` [INFO] [stdout] 6fe09b9cea06140653733e7c845f856edfd595a2679952aed932987a48ae880b