[INFO] cloning repository https://github.com/HollowNumber/dtu-notes
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HollowNumber/dtu-notes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHollowNumber%2Fdtu-notes", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHollowNumber%2Fdtu-notes'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 058076a7ba56cbc1e4f3bc48523dfa9411280d0a
[INFO] testing HollowNumber/dtu-notes against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHollowNumber%2Fdtu-notes" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/HollowNumber/dtu-notes
[INFO] finished tweaking git repo https://github.com/HollowNumber/dtu-notes
[INFO] tweaked toml for git repo https://github.com/HollowNumber/dtu-notes written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HollowNumber/dtu-notes on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/HollowNumber/dtu-notes 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 39922222dd349a466fa67b4ac82c34fb2cc4aaa4e6f6517278a644f0319e511a
[INFO] running `Command { std: "docker" "start" "-a" "39922222dd349a466fa67b4ac82c34fb2cc4aaa4e6f6517278a644f0319e511a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "39922222dd349a466fa67b4ac82c34fb2cc4aaa4e6f6517278a644f0319e511a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "39922222dd349a466fa67b4ac82c34fb2cc4aaa4e6f6517278a644f0319e511a", kill_on_drop: false }`
[INFO] [stdout] 39922222dd349a466fa67b4ac82c34fb2cc4aaa4e6f6517278a644f0319e511a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ff3eea19c9b6f82853ada930195c3ce6b7fbe8c2f8881d9accd73778fe410542
[INFO] running `Command { std: "docker" "start" "-a" "ff3eea19c9b6f82853ada930195c3ce6b7fbe8c2f8881d9accd73778fe410542", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling proc-macro2 v1.0.97
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling zmij v1.0.16
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling syn v2.0.105
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling zlib-rs v0.6.0
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling cc v1.2.32
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling rustls v0.23.31
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling libbz2-rs-sys v0.2.2
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling bzip2 v0.6.0
[INFO] [stderr]    Compiling clap_builder v4.5.57
[INFO] [stderr]    Compiling webpki-roots v1.0.2
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling ureq-proto v0.5.3
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling zopfli v0.8.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling rustls-webpki v0.103.4
[INFO] [stderr]    Compiling xattr v1.5.1
[INFO] [stderr]    Compiling lzma-rust2 v0.16.1
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling deflate64 v0.1.10
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling typed-path v0.12.1
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling ppmd-rust v1.4.0
[INFO] [stderr]    Compiling toml v0.9.11+spec-1.1.0
[INFO] [stderr]    Compiling humansize v2.1.3
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling opener v0.8.4
[INFO] [stderr]    Compiling clap v4.5.57
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling colored v3.1.1
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling ureq v3.2.0
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling zip v8.0.0
[INFO] [stderr]    Compiling noter v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: associated function `config_dir` is never used
[INFO] [stdout]    --> src/config/persistence.rs:103:12
[INFO] [stdout]     |
[INFO] [stdout]   9 | impl Config {
[INFO] [stdout]     | ----------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 103 |     pub fn config_dir() -> Result<PathBuf> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `search_indexed` is never used
[INFO] [stdout]    --> src/core/search_engine.rs:151:12
[INFO] [stdout]     |
[INFO] [stdout]  46 | impl SearchEngine {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 151 |     pub fn search_indexed(&self, index: &SearchIndex, query: &str) -> Vec<SearchLocation> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Minimal` and `Comprehensive` are never constructed
[INFO] [stdout]   --> src/core/template/builder.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub enum ValidationLevel {
[INFO] [stdout]    |          --------------- variants in this enum
[INFO] [stdout] 60 |     /// Only validate critical errors that would prevent template generation
[INFO] [stdout] 61 |     Minimal,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |     Comprehensive,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ValidationLevel` 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: multiple methods are never used
[INFO] [stdout]    --> src/core/template/builder.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout]  68 | impl TemplateBuilder {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 106 |     pub fn with_variable(mut self, key: &str, value: &str) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 112 |     pub fn with_custom_field(mut self, key: &str, value: &str) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |     pub fn with_variant(mut self, variant_name: &str) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 |     pub fn with_processing_options(mut self, options: ProcessingOptions) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 |     pub fn with_validation(mut self, enabled: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 |     pub fn with_validation_level(mut self, level: ValidationLevel) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |     pub fn with_fail_on_errors(mut self, fail: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |     pub fn with_transformations(mut self, enabled: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |     pub fn with_debug_info(mut self, enabled: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 |     pub fn build_with_validation(&self) -> Result<TemplateOutputWithValidation> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 217 |     pub fn build_with_metadata(&self) -> Result<TemplateOutput> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 230 |     pub fn validate(&self) -> Result<ValidationResult> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `has_errors`, `has_warnings`, `error_count`, `warning_count`, `is_clean`, and `format_report` are never used
[INFO] [stdout]    --> src/core/template/builder.rs:403:12
[INFO] [stdout]     |
[INFO] [stdout] 402 | impl ValidationResult {
[INFO] [stdout]     | --------------------- methods in this implementation
[INFO] [stdout] 403 |     pub fn has_errors(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 409 |     pub fn has_warnings(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 415 |     pub fn error_count(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 422 |     pub fn warning_count(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 429 |     pub fn is_clean(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 434 |     pub fn format_report(&self) -> String {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TemplateOutputWithValidation` is never constructed
[INFO] [stdout]    --> src/core/template/builder.rs:441:12
[INFO] [stdout]     |
[INFO] [stdout] 441 | pub struct TemplateOutputWithValidation {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TemplateOutput` is never constructed
[INFO] [stdout]    --> src/core/template/builder.rs:449:12
[INFO] [stdout]     |
[INFO] [stdout] 449 | pub struct TemplateOutput {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ContextSummary` is never constructed
[INFO] [stdout]    --> src/core/template/builder.rs:457:12
[INFO] [stdout]     |
[INFO] [stdout] 457 | pub struct ContextSummary {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_context` is never used
[INFO] [stdout]    --> src/core/template/builder.rs:468:8
[INFO] [stdout]     |
[INFO] [stdout] 467 | impl ContextSummary {
[INFO] [stdout]     | ------------------- associated function in this implementation
[INFO] [stdout] 468 |     fn from_context(context: &TemplateContext) -> Self {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProcessingOptionsBuilder` is never constructed
[INFO] [stdout]    --> src/core/template/builder.rs:494:12
[INFO] [stdout]     |
[INFO] [stdout] 494 | pub struct ProcessingOptionsBuilder {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/core/template/builder.rs:499:12
[INFO] [stdout]     |
[INFO] [stdout] 498 | impl ProcessingOptionsBuilder {
[INFO] [stdout]     | ----------------------------- associated items in this implementation
[INFO] [stdout] 499 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 505 |     pub fn with_validation(mut self, enabled: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 510 |     pub fn with_validation_level(mut self, level: ValidationLevel) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 515 |     pub fn with_fail_on_errors(mut self, fail: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 520 |     pub fn with_transformations(mut self, enabled: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 525 |     pub fn with_debug_info(mut self, enabled: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 530 |     pub fn build(self) -> ProcessingOptions {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `date`, `template_version`, and `template_dir` are never read
[INFO] [stdout]   --> src/core/template/context.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct TemplateContext {
[INFO] [stdout]    |            --------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub date: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 37 |     pub semester: String,
[INFO] [stdout] 38 |     pub template_version: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     pub template_dir: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TemplateContext` 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 `assignment_type`, `creation_date`, `template_source`, `variant_used`, and `processing_flags` are never read
[INFO] [stdout]   --> src/core/template/context.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub struct TemplateMetadata {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 53 |     pub course_type: String,
[INFO] [stdout] 54 |     pub assignment_type: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 55 |     pub creation_date: chrono::DateTime<Local>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 56 |     pub template_source: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 57 |     pub variant_used: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 58 |     pub processing_flags: Vec<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TemplateMetadata` 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: multiple associated items are never used
[INFO] [stdout]    --> src/core/template/context.rs:68:12
[INFO] [stdout]     |
[INFO] [stdout]  61 | impl TemplateContext {
[INFO] [stdout]     | -------------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  68 |     pub fn build_lecture_context(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |     pub fn build_assignment_context(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 |     pub fn set_variable(&mut self, key: &str, value: &str) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 214 |     pub fn get_variable(&self, key: &str) -> Option<&String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 229 |     pub fn validate(&self) -> Result<Vec<String>> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 258 |     fn determine_course_type(course_id: &str) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 |     fn determine_assignment_type(title: &str) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `with_variable` and `with_custom_field` are never used
[INFO] [stdout]    --> src/core/template/context.rs:375:12
[INFO] [stdout]     |
[INFO] [stdout] 333 | impl TemplateContextBuilder {
[INFO] [stdout]     | --------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 375 |     pub fn with_variable(mut self, key: &str, value: &str) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 380 |     pub fn with_custom_field(mut self, key: &str, value: &str) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `source` and `package_info` are never read
[INFO] [stdout]   --> src/core/template/discovery.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct AvailableTemplate {
[INFO] [stdout]    |            ----------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub source: TemplateSource,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub package_info: Option<TemplatePackageInfo>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AvailableTemplate` 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 `Builtin`, `Local`, `Remote`, and `Custom` are never constructed
[INFO] [stdout]   --> src/core/template/discovery.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub enum TemplateSource {
[INFO] [stdout]    |          -------------- variants in this enum
[INFO] [stdout] 38 |     /// Built-in template (part of the application)
[INFO] [stdout] 39 |     Builtin,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     Local { path: String },
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     Remote { repository: String, version: String },
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     Custom {
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TemplateSource` 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: multiple fields are never read
[INFO] [stdout]   --> src/core/template/discovery.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub struct TemplatePackageInfo {
[INFO] [stdout]    |            ------------------- fields in this struct
[INFO] [stdout] 57 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 58 |     pub version: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 59 |     pub description: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 60 |     pub author: Option<String>,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 61 |     pub license: Option<String>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 62 |     pub install_path: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 63 |     pub last_updated: Option<chrono::DateTime<chrono::Utc>>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TemplatePackageInfo` 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: multiple associated functions are never used
[INFO] [stdout]    --> src/core/template/discovery.rs:121:12
[INFO] [stdout]     |
[INFO] [stdout]  68 | impl TemplateDiscovery {
[INFO] [stdout]     | ---------------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 121 |     pub fn find_template<'a>(
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 |     pub fn find_variants_for_template<'a>(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 171 |     pub fn find_template_with_preference<'a>(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 |     pub fn discover_templates(user_config: &Config) -> Result<Vec<AvailableTemplate>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 265 |     fn find_package_directory_for_config(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 295 |     fn extract_package_info(config: &TemplateConfig, package_dir: &PathBuf) -> TemplatePackageInfo {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 358 |     pub fn get_import_statement(config: &TemplateConfig) -> String {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 |     pub fn find_best_variant(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `generate_lecture_template` is never used
[INFO] [stdout]   --> src/core/template/engine.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl TemplateEngine {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 16 |     /// Generate a lecture template
[INFO] [stdout] 17 |     pub fn generate_lecture_template(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `TemplateType` is never used
[INFO] [stdout]    --> src/core/template/engine.rs:303:10
[INFO] [stdout]     |
[INFO] [stdout] 303 | pub enum TemplateType {
[INFO] [stdout]     |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `format_validation_report` is never used
[INFO] [stdout]    --> src/core/template/validation.rs:685:12
[INFO] [stdout]     |
[INFO] [stdout]  39 | impl TemplateValidator {
[INFO] [stdout]     | ---------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 685 |     pub fn format_validation_report(issues: &[ValidationIssue]) -> String {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `StatusPrint` is never used
[INFO] [stdout]    --> src/display/output.rs:258:11
[INFO] [stdout]     |
[INFO] [stdout] 258 | pub trait StatusPrint {
[INFO] [stdout]     |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
[INFO] running `Command { std: "docker" "inspect" "ff3eea19c9b6f82853ada930195c3ce6b7fbe8c2f8881d9accd73778fe410542", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff3eea19c9b6f82853ada930195c3ce6b7fbe8c2f8881d9accd73778fe410542", kill_on_drop: false }`
[INFO] [stdout] ff3eea19c9b6f82853ada930195c3ce6b7fbe8c2f8881d9accd73778fe410542
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 14987ac7a9cd74084a3dceaba0bf167552713b58f929b7e4ade584ad72b492b9
[INFO] running `Command { std: "docker" "start" "-a" "14987ac7a9cd74084a3dceaba0bf167552713b58f929b7e4ade584ad72b492b9", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling xattr v1.5.1
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling noter v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: associated function `config_dir` is never used
[INFO] [stdout]    --> src/config/persistence.rs:103:12
[INFO] [stdout]     |
[INFO] [stdout]   9 | impl Config {
[INFO] [stdout]     | ----------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 103 |     pub fn config_dir() -> Result<PathBuf> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `search_indexed` is never used
[INFO] [stdout]    --> src/core/search_engine.rs:151:12
[INFO] [stdout]     |
[INFO] [stdout]  46 | impl SearchEngine {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 151 |     pub fn search_indexed(&self, index: &SearchIndex, query: &str) -> Vec<SearchLocation> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Minimal` is never constructed
[INFO] [stdout]   --> src/core/template/builder.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub enum ValidationLevel {
[INFO] [stdout]    |          --------------- variant in this enum
[INFO] [stdout] 60 |     /// Only validate critical errors that would prevent template generation
[INFO] [stdout] 61 |     Minimal,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ValidationLevel` 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: multiple methods are never used
[INFO] [stdout]    --> src/core/template/builder.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout]  68 | impl TemplateBuilder {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 106 |     pub fn with_variable(mut self, key: &str, value: &str) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 112 |     pub fn with_custom_field(mut self, key: &str, value: &str) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |     pub fn with_variant(mut self, variant_name: &str) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 |     pub fn with_processing_options(mut self, options: ProcessingOptions) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 |     pub fn with_validation(mut self, enabled: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 |     pub fn with_validation_level(mut self, level: ValidationLevel) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |     pub fn with_fail_on_errors(mut self, fail: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |     pub fn with_transformations(mut self, enabled: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |     pub fn with_debug_info(mut self, enabled: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 |     pub fn build_with_validation(&self) -> Result<TemplateOutputWithValidation> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 217 |     pub fn build_with_metadata(&self) -> Result<TemplateOutput> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 230 |     pub fn validate(&self) -> Result<ValidationResult> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `format_report` is never used
[INFO] [stdout]    --> src/core/template/builder.rs:434:12
[INFO] [stdout]     |
[INFO] [stdout] 402 | impl ValidationResult {
[INFO] [stdout]     | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 434 |     pub fn format_report(&self) -> String {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TemplateOutputWithValidation` is never constructed
[INFO] [stdout]    --> src/core/template/builder.rs:441:12
[INFO] [stdout]     |
[INFO] [stdout] 441 | pub struct TemplateOutputWithValidation {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TemplateOutput` is never constructed
[INFO] [stdout]    --> src/core/template/builder.rs:449:12
[INFO] [stdout]     |
[INFO] [stdout] 449 | pub struct TemplateOutput {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ContextSummary` is never constructed
[INFO] [stdout]    --> src/core/template/builder.rs:457:12
[INFO] [stdout]     |
[INFO] [stdout] 457 | pub struct ContextSummary {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_context` is never used
[INFO] [stdout]    --> src/core/template/builder.rs:468:8
[INFO] [stdout]     |
[INFO] [stdout] 467 | impl ContextSummary {
[INFO] [stdout]     | ------------------- associated function in this implementation
[INFO] [stdout] 468 |     fn from_context(context: &TemplateContext) -> Self {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with_debug_info` is never used
[INFO] [stdout]    --> src/core/template/builder.rs:525:12
[INFO] [stdout]     |
[INFO] [stdout] 498 | impl ProcessingOptionsBuilder {
[INFO] [stdout]     | ----------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 525 |     pub fn with_debug_info(mut self, enabled: bool) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `date`, `template_version`, and `template_dir` are never read
[INFO] [stdout]   --> src/core/template/context.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct TemplateContext {
[INFO] [stdout]    |            --------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub date: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 37 |     pub semester: String,
[INFO] [stdout] 38 |     pub template_version: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     pub template_dir: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TemplateContext` 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 `assignment_type`, `creation_date`, `template_source`, `variant_used`, and `processing_flags` are never read
[INFO] [stdout]   --> src/core/template/context.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub struct TemplateMetadata {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 53 |     pub course_type: String,
[INFO] [stdout] 54 |     pub assignment_type: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 55 |     pub creation_date: chrono::DateTime<Local>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 56 |     pub template_source: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 57 |     pub variant_used: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 58 |     pub processing_flags: Vec<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TemplateMetadata` 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: multiple associated items are never used
[INFO] [stdout]    --> src/core/template/context.rs:68:12
[INFO] [stdout]     |
[INFO] [stdout]  61 | impl TemplateContext {
[INFO] [stdout]     | -------------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  68 |     pub fn build_lecture_context(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |     pub fn build_assignment_context(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 |     pub fn set_variable(&mut self, key: &str, value: &str) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 214 |     pub fn get_variable(&self, key: &str) -> Option<&String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 229 |     pub fn validate(&self) -> Result<Vec<String>> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 258 |     fn determine_course_type(course_id: &str) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 |     fn determine_assignment_type(title: &str) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `with_variable` and `with_custom_field` are never used
[INFO] [stdout]    --> src/core/template/context.rs:375:12
[INFO] [stdout]     |
[INFO] [stdout] 333 | impl TemplateContextBuilder {
[INFO] [stdout]     | --------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 375 |     pub fn with_variable(mut self, key: &str, value: &str) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 380 |     pub fn with_custom_field(mut self, key: &str, value: &str) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `source` is never read
[INFO] [stdout]   --> src/core/template/discovery.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct AvailableTemplate {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub source: TemplateSource,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AvailableTemplate` 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 `path` is never read
[INFO] [stdout]   --> src/core/template/discovery.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 |     Local { path: String },
[INFO] [stdout]    |     -----   ^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TemplateSource` 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 `Builtin`, `Remote`, and `Custom` are never constructed
[INFO] [stdout]   --> src/core/template/discovery.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub enum TemplateSource {
[INFO] [stdout]    |          -------------- variants in this enum
[INFO] [stdout] 38 |     /// Built-in template (part of the application)
[INFO] [stdout] 39 |     Builtin,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     Remote { repository: String, version: String },
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     Custom {
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TemplateSource` 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 `description`, `author`, `license`, `install_path`, and `last_updated` are never read
[INFO] [stdout]   --> src/core/template/discovery.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub struct TemplatePackageInfo {
[INFO] [stdout]    |            ------------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 59 |     pub description: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 60 |     pub author: Option<String>,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 61 |     pub license: Option<String>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 62 |     pub install_path: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 63 |     pub last_updated: Option<chrono::DateTime<chrono::Utc>>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TemplatePackageInfo` 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: associated functions `find_template_with_preference`, `get_import_statement`, and `find_best_variant` are never used
[INFO] [stdout]    --> src/core/template/discovery.rs:171:12
[INFO] [stdout]     |
[INFO] [stdout]  68 | impl TemplateDiscovery {
[INFO] [stdout]     | ---------------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 171 |     pub fn find_template_with_preference<'a>(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 358 |     pub fn get_import_statement(config: &TemplateConfig) -> String {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 365 |     pub fn find_best_variant(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `generate_lecture_template` is never used
[INFO] [stdout]   --> src/core/template/engine.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl TemplateEngine {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 16 |     /// Generate a lecture template
[INFO] [stdout] 17 |     pub fn generate_lecture_template(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `TemplateType` is never used
[INFO] [stdout]    --> src/core/template/engine.rs:303:10
[INFO] [stdout]     |
[INFO] [stdout] 303 | pub enum TemplateType {
[INFO] [stdout]     |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `StatusPrint` is never used
[INFO] [stdout]    --> src/display/output.rs:258:11
[INFO] [stdout]     |
[INFO] [stdout] 258 | pub trait StatusPrint {
[INFO] [stdout]     |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 26.79s
[INFO] running `Command { std: "docker" "inspect" "14987ac7a9cd74084a3dceaba0bf167552713b58f929b7e4ade584ad72b492b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14987ac7a9cd74084a3dceaba0bf167552713b58f929b7e4ade584ad72b492b9", kill_on_drop: false }`
[INFO] [stdout] 14987ac7a9cd74084a3dceaba0bf167552713b58f929b7e4ade584ad72b492b9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e11dcfd8185aa3438caad96ba6103531a2c0ae9aa22ac67e1138998377ba2301
[INFO] running `Command { std: "docker" "start" "-a" "e11dcfd8185aa3438caad96ba6103531a2c0ae9aa22ac67e1138998377ba2301", kill_on_drop: false }`
[INFO] [stderr] warning: associated function `config_dir` is never used
[INFO] [stderr]    --> src/config/persistence.rs:103:12
[INFO] [stderr]     |
[INFO] [stderr]   9 | impl Config {
[INFO] [stderr]     | ----------- associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 103 |     pub fn config_dir() -> Result<PathBuf> {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `search_indexed` is never used
[INFO] [stderr]    --> src/core/search_engine.rs:151:12
[INFO] [stderr]     |
[INFO] [stderr]  46 | impl SearchEngine {
[INFO] [stderr]     | ----------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 151 |     pub fn search_indexed(&self, index: &SearchIndex, query: &str) -> Vec<SearchLocation> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Minimal` is never constructed
[INFO] [stderr]   --> src/core/template/builder.rs:61:5
[INFO] [stderr]    |
[INFO] [stderr] 59 | pub enum ValidationLevel {
[INFO] [stderr]    |          --------------- variant in this enum
[INFO] [stderr] 60 |     /// Only validate critical errors that would prevent template generation
[INFO] [stderr] 61 |     Minimal,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ValidationLevel` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: multiple methods are never used
[INFO] [stderr]    --> src/core/template/builder.rs:106:12
[INFO] [stderr]     |
[INFO] [stderr]  68 | impl TemplateBuilder {
[INFO] [stderr]     | -------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 106 |     pub fn with_variable(mut self, key: &str, value: &str) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 112 |     pub fn with_custom_field(mut self, key: &str, value: &str) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 |     pub fn with_variant(mut self, variant_name: &str) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 |     pub fn with_processing_options(mut self, options: ProcessingOptions) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 130 |     pub fn with_validation(mut self, enabled: bool) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 136 |     pub fn with_validation_level(mut self, level: ValidationLevel) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 142 |     pub fn with_fail_on_errors(mut self, fail: bool) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 148 |     pub fn with_transformations(mut self, enabled: bool) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 154 |     pub fn with_debug_info(mut self, enabled: bool) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 |     pub fn build_with_validation(&self) -> Result<TemplateOutputWithValidation> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 217 |     pub fn build_with_metadata(&self) -> Result<TemplateOutput> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 230 |     pub fn validate(&self) -> Result<ValidationResult> {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `format_report` is never used
[INFO] [stderr]    --> src/core/template/builder.rs:434:12
[INFO] [stderr]     |
[INFO] [stderr] 402 | impl ValidationResult {
[INFO] [stderr]     | --------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 434 |     pub fn format_report(&self) -> String {
[INFO] [stderr]     |            ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TemplateOutputWithValidation` is never constructed
[INFO] [stderr]    --> src/core/template/builder.rs:441:12
[INFO] [stderr]     |
[INFO] [stderr] 441 | pub struct TemplateOutputWithValidation {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TemplateOutput` is never constructed
[INFO] [stderr]    --> src/core/template/builder.rs:449:12
[INFO] [stderr]     |
[INFO] [stderr] 449 | pub struct TemplateOutput {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ContextSummary` is never constructed
[INFO] [stderr]    --> src/core/template/builder.rs:457:12
[INFO] [stderr]     |
[INFO] [stderr] 457 | pub struct ContextSummary {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `from_context` is never used
[INFO] [stderr]    --> src/core/template/builder.rs:468:8
[INFO] [stderr]     |
[INFO] [stderr] 467 | impl ContextSummary {
[INFO] [stderr]     | ------------------- associated function in this implementation
[INFO] [stderr] 468 |     fn from_context(context: &TemplateContext) -> Self {
[INFO] [stderr]     |        ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `with_debug_info` is never used
[INFO] [stderr]    --> src/core/template/builder.rs:525:12
[INFO] [stderr]     |
[INFO] [stderr] 498 | impl ProcessingOptionsBuilder {
[INFO] [stderr]     | ----------------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 525 |     pub fn with_debug_info(mut self, enabled: bool) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `date`, `template_version`, and `template_dir` are never read
[INFO] [stderr]   --> src/core/template/context.rs:36:9
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub struct TemplateContext {
[INFO] [stderr]    |            --------------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 36 |     pub date: String,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] 37 |     pub semester: String,
[INFO] [stderr] 38 |     pub template_version: String,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 45 |     pub template_dir: String,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `TemplateContext` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `assignment_type`, `creation_date`, `template_source`, `variant_used`, and `processing_flags` are never read
[INFO] [stderr]   --> src/core/template/context.rs:54:9
[INFO] [stderr]    |
[INFO] [stderr] 52 | pub struct TemplateMetadata {
[INFO] [stderr]    |            ---------------- fields in this struct
[INFO] [stderr] 53 |     pub course_type: String,
[INFO] [stderr] 54 |     pub assignment_type: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^
[INFO] [stderr] 55 |     pub creation_date: chrono::DateTime<Local>,
[INFO] [stderr]    |         ^^^^^^^^^^^^^
[INFO] [stderr] 56 |     pub template_source: String,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^
[INFO] [stderr] 57 |     pub variant_used: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 58 |     pub processing_flags: Vec<String>,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `TemplateMetadata` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: multiple associated items are never used
[INFO] [stderr]    --> src/core/template/context.rs:68:12
[INFO] [stderr]     |
[INFO] [stderr]  61 | impl TemplateContext {
[INFO] [stderr]     | -------------------- associated items in this implementation
[INFO] [stderr] ...
[INFO] [stderr]  68 |     pub fn build_lecture_context(
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 |     pub fn build_assignment_context(
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 209 |     pub fn set_variable(&mut self, key: &str, value: &str) {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 214 |     pub fn get_variable(&self, key: &str) -> Option<&String> {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 229 |     pub fn validate(&self) -> Result<Vec<String>> {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 258 |     fn determine_course_type(course_id: &str) -> String {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 270 |     fn determine_assignment_type(title: &str) -> String {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `with_variable` and `with_custom_field` are never used
[INFO] [stderr]    --> src/core/template/context.rs:375:12
[INFO] [stderr]     |
[INFO] [stderr] 333 | impl TemplateContextBuilder {
[INFO] [stderr]     | --------------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 375 |     pub fn with_variable(mut self, key: &str, value: &str) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 380 |     pub fn with_custom_field(mut self, key: &str, value: &str) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `source` is never read
[INFO] [stderr]   --> src/core/template/discovery.rs:26:9
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub struct AvailableTemplate {
[INFO] [stderr]    |            ----------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 26 |     pub source: TemplateSource,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AvailableTemplate` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `path` is never read
[INFO] [stderr]   --> src/core/template/discovery.rs:42:13
[INFO] [stderr]    |
[INFO] [stderr] 42 |     Local { path: String },
[INFO] [stderr]    |     -----   ^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `TemplateSource` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: variants `Builtin`, `Remote`, and `Custom` are never constructed
[INFO] [stderr]   --> src/core/template/discovery.rs:39:5
[INFO] [stderr]    |
[INFO] [stderr] 37 | pub enum TemplateSource {
[INFO] [stderr]    |          -------------- variants in this enum
[INFO] [stderr] 38 |     /// Built-in template (part of the application)
[INFO] [stderr] 39 |     Builtin,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 45 |     Remote { repository: String, version: String },
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 48 |     Custom {
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `TemplateSource` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `description`, `author`, `license`, `install_path`, and `last_updated` are never read
[INFO] [stderr]   --> src/core/template/discovery.rs:59:9
[INFO] [stderr]    |
[INFO] [stderr] 56 | pub struct TemplatePackageInfo {
[INFO] [stderr]    |            ------------------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 59 |     pub description: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr] 60 |     pub author: Option<String>,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr] 61 |     pub license: Option<String>,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr] 62 |     pub install_path: String,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 63 |     pub last_updated: Option<chrono::DateTime<chrono::Utc>>,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `TemplatePackageInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: associated functions `find_template_with_preference`, `get_import_statement`, and `find_best_variant` are never used
[INFO] [stderr]    --> src/core/template/discovery.rs:171:12
[INFO] [stderr]     |
[INFO] [stderr]  68 | impl TemplateDiscovery {
[INFO] [stderr]     | ---------------------- associated functions in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 171 |     pub fn find_template_with_preference<'a>(
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 358 |     pub fn get_import_statement(config: &TemplateConfig) -> String {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 365 |     pub fn find_best_variant(
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `generate_lecture_template` is never used
[INFO] [stderr]   --> src/core/template/engine.rs:17:12
[INFO] [stderr]    |
[INFO] [stderr] 15 | impl TemplateEngine {
[INFO] [stderr]    | ------------------- associated function in this implementation
[INFO] [stderr] 16 |     /// Generate a lecture template
[INFO] [stderr] 17 |     pub fn generate_lecture_template(
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `TemplateType` is never used
[INFO] [stderr]    --> src/core/template/engine.rs:303:10
[INFO] [stderr]     |
[INFO] [stderr] 303 | pub enum TemplateType {
[INFO] [stderr]     |          ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `StatusPrint` is never used
[INFO] [stderr]    --> src/display/output.rs:258:11
[INFO] [stderr]     |
[INFO] [stderr] 258 | pub trait StatusPrint {
[INFO] [stderr]     |           ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `noter` (bin "noter" test) generated 22 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/noter-7dd3d9424419ccc6)
[INFO] [stdout] running 37 tests
[INFO] [stdout] test config::tests::test_config_file_path ... ok
[INFO] [stdout] test config::tests::test_default_config ... ok
[INFO] [stdout] test core::files::tests::test_format_file_size ... ignored, Currently incompatible with Humansize
[INFO] [stdout] test config::tests::test_editor_list ... ok
[INFO] [stdout] test config::tests::test_semester_formatting ... ok
[INFO] [stdout] test commands::search::tests::test_build_search_match_from_location ... ok
[INFO] [stdout] test core::search_engine::tests::test_empty_directory ... ok
[INFO] [stdout] test commands::search::tests::test_search_with_index_vs_without ... ok
[INFO] [stdout] test core::search_engine::tests::test_get_or_build_index ... ok
[INFO] [stdout] test core::search_engine::tests::test_case_insensitive_search ... ok
[INFO] [stdout] test core::search_engine::tests::test_index_persistence ... ok
[INFO] [stdout] test core::search_engine::tests::test_file_extensions_filter ... ok
[INFO] [stdout] test core::search_engine::tests::test_build_index ... ok
[INFO] [stdout] test core::files::tests::test_generate_unique_filename ... ok
[INFO] [stdout] test core::files::tests::test_ensure_directory_exists ... ok
[INFO] [stdout] test core::template::builder::tests::test_processing_options_default ... ok
[INFO] [stdout] test core::search_engine::tests::test_search_no_results ... ok
[INFO] [stdout] test core::search_engine::tests::test_search_with_index ... ok
[INFO] [stdout] test core::template::builder::tests::test_validation_result_methods ... ok
[INFO] [stdout] test core::search_engine::tests::test_subdirectory_indexing ... ok
[INFO] [stdout] test core::template::builder::tests::test_processing_options_builder ... ok
[INFO] [stdout] test core::search_engine::tests::test_index_freshness ... ok
[INFO] [stdout] test core::template::discovery::tests::test_course_type_resolution ... ok
[INFO] [stdout] test core::template::fetcher::tests::test_template_status_check_empty ... ignored, Currently not working
[INFO] [stdout] test core::template::validation::tests::test_format_validation_report ... ok
[INFO] [stdout] test core::template::fetcher::tests::test_cache_path_generation ... ok
[INFO] [stdout] test core::template::discovery::tests::test_discover_templates ... ok
[INFO] [stdout] test core::template::discovery::tests::test_load_template_configs ... ok
[INFO] [stdout] test core::template::validation::tests::test_validation_issue_creation ... ok
[INFO] [stdout] test core::typst::tests::test_clean_directory ... ok
[INFO] [stdout] test core::typst::tests::test_determine_output_path ... ok
[INFO] [stdout] test core::typst::tests::test_resolve_input_path_keeps_extension ... ok
[INFO] [stdout] test commands::search::tests::test_should_use_index ... ok
[INFO] [stdout] test core::typst::tests::test_resolve_input_path_adds_extension ... ok
[INFO] [stdout] test core::template::discovery::tests::test_pattern_matching ... ok
[INFO] [stdout] test core::search_engine::tests::test_large_index ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] test core::template::fetcher::tests::test_fetch_latest_release ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- core::template::fetcher::tests::test_fetch_latest_release stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'core::template::fetcher::tests::test_fetch_latest_release' (45) panicked at src/core/template/fetcher.rs:606:9:
[INFO] [stdout] Should be able to fetch latest release
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b968d580c8a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b968d580c8a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b968d580c8a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b968d580c8a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b968d598d8a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b968d598d8a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5b968d586182 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5b968d586182 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5b968d55c36f - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b968d55c36f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b968d577f09 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b968d48929c - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5b968d48929c - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5b968d5780c2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5b968d5780c2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b968d55c45a - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5b968d5534c9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b968d55d3ed - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b968d59951c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b968d10d21c - noter[99248167366aa1b3]::core::template::fetcher::tests::test_fetch_latest_release
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/template/fetcher.rs:606:9
[INFO] [stdout]   20:     0x5b968d103cc7 - noter[99248167366aa1b3]::core::template::fetcher::tests::test_fetch_latest_release::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/template/fetcher.rs:604:35
[INFO] [stdout]   21:     0x5b968d0cad66 - <noter[99248167366aa1b3]::core::template::fetcher::tests::test_fetch_latest_release::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5b968d47c57b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5b968d47c57b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x5b968d489d6b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x5b968d489d6b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x5b968d489d6b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x5b968d489d6b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5b968d489d6b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5b968d489d6b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x5b968d489d6b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x5b968d484744 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x5b968d484744 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x5b968d48c972 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x5b968d48c972 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x5b968d48c972 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x5b968d48c972 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x5b968d48c972 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5b968d48c972 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x5b968d48c972 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5b968d57fd6f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   41:     0x5b968d57fd6f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x7d4fb49b7aa4 - <unknown>
[INFO] [stdout]   43:     0x7d4fb4a44a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     core::template::fetcher::tests::test_fetch_latest_release
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 34 passed; 1 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e11dcfd8185aa3438caad96ba6103531a2c0ae9aa22ac67e1138998377ba2301", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e11dcfd8185aa3438caad96ba6103531a2c0ae9aa22ac67e1138998377ba2301", kill_on_drop: false }`
[INFO] [stdout] e11dcfd8185aa3438caad96ba6103531a2c0ae9aa22ac67e1138998377ba2301
