[INFO] cloning repository https://github.com/verdenmax/proteinCopilot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/verdenmax/proteinCopilot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fverdenmax%2FproteinCopilot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fverdenmax%2FproteinCopilot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4bb9848df3602adb5d1f9e66db4f1c737f397d4f
[INFO] testing verdenmax/proteinCopilot 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%2Fverdenmax%2FproteinCopilot" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/verdenmax/proteinCopilot
[INFO] finished tweaking git repo https://github.com/verdenmax/proteinCopilot
[INFO] tweaked toml for git repo https://github.com/verdenmax/proteinCopilot written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/verdenmax/proteinCopilot 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/verdenmax/proteinCopilot 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-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 7c1c23f96e355e246ecc7e5b45650ab93951be43e35ee8ea45803e177d5c532b
[INFO] running `Command { std: "docker" "start" "7c1c23f96e355e246ecc7e5b45650ab93951be43e35ee8ea45803e177d5c532b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7c1c23f96e355e246ecc7e5b45650ab93951be43e35ee8ea45803e177d5c532b", 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" "7c1c23f96e355e246ecc7e5b45650ab93951be43e35ee8ea45803e177d5c532b" "/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" "7c1c23f96e355e246ecc7e5b45650ab93951be43e35ee8ea45803e177d5c532b", 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" "7c1c23f96e355e246ecc7e5b45650ab93951be43e35ee8ea45803e177d5c532b" "/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 libc v0.2.183
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling arrow-schema v54.3.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling lexical-util v1.0.7
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling lexical-write-integer v1.0.6
[INFO] [stderr]    Compiling lexical-parse-integer v1.0.6
[INFO] [stderr]    Compiling lexical-write-float v1.0.6
[INFO] [stderr]    Compiling lexical-parse-float v1.0.6
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling flatbuffers v24.12.23
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling quick-xml v0.37.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling uuid v1.11.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling comfy-table v7.2.2
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling sage-core v0.15.0-beta.2 (https://github.com/lazear/sage.git?rev=cd712d4b88d6c4fe3b317d47ce39e2c83cae7642#cd712d4b)
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling schemars v1.2.1
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling lexical-core v1.0.6
[INFO] [stderr]    Compiling arrow-buffer v54.3.1
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling snap v1.1.1
[INFO] [stderr]    Compiling protein-copilot-core v0.1.0 (/opt/rustwide/workdir/crates/core)
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling arrow-data v54.3.1
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling rustls v0.23.38
[INFO] [stderr]    Compiling arrow-array v54.3.1
[INFO] [stderr]    Compiling integer-encoding v3.0.4
[INFO] [stderr]    Compiling twox-hash v2.1.2
[INFO] [stderr]    Compiling lz4_flex v0.11.6
[INFO] [stderr]    Compiling thrift v0.17.0
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling rustls-webpki v0.103.12
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling protein-copilot-fdr v0.1.0 (/opt/rustwide/workdir/crates/fdr)
[INFO] [stderr]    Compiling protein-copilot-spectrum-io v0.1.0 (/opt/rustwide/workdir/crates/spectrum-io)
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling protein-copilot-search-engine v0.1.0 (/opt/rustwide/workdir/crates/search-engine)
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling arrow-select v54.3.1
[INFO] [stderr]    Compiling arrow-row v54.3.1
[INFO] [stderr]    Compiling arrow-ipc v54.3.1
[INFO] [stderr]    Compiling arrow-arith v54.3.1
[INFO] [stderr]    Compiling arrow-cast v54.3.1
[INFO] [stderr]    Compiling arrow-string v54.3.1
[INFO] [stderr]    Compiling arrow-ord v54.3.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling arrow v54.3.1
[INFO] [stderr]    Compiling parquet v54.3.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling iri-string v0.7.12
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling protein-copilot-xic v0.1.0 (/opt/rustwide/workdir/crates/xic)
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling protein-copilot-entrapment-analysis v0.1.0 (/opt/rustwide/workdir/crates/entrapment-analysis)
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling rmcp v1.3.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling rmcp-macros v1.3.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling protein-copilot-result-import v0.1.0 (/opt/rustwide/workdir/crates/result-import)
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling protein-copilot-report v0.1.0 (/opt/rustwide/workdir/crates/report)
[INFO] [stderr]    Compiling protein-copilot-param-recommend v0.1.0 (/opt/rustwide/workdir/crates/param-recommend)
[INFO] [stderr]    Compiling pastey v0.2.1
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling tempfile v3.14.0
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling protein-copilot-protein-inference v0.1.0 (/opt/rustwide/workdir/crates/protein-inference)
[INFO] [stderr]    Compiling protein-copilot-dia-extraction v0.1.0 (/opt/rustwide/workdir/crates/dia-extraction)
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling protein-copilot-fasta-db v0.1.0 (/opt/rustwide/workdir/crates/fasta-db)
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling protein-copilot-integration-tests v0.1.0 (/opt/rustwide/workdir/crates/integration-tests)
[INFO] [stderr]    Compiling protein-copilot-entrapment-cli v0.1.0 (/opt/rustwide/workdir/crates/entrapment-cli)
[INFO] [stderr]    Compiling protein-copilot-mcp-server v0.1.0 (/opt/rustwide/workdir/crates/mcp-server)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 41s
[INFO] running `Command { std: "docker" "inspect" "7c1c23f96e355e246ecc7e5b45650ab93951be43e35ee8ea45803e177d5c532b", 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" "7c1c23f96e355e246ecc7e5b45650ab93951be43e35ee8ea45803e177d5c532b" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling protein-copilot-protein-inference v0.1.0 (/opt/rustwide/workdir/crates/protein-inference)
[INFO] [stderr]    Compiling protein-copilot-fasta-db v0.1.0 (/opt/rustwide/workdir/crates/fasta-db)
[INFO] [stderr]    Compiling protein-copilot-entrapment-cli v0.1.0 (/opt/rustwide/workdir/crates/entrapment-cli)
[INFO] [stderr]    Compiling protein-copilot-mcp-server v0.1.0 (/opt/rustwide/workdir/crates/mcp-server)
[INFO] [stderr]    Compiling protein-copilot-integration-tests v0.1.0 (/opt/rustwide/workdir/crates/integration-tests)
[INFO] [stderr]    Compiling protein-copilot-entrapment-analysis v0.1.0 (/opt/rustwide/workdir/crates/entrapment-analysis)
[INFO] [stderr]    Compiling protein-copilot-search-engine v0.1.0 (/opt/rustwide/workdir/crates/search-engine)
[INFO] [stderr] error: could not compile `protein-copilot-mcp-server` (bin "protein-copilot-mcp" test)
[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 protein_copilot_mcp --edition=2021 crates/mcp-server/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36a0cc4a06a97d09 -C extra-filename=-c62db96151c9e066 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bincode=/opt/rustwide/target/debug/deps/libbincode-432372c08a25f10f.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-661a6df81ca6cfda.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-25bb5ce4a8847d12.rlib --extern dirs=/opt/rustwide/target/debug/deps/libdirs-72b28658b329f3b2.rlib --extern lru=/opt/rustwide/target/debug/deps/liblru-3af40d5519ef5719.rlib --extern protein_copilot_core=/opt/rustwide/target/debug/deps/libprotein_copilot_core-9622f746231b8c20.rlib --extern protein_copilot_dia_extraction=/opt/rustwide/target/debug/deps/libprotein_copilot_dia_extraction-4d3d6ccb769969e0.rlib --extern protein_copilot_entrapment_analysis=/opt/rustwide/target/debug/deps/libprotein_copilot_entrapment_analysis-e13dccaa6edacba7.rlib --extern protein_copilot_fasta_db=/opt/rustwide/target/debug/deps/libprotein_copilot_fasta_db-f9780dc59c234019.rlib --extern protein_copilot_fdr=/opt/rustwide/target/debug/deps/libprotein_copilot_fdr-0effcd97ce43fede.rlib --extern protein_copilot_param_recommend=/opt/rustwide/target/debug/deps/libprotein_copilot_param_recommend-c0b6ce065de41ba5.rlib --extern protein_copilot_protein_inference=/opt/rustwide/target/debug/deps/libprotein_copilot_protein_inference-d3864fc9a45d1f4b.rlib --extern protein_copilot_report=/opt/rustwide/target/debug/deps/libprotein_copilot_report-5dbdc83b79a2c9c2.rlib --extern protein_copilot_result_import=/opt/rustwide/target/debug/deps/libprotein_copilot_result_import-724e1cba21b40d90.rlib --extern protein_copilot_search_engine=/opt/rustwide/target/debug/deps/libprotein_copilot_search_engine-26ec4baf1d37fec1.rlib --extern protein_copilot_spectrum_io=/opt/rustwide/target/debug/deps/libprotein_copilot_spectrum_io-6ee55afbf79f1fc0.rlib --extern protein_copilot_xic=/opt/rustwide/target/debug/deps/libprotein_copilot_xic-fa8c0a2845e5a5e6.rlib --extern rmcp=/opt/rustwide/target/debug/deps/librmcp-e437ecf7897c03f4.rlib --extern schemars=/opt/rustwide/target/debug/deps/libschemars-90247277286d6a55.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-870ee391e4f6e8f9.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-43516fb7ec7801a5.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-4dc15ef1605ee88b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-7e26cd46fe28854b.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-9244677a201ade0f.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-33d0adc119ec8929.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-b5bed743a444ab0e.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/zstd-sys-71806e8c0e29645e/out -L native=/opt/rustwide/target/debug/build/ring-ed9f6680db824c3c/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "7c1c23f96e355e246ecc7e5b45650ab93951be43e35ee8ea45803e177d5c532b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c1c23f96e355e246ecc7e5b45650ab93951be43e35ee8ea45803e177d5c532b", kill_on_drop: false }`
[INFO] [stdout] 7c1c23f96e355e246ecc7e5b45650ab93951be43e35ee8ea45803e177d5c532b
