[INFO] cloning repository https://github.com/Michaol/RustRAG [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Michaol/RustRAG" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMichaol%2FRustRAG", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMichaol%2FRustRAG'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bdf83a61bfb3ed216d0e78e7fea7988d378f4344 [INFO] testing Michaol/RustRAG against 1.98.0-beta.1 for beta-1.98-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMichaol%2FRustRAG" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/Michaol/RustRAG [INFO] finished tweaking git repo https://github.com/Michaol/RustRAG [INFO] tweaked toml for git repo https://github.com/Michaol/RustRAG written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Michaol/RustRAG on toolchain 1.98.0-beta.1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Michaol/RustRAG 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.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] cc561a1bc1c17cb4792116cf9ec514d336a3bf090d53887272e9a4f699e4d648 [INFO] running `Command { std: "docker" "start" "cc561a1bc1c17cb4792116cf9ec514d336a3bf090d53887272e9a4f699e4d648", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cc561a1bc1c17cb4792116cf9ec514d336a3bf090d53887272e9a4f699e4d648", 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" "cc561a1bc1c17cb4792116cf9ec514d336a3bf090d53887272e9a4f699e4d648" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cc561a1bc1c17cb4792116cf9ec514d336a3bf090d53887272e9a4f699e4d648", 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" "cc561a1bc1c17cb4792116cf9ec514d336a3bf090d53887272e9a4f699e4d648" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling tree-sitter-language v0.1.7 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling simd-adler32 v0.3.9 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling zerocopy v0.8.42 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling tokio v1.50.0 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling zerocopy-derive v0.8.42 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling flate2 v1.1.9 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling rustls-pki-types v1.14.0 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling typenum v1.20.0 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling string_cache_codegen v0.5.4 [INFO] [stderr] Compiling rand_core v0.10.0 [INFO] [stderr] Compiling weezl v0.1.12 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling rustls v0.23.37 [INFO] [stderr] Compiling futf v0.1.5 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling rustls-webpki v0.103.9 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling markup5ever v0.14.1 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling dtoa v1.0.11 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling ref-cast v1.0.25 [INFO] [stderr] Compiling tendril v0.4.3 [INFO] [stderr] Compiling zune-jpeg v0.4.21 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Compiling dtoa-short v0.3.5 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling string_cache v0.8.9 [INFO] [stderr] Compiling selectors v0.26.0 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling cssparser-macros v0.6.1 [INFO] [stderr] Compiling ref-cast-impl v1.0.25 [INFO] [stderr] Compiling bumpalo v3.20.2 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Compiling zune-core v0.5.1 [INFO] [stderr] Compiling pxfm v0.1.29 [INFO] [stderr] Compiling fax v0.2.7 [INFO] [stderr] Compiling zip v2.4.2 [INFO] [stderr] Compiling getopts v0.2.24 [INFO] [stderr] Compiling zune-jpeg v0.5.15 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling tiff v0.10.3 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Compiling zopfli v0.8.3 [INFO] [stderr] Compiling schemars_derive v1.2.1 [INFO] [stderr] Compiling chacha20 v0.10.0 [INFO] [stderr] Compiling gif v0.14.2 [INFO] [stderr] Compiling cssparser v0.34.0 [INFO] [stderr] Compiling png v0.18.1 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling tree-sitter v0.26.7 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling moxcms v0.7.11 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling webpki-roots v1.0.6 [INFO] [stderr] Compiling servo_arc v0.4.3 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Compiling match_token v0.1.0 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling tree-sitter-javascript v0.25.0 [INFO] [stderr] Compiling tree-sitter-go v0.25.0 [INFO] [stderr] Compiling tree-sitter-rust v0.24.0 [INFO] [stderr] Compiling tree-sitter-typescript v0.23.2 [INFO] [stderr] Compiling sqlite-vec v0.1.9 [INFO] [stderr] Compiling tree-sitter-python v0.25.0 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling bytemuck v1.25.0 [INFO] [stderr] Compiling pulldown-cmark v0.13.1 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling iri-string v0.7.10 [INFO] [stderr] Compiling rmcp v0.16.0 [INFO] [stderr] Compiling dyn-clone v1.0.20 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling schemars v1.2.1 [INFO] [stderr] Compiling globset v0.4.18 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling time v0.3.45 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling html5ever v0.29.1 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling hashlink v0.9.1 [INFO] [stderr] Compiling futures v0.3.32 [INFO] [stderr] Compiling image v0.25.9 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling rand v0.10.0 [INFO] [stderr] Compiling rmcp-macros v0.16.0 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling uuid v1.22.0 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling sse-stream v0.2.1 [INFO] [stderr] Compiling zip v0.6.6 [INFO] [stderr] Compiling quick-xml v0.31.0 [INFO] [stderr] Compiling codepage v0.1.2 [INFO] [stderr] Compiling quick-xml v0.36.2 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.7 [INFO] [stderr] Compiling filetime v0.2.27 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling ego-tree v0.10.0 [INFO] [stderr] Compiling pulldown-cmark-escape v0.11.0 [INFO] [stderr] Compiling pastey v0.2.1 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling rangemap v1.7.1 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling streaming-iterator v0.1.9 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling rusqlite v0.32.1 [INFO] [stderr] Compiling lopdf v0.34.0 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling docx-rs v0.4.20 [INFO] [stderr] Compiling tracing-subscriber v0.3.23 [INFO] [stderr] Compiling scraper v0.22.0 [INFO] [stderr] error: could not compile `rmcp` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name rmcp --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rmcp-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="server"' --cfg 'feature="server-side-http"' --cfg 'feature="tower"' --cfg 'feature="transport-async-rw"' --cfg 'feature="transport-io"' --cfg 'feature="transport-streamable-http-server"' --cfg 'feature="transport-streamable-http-server-session"' --cfg 'feature="transport-worker"' --cfg 'feature="uuid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__reqwest", "auth", "base64", "client", "client-side-sse", "default", "elicitation", "macros", "reqwest", "reqwest-native-tls", "reqwest-tls-no-provider", "schemars", "server", "server-side-http", "tower", "transport-async-rw", "transport-child-process", "transport-io", "transport-streamable-http-client", "transport-streamable-http-client-reqwest", "transport-streamable-http-server", "transport-streamable-http-server-session", "transport-worker", "uuid"))' -C metadata=d4d66bdf07518135 -C extra-filename=-aa313360bba0c6d9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-3453bb6e76f3ba47.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-32787b0325ea6df8.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-2ed9460101f17bbf.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-17b169251f283fae.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-d72958dc8e43258c.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-621951be98ec0f6f.rmeta --extern http_body=/opt/rustwide/target/debug/deps/libhttp_body-55146306285889c1.rmeta --extern http_body_util=/opt/rustwide/target/debug/deps/libhttp_body_util-435c3d9885c1d0aa.rmeta --extern pastey=/opt/rustwide/target/debug/deps/libpastey-61e6305325948423.so --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-0a15d51c77964692.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-2855c165c68048a9.rmeta --extern rmcp_macros=/opt/rustwide/target/debug/deps/librmcp_macros-63cdc6b71ad7ca2c.so --extern schemars=/opt/rustwide/target/debug/deps/libschemars-5124abdd477779a0.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-870ee391e4f6e8f9.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-8c6203af07eca333.rmeta --extern sse_stream=/opt/rustwide/target/debug/deps/libsse_stream-c41112aec0a3795d.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-5e90adc18491a337.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-92c9e7f141caf93b.rmeta --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-48d5bf9e7f823e9e.rmeta --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-4860ade923889212.rmeta --extern tower_service=/opt/rustwide/target/debug/deps/libtower_service-3fb88d28c2218805.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-4cef0f2badfdb422.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-f5401b03c7852869.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `moxcms` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name moxcms --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/moxcms-0.7.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="avx"' --cfg 'feature="default"' --cfg 'feature="neon"' --cfg 'feature="sse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("avx", "avx512", "default", "neon", "options", "sse"))' -C metadata=32f3ec3f68a2e9f9 -C extra-filename=-902f71e6d2dc308b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-8025aadba3f5277e.rmeta --extern pxfm=/opt/rustwide/target/debug/deps/libpxfm-fac55e2f4107c2c2.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "cc561a1bc1c17cb4792116cf9ec514d336a3bf090d53887272e9a4f699e4d648", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc561a1bc1c17cb4792116cf9ec514d336a3bf090d53887272e9a4f699e4d648", kill_on_drop: false }` [INFO] [stdout] cc561a1bc1c17cb4792116cf9ec514d336a3bf090d53887272e9a4f699e4d648