[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-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ff2js%2Fcust-order-service" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-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-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/f2js/cust-order-service on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 30a7d7200e4014e7f616ccc2a5bd6a1565b1b4897c584d4c721d34c65100c8a6
[INFO] running `Command { std: "docker" "start" "-a" "30a7d7200e4014e7f616ccc2a5bd6a1565b1b4897c584d4c721d34c65100c8a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "30a7d7200e4014e7f616ccc2a5bd6a1565b1b4897c584d4c721d34c65100c8a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30a7d7200e4014e7f616ccc2a5bd6a1565b1b4897c584d4c721d34c65100c8a6", kill_on_drop: false }`
[INFO] [stdout] 30a7d7200e4014e7f616ccc2a5bd6a1565b1b4897c584d4c721d34c65100c8a6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c630c500fc86c6bb85e0ac808226c9b5fa5f9e990955ba7c753742bd576765ae
[INFO] running `Command { std: "docker" "start" "-a" "c630c500fc86c6bb85e0ac808226c9b5fa5f9e990955ba7c753742bd576765ae", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling futures-sink v0.3.25
[INFO] [stderr]    Compiling jobserver v0.1.25
[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 signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling futures-io v0.3.25
[INFO] [stderr]    Compiling serde_derive v1.0.147
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling num_cpus v1.14.0
[INFO] [stderr]    Compiling serde v1.0.147
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling cc v1.0.76
[INFO] [stderr]    Compiling bytestring v1.2.0
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling local-waker v0.1.3
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling digest v0.10.5
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling time-core v0.1.0
[INFO] [stderr]    Compiling time-macros v0.2.6
[INFO] [stderr]    Compiling actix-service v2.0.2
[INFO] [stderr]    Compiling brotli-decompressor v2.3.2
[INFO] [stderr]    Compiling actix-utils v3.0.1
[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 openssl v0.10.43
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling serde_json v1.0.87
[INFO] [stderr]    Compiling ordered-float v1.1.1
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling integer-encoding v3.0.4
[INFO] [stderr]    Compiling zstd-sys v2.0.1+zstd.1.5.2
[INFO] [stderr]    Compiling openssl-sys v0.9.78
[INFO] [stderr]    Compiling async-trait v0.1.58
[INFO] [stderr]    Compiling snap v1.1.0
[INFO] [stderr]    Compiling time v0.3.17
[INFO] [stderr]    Compiling r2d2 v0.8.10
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling thrift v0.15.0
[INFO] [stderr]    Compiling language-tags v0.3.2
[INFO] [stderr]    Compiling kafka v0.9.0
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling crc-catalog v1.1.1
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling crc v2.1.0
[INFO] [stderr]    Compiling brotli v3.3.4
[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 sha2 v0.10.6
[INFO] [stderr]    Compiling thrift-pool v1.4.1
[INFO] [stderr]    Compiling rand_pcg v0.3.1
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling chrono v0.4.23
[INFO] [stderr]    Compiling rand_seeder v0.2.3
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling actix-router v0.5.1
[INFO] [stderr]    Compiling actix-rt v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling futures-macro v0.3.25
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling actix-web-codegen v4.1.0
[INFO] [stderr]    Compiling actix-macros v0.2.3
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling actix-codec v0.5.0
[INFO] [stderr]    Compiling hbase-thrift v1.1.0
[INFO] [stderr]    Compiling h2 v0.3.15
[INFO] [stderr]    Compiling local-channel v0.1.3
[INFO] [stderr]    Compiling actix-server v2.1.1
[INFO] [stderr]    Compiling futures-executor v0.3.25
[INFO] [stderr]    Compiling futures v0.3.25
[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 1m 33s
[INFO] running `Command { std: "docker" "inspect" "c630c500fc86c6bb85e0ac808226c9b5fa5f9e990955ba7c753742bd576765ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c630c500fc86c6bb85e0ac808226c9b5fa5f9e990955ba7c753742bd576765ae", kill_on_drop: false }`
[INFO] [stdout] c630c500fc86c6bb85e0ac808226c9b5fa5f9e990955ba7c753742bd576765ae
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f481a10cee7bb90963c6a09d45f921864c34476d546182b37765a8e49e445096
[INFO] running `Command { std: "docker" "start" "-a" "f481a10cee7bb90963c6a09d45f921864c34476d546182b37765a8e49e445096", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling tokio v1.22.0
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling digest v0.10.5
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling chrono v0.4.23
[INFO] [stderr]    Compiling peg-runtime v0.6.3
[INFO] [stderr]    Compiling bytecount v0.6.3
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling os_str_bytes v6.4.1
[INFO] [stderr]    Compiling predicates-core v1.0.5
[INFO] [stderr]    Compiling textwrap v0.12.1
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling sealed v0.3.0
[INFO] [stderr]    Compiling gherkin v0.12.0
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling ctor v0.1.26
[INFO] [stderr]    Compiling typed-builder v0.7.1
[INFO] [stderr]    Compiling ghost v0.1.6
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling peg-macros v0.6.3
[INFO] [stderr]    Compiling clap_derive v3.2.18
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling textwrap v0.16.0
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling synthez-core v0.2.0
[INFO] [stderr]    Compiling aho-corasick v0.7.19
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling termtree v0.4.0
[INFO] [stderr]    Compiling inventory v0.3.2
[INFO] [stderr]    Compiling console v0.15.2
[INFO] [stderr]    Compiling sealed v0.4.0
[INFO] [stderr]    Compiling predicates-tree v1.0.7
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling anyhow v1.0.66
[INFO] [stderr]    Compiling mockall_derive v0.11.3
[INFO] [stderr]    Compiling fragile v2.0.0
[INFO] [stderr]    Compiling downcast v0.11.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling drain_filter_polyfill v0.1.2
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling synthez-codegen v0.2.0
[INFO] [stderr]    Compiling synthez v0.2.0
[INFO] [stderr]    Compiling peg v0.6.3
[INFO] [stderr]    Compiling clap v3.2.23
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]    Compiling nom_locate v4.0.0
[INFO] [stderr]    Compiling actix-router v0.5.1
[INFO] [stderr]    Compiling globset v0.4.9
[INFO] [stderr]    Compiling predicates v2.1.3
[INFO] [stderr]    Compiling cucumber-expressions v0.2.1
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling serde_with_macros v1.5.2
[INFO] [stderr]    Compiling mockall v0.11.3
[INFO] [stderr]    Compiling ignore v0.4.18
[INFO] [stderr]    Compiling actix-web-codegen v4.1.0
[INFO] [stderr]    Compiling cucumber-codegen v0.14.2
[INFO] [stderr]    Compiling serde_with v1.14.0
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling actix-rt v2.7.0
[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 actix-server v2.1.1
[INFO] [stderr]    Compiling h2 v0.3.15
[INFO] [stderr]    Compiling actix-codec v0.5.0
[INFO] [stderr]    Compiling cucumber v0.14.2
[INFO] [stderr]    Compiling bollard-stubs v1.41.0
[INFO] [stderr]    Compiling actix-http v3.2.2
[INFO] [stderr]    Compiling actix-web v4.2.1
[INFO] [stderr]    Compiling testcontainers v0.14.0
[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] [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: 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] [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::{Orderline, C...
[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] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 41.32s
[INFO] running `Command { std: "docker" "inspect" "f481a10cee7bb90963c6a09d45f921864c34476d546182b37765a8e49e445096", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f481a10cee7bb90963c6a09d45f921864c34476d546182b37765a8e49e445096", kill_on_drop: false }`
[INFO] [stdout] f481a10cee7bb90963c6a09d45f921864c34476d546182b37765a8e49e445096
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9fcc1affd2ae9c4b49147853bd550da700cf4ab5eedbd35fd910b8ce4a6a1593
[INFO] running `Command { std: "docker" "start" "-a" "9fcc1affd2ae9c4b49147853bd550da700cf4ab5eedbd35fd910b8ce4a6a1593", 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 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::{Orderline, C...
[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: 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 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: `order_service` (test "acceptancetests") generated 3 warnings (run `cargo fix --test "acceptancetests"` to apply 3 suggestions)
[INFO] [stderr] warning: `order_service` (test "integration_tests") generated 12 warnings (run `cargo fix --test "integration_tests"` to apply 5 suggestions)
[INFO] [stdout] 
[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] [stdout] running 64 tests
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/order_service-3809980a35cbfb70)
[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_different_cust_rest ... ok
[INFO] [stdout] test models::orders::tests::test_generate_salt_single_character_difference ... ok
[INFO] [stdout] test models::orders::tests::test_generate_row_key_same ... ok
[INFO] [stdout] test producers::producers::tests::test_raise_event_is_err ... ok
[INFO] [stdout] test models::orders::tests::test_generate_salt_different_seed ... 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 producers::producers::tests::test_raise_event_is_ok ... ok
[INFO] [stdout] test models::orders::tests::test_generate_salt_same_seed ... 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_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_is_ok ... ok
[INFO] [stdout] test repository::hbase::tests::test_get_orders_from_user_on_content ... ok
[INFO] [stdout] test repository::hbase::tests::test_get_order_row_err ... 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::tests::test_get_tables_none ... 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_cell_mutation_correct ... 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_empty_order_columns ... 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_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_full_values ... 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_mutation_from_order_row_key_returned ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_create_mutation_from_order_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_order_builder_from_hbase_row_missing_field ... 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_scan_no_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_create_order_builder_from_hbase_row_unknown_field ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_get_value_bad_str ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_create_scan_with_cols ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_get_value ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_get_value_none ... 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_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_set_order_field_c_addr ... 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_r_addr ... 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_state ... 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_c_id ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_set_order_field_o_id ... ok
[INFO] [stdout] test repository::hbase_utils::tests::test_get_column_bad_str ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/order_service-8929f34f625c3628)
[INFO] [stdout] test models::orders::tests::test_generate_row_key_front_same ... ok
[INFO] [stderr]      Running tests/acceptancetests.rs (/opt/rustwide/target/debug/deps/acceptancetests-fd920f6e5409c9f5)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 58 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.04s
[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] [stderr] 
[INFO] [stderr] thread 'main' (84) 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] [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]    0:     0x57c520e05d92 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]    1:     0x57c520e05d92 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]    2:     0x57c520e05d92 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]    3:     0x57c520e05d92 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]    4:     0x57c520e17bef - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]    5:     0x57c520e17bef - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stderr]    6:     0x57c520ddd591 - std::io::default_write_fmt::h1ecb8c7cfa7da481
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stderr]    7:     0x57c520ddd591 - std::io::Write::write_fmt::h051fe4a9e4fdbf48
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]    8:     0x57c520de5262 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]    9:     0x57c520de830f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stderr]   10:     0x57c520de8169 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:328:9
[INFO] [stderr]   11:     0x57c520de8a7f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stderr]   12:     0x57c520de8a7f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stderr]   13:     0x57c520de882a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stderr]   14:     0x57c520de5399 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]   15:     0x57c520dd0c8d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stderr]   16:     0x57c520e22620 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stderr]   17:     0x57c520aa2b70 - core::panicking::panic_display::h2e35c28ed39277ec
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:259:5
[INFO] [stderr]   18:     0x57c5208aba53 - cucumber::cucumber::Cucumber<W,P,I,R,Wr,Cli>::filter_run_and_exit::{{closure}}::h6d7d965d4285ced9
[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:     0x57c5208ab0ae - cucumber::cucumber::Cucumber<W,P,I,R,Wr,Cli>::run_and_exit::{{closure}}::h953c1ff613cc091f
[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:     0x57c5208e39e3 - cucumber::World::run::{{closure}}::ha115669c0908ba84
[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:     0x57c520873b13 - <core::pin::Pin<P> as core::future::future::Future>::poll::hcf3259c7ee848c02
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stderr]   22:     0x57c5208a24d0 - futures_executor::local_pool::block_on::{{closure}}::hd284f58b9e1ff280
[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:     0x57c5208a23cb - futures_executor::local_pool::run_executor::{{closure}}::h791ce7d8a4d9c35a
[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:     0x57c52088ab58 - std::thread::local::LocalKey<T>::try_with::hdc32c56c270178d0
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stderr]   25:     0x57c52088aa73 - std::thread::local::LocalKey<T>::with::hc0676440a115bc46
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stderr]   26:     0x57c5208a232b - futures_executor::local_pool::run_executor::hf36f0bb04a559051
[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:     0x57c5208a2478 - futures_executor::local_pool::block_on::h043021c08629349e
[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:     0x57c5208a044d - acceptancetests::main::h74e2f26eb3d763b9
[INFO] [stderr]                                at /opt/rustwide/workdir/tests/acceptancetests.rs:17:5
[INFO] [stderr]   29:     0x57c5208da6bb - core::ops::function::FnOnce::call_once::hd9504e96a86edf9a
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   30:     0x57c5208e848e - std::sys::backtrace::__rust_begin_short_backtrace::h3fbce54223a84d61
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stderr]   31:     0x57c52088aa41 - std::rt::lang_start::{{closure}}::h0a45f00d8625fd0b
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:206:18
[INFO] [stderr]   32:     0x57c520ddf2f0 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h4967fb77e0dfb65c
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:287:21
[INFO] [stderr]   33:     0x57c520ddf2f0 - std::panicking::catch_unwind::do_call::hf7e87675c3e14c23
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stderr]   34:     0x57c520ddf2f0 - std::panicking::catch_unwind::h26f0e342004b5114
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stderr]   35:     0x57c520ddf2f0 - std::panic::catch_unwind::h9ee33ca17775d897
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stderr]   36:     0x57c520ddf2f0 - std::rt::lang_start_internal::{{closure}}::h243ba3495fa13cf8
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:175:24
[INFO] [stderr]   37:     0x57c520ddf2f0 - std::panicking::catch_unwind::do_call::h819db0a7788e7259
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stderr]   38:     0x57c520ddf2f0 - std::panicking::catch_unwind::h23e08fb4a7b9f405
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stderr]   39:     0x57c520ddf2f0 - std::panic::catch_unwind::h7ca3d9eabb6135ff
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stderr]   40:     0x57c520ddf2f0 - std::rt::lang_start_internal::h06ad7395f4fda8d7
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:171:5
[INFO] [stderr]   41:     0x57c52088aa27 - std::rt::lang_start::ha9faefaef9f10998
[INFO] [stderr]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:205:5
[INFO] [stderr]   42:     0x57c5208abdce - main
[INFO] [stderr]   43:     0x7d36b85471ca - <unknown>
[INFO] [stderr]   44:     0x7d36b854728b - __libc_start_main
[INFO] [stderr]   45:     0x57c520835ef5 - _start
[INFO] [stderr]   46:                0x0 - <unknown>
[INFO] [stderr] error: test failed, to rerun pass `--test acceptancetests`
[INFO] running `Command { std: "docker" "inspect" "9fcc1affd2ae9c4b49147853bd550da700cf4ab5eedbd35fd910b8ce4a6a1593", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9fcc1affd2ae9c4b49147853bd550da700cf4ab5eedbd35fd910b8ce4a6a1593", kill_on_drop: false }`
[INFO] [stdout] 9fcc1affd2ae9c4b49147853bd550da700cf4ab5eedbd35fd910b8ce4a6a1593
