[INFO] fetching crate dotenv_codegen 0.15.0... [INFO] checking dotenv_codegen-0.15.0 against master#5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f for pr-87248 [INFO] extracting crate dotenv_codegen 0.15.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate dotenv_codegen 0.15.0 on toolchain 5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "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-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 902082618e4acc75ffe9f90bf41095e6bdf7fe6bbafe3a5792824d9df5387e91 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "902082618e4acc75ffe9f90bf41095e6bdf7fe6bbafe3a5792824d9df5387e91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "902082618e4acc75ffe9f90bf41095e6bdf7fe6bbafe3a5792824d9df5387e91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "902082618e4acc75ffe9f90bf41095e6bdf7fe6bbafe3a5792824d9df5387e91", kill_on_drop: false }` [INFO] [stdout] 902082618e4acc75ffe9f90bf41095e6bdf7fe6bbafe3a5792824d9df5387e91 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 556e1e308a562bbd8f472b0e61491ffcbadca61d8e027ceafcb933abddf8bae8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "556e1e308a562bbd8f472b0e61491ffcbadca61d8e027ceafcb933abddf8bae8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling quote v1.0.9 [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` due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "556e1e308a562bbd8f472b0e61491ffcbadca61d8e027ceafcb933abddf8bae8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "556e1e308a562bbd8f472b0e61491ffcbadca61d8e027ceafcb933abddf8bae8", kill_on_drop: false }` [INFO] [stdout] 556e1e308a562bbd8f472b0e61491ffcbadca61d8e027ceafcb933abddf8bae8