[INFO] cloning repository https://github.com/BurntNail/bloggthingie [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BurntNail/bloggthingie" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBurntNail%2Fbloggthingie", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBurntNail%2Fbloggthingie'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9810704c06455b374355911cd8cee9d39632b9f9 [INFO] testing BurntNail/bloggthingie against beta-2025-09-21 for beta-1.91-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBurntNail%2Fbloggthingie" "/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/BurntNail/bloggthingie [INFO] finished tweaking git repo https://github.com/BurntNail/bloggthingie [INFO] tweaked toml for git repo https://github.com/BurntNail/bloggthingie written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/BurntNail/bloggthingie on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/BurntNail/bloggthingie 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" "+beta-2025-09-21" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 21f0dcb01d397cedc98f836456fb3ff1002f91dc7f0058739497e6b1b5bab7f2 [INFO] running `Command { std: "docker" "start" "-a" "21f0dcb01d397cedc98f836456fb3ff1002f91dc7f0058739497e6b1b5bab7f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "21f0dcb01d397cedc98f836456fb3ff1002f91dc7f0058739497e6b1b5bab7f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21f0dcb01d397cedc98f836456fb3ff1002f91dc7f0058739497e6b1b5bab7f2", kill_on_drop: false }` [INFO] [stdout] 21f0dcb01d397cedc98f836456fb3ff1002f91dc7f0058739497e6b1b5bab7f2 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3e7b5c86fb74ee2390a43ece08533a92b31c7272a31d4c30f87ac11e98a86d90 [INFO] running `Command { std: "docker" "start" "-a" "3e7b5c86fb74ee2390a43ece08533a92b31c7272a31d4c30f87ac11e98a86d90", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling bitflags v2.9.2 [INFO] [stderr] Compiling litemap v0.8.0 [INFO] [stderr] Compiling writeable v0.6.1 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Compiling cc v1.2.33 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling slab v0.4.11 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling time-core v0.1.4 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling crunchy v0.2.4 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling time-macros v0.2.22 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling gimli v0.31.1 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling rustc-demangle v0.1.26 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling smartstring v1.0.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling const-random v0.1.18 [INFO] [stderr] Compiling findshlibs v0.10.2 [INFO] [stderr] Compiling dlv-list v0.5.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling inout v0.1.4 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling owo-colors v4.2.2 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling sentry-contexts v0.34.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling ordered-multimap v0.7.3 [INFO] [stderr] Compiling universal-hash v0.5.1 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling rxml_validation v0.9.1 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling unicode-width v0.2.1 [INFO] [stderr] Compiling color-spantrace v0.3.0 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling iri-string v0.7.8 [INFO] [stderr] Compiling trim-in-place v0.1.7 [INFO] [stderr] Compiling polyval v0.6.2 [INFO] [stderr] Compiling rust-ini v0.21.1 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling new_mime_guess v4.0.4 [INFO] [stderr] Compiling addr2line v0.24.2 [INFO] [stderr] Compiling rxml v0.9.1 [INFO] [stderr] Compiling event-listener-strategy v0.5.4 [INFO] [stderr] Compiling rustls-pki-types v1.12.0 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling hostname v0.4.1 [INFO] [stderr] Compiling uname v0.1.1 [INFO] [stderr] Compiling raw-cpuid v11.5.0 [INFO] [stderr] Compiling moka v0.12.10 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Compiling indenter v0.3.4 [INFO] [stderr] Compiling base64ct v1.8.0 [INFO] [stderr] Compiling async-lock v3.4.1 [INFO] [stderr] Compiling ghash v0.5.1 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling minidom v0.15.2 [INFO] [stderr] Compiling password-hash v0.5.0 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling ctr v0.9.2 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling blake2 v0.10.6 [INFO] [stderr] Compiling aead v0.5.2 [INFO] [stderr] Compiling dashmap v6.1.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling backtrace v0.3.75 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling spinning_top v0.3.0 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling tempfile v3.21.0 [INFO] [stderr] Compiling tagptr v0.2.0 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling quanta v0.12.6 [INFO] [stderr] Compiling nonzero_ext v0.3.0 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling no-std-compat v0.4.1 [INFO] [stderr] Compiling argon2 v0.5.3 [INFO] [stderr] Compiling aes-gcm v0.10.3 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling path-clean v1.0.1 [INFO] [stderr] Compiling comfy-table v7.1.4 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling maybe-async v0.2.10 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling zerovec v0.11.4 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling aws-region v0.25.5 [INFO] [stderr] Compiling dialoguer v0.11.0 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling tracing-error v0.2.1 [INFO] [stderr] Compiling color-eyre v0.6.5 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling governor v0.7.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling soketto v0.8.1 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling deranged v0.4.0 [INFO] [stderr] Compiling uuid v1.18.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling quick-xml v0.32.0 [INFO] [stderr] Compiling serde_regex v1.1.0 [INFO] [stderr] Compiling debugid v0.8.0 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling attohttpc v0.28.5 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling time v0.3.41 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling sentry-types v0.34.0 [INFO] [stderr] Compiling aws-creds v0.37.0 [INFO] [stderr] Compiling rust-s3 v0.35.1 [INFO] [stderr] Compiling hyper v1.7.0 [INFO] [stderr] Compiling hyper-util v0.1.16 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling sentry-core v0.34.0 [INFO] [stderr] Compiling reqwest v0.12.23 [INFO] [stderr] Compiling sentry-backtrace v0.34.0 [INFO] [stderr] Compiling sentry-debug-images v0.34.0 [INFO] [stderr] Compiling sentry-panic v0.34.0 [INFO] [stderr] Compiling sentry-tracing v0.34.0 [INFO] [stderr] Compiling sentry v0.34.0 [INFO] [stderr] Compiling shove v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/non_empty_list.rs:292:17 [INFO] [stdout] | [INFO] [stdout] 292 | pub fn iter(&self) -> slice::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 292 | pub fn iter(&self) -> slice::Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s [INFO] running `Command { std: "docker" "inspect" "3e7b5c86fb74ee2390a43ece08533a92b31c7272a31d4c30f87ac11e98a86d90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e7b5c86fb74ee2390a43ece08533a92b31c7272a31d4c30f87ac11e98a86d90", kill_on_drop: false }` [INFO] [stdout] 3e7b5c86fb74ee2390a43ece08533a92b31c7272a31d4c30f87ac11e98a86d90 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 04c9e13e397ace2c6c5bebae77a14ae26aab889fe98c0828256f2143d370d128 [INFO] running `Command { std: "docker" "start" "-a" "04c9e13e397ace2c6c5bebae77a14ae26aab889fe98c0828256f2143d370d128", kill_on_drop: false }` [INFO] [stderr] Compiling shove v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/non_empty_list.rs:292:17 [INFO] [stdout] | [INFO] [stdout] 292 | pub fn iter(&self) -> slice::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 292 | pub fn iter(&self) -> slice::Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 8.48s [INFO] running `Command { std: "docker" "inspect" "04c9e13e397ace2c6c5bebae77a14ae26aab889fe98c0828256f2143d370d128", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04c9e13e397ace2c6c5bebae77a14ae26aab889fe98c0828256f2143d370d128", kill_on_drop: false }` [INFO] [stdout] 04c9e13e397ace2c6c5bebae77a14ae26aab889fe98c0828256f2143d370d128 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 11d5dc0cea56a70a77146ba4068ce1f3fd9e99ffe42ac966cd663707725fa4db [INFO] running `Command { std: "docker" "start" "-a" "11d5dc0cea56a70a77146ba4068ce1f3fd9e99ffe42ac966cd663707725fa4db", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/non_empty_list.rs:292:17 [INFO] [stderr] | [INFO] [stderr] 292 | pub fn iter(&self) -> slice::Iter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 292 | pub fn iter(&self) -> slice::Iter<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `shove` (bin "shove" test) generated 1 warning (run `cargo fix --bin "shove" --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/shove-cc51779d95227637) [INFO] [stdout] [INFO] [stdout] running 53 tests [INFO] [stdout] test non_empty_list::tests::test_clone_behavior_with_refcell ... ok [INFO] [stdout] test non_empty_list::tests::test_clone_with_zst ... ok [INFO] [stdout] test non_empty_list::tests::test_as_ref_and_as_mut ... ok [INFO] [stdout] test non_empty_list::tests::test_conversion_to_vec ... ok [INFO] [stdout] test non_empty_list::tests::test_as_mut_modifies_elements ... ok [INFO] [stdout] test non_empty_list::tests::test_clone_with_heap_allocated_structures ... ok [INFO] [stdout] test non_empty_list::tests::test_clone ... ok [INFO] [stdout] test non_empty_list::tests::test_debug ... ok [INFO] [stdout] test non_empty_list::tests::test_debug_formatting_with_empty_extend ... ok [INFO] [stdout] test non_empty_list::tests::test_drop_releases_memory ... ok [INFO] [stdout] test non_empty_list::tests::test_index_access ... ok [INFO] [stdout] test non_empty_list::tests::test_index_access_chained ... ok [INFO] [stdout] test non_empty_list::tests::test_index_and_index_mut_with_zst ... ok [INFO] [stdout] test non_empty_list::tests::test_large_push_sequence ... ok [INFO] [stdout] test non_empty_list::tests::test_new_with_heap_allocated_structures ... ok [INFO] [stdout] test non_empty_list::tests::test_new_with_zst ... ok [INFO] [stdout] test non_empty_list::tests::test_non_empty_list_builder ... ok [INFO] [stdout] test non_empty_list::tests::test_empty_builder_rejection ... ok [INFO] [stdout] test non_empty_list::tests::test_extend ... ok [INFO] [stdout] test non_empty_list::tests::test_non_empty_list_from_vec ... ok [INFO] [stdout] test non_empty_list::tests::test_index_mut_with_large_list ... ok [INFO] [stdout] test non_empty_list::tests::test_extend_with_zst ... ok [INFO] [stdout] test non_empty_list::tests::test_non_empty_list_push_after_clone ... ok [INFO] [stdout] test non_empty_list::tests::test_push ... ok [INFO] [stdout] test non_empty_list::tests::test_remove_and_push_back ... ok [INFO] [stdout] test non_empty_list::tests::test_extend_empty_iterator ... ok [INFO] [stdout] test non_empty_list::tests::test_remove_last_element ... ok [INFO] [stdout] test non_empty_list::tests::test_remove_middle_element ... ok [INFO] [stdout] test non_empty_list::tests::test_remove_with_zst ... ok [INFO] [stdout] test non_empty_list::tests::test_retain_mut_with_zst ... ok [INFO] [stdout] test non_empty_list::tests::test_single_element_with_heap_allocated_structure ... ok [INFO] [stdout] test non_empty_list::tests::test_swap_remove_and_push_back ... ok [INFO] [stdout] test non_empty_list::tests::test_swap_remove_first_element ... ok [INFO] [stdout] test non_empty_list::tests::test_remove_first_element ... ok [INFO] [stdout] test non_empty_list::tests::test_push_with_zst ... ok [INFO] [stdout] test non_empty_list::tests::test_swap_remove_last_element ... ok [INFO] [stdout] test non_empty_list::tests::test_index_mut_with_reassignment ... ok [INFO] [stdout] test non_empty_list::tests::test_non_empty_list_builder_empty ... ok [INFO] [stdout] test non_empty_list::tests::test_swap_remove_middle_element ... ok [INFO] [stdout] test non_empty_list::tests::test_index_mut_access ... ok [INFO] [stdout] test non_empty_list::tests::test_swap_remove_with_zst ... ok [INFO] [stdout] test non_empty_list::tests::test_index_with_large_list ... ok [INFO] [stdout] test non_empty_list::tests::test_drop_behavior_with_refcell ... ok [INFO] [stdout] test non_empty_list::tests::test_non_empty_list_into_iter ... ok [INFO] [stdout] test non_empty_list::tests::test_non_empty_list_large_extend_with_iter ... ok [INFO] [stdout] test non_empty_list::tests::test_large_extend ... ok [INFO] [stdout] test non_empty_list::tests::test_index_out_of_bounds - should panic ... ok [INFO] [stdout] test non_empty_list::tests::test_index_mut_out_of_bounds - should panic ... ok [INFO] [stdout] test non_empty_list::tests::test_grow_beyond_limits - should panic ... ok [INFO] [stdout] test non_empty_list::tests::test_remove_last_element_invalid - should panic ... ok [INFO] [stdout] test non_empty_list::tests::test_remove_out_of_bounds - should panic ... ok [INFO] [stdout] test non_empty_list::tests::test_swap_remove_last_element_invalid - should panic ... ok [INFO] [stdout] test non_empty_list::tests::test_swap_remove_out_of_bounds - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 53 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "11d5dc0cea56a70a77146ba4068ce1f3fd9e99ffe42ac966cd663707725fa4db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11d5dc0cea56a70a77146ba4068ce1f3fd9e99ffe42ac966cd663707725fa4db", kill_on_drop: false }` [INFO] [stdout] 11d5dc0cea56a70a77146ba4068ce1f3fd9e99ffe42ac966cd663707725fa4db