[INFO] cloning repository https://github.com/levineuwirth/LeVCS
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/levineuwirth/LeVCS" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flevineuwirth%2FLeVCS", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flevineuwirth%2FLeVCS'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b4e4c7ebc76cfaaf2283abeaed672fd4648a1d56
[INFO] checking levineuwirth/LeVCS against 4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d for pr-159598
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flevineuwirth%2FLeVCS" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/levineuwirth/LeVCS
[INFO] finished tweaking git repo https://github.com/levineuwirth/LeVCS
[INFO] tweaked toml for git repo https://github.com/levineuwirth/LeVCS written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/levineuwirth/LeVCS on toolchain 4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/levineuwirth/LeVCS 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" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 97b8663d74becb07e5f8384d54af109dfaefd7530d0a8612d11d88fe9d5f9ffa
[INFO] running `Command { std: "docker" "start" "97b8663d74becb07e5f8384d54af109dfaefd7530d0a8612d11d88fe9d5f9ffa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "97b8663d74becb07e5f8384d54af109dfaefd7530d0a8612d11d88fe9d5f9ffa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "97b8663d74becb07e5f8384d54af109dfaefd7530d0a8612d11d88fe9d5f9ffa" "/opt/rustwide/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "97b8663d74becb07e5f8384d54af109dfaefd7530d0a8612d11d88fe9d5f9ffa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "97b8663d74becb07e5f8384d54af109dfaefd7530d0a8612d11d88fe9d5f9ffa" "/opt/rustwide/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking hashbrown v0.17.0
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]     Checking constant_time_eq v0.4.2
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]    Compiling tree-sitter-language v0.1.7
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]    Compiling cranelift-isle v0.112.3
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking cranelift-bitset v0.112.3
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.112.3
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.112.3
[INFO] [stderr]     Checking bumpalo v3.20.2
[INFO] [stderr]     Checking cranelift-entity v0.112.3
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking slice-group-by v0.3.1
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking semver v1.0.28
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]     Checking cranelift-bforest v0.112.3
[INFO] [stderr]     Checking gimli v0.29.0
[INFO] [stderr]     Checking wasmparser v0.217.1
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking cranelift-control v0.112.3
[INFO] [stderr]     Checking regalloc2 v0.10.2
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking cobs v0.3.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling wasmtime-versioned-export-macros v25.0.3
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]     Checking leb128 v0.2.6
[INFO] [stderr]     Checking wasm-encoder v0.217.1
[INFO] [stderr]     Checking postcard v1.1.3
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling pulldown-cmark v0.13.3
[INFO] [stderr]     Checking getopts v0.2.24
[INFO] [stderr]     Checking wasmtime-jit-icache-coherence v25.0.3
[INFO] [stderr]     Checking memfd v0.6.5
[INFO] [stderr]     Checking wasmtime-asm-macros v25.0.3
[INFO] [stderr]     Checking pulldown-cmark-escape v0.11.0
[INFO] [stderr]     Checking streaming-iterator v0.1.9
[INFO] [stderr]     Checking wasmtime-slab v25.0.3
[INFO] [stderr]     Checking sptr v0.3.2
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling tree-sitter-go v0.25.0
[INFO] [stderr]    Compiling tree-sitter-rust v0.24.2
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]    Compiling wasmtime v25.0.3
[INFO] [stderr]    Compiling tree-sitter-cpp v0.23.4
[INFO] [stderr]    Compiling tree-sitter-ruby v0.23.1
[INFO] [stderr]    Compiling cranelift-codegen v0.112.3
[INFO] [stderr]    Compiling tree-sitter-javascript v0.25.0
[INFO] [stderr]    Compiling tree-sitter-c v0.24.2
[INFO] [stderr]    Compiling tree-sitter-python v0.25.0
[INFO] [stderr]    Compiling tree-sitter-java v0.23.5
[INFO] [stderr]    Compiling tree-sitter-typescript v0.23.2
[INFO] [stderr]    Compiling tree-sitter-bash v0.25.1
[INFO] [stderr]     Checking levcs-core v0.1.0 (/opt/rustwide/workdir/crates/levcs-core)
[INFO] [stderr]    Compiling tree-sitter v0.26.8
[INFO] [stderr]     Checking levcs-identity v0.1.0 (/opt/rustwide/workdir/crates/levcs-identity)
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking quick-xml v0.39.2
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking webpki-roots v1.0.7
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]     Checking bitmaps v2.1.0
[INFO] [stderr]    Compiling im v15.1.0
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking wasmtime-types v25.0.3
[INFO] [stderr]     Checking wasmprinter v0.217.1
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking sized-chunks v0.6.5
[INFO] [stderr]     Checking rand_xoshiro v0.6.0
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.16
[INFO] [stderr]     Checking arc-swap v1.9.2
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking memmap2 v0.9.11
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking tower-http v0.5.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking leb128fmt v0.1.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking wasm-encoder v0.248.0
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking wasmtime-environ v25.0.3
[INFO] [stderr]     Checking wast v248.0.0
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]     Checking ratatui v0.28.1
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking levcs-protocol v0.1.0 (/opt/rustwide/workdir/crates/levcs-protocol)
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking levcs-store v0.1.0 (/opt/rustwide/workdir/crates/levcs-store)
[INFO] [stderr]     Checking levcs-client v0.1.0 (/opt/rustwide/workdir/crates/levcs-client)
[INFO] [stdout] warning: method `resolution` is never used
[INFO] [stdout]    --> crates/levcs-store/src/staging.rs:233:8
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub(crate) trait ProjectionAdoptionLifecycle: Send + Sync {
[INFO] [stdout]     |                  --------------------------- method in this trait
[INFO] [stdout] 233 |     fn resolution(&self) -> Result<Arc<ProjectionAdoptionResolution>, StoreError>;
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `resolution` and `artifact_is_referenced` are never used
[INFO] [stdout]    --> crates/levcs-store/src/staging.rs:257:19
[INFO] [stdout]     |
[INFO] [stdout] 249 | impl ProjectionAdoption {
[INFO] [stdout]     | ----------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 257 |     pub(crate) fn resolution(&self) -> Result<Arc<ProjectionAdoptionResolution>, StoreError> {
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 262 |     pub(crate) fn artifact_is_referenced(&self, root: &CommittedRoot, path: &Path) -> bool {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `descriptor` is never read
[INFO] [stdout]    --> crates/levcs-store/src/staging.rs:292:16
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub(crate) struct StagedProjectionAdoption {
[INFO] [stdout]     |                   ------------------------ field in this struct
[INFO] [stdout] 292 |     pub(crate) descriptor: StagedProjectionInstallV1,
[INFO] [stdout]     |                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking wat v1.248.0
[INFO] [stdout] warning: function `counters` is never used
[INFO] [stdout]     --> crates/levcs-store/src/engine.rs:4192:8
[INFO] [stdout]      |
[INFO] [stdout] 4192 |     fn counters() -> Arc<DurabilityCounters> {
[INFO] [stdout]      |        ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `resolution` is never used
[INFO] [stdout]    --> crates/levcs-store/src/staging.rs:233:8
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub(crate) trait ProjectionAdoptionLifecycle: Send + Sync {
[INFO] [stdout]     |                  --------------------------- method in this trait
[INFO] [stdout] 233 |     fn resolution(&self) -> Result<Arc<ProjectionAdoptionResolution>, StoreError>;
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `resolution` and `artifact_is_referenced` are never used
[INFO] [stdout]    --> crates/levcs-store/src/staging.rs:257:19
[INFO] [stdout]     |
[INFO] [stdout] 249 | impl ProjectionAdoption {
[INFO] [stdout]     | ----------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 257 |     pub(crate) fn resolution(&self) -> Result<Arc<ProjectionAdoptionResolution>, StoreError> {
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 262 |     pub(crate) fn artifact_is_referenced(&self, root: &CommittedRoot, path: &Path) -> bool {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `descriptor` is never read
[INFO] [stdout]    --> crates/levcs-store/src/staging.rs:292:16
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub(crate) struct StagedProjectionAdoption {
[INFO] [stdout]     |                   ------------------------ field in this struct
[INFO] [stdout] 292 |     pub(crate) descriptor: StagedProjectionInstallV1,
[INFO] [stdout]     |                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `resolution` is never read
[INFO] [stdout]     --> crates/levcs-store/src/staging.rs:4213:9
[INFO] [stdout]      |
[INFO] [stdout] 4212 |     struct RecordingLifecycle {
[INFO] [stdout]      |            ------------------ field in this struct
[INFO] [stdout] 4213 |         resolution: Arc<ProjectionAdoptionResolution>,
[INFO] [stdout]      |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking cranelift-frontend v0.112.3
[INFO] [stderr]     Checking cranelift-native v0.112.3
[INFO] [stderr]     Checking cranelift-wasm v0.112.3
[INFO] [stderr]     Checking wasmtime-cranelift v25.0.3
[INFO] [stderr]     Checking levcs-merge v0.1.0 (/opt/rustwide/workdir/crates/levcs-merge)
[INFO] [stderr]     Checking levcs-instance v0.1.0 (/opt/rustwide/workdir/crates/levcs-instance)
[INFO] [stderr]     Checking levcs-tui v0.1.0 (/opt/rustwide/workdir/crates/levcs-tui)
[INFO] [stderr]     Checking levcs-cli v0.1.0 (/opt/rustwide/workdir/crates/levcs-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s
[INFO] running `Command { std: "docker" "inspect" "97b8663d74becb07e5f8384d54af109dfaefd7530d0a8612d11d88fe9d5f9ffa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "97b8663d74becb07e5f8384d54af109dfaefd7530d0a8612d11d88fe9d5f9ffa", kill_on_drop: false }`
[INFO] [stdout] 97b8663d74becb07e5f8384d54af109dfaefd7530d0a8612d11d88fe9d5f9ffa
