[INFO] fetching crate fedimint-server-tests 0.8.1-beta.0... [INFO] checking fedimint-server-tests-0.8.1-beta.0 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate fedimint-server-tests 0.8.1-beta.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate fedimint-server-tests 0.8.1-beta.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate fedimint-server-tests 0.8.1-beta.0 [INFO] tweaked toml for crates.io crate fedimint-server-tests 0.8.1-beta.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate fedimint-server-tests 0.8.1-beta.0 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate fedimint-server-tests 0.8.1-beta.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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 06eb37c476283a7319373bc5f5824a83281e841a1461c6d6b680e6d152276047 [INFO] running `Command { std: "docker" "start" "-a" "06eb37c476283a7319373bc5f5824a83281e841a1461c6d6b680e6d152276047", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "06eb37c476283a7319373bc5f5824a83281e841a1461c6d6b680e6d152276047", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06eb37c476283a7319373bc5f5824a83281e841a1461c6d6b680e6d152276047", kill_on_drop: false }` [INFO] [stdout] 06eb37c476283a7319373bc5f5824a83281e841a1461c6d6b680e6d152276047 [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" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fb0a0efddf6c2ad9cd04e9050068455665d20171d789dd08eee186a95a683af0 [INFO] running `Command { std: "docker" "start" "-a" "fb0a0efddf6c2ad9cd04e9050068455665d20171d789dd08eee186a95a683af0", kill_on_drop: false }` [INFO] [stderr] Checking fedimint-server-tests v0.8.1-beta.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bitcoin` [INFO] [stdout] --> tests/migration.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use bitcoin::key::Keypair; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bitcoin` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bitcoin`, use `cargo add bitcoin` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] --> tests/migration.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use fedimint_core::core::{DynInput, DynOutput}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] --> tests/migration.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use fedimint_core::db::{ [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] --> tests/migration.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use fedimint_core::epoch::ConsensusItem; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] --> tests/migration.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use fedimint_core::module::CommonModuleInit; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] --> tests/migration.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use fedimint_core::module::registry::ModuleDecoderRegistry; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] --> tests/migration.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use fedimint_core::net::api_announcement::{ApiAnnouncement, SignedApiAnnouncement}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] --> tests/migration.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use fedimint_core::secp256k1::Message; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] --> tests/migration.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use fedimint_core::secp256k1::rand::rngs::OsRng; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] --> tests/migration.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use fedimint_core::secp256k1::rand::thread_rng; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] --> tests/migration.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use fedimint_core::session_outcome::{AcceptedItem, SessionOutcome, SignedSessionOutcome}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] --> tests/migration.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use fedimint_core::transaction::{Transaction, TransactionSignature}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bitcoin` [INFO] [stdout] --> tests/migration.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use bitcoin::secp256k1; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `bitcoin` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bitcoin`, use `cargo add bitcoin` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fedimint_core` [INFO] [stdout] --> tests/migration.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use fedimint_core::{Amount, BitcoinHash, PeerId, TransactionId, anyhow}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fedimint_dummy_common` [INFO] [stdout] --> tests/migration.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | use fedimint_dummy_common::{DummyCommonInit, DummyInput, DummyOutput}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_dummy_common` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fedimint_dummy_common`, use `cargo add fedimint_dummy_common` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fedimint_dummy_server` [INFO] [stdout] --> tests/migration.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | use fedimint_dummy_server::Dummy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_dummy_server` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fedimint_dummy_server`, use `cargo add fedimint_dummy_server` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fedimint_server` [INFO] [stdout] --> tests/migration.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | use fedimint_server::consensus::db::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_server` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fedimint_server`, use `cargo add fedimint_server` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fedimint_server` [INFO] [stdout] --> tests/migration.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | use fedimint_server::core::ServerModule; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_server` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fedimint_server`, use `cargo add fedimint_server` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fedimint_server` [INFO] [stdout] --> tests/migration.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | use fedimint_server::db::DbKeyPrefix; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_server` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fedimint_server`, use `cargo add fedimint_server` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fedimint_server` [INFO] [stdout] --> tests/migration.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | use fedimint_server::net::api::announcement::{ApiAnnouncementKey, ApiAnnouncementPrefix}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_server` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fedimint_server`, use `cargo add fedimint_server` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fedimint_testing_core` [INFO] [stdout] --> tests/migration.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | use fedimint_testing_core::db::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_testing_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fedimint_testing_core`, use `cargo add fedimint_testing_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fedimint_logging` [INFO] [stdout] --> tests/migration.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | use fedimint_logging::{LOG_DB, TracingSetup}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_logging` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fedimint_logging`, use `cargo add fedimint_logging` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures` [INFO] [stdout] --> tests/migration.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | use futures::StreamExt; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `futures` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `futures`, use `cargo add futures` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `strum` [INFO] [stdout] --> tests/migration.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | use strum::IntoEnumIterator as _; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `strum` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `strum`, use `cargo add strum` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tracing` [INFO] [stdout] --> tests/migration.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | use tracing::info; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `tracing` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tracing`, use `cargo add tracing` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tokio` [INFO] [stdout] --> tests/migration.rs:127:3 [INFO] [stdout] | [INFO] [stdout] 127 | #[tokio::test(flavor = "multi_thread")] [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tokio` [INFO] [stdout] --> tests/migration.rs:145:3 [INFO] [stdout] | [INFO] [stdout] 145 | #[tokio::test(flavor = "multi_thread")] [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::str::FromStr` [INFO] [stdout] --> tests/migration.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | 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] [stderr] error: could not compile `fedimint-server-tests` (test "fedimint_server_migration") due to 27 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "fb0a0efddf6c2ad9cd04e9050068455665d20171d789dd08eee186a95a683af0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb0a0efddf6c2ad9cd04e9050068455665d20171d789dd08eee186a95a683af0", kill_on_drop: false }` [INFO] [stdout] fb0a0efddf6c2ad9cd04e9050068455665d20171d789dd08eee186a95a683af0