[INFO] cloning repository https://github.com/geokala/korama [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/geokala/korama" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeokala%2Fkorama", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeokala%2Fkorama'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cc2fc5a8cd4de94345ee63f4d80ce1f98ff8171f [INFO] checking geokala/korama against master#39b841dfe36f90a7cd111e7f0c55f32594f6e578 for pr-77035 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeokala%2Fkorama" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/geokala/korama on toolchain 39b841dfe36f90a7cd111e7f0c55f32594f6e578 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+39b841dfe36f90a7cd111e7f0c55f32594f6e578" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-2/source/Cargo.toml [INFO] crate git repo https://github.com/geokala/korama already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+39b841dfe36f90a7cd111e7f0c55f32594f6e578" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+39b841dfe36f90a7cd111e7f0c55f32594f6e578" "metadata" "--no-deps" "--format-version=1", 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] 5259b1549eeb8a9bd6e9bdb54a1cffc9fb780d9eda57484cf929113e26f499c7 [INFO] running `Command { std: "docker" "start" "-a" "5259b1549eeb8a9bd6e9bdb54a1cffc9fb780d9eda57484cf929113e26f499c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5259b1549eeb8a9bd6e9bdb54a1cffc9fb780d9eda57484cf929113e26f499c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5259b1549eeb8a9bd6e9bdb54a1cffc9fb780d9eda57484cf929113e26f499c7", kill_on_drop: false }` [INFO] [stdout] 5259b1549eeb8a9bd6e9bdb54a1cffc9fb780d9eda57484cf929113e26f499c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+39b841dfe36f90a7cd111e7f0c55f32594f6e578" "check" "--frozen" "--all" "--all-targets" "--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] 2255f55cfc1144182d7b4777cf3ab42d32eead634548009fe2629273c0739f4e [INFO] running `Command { std: "docker" "start" "-a" "2255f55cfc1144182d7b4777cf3ab42d32eead634548009fe2629273c0739f4e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling syn v1.0.15 [INFO] [stderr] Compiling cpal v0.10.0 [INFO] [stderr] Checking claxon v0.4.2 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling minimp3-sys v0.3.2 [INFO] [stderr] Checking ogg v0.7.0 [INFO] [stderr] Checking lewton v0.9.4 [INFO] [stderr] Checking backtrace-sys v0.1.32 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking slice-deque v0.3.0 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Checking backtrace v0.3.44 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking id3 v0.5.0 [INFO] [stderr] Checking minimp3 v0.3.5 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling failure_derive v0.1.6 [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] [stdout] error: lifetime in trait object type must be followed by `+` [INFO] [stdout] --> src/queue.rs:42:40 [INFO] [stdout] | [INFO] [stdout] 42 | fn create_player<'a>(&mut self) -> 'a mpsc::Sender { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `+`, `;`, `where`, or `{`, found `mpsc` [INFO] [stdout] --> src/queue.rs:42:43 [INFO] [stdout] | [INFO] [stdout] 17 | impl Queue { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] ... [INFO] [stdout] 42 | fn create_player<'a>(&mut self) -> 'a mpsc::Sender { [INFO] [stdout] | ^^^^ expected one of `+`, `;`, `where`, or `{` [INFO] [stdout] ... [INFO] [stdout] 95 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lifetime in trait object type must be followed by `+` [INFO] [stdout] --> src/queue.rs:42:40 [INFO] [stdout] | [INFO] [stdout] 42 | fn create_player<'a>(&mut self) -> 'a mpsc::Sender { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `+`, `;`, `where`, or `{`, found `mpsc` [INFO] [stdout] --> src/queue.rs:42:43 [INFO] [stdout] | [INFO] [stdout] 17 | impl Queue { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] ... [INFO] [stdout] 42 | fn create_player<'a>(&mut self) -> 'a mpsc::Sender { [INFO] [stdout] | ^^^^ expected one of `+`, `;`, `where`, or `{` [INFO] [stdout] ... [INFO] [stdout] 95 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fs::File` [INFO] [stdout] --> src/queue.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::fs::File; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::BufReader` [INFO] [stdout] --> src/queue.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::io::BufReader; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rodio::Sink` [INFO] [stdout] --> src/queue.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use rodio::Sink; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::thread` [INFO] [stdout] --> src/queue.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::thread; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::time::Duration` [INFO] [stdout] --> src/queue.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::time::Duration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fs::File` [INFO] [stdout] --> src/queue.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::fs::File; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::BufReader` [INFO] [stdout] --> src/queue.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::io::BufReader; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rodio::Sink` [INFO] [stdout] --> src/queue.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use rodio::Sink; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::thread` [INFO] [stdout] --> src/queue.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::thread; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::time::Duration` [INFO] [stdout] --> src/queue.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::time::Duration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `create_player` found for mutable reference `&mut Queue` in the current scope [INFO] [stdout] --> src/queue.rs:37:57 [INFO] [stdout] | [INFO] [stdout] 37 | None => self.player_controller = Some(self.create_player()), [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `&mut Queue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `korama` [INFO] [stdout] error[E0599]: no method named `create_player` found for mutable reference `&mut Queue` in the current scope [INFO] [stdout] --> src/queue.rs:37:57 [INFO] [stdout] | [INFO] [stdout] 37 | None => self.player_controller = Some(self.create_player()), [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `&mut Queue` [INFO] [stdout] [INFO] [stdout] [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] [stdout] error: aborting due to 3 previous errors; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "2255f55cfc1144182d7b4777cf3ab42d32eead634548009fe2629273c0739f4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2255f55cfc1144182d7b4777cf3ab42d32eead634548009fe2629273c0739f4e", kill_on_drop: false }` [INFO] [stdout] 2255f55cfc1144182d7b4777cf3ab42d32eead634548009fe2629273c0739f4e