[INFO] updating cached repository https://github.com/geokala/korama [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 04c8ec1527de82606c74e1ef3369ed7fdc31bdc1 [INFO] checking geokala/korama against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeokala%2Fkorama" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/geokala/korama on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/geokala/korama [INFO] finished tweaking git repo https://github.com/geokala/korama [INFO] tweaked toml for git repo https://github.com/geokala/korama written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/geokala/korama already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "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" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 776592e937bc820845c14ec0669ce3170ee4692593139ae072e596e913979c4a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "776592e937bc820845c14ec0669ce3170ee4692593139ae072e596e913979c4a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Checking encoding_index_tests v0.1.4 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Checking claxon v0.4.2 [INFO] [stderr] Checking hound v3.4.0 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking slice-deque v0.3.0 [INFO] [stderr] Checking alsa-sys v0.1.2 [INFO] [stderr] Compiling cpal v0.10.0 [INFO] [stderr] Checking ogg v0.7.0 [INFO] [stderr] Checking num-traits v0.2.11 [INFO] [stderr] Checking smallvec v0.6.13 [INFO] [stderr] Checking encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-japanese v1.20141219.5 [INFO] [stderr] Checking encoding-index-korean v1.20141219.5 [INFO] [stderr] Checking encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking lewton v0.9.4 [INFO] [stderr] Checking encoding v0.2.33 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling minimp3-sys v0.3.2 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking id3 v0.5.0 [INFO] [stderr] Compiling syn v1.0.15 [INFO] [stderr] Checking minimp3 v0.3.5 [INFO] [stderr] Checking backtrace v0.3.44 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking rodio v0.10.0 [INFO] [stderr] Checking korama v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `rodio::Sink` [INFO] [stderr] --> src/queue.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use rodio::Sink; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::shared::Saveable` [INFO] [stderr] --> src/queue.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use crate::shared::Saveable; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `rodio::Sink` [INFO] [stderr] --> src/queue.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use rodio::Sink; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::shared::Saveable` [INFO] [stderr] --> src/queue.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use crate::shared::Saveable; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: expected a `std::ops::FnOnce<()>` closure, found `()` [INFO] [stderr] --> src/queue.rs:59:23 [INFO] [stderr] | [INFO] [stderr] 59 | thread::spawn(self.play_handler()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ expected an `FnOnce<()>` closure, found `()` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::FnOnce<()>` is not implemented for `()` [INFO] [stderr] = note: wrap the `()` in a closure with no arguments: `|| { /* code */ } [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `korama`. [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::FnOnce<()>` closure, found `()` [INFO] [stderr] --> src/queue.rs:59:23 [INFO] [stderr] | [INFO] [stderr] 59 | thread::spawn(self.play_handler()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ expected an `FnOnce<()>` closure, found `()` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::FnOnce<()>` is not implemented for `()` [INFO] [stderr] = note: wrap the `()` in a closure with no arguments: `|| { /* code */ } [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `korama`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "776592e937bc820845c14ec0669ce3170ee4692593139ae072e596e913979c4a"` [INFO] running `"docker" "rm" "-f" "776592e937bc820845c14ec0669ce3170ee4692593139ae072e596e913979c4a"` [INFO] [stdout] 776592e937bc820845c14ec0669ce3170ee4692593139ae072e596e913979c4a