[INFO] cloning repository https://github.com/fuchsnj/changelog [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fuchsnj/changelog" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuchsnj%2Fchangelog", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuchsnj%2Fchangelog'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9cbb7d6c34f9eec86b10d68e3b815495504a34b1 [INFO] checking fuchsnj/changelog against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuchsnj%2Fchangelog" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fuchsnj/changelog on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fuchsnj/changelog [INFO] finished tweaking git repo https://github.com/fuchsnj/changelog [INFO] tweaked toml for git repo https://github.com/fuchsnj/changelog written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d83341eb85bfe299ce2b2301955403ea5cdffe30486290ed2da196854ea7dc58 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d83341eb85bfe299ce2b2301955403ea5cdffe30486290ed2da196854ea7dc58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d83341eb85bfe299ce2b2301955403ea5cdffe30486290ed2da196854ea7dc58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d83341eb85bfe299ce2b2301955403ea5cdffe30486290ed2da196854ea7dc58", kill_on_drop: false }` [INFO] [stdout] d83341eb85bfe299ce2b2301955403ea5cdffe30486290ed2da196854ea7dc58 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 432f6daff79062b0ff8894f429f5184d16034153b60d1c939221e2327c399ef1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "432f6daff79062b0ff8894f429f5184d16034153b60d1c939221e2327c399ef1", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-sink-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-io-preview v0.3.0-alpha.19 [INFO] [stderr] Checking pin-project-lite v0.1.11 [INFO] [stderr] Checking tokio v0.2.24 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.19 [INFO] [stderr] Checking changelog v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `tokio::runtime::current_thread` [INFO] [stdout] --> src/buffer.rs:117:25 [INFO] [stdout] | [INFO] [stdout] 117 | use tokio::runtime::current_thread::Runtime; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `current_thread` in `runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio::runtime::current_thread` [INFO] [stdout] --> src/input.rs:35:25 [INFO] [stdout] | [INFO] [stdout] 35 | use tokio::runtime::current_thread::Runtime; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `current_thread` in `runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio::runtime::current_thread` [INFO] [stdout] --> src/state_map.rs:167:25 [INFO] [stdout] | [INFO] [stdout] 167 | use tokio::runtime::current_thread::Runtime; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `current_thread` in `runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio::runtime::current_thread` [INFO] [stdout] --> src/storage/in_memory.rs:172:25 [INFO] [stdout] | [INFO] [stdout] 172 | use tokio::runtime::current_thread::Runtime; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `current_thread` in `runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/input.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 40 | let (mut tx, rx) = Input::new(); [INFO] [stdout] | ^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/input.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | assert_eq!(rx.take(2).collect::>().await, vec![1, 2]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/input.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | let (mut tx, rx) = Input::new(); [INFO] [stdout] | ^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/input.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | assert_eq!(rx.take(2).collect::>().await, vec![1, 2]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/input.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | assert_eq!(rx.take(2).collect::>().await, vec![1, 2]); [INFO] [stdout] | ^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/input.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | assert_eq!(rx.take(2).collect::>().await, vec![1, 2]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/input.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | assert_eq!(rx.take(2).collect::>().await, vec![1, 2]); [INFO] [stdout] | ^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/input.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | assert_eq!(rx.take(2).collect::>().await, vec![1, 2]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/input.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | assert_eq!(rx.take(2).collect::>().await, vec![1, 2]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/input.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | assert_eq!(rx.take(2).collect::>().await, vec![1, 2]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/input.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | assert_eq!(rx.take(2).collect::>().await, vec![1, 2]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/input.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | assert_eq!(rx.take(2).collect::>().await, vec![1, 2]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:177:17 [INFO] [stdout] | [INFO] [stdout] 177 | let changelog = stream::repeat(1_).take(2); [INFO] [stdout] | ^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:206:17 [INFO] [stdout] | [INFO] [stdout] 206 | / persisted_changelog [INFO] [stdout] 207 | | .stream(3) [INFO] [stdout] 208 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 209 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:178:17 [INFO] [stdout] | [INFO] [stdout] 178 | let persisted_changelog = changelog.persist(InMemoryStorage::config()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:206:17 [INFO] [stdout] | [INFO] [stdout] 206 | / persisted_changelog [INFO] [stdout] 207 | | .stream(3) [INFO] [stdout] 208 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 209 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:179:24 [INFO] [stdout] | [INFO] [stdout] 179 | assert_eq!(persisted_changelog.get(0).await, Some(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:179:24 [INFO] [stdout] | [INFO] [stdout] 179 | assert_eq!(persisted_changelog.get(0).await, Some(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:179:24 [INFO] [stdout] | [INFO] [stdout] 179 | assert_eq!(persisted_changelog.get(0).await, Some(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:179:24 [INFO] [stdout] | [INFO] [stdout] 179 | assert_eq!(persisted_changelog.get(0).await, Some(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:179:24 [INFO] [stdout] | [INFO] [stdout] 179 | assert_eq!(persisted_changelog.get(0).await, Some(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:179:24 [INFO] [stdout] | [INFO] [stdout] 179 | assert_eq!(persisted_changelog.get(0).await, Some(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:180:24 [INFO] [stdout] | [INFO] [stdout] 180 | assert_eq!(persisted_changelog.get(1).await, Some(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:180:24 [INFO] [stdout] | [INFO] [stdout] 180 | assert_eq!(persisted_changelog.get(1).await, Some(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:180:24 [INFO] [stdout] | [INFO] [stdout] 180 | assert_eq!(persisted_changelog.get(1).await, Some(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:180:24 [INFO] [stdout] | [INFO] [stdout] 180 | assert_eq!(persisted_changelog.get(1).await, Some(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:180:24 [INFO] [stdout] | [INFO] [stdout] 180 | assert_eq!(persisted_changelog.get(1).await, Some(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:180:24 [INFO] [stdout] | [INFO] [stdout] 180 | assert_eq!(persisted_changelog.get(1).await, Some(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:181:24 [INFO] [stdout] | [INFO] [stdout] 181 | assert_eq!(persisted_changelog.get(2).await, None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:181:24 [INFO] [stdout] | [INFO] [stdout] 181 | assert_eq!(persisted_changelog.get(2).await, None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:181:24 [INFO] [stdout] | [INFO] [stdout] 181 | assert_eq!(persisted_changelog.get(2).await, None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:181:24 [INFO] [stdout] | [INFO] [stdout] 181 | assert_eq!(persisted_changelog.get(2).await, None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:181:24 [INFO] [stdout] | [INFO] [stdout] 181 | assert_eq!(persisted_changelog.get(2).await, None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:181:24 [INFO] [stdout] | [INFO] [stdout] 181 | assert_eq!(persisted_changelog.get(2).await, None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:182:24 [INFO] [stdout] | [INFO] [stdout] 182 | assert_eq!(persisted_changelog.get(0).await, Some(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:182:24 [INFO] [stdout] | [INFO] [stdout] 182 | assert_eq!(persisted_changelog.get(0).await, Some(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:182:24 [INFO] [stdout] | [INFO] [stdout] 182 | assert_eq!(persisted_changelog.get(0).await, Some(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:182:24 [INFO] [stdout] | [INFO] [stdout] 182 | assert_eq!(persisted_changelog.get(0).await, Some(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:182:24 [INFO] [stdout] | [INFO] [stdout] 182 | assert_eq!(persisted_changelog.get(0).await, Some(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:182:24 [INFO] [stdout] | [INFO] [stdout] 182 | assert_eq!(persisted_changelog.get(0).await, Some(1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:183:24 [INFO] [stdout] | [INFO] [stdout] 183 | assert_eq!(persisted_changelog.get(3).await, None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:183:24 [INFO] [stdout] | [INFO] [stdout] 183 | assert_eq!(persisted_changelog.get(3).await, None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:183:24 [INFO] [stdout] | [INFO] [stdout] 183 | assert_eq!(persisted_changelog.get(3).await, None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:183:24 [INFO] [stdout] | [INFO] [stdout] 183 | assert_eq!(persisted_changelog.get(3).await, None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:183:24 [INFO] [stdout] | [INFO] [stdout] 183 | assert_eq!(persisted_changelog.get(3).await, None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:183:24 [INFO] [stdout] | [INFO] [stdout] 183 | assert_eq!(persisted_changelog.get(3).await, None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:185:17 [INFO] [stdout] | [INFO] [stdout] 185 | persisted_changelog [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:185:17 [INFO] [stdout] | [INFO] [stdout] 185 | / persisted_changelog [INFO] [stdout] 186 | | .stream(0) [INFO] [stdout] 187 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 188 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:185:17 [INFO] [stdout] | [INFO] [stdout] 185 | / persisted_changelog [INFO] [stdout] 186 | | .stream(0) [INFO] [stdout] | |______________________________^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:185:17 [INFO] [stdout] | [INFO] [stdout] 185 | / persisted_changelog [INFO] [stdout] 186 | | .stream(0) [INFO] [stdout] 187 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 188 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:187:27 [INFO] [stdout] | [INFO] [stdout] 187 | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] | ^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:185:17 [INFO] [stdout] | [INFO] [stdout] 185 | / persisted_changelog [INFO] [stdout] 186 | | .stream(0) [INFO] [stdout] 187 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 188 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:187:30 [INFO] [stdout] | [INFO] [stdout] 187 | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:185:17 [INFO] [stdout] | [INFO] [stdout] 185 | / persisted_changelog [INFO] [stdout] 186 | | .stream(0) [INFO] [stdout] 187 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 188 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:185:17 [INFO] [stdout] | [INFO] [stdout] 185 | / persisted_changelog [INFO] [stdout] 186 | | .stream(0) [INFO] [stdout] 187 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] | |_________________________________________________________^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:185:17 [INFO] [stdout] | [INFO] [stdout] 185 | / persisted_changelog [INFO] [stdout] 186 | | .stream(0) [INFO] [stdout] 187 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 188 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:185:17 [INFO] [stdout] | [INFO] [stdout] 185 | / persisted_changelog [INFO] [stdout] 186 | | .stream(0) [INFO] [stdout] 187 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 188 | | .await, [INFO] [stdout] | |__________________________^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:185:17 [INFO] [stdout] | [INFO] [stdout] 185 | / persisted_changelog [INFO] [stdout] 186 | | .stream(0) [INFO] [stdout] 187 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 188 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:192:17 [INFO] [stdout] | [INFO] [stdout] 192 | persisted_changelog [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:192:17 [INFO] [stdout] | [INFO] [stdout] 192 | / persisted_changelog [INFO] [stdout] 193 | | .stream(1) [INFO] [stdout] 194 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 195 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:192:17 [INFO] [stdout] | [INFO] [stdout] 192 | / persisted_changelog [INFO] [stdout] 193 | | .stream(1) [INFO] [stdout] | |______________________________^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:192:17 [INFO] [stdout] | [INFO] [stdout] 192 | / persisted_changelog [INFO] [stdout] 193 | | .stream(1) [INFO] [stdout] 194 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 195 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:194:27 [INFO] [stdout] | [INFO] [stdout] 194 | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] | ^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:192:17 [INFO] [stdout] | [INFO] [stdout] 192 | / persisted_changelog [INFO] [stdout] 193 | | .stream(1) [INFO] [stdout] 194 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 195 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:194:30 [INFO] [stdout] | [INFO] [stdout] 194 | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:192:17 [INFO] [stdout] | [INFO] [stdout] 192 | / persisted_changelog [INFO] [stdout] 193 | | .stream(1) [INFO] [stdout] 194 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 195 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:192:17 [INFO] [stdout] | [INFO] [stdout] 192 | / persisted_changelog [INFO] [stdout] 193 | | .stream(1) [INFO] [stdout] 194 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] | |_________________________________________________________^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:192:17 [INFO] [stdout] | [INFO] [stdout] 192 | / persisted_changelog [INFO] [stdout] 193 | | .stream(1) [INFO] [stdout] 194 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 195 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:192:17 [INFO] [stdout] | [INFO] [stdout] 192 | / persisted_changelog [INFO] [stdout] 193 | | .stream(1) [INFO] [stdout] 194 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 195 | | .await, [INFO] [stdout] | |__________________________^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:192:17 [INFO] [stdout] | [INFO] [stdout] 192 | / persisted_changelog [INFO] [stdout] 193 | | .stream(1) [INFO] [stdout] 194 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 195 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:199:17 [INFO] [stdout] | [INFO] [stdout] 199 | persisted_changelog [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:199:17 [INFO] [stdout] | [INFO] [stdout] 199 | / persisted_changelog [INFO] [stdout] 200 | | .stream(2) [INFO] [stdout] 201 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 202 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:199:17 [INFO] [stdout] | [INFO] [stdout] 199 | / persisted_changelog [INFO] [stdout] 200 | | .stream(2) [INFO] [stdout] | |______________________________^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:199:17 [INFO] [stdout] | [INFO] [stdout] 199 | / persisted_changelog [INFO] [stdout] 200 | | .stream(2) [INFO] [stdout] 201 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 202 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:201:27 [INFO] [stdout] | [INFO] [stdout] 201 | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] | ^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:199:17 [INFO] [stdout] | [INFO] [stdout] 199 | / persisted_changelog [INFO] [stdout] 200 | | .stream(2) [INFO] [stdout] 201 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 202 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:201:30 [INFO] [stdout] | [INFO] [stdout] 201 | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:199:17 [INFO] [stdout] | [INFO] [stdout] 199 | / persisted_changelog [INFO] [stdout] 200 | | .stream(2) [INFO] [stdout] 201 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 202 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:199:17 [INFO] [stdout] | [INFO] [stdout] 199 | / persisted_changelog [INFO] [stdout] 200 | | .stream(2) [INFO] [stdout] 201 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] | |_________________________________________________________^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:199:17 [INFO] [stdout] | [INFO] [stdout] 199 | / persisted_changelog [INFO] [stdout] 200 | | .stream(2) [INFO] [stdout] 201 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 202 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:199:17 [INFO] [stdout] | [INFO] [stdout] 199 | / persisted_changelog [INFO] [stdout] 200 | | .stream(2) [INFO] [stdout] 201 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 202 | | .await, [INFO] [stdout] | |__________________________^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:199:17 [INFO] [stdout] | [INFO] [stdout] 199 | / persisted_changelog [INFO] [stdout] 200 | | .stream(2) [INFO] [stdout] 201 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 202 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:206:17 [INFO] [stdout] | [INFO] [stdout] 206 | persisted_changelog [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:206:17 [INFO] [stdout] | [INFO] [stdout] 206 | / persisted_changelog [INFO] [stdout] 207 | | .stream(3) [INFO] [stdout] 208 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 209 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:206:17 [INFO] [stdout] | [INFO] [stdout] 206 | / persisted_changelog [INFO] [stdout] 207 | | .stream(3) [INFO] [stdout] | |______________________________^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:206:17 [INFO] [stdout] | [INFO] [stdout] 206 | / persisted_changelog [INFO] [stdout] 207 | | .stream(3) [INFO] [stdout] 208 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 209 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:208:27 [INFO] [stdout] | [INFO] [stdout] 208 | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] | ^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:206:17 [INFO] [stdout] | [INFO] [stdout] 206 | / persisted_changelog [INFO] [stdout] 207 | | .stream(3) [INFO] [stdout] 208 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 209 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:208:30 [INFO] [stdout] | [INFO] [stdout] 208 | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:206:17 [INFO] [stdout] | [INFO] [stdout] 206 | / persisted_changelog [INFO] [stdout] 207 | | .stream(3) [INFO] [stdout] 208 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 209 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:206:17 [INFO] [stdout] | [INFO] [stdout] 206 | / persisted_changelog [INFO] [stdout] 207 | | .stream(3) [INFO] [stdout] 208 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] | |_________________________________________________________^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:206:17 [INFO] [stdout] | [INFO] [stdout] 206 | / persisted_changelog [INFO] [stdout] 207 | | .stream(3) [INFO] [stdout] 208 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 209 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async` block must be known in this context [INFO] [stdout] --> src/storage/in_memory.rs:206:17 [INFO] [stdout] | [INFO] [stdout] 206 | / persisted_changelog [INFO] [stdout] 207 | | .stream(3) [INFO] [stdout] 208 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 209 | | .await, [INFO] [stdout] | |__________________________^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async` block because of this `await` [INFO] [stdout] --> src/storage/in_memory.rs:206:17 [INFO] [stdout] | [INFO] [stdout] 206 | / persisted_changelog [INFO] [stdout] 207 | | .stream(3) [INFO] [stdout] 208 | | .fold(0, |x, y| async move { x + y }) [INFO] [stdout] 209 | | .await, [INFO] [stdout] | |__________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 51 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0698. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `changelog` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "432f6daff79062b0ff8894f429f5184d16034153b60d1c939221e2327c399ef1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "432f6daff79062b0ff8894f429f5184d16034153b60d1c939221e2327c399ef1", kill_on_drop: false }` [INFO] [stdout] 432f6daff79062b0ff8894f429f5184d16034153b60d1c939221e2327c399ef1