[INFO] cloning repository https://github.com/audiodog301/almostagame [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/audiodog301/almostagame" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faudiodog301%2Falmostagame", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faudiodog301%2Falmostagame'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7fdb85f58c218a6f94a673141ccac0a1337cac25 [INFO] testing audiodog301/almostagame against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faudiodog301%2Falmostagame" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/audiodog301/almostagame on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/audiodog301/almostagame [INFO] finished tweaking git repo https://github.com/audiodog301/almostagame [INFO] tweaked toml for git repo https://github.com/audiodog301/almostagame written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/audiodog301/almostagame already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 393a04bcc60a928a8985240658675e544e83d6c10ce5b5e8f3453a9755a844af [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" "393a04bcc60a928a8985240658675e544e83d6c10ce5b5e8f3453a9755a844af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "393a04bcc60a928a8985240658675e544e83d6c10ce5b5e8f3453a9755a844af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "393a04bcc60a928a8985240658675e544e83d6c10ce5b5e8f3453a9755a844af", kill_on_drop: false }` [INFO] [stdout] 393a04bcc60a928a8985240658675e544e83d6c10ce5b5e8f3453a9755a844af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ec4603b82dac011bf530b69505c9ac95ca068c765e7ede7ae827f9d9bdc1e7a7 [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" "ec4603b82dac011bf530b69505c9ac95ca068c765e7ede7ae827f9d9bdc1e7a7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.101 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling sapp-linux v0.1.13 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling cpal v0.13.4 [INFO] [stderr] Compiling ttf-parser v0.12.3 [INFO] [stderr] Compiling bytemuck v1.7.2 [INFO] [stderr] Compiling macroquad_macro v0.1.5 [INFO] [stderr] Compiling quad-rand v0.2.1 [INFO] [stderr] Compiling glam v0.14.0 [INFO] [stderr] Compiling bumpalo v3.7.0 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling fontdue v0.5.2 [INFO] [stderr] Compiling nix v0.20.1 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling miniquad v0.3.0-alpha.37 [INFO] [stderr] Compiling macroquad v0.3.8 [INFO] [stderr] Compiling thiserror-impl v1.0.28 [INFO] [stderr] Compiling alsa v0.5.0 [INFO] [stderr] Compiling thiserror v1.0.28 [INFO] [stderr] Compiling almostagame v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `sample_rate` [INFO] [stdout] --> src/audiostuff.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | let sample_rate = config.sample_rate.0 as f32; [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sample_rate` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0596]: cannot borrow `**input` as mutable, as it is behind a `&` reference [INFO] [stdout] --> src/audiostuff.rs:182:17 [INFO] [stdout] | [INFO] [stdout] 182 | input.update(); [INFO] [stdout] | ^^^^^ cannot borrow as mutable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0596`. [INFO] [stdout] [INFO] [stderr] error: could not compile `almostagame` due to 2 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "ec4603b82dac011bf530b69505c9ac95ca068c765e7ede7ae827f9d9bdc1e7a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec4603b82dac011bf530b69505c9ac95ca068c765e7ede7ae827f9d9bdc1e7a7", kill_on_drop: false }` [INFO] [stdout] ec4603b82dac011bf530b69505c9ac95ca068c765e7ede7ae827f9d9bdc1e7a7