[INFO] fetching crate font8x8 0.3.1... [INFO] testing font8x8-0.3.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate font8x8 0.3.1 into /workspace/builds/worker-1-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-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate font8x8 0.3.1 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 81fe5b9eb9109612e33def0e812e710ad0d5c7858cbfc5cb64676b3bfb6ce0ec [INFO] running `Command { std: "docker" "start" "-a" "81fe5b9eb9109612e33def0e812e710ad0d5c7858cbfc5cb64676b3bfb6ce0ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "81fe5b9eb9109612e33def0e812e710ad0d5c7858cbfc5cb64676b3bfb6ce0ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81fe5b9eb9109612e33def0e812e710ad0d5c7858cbfc5cb64676b3bfb6ce0ec", kill_on_drop: false }` [INFO] [stdout] 81fe5b9eb9109612e33def0e812e710ad0d5c7858cbfc5cb64676b3bfb6ce0ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 828ac14b4bea0b69045a62c3f2106d537700e77df2e61021a864905985912998 [INFO] running `Command { std: "docker" "start" "-a" "828ac14b4bea0b69045a62c3f2106d537700e77df2e61021a864905985912998", 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/basic.rs:1538:13 [INFO] [stdout] | [INFO] [stdout] 1538 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1538 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/block.rs:538:13 [INFO] [stdout] | [INFO] [stdout] 538 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 538 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/box.rs:1977:13 [INFO] [stdout] | [INFO] [stdout] 1977 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1977 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/greek.rs:927:13 [INFO] [stdout] | [INFO] [stdout] 927 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 927 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/hiragana.rs:1394:13 [INFO] [stdout] | [INFO] [stdout] 1394 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1394 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/latin.rs:1474:13 [INFO] [stdout] | [INFO] [stdout] 1474 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1474 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/misc.rs:209:13 [INFO] [stdout] | [INFO] [stdout] 209 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 209 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/sga.rs:450:13 [INFO] [stdout] | [INFO] [stdout] 450 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 450 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/unicode.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | fn iter(&self) -> ::core::slice::Iter; [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.51s [INFO] running `Command { std: "docker" "inspect" "828ac14b4bea0b69045a62c3f2106d537700e77df2e61021a864905985912998", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "828ac14b4bea0b69045a62c3f2106d537700e77df2e61021a864905985912998", kill_on_drop: false }` [INFO] [stdout] 828ac14b4bea0b69045a62c3f2106d537700e77df2e61021a864905985912998 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] f673fedfba93246ac8a89a4faa1cef2a3398ecdea6ff02df322982235b9a6a3a [INFO] running `Command { std: "docker" "start" "-a" "f673fedfba93246ac8a89a4faa1cef2a3398ecdea6ff02df322982235b9a6a3a", 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/basic.rs:1538:13 [INFO] [stdout] | [INFO] [stdout] 1538 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1538 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/block.rs:538:13 [INFO] [stdout] | [INFO] [stdout] 538 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 538 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/box.rs:1977:13 [INFO] [stdout] | [INFO] [stdout] 1977 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1977 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/greek.rs:927:13 [INFO] [stdout] | [INFO] [stdout] 927 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 927 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/hiragana.rs:1394:13 [INFO] [stdout] | [INFO] [stdout] 1394 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1394 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/latin.rs:1474:13 [INFO] [stdout] | [INFO] [stdout] 1474 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1474 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/misc.rs:209:13 [INFO] [stdout] | [INFO] [stdout] 209 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 209 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/sga.rs:450:13 [INFO] [stdout] | [INFO] [stdout] 450 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 450 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/unicode.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | fn iter(&self) -> ::core::slice::Iter; [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/basic.rs:1538:13 [INFO] [stdout] | [INFO] [stdout] 1538 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1538 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/block.rs:538:13 [INFO] [stdout] | [INFO] [stdout] 538 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 538 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/box.rs:1977:13 [INFO] [stdout] | [INFO] [stdout] 1977 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1977 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/greek.rs:927:13 [INFO] [stdout] | [INFO] [stdout] 927 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 927 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/hiragana.rs:1394:13 [INFO] [stdout] | [INFO] [stdout] 1394 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1394 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/latin.rs:1474:13 [INFO] [stdout] | [INFO] [stdout] 1474 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1474 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/misc.rs:209:13 [INFO] [stdout] | [INFO] [stdout] 209 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 209 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/sga.rs:450:13 [INFO] [stdout] | [INFO] [stdout] 450 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 450 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/unicode.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | fn iter(&self) -> ::core::slice::Iter; [INFO] [stdout] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.35s [INFO] running `Command { std: "docker" "inspect" "f673fedfba93246ac8a89a4faa1cef2a3398ecdea6ff02df322982235b9a6a3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f673fedfba93246ac8a89a4faa1cef2a3398ecdea6ff02df322982235b9a6a3a", kill_on_drop: false }` [INFO] [stdout] f673fedfba93246ac8a89a4faa1cef2a3398ecdea6ff02df322982235b9a6a3a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 6e262f5311dc90b79511019d88678a40bffece312cadcc10862ed36afc458ebf [INFO] running `Command { std: "docker" "start" "-a" "6e262f5311dc90b79511019d88678a40bffece312cadcc10862ed36afc458ebf", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/basic.rs:1538:13 [INFO] [stderr] | [INFO] [stderr] 1538 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stderr] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 1538 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/block.rs:538:13 [INFO] [stderr] | [INFO] [stderr] 538 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stderr] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 538 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/box.rs:1977:13 [INFO] [stderr] | [INFO] [stderr] 1977 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stderr] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 1977 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/greek.rs:927:13 [INFO] [stderr] | [INFO] [stderr] 927 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stderr] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 927 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/hiragana.rs:1394:13 [INFO] [stderr] | [INFO] [stderr] 1394 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stderr] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 1394 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/latin.rs:1474:13 [INFO] [stderr] | [INFO] [stderr] 1474 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stderr] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 1474 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/misc.rs:209:13 [INFO] [stderr] | [INFO] [stderr] 209 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stderr] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 209 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/sga.rs:450:13 [INFO] [stderr] | [INFO] [stderr] 450 | fn iter(&self) -> ::core::slice::Iter { [INFO] [stderr] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 450 | fn iter(&self) -> ::core::slice::Iter<'_, FontUnicode> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/unicode.rs:72:13 [INFO] [stderr] | [INFO] [stderr] 72 | fn iter(&self) -> ::core::slice::Iter; [INFO] [stderr] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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/x86_64-unknown-linux-musl/debug/deps/font8x8-6a0bbd30246b33f3) [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 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 basic::tests::basic_fonts_constant_wraps_basic_unicode_constant ... ok [INFO] [stdout] test basic::tests::basic_set_implements_default_trait_with_method_new ... 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 latin::tests::latin_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_constant_wraps_basic_unicode_constant ... ok [INFO] [stdout] test block::tests::block_fonts_inner_array_is_sorted_by_unicode_key ... ok [INFO] [stdout] test latin::tests::latin_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 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_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_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 misc::tests::misc_fonts_inner_array_is_sorted_by_unicode_key ... ok [INFO] [stdout] test unicode::tests::font_unicode_api_method_to_string_returns_string_from_unicode ... ok [INFO] [stdout] test sga::tests::sga_fonts_constant_wraps_basic_unicode_constant ... ok [INFO] [stdout] test unicode::tests::font_unicode_api_method_is_whitespace_returns_bool ... ok [INFO] [stdout] test sga::tests::sga_set_implements_default_trait_with_method_new ... ok [INFO] [stdout] test unicode::tests::font_unicode_converts_into_byte_array ... 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 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_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 basic::tests::basic_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 unicode::tests::font_unicode_api_method_byte_array_returns_array_with_8_bytes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6e262f5311dc90b79511019d88678a40bffece312cadcc10862ed36afc458ebf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e262f5311dc90b79511019d88678a40bffece312cadcc10862ed36afc458ebf", kill_on_drop: false }` [INFO] [stdout] 6e262f5311dc90b79511019d88678a40bffece312cadcc10862ed36afc458ebf