[INFO] cloning repository https://github.com/Aiving/aivell
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Aiving/aivell" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAiving%2Faivell", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAiving%2Faivell'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dd64fca16a7fd32f95365429c5cd111d1428f4a4
[INFO] checking Aiving/aivell against master#36b21637e93b038453924d3c66821089e71d8baa for pr-143164
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAiving%2Faivell" "/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/Aiving/aivell
[INFO] finished tweaking git repo https://github.com/Aiving/aivell
[INFO] tweaked toml for git repo https://github.com/Aiving/aivell written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Aiving/aivell on toolchain 36b21637e93b038453924d3c66821089e71d8baa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Aiving/aivell 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" "+36b21637e93b038453924d3c66821089e71d8baa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded derive-name-macros v1.1.1
[INFO] [stderr]   Downloaded derive-name v1.1.0
[INFO] [stderr]   Downloaded thiserror-impl v1.0.63
[INFO] [stderr]   Downloaded bytecount v0.6.8
[INFO] [stderr]   Downloaded dunce v1.0.4
[INFO] [stderr]   Downloaded ariadne v0.4.1
[INFO] [stderr]   Downloaded thiserror v1.0.63
[INFO] [stderr]   Downloaded nom_locate v4.2.0
[INFO] [stderr]   Downloaded yansi v1.0.1
[INFO] [stderr]   Downloaded cc v1.1.6
[INFO] [stderr]   Downloaded rustc-hash v2.0.0
[INFO] [stderr]   Downloaded syn v2.0.71
[INFO] [stderr]   Downloaded tokio v1.38.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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a00a0472ee5a87beddac89e66d3dfd7791d7dad1f90d5bf8b7538a416974b452
[INFO] running `Command { std: "docker" "start" "-a" "a00a0472ee5a87beddac89e66d3dfd7791d7dad1f90d5bf8b7538a416974b452", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a00a0472ee5a87beddac89e66d3dfd7791d7dad1f90d5bf8b7538a416974b452", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a00a0472ee5a87beddac89e66d3dfd7791d7dad1f90d5bf8b7538a416974b452", kill_on_drop: false }`
[INFO] [stdout] a00a0472ee5a87beddac89e66d3dfd7791d7dad1f90d5bf8b7538a416974b452
[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=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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1d5c47a954ebfbe0015cbd44bc9b255bd8d74c41455d8c897d77a7bbca33dc4a
[INFO] running `Command { std: "docker" "start" "-a" "1d5c47a954ebfbe0015cbd44bc9b255bd8d74c41455d8c897d77a7bbca33dc4a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking bytecount v0.6.8
[INFO] [stderr]     Checking unicode-width v0.1.13
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]     Checking unicode-segmentation v1.11.0
[INFO] [stderr]     Checking rustc-hash v2.0.0
[INFO] [stderr]     Checking dunce v1.0.4
[INFO] [stderr]     Checking iana-time-zone v0.1.60
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking ariadne v0.4.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.71
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking tokio v1.38.1
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking memory v0.1.0 (/opt/rustwide/workdir/crates/memory)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> crates/memory/src/arc/ptr_mut.rs:53:19
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn borrow(&self) -> Borrow<T> {
[INFO] [stdout]    |                   ^^^^^     --------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn borrow(&self) -> Borrow<'_, T> {
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> crates/memory/src/arc/ptr_mut.rs:69:23
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn borrow_mut(&self) -> BorrowMut<T> {
[INFO] [stdout]    |                       ^^^^^     ------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn borrow_mut(&self) -> BorrowMut<'_, T> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> crates/memory/src/arc/ptr_mut.rs:53:19
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn borrow(&self) -> Borrow<T> {
[INFO] [stdout]    |                   ^^^^^     --------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn borrow(&self) -> Borrow<'_, T> {
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> crates/memory/src/arc/ptr_mut.rs:69:23
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn borrow_mut(&self) -> BorrowMut<T> {
[INFO] [stdout]    |                       ^^^^^     ------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn borrow_mut(&self) -> BorrowMut<'_, T> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking nom_locate v4.2.0
[INFO] [stderr]     Checking shared v0.1.0 (/opt/rustwide/workdir/crates/shared)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> crates/shared/src/util.rs:22:45
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub fn complete_byte_slice_str_from_utf8(c: BytesSpan) -> Result<&str, Utf8Error> {
[INFO] [stdout]    |                                             ^^^^^^^^^            ---- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub fn complete_byte_slice_str_from_utf8(c: BytesSpan<'_>) -> Result<&str, Utf8Error> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> crates/shared/src/util.rs:22:45
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub fn complete_byte_slice_str_from_utf8(c: BytesSpan) -> Result<&str, Utf8Error> {
[INFO] [stdout]    |                                             ^^^^^^^^^            ---- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub fn complete_byte_slice_str_from_utf8(c: BytesSpan<'_>) -> Result<&str, Utf8Error> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking lexer v0.1.0 (/opt/rustwide/workdir/crates/lexer)
[INFO] [stderr]     Checking deriver v0.1.0 (/opt/rustwide/workdir/crates/deriver)
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling derive-name-macros v1.1.1
[INFO] [stderr]     Checking derive-name v1.1.0
[INFO] [stderr]     Checking parser v0.1.0 (/opt/rustwide/workdir/crates/parser)
[INFO] [stdout] warning: unused import: `lexer::token::Token`
[INFO] [stdout]  --> crates/parser/src/error.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use lexer::token::Token;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Positioned`
[INFO] [stdout]  --> crates/parser/src/error.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | use shared::{Positioned, Span};
[INFO] [stdout]   |              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `lexer::token::Token`
[INFO] [stdout]  --> crates/parser/src/error.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use lexer::token::Token;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Positioned`
[INFO] [stdout]  --> crates/parser/src/error.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | use shared::{Positioned, Span};
[INFO] [stdout]   |              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fmt::Write`
[INFO] [stdout]  --> crates/parser/src/error.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::{fmt::Write, io::Cursor, path::Path};
[INFO] [stdout]   |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_str` is never used
[INFO] [stdout]    --> crates/parser/src/constant_pool.rs:291:12
[INFO] [stdout]     |
[INFO] [stdout] 240 | impl ConstantPoolBuilder {
[INFO] [stdout]     | ------------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 291 |     pub fn get_str(&self, index: ConstantIndex) -> &str {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `parse` is never used
[INFO] [stdout]   --> crates/parser/src/string_format_options.rs:21:19
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl StringFormatOptions {
[INFO] [stdout]    | ------------------------ associated function in this implementation
[INFO] [stdout] 20 |     /// Parses a format string
[INFO] [stdout] 21 |     pub(crate) fn parse(
[INFO] [stdout]    |                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `FormatParsePosition` is never used
[INFO] [stdout]   --> crates/parser/src/string_format_options.rs:90:6
[INFO] [stdout]    |
[INFO] [stdout] 90 | enum FormatParsePosition {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `consume_u32` is never used
[INFO] [stdout]   --> crates/parser/src/string_format_options.rs:98:4
[INFO] [stdout]    |
[INFO] [stdout] 98 | fn consume_u32(first: char, chars: &mut Peekable<Chars>) -> Result<u32, StringFormatError> {
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/parser/src/constant_pool.rs:102:16
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn get(&self, index: usize) -> Option<Constant> {
[INFO] [stdout]     |                ^^^^^                          -------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                |
[INFO] [stdout]     |                this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn get(&self, index: usize) -> Option<Constant<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/parser/src/constant_pool.rs:164:17
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub fn iter(&self) -> ConstantPoolIterator {
[INFO] [stdout]     |                 ^^^^^     -------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub fn iter(&self) -> ConstantPoolIterator<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking bytecode v0.1.0 (/opt/rustwide/workdir/crates/bytecode)
[INFO] [stdout] warning: unused import: `fmt::Write`
[INFO] [stdout]  --> crates/parser/src/error.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::{fmt::Write, io::Cursor, path::Path};
[INFO] [stdout]   |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_str` is never used
[INFO] [stdout]    --> crates/parser/src/constant_pool.rs:291:12
[INFO] [stdout]     |
[INFO] [stdout] 240 | impl ConstantPoolBuilder {
[INFO] [stdout]     | ------------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 291 |     pub fn get_str(&self, index: ConstantIndex) -> &str {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/parser/src/constant_pool.rs:102:16
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn get(&self, index: usize) -> Option<Constant> {
[INFO] [stdout]     |                ^^^^^                          -------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                |
[INFO] [stdout]     |                this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn get(&self, index: usize) -> Option<Constant<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/parser/src/constant_pool.rs:164:17
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub fn iter(&self) -> ConstantPoolIterator {
[INFO] [stdout]     |                 ^^^^^     -------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub fn iter(&self) -> ConstantPoolIterator<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking runtime v0.1.0 (/opt/rustwide/workdir/crates/runtime)
[INFO] [stdout] warning: function `redundant_argument_error` is never used
[INFO] [stdout]    --> crates/runtime/src/error.rs:208:8
[INFO] [stdout]     |
[INFO] [stdout] 208 | pub fn redundant_argument_error<T>(expected_str: &str, unexpected: &[KValue]) -> Result<T> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `state` is never read
[INFO] [stdout]   --> crates/runtime/src/types/map.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub struct KMap {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] 66 |     state: Ptr<Option<Box<dyn Any + Send + Sync>>>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `KMap` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> crates/runtime/src/types/list.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn data(&self) -> Borrow<ValueVec> {
[INFO] [stdout]    |                 ^^^^^     ---------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn data(&self) -> Borrow<'_, ValueVec> {
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> crates/runtime/src/types/list.rs:42:21
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub fn data_mut(&self) -> BorrowMut<ValueVec> {
[INFO] [stdout]    |                     ^^^^^     ------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub fn data_mut(&self) -> BorrowMut<'_, ValueVec> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/runtime/src/types/map.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn data(&self) -> Borrow<ValueMap> {
[INFO] [stdout]     |                 ^^^^^     ---------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn data(&self) -> Borrow<'_, ValueMap> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `redundant_argument_error` is never used
[INFO] [stdout]    --> crates/runtime/src/error.rs:208:8
[INFO] [stdout]     |
[INFO] [stdout] 208 | pub fn redundant_argument_error<T>(expected_str: &str, unexpected: &[KValue]) -> Result<T> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `state` is never read
[INFO] [stdout]   --> crates/runtime/src/types/map.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub struct KMap {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] 66 |     state: Ptr<Option<Box<dyn Any + Send + Sync>>>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `KMap` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `clear` is never used
[INFO] [stdout]   --> crates/runtime/src/lib.rs:72:16
[INFO] [stdout]    |
[INFO] [stdout] 57 |     impl OutputCapture {
[INFO] [stdout]    |     ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 72 |         pub fn clear(&mut self) {
[INFO] [stdout]    |                ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/runtime/src/types/map.rs:118:21
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn data_mut(&self) -> BorrowMut<ValueMap> {
[INFO] [stdout]     |                     ^^^^^     ------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn data_mut(&self) -> BorrowMut<'_, ValueMap> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> crates/runtime/src/types/list.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn data(&self) -> Borrow<ValueVec> {
[INFO] [stdout]    |                 ^^^^^     ---------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn data(&self) -> Borrow<'_, ValueVec> {
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> crates/runtime/src/types/list.rs:42:21
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub fn data_mut(&self) -> BorrowMut<ValueVec> {
[INFO] [stdout]    |                     ^^^^^     ------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub fn data_mut(&self) -> BorrowMut<'_, ValueVec> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/runtime/src/types/map.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn data(&self) -> Borrow<ValueMap> {
[INFO] [stdout]     |                 ^^^^^     ---------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn data(&self) -> Borrow<'_, ValueMap> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/runtime/src/types/map.rs:118:21
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn data_mut(&self) -> BorrowMut<ValueMap> {
[INFO] [stdout]     |                     ^^^^^     ------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub fn data_mut(&self) -> BorrowMut<'_, ValueMap> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a trait
[INFO] [stdout]   --> crates/runtime/src/types/native_function.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / pub trait AsyncKotoFunction:
[INFO] [stdout] 23 | |     Fn(&mut CallContext) -> BoxFuture<Result<KValue>> + KotoSend + KotoSync + 'static
[INFO] [stdout]    | |_____________________________________________________________________________________^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> crates/runtime/src/lib.rs:3:9
[INFO] [stdout]    |
[INFO] [stdout] 3  | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/runtime/src/types/object.rs:289:23
[INFO] [stdout]     |
[INFO] [stdout] 289 |     pub fn try_borrow(&self) -> Result<Borrow<dyn KotoObject>> {
[INFO] [stdout]     |                       ^^^^^            ---------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 289 |     pub fn try_borrow(&self) -> Result<Borrow<'_, dyn KotoObject>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/runtime/src/types/object.rs:296:27
[INFO] [stdout]     |
[INFO] [stdout] 296 |     pub fn try_borrow_mut(&self) -> Result<BorrowMut<dyn KotoObject>> {
[INFO] [stdout]     |                           ^^^^^            ------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 296 |     pub fn try_borrow_mut(&self) -> Result<BorrowMut<'_, dyn KotoObject>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/runtime/src/types/object.rs:303:32
[INFO] [stdout]     |
[INFO] [stdout] 303 |     pub fn cast<T: KotoObject>(&self) -> Result<Borrow<T>> {
[INFO] [stdout]     |                                ^^^^^            --------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 303 |     pub fn cast<T: KotoObject>(&self) -> Result<Borrow<'_, T>> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/runtime/src/types/object.rs:309:36
[INFO] [stdout]     |
[INFO] [stdout] 309 |     pub fn cast_mut<T: KotoObject>(&self) -> Result<BorrowMut<T>> {
[INFO] [stdout]     |                                    ^^^^^            ------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 309 |     pub fn cast_mut<T: KotoObject>(&self) -> Result<BorrowMut<'_, T>> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/runtime/src/types/object.rs:373:21
[INFO] [stdout]     |
[INFO] [stdout] 373 |     pub fn instance(&self) -> Result<Borrow<T>> {
[INFO] [stdout]     |                     ^^^^^            --------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 373 |     pub fn instance(&self) -> Result<Borrow<'_, T>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a trait
[INFO] [stdout]   --> crates/runtime/src/types/native_function.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / pub trait AsyncKotoFunction:
[INFO] [stdout] 23 | |     Fn(&mut CallContext) -> BoxFuture<Result<KValue>> + KotoSend + KotoSync + 'static
[INFO] [stdout]    | |_____________________________________________________________________________________^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> crates/runtime/src/lib.rs:3:9
[INFO] [stdout]    |
[INFO] [stdout] 3  | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/runtime/src/types/object.rs:378:25
[INFO] [stdout]     |
[INFO] [stdout] 378 |     pub fn instance_mut(&self) -> Result<BorrowMut<T>> {
[INFO] [stdout]     |                         ^^^^^            ------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 378 |     pub fn instance_mut(&self) -> Result<BorrowMut<'_, T>> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/runtime/src/types/object.rs:289:23
[INFO] [stdout]     |
[INFO] [stdout] 289 |     pub fn try_borrow(&self) -> Result<Borrow<dyn KotoObject>> {
[INFO] [stdout]     |                       ^^^^^            ---------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 289 |     pub fn try_borrow(&self) -> Result<Borrow<'_, dyn KotoObject>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/runtime/src/types/object.rs:296:27
[INFO] [stdout]     |
[INFO] [stdout] 296 |     pub fn try_borrow_mut(&self) -> Result<BorrowMut<dyn KotoObject>> {
[INFO] [stdout]     |                           ^^^^^            ------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 296 |     pub fn try_borrow_mut(&self) -> Result<BorrowMut<'_, dyn KotoObject>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/runtime/src/types/object.rs:303:32
[INFO] [stdout]     |
[INFO] [stdout] 303 |     pub fn cast<T: KotoObject>(&self) -> Result<Borrow<T>> {
[INFO] [stdout]     |                                ^^^^^            --------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 303 |     pub fn cast<T: KotoObject>(&self) -> Result<Borrow<'_, T>> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/runtime/src/types/object.rs:309:36
[INFO] [stdout]     |
[INFO] [stdout] 309 |     pub fn cast_mut<T: KotoObject>(&self) -> Result<BorrowMut<T>> {
[INFO] [stdout]     |                                    ^^^^^            ------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 309 |     pub fn cast_mut<T: KotoObject>(&self) -> Result<BorrowMut<'_, T>> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/runtime/src/types/object.rs:373:21
[INFO] [stdout]     |
[INFO] [stdout] 373 |     pub fn instance(&self) -> Result<Borrow<T>> {
[INFO] [stdout]     |                     ^^^^^            --------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 373 |     pub fn instance(&self) -> Result<Borrow<'_, T>> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> crates/runtime/src/types/object.rs:378:25
[INFO] [stdout]     |
[INFO] [stdout] 378 |     pub fn instance_mut(&self) -> Result<BorrowMut<T>> {
[INFO] [stdout]     |                         ^^^^^            ------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 378 |     pub fn instance_mut(&self) -> Result<BorrowMut<'_, T>> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> crates/runtime/src/lib.rs:77:32
[INFO] [stdout]    |
[INFO] [stdout] 77 |         pub fn captured_output(&self) -> Borrow<String> {
[INFO] [stdout]    |                                ^^^^^     -------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 77 |         pub fn captured_output(&self) -> Borrow<'_, String> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking aivell v0.1.0 (/opt/rustwide/workdir/crates/aivell)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.72s
[INFO] running `Command { std: "docker" "inspect" "1d5c47a954ebfbe0015cbd44bc9b255bd8d74c41455d8c897d77a7bbca33dc4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d5c47a954ebfbe0015cbd44bc9b255bd8d74c41455d8c897d77a7bbca33dc4a", kill_on_drop: false }`
[INFO] [stdout] 1d5c47a954ebfbe0015cbd44bc9b255bd8d74c41455d8c897d77a7bbca33dc4a
