[INFO] fetching crate profilr-db 0.1.0...
[INFO] testing profilr-db-0.1.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate profilr-db 0.1.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate profilr-db 0.1.0
[INFO] finished tweaking crates.io crate profilr-db 0.1.0
[INFO] tweaked toml for crates.io crate profilr-db 0.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate profilr-db 0.1.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate profilr-db 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded smallvec v1.13.1
[INFO] [stderr]   Downloaded proc-macro2 v1.0.78
[INFO] [stderr]   Downloaded memchr v2.7.1
[INFO] [stderr]   Downloaded anyhow v1.0.80
[INFO] [stderr]   Downloaded syn v2.0.52
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9c590730541a4337d51d9026f34c14a70c7164641f1ec7a344e8e3bc8440e834
[INFO] running `Command { std: "docker" "start" "-a" "9c590730541a4337d51d9026f34c14a70c7164641f1ec7a344e8e3bc8440e834", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9c590730541a4337d51d9026f34c14a70c7164641f1ec7a344e8e3bc8440e834", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c590730541a4337d51d9026f34c14a70c7164641f1ec7a344e8e3bc8440e834", kill_on_drop: false }`
[INFO] [stdout] 9c590730541a4337d51d9026f34c14a70c7164641f1ec7a344e8e3bc8440e834
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e77f5045944aa8dd6ed24c6ecc4d7c757a988b4e1c88ad0817c07951ace097af
[INFO] running `Command { std: "docker" "start" "-a" "e77f5045944aa8dd6ed24c6ecc4d7c757a988b4e1c88ad0817c07951ace097af", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling smallvec v1.13.1
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling anyhow v1.0.80
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]    Compiling is-terminal v0.4.12
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling socket2 v0.5.6
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling tokio v1.36.0
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling pretty_env_logger v0.5.0
[INFO] [stderr]    Compiling profilr-db v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `dashmap::DashMap`
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use dashmap::DashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fs::read`
[INFO] [stdout]  --> src/main.rs:3:33
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::{collections::HashMap, fs::read};
[INFO] [stdout]   |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Map` and `TimeSeries` are never constructed
[INFO] [stdout]  --> src/main.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | enum ProfileType {
[INFO] [stdout]   |      ----------- variants in this enum
[INFO] [stdout] 8 |     Map,
[INFO] [stdout]   |     ^^^
[INFO] [stdout] 9 |     TimeSeries,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ProfileType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `extinct` and `content` are never read
[INFO] [stdout]   --> src/main.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | struct Profile {
[INFO] [stdout]    |        ------- fields in this struct
[INFO] [stdout] 14 |     extinct: u64,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 15 |     line: Option<u64>,
[INFO] [stdout] 16 |     content: Box<HashMap<String, Box<ProfileType>>>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Profile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]   --> src/main.rs:20:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl Profile {
[INFO] [stdout]    | ------------ associated function in this implementation
[INFO] [stdout] 20 |     fn from(hs: HashMap<String, Box<ProfileType>>) -> Self {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `path` is never read
[INFO] [stdout]   --> src/main.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | struct Database {
[INFO] [stdout]    |        -------- field in this struct
[INFO] [stdout] 38 |     store: RwLock<HashMap<String, Profile>>,
[INFO] [stdout] 39 |     path: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Database` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `dump` is never used
[INFO] [stdout]   --> src/main.rs:68:14
[INFO] [stdout]    |
[INFO] [stdout] 45 | impl Database {
[INFO] [stdout]    | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 68 |     async fn dump(&self) -> Result<bool> {
[INFO] [stdout]    |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.91s
[INFO] running `Command { std: "docker" "inspect" "e77f5045944aa8dd6ed24c6ecc4d7c757a988b4e1c88ad0817c07951ace097af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e77f5045944aa8dd6ed24c6ecc4d7c757a988b4e1c88ad0817c07951ace097af", kill_on_drop: false }`
[INFO] [stdout] e77f5045944aa8dd6ed24c6ecc4d7c757a988b4e1c88ad0817c07951ace097af
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d163186b4bd23f8ae0c9c51cd87184e914e39f65b17643700e7e3b031f22eaf2
[INFO] running `Command { std: "docker" "start" "-a" "d163186b4bd23f8ae0c9c51cd87184e914e39f65b17643700e7e3b031f22eaf2", kill_on_drop: false }`
[INFO] [stderr]    Compiling profilr-db v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `dashmap::DashMap`
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use dashmap::DashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fs::read`
[INFO] [stdout]  --> src/main.rs:3:33
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::{collections::HashMap, fs::read};
[INFO] [stdout]   |                                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Map` and `TimeSeries` are never constructed
[INFO] [stdout]  --> src/main.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | enum ProfileType {
[INFO] [stdout]   |      ----------- variants in this enum
[INFO] [stdout] 8 |     Map,
[INFO] [stdout]   |     ^^^
[INFO] [stdout] 9 |     TimeSeries,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ProfileType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `extinct` and `content` are never read
[INFO] [stdout]   --> src/main.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | struct Profile {
[INFO] [stdout]    |        ------- fields in this struct
[INFO] [stdout] 14 |     extinct: u64,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 15 |     line: Option<u64>,
[INFO] [stdout] 16 |     content: Box<HashMap<String, Box<ProfileType>>>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Profile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]   --> src/main.rs:20:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl Profile {
[INFO] [stdout]    | ------------ associated function in this implementation
[INFO] [stdout] 20 |     fn from(hs: HashMap<String, Box<ProfileType>>) -> Self {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `path` is never read
[INFO] [stdout]   --> src/main.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | struct Database {
[INFO] [stdout]    |        -------- field in this struct
[INFO] [stdout] 38 |     store: RwLock<HashMap<String, Profile>>,
[INFO] [stdout] 39 |     path: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Database` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `dump` is never used
[INFO] [stdout]   --> src/main.rs:68:14
[INFO] [stdout]    |
[INFO] [stdout] 45 | impl Database {
[INFO] [stdout]    | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 68 |     async fn dump(&self) -> Result<bool> {
[INFO] [stdout]    |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.67s
[INFO] running `Command { std: "docker" "inspect" "d163186b4bd23f8ae0c9c51cd87184e914e39f65b17643700e7e3b031f22eaf2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d163186b4bd23f8ae0c9c51cd87184e914e39f65b17643700e7e3b031f22eaf2", kill_on_drop: false }`
[INFO] [stdout] d163186b4bd23f8ae0c9c51cd87184e914e39f65b17643700e7e3b031f22eaf2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d1647e719e788962fed27dbb609ced3c07ea83880d7bffbc2a1158556ce0c3fc
[INFO] running `Command { std: "docker" "start" "-a" "d1647e719e788962fed27dbb609ced3c07ea83880d7bffbc2a1158556ce0c3fc", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `dashmap::DashMap`
[INFO] [stderr]  --> src/main.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use dashmap::DashMap;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `fs::read`
[INFO] [stderr]  --> src/main.rs:3:33
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::{collections::HashMap, fs::read};
[INFO] [stderr]   |                                 ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variants `Map` and `TimeSeries` are never constructed
[INFO] [stderr]  --> src/main.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | enum ProfileType {
[INFO] [stderr]   |      ----------- variants in this enum
[INFO] [stderr] 8 |     Map,
[INFO] [stderr]   |     ^^^
[INFO] [stderr] 9 |     TimeSeries,
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `ProfileType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `extinct` and `content` are never read
[INFO] [stderr]   --> src/main.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr] 13 | struct Profile {
[INFO] [stderr]    |        ------- fields in this struct
[INFO] [stderr] 14 |     extinct: u64,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr] 15 |     line: Option<u64>,
[INFO] [stderr] 16 |     content: Box<HashMap<String, Box<ProfileType>>>,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Profile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `from` is never used
[INFO] [stderr]   --> src/main.rs:20:8
[INFO] [stderr]    |
[INFO] [stderr] 19 | impl Profile {
[INFO] [stderr]    | ------------ associated function in this implementation
[INFO] [stderr] 20 |     fn from(hs: HashMap<String, Box<ProfileType>>) -> Self {
[INFO] [stderr]    |        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `path` is never read
[INFO] [stderr]   --> src/main.rs:39:5
[INFO] [stderr]    |
[INFO] [stderr] 37 | struct Database {
[INFO] [stderr]    |        -------- field in this struct
[INFO] [stderr] 38 |     store: RwLock<HashMap<String, Profile>>,
[INFO] [stderr] 39 |     path: String,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Database` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: method `dump` is never used
[INFO] [stderr]   --> src/main.rs:68:14
[INFO] [stderr]    |
[INFO] [stderr] 45 | impl Database {
[INFO] [stderr]    | ------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 68 |     async fn dump(&self) -> Result<bool> {
[INFO] [stderr]    |              ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `profilr-db` (bin "profilr-db" test) generated 7 warnings (run `cargo fix --bin "profilr-db" --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/profilr_db-08d707e5c745e10f)
[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" "d1647e719e788962fed27dbb609ced3c07ea83880d7bffbc2a1158556ce0c3fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1647e719e788962fed27dbb609ced3c07ea83880d7bffbc2a1158556ce0c3fc", kill_on_drop: false }`
[INFO] [stdout] d1647e719e788962fed27dbb609ced3c07ea83880d7bffbc2a1158556ce0c3fc
