[INFO] updating cached repository https://github.com/1p1pd/gradebot [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d67d6fdd4fe5bdcbbe67334fd6083806f04f990e [INFO] testing 1p1pd/gradebot against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2F1p1pd%2Fgradebot" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/1p1pd/gradebot 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 git repo https://github.com/1p1pd/gradebot [INFO] finished tweaking git repo https://github.com/1p1pd/gradebot [INFO] tweaked toml for git repo https://github.com/1p1pd/gradebot written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/1p1pd/gradebot already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [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-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] efd6c392eb07e961986e556291b5005eca49d6c240a13211a6d6956980c10d50 [INFO] running `"docker" "start" "-a" "efd6c392eb07e961986e556291b5005eca49d6c240a13211a6d6956980c10d50"` [INFO] [stderr] Compiling pq-sys v0.2.7 [INFO] [stderr] Compiling diesel_codegen v0.6.2 [INFO] [stderr] Compiling cookie v0.2.5 [INFO] [stderr] Compiling dotenv v0.8.0 [INFO] [stderr] Compiling handlebars v0.18.2 [INFO] [stderr] Compiling dotenv_codegen v0.8.1 [INFO] [stderr] Compiling hyper v0.8.1 [INFO] [stderr] Compiling diesel v0.6.2 [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/diesel-0.6.2/src/lib.rs:5:35 [INFO] [stderr] | [INFO] [stderr] 5 | #![cfg_attr(feature = "unstable", feature(specialization))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.8.1/src/dotenv_macro.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | 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.8.1/src/dotenv_macro.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use syntax::ext::build::AstBuilder; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AstBuilder` in `ext::build` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `TokenTree` in module `ast` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.8.1/src/dotenv_macro.rs:13:71 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn expand_dotenv<'cx>(cx: &'cx mut ExtCtxt, sp: Span, tts: &[ast::TokenTree]) [INFO] [stderr] | ^^^^^^^^^ not found in `ast` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use syntax::ext::tt::quoted::TokenTree; [INFO] [stderr] | [INFO] [stderr] 1 | use syntax::tokenstream::TokenTree; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `TokenTree` in module `ast` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.8.1/src/dotenv_macro.rs:25:55 [INFO] [stderr] | [INFO] [stderr] 25 | fn expand_env(cx: &mut ExtCtxt, sp: Span, tts: &[ast::TokenTree]) [INFO] [stderr] | ^^^^^^^^^ not found in `ast` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use syntax::ext::tt::quoted::TokenTree; [INFO] [stderr] | [INFO] [stderr] 1 | use syntax::tokenstream::TokenTree; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `intern_and_get_ident` in module `token` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.8.1/src/dotenv_macro.rs:45:20 [INFO] [stderr] | [INFO] [stderr] 45 | token::intern_and_get_ident(&format!("environment variable `{}` \ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in `token` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `intern_and_get_ident` in module `token` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.8.1/src/dotenv_macro.rs:70:41 [INFO] [stderr] | [INFO] [stderr] 70 | Ok(s) => cx.expr_str(sp, token::intern_and_get_ident(&s)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in `token` [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.8.1/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.8.1/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 [[type error]]) -> 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.8.1/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[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.8.1/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.8.1/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.8.1/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.8.1/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.8.1/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[E0608]: cannot index into a value of type `syntax::ast::Symbol` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.8.1/src/dotenv_macro.rs:65:29 [INFO] [stderr] | [INFO] [stderr] 65 | let e = match env::var(&var[..]) { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 15 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0412, E0425, E0432, E0554, E0599, E0608. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `dotenv_codegen`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `diesel`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "efd6c392eb07e961986e556291b5005eca49d6c240a13211a6d6956980c10d50"` [INFO] running `"docker" "rm" "-f" "efd6c392eb07e961986e556291b5005eca49d6c240a13211a6d6956980c10d50"` [INFO] [stdout] efd6c392eb07e961986e556291b5005eca49d6c240a13211a6d6956980c10d50