[INFO] cloning repository https://github.com/Nemo157/rjsc [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Nemo157/rjsc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNemo157%2Frjsc"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNemo157%2Frjsc'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0dadcfd6cb5d56d9b4f31b675ddf4f72a6dc9a63 [INFO] checking Nemo157/rjsc against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNemo157%2Frjsc" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Nemo157/rjsc on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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 /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/Nemo157/rjsc already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3a1df3ddd51aa40d5abc76a2774051ff6af31ddc62b02743fa229cff967e1a6a [INFO] running `"docker" "start" "-a" "3a1df3ddd51aa40d5abc76a2774051ff6af31ddc62b02743fa229cff967e1a6a"` [INFO] [stderr] Checking 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, Path, 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[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, Path, 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] 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] [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] 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] 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] [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: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: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] 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] [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] 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] [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] 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[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] [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: aborting due to 13 previous errors [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `rjsc`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rjsc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3a1df3ddd51aa40d5abc76a2774051ff6af31ddc62b02743fa229cff967e1a6a"` [INFO] running `"docker" "rm" "-f" "3a1df3ddd51aa40d5abc76a2774051ff6af31ddc62b02743fa229cff967e1a6a"` [INFO] [stdout] 3a1df3ddd51aa40d5abc76a2774051ff6af31ddc62b02743fa229cff967e1a6a