[INFO] fetching crate umicp-sdk 0.3.1... [INFO] testing umicp-sdk-0.3.1 against 1.91.0 for beta-1.92-2 [INFO] extracting crate umicp-sdk 0.3.1 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate umicp-sdk 0.3.1 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate umicp-sdk 0.3.1 [INFO] tweaked toml for crates.io crate umicp-sdk 0.3.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate umicp-sdk 0.3.1 on toolchain 1.91.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate umicp-sdk 0.3.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded sdd v3.0.10 [INFO] [stderr] Downloaded scc v2.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9ca60413a219aba4fa4c6c33e5fba75f4f2acc6dc8055e94bf27267638944b79 [INFO] running `Command { std: "docker" "start" "-a" "9ca60413a219aba4fa4c6c33e5fba75f4f2acc6dc8055e94bf27267638944b79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9ca60413a219aba4fa4c6c33e5fba75f4f2acc6dc8055e94bf27267638944b79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ca60413a219aba4fa4c6c33e5fba75f4f2acc6dc8055e94bf27267638944b79", kill_on_drop: false }` [INFO] [stdout] 9ca60413a219aba4fa4c6c33e5fba75f4f2acc6dc8055e94bf27267638944b79 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ad64e13ff1faa785c0385ba950fab378aa320009cbe0ae89cd66155fa52dd4c8 [INFO] running `Command { std: "docker" "start" "-a" "ad64e13ff1faa785c0385ba950fab378aa320009cbe0ae89cd66155fa52dd4c8", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling matrixmultiply v0.3.10 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling ndarray v0.16.1 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling umicp-sdk v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `HashMap` and `VecDeque` [INFO] [stdout] --> src/pool.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | use std::collections::{HashMap, VecDeque}; [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: `std::sync::Arc` [INFO] [stdout] --> src/pool.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SystemTime` [INFO] [stdout] --> src/pool.rs:12:27 [INFO] [stdout] | [INFO] [stdout] 12 | use std::time::{Duration, SystemTime}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/load_balancer.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.41s [INFO] running `Command { std: "docker" "inspect" "ad64e13ff1faa785c0385ba950fab378aa320009cbe0ae89cd66155fa52dd4c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad64e13ff1faa785c0385ba950fab378aa320009cbe0ae89cd66155fa52dd4c8", kill_on_drop: false }` [INFO] [stdout] ad64e13ff1faa785c0385ba950fab378aa320009cbe0ae89cd66155fa52dd4c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 93ed66ea3627a06c40907a0ff0fe54dfa3dd8dba12a467967765874f292b25b0 [INFO] running `Command { std: "docker" "start" "-a" "93ed66ea3627a06c40907a0ff0fe54dfa3dd8dba12a467967765874f292b25b0", kill_on_drop: false }` [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling sdd v3.0.10 [INFO] [stderr] Compiling colored v2.1.0 [INFO] [stderr] Compiling similar v2.7.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling scc v2.4.0 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling serial_test_derive v3.2.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling serial_test v3.2.0 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling umicp-sdk v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `HashMap` and `VecDeque` [INFO] [stdout] --> src/pool.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | use std::collections::{HashMap, VecDeque}; [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: `std::sync::Arc` [INFO] [stdout] --> src/pool.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SystemTime` [INFO] [stdout] --> src/pool.rs:12:27 [INFO] [stdout] | [INFO] [stdout] 12 | use std::time::{Duration, SystemTime}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/load_balancer.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling hyper v1.7.0 [INFO] [stderr] Compiling hyper-util v0.1.17 [INFO] [stderr] Compiling mockito v1.7.0 [INFO] [stdout] error[E0432]: unresolved import `umicp_core` [INFO] [stdout] --> examples/error_handling.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use umicp_core::{Envelope, Matrix, OperationType, UmicpError}; [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `umicp_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `umicp_core`, use `cargo add umicp_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `umicp_core` [INFO] [stdout] --> examples/basic_envelope.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use umicp_core::{Envelope, OperationType}; [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `umicp_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `umicp_core`, use `cargo add umicp_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `umicp_core` [INFO] [stdout] --> tests/envelope_tests.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use umicp_core::{Envelope, OperationType, PayloadType, EncodingType, PayloadHint}; [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `umicp_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `umicp_core`, use `cargo add umicp_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `umicp_core` [INFO] [stdout] --> tests/tool_discovery_comprehensive.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use umicp_core::{DiscoverableService, OperationSchema, ServerInfo}; [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `umicp_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `umicp_core`, use `cargo add umicp_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `umicp_core` [INFO] [stdout] --> tests/matrix_tests.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use umicp_core::Matrix; [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `umicp_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `umicp_core`, use `cargo add umicp_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `umicp-sdk` (test "tool_discovery_comprehensive") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unused import: `std::time::Duration` [INFO] [stdout] --> src/events.rs:226:9 [INFO] [stdout] | [INFO] [stdout] 226 | use std::time::Duration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `umicp_core` [INFO] [stdout] --> tests/native_types_comprehensive.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use umicp_core::{Envelope, OperationType, Capabilities}; [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `umicp_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `umicp_core`, use `cargo add umicp_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `HashMap` and `VecDeque` [INFO] [stdout] --> src/pool.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | use std::collections::{HashMap, VecDeque}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> src/pool.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SystemTime` [INFO] [stdout] --> src/pool.rs:12:27 [INFO] [stdout] | [INFO] [stdout] 12 | use std::time::{Duration, SystemTime}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/load_balancer.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `umicp-sdk` (test "envelope_tests") due to 1 previous error [INFO] [stderr] error: could not compile `umicp-sdk` (example "basic_envelope") due to 1 previous error [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `umicp-sdk` (example "error_handling") due to 1 previous error [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HashMap` [INFO] [stdout] --> examples/vectorizer_integration.rs:62:28 [INFO] [stdout] | [INFO] [stdout] 62 | let mut capabilities = HashMap::new(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `HashMap` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 9 + use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `umicp-sdk` (test "matrix_tests") due to 1 previous error [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Envelope` [INFO] [stdout] --> examples/vectorizer_integration.rs:66:20 [INFO] [stdout] | [INFO] [stdout] 66 | let envelope = Envelope::builder() [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Envelope` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 9 + use umicp_sdk::Envelope; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `OperationType` [INFO] [stdout] --> examples/vectorizer_integration.rs:69:20 [INFO] [stdout] | [INFO] [stdout] 69 | .operation(OperationType::Request) [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `OperationType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 9 + use umicp_sdk::OperationType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `HttpClientConfig` in this scope [INFO] [stdout] --> examples/vectorizer_integration.rs:107:18 [INFO] [stdout] | [INFO] [stdout] 107 | let config = HttpClientConfig { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Duration` [INFO] [stdout] --> examples/vectorizer_integration.rs:110:18 [INFO] [stdout] | [INFO] [stdout] 110 | timeout: Duration::from_secs(30), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Duration` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 9 + use std::time::Duration; [INFO] [stdout] | [INFO] [stdout] 9 + use chrono::Duration; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `umicp_core` [INFO] [stdout] --> examples/advanced_matrix_ops.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use umicp_core::Matrix; [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `umicp_core` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `umicp_core`, use `cargo add umicp_core` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HashMap` [INFO] [stdout] --> examples/vectorizer_integration.rs:117:28 [INFO] [stdout] | [INFO] [stdout] 117 | let mut capabilities = HashMap::new(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `HashMap` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 9 + use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Envelope` [INFO] [stdout] --> examples/vectorizer_integration.rs:122:20 [INFO] [stdout] | [INFO] [stdout] 122 | let envelope = Envelope::builder() [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Envelope` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 9 + use umicp_sdk::Envelope; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `OperationType` [INFO] [stdout] --> examples/vectorizer_integration.rs:125:20 [INFO] [stdout] | [INFO] [stdout] 125 | .operation(OperationType::Data) [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `OperationType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 9 + use umicp_sdk::OperationType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HttpClient` [INFO] [stdout] --> examples/vectorizer_integration.rs:59:18 [INFO] [stdout] | [INFO] [stdout] 59 | let client = HttpClient::new_with_path("http://localhost:8000", "/umicp")?; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `HttpClient` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HttpClient` [INFO] [stdout] --> examples/vectorizer_integration.rs:114:18 [INFO] [stdout] | [INFO] [stdout] 114 | let client = HttpClient::with_config(config)?; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `HttpClient` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `umicp-sdk` (test "native_types_comprehensive") due to 1 previous error [INFO] [stdout] Some errors have detailed explanations: E0422, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0422`. [INFO] [stdout] [INFO] [stderr] error: could not compile `umicp-sdk` (example "vectorizer_integration") due to 10 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `umicp-sdk` (example "advanced_matrix_ops") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "93ed66ea3627a06c40907a0ff0fe54dfa3dd8dba12a467967765874f292b25b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93ed66ea3627a06c40907a0ff0fe54dfa3dd8dba12a467967765874f292b25b0", kill_on_drop: false }` [INFO] [stdout] 93ed66ea3627a06c40907a0ff0fe54dfa3dd8dba12a467967765874f292b25b0