[INFO] cloning repository https://github.com/germanespinosa/rustafaridb [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/germanespinosa/rustafaridb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgermanespinosa%2Frustafaridb", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgermanespinosa%2Frustafaridb'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 706698f3834d9d46b736795cc517f912e67ecd0e [INFO] testing germanespinosa/rustafaridb against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgermanespinosa%2Frustafaridb" "/workspace/builds/worker-79/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-79/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/germanespinosa/rustafaridb 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/germanespinosa/rustafaridb [INFO] finished tweaking git repo https://github.com/germanespinosa/rustafaridb [INFO] tweaked toml for git repo https://github.com/germanespinosa/rustafaridb written to /workspace/builds/worker-79/source/Cargo.toml [INFO] crate git repo https://github.com/germanespinosa/rustafaridb already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a602676e00859d166f36a928eb9c26995282890e5c57faf1fc5ecbe6fa3748ee [INFO] running `Command { std: "docker" "start" "-a" "a602676e00859d166f36a928eb9c26995282890e5c57faf1fc5ecbe6fa3748ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a602676e00859d166f36a928eb9c26995282890e5c57faf1fc5ecbe6fa3748ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a602676e00859d166f36a928eb9c26995282890e5c57faf1fc5ecbe6fa3748ee", kill_on_drop: false }` [INFO] [stdout] a602676e00859d166f36a928eb9c26995282890e5c57faf1fc5ecbe6fa3748ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3e8534566f8b298b939b419f4b7115bf14af14b6b3c09a605b86b2e534dd0f31 [INFO] running `Command { std: "docker" "start" "-a" "3e8534566f8b298b939b419f4b7115bf14af14b6b3c09a605b86b2e534dd0f31", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rustafari v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> src/log.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `std::hash::SipHasher`: use `std::collections::hash_map::DefaultHasher` instead [INFO] [stdout] --> src/indexmanager.rs:7:23 [INFO] [stdout] | [INFO] [stdout] 7 | use std::hash::{Hash, SipHasher, Hasher}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `std::hash::SipHasher`: use `std::collections::hash_map::DefaultHasher` instead [INFO] [stdout] --> src/indexmanager.rs:159:26 [INFO] [stdout] | [INFO] [stdout] 159 | let mut hasher = SipHasher::new(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::hash::SipHasher::new`: use `std::collections::hash_map::DefaultHasher` instead [INFO] [stdout] --> src/indexmanager.rs:159:37 [INFO] [stdout] | [INFO] [stdout] 159 | let mut hasher = SipHasher::new(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> src/indexmanager.rs:129:13 [INFO] [stdout] | [INFO] [stdout] 129 | mem::transmute::(ie) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: source type: `IndexEntry` (192 bits) [INFO] [stdout] = note: target type: `[u8; 32]` (256 bits) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types [INFO] [stdout] --> src/indexmanager.rs:185:29 [INFO] [stdout] | [INFO] [stdout] 185 | ... mem::transmute::<[u8;INDEX_ENTRY_SIZE],IndexEntry>(r) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: source type: `[u8; 32]` (256 bits) [INFO] [stdout] = note: target type: `IndexEntry` (192 bits) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/httpprocessor.rs:96:70 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn send_response(&mut self, instream : &mut R, mut outstream : &mut W) -> Result<(),()> [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0507]: cannot move out of `log_sender.0` as `log_sender` is a static item [INFO] [stdout] --> src/log.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 16 | if let Some(s) = log_sender [INFO] [stdout] | - ^^^^^^^^^^ help: consider borrowing here: `&log_sender` [INFO] [stdout] | | [INFO] [stdout] | data moved here [INFO] [stdout] | move occurs because `s` has type `Sender`, which does not implement the `Copy` trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0596]: cannot borrow `log_stream` as mutable, as it is not declared as mutable [INFO] [stdout] --> src/log.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn start(log_stream: File) [INFO] [stdout] | ---------- help: consider changing this to be mutable: `mut log_stream` [INFO] [stdout] ... [INFO] [stdout] 32 | log_stream.write(&log_string.into_bytes()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot borrow as mutable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0133]: use of mutable static is unsafe and requires unsafe function or block [INFO] [stdout] --> src/log.rs:14:18 [INFO] [stdout] | [INFO] [stdout] 14 | if log_type>=log_level [INFO] [stdout] | ^^^^^^^^^ use of mutable static [INFO] [stdout] | [INFO] [stdout] = note: mutable statics can be mutated by multiple threads: aliasing violations or data races will cause undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0133]: use of mutable static is unsafe and requires unsafe function or block [INFO] [stdout] --> src/log.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 16 | if let Some(s) = log_sender [INFO] [stdout] | ^^^^^^^^^^ use of mutable static [INFO] [stdout] | [INFO] [stdout] = note: mutable statics can be mutated by multiple threads: aliasing violations or data races will cause undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0133]: use of mutable static is unsafe and requires unsafe function or block [INFO] [stdout] --> src/log.rs:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | if let Some(s) = log_sender [INFO] [stdout] | ^^^^^^^ use of mutable static [INFO] [stdout] | [INFO] [stdout] = note: mutable statics can be mutated by multiple threads: aliasing violations or data races will cause undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0133]: use of mutable static is unsafe and requires unsafe function or block [INFO] [stdout] --> src/log.rs:16:21 [INFO] [stdout] | [INFO] [stdout] 16 | if let Some(s) = log_sender [INFO] [stdout] | ^ use of mutable static [INFO] [stdout] | [INFO] [stdout] = note: mutable statics can be mutated by multiple threads: aliasing violations or data races will cause undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0133]: use of mutable static is unsafe and requires unsafe function or block [INFO] [stdout] --> src/log.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | log_sender=Some(tx); [INFO] [stdout] | ^^^^^^^^^^ use of mutable static [INFO] [stdout] | [INFO] [stdout] = note: mutable statics can be mutated by multiple threads: aliasing violations or data races will cause undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0133, E0507, E0512, E0596. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0133`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rustafari` due to 10 previous errors; 5 warnings emitted [INFO] running `Command { std: "docker" "inspect" "3e8534566f8b298b939b419f4b7115bf14af14b6b3c09a605b86b2e534dd0f31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e8534566f8b298b939b419f4b7115bf14af14b6b3c09a605b86b2e534dd0f31", kill_on_drop: false }` [INFO] [stdout] 3e8534566f8b298b939b419f4b7115bf14af14b6b3c09a605b86b2e534dd0f31