[INFO] cloning repository https://github.com/dobrite/pcf
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dobrite/pcf" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdobrite%2Fpcf", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdobrite%2Fpcf'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d6b8870ce831741db8560799a394fdb46ecd56e3
[INFO] checking dobrite/pcf against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdobrite%2Fpcf" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dobrite/pcf
[INFO] finished tweaking git repo https://github.com/dobrite/pcf
[INFO] tweaked toml for git repo https://github.com/dobrite/pcf written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dobrite/pcf on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dobrite/pcf 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded toml_datetime v0.6.1
[INFO] [stderr]   Downloaded embedded-graphics-core v0.3.3
[INFO] [stderr]   Downloaded toml_edit v0.19.8
[INFO] [stderr]   Downloaded embedded-graphics-simulator v0.4.1
[INFO] [stderr]   Downloaded crossbeam-channel v0.5.7
[INFO] [stderr]   Downloaded micromath v1.1.1
[INFO] [stderr]   Downloaded winnow v0.4.1
[INFO] [stderr]   Downloaded syn v2.0.13
[INFO] [stderr]   Downloaded embedded-graphics v0.7.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 822feb06f685bdf43b8170b00e63e73ef73ea3aa3f6aae6ab20c722651e3821d
[INFO] running `Command { std: "docker" "start" "-a" "822feb06f685bdf43b8170b00e63e73ef73ea3aa3f6aae6ab20c722651e3821d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "822feb06f685bdf43b8170b00e63e73ef73ea3aa3f6aae6ab20c722651e3821d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "822feb06f685bdf43b8170b00e63e73ef73ea3aa3f6aae6ab20c722651e3821d", kill_on_drop: false }`
[INFO] [stdout] 822feb06f685bdf43b8170b00e63e73ef73ea3aa3f6aae6ab20c722651e3821d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 52008b6052af2e9feb39008142633d98766bdc105830f040ae57b7171a305897
[INFO] running `Command { std: "docker" "start" "-a" "52008b6052af2e9feb39008142633d98766bdc105830f040ae57b7171a305897", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.56
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling libc v0.2.141
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]     Checking micromath v1.1.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.7
[INFO] [stderr]     Checking either v1.8.1
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling winnow v0.4.1
[INFO] [stderr]     Checking weezl v0.1.7
[INFO] [stderr]    Compiling toml_datetime v0.6.1
[INFO] [stderr]     Checking miniz_oxide v0.3.7
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling sdl2-sys v0.35.2
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]     Checking unicode-ident v1.0.8
[INFO] [stderr]    Compiling sdl2 v0.35.2
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]     Checking gif v0.11.4
[INFO] [stderr]    Compiling pcf-parser v0.1.0 (/opt/rustwide/workdir/pcf-parser)
[INFO] [stderr]     Checking bytemuck v1.13.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> pcf-parser/src/lib.rs:152:22
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub fn new(font: &[u8]) -> PcfFont {
[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] 152 |     pub fn new(font: &[u8]) -> PcfFont<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking aliasable v0.1.3
[INFO] [stderr]    Compiling syn v2.0.13
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> pcf-parser/src/lib.rs:152:22
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub fn new(font: &[u8]) -> PcfFont {
[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] 152 |     pub fn new(font: &[u8]) -> PcfFont<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> pcf-parser/src/lib.rs:152:22
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub fn new(font: &[u8]) -> PcfFont {
[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] 152 |     pub fn new(font: &[u8]) -> PcfFont<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rayon-core v1.11.0
[INFO] [stderr]     Checking embedded-graphics-core v0.3.3
[INFO] [stderr]     Checking float-cmp v0.8.0
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]     Checking embedded-graphics v0.7.1
[INFO] [stderr]     Checking rayon v1.7.0
[INFO] [stderr]    Compiling toml_edit v0.19.8
[INFO] [stderr]     Checking jpeg-decoder v0.1.22
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling ouroboros_macro v0.15.6
[INFO] [stderr]     Checking tiff v0.6.1
[INFO] [stderr]     Checking proc-macro-crate v1.3.1
[INFO] [stderr]     Checking image v0.23.14
[INFO] [stderr]     Checking eg-pcf-macros v0.1.0 (/opt/rustwide/workdir/eg-pcf-macros)
[INFO] [stderr]     Checking ouroboros v0.15.6
[INFO] [stderr]     Checking eg-pcf v0.1.0 (/opt/rustwide/workdir/eg-pcf)
[INFO] [stderr]     Checking embedded-graphics-simulator v0.4.1
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.59s
[INFO] running `Command { std: "docker" "inspect" "52008b6052af2e9feb39008142633d98766bdc105830f040ae57b7171a305897", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "52008b6052af2e9feb39008142633d98766bdc105830f040ae57b7171a305897", kill_on_drop: false }`
[INFO] [stdout] 52008b6052af2e9feb39008142633d98766bdc105830f040ae57b7171a305897
