[INFO] updating cached repository https://github.com/brainstorm/dotenv-codegen-rustc-hang
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] b7cc3ddc744ce5be3b435ee519170f9fd9ffe282
[INFO] checking brainstorm/dotenv-codegen-rustc-hang against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrainstorm%2Fdotenv-codegen-rustc-hang" "/workspace/builds/worker-0/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/brainstorm/dotenv-codegen-rustc-hang on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/brainstorm/dotenv-codegen-rustc-hang
[INFO] finished tweaking git repo https://github.com/brainstorm/dotenv-codegen-rustc-hang
[INFO] tweaked toml for git repo https://github.com/brainstorm/dotenv-codegen-rustc-hang written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate git repo https://github.com/brainstorm/dotenv-codegen-rustc-hang already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 306dba4b569e2bb92c0f07117b687cf2dd77022ac641cab0d348c6abf649dc0a
[INFO] running `"docker" "start" "-a" "306dba4b569e2bb92c0f07117b687cf2dd77022ac641cab0d348c6abf649dc0a"`
[INFO] [stderr]    Compiling syn v0.15.38
[INFO] [stderr]    Compiling libc v0.2.58
[INFO] [stderr]    Compiling backtrace-sys v0.1.29
[INFO] [stderr]    Compiling backtrace v0.3.32
[INFO] [stderr]    Compiling synstructure v0.10.2
[INFO] [stderr]    Compiling proc-macro-hack v0.5.7
[INFO] [stderr]    Compiling failure_derive v0.1.5
[INFO] [stderr]    Compiling failure v0.1.5
[INFO] [stderr]    Compiling dotenv v0.14.1
[INFO] [stderr]    Compiling dotenv_codegen_implementation v0.14.1
[INFO] [stderr]     Checking dotenv_codegen v0.14.1
[INFO] [stderr]     Checking dotenv-codegen-rustc-hang v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: format argument must be a string literal
[INFO] [stderr]  --> src/main.rs:7:14
[INFO] [stderr]   |
[INFO] [stderr] 7 |     println!(dotenv!("AWS_ATHENA_DB").to_string());
[INFO] [stderr]   |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: you might be missing a string literal to format with
[INFO] [stderr]   |
[INFO] [stderr] 7 |     println!("{}", dotenv!("AWS_ATHENA_DB").to_string());
[INFO] [stderr]   |              ^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: format argument must be a string literal
[INFO] [stderr]  --> src/main.rs:7:14
[INFO] [stderr]   |
[INFO] [stderr] 7 |     println!(dotenv!("AWS_ATHENA_DB").to_string());
[INFO] [stderr]   |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: you might be missing a string literal to format with
[INFO] [stderr]   |
[INFO] [stderr] 7 |     println!("{}", dotenv!("AWS_ATHENA_DB").to_string());
[INFO] [stderr]   |              ^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr]  --> src/main.rs:7:14
[INFO] [stderr]   |
[INFO] [stderr] 7 |     println!(dotenv!("AWS_ATHENA_DB").to_string());
[INFO] [stderr]   |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: have you added the `#[macro_use]` on the module/import?
[INFO] [stderr]   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `dotenv-codegen-rustc-hang`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr]  --> src/main.rs:7:14
[INFO] [stderr]   |
[INFO] [stderr] 7 |     println!(dotenv!("AWS_ATHENA_DB").to_string());
[INFO] [stderr]   |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: have you added the `#[macro_use]` on the module/import?
[INFO] [stderr]   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `dotenv-codegen-rustc-hang`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "306dba4b569e2bb92c0f07117b687cf2dd77022ac641cab0d348c6abf649dc0a"`
[INFO] running `"docker" "rm" "-f" "306dba4b569e2bb92c0f07117b687cf2dd77022ac641cab0d348c6abf649dc0a"`
[INFO] [stdout] 306dba4b569e2bb92c0f07117b687cf2dd77022ac641cab0d348c6abf649dc0a
