[INFO] fetching crate font8x8 0.3.1... [INFO] testing font8x8-0.3.1 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate font8x8 0.3.1 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate font8x8 0.3.1 [INFO] finished tweaking crates.io crate font8x8 0.3.1 [INFO] tweaked toml for crates.io crate font8x8 0.3.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate font8x8 0.3.1 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate font8x8 0.3.1 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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0e28047227576efbf71506fb30ea12277eee473c59c4e3a21c3179e525cd75dd [INFO] running `Command { std: "docker" "start" "-a" "0e28047227576efbf71506fb30ea12277eee473c59c4e3a21c3179e525cd75dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0e28047227576efbf71506fb30ea12277eee473c59c4e3a21c3179e525cd75dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e28047227576efbf71506fb30ea12277eee473c59c4e3a21c3179e525cd75dd", kill_on_drop: false }` [INFO] [stdout] 0e28047227576efbf71506fb30ea12277eee473c59c4e3a21c3179e525cd75dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ed4cf20d1539fb4f324b72846c82345ef35fd06d0c576553c742a5d38d097aa [INFO] running `Command { std: "docker" "start" "-a" "3ed4cf20d1539fb4f324b72846c82345ef35fd06d0c576553c742a5d38d097aa", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling font8x8 v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:1538:13 [INFO] [stdout] | [INFO] [stdout] 1538 | fn iter(&self) -> ::core::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] 1538 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/block.rs:538:13 [INFO] [stdout] | [INFO] [stdout] 538 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 538 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/box.rs:1977:13 [INFO] [stdout] | [INFO] [stdout] 1977 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1977 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/greek.rs:927:13 [INFO] [stdout] | [INFO] [stdout] 927 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 927 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hiragana.rs:1394:13 [INFO] [stdout] | [INFO] [stdout] 1394 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1394 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/latin.rs:1474:13 [INFO] [stdout] | [INFO] [stdout] 1474 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1474 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/misc.rs:209:13 [INFO] [stdout] | [INFO] [stdout] 209 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 209 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sga.rs:450:13 [INFO] [stdout] | [INFO] [stdout] 450 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 450 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/unicode.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 72 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s [INFO] running `Command { std: "docker" "inspect" "3ed4cf20d1539fb4f324b72846c82345ef35fd06d0c576553c742a5d38d097aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ed4cf20d1539fb4f324b72846c82345ef35fd06d0c576553c742a5d38d097aa", kill_on_drop: false }` [INFO] [stdout] 3ed4cf20d1539fb4f324b72846c82345ef35fd06d0c576553c742a5d38d097aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 128078c7a60300684b2e6fc0ac94e367ddc8ba60fa25401e276218c8255c570c [INFO] running `Command { std: "docker" "start" "-a" "128078c7a60300684b2e6fc0ac94e367ddc8ba60fa25401e276218c8255c570c", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling font8x8 v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:1538:13 [INFO] [stdout] | [INFO] [stdout] 1538 | fn iter(&self) -> ::core::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] 1538 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/block.rs:538:13 [INFO] [stdout] | [INFO] [stdout] 538 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 538 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/box.rs:1977:13 [INFO] [stdout] | [INFO] [stdout] 1977 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1977 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/greek.rs:927:13 [INFO] [stdout] | [INFO] [stdout] 927 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 927 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hiragana.rs:1394:13 [INFO] [stdout] | [INFO] [stdout] 1394 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1394 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/latin.rs:1474:13 [INFO] [stdout] | [INFO] [stdout] 1474 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1474 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/misc.rs:209:13 [INFO] [stdout] | [INFO] [stdout] 209 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 209 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sga.rs:450:13 [INFO] [stdout] | [INFO] [stdout] 450 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 450 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/unicode.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 72 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/basic.rs:1538:13 [INFO] [stdout] | [INFO] [stdout] 1538 | fn iter(&self) -> ::core::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] 1538 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/block.rs:538:13 [INFO] [stdout] | [INFO] [stdout] 538 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 538 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/box.rs:1977:13 [INFO] [stdout] | [INFO] [stdout] 1977 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1977 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/greek.rs:927:13 [INFO] [stdout] | [INFO] [stdout] 927 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 927 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/hiragana.rs:1394:13 [INFO] [stdout] | [INFO] [stdout] 1394 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1394 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/latin.rs:1474:13 [INFO] [stdout] | [INFO] [stdout] 1474 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1474 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/misc.rs:209:13 [INFO] [stdout] | [INFO] [stdout] 209 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 209 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sga.rs:450:13 [INFO] [stdout] | [INFO] [stdout] 450 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 450 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/unicode.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 72 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.00s [INFO] running `Command { std: "docker" "inspect" "128078c7a60300684b2e6fc0ac94e367ddc8ba60fa25401e276218c8255c570c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "128078c7a60300684b2e6fc0ac94e367ddc8ba60fa25401e276218c8255c570c", kill_on_drop: false }` [INFO] [stdout] 128078c7a60300684b2e6fc0ac94e367ddc8ba60fa25401e276218c8255c570c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ae7083dbb696dfc7d51fb1231541d2ab9dde127f789e3c17b5c3b66e07f394ac [INFO] running `Command { std: "docker" "start" "-a" "ae7083dbb696dfc7d51fb1231541d2ab9dde127f789e3c17b5c3b66e07f394ac", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/basic.rs:1538:13 [INFO] [stderr] | [INFO] [stderr] 1538 | fn iter(&self) -> ::core::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] 1538 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/block.rs:538:13 [INFO] [stderr] | [INFO] [stderr] 538 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 538 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/box.rs:1977:13 [INFO] [stderr] | [INFO] [stderr] 1977 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1977 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/greek.rs:927:13 [INFO] [stderr] | [INFO] [stderr] 927 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 927 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/hiragana.rs:1394:13 [INFO] [stderr] | [INFO] [stderr] 1394 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1394 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/latin.rs:1474:13 [INFO] [stderr] | [INFO] [stderr] 1474 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1474 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/misc.rs:209:13 [INFO] [stderr] | [INFO] [stderr] 209 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 209 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sga.rs:450:13 [INFO] [stderr] | [INFO] [stderr] 450 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 450 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/unicode.rs:72:13 [INFO] [stderr] | [INFO] [stderr] 72 | fn iter(&self) -> ::core::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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 72 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `font8x8` (lib) generated 9 warnings (run `cargo fix --lib -p font8x8` to apply 9 suggestions) [INFO] [stderr] warning: `font8x8` (lib test) generated 9 warnings (9 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/font8x8-67367e0f1db54fb7) [INFO] [stdout] [INFO] [stdout] running 40 tests [INFO] [stdout] test basic::tests::basic_fonts_constant_is_equal_to_a_new_instance ... ok [INFO] [stdout] test basic::tests::basic_fonts_inner_array_is_sorted_by_unicode_key ... ok [INFO] [stdout] test basic::tests::basic_set_implements_default_trait_with_method_new ... ok [INFO] [stdout] test basic::tests::basic_fonts_constant_wraps_basic_unicode_constant ... ok [INFO] [stdout] test block::tests::block_fonts_inner_array_is_sorted_by_unicode_key ... ok [INFO] [stdout] test block::tests::block_fonts_constant_is_equal_to_a_new_instance ... ok [INFO] [stdout] test block::tests::block_fonts_constant_wraps_basic_unicode_constant ... ok [INFO] [stdout] test box_chars::tests::box_fonts_constant_is_equal_to_a_new_instance ... ok [INFO] [stdout] test block::tests::block_set_implements_default_trait_with_method_new ... ok [INFO] [stdout] test box_chars::tests::box_fonts_inner_array_is_sorted_by_unicode_key ... ok [INFO] [stdout] test greek::tests::greek_fonts_constant_is_equal_to_a_new_instance ... ok [INFO] [stdout] test box_chars::tests::box_set_implements_default_trait_with_method_new ... ok [INFO] [stdout] test box_chars::tests::box_fonts_constant_wraps_basic_unicode_constant ... ok [INFO] [stdout] test greek::tests::greek_fonts_inner_array_is_sorted_by_unicode_key ... ok [INFO] [stdout] test greek::tests::greek_set_implements_default_trait_with_method_new ... ok [INFO] [stdout] test hiragana::tests::hiragana_fonts_constant_is_equal_to_a_new_instance ... ok [INFO] [stdout] test hiragana::tests::hiragana_fonts_inner_array_is_sorted_by_unicode_key ... ok [INFO] [stdout] test hiragana::tests::hiragana_set_implements_default_trait_with_method_new ... ok [INFO] [stdout] test latin::tests::latin_fonts_inner_array_is_sorted_by_unicode_key ... ok [INFO] [stdout] test latin::tests::latin_set_implements_default_trait_with_method_new ... ok [INFO] [stdout] test misc::tests::misc_fonts_constant_is_equal_to_a_new_instance ... ok [INFO] [stdout] test greek::tests::greek_fonts_constant_wraps_basic_unicode_constant ... ok [INFO] [stdout] test hiragana::tests::hiragana_fonts_constant_wraps_basic_unicode_constant ... ok [INFO] [stdout] test misc::tests::misc_set_implements_default_trait_with_method_new ... ok [INFO] [stdout] test sga::tests::sga_fonts_constant_is_equal_to_a_new_instance ... ok [INFO] [stdout] test latin::tests::latin_fonts_constant_is_equal_to_a_new_instance ... ok [INFO] [stdout] test sga::tests::sga_fonts_constant_wraps_basic_unicode_constant ... ok [INFO] [stdout] test sga::tests::sga_fonts_inner_array_is_sorted_by_unicode_key ... ok [INFO] [stdout] test sga::tests::sga_set_implements_default_trait_with_method_new ... ok [INFO] [stdout] test latin::tests::latin_fonts_constant_wraps_basic_unicode_constant ... ok [INFO] [stdout] test unicode::tests::font_unicode_api_method_is_whitespace_returns_bool ... ok [INFO] [stdout] test unicode::tests::font_unicode_api_method_to_string_returns_string_from_unicode ... ok [INFO] [stdout] test unicode::tests::font_unicode_api_method_unicode_returns_char ... ok [INFO] [stdout] test unicode::tests::font_unicode_converts_into_byte_array ... ok [INFO] [stdout] test unicode::tests::font_unicode_converts_into_char ... ok [INFO] [stdout] test unicode::tests::font_unicode_converts_into_inner_tuple ... ok [INFO] [stdout] test unicode::tests::font_unicode_api_method_into_inner_returns_inner_tuple ... ok [INFO] [stdout] test unicode::tests::font_unicode_api_method_byte_array_returns_array_with_8_bytes ... ok [INFO] [stdout] test misc::tests::misc_fonts_inner_array_is_sorted_by_unicode_key ... ok [INFO] [stderr] Doc-tests font8x8 [INFO] [stdout] test misc::tests::misc_fonts_constant_wraps_basic_unicode_constant ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ae7083dbb696dfc7d51fb1231541d2ab9dde127f789e3c17b5c3b66e07f394ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae7083dbb696dfc7d51fb1231541d2ab9dde127f789e3c17b5c3b66e07f394ac", kill_on_drop: false }` [INFO] [stdout] ae7083dbb696dfc7d51fb1231541d2ab9dde127f789e3c17b5c3b66e07f394ac