[INFO] cloning repository https://github.com/scofild429/agent_demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/scofild429/agent_demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscofild429%2Fagent_demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscofild429%2Fagent_demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7ade3de34d67f9906249d9ad81d198ea4eee1be8
[INFO] checking scofild429/agent_demo against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscofild429%2Fagent_demo" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/scofild429/agent_demo
[INFO] finished tweaking git repo https://github.com/scofild429/agent_demo
[INFO] tweaked toml for git repo https://github.com/scofild429/agent_demo written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/scofild429/agent_demo on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/scofild429/agent_demo 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `agent_demo` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-4-tc1/source/target/.../agent_demo
[INFO] [stderr]    |                                                  ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `agent-demo`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:34:8
[INFO] [stderr]    |
[INFO] [stderr] 34 - name = "agent_demo"
[INFO] [stderr] 34 + name = "agent-demo"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `agent-demo`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:35:19
[INFO] [stderr]    |
[INFO] [stderr] 35 ~ version = "0.1.0"
[INFO] [stderr] 36 + [[bin]]
[INFO] [stderr] 37 + name = "agent-demo"
[INFO] [stderr] 38 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `agent_demo` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded opentelemetry v0.32.0
[INFO] [stderr]   Downloaded rustview-macros v0.1.8
[INFO] [stderr]   Downloaded bore-cli v0.6.0
[INFO] [stderr]   Downloaded uuid v1.23.5
[INFO] [stderr]   Downloaded rmcp-macros v1.8.0
[INFO] [stderr]   Downloaded tracing-opentelemetry v0.33.0
[INFO] [stderr]   Downloaded rustview v0.1.8
[INFO] [stderr]   Downloaded rig-derive v0.40.0
[INFO] [stderr]   Downloaded gloo-timers v0.4.0
[INFO] [stderr]   Downloaded rmcp v1.8.0
[INFO] [stderr]   Downloaded prost v0.14.4
[INFO] [stderr]   Downloaded eventsource-stream v0.2.3
[INFO] [stderr]   Downloaded as-any v0.3.2
[INFO] [stderr]   Downloaded aws-lc-rs v1.17.1
[INFO] [stderr]   Downloaded prost-derive v0.14.4
[INFO] [stderr]   Downloaded opentelemetry-http v0.32.0
[INFO] [stderr]   Downloaded opentelemetry-otlp v0.32.0
[INFO] [stderr]   Downloaded opentelemetry-semantic-conventions v0.32.1
[INFO] [stderr]   Downloaded opentelemetry-proto v0.32.0
[INFO] [stderr]   Downloaded regex-automata v0.4.15
[INFO] [stderr]   Downloaded opentelemetry_sdk v0.32.1
[INFO] [stderr]   Downloaded rig-core v0.40.0
[INFO] [stderr]   Downloaded aws-lc-sys v0.42.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 02771f56edd9b525a0fcf403b4b0284c9e26d980a4d10c83f2d746f85319e1a4
[INFO] running `Command { std: "docker" "start" "02771f56edd9b525a0fcf403b4b0284c9e26d980a4d10c83f2d746f85319e1a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "02771f56edd9b525a0fcf403b4b0284c9e26d980a4d10c83f2d746f85319e1a4", 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" "02771f56edd9b525a0fcf403b4b0284c9e26d980a4d10c83f2d746f85319e1a4" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "02771f56edd9b525a0fcf403b4b0284c9e26d980a4d10c83f2d746f85319e1a4", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "02771f56edd9b525a0fcf403b4b0284c9e26d980a4d10c83f2d746f85319e1a4" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `agent_demo` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../agent_demo
[INFO] [stderr]    |                          ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `agent-demo`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:34:8
[INFO] [stderr]    |
[INFO] [stderr] 34 - name = "agent_demo"
[INFO] [stderr] 34 + name = "agent-demo"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `agent-demo`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:35:19
[INFO] [stderr]    |
[INFO] [stderr] 35 ~ version = "0.1.0"
[INFO] [stderr] 36 + [[bin]]
[INFO] [stderr] 37 + name = "agent-demo"
[INFO] [stderr] 38 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `agent_demo` (manifest) generated 1 warning
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]    Compiling aws-lc-rs v1.17.1
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking rustls-pki-types v1.15.0
[INFO] [stderr]    Compiling rustls v0.23.41
[INFO] [stderr]    Compiling zerocopy v0.8.54
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking http-range-header v0.4.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]     Checking regex-automata v0.4.15
[INFO] [stderr]    Compiling cc v1.2.67
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking opentelemetry v0.32.0
[INFO] [stderr]     Checking thread_local v1.1.10
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]    Compiling rmcp v1.8.0
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling aws-lc-sys v0.42.0
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling convert_case v0.11.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling axum-macros v0.5.1
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling pastey v0.2.3
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking dashmap v6.2.1
[INFO] [stderr]     Checking ordered-float v5.3.0
[INFO] [stderr]     Checking webbrowser v1.2.1
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling rustview-macros v0.1.8
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]     Checking futures-timer v3.0.4
[INFO] [stderr]     Checking as-any v0.3.2
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking uuid v1.23.5
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]    Compiling prost-derive v0.14.4
[INFO] [stderr]     Checking opentelemetry-semantic-conventions v0.32.1
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling rmcp-macros v1.8.0
[INFO] [stderr]    Compiling rig-derive v0.40.0
[INFO] [stderr]     Checking eventsource-stream v0.2.3
[INFO] [stderr]     Checking prost v0.14.4
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking tracing-opentelemetry v0.33.0
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]     Checking bore-cli v0.6.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking rand v0.9.5
[INFO] [stderr]     Checking opentelemetry_sdk v0.32.1
[INFO] [stderr]     Checking opentelemetry-proto v0.32.0
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking rustview v0.1.8
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.7.0
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.13.4
[INFO] [stderr]     Checking opentelemetry-http v0.32.0
[INFO] [stderr]     Checking rig-core v0.40.0
[INFO] [stderr]     Checking opentelemetry-otlp v0.32.0
[INFO] [stderr]     Checking agent_demo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused dependency `opentelemetry-semantic-conventions`
[INFO] [stderr]  --> Cargo.toml:5:1
[INFO] [stderr]   |
[INFO] [stderr] 5 | opentelemetry-semantic-conventions = "0.32.1"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `opentelemetry-semantic-conventions`
[INFO] [stderr] warning: `agent_demo` (manifest) generated 1 warning
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s
[INFO] running `Command { std: "docker" "inspect" "02771f56edd9b525a0fcf403b4b0284c9e26d980a4d10c83f2d746f85319e1a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02771f56edd9b525a0fcf403b4b0284c9e26d980a4d10c83f2d746f85319e1a4", kill_on_drop: false }`
[INFO] [stdout] 02771f56edd9b525a0fcf403b4b0284c9e26d980a4d10c83f2d746f85319e1a4
