[INFO] fetching crate atproto_api 0.2.0...
[INFO] checking atproto_api-0.2.0 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate atproto_api 0.2.0 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate atproto_api 0.2.0 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate atproto_api 0.2.0
[INFO] finished tweaking crates.io crate atproto_api 0.2.0
[INFO] tweaked toml for crates.io crate atproto_api 0.2.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] crate crates.io crate atproto_api 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded dotenv_codegen v0.15.0
[INFO] [stderr]   Downloaded dotenv_codegen_implementation v0.15.0
[INFO] [stderr]   Downloaded openssl-sys v0.9.91
[INFO] [stderr]   Downloaded openssl v0.10.56
[INFO] [stderr]   Downloaded object v0.32.0
[INFO] [stderr]   Downloaded rustix v0.38.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cf0be651489737d8a702536aec8d41b47490397b97bf8aaa17de76edc7fb856c
[INFO] running `Command { std: "docker" "start" "-a" "cf0be651489737d8a702536aec8d41b47490397b97bf8aaa17de76edc7fb856c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf0be651489737d8a702536aec8d41b47490397b97bf8aaa17de76edc7fb856c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf0be651489737d8a702536aec8d41b47490397b97bf8aaa17de76edc7fb856c", kill_on_drop: false }`
[INFO] [stdout] cf0be651489737d8a702536aec8d41b47490397b97bf8aaa17de76edc7fb856c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3fc1717210c9639d6435b4e95d716ce3baff3c43cd5e708d6a16fec9979e1aaa
[INFO] running `Command { std: "docker" "start" "-a" "3fc1717210c9639d6435b4e95d716ce3baff3c43cd5e708d6a16fec9979e1aaa", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]     Checking bytes v1.4.0
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]     Checking smallvec v1.11.0
[INFO] [stderr]     Checking itoa v1.0.9
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling openssl v0.10.56
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]    Compiling syn v2.0.29
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking socket2 v0.5.3
[INFO] [stderr]     Checking try-lock v0.2.4
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking ryu v1.0.15
[INFO] [stderr]     Checking form_urlencoded v1.2.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]    Compiling serde_json v1.0.105
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]    Compiling async-trait v0.1.73
[INFO] [stderr]     Checking base64 v0.21.3
[INFO] [stderr]     Checking ipnet v2.8.0
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]    Compiling openssl-sys v0.9.91
[INFO] [stderr]     Checking url v2.4.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling dotenv_codegen_implementation v0.15.0
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]     Checking dotenv_codegen v0.15.0
[INFO] [stderr]     Checking tokio v1.32.0
[INFO] [stderr]     Checking tokio-util v0.7.8
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking futures-executor v0.3.28
[INFO] [stderr]     Checking futures v0.3.28
[INFO] [stderr]     Checking h2 v0.3.21
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking hyper v0.14.27
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.20
[INFO] [stderr]     Checking atproto_api v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]   --> examples/get.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 |             dotenv!("BLUESKY_IDENTIFIER").to_string(),
[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]   --> examples/get.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |             dotenv!("BLUESKY_PASSWORD").to_string(),
[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]   --> examples/refresh.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 |             dotenv!("BLUESKY_IDENTIFIER").to_string(),
[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]   --> examples/get.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |             dotenv!("BLUESKY_PASSWORD").to_string(),
[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: proc-macro derive panicked
[INFO] [stdout]   --> examples/refresh.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |             dotenv!("BLUESKY_PASSWORD").to_string(),
[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]   --> examples/get.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 |             dotenv!("BLUESKY_IDENTIFIER").to_string(),
[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 `atproto_api` (example "get") due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stdout]   --> examples/refresh.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |             dotenv!("BLUESKY_PASSWORD").to_string(),
[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]   --> examples/refresh.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 |             dotenv!("BLUESKY_IDENTIFIER").to_string(),
[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 `atproto_api` (example "refresh") due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "3fc1717210c9639d6435b4e95d716ce3baff3c43cd5e708d6a16fec9979e1aaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3fc1717210c9639d6435b4e95d716ce3baff3c43cd5e708d6a16fec9979e1aaa", kill_on_drop: false }`
[INFO] [stdout] 3fc1717210c9639d6435b4e95d716ce3baff3c43cd5e708d6a16fec9979e1aaa
[INFO] checking atproto_api-0.2.0 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate atproto_api 0.2.0 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate atproto_api 0.2.0 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate atproto_api 0.2.0
[INFO] finished tweaking crates.io crate atproto_api 0.2.0
[INFO] tweaked toml for crates.io crate atproto_api 0.2.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate crates.io crate atproto_api 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8acd69190f521d05aaafe82cb7e4b456a725196ceca2ede4ac11e2ff1c865a98
[INFO] running `Command { std: "docker" "start" "-a" "8acd69190f521d05aaafe82cb7e4b456a725196ceca2ede4ac11e2ff1c865a98", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8acd69190f521d05aaafe82cb7e4b456a725196ceca2ede4ac11e2ff1c865a98", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8acd69190f521d05aaafe82cb7e4b456a725196ceca2ede4ac11e2ff1c865a98", kill_on_drop: false }`
[INFO] [stdout] 8acd69190f521d05aaafe82cb7e4b456a725196ceca2ede4ac11e2ff1c865a98
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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 -Dnon_local_definitions" "-e" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e83940e8ed42dcec7949162e70963f4f839d18ba084a4a1cc8f30d8eeb56404c
[INFO] running `Command { std: "docker" "start" "-a" "e83940e8ed42dcec7949162e70963f4f839d18ba084a4a1cc8f30d8eeb56404c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]     Checking bytes v1.4.0
[INFO] [stderr]     Checking smallvec v1.11.0
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]     Checking itoa v1.0.9
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling openssl v0.10.56
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]     Checking try-lock v0.2.4
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking socket2 v0.5.3
[INFO] [stderr]    Compiling syn v2.0.29
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]     Checking form_urlencoded v1.2.0
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]    Compiling serde_json v1.0.105
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking ryu v1.0.15
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]    Compiling async-trait v0.1.73
[INFO] [stderr]     Checking ipnet v2.8.0
[INFO] [stderr]     Checking base64 v0.21.3
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]    Compiling openssl-sys v0.9.91
[INFO] [stderr]     Checking url v2.4.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling dotenv_codegen_implementation v0.15.0
[INFO] [stderr]     Checking dotenv_codegen v0.15.0
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]     Checking tokio v1.32.0
[INFO] [stderr]     Checking futures-executor v0.3.28
[INFO] [stderr]     Checking futures v0.3.28
[INFO] [stderr]     Checking tokio-util v0.7.8
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.3.21
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking hyper v0.14.27
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.20
[INFO] [stderr]     Checking atproto_api v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]   --> examples/refresh.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 |             dotenv!("BLUESKY_IDENTIFIER").to_string(),
[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]   --> examples/refresh.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |             dotenv!("BLUESKY_PASSWORD").to_string(),
[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]   --> examples/get.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 |             dotenv!("BLUESKY_IDENTIFIER").to_string(),
[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]   --> examples/get.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |             dotenv!("BLUESKY_PASSWORD").to_string(),
[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]   --> examples/get.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |             dotenv!("BLUESKY_PASSWORD").to_string(),
[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]   --> examples/get.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 |             dotenv!("BLUESKY_IDENTIFIER").to_string(),
[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] [stdout] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stdout]   --> examples/refresh.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |             dotenv!("BLUESKY_PASSWORD").to_string(),
[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]   --> examples/refresh.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 |             dotenv!("BLUESKY_IDENTIFIER").to_string(),
[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] [stderr] error: could not compile `atproto_api` (example "get") due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `atproto_api` (example "refresh") due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "e83940e8ed42dcec7949162e70963f4f839d18ba084a4a1cc8f30d8eeb56404c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e83940e8ed42dcec7949162e70963f4f839d18ba084a4a1cc8f30d8eeb56404c", kill_on_drop: false }`
[INFO] [stdout] e83940e8ed42dcec7949162e70963f4f839d18ba084a4a1cc8f30d8eeb56404c
