[INFO] updating cached repository Nemo157/rjsc [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Nemo157/rjsc [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Nemo157/rjsc" "work/ex/beta-1.38-1/sources/1.37.0/gh/Nemo157/rjsc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Nemo157/rjsc'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Nemo157/rjsc" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Nemo157/rjsc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Nemo157/rjsc'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0dadcfd6cb5d56d9b4f31b675ddf4f72a6dc9a63 [INFO] sha for GitHub repo Nemo157/rjsc: 0dadcfd6cb5d56d9b4f31b675ddf4f72a6dc9a63 [INFO] validating manifest of Nemo157/rjsc on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Nemo157/rjsc on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Nemo157/rjsc [INFO] finished frobbing Nemo157/rjsc [INFO] frobbed toml for Nemo157/rjsc written to work/ex/beta-1.38-1/sources/1.37.0/gh/Nemo157/rjsc/Cargo.toml [INFO] started frobbing Nemo157/rjsc [INFO] finished frobbing Nemo157/rjsc [INFO] frobbed toml for Nemo157/rjsc written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Nemo157/rjsc/Cargo.toml [INFO] crate Nemo157/rjsc already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Nemo157/rjsc against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Nemo157/rjsc:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] dfcb6491a8f4f962977f5c935888bc5d7890e04989708013e99e74e787abc847 [INFO] running `"docker" "start" "-a" "dfcb6491a8f4f962977f5c935888bc5d7890e04989708013e99e74e787abc847"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rjsc v0.0.1 (/opt/crater/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 stable 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 stable 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 stable 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 stable 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" "dfcb6491a8f4f962977f5c935888bc5d7890e04989708013e99e74e787abc847"` [INFO] running `"docker" "rm" "-f" "dfcb6491a8f4f962977f5c935888bc5d7890e04989708013e99e74e787abc847"` [INFO] [stdout] dfcb6491a8f4f962977f5c935888bc5d7890e04989708013e99e74e787abc847