[INFO] cloning repository https://github.com/RandalVanheede/loom-compiler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RandalVanheede/loom-compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRandalVanheede%2Floom-compiler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRandalVanheede%2Floom-compiler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9e821112fae71fbe673ac0a989cfb504ef24896d
[INFO] checking RandalVanheede/loom-compiler against 36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6 for pr-160581
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRandalVanheede%2Floom-compiler" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/RandalVanheede/loom-compiler
[INFO] finished tweaking git repo https://github.com/RandalVanheede/loom-compiler
[INFO] tweaked toml for git repo https://github.com/RandalVanheede/loom-compiler written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/RandalVanheede/loom-compiler on toolchain 36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/RandalVanheede/loom-compiler 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" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 67b20e7787592625ca6f3febf78e9a775847a87c3fbb72fe44a508aaa69ded43
[INFO] running `Command { std: "docker" "start" "67b20e7787592625ca6f3febf78e9a775847a87c3fbb72fe44a508aaa69ded43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "67b20e7787592625ca6f3febf78e9a775847a87c3fbb72fe44a508aaa69ded43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "67b20e7787592625ca6f3febf78e9a775847a87c3fbb72fe44a508aaa69ded43" "/opt/rustwide/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "67b20e7787592625ca6f3febf78e9a775847a87c3fbb72fe44a508aaa69ded43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "67b20e7787592625ca6f3febf78e9a775847a87c3fbb72fe44a508aaa69ded43" "/opt/rustwide/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]     Checking bytes v1.12.0
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking generic-array v0.14.9
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling openssl-sys v0.9.117
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]     Checking num-bigint v0.4.7
[INFO] [stderr]    Compiling openssl v0.10.81
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking anyhow v1.0.103
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling built v0.8.1
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking aligned v0.4.3
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]     Checking no_std_io2 v0.9.4
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking y4m v0.8.0
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]     Checking bitstream-io v4.10.0
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking object v0.37.3
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]     Checking webpki-roots v0.25.4
[INFO] [stderr]     Checking imgref v1.12.2
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking zune-jpeg v0.5.15
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking avif-serialize v0.8.9
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]     Checking pxfm v0.1.29
[INFO] [stderr]     Checking is_ci v1.2.0
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]     Checking fax v0.2.7
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking gif v0.14.2
[INFO] [stderr]     Checking supports-color v3.0.2
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking rustls v0.23.41
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]     Checking p384 v0.13.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]     Checking terminal_size v0.4.4
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking chunked_transfer v1.5.0
[INFO] [stderr]     Checking supports-unicode v3.0.0
[INFO] [stderr]     Checking ascii v1.1.0
[INFO] [stderr]     Checking supports-hyperlinks v3.2.0
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking uuid v1.23.4
[INFO] [stderr]     Checking tiny_http v0.12.0
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerocopy-derive v0.8.52
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling profiling-procmacros v1.0.18
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking profiling v1.0.18
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]    Compiling serde_with_macros v3.21.0
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking curve25519-dalek v4.1.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking backtrace-ext v0.2.1
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]     Checking serde_with v3.21.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking miette v7.6.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_plain v1.0.2
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]    Compiling rsa v0.9.10
[INFO] [stderr]     Checking ureq v2.12.1
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking tiff v0.11.3
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]    Compiling sqlx-sqlite v0.8.6
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]    Compiling sqlx-mysql v0.8.6
[INFO] [stderr]     Checking ravif v0.13.0
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking oauth2 v4.4.2
[INFO] [stderr]     Checking openidconnect v3.5.0
[INFO] [stderr]     Checking loom v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated associated function `sha2::digest::generic_array::GenericArray::<T, N>::from_slice`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/stdlib.rs:569:33
[INFO] [stdout]     |
[INFO] [stdout] 569 |     let key = Key::<Aes256Gcm>::from_slice(&key_bytes);
[INFO] [stdout]     |                                 ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `sha2::digest::generic_array::GenericArray::<T, N>::from_slice`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/stdlib.rs:570:24
[INFO] [stdout]     |
[INFO] [stdout] 570 |     let nonce = Nonce::from_slice(&raw[..12]);
[INFO] [stdout]     |                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `sha2::digest::generic_array::GenericArray::<T, N>::from_slice`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/stdlib.rs:569:33
[INFO] [stdout]     |
[INFO] [stdout] 569 |     let key = Key::<Aes256Gcm>::from_slice(&key_bytes);
[INFO] [stdout]     |                                 ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `sha2::digest::generic_array::GenericArray::<T, N>::from_slice`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/stdlib.rs:570:24
[INFO] [stdout]     |
[INFO] [stdout] 570 |     let nonce = Nonce::from_slice(&raw[..12]);
[INFO] [stdout]     |                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/ast.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct StructDef {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] 28 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StructDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `span` and `mutable` are never read
[INFO] [stdout]   --> src/ast.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Field {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] 35 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 36 |     pub name: String,
[INFO] [stdout] 37 |     pub mutable: bool,  // true = let (mutable), false = const (immutable)
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Field` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/ast.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct EnumDef {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 43 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EnumDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/ast.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct EnumVariant {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 50 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EnumVariant` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `span` and `is_async` are never read
[INFO] [stdout]   --> src/ast.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub struct FuncDef {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 57 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub is_async: bool,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FuncDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/ast.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub struct RouteAttr {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] 68 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RouteAttr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub struct TypedParam {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] 102 |     pub span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TypedParam` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub struct UseDecl {
[INFO] [stdout]     |            ------- field in this struct
[INFO] [stdout] 109 |     pub span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `UseDecl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Func` is never constructed
[INFO] [stdout]    --> src/ast.rs:121:5
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub enum Type {
[INFO] [stdout]     |          ---- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 121 |     Func { params: Vec<Type>, return_: Box<Type> },
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Type` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:130:9
[INFO] [stdout]     |
[INFO] [stdout] 129 |     Let {
[INFO] [stdout]     |     --- field in this variant
[INFO] [stdout] 130 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stmt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:136:9
[INFO] [stdout]     |
[INFO] [stdout] 135 |     Const {
[INFO] [stdout]     |     ----- field in this variant
[INFO] [stdout] 136 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stmt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |     Assignment {
[INFO] [stdout]     |     ---------- field in this variant
[INFO] [stdout] 142 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stmt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:147:9
[INFO] [stdout]     |
[INFO] [stdout] 146 |     Expr {
[INFO] [stdout]     |     ---- field in this variant
[INFO] [stdout] 147 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stmt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 150 |     Return {
[INFO] [stdout]     |     ------ field in this variant
[INFO] [stdout] 151 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stmt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 154 |     For {
[INFO] [stdout]     |     --- field in this variant
[INFO] [stdout] 155 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stmt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 160 |     While {
[INFO] [stdout]     |     ----- field in this variant
[INFO] [stdout] 161 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stmt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:166:9
[INFO] [stdout]     |
[INFO] [stdout] 165 |     If {
[INFO] [stdout]     |     -- field in this variant
[INFO] [stdout] 166 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stmt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:173:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |     Match {
[INFO] [stdout]     |     ----- field in this variant
[INFO] [stdout] 173 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stmt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:178:9
[INFO] [stdout]     |
[INFO] [stdout] 177 |     Run {
[INFO] [stdout]     |     --- field in this variant
[INFO] [stdout] 178 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stmt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 182 |     IfLet {
[INFO] [stdout]     |     ----- field in this variant
[INFO] [stdout] 183 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stmt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:202:9
[INFO] [stdout]     |
[INFO] [stdout] 201 | pub struct MatchArm {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] 202 |     pub span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MatchArm` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Block` and `MatchExpr` are never constructed
[INFO] [stdout]    --> src/ast.rs:277:5
[INFO] [stdout]     |
[INFO] [stdout] 226 | pub enum Expr {
[INFO] [stdout]     |          ---- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 277 |     Block {
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 287 |     MatchExpr {
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:332:9
[INFO] [stdout]     |
[INFO] [stdout] 331 |     Element {
[INFO] [stdout]     |     ------- field in this variant
[INFO] [stdout] 332 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `HtmlNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:338:9
[INFO] [stdout]     |
[INFO] [stdout] 337 |     Interpolation {
[INFO] [stdout]     |     ------------- field in this variant
[INFO] [stdout] 338 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `HtmlNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Not` is never constructed
[INFO] [stdout]    --> src/ast.rs:369:5
[INFO] [stdout]     |
[INFO] [stdout] 367 | pub enum UnaryOp {
[INFO] [stdout]     |          ------- variant in this enum
[INFO] [stdout] 368 |     Negate,
[INFO] [stdout] 369 |     Not,
[INFO] [stdout]     |     ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `UnaryOp` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `expected` is never read
[INFO] [stdout]   --> src/parser.rs:12:23
[INFO] [stdout]    |
[INFO] [stdout] 12 |     UnexpectedToken { expected: String, found: Token },
[INFO] [stdout]    |     ---------------   ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `ExpectedType` and `UnclosedBlock` are never constructed
[INFO] [stdout]   --> src/parser.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub enum ParseError {
[INFO] [stdout]    |          ---------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 14 |     ExpectedType { found: Token },
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 15 |     ExpectedIdentifier { found: Token },
[INFO] [stdout] 16 |     UnclosedBlock(Token),
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `peek_raw`, `advance_raw`, `peek_next`, and `peek_next_kind` are never used
[INFO] [stdout]    --> src/parser.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  27 | impl Parser {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 112 |     fn peek_raw(&self, offset: usize) -> Option<&Token> {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 |     fn advance_raw(&mut self) -> Option<Token> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 |     fn peek_next(&mut self) -> Option<&Token> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 552 |     fn peek_next_kind(&mut self) -> Option<TokenKind> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `return_type` is never read
[INFO] [stdout]   --> src/eval.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct FuncValue {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 45 |     pub return_type: ReturnType,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FuncValue` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Break` is never constructed
[INFO] [stdout]    --> src/eval.rs:150:5
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub enum ControlFlow {
[INFO] [stdout]     |          ----------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 150 |     Break,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `eval_func_call` is never used
[INFO] [stdout]    --> src/eval.rs:456:12
[INFO] [stdout]     |
[INFO] [stdout] 314 | impl Evaluator {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 456 |     pub fn eval_func_call(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `variables` is never read
[INFO] [stdout]   --> src/type_checker.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct TypeInfo {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub variables: HashMap<String, Type>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TypeInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `key_unwrap` is never used
[INFO] [stdout]    --> src/stdlib.rs:876:4
[INFO] [stdout]     |
[INFO] [stdout] 876 | fn key_unwrap(key: &str) -> &str {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `label_count` is never read
[INFO] [stdout]   --> src/codegen.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct Codegen {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     label_count: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `new_label`, `gen_item`, and `gen_block` are never used
[INFO] [stdout]     --> src/codegen.rs:43:8
[INFO] [stdout]      |
[INFO] [stdout]   20 | impl Codegen {
[INFO] [stdout]      | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]   43 |     fn new_label(&mut self) -> String {
[INFO] [stdout]      |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2434 |     fn gen_item(&mut self, item: &Item) -> Result<(), String> {
[INFO] [stdout]      |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2543 |     fn gen_block(&mut self, stmts: &[Stmt]) -> Result<(), String> {
[INFO] [stdout]      |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]     --> src/codegen.rs:2955:37
[INFO] [stdout]      |
[INFO] [stdout] 2955 | ...                   Variant(String, usize), // variant name, index
[INFO] [stdout]      |                       ------- ^^^^^^
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       field in this variant
[INFO] [stdout]      |
[INFO] [stdout]      = note: `ArmKind` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]      |
[INFO] [stdout] 2955 -                             Variant(String, usize), // variant name, index
[INFO] [stdout] 2955 +                             Variant((), usize), // variant name, index
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `I8` is never constructed
[INFO] [stdout]   --> src/codegen_llvm.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | enum LlvmType {
[INFO] [stdout]    |      -------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 38 |     I8,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LlvmType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `created_at` and `expires_at` are never read
[INFO] [stdout]   --> src/session.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Session {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub created_at: i64,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 38 |     pub expires_at: i64,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Session` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `auth_url` are never read
[INFO] [stdout]   --> src/oidc.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct OidcProvider {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 16 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 17 |     pub client: CoreClient,
[INFO] [stdout] 18 |     pub auth_url: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_image` is never used
[INFO] [stdout]    --> src/media.rs:103:8
[INFO] [stdout]     |
[INFO] [stdout] 103 | pub fn is_image(filename: &str) -> bool {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/ast.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct StructDef {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] 28 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StructDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `span` and `mutable` are never read
[INFO] [stdout]   --> src/ast.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Field {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] 35 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 36 |     pub name: String,
[INFO] [stdout] 37 |     pub mutable: bool,  // true = let (mutable), false = const (immutable)
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Field` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/ast.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct EnumDef {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 43 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EnumDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/ast.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct EnumVariant {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 50 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EnumVariant` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `span` and `is_async` are never read
[INFO] [stdout]   --> src/ast.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub struct FuncDef {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 57 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub is_async: bool,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FuncDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/ast.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub struct RouteAttr {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] 68 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RouteAttr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub struct TypedParam {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] 102 |     pub span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TypedParam` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub struct UseDecl {
[INFO] [stdout]     |            ------- field in this struct
[INFO] [stdout] 109 |     pub span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `UseDecl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Func` is never constructed
[INFO] [stdout]    --> src/ast.rs:121:5
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub enum Type {
[INFO] [stdout]     |          ---- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 121 |     Func { params: Vec<Type>, return_: Box<Type> },
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Type` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:130:9
[INFO] [stdout]     |
[INFO] [stdout] 129 |     Let {
[INFO] [stdout]     |     --- field in this variant
[INFO] [stdout] 130 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stmt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:136:9
[INFO] [stdout]     |
[INFO] [stdout] 135 |     Const {
[INFO] [stdout]     |     ----- field in this variant
[INFO] [stdout] 136 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stmt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |     Assignment {
[INFO] [stdout]     |     ---------- field in this variant
[INFO] [stdout] 142 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stmt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:147:9
[INFO] [stdout]     |
[INFO] [stdout] 146 |     Expr {
[INFO] [stdout]     |     ---- field in this variant
[INFO] [stdout] 147 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stmt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 150 |     Return {
[INFO] [stdout]     |     ------ field in this variant
[INFO] [stdout] 151 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stmt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 154 |     For {
[INFO] [stdout]     |     --- field in this variant
[INFO] [stdout] 155 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stmt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 160 |     While {
[INFO] [stdout]     |     ----- field in this variant
[INFO] [stdout] 161 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stmt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:166:9
[INFO] [stdout]     |
[INFO] [stdout] 165 |     If {
[INFO] [stdout]     |     -- field in this variant
[INFO] [stdout] 166 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stmt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:173:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |     Match {
[INFO] [stdout]     |     ----- field in this variant
[INFO] [stdout] 173 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stmt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:178:9
[INFO] [stdout]     |
[INFO] [stdout] 177 |     Run {
[INFO] [stdout]     |     --- field in this variant
[INFO] [stdout] 178 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stmt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 182 |     IfLet {
[INFO] [stdout]     |     ----- field in this variant
[INFO] [stdout] 183 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Stmt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:202:9
[INFO] [stdout]     |
[INFO] [stdout] 201 | pub struct MatchArm {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] 202 |     pub span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MatchArm` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Block` and `MatchExpr` are never constructed
[INFO] [stdout]    --> src/ast.rs:277:5
[INFO] [stdout]     |
[INFO] [stdout] 226 | pub enum Expr {
[INFO] [stdout]     |          ---- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 277 |     Block {
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 287 |     MatchExpr {
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:332:9
[INFO] [stdout]     |
[INFO] [stdout] 331 |     Element {
[INFO] [stdout]     |     ------- field in this variant
[INFO] [stdout] 332 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `HtmlNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/ast.rs:338:9
[INFO] [stdout]     |
[INFO] [stdout] 337 |     Interpolation {
[INFO] [stdout]     |     ------------- field in this variant
[INFO] [stdout] 338 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `HtmlNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Not` is never constructed
[INFO] [stdout]    --> src/ast.rs:369:5
[INFO] [stdout]     |
[INFO] [stdout] 367 | pub enum UnaryOp {
[INFO] [stdout]     |          ------- variant in this enum
[INFO] [stdout] 368 |     Negate,
[INFO] [stdout] 369 |     Not,
[INFO] [stdout]     |     ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `UnaryOp` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `expected` is never read
[INFO] [stdout]   --> src/parser.rs:12:23
[INFO] [stdout]    |
[INFO] [stdout] 12 |     UnexpectedToken { expected: String, found: Token },
[INFO] [stdout]    |     ---------------   ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `ExpectedType` and `UnclosedBlock` are never constructed
[INFO] [stdout]   --> src/parser.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub enum ParseError {
[INFO] [stdout]    |          ---------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 14 |     ExpectedType { found: Token },
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 15 |     ExpectedIdentifier { found: Token },
[INFO] [stdout] 16 |     UnclosedBlock(Token),
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `peek_raw`, `advance_raw`, `peek_next`, and `peek_next_kind` are never used
[INFO] [stdout]    --> src/parser.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  27 | impl Parser {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 112 |     fn peek_raw(&self, offset: usize) -> Option<&Token> {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 |     fn advance_raw(&mut self) -> Option<Token> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 |     fn peek_next(&mut self) -> Option<&Token> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 552 |     fn peek_next_kind(&mut self) -> Option<TokenKind> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `return_type` is never read
[INFO] [stdout]   --> src/eval.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct FuncValue {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 45 |     pub return_type: ReturnType,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FuncValue` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Break` is never constructed
[INFO] [stdout]    --> src/eval.rs:150:5
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub enum ControlFlow {
[INFO] [stdout]     |          ----------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 150 |     Break,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `eval_func_call` is never used
[INFO] [stdout]    --> src/eval.rs:456:12
[INFO] [stdout]     |
[INFO] [stdout] 314 | impl Evaluator {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 456 |     pub fn eval_func_call(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `variables` is never read
[INFO] [stdout]   --> src/type_checker.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct TypeInfo {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub variables: HashMap<String, Type>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TypeInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `key_unwrap` is never used
[INFO] [stdout]    --> src/stdlib.rs:876:4
[INFO] [stdout]     |
[INFO] [stdout] 876 | fn key_unwrap(key: &str) -> &str {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `label_count` is never read
[INFO] [stdout]   --> src/codegen.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct Codegen {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     label_count: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `new_label`, `gen_item`, and `gen_block` are never used
[INFO] [stdout]     --> src/codegen.rs:43:8
[INFO] [stdout]      |
[INFO] [stdout]   20 | impl Codegen {
[INFO] [stdout]      | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]   43 |     fn new_label(&mut self) -> String {
[INFO] [stdout]      |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2434 |     fn gen_item(&mut self, item: &Item) -> Result<(), String> {
[INFO] [stdout]      |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2543 |     fn gen_block(&mut self, stmts: &[Stmt]) -> Result<(), String> {
[INFO] [stdout]      |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]     --> src/codegen.rs:2955:37
[INFO] [stdout]      |
[INFO] [stdout] 2955 | ...                   Variant(String, usize), // variant name, index
[INFO] [stdout]      |                       ------- ^^^^^^
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       field in this variant
[INFO] [stdout]      |
[INFO] [stdout]      = note: `ArmKind` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]      |
[INFO] [stdout] 2955 -                             Variant(String, usize), // variant name, index
[INFO] [stdout] 2955 +                             Variant((), usize), // variant name, index
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `I8` is never constructed
[INFO] [stdout]   --> src/codegen_llvm.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | enum LlvmType {
[INFO] [stdout]    |      -------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 38 |     I8,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LlvmType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `created_at` and `expires_at` are never read
[INFO] [stdout]   --> src/session.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Session {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub created_at: i64,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 38 |     pub expires_at: i64,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Session` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `auth_url` are never read
[INFO] [stdout]   --> src/oidc.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct OidcProvider {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 16 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 17 |     pub client: CoreClient,
[INFO] [stdout] 18 |     pub auth_url: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_image` is never used
[INFO] [stdout]    --> src/media.rs:103:8
[INFO] [stdout]     |
[INFO] [stdout] 103 | pub fn is_image(filename: &str) -> bool {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s
[INFO] running `Command { std: "docker" "inspect" "67b20e7787592625ca6f3febf78e9a775847a87c3fbb72fe44a508aaa69ded43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "67b20e7787592625ca6f3febf78e9a775847a87c3fbb72fe44a508aaa69ded43", kill_on_drop: false }`
[INFO] [stdout] 67b20e7787592625ca6f3febf78e9a775847a87c3fbb72fe44a508aaa69ded43
