[INFO] cloning repository https://github.com/JGGR/F-value [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JGGR/F-value" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJGGR%2FF-value", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJGGR%2FF-value'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7b7f59dfc598c9fa54fca298f8f003b2d951e937 [INFO] checking JGGR/F-value against try#e983148bd5f0f0db270bfb72149f5e892e68b67f for pr-150322 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJGGR%2FF-value" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/JGGR/F-value [INFO] finished tweaking git repo https://github.com/JGGR/F-value [INFO] tweaked toml for git repo https://github.com/JGGR/F-value written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/JGGR/F-value on toolchain e983148bd5f0f0db270bfb72149f5e892e68b67f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e983148bd5f0f0db270bfb72149f5e892e68b67f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/JGGR/F-value 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" "+e983148bd5f0f0db270bfb72149f5e892e68b67f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+e983148bd5f0f0db270bfb72149f5e892e68b67f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1482c597004b5156407cbe7fc9d736050b07cf2203ca5ecc5a0e82a6c5f9e504 [INFO] running `Command { std: "docker" "start" "-a" "1482c597004b5156407cbe7fc9d736050b07cf2203ca5ecc5a0e82a6c5f9e504", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1482c597004b5156407cbe7fc9d736050b07cf2203ca5ecc5a0e82a6c5f9e504", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1482c597004b5156407cbe7fc9d736050b07cf2203ca5ecc5a0e82a6c5f9e504", kill_on_drop: false }` [INFO] [stdout] 1482c597004b5156407cbe7fc9d736050b07cf2203ca5ecc5a0e82a6c5f9e504 [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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+e983148bd5f0f0db270bfb72149f5e892e68b67f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 41eb560bfc19618b64e43b224d58acefe64fdc52cf17ced3ca39d53e6db5802b [INFO] running `Command { std: "docker" "start" "-a" "41eb560bfc19618b64e43b224d58acefe64fdc52cf17ced3ca39d53e6db5802b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.90 [INFO] [stderr] Compiling libc v0.2.164 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling rustix v0.38.41 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Checking futures-lite v2.5.0 [INFO] [stderr] Checking event-listener v5.3.1 [INFO] [stderr] Compiling toml_edit v0.22.22 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling prettyplease v0.2.25 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.31.5 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Checking event-listener-strategy v0.5.3 [INFO] [stderr] Compiling libloading v0.8.5 [INFO] [stderr] Compiling endi v1.1.0 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling bindgen v0.71.1 [INFO] [stderr] Checking async-lock v3.4.0 [INFO] [stderr] Checking async-channel v2.3.1 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking as-slice v0.2.1 [INFO] [stderr] Compiling av-scenechange v0.14.1 [INFO] [stderr] Compiling built v0.8.0 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Checking blocking v1.6.1 [INFO] [stderr] Checking quote v1.0.37 [INFO] [stderr] Checking syn v2.0.88 [INFO] [stderr] Compiling cc v1.2.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling quick-xml v0.36.2 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling wayland-client v0.31.7 [INFO] [stderr] Compiling rav1e v0.8.1 [INFO] [stderr] Compiling proc-macro-crate v3.2.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking aligned v0.4.2 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Compiling wayland-scanner v0.31.5 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Compiling cmake v0.1.51 [INFO] [stderr] Checking core2 v0.4.0 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking y4m v0.8.0 [INFO] [stderr] Checking bitstream-io v4.9.0 [INFO] [stderr] Checking flate2 v1.1.2 [INFO] [stderr] Checking xdg-home v1.3.0 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Checking async-fs v2.1.2 [INFO] [stderr] Compiling wayland-backend v0.3.7 [INFO] [stderr] Checking maybe-rayon v0.1.1 [INFO] [stderr] Checking async-executor v1.13.1 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Checking async-broadcast v0.7.1 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking ordered-stream v0.2.0 [INFO] [stderr] Checking half v2.6.0 [INFO] [stderr] Compiling iana-time-zone v0.1.61 [INFO] [stderr] Checking zune-jpeg v0.4.17 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Checking avif-serialize v0.8.3 [INFO] [stderr] Checking pxfm v0.1.25 [INFO] [stderr] Checking bytemuck v1.23.1 [INFO] [stderr] Checking zune-core v0.5.0 [INFO] [stderr] Compiling rfd v0.15.4 [INFO] [stderr] Checking raw-window-handle v0.6.2 [INFO] [stderr] Checking exr v1.74.0 [INFO] [stderr] Checking zune-jpeg v0.5.5 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Checking image-webp v0.2.2 [INFO] [stderr] Checking dirs-sys v0.5.0 [INFO] [stderr] Checking qoi v0.4.1 [INFO] [stderr] Checking gif v0.14.0 [INFO] [stderr] Checking png v0.18.0 [INFO] [stderr] Checking glam v0.30.3 [INFO] [stderr] Checking csv-core v0.1.11 [INFO] [stderr] Checking pollster v0.4.0 [INFO] [stderr] Compiling seq-macro v0.3.6 [INFO] [stderr] Checking urlencoding v2.1.3 [INFO] [stderr] Checking csv v1.4.0 [INFO] [stderr] Checking dirs v6.0.0 [INFO] [stderr] Checking pdf-writer v0.14.0 [INFO] [stderr] Checking uuid v1.18.1 [INFO] [stderr] Compiling esox v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking moxcms v0.7.9 [INFO] [stderr] Checking locale_config v0.3.0 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling zerofrom-derive v0.1.5 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling enumflags2_derive v0.7.10 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling equator-macro v0.4.2 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling profiling-procmacros v1.0.16 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Checking equator v0.4.2 [INFO] [stderr] Checking profiling v1.0.16 [INFO] [stderr] Compiling serde_repr v0.1.19 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking aligned-vec v0.6.4 [INFO] [stderr] Checking v_frame v0.3.9 [INFO] [stderr] Compiling fax_derive v0.2.0 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking av1-grain v0.2.4 [INFO] [stderr] Checking zerofrom v0.1.5 [INFO] [stderr] Checking polling v3.7.4 [INFO] [stderr] Checking fax v0.2.6 [INFO] [stderr] Checking yoke v0.7.5 [INFO] [stderr] Checking thiserror v2.0.12 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking zerovec v0.10.4 [INFO] [stderr] Checking flexi_logger v0.31.7 [INFO] [stderr] Checking wayland-protocols v0.32.5 [INFO] [stderr] Checking tiff v0.10.3 [INFO] [stderr] Checking async-io v2.4.0 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Checking async-signal v0.2.10 [INFO] [stderr] Checking async-net v2.0.0 [INFO] [stderr] Checking async-process v2.3.0 [INFO] [stderr] Checking enumflags2 v0.7.10 [INFO] [stderr] Checking zvariant_utils v3.0.2 [INFO] [stderr] Checking tinystr v0.7.6 [INFO] [stderr] Checking icu_collections v1.5.0 [INFO] [stderr] Checking icu_locid v1.5.0 [INFO] [stderr] Compiling zvariant_derive v5.1.0 [INFO] [stderr] Checking icu_provider v1.5.0 [INFO] [stderr] Compiling zvariant v5.1.0 [INFO] [stderr] Checking icu_locid_transform v1.5.0 [INFO] [stderr] Checking icu_properties v1.5.1 [INFO] [stderr] Compiling raylib-sys v5.7.0 (https://github.com/raylib-rs/raylib-rs.git#c7227f66) [INFO] [stderr] Compiling zbus_names v4.1.0 [INFO] [stderr] Checking icu_normalizer v1.5.0 [INFO] [stderr] Compiling zbus_macros v5.2.0 [INFO] [stderr] Checking idna_adapter v1.2.0 [INFO] [stderr] Checking idna v1.0.3 [INFO] [stderr] Checking url v2.5.4 [INFO] [stderr] Checking ravif v0.12.0 [INFO] [stderr] Checking image v0.25.9 [INFO] [stderr] Checking zbus v5.2.0 [INFO] [stderr] Checking ashpd v0.11.0 [INFO] [stderr] Checking raylib v5.7.0 (https://github.com/raylib-rs/raylib-rs.git#c7227f66) [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/core/pdf/mod.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | let x = 205.0; //(a4.x2 - w) / 2.0; [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/core/pdf/mod.rs:617:9 [INFO] [stdout] | [INFO] [stdout] 617 | let x = 205.0; //(a4.x2 - w) / 2.0; [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ISPRA_LOGO_DATA` is never used [INFO] [stdout] --> src/app/core.rs:47:18 [INFO] [stdout] | [INFO] [stdout] 47 | pub(crate) const ISPRA_LOGO_DATA: &[u8] = include_bytes!("../../assets/logo_ispra.png"); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PlainRecordCsvAnagraficaHFBI` is never constructed [INFO] [stdout] --> src/core/csv/deser/hfbi/mod.rs:259:19 [INFO] [stdout] | [INFO] [stdout] 259 | pub(crate) struct PlainRecordCsvAnagraficaHFBI { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PlainRecordCsvAnagraficaNISECI` is never constructed [INFO] [stdout] --> src/core/csv/deser/niseci/mod.rs:585:19 [INFO] [stdout] | [INFO] [stdout] 585 | pub(crate) struct PlainRecordCsvAnagraficaNISECI { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/core/pdf/mod.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | let x = 205.0; //(a4.x2 - w) / 2.0; [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/core/pdf/mod.rs:617:9 [INFO] [stdout] | [INFO] [stdout] 617 | let x = 205.0; //(a4.x2 - w) / 2.0; [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ISPRA_LOGO_DATA` is never used [INFO] [stdout] --> src/app/core.rs:47:18 [INFO] [stdout] | [INFO] [stdout] 47 | pub(crate) const ISPRA_LOGO_DATA: &[u8] = include_bytes!("../../assets/logo_ispra.png"); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PlainRecordCsvAnagraficaHFBI` is never constructed [INFO] [stdout] --> src/core/csv/deser/hfbi/mod.rs:259:19 [INFO] [stdout] | [INFO] [stdout] 259 | pub(crate) struct PlainRecordCsvAnagraficaHFBI { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PlainRecordCsvAnagraficaNISECI` is never constructed [INFO] [stdout] --> src/core/csv/deser/niseci/mod.rs:585:19 [INFO] [stdout] | [INFO] [stdout] 585 | pub(crate) struct PlainRecordCsvAnagraficaNISECI { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s [INFO] running `Command { std: "docker" "inspect" "41eb560bfc19618b64e43b224d58acefe64fdc52cf17ced3ca39d53e6db5802b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "41eb560bfc19618b64e43b224d58acefe64fdc52cf17ced3ca39d53e6db5802b", kill_on_drop: false }` [INFO] [stdout] 41eb560bfc19618b64e43b224d58acefe64fdc52cf17ced3ca39d53e6db5802b