[INFO] fetching crate font8x8 0.3.1... [INFO] testing font8x8-0.3.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate font8x8 0.3.1 into /workspace/builds/worker-1-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-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate font8x8 0.3.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dd6f60993fffa7b06204f0537a56b9379389bfada2958aa7b00b4722e8b6c440 [INFO] running `Command { std: "docker" "start" "-a" "dd6f60993fffa7b06204f0537a56b9379389bfada2958aa7b00b4722e8b6c440", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dd6f60993fffa7b06204f0537a56b9379389bfada2958aa7b00b4722e8b6c440", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd6f60993fffa7b06204f0537a56b9379389bfada2958aa7b00b4722e8b6c440", kill_on_drop: false }` [INFO] [stdout] dd6f60993fffa7b06204f0537a56b9379389bfada2958aa7b00b4722e8b6c440 [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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 30858ba87dd3019e7bbd2a6a31f1c85f244b94f50a5331466771281de6b34ba2 [INFO] running `Command { std: "docker" "start" "-a" "30858ba87dd3019e7bbd2a6a31f1c85f244b94f50a5331466771281de6b34ba2", 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.58s [INFO] running `Command { std: "docker" "inspect" "30858ba87dd3019e7bbd2a6a31f1c85f244b94f50a5331466771281de6b34ba2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30858ba87dd3019e7bbd2a6a31f1c85f244b94f50a5331466771281de6b34ba2", kill_on_drop: false }` [INFO] [stdout] 30858ba87dd3019e7bbd2a6a31f1c85f244b94f50a5331466771281de6b34ba2 [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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b10d5d4d89ec9c94165f186f49dababdc57212d59048748cce032e32c3cc489 [INFO] running `Command { std: "docker" "start" "-a" "5b10d5d4d89ec9c94165f186f49dababdc57212d59048748cce032e32c3cc489", 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.04s [INFO] running `Command { std: "docker" "inspect" "5b10d5d4d89ec9c94165f186f49dababdc57212d59048748cce032e32c3cc489", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b10d5d4d89ec9c94165f186f49dababdc57212d59048748cce032e32c3cc489", kill_on_drop: false }` [INFO] [stdout] 5b10d5d4d89ec9c94165f186f49dababdc57212d59048748cce032e32c3cc489 [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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7ef4e5ea8a9ec073f2c7da04d3a07e46298ee6312e08d3297a08ea1cf542c895 [INFO] running `Command { std: "docker" "start" "-a" "7ef4e5ea8a9ec073f2c7da04d3a07e46298ee6312e08d3297a08ea1cf542c895", 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.04s [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_wraps_basic_unicode_constant ... ok [INFO] [stdout] test basic::tests::basic_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 basic::tests::basic_set_implements_default_trait_with_method_new ... ok [INFO] [stdout] test block::tests::block_fonts_constant_wraps_basic_unicode_constant ... ok [INFO] [stdout] test block::tests::block_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 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 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_constant_is_equal_to_a_new_instance ... ok [INFO] [stdout] test greek::tests::greek_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_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 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 misc::tests::misc_fonts_constant_wraps_basic_unicode_constant ... ok [INFO] [stdout] test misc::tests::misc_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_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 unicode::tests::font_unicode_api_method_byte_array_returns_array_with_8_bytes ... 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_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 basic::tests::basic_fonts_constant_is_equal_to_a_new_instance ... ok [INFO] [stderr] Doc-tests font8x8 [INFO] [stdout] [INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [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" "7ef4e5ea8a9ec073f2c7da04d3a07e46298ee6312e08d3297a08ea1cf542c895", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ef4e5ea8a9ec073f2c7da04d3a07e46298ee6312e08d3297a08ea1cf542c895", kill_on_drop: false }` [INFO] [stdout] 7ef4e5ea8a9ec073f2c7da04d3a07e46298ee6312e08d3297a08ea1cf542c895