[INFO] crate bounded-integer-plugin 0.1.1 is already in cache [INFO] checking bounded-integer-plugin-0.1.1 against nightly-2019-10-27 for pr-65897 [INFO] extracting crate bounded-integer-plugin 0.1.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate bounded-integer-plugin 0.1.1 on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate bounded-integer-plugin 0.1.1 [INFO] removed path dependency bounded-integer from crates.io crate bounded-integer-plugin 0.1.1 [INFO] finished tweaking crates.io crate bounded-integer-plugin 0.1.1 [INFO] tweaked toml for crates.io crate bounded-integer-plugin 0.1.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c2ff044b23bc3a4d5507b2b389659557652fe593a19fd24be912a8ea845db790 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "c2ff044b23bc3a4d5507b2b389659557652fe593a19fd24be912a8ea845db790"` [INFO] [stderr] Checking bounded-integer v0.1.1 [INFO] [stderr] Compiling bounded-integer-plugin v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `syntax::ast::Mac_`, `syntax::ast::TokenTree` [INFO] [stderr] --> src/integer_enum.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | Mac_, [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `Mac_` in `ast` [INFO] [stderr] | help: a similar name exists in the module: `Mac` [INFO] [stderr] 10 | TokenTree, [INFO] [stderr] | ^^^^^^^^^ no `TokenTree` in `ast` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/integer_enum.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | use syntax::ext::base::ExtCtxt; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/integer_enum.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 17 | use syntax::ext::build::AstBuilder; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntax::codemap`, `syntax::codemap` [INFO] [stderr] --> src/integer_enum.rs:14:23 [INFO] [stderr] | [INFO] [stderr] 14 | use syntax::codemap::{self, Span}; [INFO] [stderr] | ^^^^^^^ ^^^^ no `codemap` in the root [INFO] [stderr] | | [INFO] [stderr] | could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::parse::token::InternedString` [INFO] [stderr] --> src/integer_enum.rs:18:40 [INFO] [stderr] | [INFO] [stderr] 18 | use syntax::parse::token::{DelimToken, InternedString, Token}; [INFO] [stderr] | ^^^^^^^^^^^^^^ no `InternedString` in `parse::token` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::parse::token::keywords` [INFO] [stderr] --> src/integer_enum.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use syntax::parse::token::keywords; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `keywords` in `parse::token` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/int_lit.rs:12:13 [INFO] [stderr] | [INFO] [stderr] 12 | use syntax::ext::base::ExtCtxt; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/int_lit.rs:13:13 [INFO] [stderr] | [INFO] [stderr] 13 | use syntax::ext::build::AstBuilder; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> src/int_lit.rs:11:13 [INFO] [stderr] | [INFO] [stderr] 11 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::ast::TokenTree` [INFO] [stderr] --> src/lib.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | use syntax::ast::TokenTree; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `TokenTree` in `ast` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/lib.rs:58:13 [INFO] [stderr] | [INFO] [stderr] 58 | use syntax::ext::base::{DummyResult, ExtCtxt, MacEager, MacResult}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> src/lib.rs:57:13 [INFO] [stderr] | [INFO] [stderr] 57 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::util::small_vector` [INFO] [stderr] --> src/lib.rs:59:19 [INFO] [stderr] | [INFO] [stderr] 59 | use syntax::util::small_vector::SmallVector; [INFO] [stderr] | ^^^^^^^^^^^^ could not find `small_vector` in `util` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntax::ast::Mac_`, `syntax::ast::TokenTree` [INFO] [stderr] --> src/integer_enum.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | Mac_, [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `Mac_` in `ast` [INFO] [stderr] | help: a similar name exists in the module: `Mac` [INFO] [stderr] 10 | TokenTree, [INFO] [stderr] | ^^^^^^^^^ no `TokenTree` in `ast` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/integer_enum.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | use syntax::ext::base::ExtCtxt; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/integer_enum.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 17 | use syntax::ext::build::AstBuilder; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntax::codemap`, `syntax::codemap` [INFO] [stderr] --> src/integer_enum.rs:14:23 [INFO] [stderr] | [INFO] [stderr] 14 | use syntax::codemap::{self, Span}; [INFO] [stderr] | ^^^^^^^ ^^^^ no `codemap` in the root [INFO] [stderr] | | [INFO] [stderr] | could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::parse::token::InternedString` [INFO] [stderr] --> src/integer_enum.rs:18:40 [INFO] [stderr] | [INFO] [stderr] 18 | use syntax::parse::token::{DelimToken, InternedString, Token}; [INFO] [stderr] | ^^^^^^^^^^^^^^ no `InternedString` in `parse::token` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::parse::token::keywords` [INFO] [stderr] --> src/integer_enum.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use syntax::parse::token::keywords; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `keywords` in `parse::token` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/int_lit.rs:12:13 [INFO] [stderr] | [INFO] [stderr] 12 | use syntax::ext::base::ExtCtxt; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/int_lit.rs:13:13 [INFO] [stderr] | [INFO] [stderr] 13 | use syntax::ext::build::AstBuilder; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> src/int_lit.rs:11:13 [INFO] [stderr] | [INFO] [stderr] 11 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::ast::TokenTree` [INFO] [stderr] --> src/lib.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | use syntax::ast::TokenTree; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `TokenTree` in `ast` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/lib.rs:58:13 [INFO] [stderr] | [INFO] [stderr] 58 | use syntax::ext::base::{DummyResult, ExtCtxt, MacEager, MacResult}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> src/lib.rs:57:13 [INFO] [stderr] | [INFO] [stderr] 57 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::util::small_vector` [INFO] [stderr] --> src/lib.rs:59:19 [INFO] [stderr] | [INFO] [stderr] 59 | use syntax::util::small_vector::SmallVector; [INFO] [stderr] | ^^^^^^^^^^^^ could not find `small_vector` in `util` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DummyResult` [INFO] [stderr] --> src/lib.rs:77:20 [INFO] [stderr] | [INFO] [stderr] 77 | return DummyResult::any(sp); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `DummyResult` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `MacEager` [INFO] [stderr] --> src/lib.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81 | MacEager::items(SmallVector::many(items)) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `MacEager` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/integer_enum.rs:56:17 [INFO] [stderr] | [INFO] [stderr] 56 | cx: &'a ExtCtxt, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/integer_enum.rs:117:38 [INFO] [stderr] | [INFO] [stderr] 117 | pub fn into_items(mut self, cx: &ExtCtxt, sp: Span) -> Vec> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/integer_enum.rs:136:36 [INFO] [stderr] | [INFO] [stderr] 136 | fn add_derives(&mut self, cx: &ExtCtxt, sp: Span) { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/integer_enum.rs:146:33 [INFO] [stderr] | [INFO] [stderr] 146 | fn add_repr(&mut self, cx: &ExtCtxt, sp: Span) { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/integer_enum.rs:153:29 [INFO] [stderr] | [INFO] [stderr] 153 | fn variants(&self, cx: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/integer_enum.rs:170:59 [INFO] [stderr] | [INFO] [stderr] 170 | fn impls_macro_item(&self, variants: &[Variant], cx: &ExtCtxt, sp: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EMPTY_CTXT` in module `ast` [INFO] [stderr] --> src/integer_enum.rs:195:24 [INFO] [stderr] | [INFO] [stderr] 195 | ctxt: ast::EMPTY_CTXT, [INFO] [stderr] | ^^^^^^^^^^ not found in `ast` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/int_lit.rs:44:33 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn into_expr(self, cx: &ExtCtxt, sp: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/int_lit.rs:54:34 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn into_ident(self, cx: &ExtCtxt) -> Ident { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/lib.rs:69:14 [INFO] [stderr] | [INFO] [stderr] 69 | cx: &mut ExtCtxt, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> src/lib.rs:72:10 [INFO] [stderr] | [INFO] [stderr] 72 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 26 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `bounded-integer-plugin`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DummyResult` [INFO] [stderr] --> src/lib.rs:77:20 [INFO] [stderr] | [INFO] [stderr] 77 | return DummyResult::any(sp); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `DummyResult` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `MacEager` [INFO] [stderr] --> src/lib.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81 | MacEager::items(SmallVector::many(items)) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `MacEager` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/integer_enum.rs:56:17 [INFO] [stderr] | [INFO] [stderr] 56 | cx: &'a ExtCtxt, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/integer_enum.rs:117:38 [INFO] [stderr] | [INFO] [stderr] 117 | pub fn into_items(mut self, cx: &ExtCtxt, sp: Span) -> Vec> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/integer_enum.rs:136:36 [INFO] [stderr] | [INFO] [stderr] 136 | fn add_derives(&mut self, cx: &ExtCtxt, sp: Span) { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/integer_enum.rs:146:33 [INFO] [stderr] | [INFO] [stderr] 146 | fn add_repr(&mut self, cx: &ExtCtxt, sp: Span) { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/integer_enum.rs:153:29 [INFO] [stderr] | [INFO] [stderr] 153 | fn variants(&self, cx: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/integer_enum.rs:170:59 [INFO] [stderr] | [INFO] [stderr] 170 | fn impls_macro_item(&self, variants: &[Variant], cx: &ExtCtxt, sp: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EMPTY_CTXT` in module `ast` [INFO] [stderr] --> src/integer_enum.rs:195:24 [INFO] [stderr] | [INFO] [stderr] 195 | ctxt: ast::EMPTY_CTXT, [INFO] [stderr] | ^^^^^^^^^^ not found in `ast` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/int_lit.rs:44:33 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn into_expr(self, cx: &ExtCtxt, sp: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/int_lit.rs:54:34 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn into_ident(self, cx: &ExtCtxt) -> Ident { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/lib.rs:69:14 [INFO] [stderr] | [INFO] [stderr] 69 | cx: &mut ExtCtxt, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> src/lib.rs:72:10 [INFO] [stderr] | [INFO] [stderr] 72 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 26 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `bounded-integer-plugin`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved imports `syntax::ast::Mac_`, `syntax::ast::TokenTree` [INFO] [stderr] --> src/integer_enum.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | Mac_, [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `Mac_` in `ast` [INFO] [stderr] | help: a similar name exists in the module: `Mac` [INFO] [stderr] 10 | TokenTree, [INFO] [stderr] | ^^^^^^^^^ no `TokenTree` in `ast` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/integer_enum.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | use syntax::ext::base::ExtCtxt; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/integer_enum.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 17 | use syntax::ext::build::AstBuilder; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntax::codemap`, `syntax::codemap` [INFO] [stderr] --> src/integer_enum.rs:14:23 [INFO] [stderr] | [INFO] [stderr] 14 | use syntax::codemap::{self, Span}; [INFO] [stderr] | ^^^^^^^ ^^^^ no `codemap` in the root [INFO] [stderr] | | [INFO] [stderr] | could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::parse::token::InternedString` [INFO] [stderr] --> src/integer_enum.rs:18:40 [INFO] [stderr] | [INFO] [stderr] 18 | use syntax::parse::token::{DelimToken, InternedString, Token}; [INFO] [stderr] | ^^^^^^^^^^^^^^ no `InternedString` in `parse::token` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::parse::token::keywords` [INFO] [stderr] --> src/integer_enum.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use syntax::parse::token::keywords; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `keywords` in `parse::token` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/int_lit.rs:12:13 [INFO] [stderr] | [INFO] [stderr] 12 | use syntax::ext::base::ExtCtxt; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/int_lit.rs:13:13 [INFO] [stderr] | [INFO] [stderr] 13 | use syntax::ext::build::AstBuilder; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> src/int_lit.rs:11:13 [INFO] [stderr] | [INFO] [stderr] 11 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::ast::TokenTree` [INFO] [stderr] --> src/lib.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | use syntax::ast::TokenTree; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `TokenTree` in `ast` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/lib.rs:58:13 [INFO] [stderr] | [INFO] [stderr] 58 | use syntax::ext::base::{DummyResult, ExtCtxt, MacEager, MacResult}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> src/lib.rs:57:13 [INFO] [stderr] | [INFO] [stderr] 57 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::util::small_vector` [INFO] [stderr] --> src/lib.rs:59:19 [INFO] [stderr] | [INFO] [stderr] 59 | use syntax::util::small_vector::SmallVector; [INFO] [stderr] | ^^^^^^^^^^^^ could not find `small_vector` in `util` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DummyResult` [INFO] [stderr] --> src/lib.rs:77:20 [INFO] [stderr] | [INFO] [stderr] 77 | return DummyResult::any(sp); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `DummyResult` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `MacEager` [INFO] [stderr] --> src/lib.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81 | MacEager::items(SmallVector::many(items)) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `MacEager` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/integer_enum.rs:56:17 [INFO] [stderr] | [INFO] [stderr] 56 | cx: &'a ExtCtxt, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/integer_enum.rs:117:38 [INFO] [stderr] | [INFO] [stderr] 117 | pub fn into_items(mut self, cx: &ExtCtxt, sp: Span) -> Vec> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/integer_enum.rs:136:36 [INFO] [stderr] | [INFO] [stderr] 136 | fn add_derives(&mut self, cx: &ExtCtxt, sp: Span) { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/integer_enum.rs:146:33 [INFO] [stderr] | [INFO] [stderr] 146 | fn add_repr(&mut self, cx: &ExtCtxt, sp: Span) { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/integer_enum.rs:153:29 [INFO] [stderr] | [INFO] [stderr] 153 | fn variants(&self, cx: &ExtCtxt) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/integer_enum.rs:170:59 [INFO] [stderr] | [INFO] [stderr] 170 | fn impls_macro_item(&self, variants: &[Variant], cx: &ExtCtxt, sp: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `EMPTY_CTXT` in module `ast` [INFO] [stderr] --> src/integer_enum.rs:195:24 [INFO] [stderr] | [INFO] [stderr] 195 | ctxt: ast::EMPTY_CTXT, [INFO] [stderr] | ^^^^^^^^^^ not found in `ast` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/int_lit.rs:44:33 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn into_expr(self, cx: &ExtCtxt, sp: Span) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/int_lit.rs:54:34 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn into_ident(self, cx: &ExtCtxt) -> Ident { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> src/lib.rs:69:14 [INFO] [stderr] | [INFO] [stderr] 69 | cx: &mut ExtCtxt, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> src/lib.rs:72:10 [INFO] [stderr] | [INFO] [stderr] 72 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 26 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `bounded-integer-plugin`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c2ff044b23bc3a4d5507b2b389659557652fe593a19fd24be912a8ea845db790"` [INFO] running `"docker" "rm" "-f" "c2ff044b23bc3a4d5507b2b389659557652fe593a19fd24be912a8ea845db790"` [INFO] [stdout] c2ff044b23bc3a4d5507b2b389659557652fe593a19fd24be912a8ea845db790