[INFO] cloning repository https://github.com/t-sin/trench [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/t-sin/trench" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ft-sin%2Ftrench"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ft-sin%2Ftrench'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7744f8e3def07fb03a3178e383e79fe9323ab394 [INFO] checking t-sin/trench against master#339f574809bf8e4166b8de3cdbe7df181d37af3d for pr-71896 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ft-sin%2Ftrench" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/t-sin/trench on toolchain 339f574809bf8e4166b8de3cdbe7df181d37af3d [INFO] running `"/workspace/cargo-home/bin/cargo" "+339f574809bf8e4166b8de3cdbe7df181d37af3d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/t-sin/trench [INFO] finished tweaking git repo https://github.com/t-sin/trench [INFO] tweaked toml for git repo https://github.com/t-sin/trench written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/t-sin/trench already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+339f574809bf8e4166b8de3cdbe7df181d37af3d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+339f574809bf8e4166b8de3cdbe7df181d37af3d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c96afdcd1e4ecfae3784e14eea7ad5af0b46b968108d8b25e1d46a07ce92f606 [INFO] running `"docker" "start" "-a" "c96afdcd1e4ecfae3784e14eea7ad5af0b46b968108d8b25e1d46a07ce92f606"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling cpal v0.11.0 (https://github.com/RustAudio/cpal?rev=f032557fb44cb7d41d1a9ee4cb4d34a6b3342812#f032557f) [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking alac v0.3.3 [INFO] [stderr] Checking sample v0.9.1 [INFO] [stderr] Checking claxon v0.4.2 [INFO] [stderr] Checking nix v0.15.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling alsa-sys v0.3.0 [INFO] [stderr] Checking ogg v0.5.1 [INFO] [stderr] Checking caf v0.1.0 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Checking lewton v0.7.0 [INFO] [stderr] Checking audrey v0.2.0 [INFO] [stderr] Checking alsa v0.4.2 [INFO] [stderr] Compiling thiserror-impl v1.0.16 [INFO] [stderr] Checking thiserror v1.0.16 [INFO] [stderr] Checking trench v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: expected a `std::ops::FnMut<(&mut [_], &cpal::OutputCallbackInfo)>` closure, found `D` [INFO] [stderr] --> src/main.rs:39:48 [INFO] [stderr] | [INFO] [stderr] 39 | .build_output_stream(&self.config, data_callback, |err| { [INFO] [stderr] | ^^^^^^^^^^^^^ expected an `FnMut<(&mut [_], &cpal::OutputCallbackInfo)>` closure, found `D` [INFO] [stderr] | [INFO] [stderr] = help: the trait `for<'r, 's> std::ops::FnMut<(&'r mut [_], &'s cpal::OutputCallbackInfo)>` is not implemented for `D` [INFO] [stderr] [INFO] [stderr] error[E0277]: expected a `std::ops::FnOnce<(&mut [_], &cpal::OutputCallbackInfo)>` closure, found `D` [INFO] [stderr] --> src/main.rs:39:48 [INFO] [stderr] | [INFO] [stderr] 39 | .build_output_stream(&self.config, data_callback, |err| { [INFO] [stderr] | ^^^^^^^^^^^^^ expected an `FnOnce<(&mut [_], &cpal::OutputCallbackInfo)>` closure, found `D` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::FnOnce<(&mut [_], &cpal::OutputCallbackInfo)>` is not implemented for `D` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `trench`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: expected a `std::ops::FnMut<(&mut [_], &cpal::OutputCallbackInfo)>` closure, found `D` [INFO] [stderr] --> src/main.rs:39:48 [INFO] [stderr] | [INFO] [stderr] 39 | .build_output_stream(&self.config, data_callback, |err| { [INFO] [stderr] | ^^^^^^^^^^^^^ expected an `FnMut<(&mut [_], &cpal::OutputCallbackInfo)>` closure, found `D` [INFO] [stderr] | [INFO] [stderr] = help: the trait `for<'r, 's> std::ops::FnMut<(&'r mut [_], &'s cpal::OutputCallbackInfo)>` is not implemented for `D` [INFO] [stderr] [INFO] [stderr] error[E0277]: expected a `std::ops::FnOnce<(&mut [_], &cpal::OutputCallbackInfo)>` closure, found `D` [INFO] [stderr] --> src/main.rs:39:48 [INFO] [stderr] | [INFO] [stderr] 39 | .build_output_stream(&self.config, data_callback, |err| { [INFO] [stderr] | ^^^^^^^^^^^^^ expected an `FnOnce<(&mut [_], &cpal::OutputCallbackInfo)>` closure, found `D` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::FnOnce<(&mut [_], &cpal::OutputCallbackInfo)>` is not implemented for `D` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `trench`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c96afdcd1e4ecfae3784e14eea7ad5af0b46b968108d8b25e1d46a07ce92f606"` [INFO] running `"docker" "rm" "-f" "c96afdcd1e4ecfae3784e14eea7ad5af0b46b968108d8b25e1d46a07ce92f606"` [INFO] [stdout] c96afdcd1e4ecfae3784e14eea7ad5af0b46b968108d8b25e1d46a07ce92f606