[INFO] cloning repository https://github.com/eric-wood/wm8731 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eric-wood/wm8731" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feric-wood%2Fwm8731", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feric-wood%2Fwm8731'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7397b1562956e2950bff42dcc8b41b92c4bdf028 [INFO] testing eric-wood/wm8731 against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feric-wood%2Fwm8731" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/eric-wood/wm8731 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/eric-wood/wm8731 [INFO] finished tweaking git repo https://github.com/eric-wood/wm8731 [INFO] tweaked toml for git repo https://github.com/eric-wood/wm8731 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e2c521c20d0615bbb9abc4ef9f104fafaf92f8d381aa6ceabd682c8670c54f88 [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" "e2c521c20d0615bbb9abc4ef9f104fafaf92f8d381aa6ceabd682c8670c54f88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e2c521c20d0615bbb9abc4ef9f104fafaf92f8d381aa6ceabd682c8670c54f88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2c521c20d0615bbb9abc4ef9f104fafaf92f8d381aa6ceabd682c8670c54f88", kill_on_drop: false }` [INFO] [stdout] e2c521c20d0615bbb9abc4ef9f104fafaf92f8d381aa6ceabd682c8670c54f88 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 134fa3be4cab31b92824a0584284c8381b6bd450e9bdeba8f5089c26c4eb4237 [INFO] running `Command { std: "docker" "start" "-a" "134fa3be4cab31b92824a0584284c8381b6bd450e9bdeba8f5089c26c4eb4237", kill_on_drop: false }` [INFO] [stderr] Compiling wm8731 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `volume` [INFO] [stdout] --> src/headphone_out.rs:24:30 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn volume(&mut self, volume: u16) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_volume` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.59s [INFO] running `Command { std: "docker" "inspect" "134fa3be4cab31b92824a0584284c8381b6bd450e9bdeba8f5089c26c4eb4237", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "134fa3be4cab31b92824a0584284c8381b6bd450e9bdeba8f5089c26c4eb4237", kill_on_drop: false }` [INFO] [stdout] 134fa3be4cab31b92824a0584284c8381b6bd450e9bdeba8f5089c26c4eb4237 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6822ad079ab39706b0dcea226dec0735c33ce370c72b10c91e946433b16b25c8 [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" "6822ad079ab39706b0dcea226dec0735c33ce370c72b10c91e946433b16b25c8", kill_on_drop: false }` [INFO] [stderr] Compiling wm8731 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `volume` [INFO] [stdout] --> src/headphone_out.rs:24:30 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn volume(&mut self, volume: u16) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_volume` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `dac_mut` found for mutable reference `&mut DigitalAudioPath` in the current scope [INFO] [stdout] --> src/tests.rs:79:11 [INFO] [stdout] | [INFO] [stdout] 79 | w.dac_mut(); [INFO] [stdout] | ^^^^^^^ help: there is an associated function with a similar name: `dac_mute` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `wm8731` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "6822ad079ab39706b0dcea226dec0735c33ce370c72b10c91e946433b16b25c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6822ad079ab39706b0dcea226dec0735c33ce370c72b10c91e946433b16b25c8", kill_on_drop: false }` [INFO] [stdout] 6822ad079ab39706b0dcea226dec0735c33ce370c72b10c91e946433b16b25c8