[INFO] fetching crate ickle 0.3.0...
[INFO] testing ickle-0.3.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate ickle 0.3.0 into /workspace/builds/worker-5-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-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ickle 0.3.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Updating crates.io index
[INFO] [stderr] Locking 31 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d77d5422b7130a1bc9375bc3c70093ac2294fb281d6b83854cd44f69eb2f431c
[INFO] running `Command { std: "docker" "start" "-a" "d77d5422b7130a1bc9375bc3c70093ac2294fb281d6b83854cd44f69eb2f431c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d77d5422b7130a1bc9375bc3c70093ac2294fb281d6b83854cd44f69eb2f431c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d77d5422b7130a1bc9375bc3c70093ac2294fb281d6b83854cd44f69eb2f431c", kill_on_drop: false }`
[INFO] [stdout] d77d5422b7130a1bc9375bc3c70093ac2294fb281d6b83854cd44f69eb2f431c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ec0bdfcd7c265d5d4fcfc129837ab22606e0ff718a6cb52afcd7eb6017eebe33
[INFO] running `Command { std: "docker" "start" "-a" "ec0bdfcd7c265d5d4fcfc129837ab22606e0ff718a6cb52afcd7eb6017eebe33", kill_on_drop: false }`
[INFO] [stderr] Compiling chrono v0.4.42
[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)]` (part of `#[warn(unused)]`) 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.42s
[INFO] running `Command { std: "docker" "inspect" "ec0bdfcd7c265d5d4fcfc129837ab22606e0ff718a6cb52afcd7eb6017eebe33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec0bdfcd7c265d5d4fcfc129837ab22606e0ff718a6cb52afcd7eb6017eebe33", kill_on_drop: false }`
[INFO] [stdout] ec0bdfcd7c265d5d4fcfc129837ab22606e0ff718a6cb52afcd7eb6017eebe33
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 648efa1e539699f723c4597518290604189c7a9e1b64808f320491615062af4f
[INFO] running `Command { std: "docker" "start" "-a" "648efa1e539699f723c4597518290604189c7a9e1b64808f320491615062af4f", 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)]` (part of `#[warn(unused)]`) 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] [stderr] Compiling ickle v0.3.0 (/opt/rustwide/workdir)
[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] [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)]` (part of `#[warn(unused)]`) 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.43s
[INFO] running `Command { std: "docker" "inspect" "648efa1e539699f723c4597518290604189c7a9e1b64808f320491615062af4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "648efa1e539699f723c4597518290604189c7a9e1b64808f320491615062af4f", kill_on_drop: false }`
[INFO] [stdout] 648efa1e539699f723c4597518290604189c7a9e1b64808f320491615062af4f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 84b164634bd506dbb20b52956d8b7a316356590b681b493d261545423d92b892
[INFO] running `Command { std: "docker" "start" "-a" "84b164634bd506dbb20b52956d8b7a316356590b681b493d261545423d92b892", 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)]` (part of `#[warn(unused)]`) 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.14s
[INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ickle-a9fabc9275b4dea6)
[INFO] [stdout]
[INFO] [stdout] running 0 tests
[INFO] [stderr] Doc-tests ickle
[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] [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" "84b164634bd506dbb20b52956d8b7a316356590b681b493d261545423d92b892", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84b164634bd506dbb20b52956d8b7a316356590b681b493d261545423d92b892", kill_on_drop: false }`
[INFO] [stdout] 84b164634bd506dbb20b52956d8b7a316356590b681b493d261545423d92b892