[INFO] cloning repository https://github.com/rschifflin/rust-entity-component-system [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rschifflin/rust-entity-component-system" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frschifflin%2Frust-entity-component-system", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frschifflin%2Frust-entity-component-system'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eada444ac4e21562a2d089103d332c795b8dd630 [INFO] testing rschifflin/rust-entity-component-system against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frschifflin%2Frust-entity-component-system" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rschifflin/rust-entity-component-system 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/rschifflin/rust-entity-component-system [INFO] finished tweaking git repo https://github.com/rschifflin/rust-entity-component-system [INFO] tweaked toml for git repo https://github.com/rschifflin/rust-entity-component-system written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/rschifflin/rust-entity-component-system 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/rschifflin/rust-component-store` [INFO] [stderr] Updating git repository `https://github.com/rschifflin/rust-pubsub` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f652c334d382008fc90adc92cfc2b9d3c392249a7c7d069024cb17a7538363e8 [INFO] running `Command { std: "docker" "start" "-a" "f652c334d382008fc90adc92cfc2b9d3c392249a7c7d069024cb17a7538363e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f652c334d382008fc90adc92cfc2b9d3c392249a7c7d069024cb17a7538363e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f652c334d382008fc90adc92cfc2b9d3c392249a7c7d069024cb17a7538363e8", kill_on_drop: false }` [INFO] [stdout] f652c334d382008fc90adc92cfc2b9d3c392249a7c7d069024cb17a7538363e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] c0cf8377009939425b78457fa34f14b65b4490b4b2e3bb64c6d6a8112046289d [INFO] running `Command { std: "docker" "start" "-a" "c0cf8377009939425b78457fa34f14b65b4490b4b2e3bb64c6d6a8112046289d", kill_on_drop: false }` [INFO] [stderr] Compiling component_store v0.0.1 (https://github.com/rschifflin/rust-component-store#9143bc9a) [INFO] [stderr] Compiling pubsub v0.0.1 (https://github.com/rschifflin/rust-pubsub#b07e4f39) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(plugin_registrar, quote, rustc_private, unicode)] [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/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/lib.rs:2:30 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(plugin_registrar, quote, rustc_private, unicode)] [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/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/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[E0462]: found staticlib `rustc` instead of rlib or dylib [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | 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.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] 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: cannot find macro `quote_item` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_builder.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 28 | let structure = quote_item!(context, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_item` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_builder.rs:35:26 [INFO] [stdout] | [INFO] [stdout] 35 | let implementation = quote_item!(context, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_item` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/component_builder.rs:71:21 [INFO] [stdout] | [INFO] [stdout] 71 | let structure = quote_item!(context, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_item` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/component_builder.rs:78:26 [INFO] [stdout] | [INFO] [stdout] 78 | let implementation = quote_item!(context, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_tokens` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/component_builder.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | quote_tokens!(context, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_tokens` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/component_builder.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 124 | quote_tokens!(context, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `plugin_registrar` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/lib.rs:26:3 [INFO] [stdout] | [INFO] [stdout] 26 | #[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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_parser.rs:23:24 [INFO] [stdout] | [INFO] [stdout] 23 | if parser.eat(&token::Colon) { Ok(()) } [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_parser.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | token::Ident(_, _) => { parse_components_recursive(parser, components) } [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_parser.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | 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/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_parser.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | token::Ident(i, _) => Ok(i.as_str().to_string()), [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_parser.rs:86:19 [INFO] [stdout] | [INFO] [stdout] 86 | if !parser.eat(&token::BinOp(token::Slash)) { return Ok(None) }; [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_parser.rs:86:32 [INFO] [stdout] | [INFO] [stdout] 86 | if !parser.eat(&token::BinOp(token::Slash)) { return Ok(None) }; [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_parser.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | token::Ident(i, _) => Ok(Some(i.as_str().to_string())), [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: cannot add `&[Event]` to `Vec>` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-pubsub-0df79b7577947c17/b07e4f3/src/lib.rs:49:33 [INFO] [stdout] | [INFO] [stdout] 49 | self.event_queue = head + &*tail; [INFO] [stdout] | ---- ^ ------ &[Event] [INFO] [stdout] | | [INFO] [stdout] | Vec> [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0369`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_parser.rs:97:19 [INFO] [stdout] | [INFO] [stdout] 97 | if !parser.eat(&token::LArrow) { return Ok(None) }; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pubsub` due to 2 previous errors [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `token` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_parser.rs:107:18 [INFO] [stdout] | [INFO] [stdout] 107 | if parser.eat(&token::Comma) { parse_index_list_recursive(parser, indices) } [INFO] [stdout] | ^^^^^ use of undeclared crate or module `token` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_builder.rs:12:51 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn build(&self, context: &ExtCtxt) -> 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/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_builder.rs:13:41 [INFO] [stdout] | [INFO] [stdout] 13 | let component_indices: 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/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_builder.rs:14:82 [INFO] [stdout] | [INFO] [stdout] 14 | self.component_builders.iter().fold(vec![], |acc, builder| -> 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/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_builder.rs:18:34 [INFO] [stdout] | [INFO] [stdout] 18 | let component_decls: 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/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_builder.rs:19:59 [INFO] [stdout] | [INFO] [stdout] 19 | self.component_builders.iter().map(|builder| -> 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/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_builder.rs:23:34 [INFO] [stdout] | [INFO] [stdout] 23 | let component_inits: 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/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_builder.rs:24:59 [INFO] [stdout] | [INFO] [stdout] 24 | self.component_builders.iter().map(|builder| -> 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/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/component_builder.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | snake: 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/component_builder.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | camel: 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] --> /opt/rustwide/cargo-home/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/component_builder.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | snake: ast::Ident::new(token::intern(&*snake_case(name))), [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/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/component_builder.rs:16:30 [INFO] [stdout] | [INFO] [stdout] 16 | snake: ast::Ident::new(token::intern(&*snake_case(name))), [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/component_builder.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 17 | camel: ast::Ident::new(token::intern(&*name)), [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/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/component_builder.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | camel: ast::Ident::new(token::intern(&*name)), [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/component_builder.rs:62:64 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn build_index(&self, context: &ExtCtxt) -> 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/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/component_builder.rs:111:54 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn build_decl(&self, context: &ExtCtxt) -> 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/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/component_builder.rs:120:54 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn build_init(&self, context: &ExtCtxt) -> 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/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/lib.rs:41:14 [INFO] [stdout] | [INFO] [stdout] 41 | ecs: 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/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/lib.rs:45:65 [INFO] [stdout] | [INFO] [stdout] 45 | 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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/lib.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | Some(SmallVector::many(self.ecs.clone())) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `SmallVector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `parse` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/lib.rs:51:20 [INFO] [stdout] | [INFO] [stdout] 51 | let mut parser = parse::new_parser_from_tts(context.parse_sess(), context.cfg(), tokens.to_vec()); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `parse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parser` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_parser.rs:6:27 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn parse(parser: &mut Parser) -> Result { [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_parser.rs:19:40 [INFO] [stdout] | [INFO] [stdout] 19 | fn parse_component_header(parser: &mut Parser) -> Result<(), &'static str> { [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_parser.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | fn parse_components(parser: &mut Parser) -> Result, &'static str> { [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_parser.rs:36:44 [INFO] [stdout] | [INFO] [stdout] 36 | fn parse_components_recursive(parser: &mut Parser, mut components: Vec>) -> Result /opt/rustwide/cargo-home/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_parser.rs:57:33 [INFO] [stdout] | [INFO] [stdout] 57 | fn parse_component(parser: &mut Parser) -> Result { [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_parser.rs:69:38 [INFO] [stdout] | [INFO] [stdout] 69 | fn parse_component_name(parser: &mut Parser) -> Result { [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_parser.rs:76:29 [INFO] [stdout] | [INFO] [stdout] 76 | fn parse_ident(parser: &mut Parser) -> Result { [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_parser.rs:85:39 [INFO] [stdout] | [INFO] [stdout] 85 | fn parse_optional_plural(parser: &mut Parser) -> Result, &'static str> { [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_parser.rs:96:40 [INFO] [stdout] | [INFO] [stdout] 96 | fn parse_optional_indices(parser: &mut Parser) -> Result>, &'static str> { [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_parser.rs:101:34 [INFO] [stdout] | [INFO] [stdout] 101 | fn parse_index_list(parser: &mut Parser) -> Result, &'static str> { [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_parser.rs:105:44 [INFO] [stdout] | [INFO] [stdout] 105 | fn parse_index_list_recursive(parser: &mut Parser, mut indices: Vec>) -> Result, &'static str> { [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_parser.rs:123:29 [INFO] [stdout] | [INFO] [stdout] 123 | fn parse_index(parser: &mut Parser) -> Result { [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_builder.rs:12:33 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn build(&self, context: &ExtCtxt) -> Vec> { [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_builder.rs:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn build(&self, context: &ExtCtxt) -> Vec> { [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_builder.rs:13:39 [INFO] [stdout] | [INFO] [stdout] 13 | let component_indices: Vec>> = [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/ecs_builder.rs:14:80 [INFO] [stdout] | [INFO] [stdout] 14 | self.component_builders.iter().fold(vec![], |acc, builder| -> Vec>> { [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/component_builder.rs:62:39 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn build_index(&self, context: &ExtCtxt) -> Vec>> { [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/component_builder.rs:62:62 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn build_index(&self, context: &ExtCtxt) -> Vec>> { [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/component_builder.rs:111:38 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn build_decl(&self, context: &ExtCtxt) -> Vec { [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/component_builder.rs:120:38 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn build_init(&self, context: &ExtCtxt) -> Vec { [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/lib.rs:27:35 [INFO] [stdout] | [INFO] [stdout] 27 | 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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/lib.rs:31:25 [INFO] [stdout] | [INFO] [stdout] 31 | fn expand(context: &mut ExtCtxt, _: Span, tokens: &[TokenTree]) -> Box { [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/lib.rs:31:37 [INFO] [stdout] | [INFO] [stdout] 31 | fn expand(context: &mut ExtCtxt, _: Span, tokens: &[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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/lib.rs:31:53 [INFO] [stdout] | [INFO] [stdout] 31 | fn expand(context: &mut ExtCtxt, _: Span, tokens: &[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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/lib.rs:31:72 [INFO] [stdout] | [INFO] [stdout] 31 | fn expand(context: &mut ExtCtxt, _: Span, tokens: &[TokenTree]) -> Box { [INFO] [stdout] | - help: you might be missing a type parameter: `` ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MacResult` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/lib.rs:37:24 [INFO] [stdout] | [INFO] [stdout] 37 | Box::new(ecs) as Box [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 40 | struct MacroResult { [INFO] [stdout] | ------------------ similarly named struct `MacroResult` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 37 | Box::new(ecs) as Box [INFO] [stdout] | ~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 31 | fn expand(context: &mut ExtCtxt, _: Span, tokens: &[TokenTree]) -> Box { [INFO] [stdout] | +++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-component-store-0dadeaac4e9691aa/9143bc9/src/lib.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 41 | ecs: Vec> [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/lib.rs:44:6 [INFO] [stdout] | [INFO] [stdout] 44 | impl MacResult for MacroResult { [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/lib.rs:45:51 [INFO] [stdout] | [INFO] [stdout] 45 | 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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/lib.rs:45:63 [INFO] [stdout] | [INFO] [stdout] 45 | fn make_items(self: Box) -> Option>> { [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/lib.rs:50:24 [INFO] [stdout] | [INFO] [stdout] 50 | fn parse(context: &mut ExtCtxt, tokens: &[TokenTree]) -> Result { [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/lib.rs:50:43 [INFO] [stdout] | [INFO] [stdout] 50 | fn parse(context: &mut ExtCtxt, tokens: &[TokenTree]) -> Result { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [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/rust-component-store-0dadeaac4e9691aa/9143bc9/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(plugin_registrar, quote, rustc_private, unicode)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 73 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0433, E0463, E0554, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c0cf8377009939425b78457fa34f14b65b4490b4b2e3bb64c6d6a8112046289d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0cf8377009939425b78457fa34f14b65b4490b4b2e3bb64c6d6a8112046289d", kill_on_drop: false }` [INFO] [stdout] c0cf8377009939425b78457fa34f14b65b4490b4b2e3bb64c6d6a8112046289d