[INFO] fetching crate ickle 0.3.0...
[INFO] testing ickle-0.3.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0
[INFO] extracting crate ickle 0.3.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate ickle 0.3.0
[INFO] finished tweaking crates.io crate ickle 0.3.0
[INFO] tweaked toml for crates.io crate ickle 0.3.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ickle 0.3.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Updating crates.io index
[INFO] [stderr] Locking 32 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0e55607e12a296fe2d937b64418eabc95b7328209429165ff9261ca18a9504f1
[INFO] running `Command { std: "docker" "start" "-a" "0e55607e12a296fe2d937b64418eabc95b7328209429165ff9261ca18a9504f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0e55607e12a296fe2d937b64418eabc95b7328209429165ff9261ca18a9504f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e55607e12a296fe2d937b64418eabc95b7328209429165ff9261ca18a9504f1", kill_on_drop: false }`
[INFO] [stdout] 0e55607e12a296fe2d937b64418eabc95b7328209429165ff9261ca18a9504f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }`
[INFO] [stdout] 9cbf0825c577d6de8a60ad2d0f6c360840fc6f32ebfc6156a8d573a1698f5338
[INFO] running `Command { std: "docker" "start" "-a" "9cbf0825c577d6de8a60ad2d0f6c360840fc6f32ebfc6156a8d573a1698f5338", kill_on_drop: false }`
[INFO] [stderr] Compiling chrono v0.4.41
[INFO] [stderr] Compiling ickle v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout] --> src/vevent.rs:96:19
[INFO] [stdout] |
[INFO] [stdout] 96 | Ok(NaiveDate::from_ymd(yy, mm, dd))
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
[INFO] [stdout] --> src/vevent.rs:111:25
[INFO] [stdout] |
[INFO] [stdout] 111 | let datetime = date.and_hms(hh, mm, ss);
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/lib.rs:160:8
[INFO] [stdout] |
[INFO] [stdout] 160 | Io(std::io::Error),
[INFO] [stdout] | -- ^^^^^^^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Bad` 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] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 160 - Io(std::io::Error),
[INFO] [stdout] 160 + Io(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/lib.rs:161:14
[INFO] [stdout] |
[INFO] [stdout] 161 | Encoding(std::string::FromUtf8Error),
[INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Bad` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 161 - Encoding(std::string::FromUtf8Error),
[INFO] [stdout] 161 + Encoding(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: fields `name`, `params`, and `value` are never read
[INFO] [stdout] --> src/lib.rs:162:15
[INFO] [stdout] |
[INFO] [stdout] 162 | Property{ name: String, params: Vec, value: String },
[INFO] [stdout] | -------- ^^^^ ^^^^^^ ^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | fields in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Bad` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/lib.rs:163:11
[INFO] [stdout] |
[INFO] [stdout] 163 | Param(Vec),
[INFO] [stdout] | ----- ^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Bad` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 163 - Param(Vec),
[INFO] [stdout] 163 + Param(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/vevent.rs:25:20
[INFO] [stdout] |
[INFO] [stdout] 25 | pub struct UtcDate(NaiveDateTime);
[INFO] [stdout] | ------- ^^^^^^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this struct
[INFO] [stdout] |
[INFO] [stdout] = help: consider removing this field
[INFO] [stdout] = note: `UtcDate` 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 `datatype` and `invalid` are never read
[INFO] [stdout] --> src/vevent.rs:78:13
[INFO] [stdout] |
[INFO] [stdout] 78 | Value { datatype: DataType, invalid: String },
[INFO] [stdout] | ----- ^^^^^^^^ ^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | fields in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Bad` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `error` is never read
[INFO] [stdout] --> src/vevent.rs:79:17
[INFO] [stdout] |
[INFO] [stdout] 79 | Condition { error: String },
[INFO] [stdout] | --------- ^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Bad` 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 `bad` and `line` are never read
[INFO] [stdout] --> src/vevent.rs:83:5
[INFO] [stdout] |
[INFO] [stdout] 82 | pub struct Error {
[INFO] [stdout] | ----- fields in this struct
[INFO] [stdout] 83 | bad: Bad,
[INFO] [stdout] | ^^^
[INFO] [stdout] 84 | line: usize,
[INFO] [stdout] | ^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/vevent.rs:174:10
[INFO] [stdout] |
[INFO] [stdout] 174 | Date(NaiveDate),
[INFO] [stdout] | ---- ^^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Until` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 174 - Date(NaiveDate),
[INFO] [stdout] 174 + Date(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/vevent.rs:175:14
[INFO] [stdout] |
[INFO] [stdout] 175 | DateTime(DateTime),
[INFO] [stdout] | -------- ^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Until` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 175 - DateTime(DateTime),
[INFO] [stdout] 175 + DateTime(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/vevent.rs:179:11
[INFO] [stdout] |
[INFO] [stdout] 179 | Until(Until),
[INFO] [stdout] | ----- ^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Stop` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 179 - Until(Until),
[INFO] [stdout] 179 + Until(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/vevent.rs:180:11
[INFO] [stdout] |
[INFO] [stdout] 180 | Count(u32),
[INFO] [stdout] | ----- ^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Stop` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 180 - Count(u32),
[INFO] [stdout] 180 + Count(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: fields `wday` and `num` are never read
[INFO] [stdout] --> src/vevent.rs:184:5
[INFO] [stdout] |
[INFO] [stdout] 183 | struct WeekdayNum {
[INFO] [stdout] | ---------- fields in this struct
[INFO] [stdout] 184 | wday: Weekday,
[INFO] [stdout] | ^^^^
[INFO] [stdout] 185 | num: Option,
[INFO] [stdout] | ^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `WeekdayNum` 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/vevent.rs:205:5
[INFO] [stdout] |
[INFO] [stdout] 204 | pub struct Rrule {
[INFO] [stdout] | ----- fields in this struct
[INFO] [stdout] 205 | freq: Freq,
[INFO] [stdout] | ^^^^
[INFO] [stdout] 206 | stop: Option,
[INFO] [stdout] | ^^^^
[INFO] [stdout] 207 | interval: Option,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 208 | wkst: Option,
[INFO] [stdout] | ^^^^
[INFO] [stdout] 209 | bysecond: Option>,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 210 | byminute: Option>,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 211 | byhour: Option>,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 212 | bymonth: Option>,
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] 213 | byyearday: Option>,
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] 214 | bymonthday: Option>,
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] 215 | byweekno: Option>,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 216 | bysetpos: Option>,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 217 | byday: Option>,
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `Rrule` 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 2.06s
[INFO] running `Command { std: "docker" "inspect" "9cbf0825c577d6de8a60ad2d0f6c360840fc6f32ebfc6156a8d573a1698f5338", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9cbf0825c577d6de8a60ad2d0f6c360840fc6f32ebfc6156a8d573a1698f5338", kill_on_drop: false }`
[INFO] [stdout] 9cbf0825c577d6de8a60ad2d0f6c360840fc6f32ebfc6156a8d573a1698f5338
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }`
[INFO] [stdout] a3be3dd3d042f8692671ad7f953c6ed710dd611ad6e0a2d2674238e06d258a79
[INFO] running `Command { std: "docker" "start" "-a" "a3be3dd3d042f8692671ad7f953c6ed710dd611ad6e0a2d2674238e06d258a79", kill_on_drop: false }`
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout] --> src/vevent.rs:96:19
[INFO] [stdout] |
[INFO] [stdout] 96 | Ok(NaiveDate::from_ymd(yy, mm, dd))
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
[INFO] [stdout] --> src/vevent.rs:111:25
[INFO] [stdout] |
[INFO] [stdout] 111 | let datetime = date.and_hms(hh, mm, ss);
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/lib.rs:160:8
[INFO] [stdout] |
[INFO] [stdout] 160 | Io(std::io::Error),
[INFO] [stdout] | -- ^^^^^^^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Bad` 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] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 160 - Io(std::io::Error),
[INFO] [stdout] 160 + Io(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/lib.rs:161:14
[INFO] [stdout] |
[INFO] [stdout] 161 | Encoding(std::string::FromUtf8Error),
[INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Bad` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 161 - Encoding(std::string::FromUtf8Error),
[INFO] [stdout] 161 + Encoding(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: fields `name`, `params`, and `value` are never read
[INFO] [stdout] --> src/lib.rs:162:15
[INFO] [stdout] |
[INFO] [stdout] 162 | Property{ name: String, params: Vec, value: String },
[INFO] [stdout] | -------- ^^^^ ^^^^^^ ^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | fields in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Bad` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/lib.rs:163:11
[INFO] [stdout] |
[INFO] [stdout] 163 | Param(Vec),
[INFO] [stdout] | ----- ^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Bad` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 163 - Param(Vec),
[INFO] [stdout] 163 + Param(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/vevent.rs:25:20
[INFO] [stdout] |
[INFO] [stdout] 25 | pub struct UtcDate(NaiveDateTime);
[INFO] [stdout] | ------- ^^^^^^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this struct
[INFO] [stdout] |
[INFO] [stdout] = help: consider removing this field
[INFO] [stdout] = note: `UtcDate` 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 `datatype` and `invalid` are never read
[INFO] [stdout] --> src/vevent.rs:78:13
[INFO] [stdout] |
[INFO] [stdout] 78 | Value { datatype: DataType, invalid: String },
[INFO] [stdout] | ----- ^^^^^^^^ ^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | fields in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Bad` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `error` is never read
[INFO] [stdout] --> src/vevent.rs:79:17
[INFO] [stdout] |
[INFO] [stdout] 79 | Condition { error: String },
[INFO] [stdout] | --------- ^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Bad` 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 `bad` and `line` are never read
[INFO] [stdout] --> src/vevent.rs:83:5
[INFO] [stdout] |
[INFO] [stdout] 82 | pub struct Error {
[INFO] [stdout] | ----- fields in this struct
[INFO] [stdout] 83 | bad: Bad,
[INFO] [stdout] | ^^^
[INFO] [stdout] 84 | line: usize,
[INFO] [stdout] | ^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/vevent.rs:174:10
[INFO] [stdout] |
[INFO] [stdout] 174 | Date(NaiveDate),
[INFO] [stdout] | ---- ^^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Until` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 174 - Date(NaiveDate),
[INFO] [stdout] 174 + Date(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/vevent.rs:175:14
[INFO] [stdout] |
[INFO] [stdout] 175 | DateTime(DateTime),
[INFO] [stdout] | -------- ^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Until` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 175 - DateTime(DateTime),
[INFO] [stdout] 175 + DateTime(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/vevent.rs:179:11
[INFO] [stdout] |
[INFO] [stdout] 179 | Until(Until),
[INFO] [stdout] | ----- ^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Stop` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 179 - Until(Until),
[INFO] [stdout] 179 + Until(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/vevent.rs:180:11
[INFO] [stdout] |
[INFO] [stdout] 180 | Count(u32),
[INFO] [stdout] | ----- ^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Stop` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 180 - Count(u32),
[INFO] [stdout] 180 + Count(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: fields `wday` and `num` are never read
[INFO] [stdout] --> src/vevent.rs:184:5
[INFO] [stdout] |
[INFO] [stdout] 183 | struct WeekdayNum {
[INFO] [stdout] | ---------- fields in this struct
[INFO] [stdout] 184 | wday: Weekday,
[INFO] [stdout] | ^^^^
[INFO] [stdout] 185 | num: Option,
[INFO] [stdout] | ^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `WeekdayNum` 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/vevent.rs:205:5
[INFO] [stdout] |
[INFO] [stdout] 204 | pub struct Rrule {
[INFO] [stdout] | ----- fields in this struct
[INFO] [stdout] 205 | freq: Freq,
[INFO] [stdout] | ^^^^
[INFO] [stdout] 206 | stop: Option,
[INFO] [stdout] | ^^^^
[INFO] [stdout] 207 | interval: Option,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 208 | wkst: Option,
[INFO] [stdout] | ^^^^
[INFO] [stdout] 209 | bysecond: Option>,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 210 | byminute: Option>,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 211 | byhour: Option>,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 212 | bymonth: Option>,
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] 213 | byyearday: Option>,
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] 214 | bymonthday: Option>,
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] 215 | byweekno: Option>,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 216 | bysetpos: Option>,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 217 | byday: Option>,
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `Rrule` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling ickle v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout] --> src/vevent.rs:96:19
[INFO] [stdout] |
[INFO] [stdout] 96 | Ok(NaiveDate::from_ymd(yy, mm, dd))
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
[INFO] [stdout] --> src/vevent.rs:111:25
[INFO] [stdout] |
[INFO] [stdout] 111 | let datetime = date.and_hms(hh, mm, ss);
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/lib.rs:160:8
[INFO] [stdout] |
[INFO] [stdout] 160 | Io(std::io::Error),
[INFO] [stdout] | -- ^^^^^^^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Bad` 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] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 160 - Io(std::io::Error),
[INFO] [stdout] 160 + Io(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/lib.rs:161:14
[INFO] [stdout] |
[INFO] [stdout] 161 | Encoding(std::string::FromUtf8Error),
[INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Bad` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 161 - Encoding(std::string::FromUtf8Error),
[INFO] [stdout] 161 + Encoding(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: fields `name`, `params`, and `value` are never read
[INFO] [stdout] --> src/lib.rs:162:15
[INFO] [stdout] |
[INFO] [stdout] 162 | Property{ name: String, params: Vec, value: String },
[INFO] [stdout] | -------- ^^^^ ^^^^^^ ^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | fields in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Bad` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/lib.rs:163:11
[INFO] [stdout] |
[INFO] [stdout] 163 | Param(Vec),
[INFO] [stdout] | ----- ^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Bad` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 163 - Param(Vec),
[INFO] [stdout] 163 + Param(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/vevent.rs:25:20
[INFO] [stdout] |
[INFO] [stdout] 25 | pub struct UtcDate(NaiveDateTime);
[INFO] [stdout] | ------- ^^^^^^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this struct
[INFO] [stdout] |
[INFO] [stdout] = help: consider removing this field
[INFO] [stdout] = note: `UtcDate` 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 `datatype` and `invalid` are never read
[INFO] [stdout] --> src/vevent.rs:78:13
[INFO] [stdout] |
[INFO] [stdout] 78 | Value { datatype: DataType, invalid: String },
[INFO] [stdout] | ----- ^^^^^^^^ ^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | fields in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Bad` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `error` is never read
[INFO] [stdout] --> src/vevent.rs:79:17
[INFO] [stdout] |
[INFO] [stdout] 79 | Condition { error: String },
[INFO] [stdout] | --------- ^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Bad` 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 `bad` and `line` are never read
[INFO] [stdout] --> src/vevent.rs:83:5
[INFO] [stdout] |
[INFO] [stdout] 82 | pub struct Error {
[INFO] [stdout] | ----- fields in this struct
[INFO] [stdout] 83 | bad: Bad,
[INFO] [stdout] | ^^^
[INFO] [stdout] 84 | line: usize,
[INFO] [stdout] | ^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/vevent.rs:174:10
[INFO] [stdout] |
[INFO] [stdout] 174 | Date(NaiveDate),
[INFO] [stdout] | ---- ^^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Until` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 174 - Date(NaiveDate),
[INFO] [stdout] 174 + Date(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/vevent.rs:175:14
[INFO] [stdout] |
[INFO] [stdout] 175 | DateTime(DateTime),
[INFO] [stdout] | -------- ^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Until` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 175 - DateTime(DateTime),
[INFO] [stdout] 175 + DateTime(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/vevent.rs:179:11
[INFO] [stdout] |
[INFO] [stdout] 179 | Until(Until),
[INFO] [stdout] | ----- ^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Stop` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 179 - Until(Until),
[INFO] [stdout] 179 + Until(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout] --> src/vevent.rs:180:11
[INFO] [stdout] |
[INFO] [stdout] 180 | Count(u32),
[INFO] [stdout] | ----- ^^^
[INFO] [stdout] | |
[INFO] [stdout] | field in this variant
[INFO] [stdout] |
[INFO] [stdout] = note: `Stop` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout] |
[INFO] [stdout] 180 - Count(u32),
[INFO] [stdout] 180 + Count(()),
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: fields `wday` and `num` are never read
[INFO] [stdout] --> src/vevent.rs:184:5
[INFO] [stdout] |
[INFO] [stdout] 183 | struct WeekdayNum {
[INFO] [stdout] | ---------- fields in this struct
[INFO] [stdout] 184 | wday: Weekday,
[INFO] [stdout] | ^^^^
[INFO] [stdout] 185 | num: Option,
[INFO] [stdout] | ^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `WeekdayNum` 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/vevent.rs:205:5
[INFO] [stdout] |
[INFO] [stdout] 204 | pub struct Rrule {
[INFO] [stdout] | ----- fields in this struct
[INFO] [stdout] 205 | freq: Freq,
[INFO] [stdout] | ^^^^
[INFO] [stdout] 206 | stop: Option,
[INFO] [stdout] | ^^^^
[INFO] [stdout] 207 | interval: Option,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 208 | wkst: Option,
[INFO] [stdout] | ^^^^
[INFO] [stdout] 209 | bysecond: Option>,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 210 | byminute: Option>,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 211 | byhour: Option>,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 212 | bymonth: Option>,
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] 213 | byyearday: Option>,
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] 214 | bymonthday: Option>,
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] 215 | byweekno: Option>,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 216 | bysetpos: Option>,
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] 217 | byday: Option>,
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `Rrule` 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 0.68s
[INFO] running `Command { std: "docker" "inspect" "a3be3dd3d042f8692671ad7f953c6ed710dd611ad6e0a2d2674238e06d258a79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a3be3dd3d042f8692671ad7f953c6ed710dd611ad6e0a2d2674238e06d258a79", kill_on_drop: false }`
[INFO] [stdout] a3be3dd3d042f8692671ad7f953c6ed710dd611ad6e0a2d2674238e06d258a79
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }`
[INFO] [stdout] be445e6ef8a9e478b3ec756320dac6910af8d94f106c53f874e01d27475142f3
[INFO] running `Command { std: "docker" "start" "-a" "be445e6ef8a9e478b3ec756320dac6910af8d94f106c53f874e01d27475142f3", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stderr] --> src/vevent.rs:96:19
[INFO] [stderr] |
[INFO] [stderr] 96 | Ok(NaiveDate::from_ymd(yy, mm, dd))
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead
[INFO] [stderr] --> src/vevent.rs:111:25
[INFO] [stderr] |
[INFO] [stderr] 111 | let datetime = date.and_hms(hh, mm, ss);
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr] --> src/lib.rs:160:8
[INFO] [stderr] |
[INFO] [stderr] 160 | Io(std::io::Error),
[INFO] [stderr] | -- ^^^^^^^^^^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | field in this variant
[INFO] [stderr] |
[INFO] [stderr] = note: `Bad` 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] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr] |
[INFO] [stderr] 160 - Io(std::io::Error),
[INFO] [stderr] 160 + Io(()),
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr] --> src/lib.rs:161:14
[INFO] [stderr] |
[INFO] [stderr] 161 | Encoding(std::string::FromUtf8Error),
[INFO] [stderr] | -------- ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | field in this variant
[INFO] [stderr] |
[INFO] [stderr] = note: `Bad` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr] |
[INFO] [stderr] 161 - Encoding(std::string::FromUtf8Error),
[INFO] [stderr] 161 + Encoding(()),
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: fields `name`, `params`, and `value` are never read
[INFO] [stderr] --> src/lib.rs:162:15
[INFO] [stderr] |
[INFO] [stderr] 162 | Property{ name: String, params: Vec, value: String },
[INFO] [stderr] | -------- ^^^^ ^^^^^^ ^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | fields in this variant
[INFO] [stderr] |
[INFO] [stderr] = note: `Bad` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr] --> src/lib.rs:163:11
[INFO] [stderr] |
[INFO] [stderr] 163 | Param(Vec),
[INFO] [stderr] | ----- ^^^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | field in this variant
[INFO] [stderr] |
[INFO] [stderr] = note: `Bad` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr] |
[INFO] [stderr] 163 - Param(Vec),
[INFO] [stderr] 163 + Param(()),
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr] --> src/vevent.rs:25:20
[INFO] [stderr] |
[INFO] [stderr] 25 | pub struct UtcDate(NaiveDateTime);
[INFO] [stderr] | ------- ^^^^^^^^^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | field in this struct
[INFO] [stderr] |
[INFO] [stderr] = help: consider removing this field
[INFO] [stderr] = note: `UtcDate` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]
[INFO] [stderr] warning: fields `datatype` and `invalid` are never read
[INFO] [stderr] --> src/vevent.rs:78:13
[INFO] [stderr] |
[INFO] [stderr] 78 | Value { datatype: DataType, invalid: String },
[INFO] [stderr] | ----- ^^^^^^^^ ^^^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | fields in this variant
[INFO] [stderr] |
[INFO] [stderr] = note: `Bad` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]
[INFO] [stderr] warning: field `error` is never read
[INFO] [stderr] --> src/vevent.rs:79:17
[INFO] [stderr] |
[INFO] [stderr] 79 | Condition { error: String },
[INFO] [stderr] | --------- ^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | field in this variant
[INFO] [stderr] |
[INFO] [stderr] = note: `Bad` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]
[INFO] [stderr] warning: fields `bad` and `line` are never read
[INFO] [stderr] --> src/vevent.rs:83:5
[INFO] [stderr] |
[INFO] [stderr] 82 | pub struct Error {
[INFO] [stderr] | ----- fields in this struct
[INFO] [stderr] 83 | bad: Bad,
[INFO] [stderr] | ^^^
[INFO] [stderr] 84 | line: usize,
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr] --> src/vevent.rs:174:10
[INFO] [stderr] |
[INFO] [stderr] 174 | Date(NaiveDate),
[INFO] [stderr] | ---- ^^^^^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | field in this variant
[INFO] [stderr] |
[INFO] [stderr] = note: `Until` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr] |
[INFO] [stderr] 174 - Date(NaiveDate),
[INFO] [stderr] 174 + Date(()),
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr] --> src/vevent.rs:175:14
[INFO] [stderr] |
[INFO] [stderr] 175 | DateTime(DateTime),
[INFO] [stderr] | -------- ^^^^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | field in this variant
[INFO] [stderr] |
[INFO] [stderr] = note: `Until` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr] |
[INFO] [stderr] 175 - DateTime(DateTime),
[INFO] [stderr] 175 + DateTime(()),
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr] --> src/vevent.rs:179:11
[INFO] [stderr] |
[INFO] [stderr] 179 | Until(Until),
[INFO] [stderr] | ----- ^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | field in this variant
[INFO] [stderr] |
[INFO] [stderr] = note: `Stop` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr] |
[INFO] [stderr] 179 - Until(Until),
[INFO] [stderr] 179 + Until(()),
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr] --> src/vevent.rs:180:11
[INFO] [stderr] |
[INFO] [stderr] 180 | Count(u32),
[INFO] [stderr] | ----- ^^^
[INFO] [stderr] | |
[INFO] [stderr] | field in this variant
[INFO] [stderr] |
[INFO] [stderr] = note: `Stop` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr] |
[INFO] [stderr] 180 - Count(u32),
[INFO] [stderr] 180 + Count(()),
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: fields `wday` and `num` are never read
[INFO] [stderr] --> src/vevent.rs:184:5
[INFO] [stderr] |
[INFO] [stderr] 183 | struct WeekdayNum {
[INFO] [stderr] | ---------- fields in this struct
[INFO] [stderr] 184 | wday: Weekday,
[INFO] [stderr] | ^^^^
[INFO] [stderr] 185 | num: Option,
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `WeekdayNum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]
[INFO] [stderr] warning: multiple fields are never read
[INFO] [stderr] --> src/vevent.rs:205:5
[INFO] [stderr] |
[INFO] [stderr] 204 | pub struct Rrule {
[INFO] [stderr] | ----- fields in this struct
[INFO] [stderr] 205 | freq: Freq,
[INFO] [stderr] | ^^^^
[INFO] [stderr] 206 | stop: Option,
[INFO] [stderr] | ^^^^
[INFO] [stderr] 207 | interval: Option,
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] 208 | wkst: Option,
[INFO] [stderr] | ^^^^
[INFO] [stderr] 209 | bysecond: Option>,
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] 210 | byminute: Option>,
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] 211 | byhour: Option>,
[INFO] [stderr] | ^^^^^^
[INFO] [stderr] 212 | bymonth: Option>,
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] 213 | byyearday: Option>,
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr] 214 | bymonthday: Option>,
[INFO] [stderr] | ^^^^^^^^^^
[INFO] [stderr] 215 | byweekno: Option>,
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] 216 | bysetpos: Option>,
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] 217 | byday: Option>,
[INFO] [stderr] | ^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `Rrule` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]
[INFO] [stderr] warning: `ickle` (lib) generated 16 warnings
[INFO] [stderr] warning: `ickle` (lib test) generated 16 warnings (16 duplicates)
[INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/ickle-2443c84f23b91869)
[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" "be445e6ef8a9e478b3ec756320dac6910af8d94f106c53f874e01d27475142f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be445e6ef8a9e478b3ec756320dac6910af8d94f106c53f874e01d27475142f3", kill_on_drop: false }`
[INFO] [stdout] be445e6ef8a9e478b3ec756320dac6910af8d94f106c53f874e01d27475142f3