[INFO] cloning repository https://github.com/joshua-mo-143/rig-tower
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/joshua-mo-143/rig-tower" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoshua-mo-143%2Frig-tower", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoshua-mo-143%2Frig-tower'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7320d0ea8e016ded3fc03b0da755b714b30fbd30
[INFO] testing joshua-mo-143/rig-tower against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoshua-mo-143%2Frig-tower" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/joshua-mo-143/rig-tower
[INFO] finished tweaking git repo https://github.com/joshua-mo-143/rig-tower
[INFO] tweaked toml for git repo https://github.com/joshua-mo-143/rig-tower written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/joshua-mo-143/rig-tower on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/joshua-mo-143/rig-tower 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rig-core v0.9.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1f76de2b0a5981bad54c66c3250d83d851abd94aa9e52a3ee8262782797ac438
[INFO] running `Command { std: "docker" "start" "-a" "1f76de2b0a5981bad54c66c3250d83d851abd94aa9e52a3ee8262782797ac438", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1f76de2b0a5981bad54c66c3250d83d851abd94aa9e52a3ee8262782797ac438", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f76de2b0a5981bad54c66c3250d83d851abd94aa9e52a3ee8262782797ac438", kill_on_drop: false }`
[INFO] [stdout] 1f76de2b0a5981bad54c66c3250d83d851abd94aa9e52a3ee8262782797ac438
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] df6e783007ddd0cc382e9f359690310b3969e59e008d25eac4efa9491f82957a
[INFO] running `Command { std: "docker" "start" "-a" "df6e783007ddd0cc382e9f359690310b3969e59e008d25eac4efa9491f82957a", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling once_cell v1.20.3
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling openssl v0.10.71
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling quote v1.0.39
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling dyn-clone v1.0.19
[INFO] [stderr]    Compiling syn v2.0.99
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling openssl-sys v0.9.106
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling ordered-float v4.6.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling tokio-util v0.7.13
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling rig-core v0.9.1
[INFO] [stderr]    Compiling rig-tower v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `Stack<L, N>` is more private than the item `ServiceBuilder::<L>::layer`
[INFO] [stdout]   --> src/lib.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn layer<N>(self, new_layer: N) -> ServiceBuilder<Stack<L, N>> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `ServiceBuilder::<L>::layer` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `Stack<L, N>` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> src/lib.rs:48:1
[INFO] [stdout]    |
[INFO] [stdout] 48 | struct Stack<Inner, Outer> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Layer<S>` is more private than the item `ServiceBuilder::<L>::build`
[INFO] [stdout]   --> src/lib.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | /     pub fn build<S>(self, service: S) -> L::Service
[INFO] [stdout] 41 | |     where
[INFO] [stdout] 42 | |         L: Layer<S>,
[INFO] [stdout]    | |____________________^ method `ServiceBuilder::<L>::build` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but trait `Layer<S>` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> src/lib.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | trait Layer<S> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_bounds)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated type `Layer::Service` is more private than the item `ServiceBuilder::<L>::build`
[INFO] [stdout]   --> src/lib.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | /     pub fn build<S>(self, service: S) -> L::Service
[INFO] [stdout] 41 | |     where
[INFO] [stdout] 42 | |         L: Layer<S>,
[INFO] [stdout]    | |____________________^ method `ServiceBuilder::<L>::build` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but associated type `Layer::Service` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> src/lib.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     type Service: Service;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Layer<S>` is more private than the item `ServiceBuilder::<L>::build`
[INFO] [stdout]   --> src/lib.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | /     pub fn build<S>(self, service: S) -> L::Service
[INFO] [stdout] 41 | |     where
[INFO] [stdout] 42 | |         L: Layer<S>,
[INFO] [stdout]    | |____________________^ method `ServiceBuilder::<L>::build` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but trait `Layer<S>` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> src/lib.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | trait Layer<S> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `call` is never used
[INFO] [stdout]   --> src/lib.rs:12:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | trait Service {
[INFO] [stdout]    |       ------- method in this trait
[INFO] [stdout] 12 |     async fn call(&mut self, input: String) -> String;
[INFO] [stdout]    |              ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ExtractService` is never constructed
[INFO] [stdout]   --> src/lib.rs:74:8
[INFO] [stdout]    |
[INFO] [stdout] 74 | struct ExtractService<M: CompletionModel, T: JsonSchema + for<'a> Deserialize<'a> + Send + Sync> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AgentLayerService` is never constructed
[INFO] [stdout]   --> src/lib.rs:91:8
[INFO] [stdout]    |
[INFO] [stdout] 91 | struct AgentLayerService<M: CompletionModel, S> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AgentLayer` is never constructed
[INFO] [stdout]    --> src/lib.rs:106:8
[INFO] [stdout]     |
[INFO] [stdout] 106 | struct AgentLayer<M: CompletionModel> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/lib.rs:111:8
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<M: CompletionModel> AgentLayer<M> {
[INFO] [stdout]     | -------------------------------------- associated function in this implementation
[INFO] [stdout] 111 |     fn new(agent: Agent<M>) -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AgentService` is never constructed
[INFO] [stdout]    --> src/lib.rs:129:8
[INFO] [stdout]     |
[INFO] [stdout] 129 | struct AgentService<M: CompletionModel> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/lib.rs:134:8
[INFO] [stdout]     |
[INFO] [stdout] 133 | impl<M: CompletionModel> AgentService<M> {
[INFO] [stdout]     | ---------------------------------------- associated function in this implementation
[INFO] [stdout] 134 |     fn new(agent: Agent<M>) -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LoggingMiddleware` is never constructed
[INFO] [stdout]    --> src/lib.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 145 | struct LoggingMiddleware;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LoggingService` is never constructed
[INFO] [stdout]    --> src/lib.rs:155:8
[INFO] [stdout]     |
[INFO] [stdout] 155 | struct LoggingService<S> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
[INFO] running `Command { std: "docker" "inspect" "df6e783007ddd0cc382e9f359690310b3969e59e008d25eac4efa9491f82957a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df6e783007ddd0cc382e9f359690310b3969e59e008d25eac4efa9491f82957a", kill_on_drop: false }`
[INFO] [stdout] df6e783007ddd0cc382e9f359690310b3969e59e008d25eac4efa9491f82957a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f9a53b0d6d751f70972a8ef7555d32ea1ed3bc5224ecfc70e6a60ba570518c38
[INFO] running `Command { std: "docker" "start" "-a" "f9a53b0d6d751f70972a8ef7555d32ea1ed3bc5224ecfc70e6a60ba570518c38", kill_on_drop: false }`
[INFO] [stdout] warning: type `Stack<L, N>` is more private than the item `ServiceBuilder::<L>::layer`
[INFO] [stdout]   --> src/lib.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn layer<N>(self, new_layer: N) -> ServiceBuilder<Stack<L, N>> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `ServiceBuilder::<L>::layer` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `Stack<L, N>` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> src/lib.rs:48:1
[INFO] [stdout]    |
[INFO] [stdout] 48 | struct Stack<Inner, Outer> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Layer<S>` is more private than the item `ServiceBuilder::<L>::build`
[INFO] [stdout]   --> src/lib.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | /     pub fn build<S>(self, service: S) -> L::Service
[INFO] [stdout] 41 | |     where
[INFO] [stdout] 42 | |         L: Layer<S>,
[INFO] [stdout]    | |____________________^ method `ServiceBuilder::<L>::build` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but trait `Layer<S>` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> src/lib.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | trait Layer<S> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_bounds)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated type `Layer::Service` is more private than the item `ServiceBuilder::<L>::build`
[INFO] [stdout]   --> src/lib.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | /     pub fn build<S>(self, service: S) -> L::Service
[INFO] [stdout] 41 | |     where
[INFO] [stdout] 42 | |         L: Layer<S>,
[INFO] [stdout]    | |____________________^ method `ServiceBuilder::<L>::build` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but associated type `Layer::Service` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> src/lib.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     type Service: Service;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Layer<S>` is more private than the item `ServiceBuilder::<L>::build`
[INFO] [stdout]   --> src/lib.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | /     pub fn build<S>(self, service: S) -> L::Service
[INFO] [stdout] 41 | |     where
[INFO] [stdout] 42 | |         L: Layer<S>,
[INFO] [stdout]    | |____________________^ method `ServiceBuilder::<L>::build` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but trait `Layer<S>` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> src/lib.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | trait Layer<S> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `call` is never used
[INFO] [stdout]   --> src/lib.rs:12:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | trait Service {
[INFO] [stdout]    |       ------- method in this trait
[INFO] [stdout] 12 |     async fn call(&mut self, input: String) -> String;
[INFO] [stdout]    |              ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ExtractService` is never constructed
[INFO] [stdout]   --> src/lib.rs:74:8
[INFO] [stdout]    |
[INFO] [stdout] 74 | struct ExtractService<M: CompletionModel, T: JsonSchema + for<'a> Deserialize<'a> + Send + Sync> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AgentLayerService` is never constructed
[INFO] [stdout]   --> src/lib.rs:91:8
[INFO] [stdout]    |
[INFO] [stdout] 91 | struct AgentLayerService<M: CompletionModel, S> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AgentLayer` is never constructed
[INFO] [stdout]    --> src/lib.rs:106:8
[INFO] [stdout]     |
[INFO] [stdout] 106 | struct AgentLayer<M: CompletionModel> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/lib.rs:111:8
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl<M: CompletionModel> AgentLayer<M> {
[INFO] [stdout]     | -------------------------------------- associated function in this implementation
[INFO] [stdout] 111 |     fn new(agent: Agent<M>) -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AgentService` is never constructed
[INFO] [stdout]    --> src/lib.rs:129:8
[INFO] [stdout]     |
[INFO] [stdout] 129 | struct AgentService<M: CompletionModel> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/lib.rs:134:8
[INFO] [stdout]     |
[INFO] [stdout] 133 | impl<M: CompletionModel> AgentService<M> {
[INFO] [stdout]     | ---------------------------------------- associated function in this implementation
[INFO] [stdout] 134 |     fn new(agent: Agent<M>) -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LoggingMiddleware` is never constructed
[INFO] [stdout]    --> src/lib.rs:145:8
[INFO] [stdout]     |
[INFO] [stdout] 145 | struct LoggingMiddleware;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LoggingService` is never constructed
[INFO] [stdout]    --> src/lib.rs:155:8
[INFO] [stdout]     |
[INFO] [stdout] 155 | struct LoggingService<S> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rig-tower v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `Stack<L, N>` is more private than the item `ServiceBuilder::<L>::layer`
[INFO] [stdout]   --> src/lib.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn layer<N>(self, new_layer: N) -> ServiceBuilder<Stack<L, N>> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `ServiceBuilder::<L>::layer` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `Stack<L, N>` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> src/lib.rs:48:1
[INFO] [stdout]    |
[INFO] [stdout] 48 | struct Stack<Inner, Outer> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Layer<S>` is more private than the item `ServiceBuilder::<L>::build`
[INFO] [stdout]   --> src/lib.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | /     pub fn build<S>(self, service: S) -> L::Service
[INFO] [stdout] 41 | |     where
[INFO] [stdout] 42 | |         L: Layer<S>,
[INFO] [stdout]    | |____________________^ method `ServiceBuilder::<L>::build` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but trait `Layer<S>` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> src/lib.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | trait Layer<S> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_bounds)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated type `Layer::Service` is more private than the item `ServiceBuilder::<L>::build`
[INFO] [stdout]   --> src/lib.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | /     pub fn build<S>(self, service: S) -> L::Service
[INFO] [stdout] 41 | |     where
[INFO] [stdout] 42 | |         L: Layer<S>,
[INFO] [stdout]    | |____________________^ method `ServiceBuilder::<L>::build` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but associated type `Layer::Service` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> src/lib.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     type Service: Service;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Layer<S>` is more private than the item `ServiceBuilder::<L>::build`
[INFO] [stdout]   --> src/lib.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | /     pub fn build<S>(self, service: S) -> L::Service
[INFO] [stdout] 41 | |     where
[INFO] [stdout] 42 | |         L: Layer<S>,
[INFO] [stdout]    | |____________________^ method `ServiceBuilder::<L>::build` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but trait `Layer<S>` is only usable at visibility `pub(crate)`
[INFO] [stdout]   --> src/lib.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | trait Layer<S> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ExtractService` is never constructed
[INFO] [stdout]   --> src/lib.rs:74:8
[INFO] [stdout]    |
[INFO] [stdout] 74 | struct ExtractService<M: CompletionModel, T: JsonSchema + for<'a> Deserialize<'a> + Send + Sync> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.46s
[INFO] running `Command { std: "docker" "inspect" "f9a53b0d6d751f70972a8ef7555d32ea1ed3bc5224ecfc70e6a60ba570518c38", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9a53b0d6d751f70972a8ef7555d32ea1ed3bc5224ecfc70e6a60ba570518c38", kill_on_drop: false }`
[INFO] [stdout] f9a53b0d6d751f70972a8ef7555d32ea1ed3bc5224ecfc70e6a60ba570518c38
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6a96b5147750b3b53b56daa7abcf5d53d93de122300e6e7df529d3940f48a5f6
[INFO] running `Command { std: "docker" "start" "-a" "6a96b5147750b3b53b56daa7abcf5d53d93de122300e6e7df529d3940f48a5f6", kill_on_drop: false }`
[INFO] [stderr] warning: type `Stack<L, N>` is more private than the item `ServiceBuilder::<L>::layer`
[INFO] [stderr]   --> src/lib.rs:32:5
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub fn layer<N>(self, new_layer: N) -> ServiceBuilder<Stack<L, N>> {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `ServiceBuilder::<L>::layer` is reachable at visibility `pub`
[INFO] [stderr]    |
[INFO] [stderr] note: but type `Stack<L, N>` is only usable at visibility `pub(crate)`
[INFO] [stderr]   --> src/lib.rs:48:1
[INFO] [stderr]    |
[INFO] [stderr] 48 | struct Stack<Inner, Outer> {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait `Layer<S>` is more private than the item `ServiceBuilder::<L>::build`
[INFO] [stderr]   --> src/lib.rs:40:5
[INFO] [stderr]    |
[INFO] [stderr] 40 | /     pub fn build<S>(self, service: S) -> L::Service
[INFO] [stderr] 41 | |     where
[INFO] [stderr] 42 | |         L: Layer<S>,
[INFO] [stderr]    | |____________________^ method `ServiceBuilder::<L>::build` is reachable at visibility `pub`
[INFO] [stderr]    |
[INFO] [stderr] note: but trait `Layer<S>` is only usable at visibility `pub(crate)`
[INFO] [stderr]   --> src/lib.rs:15:1
[INFO] [stderr]    |
[INFO] [stderr] 15 | trait Layer<S> {
[INFO] [stderr]    | ^^^^^^^^^^^^^^
[INFO] [stderr]    = note: `#[warn(private_bounds)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated type `Layer::Service` is more private than the item `ServiceBuilder::<L>::build`
[INFO] [stderr]   --> src/lib.rs:40:5
[INFO] [stderr]    |
[INFO] [stderr] 40 | /     pub fn build<S>(self, service: S) -> L::Service
[INFO] [stderr] 41 | |     where
[INFO] [stderr] 42 | |         L: Layer<S>,
[INFO] [stderr]    | |____________________^ method `ServiceBuilder::<L>::build` is reachable at visibility `pub`
[INFO] [stderr]    |
[INFO] [stderr] note: but associated type `Layer::Service` is only usable at visibility `pub(crate)`
[INFO] [stderr]   --> src/lib.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 16 |     type Service: Service;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `Layer<S>` is more private than the item `ServiceBuilder::<L>::build`
[INFO] [stderr]   --> src/lib.rs:40:5
[INFO] [stderr]    |
[INFO] [stderr] 40 | /     pub fn build<S>(self, service: S) -> L::Service
[INFO] [stderr] 41 | |     where
[INFO] [stderr] 42 | |         L: Layer<S>,
[INFO] [stderr]    | |____________________^ method `ServiceBuilder::<L>::build` is reachable at visibility `pub`
[INFO] [stderr]    |
[INFO] [stderr] note: but trait `Layer<S>` is only usable at visibility `pub(crate)`
[INFO] [stderr]   --> src/lib.rs:15:1
[INFO] [stderr]    |
[INFO] [stderr] 15 | trait Layer<S> {
[INFO] [stderr]    | ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `call` is never used
[INFO] [stderr]   --> src/lib.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 11 | trait Service {
[INFO] [stderr]    |       ------- method in this trait
[INFO] [stderr] 12 |     async fn call(&mut self, input: String) -> String;
[INFO] [stderr]    |              ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ExtractService` is never constructed
[INFO] [stderr]   --> src/lib.rs:74:8
[INFO] [stderr]    |
[INFO] [stderr] 74 | struct ExtractService<M: CompletionModel, T: JsonSchema + for<'a> Deserialize<'a> + Send + Sync> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `AgentLayerService` is never constructed
[INFO] [stderr]   --> src/lib.rs:91:8
[INFO] [stderr]    |
[INFO] [stderr] 91 | struct AgentLayerService<M: CompletionModel, S> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `AgentLayer` is never constructed
[INFO] [stderr]    --> src/lib.rs:106:8
[INFO] [stderr]     |
[INFO] [stderr] 106 | struct AgentLayer<M: CompletionModel> {
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]    --> src/lib.rs:111:8
[INFO] [stderr]     |
[INFO] [stderr] 110 | impl<M: CompletionModel> AgentLayer<M> {
[INFO] [stderr]     | -------------------------------------- associated function in this implementation
[INFO] [stderr] 111 |     fn new(agent: Agent<M>) -> Self {
[INFO] [stderr]     |        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `AgentService` is never constructed
[INFO] [stderr]    --> src/lib.rs:129:8
[INFO] [stderr]     |
[INFO] [stderr] 129 | struct AgentService<M: CompletionModel> {
[INFO] [stderr]     |        ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]    --> src/lib.rs:134:8
[INFO] [stderr]     |
[INFO] [stderr] 133 | impl<M: CompletionModel> AgentService<M> {
[INFO] [stderr]     | ---------------------------------------- associated function in this implementation
[INFO] [stderr] 134 |     fn new(agent: Agent<M>) -> Self {
[INFO] [stderr]     |        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `LoggingMiddleware` is never constructed
[INFO] [stderr]    --> src/lib.rs:145:8
[INFO] [stderr]     |
[INFO] [stderr] 145 | struct LoggingMiddleware;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `LoggingService` is never constructed
[INFO] [stderr]    --> src/lib.rs:155:8
[INFO] [stderr]     |
[INFO] [stderr] 155 | struct LoggingService<S> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ExtractService` is never constructed
[INFO] [stderr]   --> src/lib.rs:74:8
[INFO] [stderr]    |
[INFO] [stderr] 74 | struct ExtractService<M: CompletionModel, T: JsonSchema + for<'a> Deserialize<'a> + Send + Sync> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `rig-tower` (lib) generated 13 warnings
[INFO] [stderr] warning: `rig-tower` (lib test) generated 5 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rig_tower-372d37bfb1409f47)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] test tests::macro_works ... FAILED
[INFO] [stdout] test tests::agent_layering_works ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::macro_works stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::macro_works' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rig-core-0.9.1/src/providers/openai.rs:69:55:
[INFO] [stdout] OPENAI_API_KEY not set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55efed94e2c2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55efed94e2c2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55efed94e2c2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55efed94e2c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55efed976973 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55efed976973 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55efed94a6b3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55efed94a6b3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55efed94e112 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55efed94f849 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x55efed94f67e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x55efed510914 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x55efed510914 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55efed95031e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x55efed95031e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x55efed94ffea - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x55efed94e7c9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55efed94fc7d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x55efed974f80 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55efed9753e6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x55efed5249ce - core::result::Result<T,E>::expect::h2c9ea1a36f826d99
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1119:23
[INFO] [stdout]   21:     0x55efed531137 - rig::providers::openai::Client::from_env::h18a08e70e2d6d175
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rig-core-0.9.1/src/providers/openai.rs:69:55
[INFO] [stdout]   22:     0x55efed4ad0d8 - rig_tower::tests::macro_works::{{closure}}::h80385c58d7496b6c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:198:29
[INFO] [stdout]   23:     0x55efed4d6fc2 - <core::pin::Pin<P> as core::future::future::Future>::poll::h008a7e4d11bbd4d4
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x55efed4d71bd - <core::pin::Pin<P> as core::future::future::Future>::poll::hed16c67322d9052f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x55efed4d6ead - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h01f9e292b70c3856
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   26:     0x55efed4d6dfb - tokio::runtime::coop::with_budget::he4477456c1da0e46
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x55efed4d6dfb - tokio::runtime::coop::budget::hf7b4e4884db3959d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x55efed4d6dfb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hd55086a40f7a8efd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   29:     0x55efed4d4580 - tokio::runtime::scheduler::current_thread::Context::enter::h843fe1ca0819486f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   30:     0x55efed4d631d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h5c1078426a879871
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   31:     0x55efed4d5554 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::he0e4365bc94945e2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   32:     0x55efed4a16cb - tokio::runtime::context::scoped::Scoped<T>::set::h3a66d0e2bc323ae0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x55efed4c5b29 - tokio::runtime::context::set_scheduler::{{closure}}::h6f4e35ca3706fed9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context.rs:180:38
[INFO] [stdout]   34:     0x55efed4a99e2 - std::thread::local::LocalKey<T>::try_with::hc7523c5f65132180
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   35:     0x55efed4a8f0e - std::thread::local::LocalKey<T>::with::hb947938a1ef505f7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   36:     0x55efed4c5add - tokio::runtime::context::set_scheduler::h803f0f2795bb06ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context.rs:180:17
[INFO] [stdout]   37:     0x55efed4d52e0 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::had7c79fcaa1427a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   38:     0x55efed4d55d3 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hfb628becbbf59c8b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   39:     0x55efed4d3866 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hd195ec3a703df998
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   40:     0x55efed4aea22 - tokio::runtime::context::runtime::enter_runtime::hfd360736de354d3c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x55efed4d32f1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::he0c39ad8d9c3d3c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   42:     0x55efed4aa37a - tokio::runtime::runtime::Runtime::block_on_inner::hb73e30b6f826686d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x55efed4aa627 - tokio::runtime::runtime::Runtime::block_on::ha38b4b003a8e2e12
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x55efed4acfcc - rig_tower::tests::macro_works::h070779eb39a24cac
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:211:53
[INFO] [stdout]   45:     0x55efed4ace67 - rig_tower::tests::macro_works::{{closure}}::hc3882f1a07ed4f86
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:197:27
[INFO] [stdout]   46:     0x55efed487526 - core::ops::function::FnOnce::call_once::he3b1ed352b54e8fd
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   47:     0x55efed51617b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   48:     0x55efed51617b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   49:     0x55efed5152b5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   50:     0x55efed5152b5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   51:     0x55efed5152b5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   52:     0x55efed5152b5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   53:     0x55efed5152b5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x55efed5152b5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   55:     0x55efed5152b5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   56:     0x55efed4d8eb4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   57:     0x55efed4d8eb4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   58:     0x55efed4dc88a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   59:     0x55efed4dc88a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   60:     0x55efed4dc88a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   61:     0x55efed4dc88a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   62:     0x55efed4dc88a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x55efed4dc88a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   64:     0x55efed4dc88a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   65:     0x55efed95339f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   66:     0x55efed95339f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   67:     0x75462c775aa4 - <unknown>
[INFO] [stdout]   68:     0x75462c802a34 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::agent_layering_works stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::agent_layering_works' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rig-core-0.9.1/src/providers/openai.rs:69:55:
[INFO] [stdout] OPENAI_API_KEY not set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55efed94e2c2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55efed94e2c2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55efed94e2c2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55efed94e2c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55efed976973 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55efed976973 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55efed94a6b3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55efed94a6b3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55efed94e112 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55efed94f849 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x55efed94f67e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x55efed510914 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x55efed510914 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55efed95031e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x55efed95031e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x55efed94ffea - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x55efed94e7c9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55efed94fc7d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x55efed974f80 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55efed9753e6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x55efed5249ce - core::result::Result<T,E>::expect::h2c9ea1a36f826d99
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1119:23
[INFO] [stdout]   21:     0x55efed531137 - rig::providers::openai::Client::from_env::h18a08e70e2d6d175
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rig-core-0.9.1/src/providers/openai.rs:69:55
[INFO] [stdout]   22:     0x55efed4ad729 - rig_tower::tests::agent_layering_works::{{closure}}::h748dde3e68a5c8c4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:216:29
[INFO] [stdout]   23:     0x55efed4d6fc2 - <core::pin::Pin<P> as core::future::future::Future>::poll::h008a7e4d11bbd4d4
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x55efed4d71bd - <core::pin::Pin<P> as core::future::future::Future>::poll::hed16c67322d9052f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x55efed4d6ead - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h01f9e292b70c3856
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   26:     0x55efed4d6dfb - tokio::runtime::coop::with_budget::he4477456c1da0e46
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x55efed4d6dfb - tokio::runtime::coop::budget::hf7b4e4884db3959d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x55efed4d6dfb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hd55086a40f7a8efd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   29:     0x55efed4d4580 - tokio::runtime::scheduler::current_thread::Context::enter::h843fe1ca0819486f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   30:     0x55efed4d631d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h5c1078426a879871
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   31:     0x55efed4d5554 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::he0e4365bc94945e2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   32:     0x55efed4a16cb - tokio::runtime::context::scoped::Scoped<T>::set::h3a66d0e2bc323ae0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x55efed4c5b29 - tokio::runtime::context::set_scheduler::{{closure}}::h6f4e35ca3706fed9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context.rs:180:38
[INFO] [stdout]   34:     0x55efed4a99e2 - std::thread::local::LocalKey<T>::try_with::hc7523c5f65132180
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   35:     0x55efed4a8f0e - std::thread::local::LocalKey<T>::with::hb947938a1ef505f7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   36:     0x55efed4c5add - tokio::runtime::context::set_scheduler::h803f0f2795bb06ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context.rs:180:17
[INFO] [stdout]   37:     0x55efed4d52e0 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::had7c79fcaa1427a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   38:     0x55efed4d55d3 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hfb628becbbf59c8b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   39:     0x55efed4d3866 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hd195ec3a703df998
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   40:     0x55efed4aea22 - tokio::runtime::context::runtime::enter_runtime::hfd360736de354d3c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x55efed4d32f1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::he0c39ad8d9c3d3c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   42:     0x55efed4aa37a - tokio::runtime::runtime::Runtime::block_on_inner::hb73e30b6f826686d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x55efed4aa627 - tokio::runtime::runtime::Runtime::block_on::ha38b4b003a8e2e12
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x55efed4ad60c - rig_tower::tests::agent_layering_works::hacd1af55d2e89de6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:235:17
[INFO] [stdout]   45:     0x55efed4ad4a7 - rig_tower::tests::agent_layering_works::{{closure}}::hb3f133319dd51e0d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:215:36
[INFO] [stdout]   46:     0x55efed487466 - core::ops::function::FnOnce::call_once::hdf3aff3daad513ef
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   47:     0x55efed51617b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   48:     0x55efed51617b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   49:     0x55efed5152b5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   50:     0x55efed5152b5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   51:     0x55efed5152b5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   52:     0x55efed5152b5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   53:     0x55efed5152b5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x55efed5152b5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   55:     0x55efed5152b5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   56:     0x55efed4d8eb4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   57:     0x55efed4d8eb4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   58:     0x55efed4dc88a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   59:     0x55efed4dc88a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   60:     0x55efed4dc88a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   61:     0x55efed4dc88a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   62:     0x55efed4dc88a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x55efed4dc88a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   64:     0x55efed4dc88a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   65:     0x55efed95339f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   66:     0x55efed95339f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   67:     0x75462c775aa4 - <unknown>
[INFO] [stdout]   68:     0x75462c802a34 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::agent_layering_works
[INFO] [stdout]     tests::macro_works
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6a96b5147750b3b53b56daa7abcf5d53d93de122300e6e7df529d3940f48a5f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6a96b5147750b3b53b56daa7abcf5d53d93de122300e6e7df529d3940f48a5f6", kill_on_drop: false }`
[INFO] [stdout] 6a96b5147750b3b53b56daa7abcf5d53d93de122300e6e7df529d3940f48a5f6
