[INFO] cloning repository https://github.com/EngineOrion/container [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EngineOrion/container" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEngineOrion%2Fcontainer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEngineOrion%2Fcontainer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dfed4ba4511601ba013cf671a8d1816f5c026b3a [INFO] checking EngineOrion/container against try#45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 for pr-83744 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEngineOrion%2Fcontainer" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/EngineOrion/container on toolchain 45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/EngineOrion/container [INFO] finished tweaking git repo https://github.com/EngineOrion/container [INFO] tweaked toml for git repo https://github.com/EngineOrion/container written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/EngineOrion/container already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bee1dfdffc823f449793559b40b68bf2082618ed0accc0e11100a9c08dd5bf26 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bee1dfdffc823f449793559b40b68bf2082618ed0accc0e11100a9c08dd5bf26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bee1dfdffc823f449793559b40b68bf2082618ed0accc0e11100a9c08dd5bf26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bee1dfdffc823f449793559b40b68bf2082618ed0accc0e11100a9c08dd5bf26", kill_on_drop: false }` [INFO] [stdout] bee1dfdffc823f449793559b40b68bf2082618ed0accc0e11100a9c08dd5bf26 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2d73d3b3b72a0b5c0eb87ae89f10be44606ed5f7949d99fd93940fa561ec92e8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2d73d3b3b72a0b5c0eb87ae89f10be44606ed5f7949d99fd93940fa561ec92e8", kill_on_drop: false }` [INFO] [stderr] Checking container v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `socket_path_snd` [INFO] [stdout] --> src/configuration.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | socket_path_snd: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `available_containers` [INFO] [stdout] --> src/configuration.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | available_containers: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_socket_path_snd` [INFO] [stdout] --> src/configuration.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn get_socket_path_snd(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_available_containers` [INFO] [stdout] --> src/configuration.rs:114:12 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn get_available_containers(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pending` [INFO] [stdout] --> src/process.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pending: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `status` [INFO] [stdout] --> src/process.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | status: i16, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `body` [INFO] [stdout] --> src/process.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | body: &'static str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sender` [INFO] [stdout] --> src/process.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | sender: &'static str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `return_value` [INFO] [stdout] --> src/process.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | return_value: &'static str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update_pending` [INFO] [stdout] --> src/process.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn update_pending(&mut self, status: bool) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_pending` [INFO] [stdout] --> src/process.rs:74:12 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn get_pending(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update_status` [INFO] [stdout] --> src/process.rs:86:12 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn update_status(&mut self, new_status: i16) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_status` [INFO] [stdout] --> src/process.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn get_status(&self) -> i16 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update_body` [INFO] [stdout] --> src/process.rs:115:12 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn update_body(&mut self, new_body: &'static str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_body` [INFO] [stdout] --> src/process.rs:131:12 [INFO] [stdout] | [INFO] [stdout] 131 | pub fn get_body(&self) -> &str { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_sender` [INFO] [stdout] --> src/process.rs:142:12 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn get_sender(&self) -> &str { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update_return_value` [INFO] [stdout] --> src/process.rs:154:12 [INFO] [stdout] | [INFO] [stdout] 154 | pub fn update_return_value(&mut self, new_return_value: &'static str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `socket_path_snd` [INFO] [stdout] --> src/configuration.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | socket_path_snd: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `available_containers` [INFO] [stdout] --> src/configuration.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | available_containers: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_socket_path_snd` [INFO] [stdout] --> src/configuration.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn get_socket_path_snd(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_available_containers` [INFO] [stdout] --> src/configuration.rs:114:12 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn get_available_containers(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_socket_path_rcv` [INFO] [stdout] --> src/configuration.rs:166:12 [INFO] [stdout] | [INFO] [stdout] 166 | pub fn test_socket_path_rcv() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_socket_path_snd` [INFO] [stdout] --> src/configuration.rs:171:12 [INFO] [stdout] | [INFO] [stdout] 171 | pub fn test_socket_path_snd() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_available_containers` [INFO] [stdout] --> src/configuration.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn test_available_containers() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/main.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | interface::interface(&mut process_threads, config); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/main.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | interface::interface(&mut process_threads, config); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.58s [INFO] running `Command { std: "docker" "inspect" "2d73d3b3b72a0b5c0eb87ae89f10be44606ed5f7949d99fd93940fa561ec92e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d73d3b3b72a0b5c0eb87ae89f10be44606ed5f7949d99fd93940fa561ec92e8", kill_on_drop: false }` [INFO] [stdout] 2d73d3b3b72a0b5c0eb87ae89f10be44606ed5f7949d99fd93940fa561ec92e8