[INFO] cloning repository https://github.com/Ethan826/card-chameleon [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Ethan826/card-chameleon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEthan826%2Fcard-chameleon", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEthan826%2Fcard-chameleon'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5ddf93000f0cf03acbcb9f8dbd1269ce3fe8b81b [INFO] checking Ethan826/card-chameleon against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEthan826%2Fcard-chameleon" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Ethan826/card-chameleon on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Ethan826/card-chameleon [INFO] finished tweaking git repo https://github.com/Ethan826/card-chameleon [INFO] tweaked toml for git repo https://github.com/Ethan826/card-chameleon written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/Ethan826/card-chameleon already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 91e7b9a924acaed847bc987dde1b88480a29844254a5e2abb4a79bd94700a053 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "91e7b9a924acaed847bc987dde1b88480a29844254a5e2abb4a79bd94700a053", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "91e7b9a924acaed847bc987dde1b88480a29844254a5e2abb4a79bd94700a053", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91e7b9a924acaed847bc987dde1b88480a29844254a5e2abb4a79bd94700a053", kill_on_drop: false }` [INFO] [stdout] 91e7b9a924acaed847bc987dde1b88480a29844254a5e2abb4a79bd94700a053 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d291f070bb3ee405f99d031ac23b57b832ff64e13e4551a502fb163a212c6f60 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d291f070bb3ee405f99d031ac23b57b832ff64e13e4551a502fb163a212c6f60", kill_on_drop: false }` [INFO] [stderr] Compiling regex v1.0.5 [INFO] [stderr] Compiling memchr v2.1.0 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Checking itertools v0.7.8 [INFO] [stderr] Checking regex-syntax v0.6.2 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking aho-corasick v0.6.8 [INFO] [stderr] Checking card-chameleon v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `self::Deck` [INFO] [stdout] --> src/deck.rs:246:15 [INFO] [stdout] | [INFO] [stdout] 246 | use self::Deck::*; [INFO] [stdout] | ^^^^ `Deck` is a struct, not a module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `self::Card` [INFO] [stdout] --> src/deck.rs:245:15 [INFO] [stdout] | [INFO] [stdout] 245 | use self::Card::*; [INFO] [stdout] | ^^^^ `Card` is a struct, not a module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(try_from)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `self::Deck` [INFO] [stdout] --> src/deck.rs:246:15 [INFO] [stdout] | [INFO] [stdout] 246 | use self::Deck::*; [INFO] [stdout] | ^^^^ `Deck` is a struct, not a module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `self::Card` [INFO] [stdout] --> src/deck.rs:245:15 [INFO] [stdout] | [INFO] [stdout] 245 | use self::Card::*; [INFO] [stdout] | ^^^^ `Card` is a struct, not a module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(try_from)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | .get("rank") [INFO] [stdout] | ^^^^^^ expected `usize`, found `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] 101 | { [INFO] [stdout] 102 | "A" => Ace, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 103 | "2" => Two, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:104:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 104 | "3" => Three, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:105:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 105 | "4" => Four, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:106:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 106 | "5" => Five, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:107:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 107 | "6" => Six, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 108 | "7" => Seven, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:109:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 109 | "8" => Eight, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:110:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 110 | "9" => Nine, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 111 | "10" => Ten, [INFO] [stdout] | ^^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:112:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 112 | "J" => Jack, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 113 | "Q" => Queen, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 114 | "K" => King, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | .get("rank") [INFO] [stdout] | ^^^^^^ expected `usize`, found `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] 101 | { [INFO] [stdout] 102 | "A" => Ace, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 103 | "2" => Two, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:104:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 104 | "3" => Three, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:105:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 105 | "4" => Four, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:106:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 106 | "5" => Five, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:107:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 107 | "6" => Six, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 108 | "7" => Seven, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:109:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 109 | "8" => Eight, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:110:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 110 | "9" => Nine, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 111 | "10" => Ten, [INFO] [stdout] | ^^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:112:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 112 | "J" => Jack, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:118:18 [INFO] [stdout] | [INFO] [stdout] 118 | .get("suit") [INFO] [stdout] | ^^^^^^ expected `usize`, found `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 113 | "Q" => Queen, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 97 | let rank = match &caps [INFO] [stdout] | __________________________- [INFO] [stdout] 98 | | .get("rank") [INFO] [stdout] 99 | | .ok_or("Invalid card rank specified")? [INFO] [stdout] 100 | | .as_str() [INFO] [stdout] | |_____________________- this expression has type `&&str` [INFO] [stdout] ... [INFO] [stdout] 114 | "K" => King, [INFO] [stdout] | ^^^ expected `&str`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected type `&&str` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 18 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0432, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/card.rs:118:18 [INFO] [stdout] | [INFO] [stdout] 118 | .get("suit") [INFO] [stdout] | ^^^^^^ expected `usize`, found `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `card-chameleon` [INFO] [stdout] error: aborting due to 18 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] Some errors have detailed explanations: E0308, E0432, E0554. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "d291f070bb3ee405f99d031ac23b57b832ff64e13e4551a502fb163a212c6f60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d291f070bb3ee405f99d031ac23b57b832ff64e13e4551a502fb163a212c6f60", kill_on_drop: false }` [INFO] [stdout] d291f070bb3ee405f99d031ac23b57b832ff64e13e4551a502fb163a212c6f60