[INFO] fetching crate dotenv_codegen 0.15.0... [INFO] checking dotenv_codegen-0.15.0 against master#dfd7b8d03fb93d0e03147d28b3be6d93260fa94d for pr-87050 [INFO] extracting crate dotenv_codegen 0.15.0 into /workspace/builds/worker-15/source [INFO] validating manifest of crates.io crate dotenv_codegen 0.15.0 on toolchain dfd7b8d03fb93d0e03147d28b3be6d93260fa94d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dotenv_codegen 0.15.0 [INFO] finished tweaking crates.io crate dotenv_codegen 0.15.0 [INFO] tweaked toml for crates.io crate dotenv_codegen 0.15.0 written to /workspace/builds/worker-15/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8718a26d8cfbd793d82573ef2279e1a4335528b250abcb308165bb93032d3852 [INFO] running `Command { std: "docker" "start" "-a" "8718a26d8cfbd793d82573ef2279e1a4335528b250abcb308165bb93032d3852", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8718a26d8cfbd793d82573ef2279e1a4335528b250abcb308165bb93032d3852", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8718a26d8cfbd793d82573ef2279e1a4335528b250abcb308165bb93032d3852", kill_on_drop: false }` [INFO] [stdout] 8718a26d8cfbd793d82573ef2279e1a4335528b250abcb308165bb93032d3852 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 33794674b1de52bbe9c954b18078901d84f774408daa38459712802d15d71305 [INFO] running `Command { std: "docker" "start" "-a" "33794674b1de52bbe9c954b18078901d84f774408daa38459712802d15d71305", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling dotenv_codegen_implementation v0.15.0 [INFO] [stderr] Checking dotenv_codegen v0.15.0 (/opt/rustwide/workdir) [INFO] [stdout] error: proc-macro derive panicked [INFO] [stdout] --> tests/basic_dotenv_macro.rs:6:16 [INFO] [stdout] | [INFO] [stdout] 6 | assert_eq!(dotenv!("CODEGEN_TEST_VAR1"), "hello!"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: message: Error loading .env file: path not found [INFO] [stdout] = note: this error originates in the macro `dotenv` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive panicked [INFO] [stdout] --> tests/basic_dotenv_macro.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | / dotenv!( [INFO] [stdout] 13 | | "CODEGEN_TEST_VAR2", [INFO] [stdout] 14 | | "err, you should be running this in the 'dotenv_codegen' \ [INFO] [stdout] 15 | | directory to pick up the right .env file." [INFO] [stdout] 16 | | ), [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = help: message: Error loading .env file: path not found [INFO] [stdout] = note: this error originates in the macro `dotenv` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `proc_macro_call` in this scope [INFO] [stdout] --> tests/basic_dotenv_macro.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | / dotenv!( [INFO] [stdout] 13 | | "CODEGEN_TEST_VAR2", [INFO] [stdout] 14 | | "err, you should be running this in the 'dotenv_codegen' \ [INFO] [stdout] 15 | | directory to pick up the right .env file." [INFO] [stdout] 16 | | ), [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dotenv` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `proc_macro_call` in this scope [INFO] [stdout] --> tests/basic_dotenv_macro.rs:6:16 [INFO] [stdout] | [INFO] [stdout] 6 | assert_eq!(dotenv!("CODEGEN_TEST_VAR1"), "hello!"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dotenv` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `dotenv_codegen` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "33794674b1de52bbe9c954b18078901d84f774408daa38459712802d15d71305", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33794674b1de52bbe9c954b18078901d84f774408daa38459712802d15d71305", kill_on_drop: false }` [INFO] [stdout] 33794674b1de52bbe9c954b18078901d84f774408daa38459712802d15d71305