[INFO] fetching crate dsl_macros 0.1.2... [INFO] testing dsl_macros-0.1.2 against 1.60.0 for beta-1.61-1 [INFO] extracting crate dsl_macros 0.1.2 into /workspace/builds/worker-27/source [INFO] validating manifest of crates.io crate dsl_macros 0.1.2 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dsl_macros 0.1.2 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate dsl_macros 0.1.2 [INFO] tweaked toml for crates.io crate dsl_macros 0.1.2 written to /workspace/builds/worker-27/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1a97c7f0d4ff13e10e06ec8b42011a0fcd72b770963e121e9f54c0a00644089d [INFO] running `Command { std: "docker" "start" "-a" "1a97c7f0d4ff13e10e06ec8b42011a0fcd72b770963e121e9f54c0a00644089d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1a97c7f0d4ff13e10e06ec8b42011a0fcd72b770963e121e9f54c0a00644089d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a97c7f0d4ff13e10e06ec8b42011a0fcd72b770963e121e9f54c0a00644089d", kill_on_drop: false }` [INFO] [stdout] 1a97c7f0d4ff13e10e06ec8b42011a0fcd72b770963e121e9f54c0a00644089d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 07e47c1db2a1428d07d54b5577a7916397523ee004b7a162b7d3375b3546b893 [INFO] running `Command { std: "docker" "start" "-a" "07e47c1db2a1428d07d54b5577a7916397523ee004b7a162b7d3375b3546b893", kill_on_drop: false }` [INFO] [stderr] Compiling dsl_macros v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(plugin_registrar)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: a __rustc_plugin_registrar symbol must now be defined instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `syntax` [INFO] [stdout] --> src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | extern crate syntax; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0462]: found staticlib `rustc` instead of rlib or dylib [INFO] [stdout] --> src/lib.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | extern crate rustc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: please recompile that crate using --crate-type lib [INFO] [stdout] = note: the following crate versions were found: [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.msan.a [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.lsan.a [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.tsan.a [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.asan.a [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `plugin_registrar` in this scope [INFO] [stdout] --> src/lib.rs:17:3 [INFO] [stdout] | [INFO] [stdout] 17 | #[plugin_registrar] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `plugin_registrar` is in scope, but it is a function, not an attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/dsl/parser.rs:5:36 [INFO] [stdout] | [INFO] [stdout] 5 | impl<'a, 'b> super::super::Parser<(codemap::Span, &'a mut base::ExtCtxt<'b>)> for super::DslState { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `base` [INFO] [stdout] --> src/dsl/parser.rs:5:59 [INFO] [stdout] | [INFO] [stdout] 5 | impl<'a, 'b> super::super::Parser<(codemap::Span, &'a mut base::ExtCtxt<'b>)> for super::DslState { [INFO] [stdout] | ^^^^ use of undeclared crate or module `base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `parser` [INFO] [stdout] --> src/dsl/parser.rs:6:27 [INFO] [stdout] | [INFO] [stdout] 6 | fn parse(parser: &mut parser::Parser, (sp, cx): (codemap::Span, &'a mut base::ExtCtxt)) [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `parser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/dsl/parser.rs:6:54 [INFO] [stdout] | [INFO] [stdout] 6 | fn parse(parser: &mut parser::Parser, (sp, cx): (codemap::Span, &'a mut base::ExtCtxt)) [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `base` [INFO] [stdout] --> src/dsl/parser.rs:6:77 [INFO] [stdout] | [INFO] [stdout] 6 | fn parse(parser: &mut parser::Parser, (sp, cx): (codemap::Span, &'a mut base::ExtCtxt)) [INFO] [stdout] | ^^^^ use of undeclared crate or module `base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/parser.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 11 | &ast::Expr_::ExprClosure(..) => (), [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/generator.rs:6:18 [INFO] [stdout] | [INFO] [stdout] 6 | fn rewrite(expr: ast::Expr, context: ast::Ident, cx: &mut base::ExtCtxt) -> ptr::P { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/generator.rs:6:38 [INFO] [stdout] | [INFO] [stdout] 6 | fn rewrite(expr: ast::Expr, context: ast::Ident, cx: &mut base::ExtCtxt) -> ptr::P { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `base` [INFO] [stdout] --> src/dsl/generator.rs:6:59 [INFO] [stdout] | [INFO] [stdout] 6 | fn rewrite(expr: ast::Expr, context: ast::Ident, cx: &mut base::ExtCtxt) -> ptr::P { [INFO] [stdout] | ^^^^ use of undeclared crate or module `base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ptr` [INFO] [stdout] --> src/dsl/generator.rs:6:77 [INFO] [stdout] | [INFO] [stdout] 6 | fn rewrite(expr: ast::Expr, context: ast::Ident, cx: &mut base::ExtCtxt) -> ptr::P { [INFO] [stdout] | ^^^ use of undeclared crate or module `ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/generator.rs:6:84 [INFO] [stdout] | [INFO] [stdout] 6 | fn rewrite(expr: ast::Expr, context: ast::Ident, cx: &mut base::ExtCtxt) -> ptr::P { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/generator.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | let ast::Expr{span, node, ..} = expr; [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/generator.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | ast::Expr_::ExprCall(path, mut args) => { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/generator.rs:11:17 [INFO] [stdout] | [INFO] [stdout] 11 | ast::Expr_::ExprPath(_, path) => { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/generator.rs:12:25 [INFO] [stdout] | [INFO] [stdout] 12 | let ast::PathSegment{identifier, parameters} = path.segments[0].clone(); [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/generator.rs:14:25 [INFO] [stdout] | [INFO] [stdout] 14 | ast::PathParameters::AngleBracketedParameters(data) => { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/generator.rs:25:27 [INFO] [stdout] | [INFO] [stdout] 25 | cx.expr(span, ast::ExprMethodCall(codemap::Spanned{node: ident, span: span}, types, args)) [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/dsl/generator.rs:25:47 [INFO] [stdout] | [INFO] [stdout] 25 | cx.expr(span, ast::ExprMethodCall(codemap::Spanned{node: ident, span: span}, types, args)) [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ptr` [INFO] [stdout] --> src/dsl/generator.rs:31:33 [INFO] [stdout] | [INFO] [stdout] 31 | fn rewrite_if_needed(expr: &mut ptr::P, context: ast::Ident, cx: &mut base::ExtCtxt) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/generator.rs:31:40 [INFO] [stdout] | [INFO] [stdout] 31 | fn rewrite_if_needed(expr: &mut ptr::P, context: ast::Ident, cx: &mut base::ExtCtxt) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/generator.rs:31:61 [INFO] [stdout] | [INFO] [stdout] 31 | fn rewrite_if_needed(expr: &mut ptr::P, context: ast::Ident, cx: &mut base::ExtCtxt) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `base` [INFO] [stdout] --> src/dsl/generator.rs:31:82 [INFO] [stdout] | [INFO] [stdout] 31 | fn rewrite_if_needed(expr: &mut ptr::P, context: ast::Ident, cx: &mut base::ExtCtxt) { [INFO] [stdout] | ^^^^ use of undeclared crate or module `base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/generator.rs:33:10 [INFO] [stdout] | [INFO] [stdout] 33 | &ast::Expr_::ExprCall(ref path, _) => { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/generator.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | ast::Expr_::ExprPath(_, ref path) if path.segments.len() == 1 => true, [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/generator.rs:46:22 [INFO] [stdout] | [INFO] [stdout] 46 | fn extract_name(arg: ast::Arg, sp: codemap::Span, cx: &mut base::ExtCtxt) -> ast::Ident { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/dsl/generator.rs:46:36 [INFO] [stdout] | [INFO] [stdout] 46 | fn extract_name(arg: ast::Arg, sp: codemap::Span, cx: &mut base::ExtCtxt) -> ast::Ident { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `base` [INFO] [stdout] --> src/dsl/generator.rs:46:60 [INFO] [stdout] | [INFO] [stdout] 46 | fn extract_name(arg: ast::Arg, sp: codemap::Span, cx: &mut base::ExtCtxt) -> ast::Ident { [INFO] [stdout] | ^^^^ use of undeclared crate or module `base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/generator.rs:46:78 [INFO] [stdout] | [INFO] [stdout] 46 | fn extract_name(arg: ast::Arg, sp: codemap::Span, cx: &mut base::ExtCtxt) -> ast::Ident { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/generator.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | ast::Pat_::PatIdent(_, ident, _) => { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/dsl/generator.rs:56:35 [INFO] [stdout] | [INFO] [stdout] 56 | fn generate<'a>(mut self, sp: codemap::Span, cx: &mut base::ExtCtxt, _: ()) -> Box { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `base` [INFO] [stdout] --> src/dsl/generator.rs:56:59 [INFO] [stdout] | [INFO] [stdout] 56 | fn generate<'a>(mut self, sp: codemap::Span, cx: &mut base::ExtCtxt, _: ()) -> Box { [INFO] [stdout] | ^^^^ use of undeclared crate or module `base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `base` [INFO] [stdout] --> src/dsl/generator.rs:56:88 [INFO] [stdout] | [INFO] [stdout] 56 | fn generate<'a>(mut self, sp: codemap::Span, cx: &mut base::ExtCtxt, _: ()) -> Box { [INFO] [stdout] | ^^^^ use of undeclared crate or module `base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/generator.rs:59:22 [INFO] [stdout] | [INFO] [stdout] 59 | &mut ast::Expr_::ExprClosure(ref _clause, ref decl, ref mut block) => { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/generator.rs:69:38 [INFO] [stdout] | [INFO] [stdout] 69 | ... &mut ast::Expr_::ExprBlock(ref mut block) => { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/generator.rs:77:58 [INFO] [stdout] | [INFO] [stdout] 77 | ... &mut ast::Stmt_::StmtDecl(ref _decl, ref _id) => (), [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/generator.rs:78:58 [INFO] [stdout] | [INFO] [stdout] 78 | ... &mut ast::Stmt_::StmtMac(ref _mac, ref _style) => (), [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/generator.rs:79:58 [INFO] [stdout] | [INFO] [stdout] 79 | ... &mut ast::Stmt_::StmtExpr(ref mut expr, ref _id) => { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/generator.rs:82:58 [INFO] [stdout] | [INFO] [stdout] 82 | ... &mut ast::Stmt_::StmtSemi(ref mut expr, ref _id) => { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `base` [INFO] [stdout] --> src/dsl/generator.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | base::MacEager::expr(self.expr) [INFO] [stdout] | ^^^^ use of undeclared crate or module `base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ptr` [INFO] [stdout] --> src/dsl/mod.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | pub expr: ptr::P, [INFO] [stdout] | ^^^ use of undeclared crate or module `ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/mod.rs:11:22 [INFO] [stdout] | [INFO] [stdout] 11 | pub expr: ptr::P, [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `base` [INFO] [stdout] --> src/dsl/mod.rs:14:30 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn dsl<'cx>(cx: &'cx mut base::ExtCtxt, sp: codemap::Span, tokens: &[ast::TokenTree]) [INFO] [stdout] | ^^^^ use of undeclared crate or module `base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/dsl/mod.rs:14:49 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn dsl<'cx>(cx: &'cx mut base::ExtCtxt, sp: codemap::Span, tokens: &[ast::TokenTree]) [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/dsl/mod.rs:14:74 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn dsl<'cx>(cx: &'cx mut base::ExtCtxt, sp: codemap::Span, tokens: &[ast::TokenTree]) [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `base` [INFO] [stdout] --> src/dsl/mod.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | -> Box [INFO] [stdout] | ^^^^ use of undeclared crate or module `base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `parse` [INFO] [stdout] --> src/dsl/mod.rs:18:22 [INFO] [stdout] | [INFO] [stdout] 18 | let mut parser = parse::tts_to_parser(cx.parse_sess(), tokens.to_vec(), cx.cfg()); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `parse` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 18 | let mut parser = parser::tts_to_parser(cx.parse_sess(), tokens.to_vec(), cx.cfg()); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `plugin` [INFO] [stdout] --> src/lib.rs:19:35 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn plugin_registrar(reg: &mut plugin::Registry) { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `plugin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> src/lib.rs:20:35 [INFO] [stdout] | [INFO] [stdout] 20 | reg.register_syntax_extension(token::intern("dsl"), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `parser` [INFO] [stdout] --> src/lib.rs:25:19 [INFO] [stdout] | [INFO] [stdout] 25 | fn parse(&mut parser::Parser, Cfg) -> Self; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `parser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/lib.rs:29:27 [INFO] [stdout] | [INFO] [stdout] 29 | fn generate<'a>(self, codemap::Span, &mut base::ExtCtxt, Cfg) -> Box; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `base` [INFO] [stdout] --> src/lib.rs:29:47 [INFO] [stdout] | [INFO] [stdout] 29 | fn generate<'a>(self, codemap::Span, &mut base::ExtCtxt, Cfg) -> Box; [INFO] [stdout] | ^^^^ use of undeclared crate or module `base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `base` [INFO] [stdout] --> src/lib.rs:29:74 [INFO] [stdout] | [INFO] [stdout] 29 | fn generate<'a>(self, codemap::Span, &mut base::ExtCtxt, Cfg) -> Box; [INFO] [stdout] | ^^^^ use of undeclared crate or module `base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(plugin)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(plugin_registrar)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(rustc_private)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/lib.rs:25:14 [INFO] [stdout] | [INFO] [stdout] 25 | fn parse(&mut parser::Parser, Cfg) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut parser::Parser` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/lib.rs:25:35 [INFO] [stdout] | [INFO] [stdout] 25 | fn parse(&mut parser::Parser, Cfg) -> Self; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: Cfg` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/lib.rs:29:27 [INFO] [stdout] | [INFO] [stdout] 29 | fn generate<'a>(self, codemap::Span, &mut base::ExtCtxt, Cfg) -> Box; [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: codemap::Span` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/lib.rs:29:42 [INFO] [stdout] | [INFO] [stdout] 29 | fn generate<'a>(self, codemap::Span, &mut base::ExtCtxt, Cfg) -> Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut base::ExtCtxt` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/lib.rs:29:62 [INFO] [stdout] | [INFO] [stdout] 29 | fn generate<'a>(self, codemap::Span, &mut base::ExtCtxt, Cfg) -> Box; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: Cfg` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:29:74 [INFO] [stdout] | [INFO] [stdout] 29 | fn generate<'a>(self, codemap::Span, &mut base::ExtCtxt, Cfg) -> Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 29 - fn generate<'a>(self, codemap::Span, &mut base::ExtCtxt, Cfg) -> Box; [INFO] [stdout] 29 + fn generate<'a>(self, codemap::Span, &mut base::ExtCtxt, Cfg) -> Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 59 previous errors; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0463, E0554, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dsl_macros` due to 60 previous errors; 6 warnings emitted [INFO] running `Command { std: "docker" "inspect" "07e47c1db2a1428d07d54b5577a7916397523ee004b7a162b7d3375b3546b893", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07e47c1db2a1428d07d54b5577a7916397523ee004b7a162b7d3375b3546b893", kill_on_drop: false }` [INFO] [stdout] 07e47c1db2a1428d07d54b5577a7916397523ee004b7a162b7d3375b3546b893