[INFO] cloning repository https://github.com/XiaoXianThis/agent-anywhere [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/XiaoXianThis/agent-anywhere" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXiaoXianThis%2Fagent-anywhere", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXiaoXianThis%2Fagent-anywhere'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3ac880159ff41277a7618a7276392bbfdca2ac69 [INFO] checking XiaoXianThis/agent-anywhere against try#dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e for pr-153721 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXiaoXianThis%2Fagent-anywhere" "/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/XiaoXianThis/agent-anywhere [INFO] finished tweaking git repo https://github.com/XiaoXianThis/agent-anywhere [INFO] tweaked toml for git repo https://github.com/XiaoXianThis/agent-anywhere written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/XiaoXianThis/agent-anywhere on toolchain dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/XiaoXianThis/agent-anywhere 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" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "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:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] fd388664eeb3a22367136299d73612ab50a49ccb3f27e93eafdca192e76f9fab [INFO] running `Command { std: "docker" "start" "fd388664eeb3a22367136299d73612ab50a49ccb3f27e93eafdca192e76f9fab", 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" "fd388664eeb3a22367136299d73612ab50a49ccb3f27e93eafdca192e76f9fab" "/opt/rustwide/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fd388664eeb3a22367136299d73612ab50a49ccb3f27e93eafdca192e76f9fab", 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" "fd388664eeb3a22367136299d73612ab50a49ccb3f27e93eafdca192e76f9fab" "/opt/rustwide/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Checking futures-core v0.3.32 [INFO] [stderr] Checking futures-io v0.3.32 [INFO] [stderr] Compiling zerocopy v0.8.48 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking futures-sink v0.3.32 [INFO] [stderr] Checking typenum v1.20.0 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking socket2 v0.6.3 [INFO] [stderr] Checking mio v1.2.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking http v1.4.0 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Checking futures-task v0.3.32 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking futures-channel v0.3.32 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Checking bitflags v2.11.1 [INFO] [stderr] Checking fastrand v2.4.1 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Compiling ref-cast v1.0.25 [INFO] [stderr] Checking futures-lite v2.6.1 [INFO] [stderr] Checking event-listener v5.4.1 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Checking rand_core v0.9.5 [INFO] [stderr] Compiling ref-cast-impl v1.0.25 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking linux-raw-sys v0.12.1 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Checking chrono v0.4.44 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Checking tokio v1.52.3 [INFO] [stderr] Checking generic-array v0.14.7 [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Compiling unicode-segmentation v1.13.2 [INFO] [stderr] Checking dyn-clone v1.0.20 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling async-io v2.6.0 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.7 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling pkg-config v0.3.33 [INFO] [stderr] Compiling num-conv v0.2.2 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling convert_case v0.10.0 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Checking data-encoding v2.11.0 [INFO] [stderr] Compiling unicase v2.9.0 [INFO] [stderr] Compiling itoa v1.0.18 [INFO] [stderr] Compiling strum_macros v0.28.0 [INFO] [stderr] Compiling derive_more-impl v2.1.1 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling time-macros v0.2.27 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Checking async-channel v2.5.0 [INFO] [stderr] Compiling pin-project-internal v1.1.13 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Checking thiserror v2.0.18 [INFO] [stderr] Compiling rustversion v1.0.22 [INFO] [stderr] Checking ryu v1.0.23 [INFO] [stderr] Compiling rmcp v1.7.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Compiling schemars_derive v1.2.1 [INFO] [stderr] Checking getrandom v0.4.2 [INFO] [stderr] Checking axum-core v0.5.6 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking async-lock v3.4.2 [INFO] [stderr] Checking piper v0.2.5 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Checking serde_path_to_error v0.1.20 [INFO] [stderr] Checking matchit v0.8.4 [INFO] [stderr] Checking time v0.3.47 [INFO] [stderr] Compiling pastey v0.2.3 [INFO] [stderr] Checking futures-executor v0.3.32 [INFO] [stderr] Checking fixedbitset v0.5.7 [INFO] [stderr] Checking pin-project v1.1.13 [INFO] [stderr] Checking schemars v1.2.1 [INFO] [stderr] Checking futures v0.3.32 [INFO] [stderr] Checking futures-concurrency v7.7.1 [INFO] [stderr] Checking blocking v1.6.2 [INFO] [stderr] Checking uuid v1.23.1 [INFO] [stderr] Checking jsonrpcmsg v0.1.2 [INFO] [stderr] Compiling agent-client-protocol-derive v0.11.1 [INFO] [stderr] Checking shell-words v1.1.1 [INFO] [stderr] Checking http-range-header v0.4.2 [INFO] [stderr] Checking rustc-hash v2.1.2 [INFO] [stderr] Compiling acp-demo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: target-based cfg should be avoided in build scripts [INFO] [stdout] --> build.rs:85:7 [INFO] [stdout] | [INFO] [stdout] 85 | #[cfg(windows)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(misleading_cfg_in_build_script)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: target-based cfg should be avoided in build scripts [INFO] [stdout] --> build.rs:90:11 [INFO] [stdout] | [INFO] [stdout] 90 | #[cfg(not(windows))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking dotenvy v0.15.7 [INFO] [stderr] error: could not compile `acp-demo` (build script) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "fd388664eeb3a22367136299d73612ab50a49ccb3f27e93eafdca192e76f9fab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd388664eeb3a22367136299d73612ab50a49ccb3f27e93eafdca192e76f9fab", kill_on_drop: false }` [INFO] [stdout] fd388664eeb3a22367136299d73612ab50a49ccb3f27e93eafdca192e76f9fab