[INFO] crate jsx 0.1.0 is already in cache [INFO] extracting crate jsx 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/jsx/0.1.0 [INFO] extracting crate jsx 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/jsx/0.1.0 [INFO] validating manifest of jsx-0.1.0 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 jsx-0.1.0 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 jsx-0.1.0 [INFO] finished frobbing jsx-0.1.0 [INFO] frobbed toml for jsx-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/jsx/0.1.0/Cargo.toml [INFO] started frobbing jsx-0.1.0 [INFO] finished frobbing jsx-0.1.0 [INFO] frobbed toml for jsx-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/jsx/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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] 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 jsx-0.1.0 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-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/jsx/0.1.0:/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] cb5135db1880f3d6e192cfb26c2f6232afdbd87e2352455457b905c8d7997a38 [INFO] running `"docker" "start" "-a" "cb5135db1880f3d6e192cfb26c2f6232afdbd87e2352455457b905c8d7997a38"` [INFO] [stderr] Compiling jsx v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/lib.rs:3:45 [INFO] [stderr] | [INFO] [stderr] 3 | #![feature(plugin_registrar, rustc_private, quote)] [INFO] [stderr] | ^^^^^ feature has been removed [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> src/lib.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use syntax::codemap::{Span, Spanned}; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntax::ast::TokenTree`, `syntax::ast::PathParameters` [INFO] [stderr] --> src/lib.rs:9:19 [INFO] [stderr] | [INFO] [stderr] 9 | use syntax::ast::{TokenTree, Ident, PathSegment, PathParameters, Path, Field}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^ no `PathParameters` in `ast` [INFO] [stderr] | | [INFO] [stderr] | no `TokenTree` in `ast` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::parse::token::intern` [INFO] [stderr] --> src/lib.rs:12:35 [INFO] [stderr] | [INFO] [stderr] 12 | use syntax::parse::token::{Token, intern}; [INFO] [stderr] | ^^^^^^ no `intern` in `parse::token` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::plugin` [INFO] [stderr] --> src/lib.rs:13:12 [INFO] [stderr] | [INFO] [stderr] 13 | use rustc::plugin::Registry; [INFO] [stderr] | ^^^^^^ could not find `plugin` in `rustc` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr!` in this scope [INFO] [stderr] --> src/lib.rs:69:22 [INFO] [stderr] | [INFO] [stderr] 69 | let expression = quote_expr!(cx, $val.to_string()); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #![feature(plugin_registrar, rustc_private, quote)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `syntax::ext::build::AstBuilder` [INFO] [stderr] --> src/lib.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use syntax::ext::build::AstBuilder; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:15:71 [INFO] [stderr] | [INFO] [stderr] 15 | fn compile_jsx(cx: &mut ExtCtxt, sp: Span, args: &[TokenTree]) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MacResult + 'static` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Lt` found for type `syntax::parse::token::Token` in the current scope [INFO] [stderr] --> src/lib.rs:31:42 [INFO] [stderr] | [INFO] [stderr] 31 | try!(expect_token(&tokens[0], Token::Lt)); [INFO] [stderr] | ^^ associated item not found in `syntax::parse::token::Token` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Ident` found for type `syntax::parse::token::Token` in the current scope [INFO] [stderr] --> src/lib.rs:53:24 [INFO] [stderr] | [INFO] [stderr] 53 | Token::Ident(ident, _) => Ok(ident), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | | [INFO] [stderr] | associated item not found in `syntax::parse::token::Token` [INFO] [stderr] | help: there is a method with a similar name: `ident` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` [INFO] [stderr] --> src/lib.rs:63:38 [INFO] [stderr] | [INFO] [stderr] 63 | let name_segment = PathSegment { identifier: identifier, parameters: PathParameters::none() }; [INFO] [stderr] | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `ident`, `id`, `args` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` [INFO] [stderr] --> src/lib.rs:63:62 [INFO] [stderr] | [INFO] [stderr] 63 | let name_segment = PathSegment { identifier: identifier, parameters: PathParameters::none() }; [INFO] [stderr] | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `ident`, `id`, `args` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `syntax::ast::Path` has no field named `global` [INFO] [stderr] --> src/lib.rs:64:23 [INFO] [stderr] | [INFO] [stderr] 64 | Path { span: *sp, global: false, segments: vec![name_segment] } [INFO] [stderr] | ^^^^^^ `syntax::ast::Path` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `span`, `segments` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing fields `attrs`, `is_shorthand` in initializer of `syntax::ast::Field` [INFO] [stderr] --> src/lib.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | Field { ident: identifier, expr: expression, span: *sp } [INFO] [stderr] | ^^^^^ missing `attrs`, `is_shorthand` [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0063, E0432, E0554, E0557, E0560, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0063`. [INFO] [stderr] error: Could not compile `jsx`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "cb5135db1880f3d6e192cfb26c2f6232afdbd87e2352455457b905c8d7997a38"` [INFO] running `"docker" "rm" "-f" "cb5135db1880f3d6e192cfb26c2f6232afdbd87e2352455457b905c8d7997a38"` [INFO] [stdout] cb5135db1880f3d6e192cfb26c2f6232afdbd87e2352455457b905c8d7997a38