[INFO] fetching crate font8x8 0.3.1... [INFO] testing font8x8-0.3.1 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate font8x8 0.3.1 into /workspace/builds/worker-5-tc2/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-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate font8x8 0.3.1 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2bd424c196dfc79a8c7cdf8e96d84fffabca166c2f7418d0427464c5d1310da8 [INFO] running `Command { std: "docker" "start" "-a" "2bd424c196dfc79a8c7cdf8e96d84fffabca166c2f7418d0427464c5d1310da8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2bd424c196dfc79a8c7cdf8e96d84fffabca166c2f7418d0427464c5d1310da8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2bd424c196dfc79a8c7cdf8e96d84fffabca166c2f7418d0427464c5d1310da8", kill_on_drop: false }` [INFO] [stdout] 2bd424c196dfc79a8c7cdf8e96d84fffabca166c2f7418d0427464c5d1310da8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36f7cfd017adab77a407bce19b9af419fef712639e38f68af9dda01f166e964c [INFO] running `Command { std: "docker" "start" "-a" "36f7cfd017adab77a407bce19b9af419fef712639e38f68af9dda01f166e964c", 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.62s [INFO] running `Command { std: "docker" "inspect" "36f7cfd017adab77a407bce19b9af419fef712639e38f68af9dda01f166e964c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36f7cfd017adab77a407bce19b9af419fef712639e38f68af9dda01f166e964c", kill_on_drop: false }` [INFO] [stdout] 36f7cfd017adab77a407bce19b9af419fef712639e38f68af9dda01f166e964c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 33ec32988cace36d685a8f8af51e8112fc31f2c51bc26f078aaa1e668c71a7cf [INFO] running `Command { std: "docker" "start" "-a" "33ec32988cace36d685a8f8af51e8112fc31f2c51bc26f078aaa1e668c71a7cf", 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 0.81s [INFO] running `Command { std: "docker" "inspect" "33ec32988cace36d685a8f8af51e8112fc31f2c51bc26f078aaa1e668c71a7cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33ec32988cace36d685a8f8af51e8112fc31f2c51bc26f078aaa1e668c71a7cf", kill_on_drop: false }` [INFO] [stdout] 33ec32988cace36d685a8f8af51e8112fc31f2c51bc26f078aaa1e668c71a7cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5e5e9ec06d997d5cb42cc4934235635ee5b14f477ee2c2949168cd8671ce52b0 [INFO] running `Command { std: "docker" "start" "-a" "5e5e9ec06d997d5cb42cc4934235635ee5b14f477ee2c2949168cd8671ce52b0", 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_set_implements_default_trait_with_method_new ... ok [INFO] [stdout] test block::tests::block_fonts_inner_array_is_sorted_by_unicode_key ... ok [INFO] [stdout] test block::tests::block_set_implements_default_trait_with_method_new ... 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 box_chars::tests::box_fonts_constant_wraps_basic_unicode_constant ... ok [INFO] [stdout] test greek::tests::greek_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 box_chars::tests::box_fonts_inner_array_is_sorted_by_unicode_key ... ok [INFO] [stdout] test box_chars::tests::box_set_implements_default_trait_with_method_new ... ok [INFO] [stdout] test greek::tests::greek_fonts_inner_array_is_sorted_by_unicode_key ... ok [INFO] [stdout] test basic::tests::basic_fonts_inner_array_is_sorted_by_unicode_key ... ok [INFO] [stdout] test hiragana::tests::hiragana_fonts_constant_is_equal_to_a_new_instance ... ok [INFO] [stdout] test hiragana::tests::hiragana_fonts_constant_wraps_basic_unicode_constant ... 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_constant_is_equal_to_a_new_instance ... ok [INFO] [stdout] test latin::tests::latin_fonts_constant_wraps_basic_unicode_constant ... ok [INFO] [stdout] test latin::tests::latin_fonts_inner_array_is_sorted_by_unicode_key ... ok [INFO] [stdout] test misc::tests::misc_set_implements_default_trait_with_method_new ... ok [INFO] [stdout] test sga::tests::sga_fonts_inner_array_is_sorted_by_unicode_key ... 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_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_char ... ok [INFO] [stdout] test unicode::tests::font_unicode_converts_into_inner_tuple ... ok [INFO] [stdout] test misc::tests::misc_fonts_constant_is_equal_to_a_new_instance ... ok [INFO] [stdout] test sga::tests::sga_set_implements_default_trait_with_method_new ... ok [INFO] [stdout] test misc::tests::misc_fonts_constant_wraps_basic_unicode_constant ... ok [INFO] [stdout] test sga::tests::sga_fonts_constant_is_equal_to_a_new_instance ... ok [INFO] [stdout] test unicode::tests::font_unicode_api_method_byte_array_returns_array_with_8_bytes ... ok [INFO] [stdout] test block::tests::block_fonts_constant_is_equal_to_a_new_instance ... ok [INFO] [stdout] test greek::tests::greek_set_implements_default_trait_with_method_new ... ok [INFO] [stdout] test unicode::tests::font_unicode_api_method_is_whitespace_returns_bool ... ok [INFO] [stdout] test unicode::tests::font_unicode_converts_into_byte_array ... ok [INFO] [stdout] test misc::tests::misc_fonts_inner_array_is_sorted_by_unicode_key ... ok [INFO] [stdout] test basic::tests::basic_fonts_constant_wraps_basic_unicode_constant ... ok [INFO] [stdout] test latin::tests::latin_set_implements_default_trait_with_method_new ... ok [INFO] [stdout] test sga::tests::sga_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.07s [INFO] [stdout] [INFO] [stderr] Doc-tests font8x8 [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" "5e5e9ec06d997d5cb42cc4934235635ee5b14f477ee2c2949168cd8671ce52b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e5e9ec06d997d5cb42cc4934235635ee5b14f477ee2c2949168cd8671ce52b0", kill_on_drop: false }` [INFO] [stdout] 5e5e9ec06d997d5cb42cc4934235635ee5b14f477ee2c2949168cd8671ce52b0