[INFO] cloning repository https://github.com/textandfury/briefcache [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/textandfury/briefcache" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftextandfury%2Fbriefcache", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftextandfury%2Fbriefcache'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7bac978a54cd0b2618c6e6cbad5091ef05a7e997 [INFO] checking textandfury/briefcache against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftextandfury%2Fbriefcache" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/textandfury/briefcache on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/textandfury/briefcache [INFO] finished tweaking git repo https://github.com/textandfury/briefcache [INFO] tweaked toml for git repo https://github.com/textandfury/briefcache written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/textandfury/briefcache already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 494b01bf5dbc6e0bee0c77347a9c8eb8b2fabde75169c415f74e86adb8768d17 [INFO] running `Command { std: "docker" "start" "-a" "494b01bf5dbc6e0bee0c77347a9c8eb8b2fabde75169c415f74e86adb8768d17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "494b01bf5dbc6e0bee0c77347a9c8eb8b2fabde75169c415f74e86adb8768d17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "494b01bf5dbc6e0bee0c77347a9c8eb8b2fabde75169c415f74e86adb8768d17", kill_on_drop: false }` [INFO] [stdout] 494b01bf5dbc6e0bee0c77347a9c8eb8b2fabde75169c415f74e86adb8768d17 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b93d4fa1d9d5d1e763712a814751bbb1eb6509b7f935726f9022b603374bbe89 [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" "b93d4fa1d9d5d1e763712a814751bbb1eb6509b7f935726f9022b603374bbe89", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling futures-core v0.3.16 [INFO] [stderr] Compiling futures-task v0.3.16 [INFO] [stderr] Compiling futures-channel v0.3.16 [INFO] [stderr] Checking futures-sink v0.3.16 [INFO] [stderr] Checking futures-io v0.3.16 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Checking linked-hash-map v0.5.4 [INFO] [stderr] Checking bytecount v0.5.1 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Checking ring v0.16.20 [INFO] [stderr] Checking instant v0.1.10 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking lock_api v0.4.4 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking linked_hash_set v0.1.4 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Compiling futures-macro v0.3.16 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Compiling tokio v1.10.0 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Checking succinct v0.4.4 [INFO] [stderr] Checking pdatastructs v0.6.0 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Checking futures-executor v0.3.16 [INFO] [stderr] Checking futures v0.3.16 [INFO] [stderr] Checking briefcache v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `num_stats_in_evict_policy` [INFO] [stdout] --> src/config.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub num_stats_in_evict_policy: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `stats_window_rotation_interval` [INFO] [stdout] --> src/config.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub stats_window_rotation_interval: std::time::Duration, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `DynamicConfig` [INFO] [stdout] --> src/config.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct DynamicConfig { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Store` [INFO] [stdout] --> src/engine/store.rs:18:19 [INFO] [stdout] | [INFO] [stdout] 18 | pub(crate) struct Store { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/engine/store.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn new(static_config: Arc) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `DataTable` [INFO] [stdout] --> src/engine/store.rs:34:8 [INFO] [stdout] | [INFO] [stdout] 34 | struct DataTable { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/engine/store.rs:39:8 [INFO] [stdout] | [INFO] [stdout] 39 | fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_params` [INFO] [stdout] --> src/engine/store.rs:56:12 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn from_params( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `namespace_as_base64urlnopad` [INFO] [stdout] --> src/engine/store.rs:81:12 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn namespace_as_base64urlnopad(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FullyCached` [INFO] [stdout] --> src/engine/store.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | FullyCached(Arc), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `CacheFilling` [INFO] [stdout] --> src/engine/store.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | CacheFilling(Arc, Arc), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_cached` [INFO] [stdout] --> src/engine/store.rs:95:12 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn is_cached(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_cachefilling` [INFO] [stdout] --> src/engine/store.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn is_cachefilling(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `streaming_to_fully_cached` [INFO] [stdout] --> src/engine/store.rs:115:8 [INFO] [stdout] | [INFO] [stdout] 115 | fn streaming_to_fully_cached(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Get` [INFO] [stdout] --> src/engine/store.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 124 | Get, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Post` [INFO] [stdout] --> src/engine/store.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | Post, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Put` [INFO] [stdout] --> src/engine/store.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | Put, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `TtlMapVal` [INFO] [stdout] --> src/engine/store.rs:129:6 [INFO] [stdout] | [INFO] [stdout] 129 | enum TtlMapVal { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `EvictPolicy` [INFO] [stdout] --> src/engine/store.rs:134:8 [INFO] [stdout] | [INFO] [stdout] 134 | struct EvictPolicy { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/engine/store.rs:142:8 [INFO] [stdout] | [INFO] [stdout] 142 | fn new(static_config: Arc) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `score` [INFO] [stdout] --> src/engine/store.rs:154:8 [INFO] [stdout] | [INFO] [stdout] 154 | fn score(&self, key: Arc) -> f64 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `rotate` [INFO] [stdout] --> src/engine/store.rs:163:8 [INFO] [stdout] | [INFO] [stdout] 163 | fn rotate(&mut self) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `plus_one` [INFO] [stdout] --> src/engine/store.rs:173:8 [INFO] [stdout] | [INFO] [stdout] 173 | fn plus_one(&mut self, key: Arc) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_unix_epoch_millis` [INFO] [stdout] --> src/engine/store.rs:185:12 [INFO] [stdout] | [INFO] [stdout] 185 | pub fn from_unix_epoch_millis( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_millis_from_now` [INFO] [stdout] --> src/engine/store.rs:194:12 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn from_millis_from_now(millis_from_now: u64) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_sec_from_now` [INFO] [stdout] --> src/engine/store.rs:198:12 [INFO] [stdout] | [INFO] [stdout] 198 | pub fn from_sec_from_now(sec_from_now: u64) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `construct` [INFO] [stdout] --> src/engine/store.rs:202:8 [INFO] [stdout] | [INFO] [stdout] 202 | fn construct(start: SystemTime, delta: Duration) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/engine/stream.rs:47:19 [INFO] [stdout] | [INFO] [stdout] 47 | pub(crate) fn new(config: Arc) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `register_src_io_error` [INFO] [stdout] --> src/engine/stream.rs:76:8 [INFO] [stdout] | [INFO] [stdout] 76 | fn register_src_io_error(&mut self, src_err: ErrorKind) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/engine/stream.rs:220:12 [INFO] [stdout] | [INFO] [stdout] 220 | pub fn new(ss: &ShareableSegments) -> Arc { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `stats_window_rotation_interval` [INFO] [stdout] --> src/config.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub stats_window_rotation_interval: std::time::Duration, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `DynamicConfig` [INFO] [stdout] --> src/config.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) struct DynamicConfig { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Store` [INFO] [stdout] --> src/engine/store.rs:18:19 [INFO] [stdout] | [INFO] [stdout] 18 | pub(crate) struct Store { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/engine/store.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn new(static_config: Arc) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `DataTable` [INFO] [stdout] --> src/engine/store.rs:34:8 [INFO] [stdout] | [INFO] [stdout] 34 | struct DataTable { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/engine/store.rs:39:8 [INFO] [stdout] | [INFO] [stdout] 39 | fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FullyCached` [INFO] [stdout] --> src/engine/store.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | FullyCached(Arc), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `CacheFilling` [INFO] [stdout] --> src/engine/store.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | CacheFilling(Arc, Arc), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_cached` [INFO] [stdout] --> src/engine/store.rs:95:12 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn is_cached(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_cachefilling` [INFO] [stdout] --> src/engine/store.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn is_cachefilling(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `streaming_to_fully_cached` [INFO] [stdout] --> src/engine/store.rs:115:8 [INFO] [stdout] | [INFO] [stdout] 115 | fn streaming_to_fully_cached(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `TtlMapVal` [INFO] [stdout] --> src/engine/store.rs:129:6 [INFO] [stdout] | [INFO] [stdout] 129 | enum TtlMapVal { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `last_rotated` [INFO] [stdout] --> src/engine/store.rs:136:5 [INFO] [stdout] | [INFO] [stdout] 136 | last_rotated: SystemTime, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `lru` [INFO] [stdout] --> src/engine/store.rs:137:5 [INFO] [stdout] | [INFO] [stdout] 137 | lru: LinkedHashSet>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `plus_one` [INFO] [stdout] --> src/engine/store.rs:173:8 [INFO] [stdout] | [INFO] [stdout] 173 | fn plus_one(&mut self, key: Arc) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_unix_epoch_millis` [INFO] [stdout] --> src/engine/store.rs:185:12 [INFO] [stdout] | [INFO] [stdout] 185 | pub fn from_unix_epoch_millis( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_millis_from_now` [INFO] [stdout] --> src/engine/store.rs:194:12 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn from_millis_from_now(millis_from_now: u64) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_sec_from_now` [INFO] [stdout] --> src/engine/store.rs:198:12 [INFO] [stdout] | [INFO] [stdout] 198 | pub fn from_sec_from_now(sec_from_now: u64) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `construct` [INFO] [stdout] --> src/engine/store.rs:202:8 [INFO] [stdout] | [INFO] [stdout] 202 | fn construct(start: SystemTime, delta: Duration) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.03s [INFO] running `Command { std: "docker" "inspect" "b93d4fa1d9d5d1e763712a814751bbb1eb6509b7f935726f9022b603374bbe89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b93d4fa1d9d5d1e763712a814751bbb1eb6509b7f935726f9022b603374bbe89", kill_on_drop: false }` [INFO] [stdout] b93d4fa1d9d5d1e763712a814751bbb1eb6509b7f935726f9022b603374bbe89