[INFO] cloning repository https://github.com/miyamofigo/rust-bytebuffer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/miyamofigo/rust-bytebuffer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmiyamofigo%2Frust-bytebuffer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmiyamofigo%2Frust-bytebuffer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bd399fd007ff3bb053d1ffeead1d53825eaa19df [INFO] testing miyamofigo/rust-bytebuffer against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmiyamofigo%2Frust-bytebuffer" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/miyamofigo/rust-bytebuffer 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 git repo https://github.com/miyamofigo/rust-bytebuffer [INFO] finished tweaking git repo https://github.com/miyamofigo/rust-bytebuffer [INFO] tweaked toml for git repo https://github.com/miyamofigo/rust-bytebuffer written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/miyamofigo/rust-bytebuffer already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/SkylerLipthay/interpolate_idents.git` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c9bf15ec9a681ed0e468ba1048a31ffae4f3e1232ccaf5574d3f8624933af3fd [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c9bf15ec9a681ed0e468ba1048a31ffae4f3e1232ccaf5574d3f8624933af3fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c9bf15ec9a681ed0e468ba1048a31ffae4f3e1232ccaf5574d3f8624933af3fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9bf15ec9a681ed0e468ba1048a31ffae4f3e1232ccaf5574d3f8624933af3fd", kill_on_drop: false }` [INFO] [stdout] c9bf15ec9a681ed0e468ba1048a31ffae4f3e1232ccaf5574d3f8624933af3fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6dee5b9f15100d04b663f07b3ce927c5b441cf082e1e56e7f6b82c6ca23d8a37 [INFO] running `Command { std: "docker" "start" "-a" "6dee5b9f15100d04b663f07b3ce927c5b441cf082e1e56e7f6b82c6ca23d8a37", kill_on_drop: false }` [INFO] [stderr] Compiling interpolate_idents v0.0.4 (https://github.com/SkylerLipthay/interpolate_idents.git#e3c5f924) [INFO] [stderr] Compiling byteorder v0.3.13 [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(plugin_registrar, rustc_private)] [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[E0462]: found staticlib `rustc` instead of rlib or dylib [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | 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.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.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.asan.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] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `syntax` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate syntax; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `plugin_registrar` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:15:3 [INFO] [stdout] | [INFO] [stdout] 15 | #[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 `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:40:42 [INFO] [stdout] | [INFO] [stdout] 40 | if allow_semi && parser.token == token::Semi { [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/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:43:28 [INFO] [stdout] | [INFO] [stdout] 43 | if 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 `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:55:61 [INFO] [stdout] | [INFO] [stdout] 55 | fn make_expr(self: Box>) -> 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/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:60:60 [INFO] [stdout] | [INFO] [stdout] 60 | fn make_pat(self: Box>) -> 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/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:65:74 [INFO] [stdout] | [INFO] [stdout] 65 | fn make_items(self: Box>) -> Option>> { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmallVector` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:66:23 [INFO] [stdout] | [INFO] [stdout] 66 | let mut ret = SmallVector::zero(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `SmallVector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:75:48 [INFO] [stdout] | [INFO] [stdout] 75 | -> Option>> { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmallVector` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:76:23 [INFO] [stdout] | [INFO] [stdout] 76 | let mut ret = SmallVector::zero(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `SmallVector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | token::Eof => break, [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/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:89:42 [INFO] [stdout] | [INFO] [stdout] 89 | -> Option>> { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SmallVector` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:90:23 [INFO] [stdout] | [INFO] [stdout] 90 | let mut ret = SmallVector::zero(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `SmallVector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:94:17 [INFO] [stdout] | [INFO] [stdout] 94 | token::Eof => break, [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DelimToken` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:25:13 [INFO] [stdout] | [INFO] [stdout] 25 | DelimToken::Bracket => { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `DelimToken` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:31:44 [INFO] [stdout] | [INFO] [stdout] 31 | &TtToken(ref span, Token::Ident(ref ident, IdentStyle::Plain)) => { [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IdentStyle` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:31:68 [INFO] [stdout] | [INFO] [stdout] 31 | &TtToken(ref span, Token::Ident(ref ident, IdentStyle::Plain)) => { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `IdentStyle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:44:41 [INFO] [stdout] | [INFO] [stdout] 44 | let new_ident = token::str_to_ident(&new_ident[..]); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:45:41 [INFO] [stdout] | [INFO] [stdout] 45 | Some(TtToken(s, Token::Ident(new_ident, IdentStyle::Plain))) [INFO] [stdout] | ^^^^^ use of undeclared type `Token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IdentStyle` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:45:65 [INFO] [stdout] | [INFO] [stdout] 45 | Some(TtToken(s, Token::Ident(new_ident, IdentStyle::Plain))) [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `IdentStyle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:57:18 [INFO] [stdout] | [INFO] [stdout] 57 | &TokenTree::TtDelimited(ref s, ref d) => { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:61:29 [INFO] [stdout] | [INFO] [stdout] 61 | ... TokenTree::TtDelimited(s.clone(), Rc::new(syntax::ast::Delimited { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:70:18 [INFO] [stdout] | [INFO] [stdout] 70 | &TokenTree::TtSequence(ref s, ref d) => { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TokenTree` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:71:21 [INFO] [stdout] | [INFO] [stdout] 71 | TokenTree::TtSequence(s.clone(), Rc::new(syntax::ast::SequenceRepetition { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parser` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:23:21 [INFO] [stdout] | [INFO] [stdout] 23 | parser: RefCell>, [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/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn new(p: Parser<'a>) -> ParserAnyMacro<'a> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:54:10 [INFO] [stdout] | [INFO] [stdout] 54 | impl<'a> MacResult for ParserAnyMacro<'a> { [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/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:55:59 [INFO] [stdout] | [INFO] [stdout] 55 | fn make_expr(self: Box>) -> 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/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:60:58 [INFO] [stdout] | [INFO] [stdout] 60 | fn make_pat(self: Box>) -> Option> { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SmallVector` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:65:60 [INFO] [stdout] | [INFO] [stdout] 65 | fn make_items(self: Box>) -> 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/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:65:72 [INFO] [stdout] | [INFO] [stdout] 65 | fn make_items(self: Box>) -> Option>> { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SmallVector` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:75:34 [INFO] [stdout] | [INFO] [stdout] 75 | -> 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/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:75:46 [INFO] [stdout] | [INFO] [stdout] 75 | -> Option>> { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SmallVector` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:89:28 [INFO] [stdout] | [INFO] [stdout] 89 | -> 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/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/parser_any_macro.rs:89:40 [INFO] [stdout] | [INFO] [stdout] 89 | -> Option>> { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Registry` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:16:35 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn plugin_registrar(reg: &mut Registry) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:20:39 [INFO] [stdout] | [INFO] [stdout] 20 | fn interpolate_idents<'a>(cx: &'a mut ExtCtxt, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | _: Span, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:22:22 [INFO] [stdout] | [INFO] [stdout] 22 | tts: &[TokenTree]) -> Box { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:22:41 [INFO] [stdout] | [INFO] [stdout] 20 | fn interpolate_idents<'a>(cx: &'a mut ExtCtxt, [INFO] [stdout] | - help: you might be missing a type parameter: `, MacResult` [INFO] [stdout] 21 | _: Span, [INFO] [stdout] 22 | tts: &[TokenTree]) -> Box { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:23:32 [INFO] [stdout] | [INFO] [stdout] 23 | fn concat_idents(tts: &Vec, delim: DelimToken) -> Option { [INFO] [stdout] | - ^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DelimToken` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:23:51 [INFO] [stdout] | [INFO] [stdout] 23 | fn concat_idents(tts: &Vec, delim: DelimToken) -> Option { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:23:73 [INFO] [stdout] | [INFO] [stdout] 23 | fn concat_idents(tts: &Vec, delim: DelimToken) -> Option { [INFO] [stdout] | - ^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:27:42 [INFO] [stdout] | [INFO] [stdout] 23 | fn concat_idents(tts: &Vec, delim: DelimToken) -> Option { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 27 | let mut new_span: Option = None; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `TtToken` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:31:26 [INFO] [stdout] | [INFO] [stdout] 31 | &TtToken(ref span, Token::Ident(ref ident, IdentStyle::Plain)) => { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TtToken` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:45:30 [INFO] [stdout] | [INFO] [stdout] 45 | Some(TtToken(s, Token::Ident(new_ident, IdentStyle::Plain))) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:54:23 [INFO] [stdout] | [INFO] [stdout] 54 | fn map_tts(tts: &[TokenTree]) -> Vec { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TokenTree` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:54:42 [INFO] [stdout] | [INFO] [stdout] 54 | fn map_tts(tts: &[TokenTree]) -> Vec { [INFO] [stdout] | - ^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MacResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:84:68 [INFO] [stdout] | [INFO] [stdout] 84 | Box::new(parser_any_macro::ParserAnyMacro::new(parser)) as Box [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 84 | Box::new(parser_any_macro::ParserAnyMacro::new(parser)) as Box [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 20 | fn interpolate_idents<'a, MacResult>(cx: &'a mut ExtCtxt, [INFO] [stdout] | +++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/interpolate_idents-de4b90a67a56659c/e3c5f92/src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(plugin_registrar, rustc_private)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 52 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0433, E0463, E0531, E0554, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `interpolate_idents` due to 53 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "6dee5b9f15100d04b663f07b3ce927c5b441cf082e1e56e7f6b82c6ca23d8a37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6dee5b9f15100d04b663f07b3ce927c5b441cf082e1e56e7f6b82c6ca23d8a37", kill_on_drop: false }` [INFO] [stdout] 6dee5b9f15100d04b663f07b3ce927c5b441cf082e1e56e7f6b82c6ca23d8a37