[INFO] cloning repository https://github.com/100mountains/farter-mono
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/100mountains/farter-mono" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F100mountains%2Ffarter-mono", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F100mountains%2Ffarter-mono'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1ab44e5b93d010f357b9e9668163971e0961a62d
[INFO] testing 100mountains/farter-mono against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F100mountains%2Ffarter-mono" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/100mountains/farter-mono
[INFO] finished tweaking git repo https://github.com/100mountains/farter-mono
[INFO] tweaked toml for git repo https://github.com/100mountains/farter-mono written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/100mountains/farter-mono on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/100mountains/farter-mono 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: /workspace/builds/worker-0-tc2/source/barter-data-rs/Cargo.toml: file `/workspace/builds/worker-0-tc2/source/barter-data-rs/examples/multi_stream_multi_exchange.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `multi_stream_multi_exchange`
[INFO] [stderr]   * `example` target `multi_stream_multi_exchange`
[INFO] [stderr] warning: /workspace/builds/worker-0-tc2/source/barter-data-rs/Cargo.toml: file `/workspace/builds/worker-0-tc2/source/barter-data-rs/examples/order_books_l2_streams.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `order_books_l2_streams`
[INFO] [stderr]   * `example` target `order_books_l2_streams`
[INFO] [stderr] warning: /workspace/builds/worker-0-tc2/source/barter-data-rs/Cargo.toml: file `/workspace/builds/worker-0-tc2/source/barter-data-rs/examples/public_trades_streams.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `public_trades_streams`
[INFO] [stderr]   * `example` target `public_trades_streams`
[INFO] [stderr] warning: /workspace/builds/worker-0-tc2/source/barter-data-rs/Cargo.toml: file `/workspace/builds/worker-0-tc2/source/barter-data-rs/examples/order_books_l1_streams_multi_exchange.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `order_books_l1_streams_multi_exchange`
[INFO] [stderr]   * `example` target `order_books_l1_streams_multi_exchange`
[INFO] [stderr] warning: /workspace/builds/worker-0-tc2/source/barter-data-rs/Cargo.toml: file `/workspace/builds/worker-0-tc2/source/barter-data-rs/examples/public_trades_streams_multi_exchange.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `public_trades_streams_multi_exchange`
[INFO] [stderr]   * `example` target `public_trades_streams_multi_exchange`
[INFO] [stderr] warning: /workspace/builds/worker-0-tc2/source/barter-data-rs/Cargo.toml: file `/workspace/builds/worker-0-tc2/source/barter-data-rs/examples/order_books_l1_streams.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `order_books_l1_streams`
[INFO] [stderr]   * `example` target `order_books_l1_streams`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 72c8b77ae185678b7625fb8412aef92bf0bc1d257c84f3e9a341cd36bd308a48
[INFO] running `Command { std: "docker" "start" "-a" "72c8b77ae185678b7625fb8412aef92bf0bc1d257c84f3e9a341cd36bd308a48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "72c8b77ae185678b7625fb8412aef92bf0bc1d257c84f3e9a341cd36bd308a48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "72c8b77ae185678b7625fb8412aef92bf0bc1d257c84f3e9a341cd36bd308a48", kill_on_drop: false }`
[INFO] [stdout] 72c8b77ae185678b7625fb8412aef92bf0bc1d257c84f3e9a341cd36bd308a48
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c760e090ed42122e9032e6c7e5db72e709f40fbd2c7c830efbc4552d78afe322
[INFO] running `Command { std: "docker" "start" "-a" "c760e090ed42122e9032e6c7e5db72e709f40fbd2c7c830efbc4552d78afe322", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: /opt/rustwide/workdir/barter-data-rs/Cargo.toml: file `/opt/rustwide/workdir/barter-data-rs/examples/order_books_l1_streams_multi_exchange.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `order_books_l1_streams_multi_exchange`
[INFO] [stderr]   * `example` target `order_books_l1_streams_multi_exchange`
[INFO] [stderr] warning: /opt/rustwide/workdir/barter-data-rs/Cargo.toml: file `/opt/rustwide/workdir/barter-data-rs/examples/order_books_l2_streams.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `order_books_l2_streams`
[INFO] [stderr]   * `example` target `order_books_l2_streams`
[INFO] [stderr] warning: /opt/rustwide/workdir/barter-data-rs/Cargo.toml: file `/opt/rustwide/workdir/barter-data-rs/examples/public_trades_streams.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `public_trades_streams`
[INFO] [stderr]   * `example` target `public_trades_streams`
[INFO] [stderr] warning: /opt/rustwide/workdir/barter-data-rs/Cargo.toml: file `/opt/rustwide/workdir/barter-data-rs/examples/order_books_l1_streams.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `order_books_l1_streams`
[INFO] [stderr]   * `example` target `order_books_l1_streams`
[INFO] [stderr] warning: /opt/rustwide/workdir/barter-data-rs/Cargo.toml: file `/opt/rustwide/workdir/barter-data-rs/examples/public_trades_streams_multi_exchange.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `public_trades_streams_multi_exchange`
[INFO] [stderr]   * `example` target `public_trades_streams_multi_exchange`
[INFO] [stderr] warning: /opt/rustwide/workdir/barter-data-rs/Cargo.toml: file `/opt/rustwide/workdir/barter-data-rs/examples/multi_stream_multi_exchange.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `multi_stream_multi_exchange`
[INFO] [stderr]   * `example` target `multi_stream_multi_exchange`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling cc v1.0.94
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling serde v1.0.198
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling rustls v0.20.9
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling rust_decimal v1.35.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling encoding_rs v0.8.34
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling getrandom v0.2.14
[INFO] [stderr]    Compiling socket2 v0.5.6
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling ta v0.5.0
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling is-terminal v0.4.12
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling sha1_smol v1.0.0
[INFO] [stderr]    Compiling encode_unicode v1.0.0
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling barter-macro v0.1.1
[INFO] [stderr]    Compiling webpki v0.22.4
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling webpki-roots v0.22.6
[INFO] [stderr]    Compiling serde_derive v1.0.198
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling tungstenite v0.18.0
[INFO] [stderr]    Compiling redis v0.22.3
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]    Compiling tokio-tungstenite v0.18.0
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_qs v0.12.0
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling tracing-serde v0.1.3
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]    Compiling prettytable-rs v0.10.0
[INFO] [stderr]    Compiling rust_decimal_macros v1.34.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling hyper v0.14.28
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling barter-integration v0.5.3 (/opt/rustwide/workdir/barter-integration-rs)
[INFO] [stderr]    Compiling barter-data v0.7.0 (/opt/rustwide/workdir/barter-data-rs)
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]   --> barter-data-rs/src/exchange/kraken/trade.rs:54:20
[INFO] [stdout]    |
[INFO] [stdout] 54 |         trade.time.timestamp_nanos(),
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `backoff_ms` is never read
[INFO] [stdout]   --> barter-data-rs/src/streams/consumer.rs:44:31
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let mut backoff_ms: u64 = STARTING_RECONNECT_BACKOFF_MS;
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `backoff_ms` is never read
[INFO] [stdout]   --> barter-data-rs/src/streams/consumer.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |         backoff_ms *= 2;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling barter v0.8.13 (/opt/rustwide/workdir/barter-rs)
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]   --> barter-rs/src/portfolio/repository/redis.rs:79:5
[INFO] [stdout]    |
[INFO] [stdout] 79 | /     fn remove_position(
[INFO] [stdout] 80 | |         &mut self,
[INFO] [stdout] 81 | |         position_id: &String,
[INFO] [stdout] 82 | |     ) -> Result<Option<Position>, RepositoryError> {
[INFO] [stdout]    | |__________________________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]    = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]   --> barter-rs/src/portfolio/repository/redis.rs:86:14
[INFO] [stdout]    |
[INFO] [stdout] 86 |             .del(position_id)
[INFO] [stdout]    |              ^^^
[INFO] [stdout]    = note: `#[deny(dependency_on_unit_never_type_fallback)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]    |
[INFO] [stdout] 86 |             .del::<_, ()>(position_id)
[INFO] [stdout]    |                 +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `barter` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c760e090ed42122e9032e6c7e5db72e709f40fbd2c7c830efbc4552d78afe322", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c760e090ed42122e9032e6c7e5db72e709f40fbd2c7c830efbc4552d78afe322", kill_on_drop: false }`
[INFO] [stdout] c760e090ed42122e9032e6c7e5db72e709f40fbd2c7c830efbc4552d78afe322
