[INFO] fetching crate nostr-sdk-base 0.2.0...
[INFO] checking nostr-sdk-base-0.2.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate nostr-sdk-base 0.2.0 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate nostr-sdk-base 0.2.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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-6-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 46b54a80bffd5a2ee2bfe161b2a376efa1516649c2718457e5c026633d39555e
[INFO] running `Command { std: "docker" "start" "-a" "46b54a80bffd5a2ee2bfe161b2a376efa1516649c2718457e5c026633d39555e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "46b54a80bffd5a2ee2bfe161b2a376efa1516649c2718457e5c026633d39555e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "46b54a80bffd5a2ee2bfe161b2a376efa1516649c2718457e5c026633d39555e", kill_on_drop: false }`
[INFO] [stdout] 46b54a80bffd5a2ee2bfe161b2a376efa1516649c2718457e5c026633d39555e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9ec66c347c6159c7b90e58741997cd59e01ab9f44ec8053f2c8b6b8a84fcf423
[INFO] running `Command { std: "docker" "start" "-a" "9ec66c347c6159c7b90e58741997cd59e01ab9f44ec8053f2c8b6b8a84fcf423", kill_on_drop: false }`
[INFO] [stderr]     Checking nostr-sdk-base v0.2.0 (/opt/rustwide/workdir)
[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 `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[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] 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[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[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] [stderr] error: could not compile `nostr-sdk-base` (example "keys") due to 2 previous errors
[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] [stderr] warning: build failed, waiting for other jobs to finish...
[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: 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::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] 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`, `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[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[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] 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[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] [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 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: 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: aborting due to 3 previous errors; 1 warning emitted
[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 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] 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] 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] [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/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 "bip340") due to 6 previous errors; 1 warning emitted
[INFO] [stderr] error: could not compile `nostr-sdk-base` (example "nip13") due to 4 previous errors; 1 warning emitted
[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[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] 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[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] [stderr] error: could not compile `nostr-sdk-base` (example "set_metadata") due to 6 previous errors
[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] 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[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 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 "dm") 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] [stderr] error: could not compile `nostr-sdk-base` (example "tweet") 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] 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 "delete_event") due to 7 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "9ec66c347c6159c7b90e58741997cd59e01ab9f44ec8053f2c8b6b8a84fcf423", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ec66c347c6159c7b90e58741997cd59e01ab9f44ec8053f2c8b6b8a84fcf423", kill_on_drop: false }`
[INFO] [stdout] 9ec66c347c6159c7b90e58741997cd59e01ab9f44ec8053f2c8b6b8a84fcf423
[INFO] checking nostr-sdk-base-0.2.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate nostr-sdk-base 0.2.0 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate nostr-sdk-base 0.2.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "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-6-tc2/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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fe99d18d4cd5bebf4d910dc18149085283ea0bc6eddcca78323f60594973a43a
[INFO] running `Command { std: "docker" "start" "-a" "fe99d18d4cd5bebf4d910dc18149085283ea0bc6eddcca78323f60594973a43a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fe99d18d4cd5bebf4d910dc18149085283ea0bc6eddcca78323f60594973a43a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe99d18d4cd5bebf4d910dc18149085283ea0bc6eddcca78323f60594973a43a", kill_on_drop: false }`
[INFO] [stdout] fe99d18d4cd5bebf4d910dc18149085283ea0bc6eddcca78323f60594973a43a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "-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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2c7e9b6d1d3b5c2427ae99f9c021d3d9335b033887171b0322bdff478d305d4c
[INFO] running `Command { std: "docker" "start" "-a" "2c7e9b6d1d3b5c2427ae99f9c021d3d9335b033887171b0322bdff478d305d4c", kill_on_drop: false }`
[INFO] [stderr]     Checking nostr-sdk-base v0.2.0 (/opt/rustwide/workdir)
[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 `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 `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[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] [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[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: 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[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 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] 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] 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[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 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 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 `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] 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[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[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/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] 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/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] [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] [stderr] error: could not compile `nostr-sdk-base` (example "set_metadata") due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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[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[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] [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] 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 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 `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] 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: 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[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] error: aborting due to 6 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nostr-sdk-base` (example "keys") due to 2 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nostr-sdk-base` (example "tweet") due to 7 previous errors; 1 warning emitted
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nostr-sdk-base` (example "nip13") due to 4 previous errors; 1 warning emitted
[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 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] [stderr] error: could not compile `nostr-sdk-base` (example "bip340") due to 6 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] [stderr] error: could not compile `nostr-sdk-base` (example "delete_event") due to 7 previous errors; 1 warning emitted
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[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" "2c7e9b6d1d3b5c2427ae99f9c021d3d9335b033887171b0322bdff478d305d4c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2c7e9b6d1d3b5c2427ae99f9c021d3d9335b033887171b0322bdff478d305d4c", kill_on_drop: false }`
[INFO] [stdout] 2c7e9b6d1d3b5c2427ae99f9c021d3d9335b033887171b0322bdff478d305d4c
