[INFO] crate interpolate_idents_gnzlbg_fork 0.2.6 is already in cache [INFO] checking interpolate_idents_gnzlbg_fork-0.2.6 against nightly-2019-10-27 for pr-65897 [INFO] extracting crate interpolate_idents_gnzlbg_fork 0.2.6 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate interpolate_idents_gnzlbg_fork 0.2.6 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 interpolate_idents_gnzlbg_fork 0.2.6 [INFO] finished tweaking crates.io crate interpolate_idents_gnzlbg_fork 0.2.6 [INFO] tweaked toml for crates.io crate interpolate_idents_gnzlbg_fork 0.2.6 written to /workspace/builds/worker-10/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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 26042fab86f3b8a1a40b8d0e8dce06e301bcd367de7df3b8404bffb13f4f273d [INFO] running `"docker" "start" "-a" "26042fab86f3b8a1a40b8d0e8dce06e301bcd367de7df3b8404bffb13f4f273d"` [INFO] [stderr] Compiling interpolate_idents_gnzlbg_fork v0.2.6 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/lib.rs:12:13 [INFO] [stderr] | [INFO] [stderr] 12 | use syntax::ext::base::{ExtCtxt, MacResult}; [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/parser_any_macro.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | use syntax::ext::base::MacResult; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> src/lib.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 `rustc_data_structures::small_vec` [INFO] [stderr] --> src/parser_any_macro.rs:10:28 [INFO] [stderr] | [INFO] [stderr] 10 | use rustc_data_structures::small_vec::OneVector; [INFO] [stderr] | ^^^^^^^^^ could not find `small_vec` in `rustc_data_structures` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> src/parser_any_macro.rs:58:10 [INFO] [stderr] | [INFO] [stderr] 58 | impl<'a> MacResult for ParserAnyMacro<'a> { [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:22:39 [INFO] [stderr] | [INFO] [stderr] 22 | fn interpolate_idents<'a>(cx: &'a 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:24:41 [INFO] [stderr] | [INFO] [stderr] 24 | tts: &[TokenTree]) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Delimited` in module `syntax::tokenstream` [INFO] [stderr] --> src/lib.rs:76:74 [INFO] [stderr] | [INFO] [stderr] 76 | ... TokenTree::Delimited(s, syntax::tokenstream::Delimited { [INFO] [stderr] | ^^^^^^^^^ not found in `syntax::tokenstream` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use syntax::tokenstream::TokenTree::Delimited; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `MacResult` in this scope [INFO] [stderr] --> src/lib.rs:91:68 [INFO] [stderr] | [INFO] [stderr] 91 | Box::new(parser_any_macro::ParserAnyMacro::new(parser)) as Box [INFO] [stderr] | ^^^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0422, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `interpolate_idents_gnzlbg_fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/lib.rs:12:13 [INFO] [stderr] | [INFO] [stderr] 12 | use syntax::ext::base::{ExtCtxt, MacResult}; [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/parser_any_macro.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | use syntax::ext::base::MacResult; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> src/lib.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 `rustc_data_structures::small_vec` [INFO] [stderr] --> src/parser_any_macro.rs:10:28 [INFO] [stderr] | [INFO] [stderr] 10 | use rustc_data_structures::small_vec::OneVector; [INFO] [stderr] | ^^^^^^^^^ could not find `small_vec` in `rustc_data_structures` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> src/parser_any_macro.rs:58:10 [INFO] [stderr] | [INFO] [stderr] 58 | impl<'a> MacResult for ParserAnyMacro<'a> { [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:22:39 [INFO] [stderr] | [INFO] [stderr] 22 | fn interpolate_idents<'a>(cx: &'a 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:24:41 [INFO] [stderr] | [INFO] [stderr] 24 | tts: &[TokenTree]) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Delimited` in module `syntax::tokenstream` [INFO] [stderr] --> src/lib.rs:76:74 [INFO] [stderr] | [INFO] [stderr] 76 | ... TokenTree::Delimited(s, syntax::tokenstream::Delimited { [INFO] [stderr] | ^^^^^^^^^ not found in `syntax::tokenstream` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use syntax::tokenstream::TokenTree::Delimited; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `MacResult` in this scope [INFO] [stderr] --> src/lib.rs:91:68 [INFO] [stderr] | [INFO] [stderr] 91 | Box::new(parser_any_macro::ParserAnyMacro::new(parser)) as Box [INFO] [stderr] | ^^^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0422, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `interpolate_idents_gnzlbg_fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> src/lib.rs:12:13 [INFO] [stderr] | [INFO] [stderr] 12 | use syntax::ext::base::{ExtCtxt, MacResult}; [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/parser_any_macro.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | use syntax::ext::base::MacResult; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> src/lib.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 `rustc_data_structures::small_vec` [INFO] [stderr] --> src/parser_any_macro.rs:10:28 [INFO] [stderr] | [INFO] [stderr] 10 | use rustc_data_structures::small_vec::OneVector; [INFO] [stderr] | ^^^^^^^^^ could not find `small_vec` in `rustc_data_structures` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> src/parser_any_macro.rs:58:10 [INFO] [stderr] | [INFO] [stderr] 58 | impl<'a> MacResult for ParserAnyMacro<'a> { [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:22:39 [INFO] [stderr] | [INFO] [stderr] 22 | fn interpolate_idents<'a>(cx: &'a 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:24:41 [INFO] [stderr] | [INFO] [stderr] 24 | tts: &[TokenTree]) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Delimited` in module `syntax::tokenstream` [INFO] [stderr] --> src/lib.rs:76:74 [INFO] [stderr] | [INFO] [stderr] 76 | ... TokenTree::Delimited(s, syntax::tokenstream::Delimited { [INFO] [stderr] | ^^^^^^^^^ not found in `syntax::tokenstream` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 8 | use syntax::tokenstream::TokenTree::Delimited; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `MacResult` in this scope [INFO] [stderr] --> src/lib.rs:91:68 [INFO] [stderr] | [INFO] [stderr] 91 | Box::new(parser_any_macro::ParserAnyMacro::new(parser)) as Box [INFO] [stderr] | ^^^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0422, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `interpolate_idents_gnzlbg_fork`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "26042fab86f3b8a1a40b8d0e8dce06e301bcd367de7df3b8404bffb13f4f273d"` [INFO] running `"docker" "rm" "-f" "26042fab86f3b8a1a40b8d0e8dce06e301bcd367de7df3b8404bffb13f4f273d"` [INFO] [stdout] 26042fab86f3b8a1a40b8d0e8dce06e301bcd367de7df3b8404bffb13f4f273d