[INFO] fetching crate fedimint-bip39-unpin 2.1.0... [INFO] checking fedimint-bip39-unpin-2.1.0 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate fedimint-bip39-unpin 2.1.0 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate fedimint-bip39-unpin 2.1.0 [INFO] finished tweaking crates.io crate fedimint-bip39-unpin 2.1.0 [INFO] tweaked toml for crates.io crate fedimint-bip39-unpin 2.1.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate fedimint-bip39-unpin 2.1.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-bip39-unpin 2.1.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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 6f59a0963cc23dc77932c63bfb21248809509c495356ff0946f794f238f26c4b [INFO] running `Command { std: "docker" "start" "-a" "6f59a0963cc23dc77932c63bfb21248809509c495356ff0946f794f238f26c4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6f59a0963cc23dc77932c63bfb21248809509c495356ff0946f794f238f26c4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f59a0963cc23dc77932c63bfb21248809509c495356ff0946f794f238f26c4b", kill_on_drop: false }` [INFO] [stdout] 6f59a0963cc23dc77932c63bfb21248809509c495356ff0946f794f238f26c4b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] c1764475199ef0ceff859eaca071f7c41df6c1759d2e7c8e9db26d98392659e6 [INFO] running `Command { std: "docker" "start" "-a" "c1764475199ef0ceff859eaca071f7c41df6c1759d2e7c8e9db26d98392659e6", kill_on_drop: false }` [INFO] [stderr] Compiling bitcoin-internals v0.2.0 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Compiling serde v1.0.214 [INFO] [stderr] Checking hex-conservative v0.1.2 [INFO] [stderr] Checking tinyvec v1.8.0 [INFO] [stderr] Checking bitcoin_hashes v0.13.0 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Checking fedimint-bip39-unpin v2.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: no function or associated item named `generate_in` found for struct `fedimint_bip39_unpin::Mnemonic` in the current scope [INFO] [stdout] --> benches/bench.rs:65:21 [INFO] [stdout] | [INFO] [stdout] 65 | let _ = Mnemonic::generate_in(LANG, 24); [INFO] [stdout] | ^^^^^^^^^^^ function or associated item not found in `fedimint_bip39_unpin::Mnemonic` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `fedimint_bip39_unpin::Mnemonic` consider using one of the following associated functions: [INFO] [stdout] fedimint_bip39_unpin::Mnemonic::from_entropy_in [INFO] [stdout] fedimint_bip39_unpin::Mnemonic::from_entropy [INFO] [stdout] fedimint_bip39_unpin::Mnemonic::parse_in_normalized [INFO] [stdout] fedimint_bip39_unpin::Mnemonic::parse_in_normalized_without_checksum_check [INFO] [stdout] and 3 others [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:204:2 [INFO] [stdout] | [INFO] [stdout] 204 | pub fn from_entropy_in(language: Language, entropy: &[u8]) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | pub fn from_entropy(entropy: &[u8]) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 434 | pub fn parse_in_normalized(language: Language, s: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 486 | / pub fn parse_in_normalized_without_checksum_check( [INFO] [stdout] 487 | | language: Language, [INFO] [stdout] 488 | | s: &str, [INFO] [stdout] 489 | | ) -> Result { [INFO] [stdout] | |________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fedimint-bip39-unpin` (bench "bench") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "c1764475199ef0ceff859eaca071f7c41df6c1759d2e7c8e9db26d98392659e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1764475199ef0ceff859eaca071f7c41df6c1759d2e7c8e9db26d98392659e6", kill_on_drop: false }` [INFO] [stdout] c1764475199ef0ceff859eaca071f7c41df6c1759d2e7c8e9db26d98392659e6