[INFO] fetching crate youchoose 0.1.1...
[INFO] testing youchoose-0.1.1 against 1.90.0 for beta-1.91-3
[INFO] extracting crate youchoose 0.1.1 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate youchoose 0.1.1
[INFO] finished tweaking crates.io crate youchoose 0.1.1
[INFO] tweaked toml for crates.io crate youchoose 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate youchoose 0.1.1 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate youchoose 0.1.1 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libc v0.2.94
[INFO] [stderr]   Downloaded ncurses v5.101.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6cca25f66f7750815ae5966a8133d8b12823b1149390c28260c072c6a61d7687
[INFO] running `Command { std: "docker" "start" "-a" "6cca25f66f7750815ae5966a8133d8b12823b1149390c28260c072c6a61d7687", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6cca25f66f7750815ae5966a8133d8b12823b1149390c28260c072c6a61d7687", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6cca25f66f7750815ae5966a8133d8b12823b1149390c28260c072c6a61d7687", kill_on_drop: false }`
[INFO] [stdout] 6cca25f66f7750815ae5966a8133d8b12823b1149390c28260c072c6a61d7687
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 27c1ba23e306267b41ebda3ddfce5e8426e421acf10d0a2695a96971623849d1
[INFO] running `Command { std: "docker" "start" "-a" "27c1ba23e306267b41ebda3ddfce5e8426e421acf10d0a2695a96971623849d1", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.94
[INFO] [stderr]    Compiling cc v1.0.67
[INFO] [stderr]    Compiling pkg-config v0.3.19
[INFO] [stderr]    Compiling ncurses v5.101.0
[INFO] [stderr]    Compiling youchoose v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:197:19
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn yield_item(&mut self, i: usize) -> Option<&Item> {
[INFO] [stdout]     |                   ^^^^^^^^^                      -----
[INFO] [stdout]     |                   |                              ||
[INFO] [stdout]     |                   |                              |the same lifetime is hidden here
[INFO] [stdout]     |                   |                              the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn yield_item(&mut self, i: usize) -> Option<&Item<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s
[INFO] running `Command { std: "docker" "inspect" "27c1ba23e306267b41ebda3ddfce5e8426e421acf10d0a2695a96971623849d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27c1ba23e306267b41ebda3ddfce5e8426e421acf10d0a2695a96971623849d1", kill_on_drop: false }`
[INFO] [stdout] 27c1ba23e306267b41ebda3ddfce5e8426e421acf10d0a2695a96971623849d1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f0eda4adbec19394a1705ca9529f16b9d367b91a7315b6511656c0c62a68c4e2
[INFO] running `Command { std: "docker" "start" "-a" "f0eda4adbec19394a1705ca9529f16b9d367b91a7315b6511656c0c62a68c4e2", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:197:19
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn yield_item(&mut self, i: usize) -> Option<&Item> {
[INFO] [stdout]     |                   ^^^^^^^^^                      -----
[INFO] [stdout]     |                   |                              ||
[INFO] [stdout]     |                   |                              |the same lifetime is hidden here
[INFO] [stdout]     |                   |                              the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn yield_item(&mut self, i: usize) -> Option<&Item<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling youchoose v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:197:19
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn yield_item(&mut self, i: usize) -> Option<&Item> {
[INFO] [stdout]     |                   ^^^^^^^^^                      -----
[INFO] [stdout]     |                   |                              ||
[INFO] [stdout]     |                   |                              |the same lifetime is hidden here
[INFO] [stdout]     |                   |                              the same lifetime is elided here
[INFO] [stdout]     |                   the lifetime is elided 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn yield_item(&mut self, i: usize) -> Option<&Item<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] running `Command { std: "docker" "inspect" "f0eda4adbec19394a1705ca9529f16b9d367b91a7315b6511656c0c62a68c4e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0eda4adbec19394a1705ca9529f16b9d367b91a7315b6511656c0c62a68c4e2", kill_on_drop: false }`
[INFO] [stdout] f0eda4adbec19394a1705ca9529f16b9d367b91a7315b6511656c0c62a68c4e2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 480205f14733891fcf643ff78c0c040eb17fd0b0ea4e410071ea1752e37c072d
[INFO] running `Command { std: "docker" "start" "-a" "480205f14733891fcf643ff78c0c040eb17fd0b0ea4e410071ea1752e37c072d", kill_on_drop: false }`
[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] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:197:19
[INFO] [stderr]     |
[INFO] [stderr] 197 |     fn yield_item(&mut self, i: usize) -> Option<&Item> {
[INFO] [stderr]     |                   ^^^^^^^^^                      -----
[INFO] [stderr]     |                   |                              ||
[INFO] [stderr]     |                   |                              |the same lifetime is hidden here
[INFO] [stderr]     |                   |                              the same lifetime is elided here
[INFO] [stderr]     |                   the lifetime is elided 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: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 197 |     fn yield_item(&mut self, i: usize) -> Option<&Item<'_>> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `youchoose` (lib) generated 1 warning
[INFO] [stderr] warning: `youchoose` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/youchoose-f527625056851ad0)
[INFO] [stderr]    Doc-tests youchoose
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/lib.rs - (line 36) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 64) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 15) ... FAILED
[INFO] [stdout] test src/lib.rs - Menu<'a,I,D>::add_multiselect_key (line 390) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 36) stdout ----
[INFO] [stdout] error[E0254]: the name `youchoose` is defined multiple times
[INFO] [stdout]  --> src/lib.rs:38:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | extern crate r#youchoose;
[INFO] [stdout]   | ------------------------- previous import of the extern crate `youchoose` here
[INFO] [stdout] 4 | use youchoose;
[INFO] [stdout]   |     ^^^^^^^^^ `youchoose` reimported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `youchoose` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0254`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 64) stdout ----
[INFO] [stdout] error[E0254]: the name `youchoose` is defined multiple times
[INFO] [stdout]  --> src/lib.rs:66:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | extern crate r#youchoose;
[INFO] [stdout]   | ------------------------- previous import of the extern crate `youchoose` here
[INFO] [stdout] 4 | use youchoose;
[INFO] [stdout]   |     ^^^^^^^^^ `youchoose` reimported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `youchoose` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/lib.rs:84:27
[INFO] [stdout]    |
[INFO] [stdout] 22 | fn multiples(num: i32) -> String {
[INFO] [stdout]    |    ---------              ^^^^^^ expected `String`, found `()`
[INFO] [stdout]    |    |
[INFO] [stdout]    |    implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0254, E0308.
[INFO] [stdout] For more information about an error, try `rustc --explain E0254`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 15) stdout ----
[INFO] [stdout] error[E0254]: the name `youchoose` is defined multiple times
[INFO] [stdout]  --> src/lib.rs:17:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | extern crate r#youchoose;
[INFO] [stdout]   | ------------------------- previous import of the extern crate `youchoose` here
[INFO] [stdout] 4 | use youchoose;
[INFO] [stdout]   |     ^^^^^^^^^ `youchoose` reimported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `youchoose` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0254`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Menu<'a,I,D>::add_multiselect_key (line 390) stdout ----
[INFO] [stdout] Test executable failed (exit status: 1).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] Error opening terminal: unknown.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 15)
[INFO] [stdout]     src/lib.rs - (line 36)
[INFO] [stdout]     src/lib.rs - (line 64)
[INFO] [stdout]     src/lib.rs - Menu<'a,I,D>::add_multiselect_key (line 390)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "480205f14733891fcf643ff78c0c040eb17fd0b0ea4e410071ea1752e37c072d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "480205f14733891fcf643ff78c0c040eb17fd0b0ea4e410071ea1752e37c072d", kill_on_drop: false }`
[INFO] [stdout] 480205f14733891fcf643ff78c0c040eb17fd0b0ea4e410071ea1752e37c072d
