[INFO] updating cached repository https://github.com/asolove/maxilla [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] 53992f9d64cf039a8f409cbd0e885c154761f62a [INFO] testing asolove/maxilla against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasolove%2Fmaxilla" "work/builds/worker-8/source"` [INFO] [stderr] Cloning into 'work/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/asolove/maxilla on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/asolove/maxilla [INFO] finished tweaking git repo https://github.com/asolove/maxilla [INFO] tweaked toml for git repo https://github.com/asolove/maxilla written to work/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/asolove/maxilla already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-8/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/iron/body-parser.git` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 2c72d073d7533c5316b21d0b7fa55f0c75271241c4b75e87ed9e809558f56686 [INFO] running `"docker" "start" "-a" "2c72d073d7533c5316b21d0b7fa55f0c75271241c4b75e87ed9e809558f56686"` [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Compiling iron v0.6.1 [INFO] [stderr] Compiling persistent v0.4.0 [INFO] [stderr] Compiling bodyparser v0.8.0 (https://github.com/iron/body-parser.git#49ae53cd) [INFO] [stderr] Compiling maxilla v0.1.0 (/opt/rustwide/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 stable 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" "2c72d073d7533c5316b21d0b7fa55f0c75271241c4b75e87ed9e809558f56686"` [INFO] running `"docker" "rm" "-f" "2c72d073d7533c5316b21d0b7fa55f0c75271241c4b75e87ed9e809558f56686"` [INFO] [stdout] 2c72d073d7533c5316b21d0b7fa55f0c75271241c4b75e87ed9e809558f56686