[INFO] fetching crate better_range 0.0.1... [INFO] testing better_range-0.0.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate better_range 0.0.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate better_range 0.0.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate better_range 0.0.1 [INFO] finished tweaking crates.io crate better_range 0.0.1 [INFO] tweaked toml for crates.io crate better_range 0.0.1 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 22628ff6a099891d64b40a0c002c11ccb9ed3293e24a43a6ef5d6f555de8f21d [INFO] running `Command { std: "docker" "start" "-a" "22628ff6a099891d64b40a0c002c11ccb9ed3293e24a43a6ef5d6f555de8f21d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "22628ff6a099891d64b40a0c002c11ccb9ed3293e24a43a6ef5d6f555de8f21d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22628ff6a099891d64b40a0c002c11ccb9ed3293e24a43a6ef5d6f555de8f21d", kill_on_drop: false }` [INFO] [stdout] 22628ff6a099891d64b40a0c002c11ccb9ed3293e24a43a6ef5d6f555de8f21d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d03f2b7d3760f2d5540574e28e9e3143986006f92f60bced3425460661398be [INFO] running `Command { std: "docker" "start" "-a" "3d03f2b7d3760f2d5540574e28e9e3143986006f92f60bced3425460661398be", kill_on_drop: false }` [INFO] [stderr] Compiling stainless v0.0.4 [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(plugin_registrar, quote)] [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[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/lib.rs:1:30 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(plugin_registrar, quote)] [INFO] [stdout] | ^^^^^ feature has been removed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `syntax` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/lib.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | 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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/lib.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | 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/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-beta_rt.lsan.a [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-beta_rt.msan.a [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-beta_rt.asan.a [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-beta_rt.tsan.a [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/describe.rs:35:3 [INFO] [stdout] | [INFO] [stdout] 35 | #[deriving(Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/describe.rs:46:3 [INFO] [stdout] | [INFO] [stdout] 46 | #[deriving(Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/test.rs:5:3 [INFO] [stdout] | [INFO] [stdout] 5 | #[deriving(Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/bench.rs:6:3 [INFO] [stdout] | [INFO] [stdout] 6 | #[deriving(Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_ty` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:116:25 [INFO] [stdout] | [INFO] [stdout] 116 | ty: quote_ty!(cx, &mut ::test::Bencher), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_pat` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:117:26 [INFO] [stdout] | [INFO] [stdout] 117 | pat: quote_pat!(cx, $bench), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `plugin_registrar` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/lib.rs:95:3 [INFO] [stdout] | [INFO] [stdout] 95 | #[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 `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/describe.rs:37:22 [INFO] [stdout] | [INFO] [stdout] 37 | pub name: Option, [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/describe.rs:38:26 [INFO] [stdout] | [INFO] [stdout] 38 | pub before: Option>, [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/describe.rs:39:25 [INFO] [stdout] | [INFO] [stdout] 39 | pub after: Option>, [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/describe.rs:40:31 [INFO] [stdout] | [INFO] [stdout] 40 | pub before_each: Option>, [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/describe.rs:41:30 [INFO] [stdout] | [INFO] [stdout] 41 | pub after_each: Option>, [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/describe.rs:58:33 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn describe<'a>(cx: &'a mut base::ExtCtxt, sp: codemap::Span, [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/describe.rs:58:52 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn describe<'a>(cx: &'a mut base::ExtCtxt, sp: codemap::Span, [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/describe.rs:59:23 [INFO] [stdout] | [INFO] [stdout] 59 | name: ast::Ident, tokens: Vec) -> Box { [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/describe.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | name: ast::Ident, tokens: Vec) -> Box { [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/describe.rs:59:71 [INFO] [stdout] | [INFO] [stdout] 59 | name: ast::Ident, tokens: Vec) -> 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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/describe.rs:61:50 [INFO] [stdout] | [INFO] [stdout] 61 | let state: DescribeState = Parse::parse(&mut parse::tts_to_parser(cx.parse_sess(), tokens, cx.cfg()), (sp, &mut*cx, Some(name))); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `parse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `base` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/describe.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | base::MacItems::new(Some(state.generate(sp, cx, ())).into_iter()) [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:41:14 [INFO] [stdout] | [INFO] [stdout] 41 | (token::OpenDelim(token::Paren), ident, token::CloseDelim(token::Paren)) => { ident }, [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:41:31 [INFO] [stdout] | [INFO] [stdout] 41 | (token::OpenDelim(token::Paren), ident, token::CloseDelim(token::Paren)) => { ident }, [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:41:53 [INFO] [stdout] | [INFO] [stdout] 41 | (token::OpenDelim(token::Paren), ident, token::CloseDelim(token::Paren)) => { ident }, [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:41:71 [INFO] [stdout] | [INFO] [stdout] 41 | (token::OpenDelim(token::Paren), ident, token::CloseDelim(token::Paren)) => { ident }, [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 `codemap` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:65:21 [INFO] [stdout] | [INFO] [stdout] 65 | impl<'a, 'b> Parse<(codemap::Span, &'a mut base::ExtCtxt<'b>, Option)> for DescribeState { [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:65:44 [INFO] [stdout] | [INFO] [stdout] 65 | impl<'a, 'b> Parse<(codemap::Span, &'a mut base::ExtCtxt<'b>, Option)> for DescribeState { [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:65:70 [INFO] [stdout] | [INFO] [stdout] 65 | impl<'a, 'b> Parse<(codemap::Span, &'a mut base::ExtCtxt<'b>, Option)> for DescribeState { [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | (sp, cx, name): (codemap::Span, &'a mut base::ExtCtxt, Option)) -> DescribeState { [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:67:54 [INFO] [stdout] | [INFO] [stdout] 67 | (sp, cx, name): (codemap::Span, &'a mut base::ExtCtxt, Option)) -> DescribeState { [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:67:76 [INFO] [stdout] | [INFO] [stdout] 67 | (sp, cx, name): (codemap::Span, &'a mut base::ExtCtxt, Option)) -> DescribeState { [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:81:29 [INFO] [stdout] | [INFO] [stdout] 81 | try(parser, token::OpenDelim(token::Brace), "{ after the name of a describe! block"); [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:81:46 [INFO] [stdout] | [INFO] [stdout] 81 | try(parser, token::OpenDelim(token::Brace), "{ after the name of a describe! block"); [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:87:31 [INFO] [stdout] | [INFO] [stdout] 87 | while parser.token != token::CloseDelim(token::Brace) && parser.token != token::Eof { [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | while parser.token != token::CloseDelim(token::Brace) && parser.token != token::Eof { [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:87:82 [INFO] [stdout] | [INFO] [stdout] 87 | while parser.token != token::CloseDelim(token::Brace) && parser.token != token::Eof { [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:134:33 [INFO] [stdout] | [INFO] [stdout] 134 | try(parser, token::Not, "!"); [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:142:33 [INFO] [stdout] | [INFO] [stdout] 142 | try(parser, token::CloseDelim(token::Brace), "}} to close `describe!`") [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:142:51 [INFO] [stdout] | [INFO] [stdout] 142 | try(parser, token::CloseDelim(token::Brace), "}} to close `describe!`") [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:153:36 [INFO] [stdout] | [INFO] [stdout] 153 | fn try(parser: &mut Parser, token: token::Token, err: &str) { [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 `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/test.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | pub block: 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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/bench.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | pub bench: 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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/bench.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | pub block: 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 `codemap` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:16:23 [INFO] [stdout] | [INFO] [stdout] 16 | fn generate(self, codemap::Span, &mut base::ExtCtxt, Cfg) -> P; [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:16:43 [INFO] [stdout] | [INFO] [stdout] 16 | fn generate(self, codemap::Span, &mut base::ExtCtxt, Cfg) -> 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 `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:16:68 [INFO] [stdout] | [INFO] [stdout] 16 | fn generate(self, codemap::Span, &mut base::ExtCtxt, Cfg) -> 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 `codemap` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:20:27 [INFO] [stdout] | [INFO] [stdout] 20 | fn generate(self, sp: codemap::Span, cx: &mut base::ExtCtxt, state: &'a DescribeState) -> P { [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:20:51 [INFO] [stdout] | [INFO] [stdout] 20 | fn generate(self, sp: codemap::Span, cx: &mut base::ExtCtxt, state: &'a DescribeState) -> 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 `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:20:97 [INFO] [stdout] | [INFO] [stdout] 20 | fn generate(self, sp: codemap::Span, cx: &mut base::ExtCtxt, state: &'a DescribeState) -> 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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:24:64 [INFO] [stdout] | [INFO] [stdout] 24 | let test_attribute = cx.attribute(sp, cx.meta_word(sp, token::InternedString::new("test"))); [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:27:61 [INFO] [stdout] | [INFO] [stdout] 27 | let should_fail = cx.attribute(sp, cx.meta_word(sp, token::InternedString::new("should_fail"))); [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:29:47 [INFO] [stdout] | [INFO] [stdout] 29 | let non_snake_word = cx.meta_word(sp, token::InternedString::new("non_snake_case")); [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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:30:53 [INFO] [stdout] | [INFO] [stdout] 30 | let allow_non_snake_case = cx.meta_list(sp, token::InternedString::new("allow"), [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 `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:40:19 [INFO] [stdout] | [INFO] [stdout] 40 | P(ast::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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:48:19 [INFO] [stdout] | [INFO] [stdout] 48 | P(ast::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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:56:19 [INFO] [stdout] | [INFO] [stdout] 56 | P(ast::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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | P(ast::Item { [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:78:17 [INFO] [stdout] | [INFO] [stdout] 78 | id: ast::DUMMY_NODE_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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:79:19 [INFO] [stdout] | [INFO] [stdout] 79 | node: ast::ItemFn( [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:81:46 [INFO] [stdout] | [INFO] [stdout] 81 | cx.fn_decl(vec![], cx.ty(sp, ast::TyTup(vec![]))), [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:84:17 [INFO] [stdout] | [INFO] [stdout] 84 | ast::NormalFn, [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 `abi` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:85:17 [INFO] [stdout] | [INFO] [stdout] 85 | abi::Rust, [INFO] [stdout] | ^^^ use of undeclared crate or module `abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast_util` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:86:17 [INFO] [stdout] | [INFO] [stdout] 86 | ast_util::empty_generics(), [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `ast_util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:92:18 [INFO] [stdout] | [INFO] [stdout] 92 | vis: ast::Inherited, [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:99:27 [INFO] [stdout] | [INFO] [stdout] 99 | fn generate(self, sp: codemap::Span, cx: &mut base::ExtCtxt, _: ()) -> P { [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:99:51 [INFO] [stdout] | [INFO] [stdout] 99 | fn generate(self, sp: codemap::Span, cx: &mut base::ExtCtxt, _: ()) -> 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 `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:99:78 [INFO] [stdout] | [INFO] [stdout] 99 | fn generate(self, sp: codemap::Span, cx: &mut base::ExtCtxt, _: ()) -> 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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:103:65 [INFO] [stdout] | [INFO] [stdout] 103 | let bench_attribute = cx.attribute(sp, cx.meta_word(sp, token::InternedString::new("bench"))); [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 `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:106:11 [INFO] [stdout] | [INFO] [stdout] 106 | P(ast::Item { [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:112:17 [INFO] [stdout] | [INFO] [stdout] 112 | id: ast::DUMMY_NODE_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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:113:19 [INFO] [stdout] | [INFO] [stdout] 113 | node: ast::ItemFn( [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:115:33 [INFO] [stdout] | [INFO] [stdout] 115 | cx.fn_decl(vec![ast::Arg { [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:118:25 [INFO] [stdout] | [INFO] [stdout] 118 | id: ast::DUMMY_NODE_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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:119:31 [INFO] [stdout] | [INFO] [stdout] 119 | }], cx.ty(sp, ast::TyTup(vec![]))), [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:122:17 [INFO] [stdout] | [INFO] [stdout] 122 | ast::NormalFn, [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 `abi` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:123:17 [INFO] [stdout] | [INFO] [stdout] 123 | abi::Rust, [INFO] [stdout] | ^^^ use of undeclared crate or module `abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast_util` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:124:17 [INFO] [stdout] | [INFO] [stdout] 124 | ast_util::empty_generics(), [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `ast_util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:130:18 [INFO] [stdout] | [INFO] [stdout] 130 | vis: ast::Inherited, [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:137:27 [INFO] [stdout] | [INFO] [stdout] 137 | fn generate(self, sp: codemap::Span, cx: &mut base::ExtCtxt, state: &'a DescribeState) -> P { [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:137:51 [INFO] [stdout] | [INFO] [stdout] 137 | fn generate(self, sp: codemap::Span, cx: &mut base::ExtCtxt, state: &'a DescribeState) -> 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 `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:137:97 [INFO] [stdout] | [INFO] [stdout] 137 | fn generate(self, sp: codemap::Span, cx: &mut base::ExtCtxt, state: &'a DescribeState) -> 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 `codemap` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:147:27 [INFO] [stdout] | [INFO] [stdout] 147 | fn generate(self, sp: codemap::Span, cx: &mut base::ExtCtxt, _: ()) -> P { [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:147:51 [INFO] [stdout] | [INFO] [stdout] 147 | fn generate(self, sp: codemap::Span, cx: &mut base::ExtCtxt, _: ()) -> 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 `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:147:78 [INFO] [stdout] | [INFO] [stdout] 147 | fn generate(self, sp: codemap::Span, cx: &mut base::ExtCtxt, _: ()) -> 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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:158:47 [INFO] [stdout] | [INFO] [stdout] 158 | let super_glob = cx.view_use_glob(sp, ast::Public, vec![cx.ident_of("super")]); [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 `plugin` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/lib.rs:97:35 [INFO] [stdout] | [INFO] [stdout] 97 | 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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/lib.rs:98:35 [INFO] [stdout] | [INFO] [stdout] 98 | reg.register_syntax_extension(token::intern("describe"), syntax::ext::base::IdentTT(box describe, None)); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/describe.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | pub before: Option>, [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/describe.rs:39:23 [INFO] [stdout] | [INFO] [stdout] 39 | pub after: Option>, [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/describe.rs:40:29 [INFO] [stdout] | [INFO] [stdout] 40 | pub before_each: Option>, [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/describe.rs:41:28 [INFO] [stdout] | [INFO] [stdout] 41 | pub after_each: Option>, [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parser` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:15:19 [INFO] [stdout] | [INFO] [stdout] 15 | fn parse(&mut Parser, Cfg) -> Self; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parser` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:19:27 [INFO] [stdout] | [INFO] [stdout] 13 | pub trait Parse { [INFO] [stdout] | -------------------- similarly named trait `Parse` defined here [INFO] [stdout] ... [INFO] [stdout] 19 | fn parse(parser: &mut Parser, failing: bool) -> Test { [INFO] [stdout] | ^^^^^^ help: a trait with a similar name exists: `Parse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parser` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:36:27 [INFO] [stdout] | [INFO] [stdout] 13 | pub trait Parse { [INFO] [stdout] | -------------------- similarly named trait `Parse` defined here [INFO] [stdout] ... [INFO] [stdout] 36 | fn parse(parser: &mut Parser, _: ()) -> Bench { [INFO] [stdout] | ^^^^^^ help: a trait with a similar name exists: `Parse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:51:20 [INFO] [stdout] | [INFO] [stdout] 51 | bench: P(name) [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parser` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:66:27 [INFO] [stdout] | [INFO] [stdout] 13 | pub trait Parse { [INFO] [stdout] | -------------------- similarly named trait `Parse` defined here [INFO] [stdout] ... [INFO] [stdout] 66 | fn parse(parser: &mut Parser, [INFO] [stdout] | ^^^^^^ help: a trait with a similar name exists: `Parse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parser` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:153:21 [INFO] [stdout] | [INFO] [stdout] 13 | pub trait Parse { [INFO] [stdout] | -------------------- similarly named trait `Parse` defined here [INFO] [stdout] ... [INFO] [stdout] 153 | fn try(parser: &mut Parser, token: token::Token, err: &str) { [INFO] [stdout] | ^^^^^^ help: a trait with a similar name exists: `Parse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parser` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/parse.rs:160:25 [INFO] [stdout] | [INFO] [stdout] 13 | pub trait Parse { [INFO] [stdout] | -------------------- similarly named trait `Parse` defined here [INFO] [stdout] ... [INFO] [stdout] 160 | fn illegal(parser: &mut Parser, banned: &str) { [INFO] [stdout] | ^^^^^^ help: a trait with a similar name exists: `Parse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/test.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | pub block: P, [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/bench.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | pub bench: P, [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/bench.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | pub block: P [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:16:66 [INFO] [stdout] | [INFO] [stdout] 16 | fn generate(self, codemap::Span, &mut base::ExtCtxt, Cfg) -> P; [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:20:95 [INFO] [stdout] | [INFO] [stdout] 20 | fn generate(self, sp: codemap::Span, cx: &mut base::ExtCtxt, state: &'a DescribeState) -> P { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | P(ast::Block { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:48:17 [INFO] [stdout] | [INFO] [stdout] 48 | P(ast::Block { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | P(ast::Block { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | P(ast::Item { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:99:76 [INFO] [stdout] | [INFO] [stdout] 99 | fn generate(self, sp: codemap::Span, cx: &mut base::ExtCtxt, _: ()) -> P { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | P(ast::Item { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:137:95 [INFO] [stdout] | [INFO] [stdout] 137 | fn generate(self, sp: codemap::Span, cx: &mut base::ExtCtxt, state: &'a DescribeState) -> P { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/generate.rs:147:76 [INFO] [stdout] | [INFO] [stdout] 147 | fn generate(self, sp: codemap::Span, cx: &mut base::ExtCtxt, _: ()) -> P { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.4/src/lib.rs:98:89 [INFO] [stdout] | [INFO] [stdout] 98 | reg.register_syntax_extension(token::intern("describe"), syntax::ext::base::IdentTT(box describe, None)); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #49733 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 114 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433, E0463, E0557, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `stainless` due to 115 previous errors [INFO] running `Command { std: "docker" "inspect" "3d03f2b7d3760f2d5540574e28e9e3143986006f92f60bced3425460661398be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d03f2b7d3760f2d5540574e28e9e3143986006f92f60bced3425460661398be", kill_on_drop: false }` [INFO] [stdout] 3d03f2b7d3760f2d5540574e28e9e3143986006f92f60bced3425460661398be