[INFO] cloning repository https://github.com/rickard1117/yimu [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rickard1117/yimu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frickard1117%2Fyimu", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frickard1117%2Fyimu'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 53951f489da9e1664008e849ab606b7dbe65253e [INFO] testing rickard1117/yimu against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frickard1117%2Fyimu" "/workspace/builds/worker-21/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-21/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rickard1117/yimu 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/rickard1117/yimu [INFO] finished tweaking git repo https://github.com/rickard1117/yimu [INFO] tweaked toml for git repo https://github.com/rickard1117/yimu written to /workspace/builds/worker-21/source/Cargo.toml [INFO] crate git repo https://github.com/rickard1117/yimu 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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] 1a1026458e0de0b5b505c2f031f64a2d5706d1ee8097374c8441faeb888ddc63 [INFO] running `Command { std: "docker" "start" "-a" "1a1026458e0de0b5b505c2f031f64a2d5706d1ee8097374c8441faeb888ddc63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1a1026458e0de0b5b505c2f031f64a2d5706d1ee8097374c8441faeb888ddc63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a1026458e0de0b5b505c2f031f64a2d5706d1ee8097374c8441faeb888ddc63", kill_on_drop: false }` [INFO] [stdout] 1a1026458e0de0b5b505c2f031f64a2d5706d1ee8097374c8441faeb888ddc63 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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] 0a5999f1d8359aed831883a77be76a785acb67e6bafedfc193e2322fddaddfea [INFO] running `Command { std: "docker" "start" "-a" "0a5999f1d8359aed831883a77be76a785acb67e6bafedfc193e2322fddaddfea", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling tcp-server v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> src/buffer.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | data: [u8; BUFFER_SIZE], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Buffer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/buffer.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cap` [INFO] [stdout] --> src/buffer.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | cap: usize, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Buffer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/buffer.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/buffer.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn new() -> Buffer { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `len` [INFO] [stdout] --> src/buffer.rs:17:18 [INFO] [stdout] | [INFO] [stdout] 17 | pub const fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `capacity` [INFO] [stdout] --> src/buffer.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | pub const fn capacity(&self) -> usize { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `append` [INFO] [stdout] --> src/buffer.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn append(&mut self, slice: &[u8]) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `data` [INFO] [stdout] --> src/buffer.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn data(&self) -> &[u8] { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `FileUtil` [INFO] [stdout] --> src/file.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct FileUtil { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/file.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(path: &String) -> FileUtil { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write` [INFO] [stdout] --> src/file.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn write(&mut self, data: &[u8]) -> std::io::Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `setOutput` [INFO] [stdout] --> src/logger.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn setOutput(f: fn(&String)) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `TRACE` [INFO] [stdout] --> src/logger.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | TRACE = 1, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LogLevel` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/logger.rs:57:16 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `WARN` [INFO] [stdout] --> src/logger.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | WARN, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LogLevel` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/logger.rs:57:16 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ERROR` [INFO] [stdout] --> src/logger.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | ERROR, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LogLevel` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/logger.rs:57:16 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FATAL` [INFO] [stdout] --> src/logger.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | FATAL, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LogLevel` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/logger.rs:57:16 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `DefaultOutput` should have a snake case name [INFO] [stdout] --> src/logger.rs:3:4 [INFO] [stdout] | [INFO] [stdout] 3 | fn DefaultOutput(content: &String) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `default_output` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `g_log_output` should have an upper case name [INFO] [stdout] --> src/logger.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | static mut g_log_output: fn(&String) = DefaultOutput; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `G_LOG_OUTPUT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `g_log_level` should have an upper case name [INFO] [stdout] --> src/logger.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | static mut g_log_level: LogLevel = LogLevel::DEBUG; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `G_LOG_LEVEL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `setOutput` should have a snake case name [INFO] [stdout] --> src/logger.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn setOutput(f: fn(&String)) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `set_output` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `setLevel` should have a snake case name [INFO] [stdout] --> src/logger.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn setLevel(level: LogLevel) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `set_level` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.85s [INFO] running `Command { std: "docker" "inspect" "0a5999f1d8359aed831883a77be76a785acb67e6bafedfc193e2322fddaddfea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a5999f1d8359aed831883a77be76a785acb67e6bafedfc193e2322fddaddfea", kill_on_drop: false }` [INFO] [stdout] 0a5999f1d8359aed831883a77be76a785acb67e6bafedfc193e2322fddaddfea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aa1003fb4c3ee836f8fc171bf484a9d3c3a97738a71be0948bc0cc1919e514be [INFO] running `Command { std: "docker" "start" "-a" "aa1003fb4c3ee836f8fc171bf484a9d3c3a97738a71be0948bc0cc1919e514be", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling tcp-server v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> src/buffer.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | data: [u8; BUFFER_SIZE], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Buffer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/buffer.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cap` [INFO] [stdout] --> src/buffer.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | cap: usize, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Buffer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/buffer.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/buffer.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn new() -> Buffer { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `len` [INFO] [stdout] --> src/buffer.rs:17:18 [INFO] [stdout] | [INFO] [stdout] 17 | pub const fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `capacity` [INFO] [stdout] --> src/buffer.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | pub const fn capacity(&self) -> usize { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `append` [INFO] [stdout] --> src/buffer.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn append(&mut self, slice: &[u8]) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `data` [INFO] [stdout] --> src/buffer.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn data(&self) -> &[u8] { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `FileUtil` [INFO] [stdout] --> src/file.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct FileUtil { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/file.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(path: &String) -> FileUtil { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write` [INFO] [stdout] --> src/file.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn write(&mut self, data: &[u8]) -> std::io::Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `setOutput` [INFO] [stdout] --> src/logger.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn setOutput(f: fn(&String)) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `TRACE` [INFO] [stdout] --> src/logger.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | TRACE = 1, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LogLevel` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/logger.rs:57:16 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `WARN` [INFO] [stdout] --> src/logger.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | WARN, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LogLevel` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/logger.rs:57:16 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ERROR` [INFO] [stdout] --> src/logger.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | ERROR, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LogLevel` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/logger.rs:57:16 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FATAL` [INFO] [stdout] --> src/logger.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | FATAL, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LogLevel` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/logger.rs:57:16 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Copy, Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `DefaultOutput` should have a snake case name [INFO] [stdout] --> src/logger.rs:3:4 [INFO] [stdout] | [INFO] [stdout] 3 | fn DefaultOutput(content: &String) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `default_output` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `g_log_output` should have an upper case name [INFO] [stdout] --> src/logger.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | static mut g_log_output: fn(&String) = DefaultOutput; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `G_LOG_OUTPUT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `g_log_level` should have an upper case name [INFO] [stdout] --> src/logger.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | static mut g_log_level: LogLevel = LogLevel::DEBUG; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `G_LOG_LEVEL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `setOutput` should have a snake case name [INFO] [stdout] --> src/logger.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn setOutput(f: fn(&String)) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `set_output` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `setLevel` should have a snake case name [INFO] [stdout] --> src/logger.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn setLevel(level: LogLevel) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `set_level` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.21s [INFO] running `Command { std: "docker" "inspect" "aa1003fb4c3ee836f8fc171bf484a9d3c3a97738a71be0948bc0cc1919e514be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa1003fb4c3ee836f8fc171bf484a9d3c3a97738a71be0948bc0cc1919e514be", kill_on_drop: false }` [INFO] [stdout] aa1003fb4c3ee836f8fc171bf484a9d3c3a97738a71be0948bc0cc1919e514be [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6e136056dada56035e634d132aa57dff8877957b9968d249cdacfe5868f0d448 [INFO] running `Command { std: "docker" "start" "-a" "6e136056dada56035e634d132aa57dff8877957b9968d249cdacfe5868f0d448", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `data` [INFO] [stderr] --> src/buffer.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | data: [u8; BUFFER_SIZE], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Buffer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/buffer.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `cap` [INFO] [stderr] --> src/buffer.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | cap: usize, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Buffer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/buffer.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/buffer.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | pub fn new() -> Buffer { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `len` [INFO] [stderr] --> src/buffer.rs:17:18 [INFO] [stderr] | [INFO] [stderr] 17 | pub const fn len(&self) -> usize { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `capacity` [INFO] [stderr] --> src/buffer.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | pub const fn capacity(&self) -> usize { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `append` [INFO] [stderr] --> src/buffer.rs:25:12 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn append(&mut self, slice: &[u8]) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `data` [INFO] [stderr] --> src/buffer.rs:39:12 [INFO] [stderr] | [INFO] [stderr] 39 | pub fn data(&self) -> &[u8] { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `FileUtil` [INFO] [stderr] --> src/file.rs:4:12 [INFO] [stderr] | [INFO] [stderr] 4 | pub struct FileUtil { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/file.rs:9:12 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn new(path: &String) -> FileUtil { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `write` [INFO] [stderr] --> src/file.rs:19:12 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn write(&mut self, data: &[u8]) -> std::io::Result<()> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `setOutput` [INFO] [stderr] --> src/logger.rs:13:12 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn setOutput(f: fn(&String)) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `TRACE` [INFO] [stderr] --> src/logger.rs:59:5 [INFO] [stderr] | [INFO] [stderr] 59 | TRACE = 1, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `LogLevel` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/logger.rs:57:16 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `WARN` [INFO] [stderr] --> src/logger.rs:62:5 [INFO] [stderr] | [INFO] [stderr] 62 | WARN, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `LogLevel` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/logger.rs:57:16 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `ERROR` [INFO] [stderr] --> src/logger.rs:63:5 [INFO] [stderr] | [INFO] [stderr] 63 | ERROR, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `LogLevel` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/logger.rs:57:16 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `FATAL` [INFO] [stderr] --> src/logger.rs:64:5 [INFO] [stderr] | [INFO] [stderr] 64 | FATAL, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `LogLevel` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/logger.rs:57:16 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(Copy, Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: function `DefaultOutput` should have a snake case name [INFO] [stderr] --> src/logger.rs:3:4 [INFO] [stderr] | [INFO] [stderr] 3 | fn DefaultOutput(content: &String) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `default_output` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `g_log_output` should have an upper case name [INFO] [stderr] --> src/logger.rs:7:12 [INFO] [stderr] | [INFO] [stderr] 7 | static mut g_log_output: fn(&String) = DefaultOutput; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `G_LOG_OUTPUT` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `g_log_level` should have an upper case name [INFO] [stderr] --> src/logger.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | static mut g_log_level: LogLevel = LogLevel::DEBUG; [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to upper case: `G_LOG_LEVEL` [INFO] [stderr] [INFO] [stderr] warning: method `setOutput` should have a snake case name [INFO] [stderr] --> src/logger.rs:13:12 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn setOutput(f: fn(&String)) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `set_output` [INFO] [stderr] [INFO] [stderr] warning: method `setLevel` should have a snake case name [INFO] [stderr] --> src/logger.rs:19:12 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn setLevel(level: LogLevel) { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `set_level` [INFO] [stderr] [INFO] [stderr] warning: `tcp-server` (bin "tcp-server" test) generated 20 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/tcp_server-87d618c6e6a85b6c) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6e136056dada56035e634d132aa57dff8877957b9968d249cdacfe5868f0d448", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e136056dada56035e634d132aa57dff8877957b9968d249cdacfe5868f0d448", kill_on_drop: false }` [INFO] [stdout] 6e136056dada56035e634d132aa57dff8877957b9968d249cdacfe5868f0d448