[INFO] fetching crate cortexflow-cli 0.1.4-bf1...
[INFO] checking cortexflow-cli-0.1.4-bf1 against master#80b898258da78fdd1262438126aa0cf90e395f0c for pr-149195-4
[INFO] extracting crate cortexflow-cli 0.1.4-bf1 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate cortexflow-cli 0.1.4-bf1
[INFO] finished tweaking crates.io crate cortexflow-cli 0.1.4-bf1
[INFO] tweaked toml for crates.io crate cortexflow-cli 0.1.4-bf1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate cortexflow-cli 0.1.4-bf1 on toolchain 80b898258da78fdd1262438126aa0cf90e395f0c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80b898258da78fdd1262438126aa0cf90e395f0c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate cortexflow-cli 0.1.4-bf1 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" "+80b898258da78fdd1262438126aa0cf90e395f0c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tonic-reflection v0.14.2
[INFO] [stderr]   Downloaded cortexbrain-common v0.1.0
[INFO] [stderr]   Downloaded tonic-prost v0.14.1
[INFO] [stderr]   Downloaded core-error v0.0.0
[INFO] [stderr]   Downloaded cortexflow_identity v0.1.1
[INFO] [stderr]   Downloaded cortexflow_agent_api v0.1.1
[INFO] [stderr]   Downloaded aya-obj v0.2.1
[INFO] [stderr]   Downloaded aya v0.13.1
[INFO] [stderr]   Downloaded rustls v0.23.34
[INFO] [stderr]   Downloaded k8s-openapi v0.26.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+80b898258da78fdd1262438126aa0cf90e395f0c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3417fa88fe19c1eeb7bb90e30a78d5f83145efac3c8ca3b436bb21ff7dcf6e16
[INFO] running `Command { std: "docker" "start" "-a" "3417fa88fe19c1eeb7bb90e30a78d5f83145efac3c8ca3b436bb21ff7dcf6e16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3417fa88fe19c1eeb7bb90e30a78d5f83145efac3c8ca3b436bb21ff7dcf6e16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3417fa88fe19c1eeb7bb90e30a78d5f83145efac3c8ca3b436bb21ff7dcf6e16", kill_on_drop: false }`
[INFO] [stdout] 3417fa88fe19c1eeb7bb90e30a78d5f83145efac3c8ca3b436bb21ff7dcf6e16
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+80b898258da78fdd1262438126aa0cf90e395f0c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c743551f3cb6baf5008bbc9895fb26ab652cd5dd96fa0260e2ad32a63d423c4e
[INFO] running `Command { std: "docker" "start" "-a" "c743551f3cb6baf5008bbc9895fb26ab652cd5dd96fa0260e2ad32a63d423c4e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]     Checking indexmap v2.11.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking regex-automata v0.4.10
[INFO] [stderr]     Checking rustls-pki-types v1.13.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling bitflags v2.9.3
[INFO] [stderr]    Compiling pest v2.8.3
[INFO] [stderr]    Compiling pulldown-cmark v0.13.0
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling rustls v0.23.34
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling k8s-openapi v0.26.0
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling core-error v0.0.0
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling pest_meta v2.8.3
[INFO] [stderr]     Checking rustls-native-certs v0.8.2
[INFO] [stderr]     Checking axum-core v0.5.2
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling pulldown-cmark-to-cmark v21.0.0
[INFO] [stderr]    Compiling tempfile v3.21.0
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking regex v1.11.2
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking assert_matches v1.5.0
[INFO] [stderr]     Checking clap_builder v4.5.51
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking directories v6.0.0
[INFO] [stderr]    Compiling pest_generator v2.8.3
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling prost-derive v0.14.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling bytemuck_derive v1.10.1
[INFO] [stderr]    Compiling pest_derive v2.8.3
[INFO] [stderr]    Compiling tonic-build v0.14.2
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]    Compiling prost v0.14.1
[INFO] [stderr]     Checking bytemuck v1.23.2
[INFO] [stderr]     Checking thiserror v2.0.16
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking jsonpath-rust v0.7.5
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]     Checking prost-types v0.14.1
[INFO] [stderr]     Checking aya-obj v0.2.1
[INFO] [stderr]     Checking clap v4.5.51
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling prost-build v0.14.1
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking cortexbrain-common v0.1.0
[INFO] [stderr]     Checking aya v0.13.1
[INFO] [stderr]    Compiling tonic-prost-build v0.14.2
[INFO] [stderr]    Compiling cortexflow_agent_api v0.1.1
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking axum v0.8.4
[INFO] [stderr]     Checking hyper v1.7.0
[INFO] [stderr]     Checking hyper-util v0.1.16
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking tonic v0.14.2
[INFO] [stderr]     Checking tonic-prost v0.14.1
[INFO] [stderr]     Checking tonic-reflection v0.14.2
[INFO] [stderr]     Checking kube-core v2.0.1
[INFO] [stderr]     Checking kube-client v2.0.1
[INFO] [stderr]     Checking kube v2.0.1
[INFO] [stderr]     Checking cortexflow_identity v0.1.1
[INFO] [stderr]     Checking cortexflow-cli v0.1.4-bf1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.16s
[INFO] running `Command { std: "docker" "inspect" "c743551f3cb6baf5008bbc9895fb26ab652cd5dd96fa0260e2ad32a63d423c4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c743551f3cb6baf5008bbc9895fb26ab652cd5dd96fa0260e2ad32a63d423c4e", kill_on_drop: false }`
[INFO] [stdout] c743551f3cb6baf5008bbc9895fb26ab652cd5dd96fa0260e2ad32a63d423c4e
