[INFO] cloning repository https://github.com/Simon-Bertrand/ohlc-timeserie-db.rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Simon-Bertrand/ohlc-timeserie-db.rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSimon-Bertrand%2Fohlc-timeserie-db.rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSimon-Bertrand%2Fohlc-timeserie-db.rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ee1e99fc1491ad52dd3afe3c0fe4899e487518fb
[INFO] testing Simon-Bertrand/ohlc-timeserie-db.rs against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSimon-Bertrand%2Fohlc-timeserie-db.rs" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Simon-Bertrand/ohlc-timeserie-db.rs
[INFO] finished tweaking git repo https://github.com/Simon-Bertrand/ohlc-timeserie-db.rs
[INFO] tweaked toml for git repo https://github.com/Simon-Bertrand/ohlc-timeserie-db.rs written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Simon-Bertrand/ohlc-timeserie-db.rs on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Simon-Bertrand/ohlc-timeserie-db.rs 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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded itoa v1.0.3
[INFO] [stderr]   Downloaded serde_derive v1.0.138
[INFO] [stderr]   Downloaded ryu v1.0.11
[INFO] [stderr]   Downloaded getrandom v0.2.7
[INFO] [stderr]   Downloaded serde_json v1.0.83
[INFO] [stderr]   Downloaded libc v0.2.127
[INFO] [stderr]   Downloaded rust_decimal v1.25.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5e389a1da647b58b43162c7cc5e6e08868219a403855fe6338ad56243f0833d7
[INFO] running `Command { std: "docker" "start" "-a" "5e389a1da647b58b43162c7cc5e6e08868219a403855fe6338ad56243f0833d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5e389a1da647b58b43162c7cc5e6e08868219a403855fe6338ad56243f0833d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e389a1da647b58b43162c7cc5e6e08868219a403855fe6338ad56243f0833d7", kill_on_drop: false }`
[INFO] [stdout] 5e389a1da647b58b43162c7cc5e6e08868219a403855fe6338ad56243f0833d7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7ad6a1abd5a22d2c7f63b2c6b449695a87994d83bbf3592d234fab0aa43a56f7
[INFO] running `Command { std: "docker" "start" "-a" "7ad6a1abd5a22d2c7f63b2c6b449695a87994d83bbf3592d234fab0aa43a56f7", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling libc v0.2.127
[INFO] [stderr]    Compiling serde_derive v1.0.138
[INFO] [stderr]    Compiling serde v1.0.138
[INFO] [stderr]    Compiling rust_decimal v1.25.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling serde_json v1.0.83
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling itoa v1.0.3
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling timeseries_database v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `datastruct::tspoint::TsPoint`
[INFO] [stdout]  --> src/datastruct/collection/collection.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::{datastruct::tspoint::TsPoint, datastruct::bloc::bloc::Bloc, datastruct::indexmap::indexmap::IndexMap};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `collection::Collection`
[INFO] [stdout]  --> src/system/queryparser.rs:6:44
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::{datastruct::{tspoint::TsPoint, collection::Collection}, indexing::{indexresult::IndexResult, aggregator::Aggregator}, BATCH_S...
[INFO] [stdout]   |                                            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ops::Sub`
[INFO] [stdout]  --> src/sysutils/helpers/helpers.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ops::Sub;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/sysutils/helpers/helpers.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 |         if (a < b) { return *default }
[INFO] [stdout]    |            ^     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 14 -         if (a < b) { return *default }
[INFO] [stdout] 14 +         if a < b { return *default }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/sysutils/helpers/helpers.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 |         if(min<max) {
[INFO] [stdout]    |           ^       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 19 -         if(min<max) {
[INFO] [stdout] 19 +         if min<max {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `width`
[INFO] [stdout]   --> src/indexing/aggregator/aggregator.rs:14:14
[INFO] [stdout]    |
[INFO] [stdout] 14 | fn OHLC_core(width : u64, x : &[TsPoint]) -> TsPoint {
[INFO] [stdout]    |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dataToParse` should have a snake case name
[INFO] [stdout]   --> src/channels/inoutputs/inoutputs.rs:24:27
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn json_to_points(dataToParse : &str) -> Vec<TsPoint> {
[INFO] [stdout]    |                           ^^^^^^^^^^^ help: convert the identifier to snake case: `data_to_parse`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/compression/encodemap/formatter.rs:33:30
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn serialize(bytes : &[u8]) -> Vec<TsPointDataRaw> {
[INFO] [stdout]    |                              ^^^^^         -------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn serialize(bytes : &[u8]) -> Vec<TsPointDataRaw<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `OHLC_core` should have a snake case name
[INFO] [stdout]   --> src/indexing/aggregator/aggregator.rs:14:4
[INFO] [stdout]    |
[INFO] [stdout] 14 | fn OHLC_core(width : u64, x : &[TsPoint]) -> TsPoint {
[INFO] [stdout]    |    ^^^^^^^^^ help: convert the identifier to snake case: `ohlc_core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/system/queryparser.rs:38:31
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn parse_query_string(&self, query_string : &str) -> IndexResult {
[INFO] [stdout]    |                               ^^^^^                          ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn parse_query_string(&self, query_string : &str) -> IndexResult<'_> {
[INFO] [stdout]    |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/system/queryparser.rs:55:39
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn ts_query_string_to_indexresult(&self, query_string : &str, agg : Option<Aggregator>) -> IndexResult {
[INFO] [stdout]    |                                       ^^^^^ this lifetime flows to the output                  ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn ts_query_string_to_indexresult(&self, query_string : &str, agg : Option<Aggregator>) -> IndexResult<'_> {
[INFO] [stdout]    |                                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/system/queryparser.rs:85:42
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn batch_query_string_to_indexresult(&self, query_string : &str) -> IndexResult {
[INFO] [stdout]    |                                          ^^^^^                          ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                                          |
[INFO] [stdout]    |                                          this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn batch_query_string_to_indexresult(&self, query_string : &str) -> IndexResult<'_> {
[INFO] [stdout]    |                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ffi::OsString`
[INFO] [stdout]  --> src/main.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{ffi::OsString};
[INFO] [stdout]   |           ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.99s
[INFO] running `Command { std: "docker" "inspect" "7ad6a1abd5a22d2c7f63b2c6b449695a87994d83bbf3592d234fab0aa43a56f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ad6a1abd5a22d2c7f63b2c6b449695a87994d83bbf3592d234fab0aa43a56f7", kill_on_drop: false }`
[INFO] [stdout] 7ad6a1abd5a22d2c7f63b2c6b449695a87994d83bbf3592d234fab0aa43a56f7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bf8e211da5a92a29b57b820750713524a5bfae7669ec3b744bc57e3ad083f244
[INFO] running `Command { std: "docker" "start" "-a" "bf8e211da5a92a29b57b820750713524a5bfae7669ec3b744bc57e3ad083f244", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `datastruct::tspoint::TsPoint`
[INFO] [stdout]  --> src/datastruct/collection/collection.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::{datastruct::tspoint::TsPoint, datastruct::bloc::bloc::Bloc, datastruct::indexmap::indexmap::IndexMap};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `collection::Collection`
[INFO] [stdout]  --> src/system/queryparser.rs:6:44
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::{datastruct::{tspoint::TsPoint, collection::Collection}, indexing::{indexresult::IndexResult, aggregator::Aggregator}, BATCH_S...
[INFO] [stdout]   |                                            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ops::Sub`
[INFO] [stdout]  --> src/sysutils/helpers/helpers.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ops::Sub;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/sysutils/helpers/helpers.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 |         if (a < b) { return *default }
[INFO] [stdout]    |            ^     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 14 -         if (a < b) { return *default }
[INFO] [stdout] 14 +         if a < b { return *default }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/sysutils/helpers/helpers.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 |         if(min<max) {
[INFO] [stdout]    |           ^       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 19 -         if(min<max) {
[INFO] [stdout] 19 +         if min<max {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `width`
[INFO] [stdout]   --> src/indexing/aggregator/aggregator.rs:14:14
[INFO] [stdout]    |
[INFO] [stdout] 14 | fn OHLC_core(width : u64, x : &[TsPoint]) -> TsPoint {
[INFO] [stdout]    |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dataToParse` should have a snake case name
[INFO] [stdout]   --> src/channels/inoutputs/inoutputs.rs:24:27
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn json_to_points(dataToParse : &str) -> Vec<TsPoint> {
[INFO] [stdout]    |                           ^^^^^^^^^^^ help: convert the identifier to snake case: `data_to_parse`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/compression/encodemap/formatter.rs:33:30
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn serialize(bytes : &[u8]) -> Vec<TsPointDataRaw> {
[INFO] [stdout]    |                              ^^^^^         -------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn serialize(bytes : &[u8]) -> Vec<TsPointDataRaw<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `OHLC_core` should have a snake case name
[INFO] [stdout]   --> src/indexing/aggregator/aggregator.rs:14:4
[INFO] [stdout]    |
[INFO] [stdout] 14 | fn OHLC_core(width : u64, x : &[TsPoint]) -> TsPoint {
[INFO] [stdout]    |    ^^^^^^^^^ help: convert the identifier to snake case: `ohlc_core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/system/queryparser.rs:38:31
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn parse_query_string(&self, query_string : &str) -> IndexResult {
[INFO] [stdout]    |                               ^^^^^                          ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn parse_query_string(&self, query_string : &str) -> IndexResult<'_> {
[INFO] [stdout]    |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/system/queryparser.rs:55:39
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn ts_query_string_to_indexresult(&self, query_string : &str, agg : Option<Aggregator>) -> IndexResult {
[INFO] [stdout]    |                                       ^^^^^ this lifetime flows to the output                  ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn ts_query_string_to_indexresult(&self, query_string : &str, agg : Option<Aggregator>) -> IndexResult<'_> {
[INFO] [stdout]    |                                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling timeseries_database v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/system/queryparser.rs:85:42
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn batch_query_string_to_indexresult(&self, query_string : &str) -> IndexResult {
[INFO] [stdout]    |                                          ^^^^^                          ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                                          |
[INFO] [stdout]    |                                          this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn batch_query_string_to_indexresult(&self, query_string : &str) -> IndexResult<'_> {
[INFO] [stdout]    |                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ffi::OsString`
[INFO] [stdout]  --> src/main.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{ffi::OsString};
[INFO] [stdout]   |           ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ffi::OsString`
[INFO] [stdout]  --> src/main.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{ffi::OsString};
[INFO] [stdout]   |           ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DEFAULT_STEP` and `source::Source`
[INFO] [stdout]  --> tests/write_read_test.rs:5:116
[INFO] [stdout]   |
[INFO] [stdout] 5 | ...t::{collection::Collection, source::Source, tspoint::{TsPoint, TsPointData}}, MAX_LINE_BLOC, DEFAULT_STEP, BATCH_SIZE};
[INFO] [stdout]   |                                ^^^^^^^^^^^^^^                                                   ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `datastruct::tspoint::TsPoint`
[INFO] [stdout]  --> src/datastruct/collection/collection.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::{datastruct::tspoint::TsPoint, datastruct::bloc::bloc::Bloc, datastruct::indexmap::indexmap::IndexMap};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `collection::Collection`
[INFO] [stdout]  --> src/system/queryparser.rs:6:44
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::{datastruct::{tspoint::TsPoint, collection::Collection}, indexing::{indexresult::IndexResult, aggregator::Aggregator}, BATCH_S...
[INFO] [stdout]   |                                            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ops::Sub`
[INFO] [stdout]  --> src/sysutils/helpers/helpers.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ops::Sub;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/sysutils/helpers/helpers.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 |         if (a < b) { return *default }
[INFO] [stdout]    |            ^     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 14 -         if (a < b) { return *default }
[INFO] [stdout] 14 +         if a < b { return *default }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/sysutils/helpers/helpers.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 |         if(min<max) {
[INFO] [stdout]    |           ^       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 19 -         if(min<max) {
[INFO] [stdout] 19 +         if min<max {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> tests/ohlc_aggregation_test.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let mut source : &mut Source = sys.sources.get_mut(&OsString::from("TEST")).unwrap();
[INFO] [stdout]    |         ----^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> tests/query_string_test.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let mut source : &mut Source = sys.sources.get_mut(&OsString::from("TEST")).unwrap();
[INFO] [stdout]    |         ----^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `width`
[INFO] [stdout]   --> src/indexing/aggregator/aggregator.rs:14:14
[INFO] [stdout]    |
[INFO] [stdout] 14 | fn OHLC_core(width : u64, x : &[TsPoint]) -> TsPoint {
[INFO] [stdout]    |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dataToParse` should have a snake case name
[INFO] [stdout]   --> src/channels/inoutputs/inoutputs.rs:24:27
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn json_to_points(dataToParse : &str) -> Vec<TsPoint> {
[INFO] [stdout]    |                           ^^^^^^^^^^^ help: convert the identifier to snake case: `data_to_parse`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/compression/encodemap/formatter.rs:33:30
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn serialize(bytes : &[u8]) -> Vec<TsPointDataRaw> {
[INFO] [stdout]    |                              ^^^^^         -------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn serialize(bytes : &[u8]) -> Vec<TsPointDataRaw<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `OHLC_core` should have a snake case name
[INFO] [stdout]   --> src/indexing/aggregator/aggregator.rs:14:4
[INFO] [stdout]    |
[INFO] [stdout] 14 | fn OHLC_core(width : u64, x : &[TsPoint]) -> TsPoint {
[INFO] [stdout]    |    ^^^^^^^^^ help: convert the identifier to snake case: `ohlc_core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/system/queryparser.rs:38:31
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn parse_query_string(&self, query_string : &str) -> IndexResult {
[INFO] [stdout]    |                               ^^^^^                          ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn parse_query_string(&self, query_string : &str) -> IndexResult<'_> {
[INFO] [stdout]    |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/system/queryparser.rs:55:39
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn ts_query_string_to_indexresult(&self, query_string : &str, agg : Option<Aggregator>) -> IndexResult {
[INFO] [stdout]    |                                       ^^^^^ this lifetime flows to the output                  ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn ts_query_string_to_indexresult(&self, query_string : &str, agg : Option<Aggregator>) -> IndexResult<'_> {
[INFO] [stdout]    |                                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/system/queryparser.rs:85:42
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn batch_query_string_to_indexresult(&self, query_string : &str) -> IndexResult {
[INFO] [stdout]    |                                          ^^^^^                          ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                                          |
[INFO] [stdout]    |                                          this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn batch_query_string_to_indexresult(&self, query_string : &str) -> IndexResult<'_> {
[INFO] [stdout]    |                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.67s
[INFO] running `Command { std: "docker" "inspect" "bf8e211da5a92a29b57b820750713524a5bfae7669ec3b744bc57e3ad083f244", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf8e211da5a92a29b57b820750713524a5bfae7669ec3b744bc57e3ad083f244", kill_on_drop: false }`
[INFO] [stdout] bf8e211da5a92a29b57b820750713524a5bfae7669ec3b744bc57e3ad083f244
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8906ea2e574aa4d117451c0998a86f082671a8c70facb8f7280cc6f386fd2f10
[INFO] running `Command { std: "docker" "start" "-a" "8906ea2e574aa4d117451c0998a86f082671a8c70facb8f7280cc6f386fd2f10", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `datastruct::tspoint::TsPoint`
[INFO] [stderr]  --> src/datastruct/collection/collection.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use crate::{datastruct::tspoint::TsPoint, datastruct::bloc::bloc::Bloc, datastruct::indexmap::indexmap::IndexMap};
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `collection::Collection`
[INFO] [stderr]  --> src/system/queryparser.rs:6:44
[INFO] [stderr]   |
[INFO] [stderr] 6 | use crate::{datastruct::{tspoint::TsPoint, collection::Collection}, indexing::{indexresult::IndexResult, aggregator::Aggregator}, BATCH_S...
[INFO] [stderr]   |                                            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::ops::Sub`
[INFO] [stderr]  --> src/sysutils/helpers/helpers.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::ops::Sub;
[INFO] [stderr]   |     ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]   --> src/sysutils/helpers/helpers.rs:14:12
[INFO] [stderr]    |
[INFO] [stderr] 14 |         if (a < b) { return *default }
[INFO] [stderr]    |            ^     ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 14 -         if (a < b) { return *default }
[INFO] [stderr] 14 +         if a < b { return *default }
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]   --> src/sysutils/helpers/helpers.rs:19:11
[INFO] [stderr]    |
[INFO] [stderr] 19 |         if(min<max) {
[INFO] [stderr]    |           ^       ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 19 -         if(min<max) {
[INFO] [stderr] 19 +         if min<max {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `width`
[INFO] [stderr]   --> src/indexing/aggregator/aggregator.rs:14:14
[INFO] [stderr]    |
[INFO] [stderr] 14 | fn OHLC_core(width : u64, x : &[TsPoint]) -> TsPoint {
[INFO] [stderr]    |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_width`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable `dataToParse` should have a snake case name
[INFO] [stderr]   --> src/channels/inoutputs/inoutputs.rs:24:27
[INFO] [stderr]    |
[INFO] [stderr] 24 |     pub fn json_to_points(dataToParse : &str) -> Vec<TsPoint> {
[INFO] [stderr]    |                           ^^^^^^^^^^^ help: convert the identifier to snake case: `data_to_parse`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/compression/encodemap/formatter.rs:33:30
[INFO] [stderr]    |
[INFO] [stderr] 33 |     pub fn serialize(bytes : &[u8]) -> Vec<TsPointDataRaw> {
[INFO] [stderr]    |                              ^^^^^         -------------- the lifetime gets resolved as `'_`
[INFO] [stderr]    |                              |
[INFO] [stderr]    |                              this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 33 |     pub fn serialize(bytes : &[u8]) -> Vec<TsPointDataRaw<'_>> {
[INFO] [stderr]    |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: function `OHLC_core` should have a snake case name
[INFO] [stderr]   --> src/indexing/aggregator/aggregator.rs:14:4
[INFO] [stderr]    |
[INFO] [stderr] 14 | fn OHLC_core(width : u64, x : &[TsPoint]) -> TsPoint {
[INFO] [stderr]    |    ^^^^^^^^^ help: convert the identifier to snake case: `ohlc_core`
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/system/queryparser.rs:38:31
[INFO] [stderr]    |
[INFO] [stderr] 38 |     pub fn parse_query_string(&self, query_string : &str) -> IndexResult {
[INFO] [stderr]    |                               ^^^^^                          ----------- the lifetime gets resolved as `'_`
[INFO] [stderr]    |                               |
[INFO] [stderr]    |                               this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 38 |     pub fn parse_query_string(&self, query_string : &str) -> IndexResult<'_> {
[INFO] [stderr]    |                                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/system/queryparser.rs:55:39
[INFO] [stderr]    |
[INFO] [stderr] 55 |     fn ts_query_string_to_indexresult(&self, query_string : &str, agg : Option<Aggregator>) -> IndexResult {
[INFO] [stderr]    |                                       ^^^^^ this lifetime flows to the output                  ----------- the lifetime gets resolved as `'_`
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 55 |     fn ts_query_string_to_indexresult(&self, query_string : &str, agg : Option<Aggregator>) -> IndexResult<'_> {
[INFO] [stderr]    |                                                                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/system/queryparser.rs:85:42
[INFO] [stderr]    |
[INFO] [stderr] 85 |     fn batch_query_string_to_indexresult(&self, query_string : &str) -> IndexResult {
[INFO] [stderr]    |                                          ^^^^^                          ----------- the lifetime gets resolved as `'_`
[INFO] [stderr]    |                                          |
[INFO] [stderr]    |                                          this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 85 |     fn batch_query_string_to_indexresult(&self, query_string : &str) -> IndexResult<'_> {
[INFO] [stderr]    |                                                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `timeseries_database` (lib) generated 12 warnings (run `cargo fix --lib -p timeseries_database` to apply 5 suggestions)
[INFO] [stderr] warning: `timeseries_database` (lib test) generated 12 warnings (12 duplicates)
[INFO] [stderr] warning: unused imports: `DEFAULT_STEP` and `source::Source`
[INFO] [stderr]  --> tests/write_read_test.rs:5:116
[INFO] [stderr]   |
[INFO] [stderr] 5 | ...t::{collection::Collection, source::Source, tspoint::{TsPoint, TsPointData}}, MAX_LINE_BLOC, DEFAULT_STEP, BATCH_SIZE};
[INFO] [stderr]   |                                ^^^^^^^^^^^^^^                                                   ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> tests/ohlc_aggregation_test.rs:24:9
[INFO] [stderr]    |
[INFO] [stderr] 24 |     let mut source : &mut Source = sys.sources.get_mut(&OsString::from("TEST")).unwrap();
[INFO] [stderr]    |         ----^^^^^^
[INFO] [stderr]    |         |
[INFO] [stderr]    |         help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `ffi::OsString`
[INFO] [stderr]  --> src/main.rs:1:11
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::{ffi::OsString};
[INFO] [stderr]   |           ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> tests/query_string_test.rs:23:9
[INFO] [stderr]    |
[INFO] [stderr] 23 |     let mut source : &mut Source = sys.sources.get_mut(&OsString::from("TEST")).unwrap();
[INFO] [stderr]    |         ----^^^^^^
[INFO] [stderr]    |         |
[INFO] [stderr]    |         help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `timeseries_database` (test "write_read_test") generated 1 warning (run `cargo fix --test "write_read_test"` to apply 1 suggestion)
[INFO] [stderr] warning: `timeseries_database` (test "ohlc_aggregation_test") generated 1 warning (run `cargo fix --test "ohlc_aggregation_test"` to apply 1 suggestion)
[INFO] [stderr] warning: `timeseries_database` (bin "timeseries_database" test) generated 1 warning (run `cargo fix --bin "timeseries_database" --tests` to apply 1 suggestion)
[INFO] [stderr] warning: `timeseries_database` (test "query_string_test") generated 1 warning (run `cargo fix --test "query_string_test"` to apply 1 suggestion)
[INFO] [stderr] warning: `timeseries_database` (bin "timeseries_database") generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/timeseries_database-d703d5d280419849)
[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]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/timeseries_database-c67d8d35bbfe645f)
[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]      Running tests/ohlc_aggregation_test.rs (/opt/rustwide/target/debug/deps/ohlc_aggregation_test-b15df19cec447c5c)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test ohlc_aggregation_test ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- ohlc_aggregation_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'ohlc_aggregation_test' panicked at src/datastruct/source/source.rs:14:14:
[INFO] [stdout] Could not create Source directory: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63a611413fd2 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63a611413fd2 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63a611413fd2 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x63a611413fd2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x63a61143a3c3 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x63a61143a3c3 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x63a611410e13 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63a611410e13 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x63a611413e22 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x63a61141588c - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x63a6114156e2 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x63a611342d14 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x63a611342d14 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63a61141636b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x63a61141636b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x63a61141603a - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x63a6114144d9 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x63a611415ccd - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x63a611438f10 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x63a6114392b6 - core::result::unwrap_failed::h31c9775ec1a50121
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1761:5
[INFO] [stdout]   20:     0x63a61135638c - core::result::Result<T,E>::expect::ha1f8c3662f099395
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1119:23
[INFO] [stdout]   21:     0x63a61135638c - timeseries_database::datastruct::source::source::Source::create::h3bafe45768712e7f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/datastruct/source/source.rs:14:14
[INFO] [stdout]   22:     0x63a6113607fe - timeseries_database::datastruct::collection::collection::Collection::create::h229812d613f496fa
[INFO] [stdout]                                at /opt/rustwide/workdir/src/datastruct/collection/collection.rs:23:65
[INFO] [stdout]   23:     0x63a611306e90 - ohlc_aggregation_test::ohlc_aggregation_test::h09d7bfe4b6eff416
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/ohlc_aggregation_test.rs:13:11
[INFO] [stdout]   24:     0x63a611306e90 - ohlc_aggregation_test::ohlc_aggregation_test::{{closure}}::hc9075c60c1835be2
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/ohlc_aggregation_test.rs:10:31
[INFO] [stdout]   25:     0x63a611306e90 - core::ops::function::FnOnce::call_once::hb95d8d8e6757d60c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x63a61134849b - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x63a61134849b - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   28:     0x63a61134768e - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   29:     0x63a61134768e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   30:     0x63a61134768e - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   31:     0x63a61134768e - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   32:     0x63a61134768e - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x63a61134768e - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   34:     0x63a61134768e - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   35:     0x63a61130b204 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   36:     0x63a61130b204 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   37:     0x63a61130ebda - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   38:     0x63a61130ebda - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   39:     0x63a61130ebda - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   40:     0x63a61130ebda - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   41:     0x63a61130ebda - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x63a61130ebda - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   43:     0x63a61130ebda - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x63a611419357 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x63a611419357 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   46:     0x63a611419357 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   47:     0x7d267164caa4 - <unknown>
[INFO] [stdout]   48:     0x7d26716d9a34 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     ohlc_aggregation_test
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test ohlc_aggregation_test`
[INFO] running `Command { std: "docker" "inspect" "8906ea2e574aa4d117451c0998a86f082671a8c70facb8f7280cc6f386fd2f10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8906ea2e574aa4d117451c0998a86f082671a8c70facb8f7280cc6f386fd2f10", kill_on_drop: false }`
[INFO] [stdout] 8906ea2e574aa4d117451c0998a86f082671a8c70facb8f7280cc6f386fd2f10
