[INFO] updating cached repository asolove/maxilla [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/asolove/maxilla [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/asolove/maxilla" "work/ex/beta-1.38-1/sources/1.37.0/gh/asolove/maxilla"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/asolove/maxilla'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/asolove/maxilla" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/asolove/maxilla"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/asolove/maxilla'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 53992f9d64cf039a8f409cbd0e885c154761f62a [INFO] sha for GitHub repo asolove/maxilla: 53992f9d64cf039a8f409cbd0e885c154761f62a [INFO] validating manifest of asolove/maxilla 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 asolove/maxilla 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 asolove/maxilla [INFO] finished frobbing asolove/maxilla [INFO] frobbed toml for asolove/maxilla written to work/ex/beta-1.38-1/sources/1.37.0/gh/asolove/maxilla/Cargo.toml [INFO] started frobbing asolove/maxilla [INFO] finished frobbing asolove/maxilla [INFO] frobbed toml for asolove/maxilla written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/asolove/maxilla/Cargo.toml [INFO] crate asolove/maxilla 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] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/asolove/maxilla/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/iron/body-parser.git` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/iron/body-parser.git` [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 asolove/maxilla against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/asolove/maxilla:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] b03693f0987e777d526beb3c3feef48d0edbf42c1deb457262d44187cbaf92a4 [INFO] running `"docker" "start" "-a" "b03693f0987e777d526beb3c3feef48d0edbf42c1deb457262d44187cbaf92a4"` [INFO] [stderr] Compiling maxilla v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `rustc::middle::cstore::DummyCrateStore` [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use rustc::middle::cstore::DummyCrateStore; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^--------------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `CrateStore` [INFO] [stderr] | no `DummyCrateStore` in `middle::cstore` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc_driver::driver` [INFO] [stderr] --> src/main.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use rustc_driver::driver; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `driver` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntax::ast::Stmt_`, `syntax::ast::Decl_`, `syntax::ast::Pat_`, `syntax::ast::Ty_`, `syntax::ast::Expr_`, `syntax::ast::Item_` [INFO] [stderr] --> src/explain.rs:2:19 [INFO] [stderr] | [INFO] [stderr] 2 | use syntax::ast::{Stmt_, Decl_, Pat_, Ty_, Expr_, Block, Mod, Item, Item_, Unsafety, Constness, Visibility, FnDecl, Arg, Ty, Pat, Expr}; [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^ ^^^ ^^^^^ ^^^^^ no `Item_` in `ast` [INFO] [stderr] | | | | | | [INFO] [stderr] | | | | | no `Expr_` in `ast` [INFO] [stderr] | | | | no `Ty_` in `ast` [INFO] [stderr] | | | no `Pat_` in `ast` [INFO] [stderr] | | no `Decl_` in `ast` [INFO] [stderr] | no `Stmt_` in `ast` [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 2 | use syntax::ast::{Stmt, Decl_, Pat_, Ty_, Expr_, Block, Mod, Item, Item_, Unsafety, Constness, Visibility, FnDecl, Arg, Ty, Pat, Expr}; [INFO] [stderr] | ^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 2 | use syntax::ast::{Stmt_, Decl_, Pat, Ty_, Expr_, Block, Mod, Item, Item_, Unsafety, Constness, Visibility, FnDecl, Arg, Ty, Pat, Expr}; [INFO] [stderr] | ^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 2 | use syntax::ast::{Stmt_, Decl_, Pat_, Ty, Expr_, Block, Mod, Item, Item_, Unsafety, Constness, Visibility, FnDecl, Arg, Ty, Pat, Expr}; [INFO] [stderr] | ^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 2 | use syntax::ast::{Stmt_, Decl_, Pat_, Ty_, Expr, Block, Mod, Item, Item_, Unsafety, Constness, Visibility, FnDecl, Arg, Ty, Pat, Expr}; [INFO] [stderr] | ^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 2 | use syntax::ast::{Stmt_, Decl_, Pat_, Ty_, Expr_, Block, Mod, Item, Item, Unsafety, Constness, Visibility, FnDecl, Arg, Ty, Pat, Expr}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> src/explain.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use syntax::codemap::{Span, Spanned, NO_EXPANSION, BytePos, Pos}; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> src/tree.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::codemap::{Pos, Spanned}; [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/main.rs:48:63 [INFO] [stderr] | [INFO] [stderr] 48 | syntax::diagnostics::registry::Registry::new(&[]), [INFO] [stderr] | ^^^^^^^^ could not find `registry` in `diagnostics` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `basic_options` in module `config` [INFO] [stderr] --> src/main.rs:46:27 [INFO] [stderr] | [INFO] [stderr] 46 | let options = config::basic_options(); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `config` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected function, found struct variant `Input::Str` [INFO] [stderr] --> src/main.rs:51:17 [INFO] [stderr] | [INFO] [stderr] 51 | let input = Input::Str(code.to_string()); [INFO] [stderr] | ^^^^^^^^^^ did you mean `Input::Str { /* fields */ }`? [INFO] [stderr] help: possible better candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 8 | use rustc::hir::PrimTy::Str; [INFO] [stderr] | [INFO] [stderr] 8 | use rustc::hir::Str; [INFO] [stderr] | [INFO] [stderr] 8 | use rustc::ty::Str; [INFO] [stderr] | [INFO] [stderr] 8 | use rustc::ty::TyKind::Str; [INFO] [stderr] | [INFO] [stderr] and 3 other candidates [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(rustc_private)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `FnDecl` [INFO] [stderr] --> src/explain.rs:2:109 [INFO] [stderr] | [INFO] [stderr] 2 | use syntax::ast::{Stmt_, Decl_, Pat_, Ty_, Expr_, Block, Mod, Item, Item_, Unsafety, Constness, Visibility, FnDecl, Arg, Ty, Pat, Expr}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> src/explain.rs:29:7 [INFO] [stderr] | [INFO] [stderr] 29 | impl SpannedExplainParse for Spanned where T: ExplainParse { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0207, E0423, E0425, E0432, E0433, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0207`. [INFO] [stderr] error: Could not compile `maxilla`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b03693f0987e777d526beb3c3feef48d0edbf42c1deb457262d44187cbaf92a4"` [INFO] running `"docker" "rm" "-f" "b03693f0987e777d526beb3c3feef48d0edbf42c1deb457262d44187cbaf92a4"` [INFO] [stdout] b03693f0987e777d526beb3c3feef48d0edbf42c1deb457262d44187cbaf92a4