[INFO] fetching crate qdplot 0.1.1...
[INFO] testing qdplot-0.1.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate qdplot 0.1.1 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate qdplot 0.1.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate qdplot 0.1.1
[INFO] tweaked toml for crates.io crate qdplot 0.1.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate qdplot 0.1.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate qdplot 0.1.1 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3db88042afae851f22ad725d4f8db399b7bbf6f201827ac591e843d351a9b75a
[INFO] running `Command { std: "docker" "start" "-a" "3db88042afae851f22ad725d4f8db399b7bbf6f201827ac591e843d351a9b75a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3db88042afae851f22ad725d4f8db399b7bbf6f201827ac591e843d351a9b75a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3db88042afae851f22ad725d4f8db399b7bbf6f201827ac591e843d351a9b75a", kill_on_drop: false }`
[INFO] [stdout] 3db88042afae851f22ad725d4f8db399b7bbf6f201827ac591e843d351a9b75a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 02d382b5f29f886974d38a317164da84dba8cb482c8056f4420a33a51bc0265f
[INFO] running `Command { std: "docker" "start" "-a" "02d382b5f29f886974d38a317164da84dba8cb482c8056f4420a33a51bc0265f", kill_on_drop: false }`
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling clap_builder v4.5.37
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling clap v4.5.37
[INFO] [stderr]    Compiling qdplot v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `line`
[INFO] [stdout]    --> src/lib.rs:126:32
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn get_mut_cell(&mut self, line: usize, column: usize) -> Option<&mut u8> {
[INFO] [stdout]     |                                ^^^^ help: if this is intentional, prefix it with an underscore: `_line`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `column`
[INFO] [stdout]    --> src/lib.rs:126:45
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn get_mut_cell(&mut self, line: usize, column: usize) -> Option<&mut u8> {
[INFO] [stdout]     |                                             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_column`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_mut_cell` and `get_mut_value` are never used
[INFO] [stdout]    --> src/lib.rs:126:8
[INFO] [stdout]     |
[INFO] [stdout]  66 | impl Canvas {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 126 |     fn get_mut_cell(&mut self, line: usize, column: usize) -> Option<&mut u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     fn get_mut_value(&mut self, x: f64, y: f64) -> Option<&mut u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_frequency` is never used
[INFO] [stdout]    --> src/lib.rs:433:8
[INFO] [stdout]     |
[INFO] [stdout] 370 | impl Histogram {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 433 |     fn get_frequency(&self, x: f64) -> Option<f64> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_quantiles` and `get_cumulatives` are never used
[INFO] [stdout]    --> src/lib.rs:623:8
[INFO] [stdout]     |
[INFO] [stdout] 462 | impl DataSet {
[INFO] [stdout]     | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 623 |     fn get_quantiles(&self) -> HashMap<String, Option<Quantiles>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 629 |     fn get_cumulatives(&self) -> HashMap<String, Option<Vec<(f64, f64)>>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.60s
[INFO] running `Command { std: "docker" "inspect" "02d382b5f29f886974d38a317164da84dba8cb482c8056f4420a33a51bc0265f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02d382b5f29f886974d38a317164da84dba8cb482c8056f4420a33a51bc0265f", kill_on_drop: false }`
[INFO] [stdout] 02d382b5f29f886974d38a317164da84dba8cb482c8056f4420a33a51bc0265f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0acf9e48e3e3180c7ac734e8ba13b7b1dd5a68818fdad4489700feaa4eac3628
[INFO] running `Command { std: "docker" "start" "-a" "0acf9e48e3e3180c7ac734e8ba13b7b1dd5a68818fdad4489700feaa4eac3628", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `line`
[INFO] [stdout]    --> src/lib.rs:126:32
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn get_mut_cell(&mut self, line: usize, column: usize) -> Option<&mut u8> {
[INFO] [stdout]     |                                ^^^^ help: if this is intentional, prefix it with an underscore: `_line`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `column`
[INFO] [stdout]    --> src/lib.rs:126:45
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn get_mut_cell(&mut self, line: usize, column: usize) -> Option<&mut u8> {
[INFO] [stdout]     |                                             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_column`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_mut_cell` and `get_mut_value` are never used
[INFO] [stdout]    --> src/lib.rs:126:8
[INFO] [stdout]     |
[INFO] [stdout]  66 | impl Canvas {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 126 |     fn get_mut_cell(&mut self, line: usize, column: usize) -> Option<&mut u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     fn get_mut_value(&mut self, x: f64, y: f64) -> Option<&mut u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_frequency` is never used
[INFO] [stdout]    --> src/lib.rs:433:8
[INFO] [stdout]     |
[INFO] [stdout] 370 | impl Histogram {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 433 |     fn get_frequency(&self, x: f64) -> Option<f64> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_quantiles` and `get_cumulatives` are never used
[INFO] [stdout]    --> src/lib.rs:623:8
[INFO] [stdout]     |
[INFO] [stdout] 462 | impl DataSet {
[INFO] [stdout]     | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 623 |     fn get_quantiles(&self) -> HashMap<String, Option<Quantiles>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 629 |     fn get_cumulatives(&self) -> HashMap<String, Option<Vec<(f64, f64)>>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling qdplot v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `line`
[INFO] [stdout]    --> src/lib.rs:126:32
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn get_mut_cell(&mut self, line: usize, column: usize) -> Option<&mut u8> {
[INFO] [stdout]     |                                ^^^^ help: if this is intentional, prefix it with an underscore: `_line`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `column`
[INFO] [stdout]    --> src/lib.rs:126:45
[INFO] [stdout]     |
[INFO] [stdout] 126 |     fn get_mut_cell(&mut self, line: usize, column: usize) -> Option<&mut u8> {
[INFO] [stdout]     |                                             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_column`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_mut_cell` and `get_mut_value` are never used
[INFO] [stdout]    --> src/lib.rs:126:8
[INFO] [stdout]     |
[INFO] [stdout]  66 | impl Canvas {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 126 |     fn get_mut_cell(&mut self, line: usize, column: usize) -> Option<&mut u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     fn get_mut_value(&mut self, x: f64, y: f64) -> Option<&mut u8> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_frequency` is never used
[INFO] [stdout]    --> src/lib.rs:433:8
[INFO] [stdout]     |
[INFO] [stdout] 370 | impl Histogram {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 433 |     fn get_frequency(&self, x: f64) -> Option<f64> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_quantiles` and `get_cumulatives` are never used
[INFO] [stdout]    --> src/lib.rs:623:8
[INFO] [stdout]     |
[INFO] [stdout] 462 | impl DataSet {
[INFO] [stdout]     | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 623 |     fn get_quantiles(&self) -> HashMap<String, Option<Quantiles>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 629 |     fn get_cumulatives(&self) -> HashMap<String, Option<Vec<(f64, f64)>>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.27s
[INFO] running `Command { std: "docker" "inspect" "0acf9e48e3e3180c7ac734e8ba13b7b1dd5a68818fdad4489700feaa4eac3628", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0acf9e48e3e3180c7ac734e8ba13b7b1dd5a68818fdad4489700feaa4eac3628", kill_on_drop: false }`
[INFO] [stdout] 0acf9e48e3e3180c7ac734e8ba13b7b1dd5a68818fdad4489700feaa4eac3628
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f359d6394f2168dd296537de4c028a522c14d0630a846ee7d2e72cdd74a5665e
[INFO] running `Command { std: "docker" "start" "-a" "f359d6394f2168dd296537de4c028a522c14d0630a846ee7d2e72cdd74a5665e", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `line`
[INFO] [stderr]    --> src/lib.rs:126:32
[INFO] [stderr]     |
[INFO] [stderr] 126 |     fn get_mut_cell(&mut self, line: usize, column: usize) -> Option<&mut u8> {
[INFO] [stderr]     |                                ^^^^ help: if this is intentional, prefix it with an underscore: `_line`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `column`
[INFO] [stderr]    --> src/lib.rs:126:45
[INFO] [stderr]     |
[INFO] [stderr] 126 |     fn get_mut_cell(&mut self, line: usize, column: usize) -> Option<&mut u8> {
[INFO] [stderr]     |                                             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_column`
[INFO] [stderr] 
[INFO] [stderr] warning: methods `get_mut_cell` and `get_mut_value` are never used
[INFO] [stderr]    --> src/lib.rs:126:8
[INFO] [stderr]     |
[INFO] [stderr]  66 | impl Canvas {
[INFO] [stderr]     | ----------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 126 |     fn get_mut_cell(&mut self, line: usize, column: usize) -> Option<&mut u8> {
[INFO] [stderr]     |        ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 139 |     fn get_mut_value(&mut self, x: f64, y: f64) -> Option<&mut u8> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `get_frequency` is never used
[INFO] [stderr]    --> src/lib.rs:433:8
[INFO] [stderr]     |
[INFO] [stderr] 370 | impl Histogram {
[INFO] [stderr]     | -------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 433 |     fn get_frequency(&self, x: f64) -> Option<f64> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `get_quantiles` and `get_cumulatives` are never used
[INFO] [stderr]    --> src/lib.rs:623:8
[INFO] [stderr]     |
[INFO] [stderr] 462 | impl DataSet {
[INFO] [stderr]     | ------------ methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 623 |     fn get_quantiles(&self) -> HashMap<String, Option<Quantiles>> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 629 |     fn get_cumulatives(&self) -> HashMap<String, Option<Vec<(f64, f64)>>> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `qdplot` (lib) generated 5 warnings (run `cargo fix --lib -p qdplot` to apply 2 suggestions)
[INFO] [stderr] warning: `qdplot` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/qdplot-3b790ce7a5d72394)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tests::dataset_csv ... ok
[INFO] [stdout] test tests::hist_values ... ok
[INFO] [stdout] test tests::quantiles ... ok
[INFO] [stdout] test tests::hist_empty ... ok
[INFO] [stdout] test tests::value_getter ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/qdplot-bea2c61ae7d1c02e)
[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] [stderr]    Doc-tests qdplot
[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" "f359d6394f2168dd296537de4c028a522c14d0630a846ee7d2e72cdd74a5665e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f359d6394f2168dd296537de4c028a522c14d0630a846ee7d2e72cdd74a5665e", kill_on_drop: false }`
[INFO] [stdout] f359d6394f2168dd296537de4c028a522c14d0630a846ee7d2e72cdd74a5665e
