[INFO] cloning repository https://github.com/m-ou-se/klondike [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/m-ou-se/klondike" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm-ou-se%2Fklondike", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm-ou-se%2Fklondike'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5b37f63a7fd6f92085b831267533e973533ce5c4 [INFO] checking m-ou-se/klondike against try#e117153a45c546e883c1f91d82611775fcaeffe0 for pr-146470 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm-ou-se%2Fklondike" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/m-ou-se/klondike [INFO] finished tweaking git repo https://github.com/m-ou-se/klondike [INFO] tweaked toml for git repo https://github.com/m-ou-se/klondike written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/m-ou-se/klondike on toolchain e117153a45c546e883c1f91d82611775fcaeffe0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/m-ou-se/klondike 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" "+e117153a45c546e883c1f91d82611775fcaeffe0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded intbits v0.1.2 [INFO] [stderr] Downloaded getrandom v0.1.14 [INFO] [stderr] Downloaded libc v0.2.67 [INFO] [stderr] Downloaded ppv-lite86 v0.2.6 [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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ec502440cc494c6d0d4b1e962f0ebcb592e3d06f7c6d660c1b6defbc8af67cb0 [INFO] running `Command { std: "docker" "start" "-a" "ec502440cc494c6d0d4b1e962f0ebcb592e3d06f7c6d660c1b6defbc8af67cb0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec502440cc494c6d0d4b1e962f0ebcb592e3d06f7c6d660c1b6defbc8af67cb0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec502440cc494c6d0d4b1e962f0ebcb592e3d06f7c6d660c1b6defbc8af67cb0", kill_on_drop: false }` [INFO] [stdout] ec502440cc494c6d0d4b1e962f0ebcb592e3d06f7c6d660c1b6defbc8af67cb0 [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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 134dc7d0fd36fea5495138477ef7441a495c976ecf3357f945c0760dff714540 [INFO] running `Command { std: "docker" "start" "-a" "134dc7d0fd36fea5495138477ef7441a495c976ecf3357f945c0760dff714540", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking ppv-lite86 v0.2.6 [INFO] [stderr] Checking intbits v0.1.2 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking klondike v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0061]: this function takes 1 argument but 0 arguments were supplied [INFO] [stdout] --> src/gamestate.rs:89:14 [INFO] [stdout] | [INFO] [stdout] 89 | let mut s = GameState::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^-- argument #1 of type `&deck::Deck` is missing [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/gamestate.rs:16:15 [INFO] [stdout] | [INFO] [stdout] 16 | pub const fn new(deck: &Deck) -> Self { [INFO] [stdout] | ^^^ ----------- [INFO] [stdout] help: provide the argument [INFO] [stdout] | [INFO] [stdout] 89 | let mut s = GameState::new(/* &deck::Deck */); [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `klondike` (lib test) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "134dc7d0fd36fea5495138477ef7441a495c976ecf3357f945c0760dff714540", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "134dc7d0fd36fea5495138477ef7441a495c976ecf3357f945c0760dff714540", kill_on_drop: false }` [INFO] [stdout] 134dc7d0fd36fea5495138477ef7441a495c976ecf3357f945c0760dff714540