[INFO] updating cached repository https://github.com/yuer1727/common-log-server [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 326b5a64973782b34a485968dcccc03e16bd7651 [INFO] checking yuer1727/common-log-server against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuer1727%2Fcommon-log-server" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yuer1727/common-log-server on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/yuer1727/common-log-server [INFO] finished tweaking git repo https://github.com/yuer1727/common-log-server [INFO] tweaked toml for git repo https://github.com/yuer1727/common-log-server written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/yuer1727/common-log-server already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] dee13b520bcedc17893b5ebc5c8e6694c684b91e2296da7e4313071ceef04d6d [INFO] running `"docker" "start" "-a" "dee13b520bcedc17893b5ebc5c8e6694c684b91e2296da7e4313071ceef04d6d"` [INFO] [stderr] Compiling smallvec v1.1.0 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Checking log-mdc v0.1.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking thread-id v3.3.0 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Checking num-integer v0.1.42 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking cookie v0.11.1 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking serde_json v1.0.45 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Compiling unicode-normalization v0.1.11 [INFO] [stderr] Checking serde-value v0.6.0 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking log4rs v0.10.0 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Compiling devise_core v0.2.0 [INFO] [stderr] Compiling pear_codegen v0.1.2 [INFO] [stderr] Compiling devise_codegen v0.2.0 [INFO] [stderr] Compiling devise v0.2.0 [INFO] [stderr] Compiling pear v0.1.2 [INFO] [stderr] Checking rocket_http v0.4.2 [INFO] [stderr] Compiling rocket_codegen v0.4.2 [INFO] [stderr] Checking rocket v0.4.2 [INFO] [stderr] Checking rocket_contrib v0.4.2 [INFO] [stderr] Checking common_util-simplelog-server v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: field is never read: `n_workers` [INFO] [stderr] --> src/simplethreadpool/simplethreadpool.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | n_workers: usize, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable `accessLog` should have a snake case name [INFO] [stderr] --> src/simplelog/access_log.rs:39:13 [INFO] [stderr] | [INFO] [stderr] 39 | let accessLog = AccessLog::new(start_time, service_name.as_str(), request, response); [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `access_log` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `getThreadPoolWithoutNone` should have a snake case name [INFO] [stderr] --> src/simplethreadpool/simplethreadpool.rs:19:8 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn getThreadPoolWithoutNone(pool_name: &str) -> &Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_thread_pool_without_none` [INFO] [stderr] [INFO] [stderr] warning: function `getThreadPool` should have a snake case name [INFO] [stderr] --> src/simplethreadpool/simplethreadpool.rs:27:8 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn getThreadPool(pool_name: &str) -> Option<&Box> { [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_thread_pool` [INFO] [stderr] [INFO] [stderr] warning: field is never read: `n_workers` [INFO] [stderr] --> src/simplethreadpool/simplethreadpool.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | n_workers: usize, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable `accessLog` should have a snake case name [INFO] [stderr] --> src/simplelog/access_log.rs:39:13 [INFO] [stderr] | [INFO] [stderr] 39 | let accessLog = AccessLog::new(start_time, service_name.as_str(), request, response); [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `access_log` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `getThreadPoolWithoutNone` should have a snake case name [INFO] [stderr] --> src/simplethreadpool/simplethreadpool.rs:19:8 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn getThreadPoolWithoutNone(pool_name: &str) -> &Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_thread_pool_without_none` [INFO] [stderr] [INFO] [stderr] warning: function `getThreadPool` should have a snake case name [INFO] [stderr] --> src/simplethreadpool/simplethreadpool.rs:27:8 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn getThreadPool(pool_name: &str) -> Option<&Box> { [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_thread_pool` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 35s [INFO] running `"docker" "inspect" "dee13b520bcedc17893b5ebc5c8e6694c684b91e2296da7e4313071ceef04d6d"` [INFO] running `"docker" "rm" "-f" "dee13b520bcedc17893b5ebc5c8e6694c684b91e2296da7e4313071ceef04d6d"` [INFO] [stdout] dee13b520bcedc17893b5ebc5c8e6694c684b91e2296da7e4313071ceef04d6d