[INFO] cloning repository https://github.com/Cachorr0/fondant
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Cachorr0/fondant" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCachorr0%2Ffondant", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCachorr0%2Ffondant'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5e617a55dbc80088b0b337d515b8cef7b9c5fc45
[INFO] checking Cachorr0/fondant against master#5a45ab9738330fb317d49e3594c2db5248b1e971 for pr-136303
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCachorr0%2Ffondant" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Cachorr0/fondant on toolchain 5a45ab9738330fb317d49e3594c2db5248b1e971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5a45ab9738330fb317d49e3594c2db5248b1e971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Cachorr0/fondant
[INFO] finished tweaking git repo https://github.com/Cachorr0/fondant
[INFO] tweaked toml for git repo https://github.com/Cachorr0/fondant written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5a45ab9738330fb317d49e3594c2db5248b1e971" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 17 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5a45ab9738330fb317d49e3594c2db5248b1e971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded minipng v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+5a45ab9738330fb317d49e3594c2db5248b1e971" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 863eeb6d9e8fb6062485617cdc0fd889661e558af3ea0813e17eb2944f829fd1
[INFO] running `Command { std: "docker" "start" "-a" "863eeb6d9e8fb6062485617cdc0fd889661e558af3ea0813e17eb2944f829fd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "863eeb6d9e8fb6062485617cdc0fd889661e558af3ea0813e17eb2944f829fd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "863eeb6d9e8fb6062485617cdc0fd889661e558af3ea0813e17eb2944f829fd1", kill_on_drop: false }`
[INFO] [stdout] 863eeb6d9e8fb6062485617cdc0fd889661e558af3ea0813e17eb2944f829fd1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+5a45ab9738330fb317d49e3594c2db5248b1e971" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2d21299a1ca366fd3cf69810cd3faad2853b0c0c40b021166ad23092ec9b6350
[INFO] running `Command { std: "docker" "start" "-a" "2d21299a1ca366fd3cf69810cd3faad2853b0c0c40b021166ad23092ec9b6350", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking bytemuck v1.21.0
[INFO] [stderr]     Checking minipng v0.1.1
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking fondant v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/tests.rs:21:46
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let deserialized_font = Font::from_bytes(&bytes).expect("Failed to deserialize");
[INFO] [stdout]    |                             ---------------- ^^^^^^ expected `&[u8]`, found `&Result<Vec<u8>, FontError>`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected reference `&[u8]`
[INFO] [stdout]               found reference `&Result<Vec<u8>, FontError>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/lib.rs:97:12
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub fn from_bytes(data: &[u8]) -> Result<Self, FontError> {
[INFO] [stdout]    |            ^^^^^^^^^^ -----------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `chunks` found for enum `Result` in the current scope
[INFO] [stdout]   --> src/tests.rs:39:22
[INFO] [stdout]    |
[INFO] [stdout] 39 |     for char in data.chunks(5) {
[INFO] [stdout]    |                      ^^^^^^ method not found in `Result<Vec<u8>, FontError>`
[INFO] [stdout]    |
[INFO] [stdout] note: the method `chunks` exists on the type `Vec<u8>`
[INFO] [stdout]   --> /rustc/5a45ab9738330fb317d49e3594c2db5248b1e971/library/core/src/slice/mod.rs:1160:5
[INFO] [stdout] help: consider using `Result::expect` to unwrap the `Vec<u8>` value, panicking if the value is a `Result::Err`
[INFO] [stdout]    |
[INFO] [stdout] 39 |     for char in data.expect("REASON").chunks(5) {
[INFO] [stdout]    |                     +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fondant` (lib test) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "2d21299a1ca366fd3cf69810cd3faad2853b0c0c40b021166ad23092ec9b6350", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d21299a1ca366fd3cf69810cd3faad2853b0c0c40b021166ad23092ec9b6350", kill_on_drop: false }`
[INFO] [stdout] 2d21299a1ca366fd3cf69810cd3faad2853b0c0c40b021166ad23092ec9b6350
