[INFO] fetching crate bip39 2.0.0...
[INFO] checking bip39-2.0.0 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate bip39 2.0.0 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate bip39 2.0.0 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bip39 2.0.0
[INFO] finished tweaking crates.io crate bip39 2.0.0
[INFO] tweaked toml for crates.io crate bip39 2.0.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bitcoin_hashes v0.11.0
[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" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1dc7225529477b4a94218d81b96d58de6cf18d02b1ed1c6555d73fab5c182bdb
[INFO] running `Command { std: "docker" "start" "-a" "1dc7225529477b4a94218d81b96d58de6cf18d02b1ed1c6555d73fab5c182bdb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1dc7225529477b4a94218d81b96d58de6cf18d02b1ed1c6555d73fab5c182bdb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1dc7225529477b4a94218d81b96d58de6cf18d02b1ed1c6555d73fab5c182bdb", kill_on_drop: false }`
[INFO] [stdout] 1dc7225529477b4a94218d81b96d58de6cf18d02b1ed1c6555d73fab5c182bdb
[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" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 616b54806394ebfed05807e4c19e53c9bc414d4a247b2b3d9a66ecdc824735eb
[INFO] running `Command { std: "docker" "start" "-a" "616b54806394ebfed05807e4c19e53c9bc414d4a247b2b3d9a66ecdc824735eb", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking bitcoin_hashes v0.11.0
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking bip39 v2.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no function or associated item named `generate_in` found for struct `bip39::Mnemonic` in the current scope
[INFO] [stdout]    --> benches/bench.rs:62:21
[INFO] [stdout]     |
[INFO] [stdout] 62  |         let _ = Mnemonic::generate_in(LANG, 24);
[INFO] [stdout]     |                           ^^^^^^^^^^^ function or associated item not found in `Mnemonic`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `bip39::Mnemonic` consider using one of the following associated functions:
[INFO] [stdout]       bip39::Mnemonic::from_entropy_in
[INFO] [stdout]       bip39::Mnemonic::from_entropy
[INFO] [stdout]       bip39::Mnemonic::parse_in_normalized
[INFO] [stdout]       bip39::Mnemonic::parse_in_normalized_without_checksum_check
[INFO] [stdout]       and 3 others
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:195:2
[INFO] [stdout]     |
[INFO] [stdout] 195 |       pub fn from_entropy_in(language: Language, entropy: &[u8]) -> Result<Mnemonic, Error> {
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 241 |       pub fn from_entropy(entropy: &[u8]) -> Result<Mnemonic, Error> {
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 393 |       pub fn parse_in_normalized(language: Language, s: &str) -> Result<Mnemonic, Error> {
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 445 | /     pub fn parse_in_normalized_without_checksum_check(
[INFO] [stdout] 446 | |         language: Language,
[INFO] [stdout] 447 | |         s: &str,
[INFO] [stdout] 448 | |     ) -> Result<Mnemonic, Error> {
[INFO] [stdout]     | |________________________________^
[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 E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bip39` (bench "bench") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "616b54806394ebfed05807e4c19e53c9bc414d4a247b2b3d9a66ecdc824735eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "616b54806394ebfed05807e4c19e53c9bc414d4a247b2b3d9a66ecdc824735eb", kill_on_drop: false }`
[INFO] [stdout] 616b54806394ebfed05807e4c19e53c9bc414d4a247b2b3d9a66ecdc824735eb
[INFO] checking bip39-2.0.0 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate bip39 2.0.0 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate bip39 2.0.0 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bip39 2.0.0
[INFO] finished tweaking crates.io crate bip39 2.0.0
[INFO] tweaked toml for crates.io crate bip39 2.0.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4e0b19092a3eeb83596e8f162de9e8efc2e50b2fa4c5f83bafa00125a9221d33
[INFO] running `Command { std: "docker" "start" "-a" "4e0b19092a3eeb83596e8f162de9e8efc2e50b2fa4c5f83bafa00125a9221d33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4e0b19092a3eeb83596e8f162de9e8efc2e50b2fa4c5f83bafa00125a9221d33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e0b19092a3eeb83596e8f162de9e8efc2e50b2fa4c5f83bafa00125a9221d33", kill_on_drop: false }`
[INFO] [stdout] 4e0b19092a3eeb83596e8f162de9e8efc2e50b2fa4c5f83bafa00125a9221d33
[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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 69a62a39b9c593a530d71936b207a8fc421262a5acdeaef8d41b496e908c48b2
[INFO] running `Command { std: "docker" "start" "-a" "69a62a39b9c593a530d71936b207a8fc421262a5acdeaef8d41b496e908c48b2", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking bitcoin_hashes v0.11.0
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking bip39 v2.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no function or associated item named `generate_in` found for struct `bip39::Mnemonic` in the current scope
[INFO] [stdout]    --> benches/bench.rs:62:21
[INFO] [stdout]     |
[INFO] [stdout] 62  |         let _ = Mnemonic::generate_in(LANG, 24);
[INFO] [stdout]     |                           ^^^^^^^^^^^ function or associated item not found in `Mnemonic`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `bip39::Mnemonic` consider using one of the following associated functions:
[INFO] [stdout]       bip39::Mnemonic::from_entropy_in
[INFO] [stdout]       bip39::Mnemonic::from_entropy
[INFO] [stdout]       bip39::Mnemonic::parse_in_normalized
[INFO] [stdout]       bip39::Mnemonic::parse_in_normalized_without_checksum_check
[INFO] [stdout]       and 3 others
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:195:2
[INFO] [stdout]     |
[INFO] [stdout] 195 |       pub fn from_entropy_in(language: Language, entropy: &[u8]) -> Result<Mnemonic, Error> {
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 241 |       pub fn from_entropy(entropy: &[u8]) -> Result<Mnemonic, Error> {
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 393 |       pub fn parse_in_normalized(language: Language, s: &str) -> Result<Mnemonic, Error> {
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 445 | /     pub fn parse_in_normalized_without_checksum_check(
[INFO] [stdout] 446 | |         language: Language,
[INFO] [stdout] 447 | |         s: &str,
[INFO] [stdout] 448 | |     ) -> Result<Mnemonic, Error> {
[INFO] [stdout]     | |________________________________^
[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 E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bip39` (bench "bench") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "69a62a39b9c593a530d71936b207a8fc421262a5acdeaef8d41b496e908c48b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "69a62a39b9c593a530d71936b207a8fc421262a5acdeaef8d41b496e908c48b2", kill_on_drop: false }`
[INFO] [stdout] 69a62a39b9c593a530d71936b207a8fc421262a5acdeaef8d41b496e908c48b2
