[INFO] updating cached repository https://github.com/Nemo157/rjsc [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] 0dadcfd6cb5d56d9b4f31b675ddf4f72a6dc9a63 [INFO] testing Nemo157/rjsc against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FNemo157%2Frjsc" "work/builds/worker-11/source"` [INFO] [stderr] Cloning into 'work/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Nemo157/rjsc 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/Nemo157/rjsc [INFO] finished tweaking git repo https://github.com/Nemo157/rjsc [INFO] tweaked toml for git repo https://github.com/Nemo157/rjsc written to work/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/Nemo157/rjsc 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-11/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-11/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] d63c0d48030047554e14029ab6018502108a3dd18b116533708e37e0b4848c26 [INFO] running `"docker" "start" "-a" "d63c0d48030047554e14029ab6018502108a3dd18b116533708e37e0b4848c26"` [INFO] [stderr] Compiling rjsc v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `rustc_driver::driver`, `rustc_driver::CompilerCalls` [INFO] [stderr] --> src/calls.rs:6:21 [INFO] [stderr] | [INFO] [stderr] 6 | use rustc_driver::{ driver, CompilerCalls, Compilation, RustcDefaultCalls }; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^^^^^ no `CompilerCalls` in the root [INFO] [stderr] | | [INFO] [stderr] | no `driver` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntax::ast::Pat_`, `syntax::ast::Expr_`, `syntax::ast::Lit_`, `syntax::ast::Stmt_` [INFO] [stderr] --> src/visitor.rs:2:49 [INFO] [stderr] | [INFO] [stderr] 2 | use syntax::ast::{ FnDecl, Block, NodeId, Expr, Pat_, Expr_, Lit_, StrStyle, Stmt, Stmt_ }; [INFO] [stderr] | ^^^^ ^^^^^ ^^^^ ^^^^^ no `Stmt_` in `ast` [INFO] [stderr] | | | | [INFO] [stderr] | | | no `Lit_` in `ast` [INFO] [stderr] | | no `Expr_` in `ast` [INFO] [stderr] | no `Pat_` in `ast` [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 2 | use syntax::ast::{ FnDecl, Block, NodeId, Expr, Pat, Expr_, Lit_, StrStyle, Stmt, Stmt_ }; [INFO] [stderr] | ^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 2 | use syntax::ast::{ FnDecl, Block, NodeId, Expr, Pat_, Expr, Lit_, StrStyle, Stmt, Stmt_ }; [INFO] [stderr] | ^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 2 | use syntax::ast::{ FnDecl, Block, NodeId, Expr, Pat_, Expr_, Lit, StrStyle, Stmt, Stmt_ }; [INFO] [stderr] | ^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 2 | use syntax::ast::{ FnDecl, Block, NodeId, Expr, Pat_, Expr_, Lit_, StrStyle, Stmt, Stmt }; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> src/visitor.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::codemap::{ Span }; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `registry` in `diagnostics` [INFO] [stderr] --> src/calls.rs:21:73 [INFO] [stderr] | [INFO] [stderr] 21 | fn early_callback(&mut self, _: &getopts::Matches, _: &diagnostics::registry::Registry) -> Compilation { [INFO] [stderr] | ^^^^^^^^ could not find `registry` in `diagnostics` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `registry` in `diagnostics` [INFO] [stderr] --> src/calls.rs:34:131 [INFO] [stderr] | [INFO] [stderr] 34 | fn no_input(&mut self, m: &getopts::Matches, o: &config::Options, odir: &Option, ofile: &Option, r: &diagnostics::registry::Registry) -> Option<(Input, Option)> { [INFO] [stderr] | ^^^^^^^^ could not find `registry` in `diagnostics` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/calls.rs:25:93 [INFO] [stderr] | [INFO] [stderr] 25 | fn late_callback(&mut self, m: &getopts::Matches, s: &Session, i: &Input, odir: &Option, ofile: &Option) -> Compilation { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use rustc::hir::Path; [INFO] [stderr] | [INFO] [stderr] 1 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] 1 | use syntax::ast::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/calls.rs:25:115 [INFO] [stderr] | [INFO] [stderr] 25 | fn late_callback(&mut self, m: &getopts::Matches, s: &Session, i: &Input, odir: &Option, ofile: &Option) -> Compilation { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use rustc::hir::Path; [INFO] [stderr] | [INFO] [stderr] 1 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] 1 | use syntax::ast::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/calls.rs:30:63 [INFO] [stderr] | [INFO] [stderr] 30 | fn some_input(&mut self, input: Input, input_path: Option) -> (Input, Option) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use rustc::hir::Path; [INFO] [stderr] | [INFO] [stderr] 1 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] 1 | use syntax::ast::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/calls.rs:30:88 [INFO] [stderr] | [INFO] [stderr] 30 | fn some_input(&mut self, input: Input, input_path: Option) -> (Input, Option) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use rustc::hir::Path; [INFO] [stderr] | [INFO] [stderr] 1 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] 1 | use syntax::ast::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/calls.rs:34:85 [INFO] [stderr] | [INFO] [stderr] 34 | fn no_input(&mut self, m: &getopts::Matches, o: &config::Options, odir: &Option, ofile: &Option, r: &diagnostics::registry::Registry) -> Option<(Input, Option)> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use rustc::hir::Path; [INFO] [stderr] | [INFO] [stderr] 1 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] 1 | use syntax::ast::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/calls.rs:34:107 [INFO] [stderr] | [INFO] [stderr] 34 | fn no_input(&mut self, m: &getopts::Matches, o: &config::Options, odir: &Option, ofile: &Option, r: &diagnostics::registry::Registry) -> Option<(Input, Option)> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use rustc::hir::Path; [INFO] [stderr] | [INFO] [stderr] 1 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] 1 | use syntax::ast::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/calls.rs:34:176 [INFO] [stderr] | [INFO] [stderr] 34 | fn no_input(&mut self, m: &getopts::Matches, o: &config::Options, odir: &Option, ofile: &Option, r: &diagnostics::registry::Registry) -> Option<(Input, Option)> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use rustc::hir::Path; [INFO] [stderr] | [INFO] [stderr] 1 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] 1 | use syntax::ast::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `set_exit_status` in module `std::env` [INFO] [stderr] --> src/main.rs:17:15 [INFO] [stderr] | [INFO] [stderr] 17 | std::env::set_exit_status(0); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `std::env` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(box_syntax)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(old_path)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #![feature(rustc_private)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #![feature(exit_status)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `rjsc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d63c0d48030047554e14029ab6018502108a3dd18b116533708e37e0b4848c26"` [INFO] running `"docker" "rm" "-f" "d63c0d48030047554e14029ab6018502108a3dd18b116533708e37e0b4848c26"` [INFO] [stdout] d63c0d48030047554e14029ab6018502108a3dd18b116533708e37e0b4848c26