[INFO] cloning repository https://github.com/f2js/cust-order-service
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/f2js/cust-order-service" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ff2js%2Fcust-order-service", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ff2js%2Fcust-order-service'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 86a155932d3b4ed25d2b26a5b1e9ae4509a6a1da
[INFO] testing f2js/cust-order-service against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ff2js%2Fcust-order-service" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/f2js/cust-order-service
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/f2js/cust-order-service
[INFO] tweaked toml for git repo https://github.com/f2js/cust-order-service written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/f2js/cust-order-service on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/f2js/cust-order-service 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ba0548fd31e815b7edd55e241727e4a7742835406185a3a311d175a230a56d4a
[INFO] running `Command { std: "docker" "start" "-a" "ba0548fd31e815b7edd55e241727e4a7742835406185a3a311d175a230a56d4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ba0548fd31e815b7edd55e241727e4a7742835406185a3a311d175a230a56d4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba0548fd31e815b7edd55e241727e4a7742835406185a3a311d175a230a56d4a", kill_on_drop: false }`
[INFO] [stdout] ba0548fd31e815b7edd55e241727e4a7742835406185a3a311d175a230a56d4a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 531fa6f02965a92ed7fbffa7daf4bc8fe85c9f358746b50fe9e8141fe16fffa2
[INFO] running `Command { std: "docker" "start" "-a" "531fa6f02965a92ed7fbffa7daf4bc8fe85c9f358746b50fe9e8141fe16fffa2", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling jobserver v0.1.25
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling parking_lot_core v0.9.4
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling futures-sink v0.3.25
[INFO] [stderr]    Compiling cc v1.0.76
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling tokio v1.22.0
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling futures-io v0.3.25
[INFO] [stderr]    Compiling serde_derive v1.0.147
[INFO] [stderr]    Compiling zstd-sys v2.0.1+zstd.1.5.2
[INFO] [stderr]    Compiling openssl-sys v0.9.78
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling num_cpus v1.14.0
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling serde v1.0.147
[INFO] [stderr]    Compiling bytestring v1.2.0
[INFO] [stderr]    Compiling aho-corasick v0.7.19
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling local-waker v0.1.3
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling digest v0.10.5
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling time-core v0.1.0
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling paste v1.0.9
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling actix-service v2.0.2
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling time-macros v0.2.6
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling brotli-decompressor v2.3.2
[INFO] [stderr]    Compiling actix-utils v3.0.1
[INFO] [stderr]    Compiling ordered-float v1.1.1
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.6
[INFO] [stderr]    Compiling cookie v0.16.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling openssl v0.10.43
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling integer-encoding v3.0.4
[INFO] [stderr]    Compiling serde_json v1.0.87
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling async-trait v0.1.58
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling snap v1.1.0
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling thrift v0.15.0
[INFO] [stderr]    Compiling brotli v3.3.4
[INFO] [stderr]    Compiling actix-rt v2.7.0
[INFO] [stderr]    Compiling time v0.3.17
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling r2d2 v0.8.10
[INFO] [stderr]    Compiling actix-router v0.5.1
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling futures-macro v0.3.25
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling kafka v0.9.0
[INFO] [stderr]    Compiling language-tags v0.3.2
[INFO] [stderr]    Compiling actix-codec v0.5.0
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling crc-catalog v1.1.1
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling crc v2.1.0
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling actix-web-codegen v4.1.0
[INFO] [stderr]    Compiling local-channel v0.1.3
[INFO] [stderr]    Compiling h2 v0.3.15
[INFO] [stderr]    Compiling futures-executor v0.3.25
[INFO] [stderr]    Compiling actix-server v2.1.1
[INFO] [stderr]    Compiling actix-macros v0.2.3
[INFO] [stderr]    Compiling thrift-pool v1.4.1
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling easy-ext v1.0.1
[INFO] [stderr]    Compiling ref_slice v1.2.1
[INFO] [stderr]    Compiling chrono v0.4.23
[INFO] [stderr]    Compiling futures v0.3.25
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling rand_pcg v0.3.1
[INFO] [stderr]    Compiling hbase-thrift v1.1.0
[INFO] [stderr]    Compiling rand_seeder v0.2.3
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling zstd v0.11.2+zstd.1.5.2
[INFO] [stderr]    Compiling actix-http v3.2.2
[INFO] [stderr]    Compiling actix-web v4.2.1
[INFO] [stderr]    Compiling order_service v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `fmt::Display`
[INFO] [stdout]  --> src/models/orders.rs:1:49
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{ops::{Deref, DerefMut}, str::FromStr, fmt::Display};
[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: `build_single_column_filter`
[INFO] [stdout]  --> src/repository/hbase.rs:7:103
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::repository::hbase_utils::{create_mutation_from_order, create_order_builder_from_hbase_row, build_single_column_filter};
[INFO] [stdout]   |                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hbase_thrift::hbase::TScan`
[INFO] [stdout]  --> src/repository/hbase.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use hbase_thrift::hbase::TScan;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::prelude::*`
[INFO] [stdout]  --> src/repository/hbase_utils.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use rand::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Seeder`
[INFO] [stdout]  --> src/repository/hbase_utils.rs:4:19
[INFO] [stdout]   |
[INFO] [stdout] 4 | use rand_seeder::{Seeder};
[INFO] [stdout]   |                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand_pcg::Pcg64`
[INFO] [stdout]  --> src/repository/hbase_utils.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use rand_pcg::Pcg64;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `orders::Order`
[INFO] [stdout]  --> src/producers/producer_connection.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::models::{orders::Order, errors::OrderServiceError};
[INFO] [stdout]   |                     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `AsBytes`
[INFO] [stdout]  --> src/producers/producer_connection.rs:1:56
[INFO] [stdout]   |
[INFO] [stdout] 1 | use kafka::{producer::{Producer, Record, RequiredAcks, AsBytes}};
[INFO] [stdout]   |                                                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `order_to_trowresult` is never used
[INFO] [stdout]    --> src/repository/hbase_utils.rs:132:15
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub(crate) fn order_to_trowresult(order: Order) -> hbase_thrift::hbase::TRowResult {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 20s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.43
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "531fa6f02965a92ed7fbffa7daf4bc8fe85c9f358746b50fe9e8141fe16fffa2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "531fa6f02965a92ed7fbffa7daf4bc8fe85c9f358746b50fe9e8141fe16fffa2", kill_on_drop: false }`
[INFO] [stdout] 531fa6f02965a92ed7fbffa7daf4bc8fe85c9f358746b50fe9e8141fe16fffa2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5f2f782591658269078fd8775fcd1b481239773ede543161995d1f399342fbf5
[INFO] running `Command { std: "docker" "start" "-a" "5f2f782591658269078fd8775fcd1b481239773ede543161995d1f399342fbf5", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling tokio v1.22.0
[INFO] [stderr]    Compiling unicode-segmentation v1.10.0
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling digest v0.10.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling aho-corasick v0.7.19
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling sealed v0.3.0
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling synthez-core v0.2.0
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling chrono v0.4.23
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling bytecount v0.6.3
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling peg-runtime v0.6.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling synthez-codegen v0.2.0
[INFO] [stderr]    Compiling peg-macros v0.6.3
[INFO] [stderr]    Compiling gherkin v0.12.0
[INFO] [stderr]    Compiling nom_locate v4.0.0
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling actix-router v0.5.1
[INFO] [stderr]    Compiling serde_with_macros v1.5.2
[INFO] [stderr]    Compiling globset v0.4.9
[INFO] [stderr]    Compiling futures-executor v0.3.25
[INFO] [stderr]    Compiling local-channel v0.1.3
[INFO] [stderr]    Compiling futures v0.3.25
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling predicates-core v1.0.5
[INFO] [stderr]    Compiling os_str_bytes v6.4.1
[INFO] [stderr]    Compiling anyhow v1.0.66
[INFO] [stderr]    Compiling clap_derive v3.2.18
[INFO] [stderr]    Compiling peg v0.6.3
[INFO] [stderr]    Compiling serde_with v1.14.0
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling cucumber-expressions v0.2.1
[INFO] [stderr]    Compiling ignore v0.4.18
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling actix-rt v2.7.0
[INFO] [stderr]    Compiling h2 v0.3.15
[INFO] [stderr]    Compiling actix-codec v0.5.0
[INFO] [stderr]    Compiling actix-web-codegen v4.1.0
[INFO] [stderr]    Compiling actix-server v2.1.1
[INFO] [stderr]    Compiling synthez v0.2.0
[INFO] [stderr]    Compiling textwrap v0.12.1
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling typed-builder v0.7.1
[INFO] [stderr]    Compiling ghost v0.1.6
[INFO] [stderr]    Compiling ctor v0.1.26
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling termtree v0.4.0
[INFO] [stderr]    Compiling textwrap v0.16.0
[INFO] [stderr]    Compiling predicates v2.1.3
[INFO] [stderr]    Compiling predicates-tree v1.0.7
[INFO] [stderr]    Compiling cucumber-codegen v0.14.2
[INFO] [stderr]    Compiling inventory v0.3.2
[INFO] [stderr]    Compiling clap v3.2.23
[INFO] [stderr]    Compiling console v0.15.2
[INFO] [stderr]    Compiling bollard-stubs v1.41.0
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling sealed v0.4.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling mockall_derive v0.11.3
[INFO] [stderr]    Compiling drain_filter_polyfill v0.1.2
[INFO] [stderr]    Compiling downcast v0.11.0
[INFO] [stderr]    Compiling fragile v2.0.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling cucumber v0.14.2
[INFO] [stderr]    Compiling actix-http v3.2.2
[INFO] [stderr]    Compiling mockall v0.11.3
[INFO] [stderr]    Compiling actix-web v4.2.1
[INFO] [stderr]    Compiling order_service v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `fmt::Display`
[INFO] [stdout]  --> src/models/orders.rs:1:49
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{ops::{Deref, DerefMut}, str::FromStr, fmt::Display};
[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: `build_single_column_filter`
[INFO] [stdout]  --> src/repository/hbase.rs:7:103
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::repository::hbase_utils::{create_mutation_from_order, create_order_builder_from_hbase_row, build_single_column_filter};
[INFO] [stdout]   |                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hbase_thrift::hbase::TScan`
[INFO] [stdout]  --> src/repository/hbase.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use hbase_thrift::hbase::TScan;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::prelude::*`
[INFO] [stdout]  --> src/repository/hbase_utils.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use rand::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Seeder`
[INFO] [stdout]  --> src/repository/hbase_utils.rs:4:19
[INFO] [stdout]   |
[INFO] [stdout] 4 | use rand_seeder::{Seeder};
[INFO] [stdout]   |                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand_pcg::Pcg64`
[INFO] [stdout]  --> src/repository/hbase_utils.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use rand_pcg::Pcg64;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `orders::Order`
[INFO] [stdout]  --> src/producers/producer_connection.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::models::{orders::Order, errors::OrderServiceError};
[INFO] [stdout]   |                     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling testcontainers v0.14.0
[INFO] [stdout] warning: unused import: `AsBytes`
[INFO] [stdout]  --> src/producers/producer_connection.rs:1:56
[INFO] [stdout]   |
[INFO] [stdout] 1 | use kafka::{producer::{Producer, Record, RequiredAcks, AsBytes}};
[INFO] [stdout]   |                                                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `order_to_trowresult` is never used
[INFO] [stdout]    --> src/repository/hbase_utils.rs:132:15
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub(crate) fn order_to_trowresult(order: Order) -> hbase_thrift::hbase::TRowResult {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fmt::Display`
[INFO] [stdout]  --> src/models/orders.rs:1:49
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{ops::{Deref, DerefMut}, str::FromStr, fmt::Display};
[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: `build_single_column_filter`
[INFO] [stdout]  --> src/repository/hbase.rs:7:103
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::repository::hbase_utils::{create_mutation_from_order, create_order_builder_from_hbase_row, build_single_column_filter};
[INFO] [stdout]   |                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hbase_thrift::hbase::TScan`
[INFO] [stdout]  --> src/repository/hbase.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use hbase_thrift::hbase::TScan;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `TCell`, `TRowResult`, and `TScan`
[INFO] [stdout]   --> src/repository/hbase.rs:77:38
[INFO] [stdout]    |
[INFO] [stdout] 77 |         hbase::{BatchMutation, Text, TScan, TRowResult, TCell},
[INFO] [stdout]    |                                      ^^^^^  ^^^^^^^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::prelude::*`
[INFO] [stdout]  --> src/repository/hbase_utils.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use rand::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Seeder`
[INFO] [stdout]  --> src/repository/hbase_utils.rs:4:19
[INFO] [stdout]   |
[INFO] [stdout] 4 | use rand_seeder::{Seeder};
[INFO] [stdout]   |                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand_pcg::Pcg64`
[INFO] [stdout]  --> src/repository/hbase_utils.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use rand_pcg::Pcg64;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `orders::Order`
[INFO] [stdout]  --> src/producers/producer_connection.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::models::{orders::Order, errors::OrderServiceError};
[INFO] [stdout]   |                     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `AsBytes`
[INFO] [stdout]  --> src/producers/producer_connection.rs:1:56
[INFO] [stdout]   |
[INFO] [stdout] 1 | use kafka::{producer::{Producer, Record, RequiredAcks, AsBytes}};
[INFO] [stdout]   |                                                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> tests/integration_tests.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 |     use std::collections::HashMap;
[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 imports: `Consumer`, `FetchOffset`, and `GroupOffsetStorage`
[INFO] [stdout]  --> tests/integration_tests.rs:9:27
[INFO] [stdout]   |
[INFO] [stdout] 9 |     use kafka::consumer::{Consumer, FetchOffset, GroupOffsetStorage};
[INFO] [stdout]   |                           ^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `start_kafka_container_and_create_topic`
[INFO] [stdout]   --> tests/integration_tests.rs:42:18
[INFO] [stdout]    |
[INFO] [stdout] 42 |     macro_rules! start_kafka_container_and_create_topic {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Parameter`
[INFO] [stdout]  --> tests/acceptancetests.rs:4:42
[INFO] [stdout]   |
[INFO] [stdout] 4 | use cucumber::{given, then, when, World, Parameter};
[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: `repository::hbase_connection::HbaseConnection`
[INFO] [stdout]  --> tests/acceptancetests.rs:5:21
[INFO] [stdout]   |
[INFO] [stdout] 5 | use order_service::{repository::hbase_connection::HbaseConnection, api::{utils::env::get_env_var, workers}, models::orders::{Orderlin...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `order_service::models::errors::OrderServiceError`
[INFO] [stdout]  --> tests/acceptancetests.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use order_service::models::errors::OrderServiceError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> tests/integration_tests.rs:186:13
[INFO] [stdout]     |
[INFO] [stdout] 186 |         let x = workers::create_order(Json(order_to_create1.clone()), &ip, "localhost:9092").unwrap();
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]    --> tests/integration_tests.rs:188:13
[INFO] [stdout]     |
[INFO] [stdout] 188 |         let y = workers::create_order(Json(order_to_create2.clone()), &ip, "localhost:9092").unwrap();
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `z`
[INFO] [stdout]    --> tests/integration_tests.rs:190:13
[INFO] [stdout]     |
[INFO] [stdout] 190 |         let z = workers::create_order(Json(order_to_create3.clone()), &ip, "localhost:9092").unwrap();
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hbase`
[INFO] [stdout]    --> tests/integration_tests.rs:201:14
[INFO] [stdout]     |
[INFO] [stdout] 201 |         let (hbase, ip) = start_hbase_container_and_create_table!(docker).unwrap();
[INFO] [stdout]     |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_hbase`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hbase`
[INFO] [stdout]    --> tests/integration_tests.rs:225:14
[INFO] [stdout]     |
[INFO] [stdout] 225 |         let (hbase, ip) = start_hbase_container_and_create_table!(docker).unwrap();
[INFO] [stdout]     |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_hbase`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hbase`
[INFO] [stdout]    --> tests/integration_tests.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 |         let (hbase, ip) = start_hbase_container_and_create_table!(docker).unwrap();
[INFO] [stdout]     |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_hbase`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> tests/integration_tests.rs:157:26
[INFO] [stdout]     |
[INFO] [stdout] 157 |             c_id: cust_id.clone().into(),
[INFO] [stdout]     |                          ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> tests/integration_tests.rs:165:26
[INFO] [stdout]     |
[INFO] [stdout] 165 |             c_id: cust_id.clone().into(),
[INFO] [stdout]     |                          ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> tests/integration_tests.rs:176:26
[INFO] [stdout]     |
[INFO] [stdout] 176 |             c_id: cust_id.clone().into(),
[INFO] [stdout]     |                          ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/repository/hbase.rs:96:28
[INFO] [stdout]    |
[INFO] [stdout] 96 |             .with(eq(userid.clone()))
[INFO] [stdout]    |                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/repository/hbase.rs:101:32
[INFO] [stdout]     |
[INFO] [stdout] 101 |                         o_id: x.clone().to_owned(),
[INFO] [stdout]     |                                ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/repository/hbase.rs:122:28
[INFO] [stdout]     |
[INFO] [stdout] 122 |             .with(eq(userid.clone()))
[INFO] [stdout]     |                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/repository/hbase.rs:127:32
[INFO] [stdout]     |
[INFO] [stdout] 127 |                         o_id: x.clone().to_owned(),
[INFO] [stdout]     |                                ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/repository/hbase.rs:147:28
[INFO] [stdout]     |
[INFO] [stdout] 147 |             .with(eq(userid.clone()))
[INFO] [stdout]     |                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/repository/hbase.rs:169:28
[INFO] [stdout]     |
[INFO] [stdout] 169 |             .with(eq(userid.clone()))
[INFO] [stdout]     |                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/repository/hbase.rs:189:43
[INFO] [stdout]     |
[INFO] [stdout] 189 |                     "ids", "c_id", &userid.clone()
[INFO] [stdout]     |                                           ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/repository/hbase.rs:218:43
[INFO] [stdout]     |
[INFO] [stdout] 218 |                     "ids", "c_id", &userid.clone()
[INFO] [stdout]     |                                           ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/repository/hbase.rs:234:92
[INFO] [stdout]     |
[INFO] [stdout] 234 |         let input_order = Order::new(vec![], "cust_addr".into(), "rest_addr".into(), userid.clone().into(), "r_addr".into(), 2860);
[INFO] [stdout]     |                                                                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/repository/hbase.rs:242:43
[INFO] [stdout]     |
[INFO] [stdout] 242 |                     "ids", "c_id", &userid.clone()
[INFO] [stdout]     |                                           ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/repository/hbase.rs:270:90
[INFO] [stdout]     |
[INFO] [stdout] 270 |         let exp_order = Order::new(vec![], "cust_addr".into(), "rest_addr".into(), userid.clone().into(), "r_addr".into(), 2860);
[INFO] [stdout]     |                                                                                          ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/repository/hbase.rs:277:43
[INFO] [stdout]     |
[INFO] [stdout] 277 |                     "ids", "c_id", &userid.clone()
[INFO] [stdout]     |                                           ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/repository/hbase.rs:377:54
[INFO] [stdout]     |
[INFO] [stdout] 377 |             .returning(move || Ok(vec![Text::from(exp.clone())]));
[INFO] [stdout]     |                                                      ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/repository/hbase.rs:395:55
[INFO] [stdout]     |
[INFO] [stdout] 395 |             .returning(move || Ok(vec![Text::from(exp1.clone()), Text::from(exp2.clone())]));
[INFO] [stdout]     |                                                       ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/repository/hbase.rs:395:81
[INFO] [stdout]     |
[INFO] [stdout] 395 |             .returning(move || Ok(vec![Text::from(exp1.clone()), Text::from(exp2.clone())]));
[INFO] [stdout]     |                                                                                 ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 49s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.43
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "5f2f782591658269078fd8775fcd1b481239773ede543161995d1f399342fbf5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f2f782591658269078fd8775fcd1b481239773ede543161995d1f399342fbf5", kill_on_drop: false }`
[INFO] [stdout] 5f2f782591658269078fd8775fcd1b481239773ede543161995d1f399342fbf5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f605009098622cdf6e2c5d4acc236ffc6080e505a997c0de42acb5aeb72b5bdf
[INFO] running `Command { std: "docker" "start" "-a" "f605009098622cdf6e2c5d4acc236ffc6080e505a997c0de42acb5aeb72b5bdf", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `fmt::Display`
[INFO] [stderr]  --> src/models/orders.rs:1:49
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::{ops::{Deref, DerefMut}, str::FromStr, fmt::Display};
[INFO] [stderr]   |                                                 ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `build_single_column_filter`
[INFO] [stderr]  --> src/repository/hbase.rs:7:103
[INFO] [stderr]   |
[INFO] [stderr] 7 | use crate::repository::hbase_utils::{create_mutation_from_order, create_order_builder_from_hbase_row, build_single_column_filter};
[INFO] [stderr]   |                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `hbase_thrift::hbase::TScan`
[INFO] [stderr]  --> src/repository/hbase.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use hbase_thrift::hbase::TScan;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `rand::prelude::*`
[INFO] [stderr]  --> src/repository/hbase_utils.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use rand::prelude::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Seeder`
[INFO] [stderr]  --> src/repository/hbase_utils.rs:4:19
[INFO] [stderr]   |
[INFO] [stderr] 4 | use rand_seeder::{Seeder};
[INFO] [stderr]   |                   ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `rand_pcg::Pcg64`
[INFO] [stderr]  --> src/repository/hbase_utils.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use rand_pcg::Pcg64;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `orders::Order`
[INFO] [stderr]  --> src/producers/producer_connection.rs:2:21
[INFO] [stderr]   |
[INFO] [stderr] 2 | use crate::models::{orders::Order, errors::OrderServiceError};
[INFO] [stderr]   |                     ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `AsBytes`
[INFO] [stderr]  --> src/producers/producer_connection.rs:1:56
[INFO] [stderr]   |
[INFO] [stderr] 1 | use kafka::{producer::{Producer, Record, RequiredAcks, AsBytes}};
[INFO] [stderr]   |                                                        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `order_to_trowresult` is never used
[INFO] [stderr]    --> src/repository/hbase_utils.rs:132:15
[INFO] [stderr]     |
[INFO] [stderr] 132 | pub(crate) fn order_to_trowresult(order: Order) -> hbase_thrift::hbase::TRowResult {
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `order_service` (lib) generated 9 warnings (run `cargo fix --lib -p order_service` to apply 7 suggestions)
[INFO] [stderr] warning: unused imports: `TCell`, `TRowResult`, and `TScan`
[INFO] [stderr]   --> src/repository/hbase.rs:77:38
[INFO] [stderr]    |
[INFO] [stderr] 77 |         hbase::{BatchMutation, Text, TScan, TRowResult, TCell},
[INFO] [stderr]    |                                      ^^^^^  ^^^^^^^^^^  ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/repository/hbase.rs:96:28
[INFO] [stderr]    |
[INFO] [stderr] 96 |             .with(eq(userid.clone()))
[INFO] [stderr]    |                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/repository/hbase.rs:101:32
[INFO] [stderr]     |
[INFO] [stderr] 101 |                         o_id: x.clone().to_owned(),
[INFO] [stderr]     |                                ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/repository/hbase.rs:122:28
[INFO] [stderr]     |
[INFO] [stderr] 122 |             .with(eq(userid.clone()))
[INFO] [stderr]     |                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/repository/hbase.rs:127:32
[INFO] [stderr]     |
[INFO] [stderr] 127 |                         o_id: x.clone().to_owned(),
[INFO] [stderr]     |                                ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/repository/hbase.rs:147:28
[INFO] [stderr]     |
[INFO] [stderr] 147 |             .with(eq(userid.clone()))
[INFO] [stderr]     |                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/repository/hbase.rs:169:28
[INFO] [stderr]     |
[INFO] [stderr] 169 |             .with(eq(userid.clone()))
[INFO] [stderr]     |                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/repository/hbase.rs:189:43
[INFO] [stderr]     |
[INFO] [stderr] 189 |                     "ids", "c_id", &userid.clone()
[INFO] [stderr]     |                                           ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/repository/hbase.rs:218:43
[INFO] [stderr]     |
[INFO] [stderr] 218 |                     "ids", "c_id", &userid.clone()
[INFO] [stderr]     |                                           ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/repository/hbase.rs:234:92
[INFO] [stderr]     |
[INFO] [stderr] 234 |         let input_order = Order::new(vec![], "cust_addr".into(), "rest_addr".into(), userid.clone().into(), "r_addr".into(), 2860);
[INFO] [stderr]     |                                                                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/repository/hbase.rs:242:43
[INFO] [stderr]     |
[INFO] [stderr] 242 |                     "ids", "c_id", &userid.clone()
[INFO] [stderr]     |                                           ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/repository/hbase.rs:270:90
[INFO] [stderr]     |
[INFO] [stderr] 270 |         let exp_order = Order::new(vec![], "cust_addr".into(), "rest_addr".into(), userid.clone().into(), "r_addr".into(), 2860);
[INFO] [stderr]     |                                                                                          ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/repository/hbase.rs:277:43
[INFO] [stderr]     |
[INFO] [stderr] 277 |                     "ids", "c_id", &userid.clone()
[INFO] [stderr]     |                                           ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/repository/hbase.rs:377:54
[INFO] [stderr]     |
[INFO] [stderr] 377 |             .returning(move || Ok(vec![Text::from(exp.clone())]));
[INFO] [stderr]     |                                                      ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/repository/hbase.rs:395:55
[INFO] [stderr]     |
[INFO] [stderr] 395 |             .returning(move || Ok(vec![Text::from(exp1.clone()), Text::from(exp2.clone())]));
[INFO] [stderr]     |                                                       ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/repository/hbase.rs:395:81
[INFO] [stderr]     |
[INFO] [stderr] 395 |             .returning(move || Ok(vec![Text::from(exp1.clone()), Text::from(exp2.clone())]));
[INFO] [stderr]     |                                                                                 ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::collections::HashMap`
[INFO] [stderr]  --> tests/integration_tests.rs:4:9
[INFO] [stderr]   |
[INFO] [stderr] 4 |     use std::collections::HashMap;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Consumer`, `FetchOffset`, and `GroupOffsetStorage`
[INFO] [stderr]  --> tests/integration_tests.rs:9:27
[INFO] [stderr]   |
[INFO] [stderr] 9 |     use kafka::consumer::{Consumer, FetchOffset, GroupOffsetStorage};
[INFO] [stderr]   |                           ^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused macro definition: `start_kafka_container_and_create_topic`
[INFO] [stderr]   --> tests/integration_tests.rs:42:18
[INFO] [stderr]    |
[INFO] [stderr] 42 |     macro_rules! start_kafka_container_and_create_topic {
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `x`
[INFO] [stderr]    --> tests/integration_tests.rs:186:13
[INFO] [stderr]     |
[INFO] [stderr] 186 |         let x = workers::create_order(Json(order_to_create1.clone()), &ip, "localhost:9092").unwrap();
[INFO] [stderr]     |             ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `y`
[INFO] [stderr]    --> tests/integration_tests.rs:188:13
[INFO] [stderr]     |
[INFO] [stderr] 188 |         let y = workers::create_order(Json(order_to_create2.clone()), &ip, "localhost:9092").unwrap();
[INFO] [stderr]     |             ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `z`
[INFO] [stderr]    --> tests/integration_tests.rs:190:13
[INFO] [stderr]     |
[INFO] [stderr] 190 |         let z = workers::create_order(Json(order_to_create3.clone()), &ip, "localhost:9092").unwrap();
[INFO] [stderr]     |             ^ help: if this is intentional, prefix it with an underscore: `_z`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `hbase`
[INFO] [stderr]    --> tests/integration_tests.rs:201:14
[INFO] [stderr]     |
[INFO] [stderr] 201 |         let (hbase, ip) = start_hbase_container_and_create_table!(docker).unwrap();
[INFO] [stderr]     |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_hbase`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `hbase`
[INFO] [stderr]    --> tests/integration_tests.rs:225:14
[INFO] [stderr]     |
[INFO] [stderr] 225 |         let (hbase, ip) = start_hbase_container_and_create_table!(docker).unwrap();
[INFO] [stderr]     |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_hbase`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `hbase`
[INFO] [stderr]    --> tests/integration_tests.rs:269:14
[INFO] [stderr]     |
[INFO] [stderr] 269 |         let (hbase, ip) = start_hbase_container_and_create_table!(docker).unwrap();
[INFO] [stderr]     |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_hbase`
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> tests/integration_tests.rs:157:26
[INFO] [stderr]     |
[INFO] [stderr] 157 |             c_id: cust_id.clone().into(),
[INFO] [stderr]     |                          ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> tests/integration_tests.rs:165:26
[INFO] [stderr]     |
[INFO] [stderr] 165 |             c_id: cust_id.clone().into(),
[INFO] [stderr]     |                          ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> tests/integration_tests.rs:176:26
[INFO] [stderr]     |
[INFO] [stderr] 176 |             c_id: cust_id.clone().into(),
[INFO] [stderr]     |                          ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Parameter`
[INFO] [stderr]  --> tests/acceptancetests.rs:4:42
[INFO] [stderr]   |
[INFO] [stderr] 4 | use cucumber::{given, then, when, World, Parameter};
[INFO] [stderr]   |                                          ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `repository::hbase_connection::HbaseConnection`
[INFO] [stderr]  --> tests/acceptancetests.rs:5:21
[INFO] [stderr]   |
[INFO] [stderr] 5 | use order_service::{repository::hbase_connection::HbaseConnection, api::{utils::env::get_env_var, workers}, models::orders::{Orderlin...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `order_service::models::errors::OrderServiceError`
[INFO] [stderr]  --> tests/acceptancetests.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use order_service::models::errors::OrderServiceError;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `order_service` (lib test) generated 24 warnings (8 duplicates) (run `cargo fix --lib -p order_service --tests` to apply 16 suggestions)
[INFO] [stderr] warning: `order_service` (test "integration_tests") generated 12 warnings (run `cargo fix --test "integration_tests" -p order_service` to apply 11 suggestions)
[INFO] [stderr] warning: `order_service` (test "acceptancetests") generated 3 warnings (run `cargo fix --test "acceptancetests" -p order_service` to apply 3 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.61s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.43
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/order_service-40079c2b2743b3a7)
[INFO] [stdout] 
[INFO] [stdout] running 64 tests
[INFO] [stdout] test api::utils::env::tests::test_get_db_ip ... ignored, These tests interact in a way that make them fail randomly.
[INFO] [stdout] test api::utils::env::tests::test_get_db_ip_not_set ... ignored, These tests interact in a way that make them fail randomly.
[INFO] [stdout] test api::utils::env::tests::test_get_env_var ... ignored, These tests interact in a way that make them fail randomly.
[INFO] [stdout] test api::utils::env::tests::test_get_env_var_not_set ... ignored, These tests interact in a way that make them fail randomly.
[INFO] [stdout] test api::utils::env::tests::test_get_kafka_ip ... ignored, These tests interact in a way that make them fail randomly.
[INFO] [stdout] test api::utils::env::tests::test_get_kafka_ip_not_set ... ignored, These tests interact in a way that make them fail randomly.
[INFO] [stdout] test models::orders::tests::test_generate_row_key_front_same ... ok
[INFO] [stdout] test models::orders::tests::test_generate_row_key_different_cust_rest ... ok
[INFO] [stdout] test models::orders::tests::test_generate_row_key_same ... ok
[INFO] [stdout] test models::orders::tests::test_generate_salt_different_seed ... ok
[INFO] [stdout] test models::orders::tests::test_generate_salt_same_seed ... ok
[INFO] [stdout] test models::orders::tests::test_generate_salt_single_character_difference ... ok
[INFO] [stdout] test producers::producers::tests::test_raise_event_is_err ... ok
[INFO] [stdout] test producers::producers::tests::test_raise_event_is_ok ... ok
[INFO] [stdout] test repository::hbase::tests::test_add_order_with_contents ... ok
[INFO] [stdout] test repository::hbase::tests::test_add_order_empty ... ok
[INFO] [stdout] test repository::hbase::tests::test_get_order_row_bad_trow_result ... ok
[INFO] [stdout] test repository::hbase::tests::test_get_order_row_err ... ok
[INFO] [stdout] test repository::hbase::tests::test_get_order_row_is_ok ... ok
[INFO] [stdout] test repository::hbase::tests::test_get_order_row_success ... ok
[INFO] [stdout] test repository::hbase::tests::test_get_orders_from_user_on_content ... ok
[INFO] [stdout] test repository::hbase::tests::test_get_orders_from_user_is_ok ... ok
[INFO] [stdout] test repository::hbase::tests::test_get_orders_from_user_scanner_get_fail ... ok
[INFO] [stdout] test repository::hbase::tests::test_get_orders_from_user_scanner_open_fail ... ok
[INFO] [stdout] test repository::hbase::tests::test_get_tables_multiple ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_create_mutation_from_empty_order_columns ... ok
[INFO] [stdout] test repository::hbase::tests::test_get_tables_single ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_build_single_column_filter ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_create_mutation_from_empty_order_values ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_create_cell_mutation_correct ... ok
[INFO] [stdout] test repository::hbase::tests::test_get_tables_none ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_create_mutation_from_order_columns ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_create_mutation_from_order_full_columns ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_create_mutation_from_order_values ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_create_mutation_from_order_full_values ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_create_order_builder_from_hbase_row_is_some ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_create_mutation_from_order_not_empty ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_create_cell_mutation_is_some ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_create_mutation_from_order_row_key_returned ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_create_order_builder_from_hbase_row_on_content ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_create_order_builder_from_hbase_row_on_content_empty_order ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_create_order_builder_from_hbase_row_unknown_field ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_create_scan_no_cols ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_create_scan_with_cols ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_get_column ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_get_column_bad_split ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_get_column_bad_str ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_get_value_bad_str ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_get_value ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_set_order_field_bad_and_good_ol ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_set_order_field_bad_col ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_create_order_builder_from_hbase_row_missing_field ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_set_order_field_c_addr ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_set_order_field_bad_colfam ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_set_order_field_bad_ol ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_get_value_none ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_set_order_field_c_id ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_set_order_field_r_id ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_set_order_field_o_time ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_set_order_field_ol ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_set_order_field_two_ol ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_set_order_field_o_id ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/order_service-84f03641d503f5ea)
[INFO] [stderr]      Running tests/acceptancetests.rs (/opt/rustwide/target/debug/deps/acceptancetests-14b95af909964ad3)
[INFO] [stdout] test repository::hbase_utils::tests::test_set_order_field_r_addr ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_set_order_field_state ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 58 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[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] [stdout] Feature: Create Order
[INFO] [stdout]   Scenario: Creating Order and Checking Database
[INFO] [stdout]    ✘  Given we have an order database
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: features/create_order.feature:4:1
[INFO] [stdout]       Matched: tests/acceptancetests.rs:20:1
[INFO] [stdout]       Step panicked. Captured output: called `Option::unwrap()` on a `None` value
[INFO] [stdout] [Summary]
[INFO] [stdout] 1 feature
[INFO] [stdout] 1 scenario (1 failed)
[INFO] [stdout] 1 step (1 failed)
[INFO] [stderr] 
[INFO] [stderr] thread 'main' (75) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cucumber-0.14.2/src/cucumber.rs:1238:13:
[INFO] [stderr] 1 step failed
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x649620be893a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]    1:     0x649620be893a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]    2:     0x649620be893a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]    3:     0x649620be893a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]    4:     0x649620bff8aa - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]    5:     0x649620bff8aa - core[10b6fa85044e1869]::fmt::write
[INFO] [stderr]    6:     0x649620beddc2 - std[b80a194dd3c418bb]::io::default_write_fmt::<std[b80a194dd3c418bb]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stderr]    7:     0x649620beddc2 - <std[b80a194dd3c418bb]::sys::stdio::unix::Stderr as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stderr]    8:     0x649620bcfdff - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]    9:     0x649620bcfdff - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stderr]   10:     0x649620be28d1 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:319:9
[INFO] [stderr]   11:     0x649620be2b82 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stderr]   12:     0x649620be2b82 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stderr]   13:     0x649620bcfeb8 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stderr]   14:     0x649620bc7669 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]   15:     0x649620bd0a6d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stderr]   16:     0x649620c0023c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stderr]   17:     0x64962081af68 - core::panicking::panic_display::hc289391489cac8f2
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:259:5
[INFO] [stderr]   18:     0x6496206c7c55 - cucumber::cucumber::Cucumber<W,P,I,R,Wr,Cli>::filter_run_and_exit::{{closure}}::h8bd94759ff767307
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cucumber-0.14.2/src/cucumber.rs:1238:13
[INFO] [stderr]   19:     0x6496206c7257 - cucumber::cucumber::Cucumber<W,P,I,R,Wr,Cli>::run_and_exit::{{closure}}::h46a909717adbcc9b
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cucumber-0.14.2/src/cucumber.rs:1145:57
[INFO] [stderr]   20:     0x6496206debe0 - cucumber::World::run::{{closure}}::h7bee483118de28bc
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cucumber-0.14.2/src/lib.rs:256:46
[INFO] [stderr]   21:     0x6496206ab703 - <core::pin::Pin<P> as core::future::future::Future>::poll::h94184e4ea63bbc6e
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stderr]   22:     0x6496206bccc0 - futures_executor::local_pool::block_on::{{closure}}::h24b8058ca3181027
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.25/src/local_pool.rs:317:34
[INFO] [stderr]   23:     0x6496206bcbbb - futures_executor::local_pool::run_executor::{{closure}}::h7f582696659261ec
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.25/src/local_pool.rs:90:37
[INFO] [stderr]   24:     0x6496206be7b8 - std::thread::local::LocalKey<T>::try_with::h1e9a129a1d3cf650
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stderr]   25:     0x6496206be6d3 - std::thread::local::LocalKey<T>::with::hb5fea8957e13b87d
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stderr]   26:     0x6496206bcb1b - futures_executor::local_pool::run_executor::h3eb37c12aa95a25b
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.25/src/local_pool.rs:86:27
[INFO] [stderr]   27:     0x6496206bcc68 - futures_executor::local_pool::block_on::h93a686faff7b9383
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.25/src/local_pool.rs:317:5
[INFO] [stderr]   28:     0x649620716b1d - acceptancetests::main::h937548026ab2bb94
[INFO] [stderr]                                at /opt/rustwide/workdir/tests/acceptancetests.rs:17:5
[INFO] [stderr]   29:     0x64962067ae4b - core::ops::function::FnOnce::call_once::hb0e475e9154d3ee1
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   30:     0x64962069ba0e - std::sys::backtrace::__rust_begin_short_backtrace::h8b77e98e85ace79d
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stderr]   31:     0x6496206a7f11 - std::rt::lang_start::{{closure}}::h22ae6310db011694
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:206:18
[INFO] [stderr]   32:     0x649620be17f4 - <&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:287:21
[INFO] [stderr]   33:     0x649620be17f4 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync, i32>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stderr]   34:     0x649620be17f4 - std[b80a194dd3c418bb]::panicking::catch_unwind::<i32, &dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stderr]   35:     0x649620be17f4 - std[b80a194dd3c418bb]::panic::catch_unwind::<&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync, i32>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stderr]   36:     0x649620be17f4 - std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:175:24
[INFO] [stderr]   37:     0x649620be17f4 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stderr]   38:     0x649620be17f4 - std[b80a194dd3c418bb]::panicking::catch_unwind::<isize, std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stderr]   39:     0x649620be17f4 - std[b80a194dd3c418bb]::panic::catch_unwind::<std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stderr]   40:     0x649620be17f4 - std[b80a194dd3c418bb]::rt::lang_start_internal
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:171:5
[INFO] [stderr]   41:     0x6496206a7ef7 - std::rt::lang_start::h8bb8a094caed9c35
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:205:5
[INFO] [stderr]   42:     0x64962071f5be - main
[INFO] [stderr]   43:     0x791ce65ee1ca - <unknown>
[INFO] [stderr]   44:     0x791ce65ee28b - __libc_start_main
[INFO] [stderr]   45:     0x6496206627a5 - _start
[INFO] [stderr]   46:                0x0 - <unknown>
[INFO] [stderr] error: test failed, to rerun pass `--test acceptancetests`
[INFO] running `Command { std: "docker" "inspect" "f605009098622cdf6e2c5d4acc236ffc6080e505a997c0de42acb5aeb72b5bdf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f605009098622cdf6e2c5d4acc236ffc6080e505a997c0de42acb5aeb72b5bdf", kill_on_drop: false }`
[INFO] [stdout] f605009098622cdf6e2c5d4acc236ffc6080e505a997c0de42acb5aeb72b5bdf
