[INFO] cloning repository https://github.com/alkimiadev/embedding_service [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alkimiadev/embedding_service" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falkimiadev%2Fembedding_service", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falkimiadev%2Fembedding_service'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e470bd352fd7fab54ed23a88be2922006fdc2317 [INFO] testing alkimiadev/embedding_service against 1.98.0-beta.6+cargoflags=--release for beta-1.98-release-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falkimiadev%2Fembedding_service" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/alkimiadev/embedding_service [INFO] finished tweaking git repo https://github.com/alkimiadev/embedding_service [INFO] tweaked toml for git repo https://github.com/alkimiadev/embedding_service written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/alkimiadev/embedding_service on toolchain 1.98.0-beta.6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/alkimiadev/embedding_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" "+1.98.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 609f406baafb109cbd306a67881b1d1ee54aad30c11565683c6174098dbb785e [INFO] running `Command { std: "docker" "start" "609f406baafb109cbd306a67881b1d1ee54aad30c11565683c6174098dbb785e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "609f406baafb109cbd306a67881b1d1ee54aad30c11565683c6174098dbb785e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "609f406baafb109cbd306a67881b1d1ee54aad30c11565683c6174098dbb785e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "609f406baafb109cbd306a67881b1d1ee54aad30c11565683c6174098dbb785e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "609f406baafb109cbd306a67881b1d1ee54aad30c11565683c6174098dbb785e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.6" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling unicode-ident v1.0.22 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling find-msvc-tools v0.1.5 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling bytes v1.11.0 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling cc v1.2.49 [INFO] [stderr] Compiling icu_properties_data v2.1.1 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling rustls-pki-types v1.13.1 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling tracing-core v0.1.35 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling rustls v0.23.35 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling onig_sys v69.9.1 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.7 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling webpki-roots v1.0.4 [INFO] [stderr] Compiling unicode-width v0.2.2 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling socks v0.3.4 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling webpki-roots v0.26.11 [INFO] [stderr] Compiling flate2 v1.1.5 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerocopy-derive v0.8.31 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling tracing v0.1.43 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling icu_properties v2.1.1 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling rustls-webpki v0.103.8 [INFO] [stderr] Compiling esaxx-rs v0.1.10 [INFO] [stderr] Compiling matrixmultiply v0.3.10 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling indicatif v0.17.11 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling monostate-impl v0.1.18 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling macro_rules_attribute-proc_macro v0.2.2 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling clap_lex v0.7.6 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling spm_precompiled v0.1.4 [INFO] [stderr] Compiling clap_builder v4.5.53 [INFO] [stderr] Compiling ureq v2.12.1 [INFO] [stderr] Compiling compact_str v0.9.0 [INFO] [stderr] Compiling rayon-cond v0.4.0 [INFO] [stderr] Compiling hf-hub v0.4.3 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling macro_rules_attribute v0.2.2 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling onig v6.5.1 [INFO] [stderr] Compiling monostate v0.1.18 [INFO] [stderr] Compiling derive_builder v0.20.2 [INFO] [stderr] Compiling dary_heap v0.3.8 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling unicode-normalization-alignments v0.1.12 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling axum-core v0.5.5 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling ndarray v0.15.6 [INFO] [stderr] Compiling tokenizers v0.21.4 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling safetensors v0.5.3 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling axum v0.8.7 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling model2vec-rs v0.1.4 (https://github.com/alkimiadev/model2vec-rs?branch=feature%2Fencode-with-stats#b1178905) [INFO] [stderr] Compiling embedding_service v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `release` profile [optimized] target(s) in 3m 39s [INFO] running `Command { std: "docker" "inspect" "609f406baafb109cbd306a67881b1d1ee54aad30c11565683c6174098dbb785e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "609f406baafb109cbd306a67881b1d1ee54aad30c11565683c6174098dbb785e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling slab v0.4.11 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling typeid v1.0.3 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling erased-serde v0.4.9 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling axum-core v0.5.5 [INFO] [stderr] Compiling iri-string v0.7.9 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling openssl-probe v0.1.6 [INFO] [stderr] Compiling typetag v0.2.21 [INFO] [stderr] Compiling time-core v0.1.6 [INFO] [stderr] Compiling deranged v0.5.5 [INFO] [stderr] Compiling time-macros v0.2.24 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling ndarray v0.15.6 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling typetag-impl v0.2.21 [INFO] [stderr] Compiling iana-time-zone v0.1.64 [INFO] [stderr] Compiling inventory v0.3.21 [INFO] [stderr] Compiling predicates-core v1.0.9 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling email_address v0.2.9 [INFO] [stderr] Compiling expect-json-macros v1.7.1 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling sdd v3.0.10 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling uuid v1.19.0 [INFO] [stderr] Compiling model2vec-rs v0.1.4 (https://github.com/alkimiadev/model2vec-rs?branch=feature%2Fencode-with-stats#b1178905) [INFO] [stderr] Compiling expect-json v1.7.1 [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling predicates-tree v1.0.12 [INFO] [stderr] Compiling scc v2.4.0 [INFO] [stderr] Compiling mockall_derive v0.12.1 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling predicates v3.1.3 [INFO] [stderr] Compiling rust-multipart-rfc7578_2 v0.8.0 [INFO] [stderr] Compiling reserve-port v2.3.0 [INFO] [stderr] Compiling serial_test_derive v3.2.0 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling downcast v0.11.0 [INFO] [stderr] Compiling fragile v2.0.1 [INFO] [stderr] Compiling bytesize v2.3.1 [INFO] [stderr] Compiling serial_test v3.2.0 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stderr] Compiling mockall v0.12.1 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling axum v0.8.7 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.25 [INFO] [stderr] Compiling embedding_service v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling axum-test v18.4.1 [INFO] [stderr] Finished `release` profile [optimized] target(s) in 1m 45s [INFO] running `Command { std: "docker" "inspect" "609f406baafb109cbd306a67881b1d1ee54aad30c11565683c6174098dbb785e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "609f406baafb109cbd306a67881b1d1ee54aad30c11565683c6174098dbb785e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.6" "test" "--frozen" "--release", kill_on_drop: false }` [INFO] [stderr] Finished `release` profile [optimized] target(s) in 0.50s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/release/deps/embedding_service-65f79e4a3381271c) [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test auth::tests::test_auth_config_creation ... ok [INFO] [stdout] test auth::tests::test_constant_time_eq ... ok [INFO] [stdout] test handlers::tests::test_accurate_token_counting ... ok [INFO] [stdout] test handlers::tests::test_embedding_request_parsing ... ok [INFO] [stdout] test models::tests::test_embedding_request_array_input ... ok [INFO] [stdout] test models::tests::test_embedding_request_string_input ... ok [INFO] [stdout] test models::tests::test_embedding_request_optional_model ... ok [INFO] [stdout] test models::tests::test_embedding_response_serialization ... ok [INFO] [stdout] test auth::tests::test_error_response_creation ... ok [INFO] [stdout] test models::tests::test_empty_array_input ... ok [INFO] [stdout] test models::tests::test_error_response_serialization ... ok [INFO] [stdout] test models::tests::test_error_response_without_code ... ok [INFO] [stdout] test models::tests::test_unicode_handling ... ok [INFO] [stdout] test models::tests::test_empty_string_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/release/deps/embedding_service-bf223ce7c58acdbb) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/e2e_tests.rs (/opt/rustwide/target/release/deps/e2e_tests-6a40a1b2fa90eddc) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_e2e_embedding_request ... FAILED [INFO] [stdout] test test_e2e_with_auth ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_e2e_embedding_request stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_e2e_embedding_request' (4973) panicked at tests/e2e_tests.rs:57:7: [INFO] [stdout] Failed to load model: request error: https://huggingface.co/minishlab/potion-base-8M/resolve/main/tokenizer.json: Dns Failed: resolve dns name 'huggingface.co:443': failed to lookup address information: Temporary failure in name resolution [INFO] [stdout] [INFO] [stdout] Caused by: [INFO] [stdout] 0: https://huggingface.co/minishlab/potion-base-8M/resolve/main/tokenizer.json: Dns Failed: resolve dns name 'huggingface.co:443': failed to lookup address information: Temporary failure in name resolution [INFO] [stdout] 1: failed to lookup address information: Temporary failure in name resolution [INFO] [stdout] [INFO] [stdout] Stack backtrace: [INFO] [stdout] 0: >::from [INFO] [stdout] 1: e2e_tests::create_test_app::{closure#0} [INFO] [stdout] 2: e2e_tests::test_e2e_embedding_request::{closure#0} [INFO] [stdout] 3: ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 4: >::with::, core::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box, core::option::Option<()>)> [INFO] [stdout] 5: ::block_on::>>> [INFO] [stdout] 6: tokio::runtime::context::runtime::enter_runtime::<::block_on>>::{closure#0}, ()> [INFO] [stdout] 7: ::block_on::>> [INFO] [stdout] 8: >::call_once [INFO] [stdout] 9: test::__rust_begin_short_backtrace::, fn() -> core::result::Result<(), alloc::string::String>> [INFO] [stdout] 10: test::run_test::{closure#0} [INFO] [stdout] 11: std::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 12: ::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 13: ::new::thread_start [INFO] [stdout] 14: [INFO] [stdout] 15: clone [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x601fdb833101 - <::print::DisplayBacktrace as core[812a354ff5be3162]::fmt::Display>::fmt [INFO] [stdout] 1: 0x601fdb84b7ea - core[812a354ff5be3162]::fmt::write [INFO] [stdout] 2: 0x601fdb838c8c - as std[93043b772a62376c]::io::Write>::write_fmt [INFO] [stdout] 3: 0x601fdb80d736 - std[93043b772a62376c]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x601fdb829e99 - std[93043b772a62376c]::panicking::default_hook [INFO] [stdout] 5: 0x601fdb343060 - test[8de0c696b8e66f4f]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x601fdb82a1c2 - std[93043b772a62376c]::panicking::panic_with_hook [INFO] [stdout] 7: 0x601fdb80d7e2 - std[93043b772a62376c]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x601fdb804749 - std[93043b772a62376c]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x601fdb80e8bd - __rustc[9fcb67b4460bf95]::rust_begin_unwind [INFO] [stdout] 10: 0x601fdb84bfcc - core[812a354ff5be3162]::panicking::panic_fmt [INFO] [stdout] 11: 0x601fdb84bda2 - core[812a354ff5be3162]::result::unwrap_failed [INFO] [stdout] 12: 0x601fdb318237 - e2e_tests[cd73d1aff8f3ae0f]::create_test_app::{closure#0} [INFO] [stdout] 13: 0x601fdb31a7eb - e2e_tests[cd73d1aff8f3ae0f]::test_e2e_embedding_request::{closure#0} [INFO] [stdout] 14: 0x601fdb2bdd53 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 15: 0x601fdb2fb719 - >::with::, core[812a354ff5be3162]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[812a354ff5be3162]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9902a75dd20b7c99]::boxed::Box, core[812a354ff5be3162]::option::Option<()>)> [INFO] [stdout] 16: 0x601fdb2beaf7 - ::block_on::>>> [INFO] [stdout] 17: 0x601fdb30478a - tokio[e2e0f500a429113b]::runtime::context::runtime::enter_runtime::<::block_on>>::{closure#0}, ()> [INFO] [stdout] 18: 0x601fdb2bb325 - ::block_on::>> [INFO] [stdout] 19: 0x601fdb31dd0e - >::call_once [INFO] [stdout] 20: 0x601fdb33639b - test[8de0c696b8e66f4f]::__rust_begin_short_backtrace::, fn() -> core[812a354ff5be3162]::result::Result<(), alloc[9902a75dd20b7c99]::string::String>> [INFO] [stdout] 21: 0x601fdb3439e5 - test[8de0c696b8e66f4f]::run_test::{closure#0} [INFO] [stdout] 22: 0x601fdb33e494 - std[93043b772a62376c]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 23: 0x601fdb346b32 - ::{closure#1} as core[812a354ff5be3162]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 24: 0x601fdb831d9f - ::new::thread_start [INFO] [stdout] 25: 0x71eb2117807a - [INFO] [stdout] 26: 0x71eb2120b534 - clone [INFO] [stdout] 27: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_e2e_with_auth stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_e2e_with_auth' (4974) panicked at tests/e2e_tests.rs:57:7: [INFO] [stdout] Failed to load model: request error: https://huggingface.co/minishlab/potion-base-8M/resolve/main/tokenizer.json: Dns Failed: resolve dns name 'huggingface.co:443': failed to lookup address information: Temporary failure in name resolution [INFO] [stdout] [INFO] [stdout] Caused by: [INFO] [stdout] 0: https://huggingface.co/minishlab/potion-base-8M/resolve/main/tokenizer.json: Dns Failed: resolve dns name 'huggingface.co:443': failed to lookup address information: Temporary failure in name resolution [INFO] [stdout] 1: failed to lookup address information: Temporary failure in name resolution [INFO] [stdout] [INFO] [stdout] Stack backtrace: [INFO] [stdout] 0: >::from [INFO] [stdout] 1: e2e_tests::create_test_app::{closure#0} [INFO] [stdout] 2: e2e_tests::test_e2e_with_auth::{closure#0} [INFO] [stdout] 3: ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 4: >::with::, core::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core::option::Option<()>>::{closure#0}>::{closure#0}, (alloc::boxed::Box, core::option::Option<()>)> [INFO] [stdout] 5: ::block_on::>>> [INFO] [stdout] 6: tokio::runtime::context::runtime::enter_runtime::<::block_on>>::{closure#0}, ()> [INFO] [stdout] 7: ::block_on::>> [INFO] [stdout] 8: >::call_once [INFO] [stdout] 9: test::__rust_begin_short_backtrace::, fn() -> core::result::Result<(), alloc::string::String>> [INFO] [stdout] 10: test::run_test::{closure#0} [INFO] [stdout] 11: std::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 12: ::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 13: ::new::thread_start [INFO] [stdout] 14: [INFO] [stdout] 15: clone [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x601fdb833101 - <::print::DisplayBacktrace as core[812a354ff5be3162]::fmt::Display>::fmt [INFO] [stdout] 1: 0x601fdb84b7ea - core[812a354ff5be3162]::fmt::write [INFO] [stdout] 2: 0x601fdb838c8c - as std[93043b772a62376c]::io::Write>::write_fmt [INFO] [stdout] 3: 0x601fdb80d736 - std[93043b772a62376c]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x601fdb829e99 - std[93043b772a62376c]::panicking::default_hook [INFO] [stdout] 5: 0x601fdb343060 - test[8de0c696b8e66f4f]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x601fdb82a1c2 - std[93043b772a62376c]::panicking::panic_with_hook [INFO] [stdout] 7: 0x601fdb80d7e2 - std[93043b772a62376c]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x601fdb804749 - std[93043b772a62376c]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x601fdb80e8bd - __rustc[9fcb67b4460bf95]::rust_begin_unwind [INFO] [stdout] 10: 0x601fdb84bfcc - core[812a354ff5be3162]::panicking::panic_fmt [INFO] [stdout] 11: 0x601fdb84bda2 - core[812a354ff5be3162]::result::unwrap_failed [INFO] [stdout] 12: 0x601fdb318237 - e2e_tests[cd73d1aff8f3ae0f]::create_test_app::{closure#0} [INFO] [stdout] 13: 0x601fdb31938b - e2e_tests[cd73d1aff8f3ae0f]::test_e2e_with_auth::{closure#0} [INFO] [stdout] 14: 0x601fdb2bdd53 - ::enter::, ::block_on>>>::{closure#0}::{closure#0}> [INFO] [stdout] 15: 0x601fdb2fb719 - >::with::, core[812a354ff5be3162]::option::Option<()>), ::enter<::block_on>>>::{closure#0}, core[812a354ff5be3162]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9902a75dd20b7c99]::boxed::Box, core[812a354ff5be3162]::option::Option<()>)> [INFO] [stdout] 16: 0x601fdb2beaf7 - ::block_on::>>> [INFO] [stdout] 17: 0x601fdb30478a - tokio[e2e0f500a429113b]::runtime::context::runtime::enter_runtime::<::block_on>>::{closure#0}, ()> [INFO] [stdout] 18: 0x601fdb2bb325 - ::block_on::>> [INFO] [stdout] 19: 0x601fdb31dbae - >::call_once [INFO] [stdout] 20: 0x601fdb33639b - test[8de0c696b8e66f4f]::__rust_begin_short_backtrace::, fn() -> core[812a354ff5be3162]::result::Result<(), alloc[9902a75dd20b7c99]::string::String>> [INFO] [stdout] 21: 0x601fdb3439e5 - test[8de0c696b8e66f4f]::run_test::{closure#0} [INFO] [stdout] 22: 0x601fdb33e494 - std[93043b772a62376c]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 23: 0x601fdb346b32 - ::{closure#1} as core[812a354ff5be3162]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 24: 0x601fdb831d9f - ::new::thread_start [INFO] [stdout] 25: 0x71eb2117807a - [INFO] [stdout] 26: 0x71eb2120b534 - clone [INFO] [stdout] 27: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_e2e_embedding_request [INFO] [stdout] test_e2e_with_auth [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test e2e_tests` [INFO] running `Command { std: "docker" "inspect" "609f406baafb109cbd306a67881b1d1ee54aad30c11565683c6174098dbb785e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "609f406baafb109cbd306a67881b1d1ee54aad30c11565683c6174098dbb785e", kill_on_drop: false }` [INFO] [stdout] 609f406baafb109cbd306a67881b1d1ee54aad30c11565683c6174098dbb785e