[INFO] cloning repository https://github.com/gluaxspeed/r2wc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gluaxspeed/r2wc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgluaxspeed%2Fr2wc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgluaxspeed%2Fr2wc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cdc59383aab43b4c6439f6b4eae38cd2208c082f [INFO] checking gluaxspeed/r2wc against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgluaxspeed%2Fr2wc" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gluaxspeed/r2wc on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gluaxspeed/r2wc [INFO] finished tweaking git repo https://github.com/gluaxspeed/r2wc [INFO] tweaked toml for git repo https://github.com/gluaxspeed/r2wc written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/gluaxspeed/r2wc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ecce927187e182f624445027895db0a18a16ba6352e89b1037c8466ffe32643c [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" "ecce927187e182f624445027895db0a18a16ba6352e89b1037c8466ffe32643c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ecce927187e182f624445027895db0a18a16ba6352e89b1037c8466ffe32643c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ecce927187e182f624445027895db0a18a16ba6352e89b1037c8466ffe32643c", kill_on_drop: false }` [INFO] [stdout] ecce927187e182f624445027895db0a18a16ba6352e89b1037c8466ffe32643c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 697b0e66c0ba80f73511963e770f1232a3b1cc0a421c8fbc75870c776b00c0ff [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" "697b0e66c0ba80f73511963e770f1232a3b1cc0a421c8fbc75870c776b00c0ff", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.43 [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Checking num-integer v0.1.39 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking num-iter v0.1.37 [INFO] [stderr] Checking rand v0.4.3 [INFO] [stderr] Checking time v0.1.40 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Compiling ncurses v5.94.0 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking stopwatch v0.0.7 [INFO] [stderr] Checking r2wc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/connection/peer.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn new(stream: TcpStream, who: String) -> Peer { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `set_server_port` [INFO] [stdout] --> src/connection.rs:58:8 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn set_server_port() -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `connect_server` [INFO] [stdout] --> src/connection.rs:74:8 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn connect_server() -> TcpStream { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new_connection` [INFO] [stdout] --> src/connection.rs:96:12 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn new_connection(msg_size: usize, taken: Option) -> Connection { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new_client_connection` [INFO] [stdout] --> src/connection.rs:129:12 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn new_client_connection(msg_size: usize) -> Connection { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `await_client` [INFO] [stdout] --> src/connection.rs:143:12 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn await_client(&mut self, server: &TcpListener) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/connection/peer.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn new(stream: TcpStream, who: String) -> Peer { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `set_server_port` [INFO] [stdout] --> src/connection.rs:58:8 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn set_server_port() -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `connect_server` [INFO] [stdout] --> src/connection.rs:74:8 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn connect_server() -> TcpStream { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new_connection` [INFO] [stdout] --> src/connection.rs:96:12 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn new_connection(msg_size: usize, taken: Option) -> Connection { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new_client_connection` [INFO] [stdout] --> src/connection.rs:129:12 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn new_client_connection(msg_size: usize) -> Connection { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `await_client` [INFO] [stdout] --> src/connection.rs:143:12 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn await_client(&mut self, server: &TcpListener) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_client` [INFO] [stdout] --> src/connection/peer.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn get_client(server: &TcpListener) -> Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `set_port` [INFO] [stdout] --> src/connection.rs:29:8 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn set_port() -> String { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `create_server` [INFO] [stdout] --> src/connection.rs:45:8 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn create_server() -> TcpListener { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_peer` [INFO] [stdout] --> src/connection.rs:84:12 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn get_peer(&self) -> Option { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new_connection` [INFO] [stdout] --> src/connection.rs:96:12 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn new_connection(msg_size: usize, taken: Option) -> Connection { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new_server_connection` [INFO] [stdout] --> src/connection.rs:111:12 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn new_server_connection(msg_size: usize) -> (Connection, TcpListener) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `await_client` [INFO] [stdout] --> src/connection.rs:143:12 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn await_client(&mut self, server: &TcpListener) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `await_client_timeout` [INFO] [stdout] --> src/connection.rs:162:12 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn await_client_timeout(&mut self, server: &TcpListener) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `reject_other_clients` [INFO] [stdout] --> src/connection.rs:186:12 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn reject_other_clients(&self, server: &TcpListener) -> (bool, Option) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_client` [INFO] [stdout] --> src/connection/peer.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn get_client(server: &TcpListener) -> Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `set_port` [INFO] [stdout] --> src/connection.rs:29:8 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn set_port() -> String { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `create_server` [INFO] [stdout] --> src/connection.rs:45:8 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn create_server() -> TcpListener { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_peer` [INFO] [stdout] --> src/connection.rs:84:12 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn get_peer(&self) -> Option { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new_connection` [INFO] [stdout] --> src/connection.rs:96:12 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn new_connection(msg_size: usize, taken: Option) -> Connection { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new_server_connection` [INFO] [stdout] --> src/connection.rs:111:12 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn new_server_connection(msg_size: usize) -> (Connection, TcpListener) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `await_client` [INFO] [stdout] --> src/connection.rs:143:12 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn await_client(&mut self, server: &TcpListener) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `await_client_timeout` [INFO] [stdout] --> src/connection.rs:162:12 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn await_client_timeout(&mut self, server: &TcpListener) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `reject_other_clients` [INFO] [stdout] --> src/connection.rs:186:12 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn reject_other_clients(&self, server: &TcpListener) -> (bool, Option) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.75s [INFO] running `Command { std: "docker" "inspect" "697b0e66c0ba80f73511963e770f1232a3b1cc0a421c8fbc75870c776b00c0ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "697b0e66c0ba80f73511963e770f1232a3b1cc0a421c8fbc75870c776b00c0ff", kill_on_drop: false }` [INFO] [stdout] 697b0e66c0ba80f73511963e770f1232a3b1cc0a421c8fbc75870c776b00c0ff