[INFO] cloning repository https://github.com/shivangp76/spares [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shivangp76/spares" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshivangp76%2Fspares", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshivangp76%2Fspares'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f0960b1e21225ff7d0b0fb96253ff25247a915d2 [INFO] testing shivangp76/spares against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshivangp76%2Fspares" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/shivangp76/spares [INFO] finished tweaking git repo https://github.com/shivangp76/spares [INFO] tweaked toml for git repo https://github.com/shivangp76/spares written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/shivangp76/spares 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/shivangp76/spares 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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 3434d82633af098beb2ca904c4dcdc8369cea8c7165333fab8915adf5b51f9e4 [INFO] running `Command { std: "docker" "start" "-a" "3434d82633af098beb2ca904c4dcdc8369cea8c7165333fab8915adf5b51f9e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3434d82633af098beb2ca904c4dcdc8369cea8c7165333fab8915adf5b51f9e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3434d82633af098beb2ca904c4dcdc8369cea8c7165333fab8915adf5b51f9e4", kill_on_drop: false }` [INFO] [stdout] 3434d82633af098beb2ca904c4dcdc8369cea8c7165333fab8915adf5b51f9e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] b315e586a38d90419835a291f0933422a1be3b5b800642d5705634d08d171e6c [INFO] running `Command { std: "docker" "start" "-a" "b315e586a38d90419835a291f0933422a1be3b5b800642d5705634d08d171e6c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling find-msvc-tools v0.1.5 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling cc v1.2.50 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling simd-adler32 v0.3.8 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling ryu v1.0.21 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling signal-hook-registry v1.4.7 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling bytemuck v1.24.0 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling flate2 v1.1.5 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling core_maths v0.1.1 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling serde_derive v1.0.228 [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 zerofrom v0.1.6 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling equator-macro v0.4.2 [INFO] [stderr] Compiling zerocopy-derive v0.8.31 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling equator v0.4.2 [INFO] [stderr] Compiling aligned-vec v0.6.4 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling v_frame v0.3.9 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling slotmap v1.1.1 [INFO] [stderr] Compiling as-slice v0.2.1 [INFO] [stderr] Compiling weezl v0.1.12 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling av-scenechange v0.14.1 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling built v0.8.0 [INFO] [stderr] Compiling unicode-width v0.2.2 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Compiling darling_core v0.21.3 [INFO] [stderr] Compiling strict-num v0.1.1 [INFO] [stderr] Compiling aligned v0.4.3 [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling rav1e v0.8.1 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling profiling-procmacros v1.0.17 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling ttf-parser v0.25.1 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling nom v8.0.0 [INFO] [stderr] Compiling core2 v0.4.0 [INFO] [stderr] Compiling roxmltree v0.20.0 [INFO] [stderr] Compiling y4m v0.8.0 [INFO] [stderr] Compiling pastey v0.1.1 [INFO] [stderr] Compiling tinyvec v1.10.0 [INFO] [stderr] Compiling tiny-skia-path v0.11.4 [INFO] [stderr] Compiling darling_macro v0.21.3 [INFO] [stderr] Compiling sqlx-sqlite v0.8.6 [INFO] [stderr] Compiling fontconfig-parser v0.5.8 [INFO] [stderr] Compiling clap_builder v4.5.53 [INFO] [stderr] Compiling zune-jpeg v0.4.21 [INFO] [stderr] Compiling bitstream-io v4.9.0 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling profiling v1.0.17 [INFO] [stderr] Compiling av1-grain v0.2.5 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling derive_more-impl v2.1.0 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling fax_derive v0.2.0 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling rgb v0.8.52 [INFO] [stderr] Compiling memmap2 v0.9.9 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling kurbo v0.11.3 [INFO] [stderr] Compiling unicode-properties v0.1.4 [INFO] [stderr] Compiling unicode-bidi-mirroring v0.4.0 [INFO] [stderr] Compiling unicode-script v0.5.8 [INFO] [stderr] Compiling portable-atomic v1.12.0 [INFO] [stderr] Compiling unicode-ccc v0.4.0 [INFO] [stderr] Compiling owo-colors v4.2.3 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Compiling rustc-demangle v0.1.26 [INFO] [stderr] Compiling imgref v1.12.0 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling rustybuzz v0.20.1 [INFO] [stderr] Compiling image-webp v0.2.4 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling svgtypes v0.15.3 [INFO] [stderr] Compiling backtrace v0.3.76 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Compiling fontdb v0.23.0 [INFO] [stderr] Compiling fax v0.2.6 [INFO] [stderr] Compiling derive_more v2.1.0 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling darling v0.21.3 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling avif-serialize v0.8.6 [INFO] [stderr] Compiling pxfm v0.1.27 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling simplecss v0.2.2 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling pico-args v0.5.0 [INFO] [stderr] Compiling iri-string v0.7.9 [INFO] [stderr] Compiling is_ci v1.2.0 [INFO] [stderr] Compiling unicode-linebreak v0.1.5 [INFO] [stderr] Compiling unicode-bidi v0.3.18 [INFO] [stderr] Compiling data-url v0.3.2 [INFO] [stderr] Compiling unicode-vo v0.1.0 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling zune-core v0.5.0 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling lebe v0.5.3 [INFO] [stderr] Compiling imagesize v0.13.0 [INFO] [stderr] Compiling xmlwriter v0.1.0 [INFO] [stderr] Compiling bit_field v0.10.3 [INFO] [stderr] Compiling usvg v0.45.1 [INFO] [stderr] Compiling exr v1.74.0 [INFO] [stderr] Compiling rustls-pki-types v1.13.2 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling ravif v0.12.0 [INFO] [stderr] Compiling moxcms v0.7.11 [INFO] [stderr] Compiling toml_parser v1.0.6+spec-1.1.0 [INFO] [stderr] Compiling zune-jpeg v0.5.7 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling supports-color v3.0.2 [INFO] [stderr] Compiling fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling serde_with_macros v3.16.1 [INFO] [stderr] Compiling crossterm v0.29.0 [INFO] [stderr] Compiling tiff v0.10.3 [INFO] [stderr] Compiling tiny-skia v0.11.4 [INFO] [stderr] Compiling backtrace-ext v0.2.1 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling gif v0.13.3 [INFO] [stderr] Compiling gif v0.14.1 [INFO] [stderr] Compiling terminal_size v0.4.3 [INFO] [stderr] Compiling console v0.16.2 [INFO] [stderr] Compiling png v0.18.0 [INFO] [stderr] Compiling miette-derive v7.6.0 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling serde_spanned v1.0.4 [INFO] [stderr] Compiling toml_datetime v0.7.5+spec-1.1.0 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling supports-unicode v3.0.0 [INFO] [stderr] Compiling xml-rs v0.8.28 [INFO] [stderr] Compiling home v0.5.12 [INFO] [stderr] Compiling toml_writer v1.0.6+spec-1.1.0 [INFO] [stderr] Compiling urlencoding v2.1.3 [INFO] [stderr] Compiling unit-prefix v0.5.2 [INFO] [stderr] Compiling supports-hyperlinks v3.2.0 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling indicatif v0.18.3 [INFO] [stderr] Compiling miette v7.6.0 [INFO] [stderr] Compiling xmltree v0.11.0 [INFO] [stderr] Compiling trash v5.2.5 [INFO] [stderr] Compiling strum v0.27.2 [INFO] [stderr] Compiling reqwest v0.12.26 [INFO] [stderr] Compiling toml_edit v0.23.10+spec-1.0.0 [INFO] [stderr] Compiling inquire v0.9.1 [INFO] [stderr] Compiling etcetera v0.10.0 [INFO] [stderr] Compiling sha256 v1.6.0 [INFO] [stderr] Compiling image v0.25.9 [INFO] [stderr] Compiling resvg v0.45.1 [INFO] [stderr] Compiling shellexpand v3.1.1 [INFO] [stderr] Compiling serde_with v3.16.1 [INFO] [stderr] Compiling sqlx v0.8.6 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling fancy-regex v0.16.2 [INFO] [stderr] Compiling clap_complete v4.5.62 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling env_filter v0.1.4 [INFO] [stderr] Compiling rs-fsrs v1.2.1 [INFO] [stderr] Compiling is-docker v0.2.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling indoc v2.0.7 [INFO] [stderr] Compiling unscanny v0.1.0 [INFO] [stderr] Compiling jiff v0.2.16 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling is-wsl v0.4.0 [INFO] [stderr] Compiling clap_complete_nushell v4.5.10 [INFO] [stderr] Compiling axum-core v0.5.5 [INFO] [stderr] Compiling axum-macros v0.5.0 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling pathdiff v0.2.3 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling open v5.3.3 [INFO] [stderr] Compiling petgraph v0.8.3 [INFO] [stderr] Compiling clap_complete_command v0.6.1 [INFO] [stderr] Compiling copy_dir v0.1.3 [INFO] [stderr] Compiling colored v3.0.0 [INFO] [stderr] Compiling spares_io v0.0.1-alpha.1 (/opt/rustwide/workdir/spares_io) [INFO] [stderr] Compiling spares v0.0.1-alpha.1 (/opt/rustwide/workdir/spares) [INFO] [stderr] Compiling axum v0.8.8 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling spares_server v0.0.1-alpha.1 (/opt/rustwide/workdir/spares_server) [INFO] [stderr] Compiling spares_cli v0.0.1-alpha.1 (/opt/rustwide/workdir/spares_cli) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 03s [INFO] running `Command { std: "docker" "inspect" "b315e586a38d90419835a291f0933422a1be3b5b800642d5705634d08d171e6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b315e586a38d90419835a291f0933422a1be3b5b800642d5705634d08d171e6c", kill_on_drop: false }` [INFO] [stdout] b315e586a38d90419835a291f0933422a1be3b5b800642d5705634d08d171e6c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] ee18c1b2a3f8f716c83d769eae204eb26efffaa13193463ed24f00e6e1d7d8e3 [INFO] running `Command { std: "docker" "start" "-a" "ee18c1b2a3f8f716c83d769eae204eb26efffaa13193463ed24f00e6e1d7d8e3", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling spares_io v0.0.1-alpha.1 (/opt/rustwide/workdir/spares_io) [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.21.3 [INFO] [stderr] Compiling serde_derive v1.0.228 [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 tracing-attributes v0.1.31 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling zerocopy-derive v0.8.31 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling equator-macro v0.4.2 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling openssl v0.10.75 [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 zerocopy v0.8.31 [INFO] [stderr] Compiling equator v0.4.2 [INFO] [stderr] Compiling aligned-vec v0.6.4 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling v_frame v0.3.9 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling profiling-procmacros v1.0.17 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling av-scenechange v0.14.1 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling profiling v1.0.17 [INFO] [stderr] Compiling av1-grain v0.2.5 [INFO] [stderr] Compiling darling_macro v0.21.3 [INFO] [stderr] Compiling fax_derive v0.2.0 [INFO] [stderr] Compiling derive_more-impl v2.1.0 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling fax v0.2.6 [INFO] [stderr] Compiling darling v0.21.3 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling derive_more v2.1.0 [INFO] [stderr] Compiling crossterm v0.29.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling serde_with_macros v3.16.1 [INFO] [stderr] Compiling rav1e v0.8.1 [INFO] [stderr] Compiling tiff v0.10.3 [INFO] [stderr] Compiling exr v1.74.0 [INFO] [stderr] Compiling sqlx-sqlite v0.8.6 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling ravif v0.12.0 [INFO] [stderr] Compiling miette-derive v7.6.0 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Compiling sha256 v1.6.0 [INFO] [stderr] Compiling strum v0.27.2 [INFO] [stderr] Compiling serde_with v3.16.1 [INFO] [stderr] Compiling inquire v0.9.1 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling image v0.25.9 [INFO] [stderr] Compiling miette v7.6.0 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.26 [INFO] [stderr] Compiling sqlx v0.8.6 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling indicatif v0.18.3 [INFO] [stderr] Compiling trash v5.2.5 [INFO] [stderr] Compiling rs-fsrs v1.2.1 [INFO] [stderr] Compiling clap_complete v4.5.62 [INFO] [stderr] Compiling uuid-macro-internal v1.19.0 [INFO] [stderr] Compiling axum-core v0.5.5 [INFO] [stderr] Compiling uuid v1.19.0 [INFO] [stderr] Compiling axum-macros v0.5.0 [INFO] [stderr] Compiling clap_complete_nushell v4.5.10 [INFO] [stderr] Compiling clap_complete_command v0.6.1 [INFO] [stderr] Compiling spares v0.0.1-alpha.1 (/opt/rustwide/workdir/spares) [INFO] [stderr] Compiling axum v0.8.8 [INFO] [stderr] Compiling spares_cli v0.0.1-alpha.1 (/opt/rustwide/workdir/spares_cli) [INFO] [stderr] Compiling spares_server v0.0.1-alpha.1 (/opt/rustwide/workdir/spares_server) [INFO] [stderr] error: could not compile `spares` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/dec9417b8611e34e787a3e4c37686b5131f9e5c5/bin/rustc --crate-name spares --edition=2024 spares/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::cargo' '--warn=clippy::all' '--warn=clippy::pedantic' '--allow=clippy::uninlined_format_args' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::range-plus-one' '--allow=clippy::must_use_candidate' '--allow=clippy::multiple_crate_versions' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::cast_possible_truncation' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=84fc0aeb8a899190 -C extra-filename=-3d8b729879d1aa8f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-b45b57956a1f92e3.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-3ef03e9876511dcf.rlib --extern etcetera=/opt/rustwide/target/debug/deps/libetcetera-711598dba26b3f65.rlib --extern fancy_regex=/opt/rustwide/target/debug/deps/libfancy_regex-8cfdfb0608a0359a.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-a91c05f0c97be465.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-f941ea94ba136695.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-50c87da5001fa587.rlib --extern indicatif=/opt/rustwide/target/debug/deps/libindicatif-420ba4b663431b24.rlib --extern indoc=/opt/rustwide/target/debug/deps/libindoc-0b189fa8d1397f9c.so --extern inquire=/opt/rustwide/target/debug/deps/libinquire-fe9070f93a658cdb.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-55c5b48b5eebe95a.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-cfb0a897de58af94.rlib --extern miette=/opt/rustwide/target/debug/deps/libmiette-5bc6d66392ac18cc.rlib --extern pretty_assertions=/opt/rustwide/target/debug/deps/libpretty_assertions-64d41c4183345cb9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-49cf55f27e9acde8.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-39f696e46b6e1c0f.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-cc1ca08563c24b23.rlib --extern resvg=/opt/rustwide/target/debug/deps/libresvg-6e49e9d47dc520d5.rlib --extern rs_fsrs=/opt/rustwide/target/debug/deps/librs_fsrs-0beb102fcccf42ce.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-3094674ba4ae30af.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-edd3d74a01b6f6ea.rlib --extern serde_with=/opt/rustwide/target/debug/deps/libserde_with-ffb487845045acb4.rlib --extern sha256=/opt/rustwide/target/debug/deps/libsha256-f70a8380141a201c.rlib --extern shellexpand=/opt/rustwide/target/debug/deps/libshellexpand-1589ca6fc39f22eb.rlib --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-e86b4bcd42e3393f.rlib --extern strum=/opt/rustwide/target/debug/deps/libstrum-b7bfe781ff4181b5.rlib --extern strum_macros=/opt/rustwide/target/debug/deps/libstrum_macros-875fe6c4bf815a26.so --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-283b640b82bf93af.rlib --extern tiny_skia=/opt/rustwide/target/debug/deps/libtiny_skia-e0cb0063a0f1bb04.rlib --extern toml_edit=/opt/rustwide/target/debug/deps/libtoml_edit-5fb4be1d9dae0a02.rlib --extern trash=/opt/rustwide/target/debug/deps/libtrash-e51451c097da80fb.rlib --extern unscanny=/opt/rustwide/target/debug/deps/libunscanny-45dc22bc6acebd71.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-f382f52e579a4f8b.rlib --extern xmltree=/opt/rustwide/target/debug/deps/libxmltree-0750849f173015ad.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-a6eb01cbb12bc9b2/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "ee18c1b2a3f8f716c83d769eae204eb26efffaa13193463ed24f00e6e1d7d8e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee18c1b2a3f8f716c83d769eae204eb26efffaa13193463ed24f00e6e1d7d8e3", kill_on_drop: false }` [INFO] [stdout] ee18c1b2a3f8f716c83d769eae204eb26efffaa13193463ed24f00e6e1d7d8e3