[INFO] cloning repository https://github.com/ifquant/xagents [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ifquant/xagents" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fifquant%2Fxagents", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fifquant%2Fxagents'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0c3e3529fb4d401f4b4c539b5df71f1d231241e6 [INFO] checking ifquant/xagents against 24e1a22664233bce1f9b5dc6eee7c1f74327e28c for pr-159343-retry [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fifquant%2Fxagents" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ifquant/xagents [INFO] finished tweaking git repo https://github.com/ifquant/xagents [INFO] tweaked toml for git repo https://github.com/ifquant/xagents written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ifquant/xagents on toolchain 24e1a22664233bce1f9b5dc6eee7c1f74327e28c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ifquant/xagents 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" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 28e39d3f606ee81fc08977efb7a328f85bc0a4888e69201369b78169428d0635 [INFO] running `Command { std: "docker" "start" "28e39d3f606ee81fc08977efb7a328f85bc0a4888e69201369b78169428d0635", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "28e39d3f606ee81fc08977efb7a328f85bc0a4888e69201369b78169428d0635", 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" "28e39d3f606ee81fc08977efb7a328f85bc0a4888e69201369b78169428d0635" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "28e39d3f606ee81fc08977efb7a328f85bc0a4888e69201369b78169428d0635", 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" "28e39d3f606ee81fc08977efb7a328f85bc0a4888e69201369b78169428d0635" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling libc v0.2.184 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Checking memchr v2.8.0 [INFO] [stderr] Compiling schemars v0.8.22 [INFO] [stderr] Checking itoa v1.0.18 [INFO] [stderr] Checking dyn-clone v1.0.20 [INFO] [stderr] Checking bytes v1.11.1 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Checking linux-raw-sys v0.12.1 [INFO] [stderr] Checking fastrand v2.4.1 [INFO] [stderr] Checking anstyle-parse v1.0.0 [INFO] [stderr] Checking is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Checking regex-syntax v0.8.10 [INFO] [stderr] Checking colorchoice v1.0.5 [INFO] [stderr] Checking anstyle-query v1.1.5 [INFO] [stderr] Checking anstyle v1.0.14 [INFO] [stderr] Checking clap_lex v1.1.0 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking anstream v1.0.0 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Checking clap_builder v4.6.0 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking nu-ansi-term v0.50.3 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking mio v1.2.0 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking uuid v1.23.0 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Checking tempfile v3.27.0 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling clap_derive v4.6.0 [INFO] [stderr] Compiling schemars_derive v0.8.22 [INFO] [stderr] Checking tokio v1.51.0 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking tracing-subscriber v0.3.23 [INFO] [stderr] Checking thiserror v2.0.18 [INFO] [stderr] Checking clap v4.6.0 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Checking xagents-core v0.1.0 (/opt/rustwide/workdir/crates/core) [INFO] [stderr] Checking xagents-session v0.1.0 (/opt/rustwide/workdir/crates/session) [INFO] [stderr] Checking xagents-tools v0.1.0 (/opt/rustwide/workdir/crates/tools) [INFO] [stderr] Checking xagents-brains v0.1.0 (/opt/rustwide/workdir/crates/brains) [INFO] [stderr] Checking xagents-protocol v0.1.0 (/opt/rustwide/workdir/crates/protocol) [INFO] [stderr] Checking xagents-runtime v0.1.0 (/opt/rustwide/workdir/crates/runtime) [INFO] [stdout] warning: unused import: `LazyLock` [INFO] [stdout] --> crates/runtime/src/lib.rs:9:22 [INFO] [stdout] | [INFO] [stdout] 9 | use std::sync::{Arc, LazyLock, Mutex}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `RuntimeCommandKind` and `RuntimeCommandScope` [INFO] [stdout] --> crates/runtime/src/lib.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | RuntimeCommandKind, RuntimeCommandMetadata, RuntimeCommandOutput, RuntimeCommandResult, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 40 | RuntimeCommandScope, SessionCompaction, SessionId, SessionMemoryPacket, SessionSnapshot, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> crates/runtime/src/lib.rs:2536:13 [INFO] [stdout] | [INFO] [stdout] 2536 | let mut live_sessions = self.live_sessions.lock().expect("live session registry"); [INFO] [stdout] | ----^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `cancel_live_session` and `pop_next_live_session_command` are never used [INFO] [stdout] --> crates/runtime/src/lib.rs:2252:8 [INFO] [stdout] | [INFO] [stdout] 1478 | impl AgentRuntime { [INFO] [stdout] | ----------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 2252 | fn cancel_live_session(&self, session_id: &SessionId) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 2754 | fn pop_next_live_session_command( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `wait_for_live_session_command_boundary_test_hook` is never used [INFO] [stdout] --> crates/runtime/src/lib.rs:12510:10 [INFO] [stdout] | [INFO] [stdout] 12510 | async fn wait_for_live_session_command_boundary_test_hook(_session_id: &SessionId) {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `run_deferred_live_session_command_admission_test_hook` is never used [INFO] [stdout] --> crates/runtime/src/lib.rs:12513:4 [INFO] [stdout] | [INFO] [stdout] 12513 | fn run_deferred_live_session_command_admission_test_hook( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking xagents-cli v0.1.0 (/opt/rustwide/workdir/crates/cli) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s [INFO] running `Command { std: "docker" "inspect" "28e39d3f606ee81fc08977efb7a328f85bc0a4888e69201369b78169428d0635", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28e39d3f606ee81fc08977efb7a328f85bc0a4888e69201369b78169428d0635", kill_on_drop: false }` [INFO] [stdout] 28e39d3f606ee81fc08977efb7a328f85bc0a4888e69201369b78169428d0635