Sep 18 01:32:11.373 INFO checking dotenv_macros-0.9.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 01:32:11.373 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 01:32:11.374 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 01:32:11.639 INFO blam! 5a071714d4e1d0a09d9d7d15ccbecee4fdc4c37c6b0841e3ab79dd412225e5c0 Sep 18 01:32:11.646 INFO running `"docker" "start" "-a" "5a071714d4e1d0a09d9d7d15ccbecee4fdc4c37c6b0841e3ab79dd412225e5c0"` Sep 18 01:32:12.796 INFO kablam! usermod: no changes Sep 18 01:32:12.863 INFO kablam! Checking regex-syntax v0.3.9 Sep 18 01:32:12.867 INFO kablam! Checking utf8-ranges v0.1.3 Sep 18 01:32:12.868 INFO kablam! Checking memchr v0.1.11 Sep 18 01:32:12.868 INFO kablam! Checking thread-id v2.0.0 Sep 18 01:32:13.226 INFO kablam! Checking thread_local v0.2.7 Sep 18 01:32:13.514 INFO kablam! Checking aho-corasick v0.5.3 Sep 18 01:32:15.059 INFO kablam! Checking regex v0.1.80 Sep 18 01:32:17.294 INFO kablam! Checking dotenv v0.8.0 Sep 18 01:32:17.797 INFO kablam! Checking dotenv_codegen v0.9.3 Sep 18 01:32:19.787 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 18 01:32:19.787 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.9.3/src/dotenv_macro.rs:4:13 Sep 18 01:32:19.787 INFO kablam! | Sep 18 01:32:19.787 INFO kablam! 4 | use syntax::codemap::Span; Sep 18 01:32:19.788 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 18 01:32:19.788 INFO kablam! Sep 18 01:32:19.802 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Sep 18 01:32:19.802 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.9.3/src/dotenv_macro.rs:45:20 Sep 18 01:32:19.802 INFO kablam! | Sep 18 01:32:19.802 INFO kablam! 45 | token::intern_and_get_ident(&format!("environment variable `{}` \ Sep 18 01:32:19.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Sep 18 01:32:19.802 INFO kablam! Sep 18 01:32:19.802 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Sep 18 01:32:19.802 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.9.3/src/dotenv_macro.rs:70:41 Sep 18 01:32:19.802 INFO kablam! | Sep 18 01:32:19.803 INFO kablam! 70 | Ok(s) => cx.expr_str(sp, token::intern_and_get_ident(&s)) Sep 18 01:32:19.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Sep 18 01:32:19.803 INFO kablam! Sep 18 01:32:19.855 INFO kablam! error[E0608]: cannot index into a value of type `syntax::ast::Symbol` Sep 18 01:32:19.855 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.9.3/src/dotenv_macro.rs:65:29 Sep 18 01:32:19.855 INFO kablam! | Sep 18 01:32:19.855 INFO kablam! 65 | let e = match env::var(&var[..]) { Sep 18 01:32:19.855 INFO kablam! | ^^^^^^^ Sep 18 01:32:19.855 INFO kablam! Sep 18 01:32:19.855 INFO kablam! error[E0277]: the size for values of type `str` cannot be known at compilation time Sep 18 01:32:19.855 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dotenv_codegen-0.9.3/src/dotenv_macro.rs:43:9 Sep 18 01:32:19.855 INFO kablam! | Sep 18 01:32:19.855 INFO kablam! 43 | let msg = match exprs.next() { Sep 18 01:32:19.855 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 18 01:32:19.855 INFO kablam! | Sep 18 01:32:19.855 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `str` Sep 18 01:32:19.855 INFO kablam! = note: to learn more, visit Sep 18 01:32:19.855 INFO kablam! = note: all local variables must have a statically known size Sep 18 01:32:19.855 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 18 01:32:19.855 INFO kablam! Sep 18 01:32:19.859 INFO kablam! error: aborting due to 5 previous errors Sep 18 01:32:19.859 INFO kablam! Sep 18 01:32:19.859 INFO kablam! Some errors occurred: E0277, E0425, E0432, E0608. Sep 18 01:32:19.862 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 18 01:32:19.872 INFO kablam! error: Could not compile `dotenv_codegen`. Sep 18 01:32:19.872 INFO kablam! Sep 18 01:32:19.872 INFO kablam! To learn more, run the command again with --verbose. Sep 18 01:32:19.873 INFO kablam! su: No module specific data is present Sep 18 01:32:20.403 INFO running `"docker" "rm" "-f" "5a071714d4e1d0a09d9d7d15ccbecee4fdc4c37c6b0841e3ab79dd412225e5c0"` Sep 18 01:32:20.491 INFO blam! 5a071714d4e1d0a09d9d7d15ccbecee4fdc4c37c6b0841e3ab79dd412225e5c0