[INFO] cloning repository https://github.com/bytewax/bytewax [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bytewax/bytewax" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbytewax%2Fbytewax", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbytewax%2Fbytewax'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 795b3065fc14799b33f41611ca34abf2e1cad257 [INFO] checking bytewax/bytewax against try#23ffd2897cbb44320ca18dfe4d05dbacb37d55e0 for pr-115950 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbytewax%2Fbytewax" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bytewax/bytewax on toolchain 23ffd2897cbb44320ca18dfe4d05dbacb37d55e0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23ffd2897cbb44320ca18dfe4d05dbacb37d55e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/bytewax/bytewax [INFO] finished tweaking git repo https://github.com/bytewax/bytewax [INFO] tweaked toml for git repo https://github.com/bytewax/bytewax written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/bytewax/bytewax 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" "+23ffd2897cbb44320ca18dfe4d05dbacb37d55e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+23ffd2897cbb44320ca18dfe4d05dbacb37d55e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ae3adef32f0afcfade88906cf6aa85fa9d76dcf7415812084f454fc7a80d70ee [INFO] running `Command { std: "docker" "start" "-a" "ae3adef32f0afcfade88906cf6aa85fa9d76dcf7415812084f454fc7a80d70ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ae3adef32f0afcfade88906cf6aa85fa9d76dcf7415812084f454fc7a80d70ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae3adef32f0afcfade88906cf6aa85fa9d76dcf7415812084f454fc7a80d70ee", kill_on_drop: false }` [INFO] [stdout] ae3adef32f0afcfade88906cf6aa85fa9d76dcf7415812084f454fc7a80d70ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+23ffd2897cbb44320ca18dfe4d05dbacb37d55e0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d8106bf26b707e7986352e0a06be105c31b43c928698f29f17d6ba769c6ecdd [INFO] running `Command { std: "docker" "start" "-a" "8d8106bf26b707e7986352e0a06be105c31b43c928698f29f17d6ba769c6ecdd", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.63 [INFO] [stderr] Compiling quote v1.0.29 [INFO] [stderr] Compiling unicode-ident v1.0.10 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Checking bytes v1.4.0 [INFO] [stderr] Checking futures-sink v0.3.28 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Checking lock_api v0.4.10 [INFO] [stderr] Checking futures-io v0.3.28 [INFO] [stderr] Compiling serde v1.0.166 [INFO] [stderr] Compiling tokio v1.29.1 [INFO] [stderr] Checking itoa v1.0.8 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Checking log v0.4.19 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking tracing-core v0.1.31 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling async-trait v0.1.71 [INFO] [stderr] Checking http v0.2.9 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling syn v2.0.23 [INFO] [stderr] Checking ryu v1.0.14 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking parking_lot_core v0.9.8 [INFO] [stderr] Checking socket2 v0.4.9 [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking getrandom v0.2.10 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Compiling rustversion v1.0.13 [INFO] [stderr] Compiling thiserror v1.0.41 [INFO] [stderr] Compiling target-lexicon v0.12.8 [INFO] [stderr] Checking regex-syntax v0.7.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling serde_json v1.0.100 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking crossbeam-channel v0.5.8 [INFO] [stderr] Checking urlencoding v2.1.3 [INFO] [stderr] Checking ordered-float v3.7.0 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling anyhow v1.0.71 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling pyo3-build-config v0.19.2 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Compiling axum-core v0.3.4 [INFO] [stderr] Compiling axum v0.6.18 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Checking unicode-bidi v0.3.13 [INFO] [stderr] Compiling paste v1.0.13 [INFO] [stderr] Checking regex-automata v0.3.0 [INFO] [stderr] Checking idna v0.4.0 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Checking allocator-api2 v0.2.15 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Compiling libsqlite3-sys v0.26.0 (https://github.com/rusqlite/rusqlite.git?rev=7b0393210be4bce17156a08fde732083d6342a75#7b039321) [INFO] [stderr] Checking hashbrown v0.14.0 [INFO] [stderr] Checking url v2.4.0 [INFO] [stderr] Compiling pyo3-ffi v0.19.2 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Checking encoding_rs v0.8.32 [INFO] [stderr] Checking regex v1.9.0 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Checking ipnet v2.8.0 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking unicode-width v0.1.10 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Checking columnation v0.1.0 (https://github.com/frankmcsherry/columnation#eb8e20c1) [INFO] [stderr] Checking hashlink v0.8.3 [INFO] [stderr] Compiling pyo3-macros-backend v0.19.2 [INFO] [stderr] Compiling pyo3 v0.19.2 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking tracing-log v0.1.3 [INFO] [stderr] Checking ordered-float v2.10.0 [INFO] [stderr] Checking threadpool v1.8.1 [INFO] [stderr] Checking thread_local v1.1.7 [INFO] [stderr] Compiling serde_test v1.0.166 [INFO] [stderr] Checking timely_logging v0.12.0 (https://github.com/TimelyDataflow/timely-dataflow.git?rev=432ef57#432ef57f) [INFO] [stderr] Checking integer-encoding v3.0.4 [INFO] [stderr] Checking http-range-header v0.3.0 [INFO] [stderr] Checking abomonation v0.7.3 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling serde_derive v1.0.166 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling tracing-attributes v0.1.26 [INFO] [stderr] Compiling thiserror-impl v1.0.41 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Compiling pin-project-internal v1.1.2 [INFO] [stderr] Compiling prost-derive v0.11.9 [INFO] [stderr] Compiling abomonation_derive v0.5.0 [INFO] [stderr] Checking opentelemetry_api v0.20.0 [INFO] [stderr] Checking futures-executor v0.3.28 [INFO] [stderr] Checking fallible-iterator v0.3.0 [INFO] [stderr] Checking pin-project v1.1.2 [INFO] [stderr] Checking bitflags v2.3.3 [INFO] [stderr] Checking timely_bytes v0.12.0 (https://github.com/TimelyDataflow/timely-dataflow.git?rev=432ef57#432ef57f) [INFO] [stderr] Checking iana-time-zone v0.1.57 [INFO] [stderr] Checking axum-core v0.2.9 [INFO] [stderr] Checking tracing-subscriber v0.3.17 [INFO] [stderr] Compiling pyo3-macros v0.19.2 [INFO] [stderr] Checking prost v0.11.9 [INFO] [stderr] Checking tokio-util v0.7.8 [INFO] [stderr] Checking tokio-stream v0.1.14 [INFO] [stderr] Checking tokio-io-timeout v1.2.0 [INFO] [stderr] Checking h2 v0.3.20 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking rusqlite v0.29.0 (https://github.com/rusqlite/rusqlite.git?rev=7b0393210be4bce17156a08fde732083d6342a75#7b039321) [INFO] [stderr] Checking thrift v0.17.0 [INFO] [stderr] Checking num-complex v0.4.3 [INFO] [stderr] Checking unindent v0.1.11 [INFO] [stderr] Compiling indoc v1.0.9 [INFO] [stderr] Checking matchit v0.5.0 [INFO] [stderr] Checking seahash v4.1.0 [INFO] [stderr] Checking fastrand v1.9.0 [INFO] [stderr] Checking num v0.4.0 [INFO] [stderr] Checking tower-http v0.3.5 [INFO] [stderr] Checking rusqlite_migration v1.0.2 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking timely_container v0.12.0 (https://github.com/TimelyDataflow/timely-dataflow.git?rev=432ef57#432ef57f) [INFO] [stderr] Checking chrono v0.4.26 [INFO] [stderr] Checking timely_communication v0.12.0 (https://github.com/TimelyDataflow/timely-dataflow.git?rev=432ef57#432ef57f) [INFO] [stderr] Checking timely v0.12.0 (https://github.com/TimelyDataflow/timely-dataflow.git?rev=432ef57#432ef57f) [INFO] [stderr] Checking opentelemetry_sdk v0.20.0 [INFO] [stderr] Checking hyper v0.14.27 [INFO] [stderr] Checking opentelemetry v0.20.0 [INFO] [stderr] Checking opentelemetry-semantic-conventions v0.12.0 [INFO] [stderr] Checking tracing-opentelemetry v0.20.0 [INFO] [stderr] Checking opentelemetry-jaeger v0.19.0 [INFO] [stderr] Checking hyper-timeout v0.4.1 [INFO] [stderr] Checking reqwest v0.11.18 [INFO] [stderr] Checking axum v0.5.17 [INFO] [stderr] Checking opentelemetry-http v0.9.0 [INFO] [stderr] Checking tonic v0.9.2 [INFO] [stderr] Checking opentelemetry-proto v0.3.0 [INFO] [stderr] Checking opentelemetry-otlp v0.13.0 [INFO] [stderr] Checking bytewax v0.17.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/operators/stateful_unary.rs:191:23 [INFO] [stdout] | [INFO] [stdout] 191 | let workers = self.scope().w_count().iter().to_stream(&mut self.scope()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^------- - temporary value is freed at the end of this statement [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | argument requires that borrow lasts for `'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> src/operators/stateful_unary.rs:191:23 [INFO] [stdout] | [INFO] [stdout] 191 | let workers = self.scope().w_count().iter().to_stream(&mut self.scope()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^------- - temporary value is freed at the end of this statement [INFO] [stdout] | | [INFO] [stdout] | creates a temporary value which is freed while still in use [INFO] [stdout] | argument requires that borrow lasts for `'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `bundle` does not live long enough [INFO] [stdout] --> src/recovery.rs:1492:28 [INFO] [stdout] | [INFO] [stdout] 1491 | fn load_snaps(&mut self, before: ResumeEpoch, bundle: RecoveryBundle) -> Stream { [INFO] [stdout] | ------ binding `bundle` declared here [INFO] [stdout] 1492 | let mut new_part = bundle.new_builder(); [INFO] [stdout] | ^^^^^^-------------- [INFO] [stdout] | | [INFO] [stdout] | borrowed value does not live long enough [INFO] [stdout] | argument requires that `bundle` is borrowed for `'static` [INFO] [stdout] ... [INFO] [stdout] 1506 | } [INFO] [stdout] | - `bundle` dropped here while still borrowed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0505]: cannot move out of `bundle.serde` because it is borrowed [INFO] [stdout] --> src/recovery.rs:1505:18 [INFO] [stdout] | [INFO] [stdout] 1491 | fn load_snaps(&mut self, before: ResumeEpoch, bundle: RecoveryBundle) -> Stream { [INFO] [stdout] | ------ binding `bundle` declared here [INFO] [stdout] 1492 | let mut new_part = bundle.new_builder(); [INFO] [stdout] | -------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow of `bundle` occurs here [INFO] [stdout] | argument requires that `bundle` is borrowed for `'static` [INFO] [stdout] ... [INFO] [stdout] 1505 | .de_snap(bundle.serde) [INFO] [stdout] | ^^^^^^^^^^^^ move out of `bundle.serde` occurs here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `bundle` does not live long enough [INFO] [stdout] --> src/recovery.rs:1570:31 [INFO] [stdout] | [INFO] [stdout] 1563 | bundle: RecoveryBundle, [INFO] [stdout] | ------ binding `bundle` declared here [INFO] [stdout] ... [INFO] [stdout] 1570 | let mut new_ex_part = bundle.new_builder(); [INFO] [stdout] | ^^^^^^-------------- [INFO] [stdout] | | [INFO] [stdout] | borrowed value does not live long enough [INFO] [stdout] | argument requires that `bundle` is borrowed for `'static` [INFO] [stdout] ... [INFO] [stdout] 1628 | } [INFO] [stdout] | - `bundle` dropped here while still borrowed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `bundle` does not live long enough [INFO] [stdout] --> src/recovery.rs:1586:33 [INFO] [stdout] | [INFO] [stdout] 1563 | bundle: RecoveryBundle, [INFO] [stdout] | ------ binding `bundle` declared here [INFO] [stdout] ... [INFO] [stdout] 1586 | let mut new_snap_part = bundle.new_builder(); [INFO] [stdout] | ^^^^^^-------------- [INFO] [stdout] | | [INFO] [stdout] | borrowed value does not live long enough [INFO] [stdout] | argument requires that `bundle` is borrowed for `'static` [INFO] [stdout] ... [INFO] [stdout] 1628 | } [INFO] [stdout] | - `bundle` dropped here while still borrowed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `bundle` does not live long enough [INFO] [stdout] --> src/recovery.rs:1587:34 [INFO] [stdout] | [INFO] [stdout] 1563 | bundle: RecoveryBundle, [INFO] [stdout] | ------ binding `bundle` declared here [INFO] [stdout] ... [INFO] [stdout] 1587 | let mut new_front_part = bundle.new_builder(); [INFO] [stdout] | ^^^^^^-------------- [INFO] [stdout] | | [INFO] [stdout] | borrowed value does not live long enough [INFO] [stdout] | argument requires that `bundle` is borrowed for `'static` [INFO] [stdout] ... [INFO] [stdout] 1628 | } [INFO] [stdout] | - `bundle` dropped here while still borrowed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `bundle` does not live long enough [INFO] [stdout] --> src/recovery.rs:1588:35 [INFO] [stdout] | [INFO] [stdout] 1563 | bundle: RecoveryBundle, [INFO] [stdout] | ------ binding `bundle` declared here [INFO] [stdout] ... [INFO] [stdout] 1588 | let mut new_commit_part = bundle.new_builder(); [INFO] [stdout] | ^^^^^^-------------- [INFO] [stdout] | | [INFO] [stdout] | borrowed value does not live long enough [INFO] [stdout] | argument requires that `bundle` is borrowed for `'static` [INFO] [stdout] ... [INFO] [stdout] 1628 | } [INFO] [stdout] | - `bundle` dropped here while still borrowed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0505]: cannot move out of `bundle.serde` because it is borrowed [INFO] [stdout] --> src/recovery.rs:1590:46 [INFO] [stdout] | [INFO] [stdout] 1563 | bundle: RecoveryBundle, [INFO] [stdout] | ------ binding `bundle` declared here [INFO] [stdout] ... [INFO] [stdout] 1570 | let mut new_ex_part = bundle.new_builder(); [INFO] [stdout] | -------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow of `bundle` occurs here [INFO] [stdout] | argument requires that `bundle` is borrowed for `'static` [INFO] [stdout] ... [INFO] [stdout] 1590 | let write_snap_clock = self.ser_snap(bundle.serde).partd_write( [INFO] [stdout] | ^^^^^^^^^^^^ move out of `bundle.serde` occurs here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `self` does not live long enough [INFO] [stdout] --> src/recovery.rs:1652:33 [INFO] [stdout] | [INFO] [stdout] 1648 | fn read_progress(self, scope: &mut S) -> ProgressStream [INFO] [stdout] | ---- binding `self` declared here [INFO] [stdout] ... [INFO] [stdout] 1652 | let mut new_part_part = self.new_builder(); [INFO] [stdout] | ^^^^-------------- [INFO] [stdout] | | [INFO] [stdout] | borrowed value does not live long enough [INFO] [stdout] | argument requires that `self` is borrowed for `'static` [INFO] [stdout] ... [INFO] [stdout] 1681 | } [INFO] [stdout] | - `self` dropped here while still borrowed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `self` does not live long enough [INFO] [stdout] --> src/recovery.rs:1653:31 [INFO] [stdout] | [INFO] [stdout] 1648 | fn read_progress(self, scope: &mut S) -> ProgressStream [INFO] [stdout] | ---- binding `self` declared here [INFO] [stdout] ... [INFO] [stdout] 1653 | let mut new_ex_part = self.new_builder(); [INFO] [stdout] | ^^^^-------------- [INFO] [stdout] | | [INFO] [stdout] | borrowed value does not live long enough [INFO] [stdout] | argument requires that `self` is borrowed for `'static` [INFO] [stdout] ... [INFO] [stdout] 1681 | } [INFO] [stdout] | - `self` dropped here while still borrowed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `self` does not live long enough [INFO] [stdout] --> src/recovery.rs:1654:34 [INFO] [stdout] | [INFO] [stdout] 1648 | fn read_progress(self, scope: &mut S) -> ProgressStream [INFO] [stdout] | ---- binding `self` declared here [INFO] [stdout] ... [INFO] [stdout] 1654 | let mut new_front_part = self.new_builder(); [INFO] [stdout] | ^^^^-------------- [INFO] [stdout] | | [INFO] [stdout] | borrowed value does not live long enough [INFO] [stdout] | argument requires that `self` is borrowed for `'static` [INFO] [stdout] ... [INFO] [stdout] 1681 | } [INFO] [stdout] | - `self` dropped here while still borrowed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `self` does not live long enough [INFO] [stdout] --> src/recovery.rs:1655:35 [INFO] [stdout] | [INFO] [stdout] 1648 | fn read_progress(self, scope: &mut S) -> ProgressStream [INFO] [stdout] | ---- binding `self` declared here [INFO] [stdout] ... [INFO] [stdout] 1655 | let mut new_commit_part = self.new_builder(); [INFO] [stdout] | ^^^^-------------- [INFO] [stdout] | | [INFO] [stdout] | borrowed value does not live long enough [INFO] [stdout] | argument requires that `self` is borrowed for `'static` [INFO] [stdout] ... [INFO] [stdout] 1681 | } [INFO] [stdout] | - `self` dropped here while still borrowed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `bundle` does not live long enough [INFO] [stdout] --> src/recovery.rs:1492:28 [INFO] [stdout] | [INFO] [stdout] 1491 | fn load_snaps(&mut self, before: ResumeEpoch, bundle: RecoveryBundle) -> Stream { [INFO] [stdout] | ------ binding `bundle` declared here [INFO] [stdout] 1492 | let mut new_part = bundle.new_builder(); [INFO] [stdout] | ^^^^^^-------------- [INFO] [stdout] | | [INFO] [stdout] | borrowed value does not live long enough [INFO] [stdout] | argument requires that `bundle` is borrowed for `'static` [INFO] [stdout] ... [INFO] [stdout] 1506 | } [INFO] [stdout] | - `bundle` dropped here while still borrowed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0505]: cannot move out of `bundle.serde` because it is borrowed [INFO] [stdout] --> src/recovery.rs:1505:18 [INFO] [stdout] | [INFO] [stdout] 1491 | fn load_snaps(&mut self, before: ResumeEpoch, bundle: RecoveryBundle) -> Stream { [INFO] [stdout] | ------ binding `bundle` declared here [INFO] [stdout] 1492 | let mut new_part = bundle.new_builder(); [INFO] [stdout] | -------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow of `bundle` occurs here [INFO] [stdout] | argument requires that `bundle` is borrowed for `'static` [INFO] [stdout] ... [INFO] [stdout] 1505 | .de_snap(bundle.serde) [INFO] [stdout] | ^^^^^^^^^^^^ move out of `bundle.serde` occurs here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `bundle` does not live long enough [INFO] [stdout] --> src/recovery.rs:1570:31 [INFO] [stdout] | [INFO] [stdout] 1563 | bundle: RecoveryBundle, [INFO] [stdout] | ------ binding `bundle` declared here [INFO] [stdout] ... [INFO] [stdout] 1570 | let mut new_ex_part = bundle.new_builder(); [INFO] [stdout] | ^^^^^^-------------- [INFO] [stdout] | | [INFO] [stdout] | borrowed value does not live long enough [INFO] [stdout] | argument requires that `bundle` is borrowed for `'static` [INFO] [stdout] ... [INFO] [stdout] 1628 | } [INFO] [stdout] | - `bundle` dropped here while still borrowed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `bundle` does not live long enough [INFO] [stdout] --> src/recovery.rs:1586:33 [INFO] [stdout] | [INFO] [stdout] 1563 | bundle: RecoveryBundle, [INFO] [stdout] | ------ binding `bundle` declared here [INFO] [stdout] ... [INFO] [stdout] 1586 | let mut new_snap_part = bundle.new_builder(); [INFO] [stdout] | ^^^^^^-------------- [INFO] [stdout] | | [INFO] [stdout] | borrowed value does not live long enough [INFO] [stdout] | argument requires that `bundle` is borrowed for `'static` [INFO] [stdout] ... [INFO] [stdout] 1628 | } [INFO] [stdout] | - `bundle` dropped here while still borrowed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `bundle` does not live long enough [INFO] [stdout] --> src/recovery.rs:1587:34 [INFO] [stdout] | [INFO] [stdout] 1563 | bundle: RecoveryBundle, [INFO] [stdout] | ------ binding `bundle` declared here [INFO] [stdout] ... [INFO] [stdout] 1587 | let mut new_front_part = bundle.new_builder(); [INFO] [stdout] | ^^^^^^-------------- [INFO] [stdout] | | [INFO] [stdout] | borrowed value does not live long enough [INFO] [stdout] | argument requires that `bundle` is borrowed for `'static` [INFO] [stdout] ... [INFO] [stdout] 1628 | } [INFO] [stdout] | - `bundle` dropped here while still borrowed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `bundle` does not live long enough [INFO] [stdout] --> src/recovery.rs:1588:35 [INFO] [stdout] | [INFO] [stdout] 1563 | bundle: RecoveryBundle, [INFO] [stdout] | ------ binding `bundle` declared here [INFO] [stdout] ... [INFO] [stdout] 1588 | let mut new_commit_part = bundle.new_builder(); [INFO] [stdout] | ^^^^^^-------------- [INFO] [stdout] | | [INFO] [stdout] | borrowed value does not live long enough [INFO] [stdout] | argument requires that `bundle` is borrowed for `'static` [INFO] [stdout] ... [INFO] [stdout] 1628 | } [INFO] [stdout] | - `bundle` dropped here while still borrowed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0505]: cannot move out of `bundle.serde` because it is borrowed [INFO] [stdout] --> src/recovery.rs:1590:46 [INFO] [stdout] | [INFO] [stdout] 1563 | bundle: RecoveryBundle, [INFO] [stdout] | ------ binding `bundle` declared here [INFO] [stdout] ... [INFO] [stdout] 1570 | let mut new_ex_part = bundle.new_builder(); [INFO] [stdout] | -------------------- [INFO] [stdout] | | [INFO] [stdout] | borrow of `bundle` occurs here [INFO] [stdout] | argument requires that `bundle` is borrowed for `'static` [INFO] [stdout] ... [INFO] [stdout] 1590 | let write_snap_clock = self.ser_snap(bundle.serde).partd_write( [INFO] [stdout] | ^^^^^^^^^^^^ move out of `bundle.serde` occurs here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `self` does not live long enough [INFO] [stdout] --> src/recovery.rs:1652:33 [INFO] [stdout] | [INFO] [stdout] 1648 | fn read_progress(self, scope: &mut S) -> ProgressStream [INFO] [stdout] | ---- binding `self` declared here [INFO] [stdout] ... [INFO] [stdout] 1652 | let mut new_part_part = self.new_builder(); [INFO] [stdout] | ^^^^-------------- [INFO] [stdout] | | [INFO] [stdout] | borrowed value does not live long enough [INFO] [stdout] | argument requires that `self` is borrowed for `'static` [INFO] [stdout] ... [INFO] [stdout] 1681 | } [INFO] [stdout] | - `self` dropped here while still borrowed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `self` does not live long enough [INFO] [stdout] --> src/recovery.rs:1653:31 [INFO] [stdout] | [INFO] [stdout] 1648 | fn read_progress(self, scope: &mut S) -> ProgressStream [INFO] [stdout] | ---- binding `self` declared here [INFO] [stdout] ... [INFO] [stdout] 1653 | let mut new_ex_part = self.new_builder(); [INFO] [stdout] | ^^^^-------------- [INFO] [stdout] | | [INFO] [stdout] | borrowed value does not live long enough [INFO] [stdout] | argument requires that `self` is borrowed for `'static` [INFO] [stdout] ... [INFO] [stdout] 1681 | } [INFO] [stdout] | - `self` dropped here while still borrowed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `self` does not live long enough [INFO] [stdout] --> src/recovery.rs:1654:34 [INFO] [stdout] | [INFO] [stdout] 1648 | fn read_progress(self, scope: &mut S) -> ProgressStream [INFO] [stdout] | ---- binding `self` declared here [INFO] [stdout] ... [INFO] [stdout] 1654 | let mut new_front_part = self.new_builder(); [INFO] [stdout] | ^^^^-------------- [INFO] [stdout] | | [INFO] [stdout] | borrowed value does not live long enough [INFO] [stdout] | argument requires that `self` is borrowed for `'static` [INFO] [stdout] ... [INFO] [stdout] 1681 | } [INFO] [stdout] | - `self` dropped here while still borrowed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `self` does not live long enough [INFO] [stdout] --> src/recovery.rs:1655:35 [INFO] [stdout] | [INFO] [stdout] 1648 | fn read_progress(self, scope: &mut S) -> ProgressStream [INFO] [stdout] | ---- binding `self` declared here [INFO] [stdout] ... [INFO] [stdout] 1655 | let mut new_commit_part = self.new_builder(); [INFO] [stdout] | ^^^^-------------- [INFO] [stdout] | | [INFO] [stdout] | borrowed value does not live long enough [INFO] [stdout] | argument requires that `self` is borrowed for `'static` [INFO] [stdout] ... [INFO] [stdout] 1681 | } [INFO] [stdout] | - `self` dropped here while still borrowed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0500]: closure requires unique access to `*self` but it is already borrowed [INFO] [stdout] --> src/window/sliding_window.rs:160:18 [INFO] [stdout] | [INFO] [stdout] 159 | self.intersects(item_time) [INFO] [stdout] | ---- borrow occurs here [INFO] [stdout] 160 | .map(|(key, close_time)| { [INFO] [stdout] | --- ^^^^^^^^^^^^^^^^^^^ closure construction occurs here [INFO] [stdout] | | [INFO] [stdout] | first borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 165 | self.insert_window(key, close_time); [INFO] [stdout] | ---- second borrow occurs due to use of `*self` in closure [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0500, E0505, E0597, E0716. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0500`. [INFO] [stdout] [INFO] [stdout] error[E0500]: closure requires unique access to `*self` but it is already borrowed [INFO] [stdout] --> src/window/sliding_window.rs:160:18 [INFO] [stdout] | [INFO] [stdout] 159 | self.intersects(item_time) [INFO] [stdout] | ---- borrow occurs here [INFO] [stdout] 160 | .map(|(key, close_time)| { [INFO] [stdout] | --- ^^^^^^^^^^^^^^^^^^^ closure construction occurs here [INFO] [stdout] | | [INFO] [stdout] | first borrow later used by call [INFO] [stdout] ... [INFO] [stdout] 165 | self.insert_window(key, close_time); [INFO] [stdout] | ---- second borrow occurs due to use of `*self` in closure [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bytewax` (lib) due to 14 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 13 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0500, E0505, E0597, E0716. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0500`. [INFO] [stdout] [INFO] [stderr] error: could not compile `bytewax` (lib test) due to 14 previous errors [INFO] running `Command { std: "docker" "inspect" "8d8106bf26b707e7986352e0a06be105c31b43c928698f29f17d6ba769c6ecdd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d8106bf26b707e7986352e0a06be105c31b43c928698f29f17d6ba769c6ecdd", kill_on_drop: false }` [INFO] [stdout] 8d8106bf26b707e7986352e0a06be105c31b43c928698f29f17d6ba769c6ecdd