[INFO] cloning repository https://github.com/bendowlingtech/Arbit [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bendowlingtech/Arbit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbendowlingtech%2FArbit", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbendowlingtech%2FArbit'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 367b14cf50ab9b60ee50551c37ec88f39c4e5bd3 [INFO] checking bendowlingtech/Arbit against try#c86ec274072509d26d0ee52682a0c94ed012ed89 for pr-153027 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbendowlingtech%2FArbit" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/bendowlingtech/Arbit [INFO] finished tweaking git repo https://github.com/bendowlingtech/Arbit [INFO] tweaked toml for git repo https://github.com/bendowlingtech/Arbit written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/bendowlingtech/Arbit on toolchain c86ec274072509d26d0ee52682a0c94ed012ed89 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/bendowlingtech/Arbit 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" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6f7b5761902d8d63f31bef7387377be99261b6f8cb90bea014fe5d410ad7dce7 [INFO] running `Command { std: "docker" "start" "-a" "6f7b5761902d8d63f31bef7387377be99261b6f8cb90bea014fe5d410ad7dce7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6f7b5761902d8d63f31bef7387377be99261b6f8cb90bea014fe5d410ad7dce7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f7b5761902d8d63f31bef7387377be99261b6f8cb90bea014fe5d410ad7dce7", kill_on_drop: false }` [INFO] [stdout] 6f7b5761902d8d63f31bef7387377be99261b6f8cb90bea014fe5d410ad7dce7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 852d7ffed96168b9d0befddd1bf15ca41053b98b809a5039c7d187dcdb5852b5 [INFO] running `Command { std: "docker" "start" "-a" "852d7ffed96168b9d0befddd1bf15ca41053b98b809a5039c7d187dcdb5852b5", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling libc v0.2.180 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking slab v0.4.11 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Compiling zmij v1.0.16 [INFO] [stderr] Checking bytes v1.11.0 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking serde_json v1.0.149 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking socket2 v0.6.2 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking tokio v1.49.0 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking arbit v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0583]: file not found for module `providers` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub mod providers; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `providers`, create file "src/providers.rs" or "src/providers/mod.rs" [INFO] [stdout] = note: if there is a `mod providers` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `agent` [INFO] [stdout] --> src/provider.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod agent; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `agent`, create file "src/provider/agent.rs" or "src/provider/agent/mod.rs" [INFO] [stdout] = note: if there is a `mod agent` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `tool` [INFO] [stdout] --> src/provider.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod tool; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `tool`, create file "src/provider/tool.rs" or "src/provider/tool/mod.rs" [INFO] [stdout] = note: if there is a `mod tool` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `memory` [INFO] [stdout] --> src/provider.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub mod memory; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `memory`, create file "src/provider/memory.rs" or "src/provider/memory/mod.rs" [INFO] [stdout] = note: if there is a `mod memory` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `providers` [INFO] [stdout] --> src/provider.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub mod providers; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `providers`, create file "src/provider/providers.rs" or "src/provider/providers/mod.rs" [INFO] [stdout] = note: if there is a `mod providers` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `providers` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub mod providers; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `providers`, create file "src/providers.rs" or "src/providers/mod.rs" [INFO] [stdout] = note: if there is a `mod providers` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `agent` [INFO] [stdout] --> src/provider.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod agent; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `agent`, create file "src/provider/agent.rs" or "src/provider/agent/mod.rs" [INFO] [stdout] = note: if there is a `mod agent` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `tool` [INFO] [stdout] --> src/provider.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod tool; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `tool`, create file "src/provider/tool.rs" or "src/provider/tool/mod.rs" [INFO] [stdout] = note: if there is a `mod tool` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `memory` [INFO] [stdout] --> src/provider.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub mod memory; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `memory`, create file "src/provider/memory.rs" or "src/provider/memory/mod.rs" [INFO] [stdout] = note: if there is a `mod memory` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `providers` [INFO] [stdout] --> src/provider.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub mod providers; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `providers`, create file "src/provider/providers.rs" or "src/provider/providers/mod.rs" [INFO] [stdout] = note: if there is a `mod providers` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::provider::Message` [INFO] [stdout] --> src/memory.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::provider::Message; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `Message` in `provider` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::provider::Message` [INFO] [stdout] --> src/memory.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::provider::Message; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `Message` in `provider` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `LlmProvider` in this scope [INFO] [stdout] --> src/agent.rs:5:23 [INFO] [stdout] | [INFO] [stdout] 5 | provider: Box, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Memory` in this scope [INFO] [stdout] --> src/agent.rs:6:21 [INFO] [stdout] | [INFO] [stdout] 6 | memory: Box, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 + use crate::memory::Memory; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find type `Message` in this scope [INFO] [stdout] --> src/agent.rs:25:27 [INFO] [stdout] | [INFO] [stdout] 25 | self.memory.store(Message::user(user_input)).await?; [INFO] [stdout] | ^^^^^^^ use of undeclared type `Message` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find type `Message` in this scope [INFO] [stdout] --> src/agent.rs:37:31 [INFO] [stdout] | [INFO] [stdout] 37 | self.memory.store(Message::assistant(&response)).await?; [INFO] [stdout] | ^^^^^^^ use of undeclared type `Message` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433, E0583. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `LlmProvider` in this scope [INFO] [stdout] --> src/agent.rs:5:23 [INFO] [stdout] | [INFO] [stdout] 5 | provider: Box, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Memory` in this scope [INFO] [stdout] --> src/agent.rs:6:21 [INFO] [stdout] | [INFO] [stdout] 6 | memory: Box, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 + use crate::memory::Memory; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find type `Message` in this scope [INFO] [stdout] --> src/agent.rs:25:27 [INFO] [stdout] | [INFO] [stdout] 25 | self.memory.store(Message::user(user_input)).await?; [INFO] [stdout] | ^^^^^^^ use of undeclared type `Message` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find type `Message` in this scope [INFO] [stdout] --> src/agent.rs:37:31 [INFO] [stdout] | [INFO] [stdout] 37 | self.memory.store(Message::assistant(&response)).await?; [INFO] [stdout] | ^^^^^^^ use of undeclared type `Message` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433, E0583. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `arbit` (lib) due to 10 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `arbit` (lib test) due to 10 previous errors [INFO] running `Command { std: "docker" "inspect" "852d7ffed96168b9d0befddd1bf15ca41053b98b809a5039c7d187dcdb5852b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "852d7ffed96168b9d0befddd1bf15ca41053b98b809a5039c7d187dcdb5852b5", kill_on_drop: false }` [INFO] [stdout] 852d7ffed96168b9d0befddd1bf15ca41053b98b809a5039c7d187dcdb5852b5