[INFO] cloning repository https://github.com/forfd8960/e-commerce-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/forfd8960/e-commerce-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fforfd8960%2Fe-commerce-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fforfd8960%2Fe-commerce-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4f17528576c0c4289eeb5260b935ee4dcb5204e2 [INFO] testing forfd8960/e-commerce-rs against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fforfd8960%2Fe-commerce-rs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/forfd8960/e-commerce-rs [INFO] finished tweaking git repo https://github.com/forfd8960/e-commerce-rs [INFO] tweaked toml for git repo https://github.com/forfd8960/e-commerce-rs written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/forfd8960/e-commerce-rs on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/forfd8960/e-commerce-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0b2330def8ea2aa7aa8ba5ee18820765367f3bb4ced3e513658cab2120dd24ce [INFO] running `Command { std: "docker" "start" "-a" "0b2330def8ea2aa7aa8ba5ee18820765367f3bb4ced3e513658cab2120dd24ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0b2330def8ea2aa7aa8ba5ee18820765367f3bb4ced3e513658cab2120dd24ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b2330def8ea2aa7aa8ba5ee18820765367f3bb4ced3e513658cab2120dd24ce", kill_on_drop: false }` [INFO] [stdout] 0b2330def8ea2aa7aa8ba5ee18820765367f3bb4ced3e513658cab2120dd24ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e66dc55ee7237ed81a9f928f531818dcd6eb5a3deef05b0849339b6d510007bc [INFO] running `Command { std: "docker" "start" "-a" "e66dc55ee7237ed81a9f928f531818dcd6eb5a3deef05b0849339b6d510007bc", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling itoa v1.0.16 [INFO] [stderr] Compiling cc v1.2.50 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling rustls-pki-types v1.13.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling serde_json v1.0.146 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling ryu v1.0.21 [INFO] [stderr] Compiling rustls v0.23.35 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling rust_decimal v1.39.0 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling webpki-roots v1.0.4 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling crc v3.4.0 [INFO] [stderr] Compiling webpki-roots v0.26.11 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling unicode-properties v0.1.4 [INFO] [stderr] Compiling unicode-bidi v0.3.18 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling prost-derive v0.13.5 [INFO] [stderr] Compiling rustls-webpki v0.103.8 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling whoami v1.6.1 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling prost v0.13.5 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling sqlx-postgres v0.8.6 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling petgraph v0.7.1 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling prost-types v0.13.5 [INFO] [stderr] Compiling multimap v0.10.1 [INFO] [stderr] Compiling uuid v1.19.0 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Compiling hyper-timeout v0.5.2 [INFO] [stderr] Compiling prost-build v0.13.5 [INFO] [stderr] Compiling tonic v0.12.3 [INFO] [stderr] Compiling time-macros v0.2.24 [INFO] [stderr] Compiling tonic-build v0.12.3 [INFO] [stderr] Compiling inout v0.1.4 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Compiling proto v0.1.0 (/opt/rustwide/workdir/proto) [INFO] [stderr] Compiling common v0.1.0 (/opt/rustwide/workdir/common) [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling dashmap v5.5.3 [INFO] [stderr] Compiling simple_asn1 v0.6.3 [INFO] [stderr] Compiling blowfish v0.9.1 [INFO] [stderr] Compiling pem v3.0.6 [INFO] [stderr] Compiling bcrypt v0.15.1 [INFO] [stderr] Compiling jsonwebtoken v9.3.1 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling sqlx v0.8.6 [INFO] [stderr] Compiling product v0.1.0 (/opt/rustwide/workdir/product) [INFO] [stderr] Compiling user v0.1.0 (/opt/rustwide/workdir/user) [INFO] [stderr] Compiling order v0.1.0 (/opt/rustwide/workdir/order) [INFO] [stdout] warning: fields `id` and `order_id` are never read [INFO] [stdout] --> order/src/order.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 27 | struct DbOrderItem { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 28 | id: String, [INFO] [stdout] | ^^ [INFO] [stdout] 29 | order_id: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DbOrderItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `verify_token` is never used [INFO] [stdout] --> user/src/user.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 39 | impl UserServiceImpl { [INFO] [stdout] | -------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 61 | fn verify_token(&self, token: &str) -> Result { [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 31s [INFO] running `Command { std: "docker" "inspect" "e66dc55ee7237ed81a9f928f531818dcd6eb5a3deef05b0849339b6d510007bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e66dc55ee7237ed81a9f928f531818dcd6eb5a3deef05b0849339b6d510007bc", kill_on_drop: false }` [INFO] [stdout] e66dc55ee7237ed81a9f928f531818dcd6eb5a3deef05b0849339b6d510007bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6a7f93de72396c3bd7334775c68bccc06309dfb0df891f16bc8cf1cfd8f27e97 [INFO] running `Command { std: "docker" "start" "-a" "6a7f93de72396c3bd7334775c68bccc06309dfb0df891f16bc8cf1cfd8f27e97", kill_on_drop: false }` [INFO] [stderr] Compiling order v0.1.0 (/opt/rustwide/workdir/order) [INFO] [stderr] Compiling product v0.1.0 (/opt/rustwide/workdir/product) [INFO] [stderr] Compiling common v0.1.0 (/opt/rustwide/workdir/common) [INFO] [stderr] Compiling proto v0.1.0 (/opt/rustwide/workdir/proto) [INFO] [stderr] Compiling user v0.1.0 (/opt/rustwide/workdir/user) [INFO] [stdout] warning: method `verify_token` is never used [INFO] [stdout] --> user/src/user.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 39 | impl UserServiceImpl { [INFO] [stdout] | -------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 61 | fn verify_token(&self, token: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `id` and `order_id` are never read [INFO] [stdout] --> order/src/order.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 27 | struct DbOrderItem { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 28 | id: String, [INFO] [stdout] | ^^ [INFO] [stdout] 29 | order_id: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DbOrderItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.15s [INFO] running `Command { std: "docker" "inspect" "6a7f93de72396c3bd7334775c68bccc06309dfb0df891f16bc8cf1cfd8f27e97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a7f93de72396c3bd7334775c68bccc06309dfb0df891f16bc8cf1cfd8f27e97", kill_on_drop: false }` [INFO] [stdout] 6a7f93de72396c3bd7334775c68bccc06309dfb0df891f16bc8cf1cfd8f27e97 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b6c4f50c38a4f1c749ec2d709c3e343894557620c64da5daa2e5a8688a545535 [INFO] running `Command { std: "docker" "start" "-a" "b6c4f50c38a4f1c749ec2d709c3e343894557620c64da5daa2e5a8688a545535", kill_on_drop: false }` [INFO] [stderr] warning: fields `id` and `order_id` are never read [INFO] [stderr] --> order/src/order.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 27 | struct DbOrderItem { [INFO] [stderr] | ----------- fields in this struct [INFO] [stderr] 28 | id: String, [INFO] [stderr] | ^^ [INFO] [stderr] 29 | order_id: String, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `DbOrderItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `order` (bin "order-server" test) generated 1 warning [INFO] [stderr] warning: method `verify_token` is never used [INFO] [stderr] --> user/src/user.rs:61:8 [INFO] [stderr] | [INFO] [stderr] 39 | impl UserServiceImpl { [INFO] [stderr] | -------------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 61 | fn verify_token(&self, token: &str) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `user` (bin "user-server" test) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.41s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/common-8d92e9e102a47145) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/client.rs (/opt/rustwide/target/debug/deps/order_client-0c377de17b90ce5e) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/order_server-ac8b0b36f2b38445) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/client.rs (/opt/rustwide/target/debug/deps/product_client-fd63330fa0c4a3d3) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/product_server-12ca0f0385e99b7a) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [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] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/proto-1e67c00e41810f51) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Running unittests src/tt.rs (/opt/rustwide/target/debug/deps/test_service-1bf2e5be6acbd154) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [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] [stderr] Running unittests src/client.rs (/opt/rustwide/target/debug/deps/user_client-9988169ae177389e) [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/user_server-d55ddbbb4bc01c2f) [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] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests common [INFO] [stderr] Doc-tests proto [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] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b6c4f50c38a4f1c749ec2d709c3e343894557620c64da5daa2e5a8688a545535", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6c4f50c38a4f1c749ec2d709c3e343894557620c64da5daa2e5a8688a545535", kill_on_drop: false }` [INFO] [stdout] b6c4f50c38a4f1c749ec2d709c3e343894557620c64da5daa2e5a8688a545535