[INFO] fetching crate nostr-sdk-base 0.2.0...
[INFO] checking nostr-sdk-base-0.2.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate nostr-sdk-base 0.2.0 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate nostr-sdk-base 0.2.0 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate nostr-sdk-base 0.2.0
[INFO] finished tweaking crates.io crate nostr-sdk-base 0.2.0
[INFO] tweaked toml for crates.io crate nostr-sdk-base 0.2.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] crate crates.io crate nostr-sdk-base 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" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1ad3d004f6f6a3a186e11bb75bbf96b5317195ad121d1b2455fbed5a3e635b2e
[INFO] running `Command { std: "docker" "start" "-a" "1ad3d004f6f6a3a186e11bb75bbf96b5317195ad121d1b2455fbed5a3e635b2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1ad3d004f6f6a3a186e11bb75bbf96b5317195ad121d1b2455fbed5a3e635b2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ad3d004f6f6a3a186e11bb75bbf96b5317195ad121d1b2455fbed5a3e635b2e", kill_on_drop: false }`
[INFO] [stdout] 1ad3d004f6f6a3a186e11bb75bbf96b5317195ad121d1b2455fbed5a3e635b2e
[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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a9e55ebd6894776e82bd37d075b4c79b84856bd3714cb06f95c26d7070f30133
[INFO] running `Command { std: "docker" "start" "-a" "a9e55ebd6894776e82bd37d075b4c79b84856bd3714cb06f95c26d7070f30133", kill_on_drop: false }`
[INFO] [stderr]     Checking nostr-sdk-base v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `nostr_sdk_base::key`
[INFO] [stdout]  --> examples/keys.rs:4:21
[INFO] [stdout]   |
[INFO] [stdout] 4 | use nostr_sdk_base::key::{FromBech32, Keys};
[INFO] [stdout]   |                     ^^^ could not find `key` in `nostr_sdk_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bitcoin_hashes`
[INFO] [stdout]  --> examples/bip340.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use bitcoin_hashes::hex::FromHex;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of undeclared crate or module `bitcoin_hashes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bitcoin_hashes`
[INFO] [stdout]  --> examples/delete_event.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use bitcoin_hashes::sha256::Hash;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of undeclared crate or module `bitcoin_hashes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `util` in `nostr_sdk_base`
[INFO] [stdout]   --> examples/dm.rs:10:21
[INFO] [stdout]    |
[INFO] [stdout] 10 | use nostr_sdk_base::util::nip04::decrypt;
[INFO] [stdout]    |                     ^^^^ could not find `util` in `nostr_sdk_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `secp256k1`
[INFO] [stdout]   --> examples/bip340.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use secp256k1::schnorr::Signature;
[INFO] [stdout]    |     ^^^^^^^^^ use of undeclared crate or module `secp256k1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bitcoin_hashes`
[INFO] [stdout]   --> examples/bip340.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use bitcoin_hashes::sha256;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of undeclared crate or module `bitcoin_hashes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `secp256k1`
[INFO] [stdout]   --> examples/bip340.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use secp256k1::{KeyPair, Message, Secp256k1, XOnlyPublicKey};
[INFO] [stdout]    |     ^^^^^^^^^ use of undeclared crate or module `secp256k1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nostr_sdk_base::key`
[INFO] [stdout]  --> examples/set_metadata.rs:6:21
[INFO] [stdout]   |
[INFO] [stdout] 6 | use nostr_sdk_base::key::{FromBech32, Keys};
[INFO] [stdout]   |                     ^^^ could not find `key` in `nostr_sdk_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `nostr_sdk_base::ClientMessage`, `nostr_sdk_base::Event`
[INFO] [stdout]  --> examples/set_metadata.rs:7:22
[INFO] [stdout]   |
[INFO] [stdout] 7 | use nostr_sdk_base::{ClientMessage, Event};
[INFO] [stdout]   |                      ^^^^^^^^^^^^^  ^^^^^ no `Event` in the root
[INFO] [stdout]   |                      |
[INFO] [stdout]   |                      no `ClientMessage` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tungstenite`
[INFO] [stdout]  --> examples/set_metadata.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use tungstenite::{connect, Message as WsMessage};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `tungstenite`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `url`
[INFO] [stdout]  --> examples/set_metadata.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use url::Url;
[INFO] [stdout]   |     ^^^ use of undeclared crate or module `url`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nostr-sdk-base` (example "keys") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved imports `nostr_sdk_base::Event`, `nostr_sdk_base::Keys`
[INFO] [stdout]  --> examples/nip13.rs:9:22
[INFO] [stdout]   |
[INFO] [stdout] 9 | use nostr_sdk_base::{Event, Keys};
[INFO] [stdout]   |                      ^^^^^  ^^^^ no `Keys` in the root
[INFO] [stdout]   |                      |
[INFO] [stdout]   |                      no `Event` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these items instead:
[INFO] [stdout]           std::collections::btree_map::Keys
[INFO] [stdout]           std::collections::hash_map::Keys
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `secp256k1`
[INFO] [stdout]   --> examples/nip13.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use secp256k1::SecretKey;
[INFO] [stdout]    |     ^^^^^^^^^ use of undeclared crate or module `secp256k1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nostr_sdk_base::event`
[INFO] [stdout]  --> examples/tweet.rs:8:21
[INFO] [stdout]   |
[INFO] [stdout] 8 | use nostr_sdk_base::event::{Kind, KindBase};
[INFO] [stdout]   |                     ^^^^^ could not find `event` in `nostr_sdk_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nostr_sdk_base::event`
[INFO] [stdout]  --> examples/dm.rs:9:21
[INFO] [stdout]   |
[INFO] [stdout] 9 | use nostr_sdk_base::event::KindBase;
[INFO] [stdout]   |                     ^^^^^ could not find `event` in `nostr_sdk_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `nostr_sdk_base::key`
[INFO] [stdout]  --> examples/delete_event.rs:8:21
[INFO] [stdout]   |
[INFO] [stdout] 8 | use nostr_sdk_base::key::{FromBech32, Keys};
[INFO] [stdout]   |                     ^^^ could not find `key` in `nostr_sdk_base`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::str::FromStr`
[INFO] [stdout]  --> examples/nip13.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::str::FromStr;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `nostr_sdk_base::ClientMessage`, `nostr_sdk_base::Event`
[INFO] [stdout]  --> examples/delete_event.rs:9:22
[INFO] [stdout]   |
[INFO] [stdout] 9 | use nostr_sdk_base::{ClientMessage, Event};
[INFO] [stdout]   |                      ^^^^^^^^^^^^^  ^^^^^ no `Event` in the root
[INFO] [stdout]   |                      |
[INFO] [stdout]   |                      no `ClientMessage` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tungstenite`
[INFO] [stdout]   --> examples/delete_event.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use tungstenite::{connect, Message as WsMessage};
[INFO] [stdout]    |     ^^^^^^^^^^^ use of undeclared crate or module `tungstenite`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `url`
[INFO] [stdout]   --> examples/delete_event.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use url::Url;
[INFO] [stdout]    |     ^^^ use of undeclared crate or module `url`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `csv`
[INFO] [stdout]   --> examples/bip340.rs:18:19
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let mut rdr = csv::Reader::from_path("examples/bip340.csv")?;
[INFO] [stdout]    |                   ^^^ use of undeclared crate or module `csv`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::str::FromStr`
[INFO] [stdout]  --> examples/bip340.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::str::FromStr;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `env_logger`
[INFO] [stdout]   --> examples/set_metadata.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     env_logger::init();
[INFO] [stdout]    |     ^^^^^^^^^^ use of undeclared crate or module `env_logger`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `env_logger`
[INFO] [stdout]   --> examples/nip13.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     env_logger::init();
[INFO] [stdout]    |     ^^^^^^^^^^ use of undeclared crate or module `env_logger`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `nostr_sdk_base::ClientMessage`, `nostr_sdk_base::Event`, `nostr_sdk_base::Keys`, `nostr_sdk_base::Kind`, `nostr_sdk_base::RelayMessage`, `nostr_sdk_base::SubscriptionFilter`
[INFO] [stdout]   --> examples/dm.rs:11:22
[INFO] [stdout]    |
[INFO] [stdout] 11 | use nostr_sdk_base::{ClientMessage, Event, Keys, Kind, RelayMessage, SubscriptionFilter};
[INFO] [stdout]    |                      ^^^^^^^^^^^^^  ^^^^^  ^^^^  ^^^^  ^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^ no `SubscriptionFilter` in the root
[INFO] [stdout]    |                      |              |      |     |     |
[INFO] [stdout]    |                      |              |      |     |     no `RelayMessage` in the root
[INFO] [stdout]    |                      |              |      |     no `Kind` in the root
[INFO] [stdout]    |                      |              |      no `Keys` in the root
[INFO] [stdout]    |                      |              no `Event` in the root
[INFO] [stdout]    |                      no `ClientMessage` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing one of these items instead:
[INFO] [stdout]            std::collections::btree_map::Keys
[INFO] [stdout]            std::collections::hash_map::Keys
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `nostr_sdk_base::ClientMessage`, `nostr_sdk_base::Event`, `nostr_sdk_base::Keys`, `nostr_sdk_base::RelayMessage`, `nostr_sdk_base::SubscriptionFilter`
[INFO] [stdout]  --> examples/tweet.rs:9:22
[INFO] [stdout]   |
[INFO] [stdout] 9 | use nostr_sdk_base::{ClientMessage, Event, Keys, RelayMessage, SubscriptionFilter};
[INFO] [stdout]   |                      ^^^^^^^^^^^^^  ^^^^^  ^^^^  ^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^ no `SubscriptionFilter` in the root
[INFO] [stdout]   |                      |              |      |     |
[INFO] [stdout]   |                      |              |      |     no `RelayMessage` in the root
[INFO] [stdout]   |                      |              |      no `Keys` in the root
[INFO] [stdout]   |                      |              no `Event` in the root
[INFO] [stdout]   |                      no `ClientMessage` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these items instead:
[INFO] [stdout]           std::collections::btree_map::Keys
[INFO] [stdout]           std::collections::hash_map::Keys
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tungstenite`
[INFO] [stdout]   --> examples/dm.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use tungstenite::{connect, Message as WsMessage};
[INFO] [stdout]    |     ^^^^^^^^^^^ use of undeclared crate or module `tungstenite`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `url`
[INFO] [stdout]   --> examples/dm.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use url::Url;
[INFO] [stdout]    |     ^^^ use of undeclared crate or module `url`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `secp256k1`
[INFO] [stdout]   --> examples/tweet.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use secp256k1::SecretKey;
[INFO] [stdout]    |     ^^^^^^^^^ use of undeclared crate or module `secp256k1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::str::FromStr`
[INFO] [stdout]  --> examples/delete_event.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::str::FromStr;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tungstenite`
[INFO] [stdout]   --> examples/tweet.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use tungstenite::{connect, Message as WsMessage};
[INFO] [stdout]    |     ^^^^^^^^^^^ use of undeclared crate or module `tungstenite`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `url`
[INFO] [stdout]   --> examples/tweet.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use url::Url;
[INFO] [stdout]    |     ^^^ use of undeclared crate or module `url`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `env_logger`
[INFO] [stdout]   --> examples/delete_event.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     env_logger::init();
[INFO] [stdout]    |     ^^^^^^^^^^ use of undeclared crate or module `env_logger`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::str::FromStr`
[INFO] [stdout]  --> examples/dm.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::str::FromStr;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::str::FromStr`
[INFO] [stdout]  --> examples/tweet.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::str::FromStr;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `env_logger`
[INFO] [stdout]   --> examples/dm.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     env_logger::init();
[INFO] [stdout]    |     ^^^^^^^^^^ use of undeclared crate or module `env_logger`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nostr-sdk-base` (example "set_metadata") due to 6 previous errors
[INFO] [stdout] error: aborting due to 5 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `env_logger`
[INFO] [stdout]   --> examples/tweet.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     env_logger::init();
[INFO] [stdout]    |     ^^^^^^^^^^ use of undeclared crate or module `env_logger`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nostr-sdk-base` (example "nip13") due to 4 previous errors; 1 warning emitted
[INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nostr-sdk-base` (example "bip340") due to 6 previous errors; 1 warning emitted
[INFO] [stderr] error: could not compile `nostr-sdk-base` (example "delete_event") due to 7 previous errors; 1 warning emitted
[INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nostr-sdk-base` (example "tweet") due to 7 previous errors; 1 warning emitted
[INFO] [stderr] error: could not compile `nostr-sdk-base` (example "dm") due to 7 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "a9e55ebd6894776e82bd37d075b4c79b84856bd3714cb06f95c26d7070f30133", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9e55ebd6894776e82bd37d075b4c79b84856bd3714cb06f95c26d7070f30133", kill_on_drop: false }`
[INFO] [stdout] a9e55ebd6894776e82bd37d075b4c79b84856bd3714cb06f95c26d7070f30133
