Sep 20 04:21:36.405 INFO checking dotenv_macros-0.9.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 04:21:36.405 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 04:21:36.405 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:21:36.608 INFO blam! 88a9192e80b0a96671f30e41db0c1e1eacd95612139ffb46940d83b1c71fa538 Sep 20 04:21:36.610 INFO running `"docker" "start" "-a" "88a9192e80b0a96671f30e41db0c1e1eacd95612139ffb46940d83b1c71fa538"` Sep 20 04:21:37.358 INFO kablam! usermod: no changes Sep 20 04:21:37.442 INFO kablam! Checking regex v0.1.80 Sep 20 04:21:39.442 INFO kablam! Checking dotenv v0.8.0 Sep 20 04:21:40.050 INFO kablam! Checking dotenv_codegen v0.9.3 Sep 20 04:21:42.209 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 04:21:42.211 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.9.3/src/dotenv_macro.rs:4:13 Sep 20 04:21:42.211 INFO kablam! | Sep 20 04:21:42.211 INFO kablam! 4 | use syntax::codemap::Span; Sep 20 04:21:42.211 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 04:21:42.211 INFO kablam! Sep 20 04:21:42.238 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Sep 20 04:21:42.238 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.9.3/src/dotenv_macro.rs:45:20 Sep 20 04:21:42.238 INFO kablam! | Sep 20 04:21:42.238 INFO kablam! 45 | token::intern_and_get_ident(&format!("environment variable `{}` \ Sep 20 04:21:42.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Sep 20 04:21:42.238 INFO kablam! Sep 20 04:21:42.238 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Sep 20 04:21:42.238 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.9.3/src/dotenv_macro.rs:70:41 Sep 20 04:21:42.238 INFO kablam! | Sep 20 04:21:42.238 INFO kablam! 70 | Ok(s) => cx.expr_str(sp, token::intern_and_get_ident(&s)) Sep 20 04:21:42.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Sep 20 04:21:42.238 INFO kablam! Sep 20 04:21:42.282 INFO kablam! error[E0608]: cannot index into a value of type `syntax::ast::Symbol` Sep 20 04:21:42.282 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.9.3/src/dotenv_macro.rs:65:29 Sep 20 04:21:42.282 INFO kablam! | Sep 20 04:21:42.282 INFO kablam! 65 | let e = match env::var(&var[..]) { Sep 20 04:21:42.282 INFO kablam! | ^^^^^^^ Sep 20 04:21:42.282 INFO kablam! Sep 20 04:21:42.282 INFO kablam! error[E0277]: the size for values of type `str` cannot be known at compilation time Sep 20 04:21:42.282 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.9.3/src/dotenv_macro.rs:43:9 Sep 20 04:21:42.282 INFO kablam! | Sep 20 04:21:42.282 INFO kablam! 43 | let msg = match exprs.next() { Sep 20 04:21:42.282 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 20 04:21:42.282 INFO kablam! | Sep 20 04:21:42.282 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `str` Sep 20 04:21:42.282 INFO kablam! = note: to learn more, visit Sep 20 04:21:42.282 INFO kablam! = note: all local variables must have a statically known size Sep 20 04:21:42.282 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 04:21:42.282 INFO kablam! Sep 20 04:21:42.286 INFO kablam! error: aborting due to 5 previous errors Sep 20 04:21:42.286 INFO kablam! Sep 20 04:21:42.286 INFO kablam! Some errors occurred: E0277, E0425, E0432, E0608. Sep 20 04:21:42.286 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 20 04:21:42.302 INFO kablam! error: Could not compile `dotenv_codegen`. Sep 20 04:21:42.302 INFO kablam! Sep 20 04:21:42.302 INFO kablam! To learn more, run the command again with --verbose. Sep 20 04:21:42.303 INFO kablam! su: No module specific data is present Sep 20 04:21:42.833 INFO running `"docker" "rm" "-f" "88a9192e80b0a96671f30e41db0c1e1eacd95612139ffb46940d83b1c71fa538"` Sep 20 04:21:42.951 INFO blam! 88a9192e80b0a96671f30e41db0c1e1eacd95612139ffb46940d83b1c71fa538