[INFO] crate dotenv_macros 0.10.0 is already in cache [INFO] testing dotenv_macros-0.10.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate dotenv_macros 0.10.0 into work/builds/worker-2/source [INFO] validating manifest of crates.io crate dotenv_macros 0.10.0 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate dotenv_macros 0.10.0 [INFO] finished tweaking crates.io crate dotenv_macros 0.10.0 [INFO] tweaked toml for crates.io crate dotenv_macros 0.10.0 written to work/builds/worker-2/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 3c8ca9c2961ab7150da97adc9e2e20fea68abc1ec2ef2a1a8ab70d1203a2a5ab [INFO] running `"docker" "start" "-a" "3c8ca9c2961ab7150da97adc9e2e20fea68abc1ec2ef2a1a8ab70d1203a2a5ab"` [INFO] [stderr] Compiling dotenv v0.8.0 [INFO] [stderr] Compiling dotenv_codegen v0.10.0 [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.10.0/src/dotenv_macro.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::ext::build::AstBuilder` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.10.0/src/dotenv_macro.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::ext::build::AstBuilder; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AstBuilder` in `ext::build` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.10.0/src/lib.rs:1:43 [INFO] [stderr] | [INFO] [stderr] 1 | #![cfg_attr(not(feature = "with-syntex"), feature(rustc_private))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.10.0/src/lib.rs:27:34 [INFO] [stderr] | [INFO] [stderr] 27 | reg.register_macro("dotenv", dotenv_macro::expand_dotenv); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::tokenstream::TokenStream`, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected type `for<'cx, 'r> fn(&'cx mut syntax::ext::base::ExtCtxt<'r>, syntax::source_map::Span, syntax::tokenstream::TokenStream) -> std::boxed::Box<(dyn syntax::ext::base::MacResult + 'cx)>` [INFO] [stderr] found type `for<'cx, 'r, 's> fn(&'cx mut syntax::ext::base::ExtCtxt<'r>, [type error], &'s [syntax::tokenstream::TokenTree]) -> std::boxed::Box<(dyn syntax::ext::base::MacResult + 'cx)> {dotenv_macro::expand_dotenv}` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `expr` found for type `syntax::ext::base::DummyResult` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.10.0/src/dotenv_macro.rs:18:33 [INFO] [stderr] | [INFO] [stderr] 18 | return DummyResult::expr(sp); [INFO] [stderr] | ^^^^ function or associated item not found in `syntax::ext::base::DummyResult` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.10.0/src/dotenv_macro.rs:28:54 [INFO] [stderr] | [INFO] [stderr] 28 | let mut exprs = match get_exprs_from_tts(cx, sp, tts) { [INFO] [stderr] | ^^^ expected struct `syntax::tokenstream::TokenStream`, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected type `syntax::tokenstream::TokenStream` [INFO] [stderr] found type `&[syntax::tokenstream::TokenTree]` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `expr` found for type `syntax::ext::base::DummyResult` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.10.0/src/dotenv_macro.rs:31:33 [INFO] [stderr] | [INFO] [stderr] 31 | return DummyResult::expr(sp); [INFO] [stderr] | ^^^^ function or associated item not found in `syntax::ext::base::DummyResult` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `expr` found for type `syntax::ext::base::DummyResult` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.10.0/src/dotenv_macro.rs:33:37 [INFO] [stderr] | [INFO] [stderr] 33 | None => return DummyResult::expr(sp), [INFO] [stderr] | ^^^^ function or associated item not found in `syntax::ext::base::DummyResult` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `expr` found for type `syntax::ext::base::DummyResult` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.10.0/src/dotenv_macro.rs:40:37 [INFO] [stderr] | [INFO] [stderr] 40 | None => return DummyResult::expr(sp), [INFO] [stderr] | ^^^^ function or associated item not found in `syntax::ext::base::DummyResult` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `expr` found for type `syntax::ext::base::DummyResult` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.10.0/src/dotenv_macro.rs:51:45 [INFO] [stderr] | [INFO] [stderr] 51 | None => return DummyResult::expr(sp), [INFO] [stderr] | ^^^^ function or associated item not found in `syntax::ext::base::DummyResult` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `expr` found for type `syntax::ext::base::DummyResult` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.10.0/src/dotenv_macro.rs:61:33 [INFO] [stderr] | [INFO] [stderr] 61 | return DummyResult::expr(sp); [INFO] [stderr] | ^^^^ function or associated item not found in `syntax::ext::base::DummyResult` [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0432, E0554, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `dotenv_codegen`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3c8ca9c2961ab7150da97adc9e2e20fea68abc1ec2ef2a1a8ab70d1203a2a5ab"` [INFO] running `"docker" "rm" "-f" "3c8ca9c2961ab7150da97adc9e2e20fea68abc1ec2ef2a1a8ab70d1203a2a5ab"` [INFO] [stdout] 3c8ca9c2961ab7150da97adc9e2e20fea68abc1ec2ef2a1a8ab70d1203a2a5ab