[INFO] fetching crate passphrase_lib 1.0.4...
[INFO] testing passphrase_lib-1.0.4 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate passphrase_lib 1.0.4 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate passphrase_lib 1.0.4
[INFO] finished tweaking crates.io crate passphrase_lib 1.0.4
[INFO] tweaked toml for crates.io crate passphrase_lib 1.0.4 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate passphrase_lib 1.0.4 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] [stderr]       Adding nanorand v0.5.2 (available: v0.8.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6b128e0d59c3de126b0fe6c7746114498c3f2908fc10e8c4c49ed33f5eb1d427
[INFO] running `Command { std: "docker" "start" "-a" "6b128e0d59c3de126b0fe6c7746114498c3f2908fc10e8c4c49ed33f5eb1d427", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6b128e0d59c3de126b0fe6c7746114498c3f2908fc10e8c4c49ed33f5eb1d427", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b128e0d59c3de126b0fe6c7746114498c3f2908fc10e8c4c49ed33f5eb1d427", kill_on_drop: false }`
[INFO] [stdout] 6b128e0d59c3de126b0fe6c7746114498c3f2908fc10e8c4c49ed33f5eb1d427
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 87b6346873d0ec690b18d8942f4acc9888fa79e8985d451510900f754a751605
[INFO] running `Command { std: "docker" "start" "-a" "87b6346873d0ec690b18d8942f4acc9888fa79e8985d451510900f754a751605", kill_on_drop: false }`
[INFO] [stderr]    Compiling nanorand v0.5.2
[INFO] [stderr]    Compiling passphrase_lib v1.0.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:46:56
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn choose_a_word(data_type: &'static[&'static str]) -> &str {
[INFO] [stdout]    |                              -------  -------          ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                              |        |
[INFO] [stdout]    |                              |        the lifetime is named here
[INFO] [stdout]    |                              the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'static`
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn choose_a_word(data_type: &'static[&'static str]) -> &'static str {
[INFO] [stdout]    |                                                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
[INFO] running `Command { std: "docker" "inspect" "87b6346873d0ec690b18d8942f4acc9888fa79e8985d451510900f754a751605", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "87b6346873d0ec690b18d8942f4acc9888fa79e8985d451510900f754a751605", kill_on_drop: false }`
[INFO] [stdout] 87b6346873d0ec690b18d8942f4acc9888fa79e8985d451510900f754a751605
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5757bb1dd96e1791a7e295d22362245f6fda3ae77c83cf5e81b9a24dbe33454d
[INFO] running `Command { std: "docker" "start" "-a" "5757bb1dd96e1791a7e295d22362245f6fda3ae77c83cf5e81b9a24dbe33454d", kill_on_drop: false }`
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:46:56
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn choose_a_word(data_type: &'static[&'static str]) -> &str {
[INFO] [stdout]    |                              -------  -------          ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                              |        |
[INFO] [stdout]    |                              |        the lifetime is named here
[INFO] [stdout]    |                              the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'static`
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn choose_a_word(data_type: &'static[&'static str]) -> &'static str {
[INFO] [stdout]    |                                                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling passphrase_lib v1.0.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:46:56
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn choose_a_word(data_type: &'static[&'static str]) -> &str {
[INFO] [stdout]    |                              -------  -------          ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                              |        |
[INFO] [stdout]    |                              |        the lifetime is named here
[INFO] [stdout]    |                              the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'static`
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn choose_a_word(data_type: &'static[&'static str]) -> &'static str {
[INFO] [stdout]    |                                                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] running `Command { std: "docker" "inspect" "5757bb1dd96e1791a7e295d22362245f6fda3ae77c83cf5e81b9a24dbe33454d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5757bb1dd96e1791a7e295d22362245f6fda3ae77c83cf5e81b9a24dbe33454d", kill_on_drop: false }`
[INFO] [stdout] 5757bb1dd96e1791a7e295d22362245f6fda3ae77c83cf5e81b9a24dbe33454d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1a43a148465f564eefb0e2ee6257e2382546c791befa20cc8b3be05df0a08635
[INFO] running `Command { std: "docker" "start" "-a" "1a43a148465f564eefb0e2ee6257e2382546c791befa20cc8b3be05df0a08635", kill_on_drop: false }`
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:46:56
[INFO] [stderr]    |
[INFO] [stderr] 46 | fn choose_a_word(data_type: &'static[&'static str]) -> &str {
[INFO] [stderr]    |                              -------  -------          ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                              |        |
[INFO] [stderr]    |                              |        the lifetime is named here
[INFO] [stderr]    |                              the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'static`
[INFO] [stderr]    |
[INFO] [stderr] 46 | fn choose_a_word(data_type: &'static[&'static str]) -> &'static str {
[INFO] [stderr]    |                                                         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `passphrase_lib` (lib) generated 1 warning (run `cargo fix --lib -p passphrase_lib` to apply 1 suggestion)
[INFO] [stderr] warning: `passphrase_lib` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/passphrase_lib-d6522bbf31d64824)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests passphrase_lib
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - (line 20) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 26) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 20) stdout ----
[INFO] [stdout] error: expected item, found `[`
[INFO] [stdout]   --> src/lib.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | [dependencies]
[INFO] [stdout]    | ^ expected item
[INFO] [stdout]    |
[INFO] [stdout]    = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 26) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `passhrase`
[INFO] [stdout]   --> src/lib.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | use passhrase;
[INFO] [stdout]    |     ^^^^^^^^^ no external crate `passhrase`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 20)
[INFO] [stdout]     src/lib.rs - (line 26)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "1a43a148465f564eefb0e2ee6257e2382546c791befa20cc8b3be05df0a08635", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1a43a148465f564eefb0e2ee6257e2382546c791befa20cc8b3be05df0a08635", kill_on_drop: false }`
[INFO] [stdout] 1a43a148465f564eefb0e2ee6257e2382546c791befa20cc8b3be05df0a08635
