[INFO] cloning repository https://github.com/miguel-lattuada/rustcache [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/miguel-lattuada/rustcache" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmiguel-lattuada%2Frustcache", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmiguel-lattuada%2Frustcache'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 185125fafa5ec84a96d7b392ae2106399506a798 [INFO] testing miguel-lattuada/rustcache against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmiguel-lattuada%2Frustcache" "/workspace/builds/worker-27/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-27/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/miguel-lattuada/rustcache on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/miguel-lattuada/rustcache [INFO] finished tweaking git repo https://github.com/miguel-lattuada/rustcache [INFO] tweaked toml for git repo https://github.com/miguel-lattuada/rustcache written to /workspace/builds/worker-27/source/Cargo.toml [INFO] crate git repo https://github.com/miguel-lattuada/rustcache already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c33417f03bbf5ed8c7e21ae6e58df96f3ee995377a62edf23dc61d59f32375c7 [INFO] running `Command { std: "docker" "start" "-a" "c33417f03bbf5ed8c7e21ae6e58df96f3ee995377a62edf23dc61d59f32375c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c33417f03bbf5ed8c7e21ae6e58df96f3ee995377a62edf23dc61d59f32375c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c33417f03bbf5ed8c7e21ae6e58df96f3ee995377a62edf23dc61d59f32375c7", kill_on_drop: false }` [INFO] [stdout] c33417f03bbf5ed8c7e21ae6e58df96f3ee995377a62edf23dc61d59f32375c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ac63554a2addab0d665359f2695794b8a793bd5a10b836913bba6a40ad01cf58 [INFO] running `Command { std: "docker" "start" "-a" "ac63554a2addab0d665359f2695794b8a793bd5a10b836913bba6a40ad01cf58", kill_on_drop: false }` [INFO] [stderr] Compiling rustcache v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `memory` [INFO] [stdout] --> src/main.rs:49:36 [INFO] [stdout] | [INFO] [stdout] 49 | pool.execute(move |memory: &SharedMemory| { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_memory` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0507]: cannot move out of `self.channel.1` which is behind a shared reference [INFO] [stdout] --> src/threadpool.rs:45:45 [INFO] [stdout] | [INFO] [stdout] 45 | let work_load = Arc::new(Mutex::new(self.channel.1)); [INFO] [stdout] | ^^^^^^^^^^^^^^ move occurs because `self.channel.1` has type `std::sync::mpsc::Receiver FnOnce(&'r SharedMemory) + Send>>`, which does not implement the `Copy` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0507]: cannot move out of `self.config.shared_memory` which is behind a shared reference [INFO] [stdout] --> src/threadpool.rs:46:42 [INFO] [stdout] | [INFO] [stdout] 46 | let memory = Arc::new(Mutex::new(self.config.shared_memory)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ move occurs because `self.config.shared_memory` has type `SharedMemory`, which does not implement the `Copy` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `lock` does not live long enough [INFO] [stdout] --> src/threadpool.rs:69:23 [INFO] [stdout] | [INFO] [stdout] 67 | let memory = { [INFO] [stdout] | ------ borrow later stored here [INFO] [stdout] 68 | let lock = shared_memory_clone.lock().unwrap(); [INFO] [stdout] 69 | &*lock [INFO] [stdout] | ^^^^ borrowed value does not live long enough [INFO] [stdout] 70 | }; [INFO] [stdout] | - `lock` dropped here while still borrowed [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rustcache` due to 5 previous errors; 1 warning emitted [INFO] [stdout] error[E0596]: cannot borrow `self.threads` as mutable, as it is behind a `&` reference [INFO] [stdout] --> src/threadpool.rs:60:13 [INFO] [stdout] | [INFO] [stdout] 51 | &self, [INFO] [stdout] | ----- help: consider changing this to be a mutable reference: `&mut self` [INFO] [stdout] ... [INFO] [stdout] 60 | / self.threads.push(spawn(move || { [INFO] [stdout] 61 | | let job = { [INFO] [stdout] 62 | | let lock = work_load_clone.lock().unwrap(); [INFO] [stdout] 63 | | lock.recv().unwrap() [INFO] [stdout] ... | [INFO] [stdout] 72 | | job(memory); [INFO] [stdout] 73 | | })); [INFO] [stdout] | |_______________^ `self` is a `&` reference, so the data it refers to cannot be borrowed as mutable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0507, E0596, E0597. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0507`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ac63554a2addab0d665359f2695794b8a793bd5a10b836913bba6a40ad01cf58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac63554a2addab0d665359f2695794b8a793bd5a10b836913bba6a40ad01cf58", kill_on_drop: false }` [INFO] [stdout] ac63554a2addab0d665359f2695794b8a793bd5a10b836913bba6a40ad01cf58