[INFO] cloning repository https://github.com/scattenlaeufer/kimai-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/scattenlaeufer/kimai-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscattenlaeufer%2Fkimai-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscattenlaeufer%2Fkimai-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9be4ba56b66d9dea42caa4a8e710b2a5d05c9284 [INFO] testing scattenlaeufer/kimai-rs against nightly-2025-01-18+rustflags=-Zrandomize-layout for randomize-layout-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscattenlaeufer%2Fkimai-rs" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/scattenlaeufer/kimai-rs on toolchain nightly-2025-01-18 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/scattenlaeufer/kimai-rs [INFO] finished tweaking git repo https://github.com/scattenlaeufer/kimai-rs [INFO] tweaked toml for git repo https://github.com/scattenlaeufer/kimai-rs written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/scattenlaeufer/kimai-rs 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" "+nightly-2025-01-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9d6d20a07a6553eeb00bd0047675bf43de48eff6e95a7561619b010ef300db12 [INFO] running `Command { std: "docker" "start" "-a" "9d6d20a07a6553eeb00bd0047675bf43de48eff6e95a7561619b010ef300db12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9d6d20a07a6553eeb00bd0047675bf43de48eff6e95a7561619b010ef300db12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d6d20a07a6553eeb00bd0047675bf43de48eff6e95a7561619b010ef300db12", kill_on_drop: false }` [INFO] [stdout] 9d6d20a07a6553eeb00bd0047675bf43de48eff6e95a7561619b010ef300db12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 074791e343671a2d51c88c3b523e8ed53a0f09e249ca301f05aca6a1538e6410 [INFO] running `Command { std: "docker" "start" "-a" "074791e343671a2d51c88c3b523e8ed53a0f09e249ca301f05aca6a1538e6410", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling futures-sink v0.3.15 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling tokio v1.8.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling openssl-sys v0.9.65 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling openssl v0.10.35 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling httparse v1.4.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling httpdate v1.0.1 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling http-body v0.4.2 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling encode_unicode v0.3.6 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling tokio-macros v1.2.0 [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.3.3 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling prettytable-rs v0.8.0 [INFO] [stderr] Compiling hyper v0.14.9 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.4 [INFO] [stderr] Compiling kimai v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/lib.rs:191:5 [INFO] [stdout] | [INFO] [stdout] 189 | pub struct User { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 190 | id: usize, [INFO] [stdout] 191 | username: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 192 | enabled: bool, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 193 | roles: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 194 | language: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 195 | timezone: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 196 | alias: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 197 | title: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 198 | avatar: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 199 | teams: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `User` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `id` and `name` are never read [INFO] [stdout] --> src/lib.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 203 | pub struct Team { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 204 | id: usize, [INFO] [stdout] | ^^ [INFO] [stdout] 205 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Team` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `visible`, `color`, and `customer` are never read [INFO] [stdout] --> src/lib.rs:231:5 [INFO] [stdout] | [INFO] [stdout] 228 | pub struct ShortProject { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] ... [INFO] [stdout] 231 | visible: bool, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 232 | color: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 233 | customer: Customer, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ShortProject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `visible`, `color`, and `project` are never read [INFO] [stdout] --> src/lib.rs:251:5 [INFO] [stdout] | [INFO] [stdout] 248 | pub struct ShortActivity { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 251 | visible: bool, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 252 | color: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 253 | project: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ShortActivity` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `rate`, `internal_rate`, and `billable` are never read [INFO] [stdout] --> src/lib.rs:320:5 [INFO] [stdout] | [INFO] [stdout] 314 | pub struct TimesheetRecordEntity { [INFO] [stdout] | --------------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 320 | rate: f32, [INFO] [stdout] | ^^^^ [INFO] [stdout] 321 | internal_rate: f32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 322 | #[serde(default)] [INFO] [stdout] 323 | billable: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TimesheetRecordEntity` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s [INFO] running `Command { std: "docker" "inspect" "074791e343671a2d51c88c3b523e8ed53a0f09e249ca301f05aca6a1538e6410", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "074791e343671a2d51c88c3b523e8ed53a0f09e249ca301f05aca6a1538e6410", kill_on_drop: false }` [INFO] [stdout] 074791e343671a2d51c88c3b523e8ed53a0f09e249ca301f05aca6a1538e6410 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 86bbb4a40502073bfadcfc3e76945d4a2537d5cc33257c94d0f98b00be1ef5ed [INFO] running `Command { std: "docker" "start" "-a" "86bbb4a40502073bfadcfc3e76945d4a2537d5cc33257c94d0f98b00be1ef5ed", kill_on_drop: false }` [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/lib.rs:191:5 [INFO] [stdout] | [INFO] [stdout] 189 | pub struct User { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 190 | id: usize, [INFO] [stdout] 191 | username: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 192 | enabled: bool, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 193 | roles: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 194 | language: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 195 | timezone: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 196 | alias: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 197 | title: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 198 | avatar: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 199 | teams: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `User` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling kimai v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `id` and `name` are never read [INFO] [stdout] --> src/lib.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 203 | pub struct Team { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 204 | id: usize, [INFO] [stdout] | ^^ [INFO] [stdout] 205 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Team` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `visible`, `color`, and `customer` are never read [INFO] [stdout] --> src/lib.rs:231:5 [INFO] [stdout] | [INFO] [stdout] 228 | pub struct ShortProject { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] ... [INFO] [stdout] 231 | visible: bool, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 232 | color: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 233 | customer: Customer, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ShortProject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `visible`, `color`, and `project` are never read [INFO] [stdout] --> src/lib.rs:251:5 [INFO] [stdout] | [INFO] [stdout] 248 | pub struct ShortActivity { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 251 | visible: bool, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 252 | color: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 253 | project: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ShortActivity` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `rate`, `internal_rate`, and `billable` are never read [INFO] [stdout] --> src/lib.rs:320:5 [INFO] [stdout] | [INFO] [stdout] 314 | pub struct TimesheetRecordEntity { [INFO] [stdout] | --------------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 320 | rate: f32, [INFO] [stdout] | ^^^^ [INFO] [stdout] 321 | internal_rate: f32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 322 | #[serde(default)] [INFO] [stdout] 323 | billable: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TimesheetRecordEntity` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/lib.rs:191:5 [INFO] [stdout] | [INFO] [stdout] 189 | pub struct User { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 190 | id: usize, [INFO] [stdout] 191 | username: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 192 | enabled: bool, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 193 | roles: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 194 | language: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 195 | timezone: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 196 | alias: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 197 | title: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 198 | avatar: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 199 | teams: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `User` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `id` and `name` are never read [INFO] [stdout] --> src/lib.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 203 | pub struct Team { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 204 | id: usize, [INFO] [stdout] | ^^ [INFO] [stdout] 205 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Team` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `visible`, `color`, and `customer` are never read [INFO] [stdout] --> src/lib.rs:231:5 [INFO] [stdout] | [INFO] [stdout] 228 | pub struct ShortProject { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] ... [INFO] [stdout] 231 | visible: bool, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 232 | color: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 233 | customer: Customer, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ShortProject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `visible`, `color`, and `project` are never read [INFO] [stdout] --> src/lib.rs:251:5 [INFO] [stdout] | [INFO] [stdout] 248 | pub struct ShortActivity { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 251 | visible: bool, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 252 | color: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 253 | project: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ShortActivity` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `rate`, `internal_rate`, and `billable` are never read [INFO] [stdout] --> src/lib.rs:320:5 [INFO] [stdout] | [INFO] [stdout] 314 | pub struct TimesheetRecordEntity { [INFO] [stdout] | --------------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 320 | rate: f32, [INFO] [stdout] | ^^^^ [INFO] [stdout] 321 | internal_rate: f32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 322 | #[serde(default)] [INFO] [stdout] 323 | billable: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TimesheetRecordEntity` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.45s [INFO] running `Command { std: "docker" "inspect" "86bbb4a40502073bfadcfc3e76945d4a2537d5cc33257c94d0f98b00be1ef5ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86bbb4a40502073bfadcfc3e76945d4a2537d5cc33257c94d0f98b00be1ef5ed", kill_on_drop: false }` [INFO] [stdout] 86bbb4a40502073bfadcfc3e76945d4a2537d5cc33257c94d0f98b00be1ef5ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 549a650c0f93b10e7d239d0983efa16c6e466d1f688584ccc79508002de9f63a [INFO] running `Command { std: "docker" "start" "-a" "549a650c0f93b10e7d239d0983efa16c6e466d1f688584ccc79508002de9f63a", kill_on_drop: false }` [INFO] [stderr] warning: multiple fields are never read [INFO] [stderr] --> src/lib.rs:191:5 [INFO] [stderr] | [INFO] [stderr] 189 | pub struct User { [INFO] [stderr] | ---- fields in this struct [INFO] [stderr] 190 | id: usize, [INFO] [stderr] 191 | username: String, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 192 | enabled: bool, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 193 | roles: Vec, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 194 | language: String, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 195 | timezone: String, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 196 | alias: Option, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 197 | title: Option, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 198 | avatar: Option, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 199 | teams: Vec, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `User` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: fields `id` and `name` are never read [INFO] [stderr] --> src/lib.rs:204:5 [INFO] [stderr] | [INFO] [stderr] 203 | pub struct Team { [INFO] [stderr] | ---- fields in this struct [INFO] [stderr] 204 | id: usize, [INFO] [stderr] | ^^ [INFO] [stderr] 205 | name: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Team` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `visible`, `color`, and `customer` are never read [INFO] [stderr] --> src/lib.rs:231:5 [INFO] [stderr] | [INFO] [stderr] 228 | pub struct ShortProject { [INFO] [stderr] | ------------ fields in this struct [INFO] [stderr] ... [INFO] [stderr] 231 | visible: bool, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 232 | color: Option, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 233 | customer: Customer, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ShortProject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `visible`, `color`, and `project` are never read [INFO] [stderr] --> src/lib.rs:251:5 [INFO] [stderr] | [INFO] [stderr] 248 | pub struct ShortActivity { [INFO] [stderr] | ------------- fields in this struct [INFO] [stderr] ... [INFO] [stderr] 251 | visible: bool, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 252 | color: Option, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 253 | project: Option, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ShortActivity` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `rate`, `internal_rate`, and `billable` are never read [INFO] [stderr] --> src/lib.rs:320:5 [INFO] [stderr] | [INFO] [stderr] 314 | pub struct TimesheetRecordEntity { [INFO] [stderr] | --------------------- fields in this struct [INFO] [stderr] ... [INFO] [stderr] 320 | rate: f32, [INFO] [stderr] | ^^^^ [INFO] [stderr] 321 | internal_rate: f32, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] 322 | #[serde(default)] [INFO] [stderr] 323 | billable: bool, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `TimesheetRecordEntity` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: `kimai` (lib) generated 5 warnings [INFO] [stderr] warning: `kimai` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kimai-182511767ba92e95) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::basic_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/kimai-7e156f7997e3a1a6) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests kimai [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "549a650c0f93b10e7d239d0983efa16c6e466d1f688584ccc79508002de9f63a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "549a650c0f93b10e7d239d0983efa16c6e466d1f688584ccc79508002de9f63a", kill_on_drop: false }` [INFO] [stdout] 549a650c0f93b10e7d239d0983efa16c6e466d1f688584ccc79508002de9f63a