[INFO] fetching crate ickle 0.3.0...
[INFO] testing ickle-0.3.0 against beta-2022-02-22 for beta-1.60-1
[INFO] extracting crate ickle 0.3.0 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate ickle 0.3.0 on toolchain beta-2022-02-22
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-13/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0d06d5f3a4410730225a42508ce54d44da93c1275bf086862754d0b1c566c8cb
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "0d06d5f3a4410730225a42508ce54d44da93c1275bf086862754d0b1c566c8cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0d06d5f3a4410730225a42508ce54d44da93c1275bf086862754d0b1c566c8cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d06d5f3a4410730225a42508ce54d44da93c1275bf086862754d0b1c566c8cb", kill_on_drop: false }`
[INFO] [stdout] 0d06d5f3a4410730225a42508ce54d44da93c1275bf086862754d0b1c566c8cb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f635f33944dfbb4a9204359f2ef66b98b5a5ea8c02283ca79e6f288ccf79cd35
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "f635f33944dfbb4a9204359f2ef66b98b5a5ea8c02283ca79e6f288ccf79cd35", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Compiling ickle v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field is never read: `name`
[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] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] note: `Bad` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] --> src/lib.rs:157:10
[INFO] [stdout] |
[INFO] [stdout] 157 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `params`
[INFO] [stdout] --> src/lib.rs:162:29
[INFO] [stdout] |
[INFO] [stdout] 162 | Property{ name: String, params: Vec, value: String },
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[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] --> src/lib.rs:157:10
[INFO] [stdout] |
[INFO] [stdout] 157 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `value`
[INFO] [stdout] --> src/lib.rs:162:49
[INFO] [stdout] |
[INFO] [stdout] 162 | Property{ name: String, params: Vec, value: String },
[INFO] [stdout] | ^^^^^^^^^^^^^
[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] --> src/lib.rs:157:10
[INFO] [stdout] |
[INFO] [stdout] 157 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `datatype`
[INFO] [stdout] --> src/vevent.rs:78:13
[INFO] [stdout] |
[INFO] [stdout] 78 | Value { datatype: DataType, invalid: String },
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[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] --> src/vevent.rs:76:10
[INFO] [stdout] |
[INFO] [stdout] 76 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `invalid`
[INFO] [stdout] --> src/vevent.rs:78:33
[INFO] [stdout] |
[INFO] [stdout] 78 | Value { datatype: DataType, invalid: String },
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[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] --> src/vevent.rs:76:10
[INFO] [stdout] |
[INFO] [stdout] 76 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `error`
[INFO] [stdout] --> src/vevent.rs:79:17
[INFO] [stdout] |
[INFO] [stdout] 79 | Condition { error: String },
[INFO] [stdout] | ^^^^^^^^^^^^^
[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] --> src/vevent.rs:76:10
[INFO] [stdout] |
[INFO] [stdout] 76 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `bad`
[INFO] [stdout] --> src/vevent.rs:83:5
[INFO] [stdout] |
[INFO] [stdout] 83 | bad: Bad,
[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] --> src/vevent.rs:81:10
[INFO] [stdout] |
[INFO] [stdout] 81 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `line`
[INFO] [stdout] --> src/vevent.rs:84:5
[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] --> src/vevent.rs:81:10
[INFO] [stdout] |
[INFO] [stdout] 81 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `wday`
[INFO] [stdout] --> src/vevent.rs:184:5
[INFO] [stdout] |
[INFO] [stdout] 184 | wday: Weekday,
[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] --> src/vevent.rs:182:10
[INFO] [stdout] |
[INFO] [stdout] 182 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `num`
[INFO] [stdout] --> src/vevent.rs:185:5
[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] --> src/vevent.rs:182:10
[INFO] [stdout] |
[INFO] [stdout] 182 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `freq`
[INFO] [stdout] --> src/vevent.rs:205:5
[INFO] [stdout] |
[INFO] [stdout] 205 | freq: Freq,
[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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `stop`
[INFO] [stdout] --> src/vevent.rs:206:5
[INFO] [stdout] |
[INFO] [stdout] 206 | stop: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `interval`
[INFO] [stdout] --> src/vevent.rs:207:5
[INFO] [stdout] |
[INFO] [stdout] 207 | interval: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `wkst`
[INFO] [stdout] --> src/vevent.rs:208:5
[INFO] [stdout] |
[INFO] [stdout] 208 | wkst: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `bysecond`
[INFO] [stdout] --> src/vevent.rs:209:5
[INFO] [stdout] |
[INFO] [stdout] 209 | bysecond: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `byminute`
[INFO] [stdout] --> src/vevent.rs:210:5
[INFO] [stdout] |
[INFO] [stdout] 210 | byminute: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `byhour`
[INFO] [stdout] --> src/vevent.rs:211:5
[INFO] [stdout] |
[INFO] [stdout] 211 | byhour: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `bymonth`
[INFO] [stdout] --> src/vevent.rs:212:5
[INFO] [stdout] |
[INFO] [stdout] 212 | bymonth: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `byyearday`
[INFO] [stdout] --> src/vevent.rs:213:5
[INFO] [stdout] |
[INFO] [stdout] 213 | byyearday: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `bymonthday`
[INFO] [stdout] --> src/vevent.rs:214:5
[INFO] [stdout] |
[INFO] [stdout] 214 | bymonthday: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `byweekno`
[INFO] [stdout] --> src/vevent.rs:215:5
[INFO] [stdout] |
[INFO] [stdout] 215 | byweekno: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `bysetpos`
[INFO] [stdout] --> src/vevent.rs:216:5
[INFO] [stdout] |
[INFO] [stdout] 216 | bysetpos: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `byday`
[INFO] [stdout] --> src/vevent.rs:217:5
[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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 23 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.51s
[INFO] running `Command { std: "docker" "inspect" "f635f33944dfbb4a9204359f2ef66b98b5a5ea8c02283ca79e6f288ccf79cd35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f635f33944dfbb4a9204359f2ef66b98b5a5ea8c02283ca79e6f288ccf79cd35", kill_on_drop: false }`
[INFO] [stdout] f635f33944dfbb4a9204359f2ef66b98b5a5ea8c02283ca79e6f288ccf79cd35
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] eb09e45ea4ca2fbf0c11768664466b61fa41f741a13c1985252e435f2770c478
[INFO] running `Command { std: "docker" "start" "-a" "eb09e45ea4ca2fbf0c11768664466b61fa41f741a13c1985252e435f2770c478", kill_on_drop: false }`
[INFO] [stdout] warning: field is never read: `name`
[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] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] note: `Bad` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] --> src/lib.rs:157:10
[INFO] [stdout] |
[INFO] [stdout] 157 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `params`
[INFO] [stdout] --> src/lib.rs:162:29
[INFO] [stdout] |
[INFO] [stdout] 162 | Property{ name: String, params: Vec, value: String },
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[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] --> src/lib.rs:157:10
[INFO] [stdout] |
[INFO] [stdout] 157 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `value`
[INFO] [stdout] --> src/lib.rs:162:49
[INFO] [stdout] |
[INFO] [stdout] 162 | Property{ name: String, params: Vec, value: String },
[INFO] [stdout] | ^^^^^^^^^^^^^
[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] --> src/lib.rs:157:10
[INFO] [stdout] |
[INFO] [stdout] 157 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `datatype`
[INFO] [stdout] --> src/vevent.rs:78:13
[INFO] [stdout] |
[INFO] [stdout] 78 | Value { datatype: DataType, invalid: String },
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[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] --> src/vevent.rs:76:10
[INFO] [stdout] |
[INFO] [stdout] 76 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `invalid`
[INFO] [stdout] --> src/vevent.rs:78:33
[INFO] [stdout] |
[INFO] [stdout] 78 | Value { datatype: DataType, invalid: String },
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[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] --> src/vevent.rs:76:10
[INFO] [stdout] |
[INFO] [stdout] 76 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `error`
[INFO] [stdout] --> src/vevent.rs:79:17
[INFO] [stdout] |
[INFO] [stdout] 79 | Condition { error: String },
[INFO] [stdout] | ^^^^^^^^^^^^^
[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] --> src/vevent.rs:76:10
[INFO] [stdout] |
[INFO] [stdout] 76 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `bad`
[INFO] [stdout] --> src/vevent.rs:83:5
[INFO] [stdout] |
[INFO] [stdout] 83 | bad: Bad,
[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] --> src/vevent.rs:81:10
[INFO] [stdout] |
[INFO] [stdout] 81 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `line`
[INFO] [stdout] --> src/vevent.rs:84:5
[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] --> src/vevent.rs:81:10
[INFO] [stdout] |
[INFO] [stdout] 81 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `wday`
[INFO] [stdout] --> src/vevent.rs:184:5
[INFO] [stdout] |
[INFO] [stdout] 184 | wday: Weekday,
[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] --> src/vevent.rs:182:10
[INFO] [stdout] |
[INFO] [stdout] 182 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `num`
[INFO] [stdout] --> src/vevent.rs:185:5
[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] --> src/vevent.rs:182:10
[INFO] [stdout] |
[INFO] [stdout] 182 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `freq`
[INFO] [stdout] --> src/vevent.rs:205:5
[INFO] [stdout] |
[INFO] [stdout] 205 | freq: Freq,
[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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `stop`
[INFO] [stdout] --> src/vevent.rs:206:5
[INFO] [stdout] |
[INFO] [stdout] 206 | stop: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `interval`
[INFO] [stdout] --> src/vevent.rs:207:5
[INFO] [stdout] |
[INFO] [stdout] 207 | interval: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `wkst`
[INFO] [stdout] --> src/vevent.rs:208:5
[INFO] [stdout] |
[INFO] [stdout] 208 | wkst: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `bysecond`
[INFO] [stdout] --> src/vevent.rs:209:5
[INFO] [stdout] |
[INFO] [stdout] 209 | bysecond: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `byminute`
[INFO] [stdout] --> src/vevent.rs:210:5
[INFO] [stdout] |
[INFO] [stdout] 210 | byminute: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `byhour`
[INFO] [stdout] --> src/vevent.rs:211:5
[INFO] [stdout] |
[INFO] [stdout] 211 | byhour: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `bymonth`
[INFO] [stdout] --> src/vevent.rs:212:5
[INFO] [stdout] |
[INFO] [stdout] 212 | bymonth: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `byyearday`
[INFO] [stdout] --> src/vevent.rs:213:5
[INFO] [stdout] |
[INFO] [stdout] 213 | byyearday: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `bymonthday`
[INFO] [stdout] --> src/vevent.rs:214:5
[INFO] [stdout] |
[INFO] [stdout] 214 | bymonthday: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `byweekno`
[INFO] [stdout] --> src/vevent.rs:215:5
[INFO] [stdout] |
[INFO] [stdout] 215 | byweekno: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `bysetpos`
[INFO] [stdout] --> src/vevent.rs:216:5
[INFO] [stdout] |
[INFO] [stdout] 216 | bysetpos: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling ickle v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field is never read: `byday`
[INFO] [stdout] --> src/vevent.rs:217:5
[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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 23 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `name`
[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] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] note: `Bad` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] --> src/lib.rs:157:10
[INFO] [stdout] |
[INFO] [stdout] 157 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `params`
[INFO] [stdout] --> src/lib.rs:162:29
[INFO] [stdout] |
[INFO] [stdout] 162 | Property{ name: String, params: Vec, value: String },
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[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] --> src/lib.rs:157:10
[INFO] [stdout] |
[INFO] [stdout] 157 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `value`
[INFO] [stdout] --> src/lib.rs:162:49
[INFO] [stdout] |
[INFO] [stdout] 162 | Property{ name: String, params: Vec, value: String },
[INFO] [stdout] | ^^^^^^^^^^^^^
[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] --> src/lib.rs:157:10
[INFO] [stdout] |
[INFO] [stdout] 157 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `datatype`
[INFO] [stdout] --> src/vevent.rs:78:13
[INFO] [stdout] |
[INFO] [stdout] 78 | Value { datatype: DataType, invalid: String },
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[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] --> src/vevent.rs:76:10
[INFO] [stdout] |
[INFO] [stdout] 76 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `invalid`
[INFO] [stdout] --> src/vevent.rs:78:33
[INFO] [stdout] |
[INFO] [stdout] 78 | Value { datatype: DataType, invalid: String },
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[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] --> src/vevent.rs:76:10
[INFO] [stdout] |
[INFO] [stdout] 76 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `error`
[INFO] [stdout] --> src/vevent.rs:79:17
[INFO] [stdout] |
[INFO] [stdout] 79 | Condition { error: String },
[INFO] [stdout] | ^^^^^^^^^^^^^
[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] --> src/vevent.rs:76:10
[INFO] [stdout] |
[INFO] [stdout] 76 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `bad`
[INFO] [stdout] --> src/vevent.rs:83:5
[INFO] [stdout] |
[INFO] [stdout] 83 | bad: Bad,
[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] --> src/vevent.rs:81:10
[INFO] [stdout] |
[INFO] [stdout] 81 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `line`
[INFO] [stdout] --> src/vevent.rs:84:5
[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] --> src/vevent.rs:81:10
[INFO] [stdout] |
[INFO] [stdout] 81 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `wday`
[INFO] [stdout] --> src/vevent.rs:184:5
[INFO] [stdout] |
[INFO] [stdout] 184 | wday: Weekday,
[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] --> src/vevent.rs:182:10
[INFO] [stdout] |
[INFO] [stdout] 182 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `num`
[INFO] [stdout] --> src/vevent.rs:185:5
[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] --> src/vevent.rs:182:10
[INFO] [stdout] |
[INFO] [stdout] 182 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `freq`
[INFO] [stdout] --> src/vevent.rs:205:5
[INFO] [stdout] |
[INFO] [stdout] 205 | freq: Freq,
[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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `stop`
[INFO] [stdout] --> src/vevent.rs:206:5
[INFO] [stdout] |
[INFO] [stdout] 206 | stop: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `interval`
[INFO] [stdout] --> src/vevent.rs:207:5
[INFO] [stdout] |
[INFO] [stdout] 207 | interval: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `wkst`
[INFO] [stdout] --> src/vevent.rs:208:5
[INFO] [stdout] |
[INFO] [stdout] 208 | wkst: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `bysecond`
[INFO] [stdout] --> src/vevent.rs:209:5
[INFO] [stdout] |
[INFO] [stdout] 209 | bysecond: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `byminute`
[INFO] [stdout] --> src/vevent.rs:210:5
[INFO] [stdout] |
[INFO] [stdout] 210 | byminute: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `byhour`
[INFO] [stdout] --> src/vevent.rs:211:5
[INFO] [stdout] |
[INFO] [stdout] 211 | byhour: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `bymonth`
[INFO] [stdout] --> src/vevent.rs:212:5
[INFO] [stdout] |
[INFO] [stdout] 212 | bymonth: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `byyearday`
[INFO] [stdout] --> src/vevent.rs:213:5
[INFO] [stdout] |
[INFO] [stdout] 213 | byyearday: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `bymonthday`
[INFO] [stdout] --> src/vevent.rs:214:5
[INFO] [stdout] |
[INFO] [stdout] 214 | bymonthday: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `byweekno`
[INFO] [stdout] --> src/vevent.rs:215:5
[INFO] [stdout] |
[INFO] [stdout] 215 | byweekno: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `bysetpos`
[INFO] [stdout] --> src/vevent.rs:216:5
[INFO] [stdout] |
[INFO] [stdout] 216 | bysetpos: 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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: field is never read: `byday`
[INFO] [stdout] --> src/vevent.rs:217:5
[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] --> src/vevent.rs:203:10
[INFO] [stdout] |
[INFO] [stdout] 203 | #[derive(Debug)]
[INFO] [stdout] | ^^^^^
[INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 23 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.93s
[INFO] running `Command { std: "docker" "inspect" "eb09e45ea4ca2fbf0c11768664466b61fa41f741a13c1985252e435f2770c478", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb09e45ea4ca2fbf0c11768664466b61fa41f741a13c1985252e435f2770c478", kill_on_drop: false }`
[INFO] [stdout] eb09e45ea4ca2fbf0c11768664466b61fa41f741a13c1985252e435f2770c478
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2f9602b14924a9deba118100fce4e0eb540a84b332b75dc32571784aff55b413
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "2f9602b14924a9deba118100fce4e0eb540a84b332b75dc32571784aff55b413", kill_on_drop: false }`
[INFO] [stderr] warning: field is never read: `name`
[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] = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] note: `Bad` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] --> src/lib.rs:157:10
[INFO] [stderr] |
[INFO] [stderr] 157 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `params`
[INFO] [stderr] --> src/lib.rs:162:29
[INFO] [stderr] |
[INFO] [stderr] 162 | Property{ name: String, params: Vec, value: String },
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[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] --> src/lib.rs:157:10
[INFO] [stderr] |
[INFO] [stderr] 157 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `value`
[INFO] [stderr] --> src/lib.rs:162:49
[INFO] [stderr] |
[INFO] [stderr] 162 | Property{ name: String, params: Vec, value: String },
[INFO] [stderr] | ^^^^^^^^^^^^^
[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] --> src/lib.rs:157:10
[INFO] [stderr] |
[INFO] [stderr] 157 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `datatype`
[INFO] [stderr] --> src/vevent.rs:78:13
[INFO] [stderr] |
[INFO] [stderr] 78 | Value { datatype: DataType, invalid: String },
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[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] --> src/vevent.rs:76:10
[INFO] [stderr] |
[INFO] [stderr] 76 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `invalid`
[INFO] [stderr] --> src/vevent.rs:78:33
[INFO] [stderr] |
[INFO] [stderr] 78 | Value { datatype: DataType, invalid: String },
[INFO] [stderr] | ^^^^^^^^^^^^^^^
[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] --> src/vevent.rs:76:10
[INFO] [stderr] |
[INFO] [stderr] 76 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `error`
[INFO] [stderr] --> src/vevent.rs:79:17
[INFO] [stderr] |
[INFO] [stderr] 79 | Condition { error: String },
[INFO] [stderr] | ^^^^^^^^^^^^^
[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] --> src/vevent.rs:76:10
[INFO] [stderr] |
[INFO] [stderr] 76 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `bad`
[INFO] [stderr] --> src/vevent.rs:83:5
[INFO] [stderr] |
[INFO] [stderr] 83 | bad: Bad,
[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] --> src/vevent.rs:81:10
[INFO] [stderr] |
[INFO] [stderr] 81 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `line`
[INFO] [stderr] --> src/vevent.rs:84:5
[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] --> src/vevent.rs:81:10
[INFO] [stderr] |
[INFO] [stderr] 81 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `wday`
[INFO] [stderr] --> src/vevent.rs:184:5
[INFO] [stderr] |
[INFO] [stderr] 184 | wday: Weekday,
[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] --> src/vevent.rs:182:10
[INFO] [stderr] |
[INFO] [stderr] 182 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `num`
[INFO] [stderr] --> src/vevent.rs:185:5
[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] --> src/vevent.rs:182:10
[INFO] [stderr] |
[INFO] [stderr] 182 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `freq`
[INFO] [stderr] --> src/vevent.rs:205:5
[INFO] [stderr] |
[INFO] [stderr] 205 | freq: Freq,
[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] --> src/vevent.rs:203:10
[INFO] [stderr] |
[INFO] [stderr] 203 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `stop`
[INFO] [stderr] --> src/vevent.rs:206:5
[INFO] [stderr] |
[INFO] [stderr] 206 | stop: 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] --> src/vevent.rs:203:10
[INFO] [stderr] |
[INFO] [stderr] 203 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `interval`
[INFO] [stderr] --> src/vevent.rs:207:5
[INFO] [stderr] |
[INFO] [stderr] 207 | interval: 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] --> src/vevent.rs:203:10
[INFO] [stderr] |
[INFO] [stderr] 203 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `wkst`
[INFO] [stderr] --> src/vevent.rs:208:5
[INFO] [stderr] |
[INFO] [stderr] 208 | wkst: 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] --> src/vevent.rs:203:10
[INFO] [stderr] |
[INFO] [stderr] 203 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `bysecond`
[INFO] [stderr] --> src/vevent.rs:209:5
[INFO] [stderr] |
[INFO] [stderr] 209 | bysecond: 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] --> src/vevent.rs:203:10
[INFO] [stderr] |
[INFO] [stderr] 203 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `byminute`
[INFO] [stderr] --> src/vevent.rs:210:5
[INFO] [stderr] |
[INFO] [stderr] 210 | byminute: 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] --> src/vevent.rs:203:10
[INFO] [stderr] |
[INFO] [stderr] 203 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `byhour`
[INFO] [stderr] --> src/vevent.rs:211:5
[INFO] [stderr] |
[INFO] [stderr] 211 | byhour: 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] --> src/vevent.rs:203:10
[INFO] [stderr] |
[INFO] [stderr] 203 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `bymonth`
[INFO] [stderr] --> src/vevent.rs:212:5
[INFO] [stderr] |
[INFO] [stderr] 212 | bymonth: 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] --> src/vevent.rs:203:10
[INFO] [stderr] |
[INFO] [stderr] 203 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `byyearday`
[INFO] [stderr] --> src/vevent.rs:213:5
[INFO] [stderr] |
[INFO] [stderr] 213 | byyearday: 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] --> src/vevent.rs:203:10
[INFO] [stderr] |
[INFO] [stderr] 203 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `bymonthday`
[INFO] [stderr] --> src/vevent.rs:214:5
[INFO] [stderr] |
[INFO] [stderr] 214 | bymonthday: 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] --> src/vevent.rs:203:10
[INFO] [stderr] |
[INFO] [stderr] 203 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `byweekno`
[INFO] [stderr] --> src/vevent.rs:215:5
[INFO] [stderr] |
[INFO] [stderr] 215 | byweekno: 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] --> src/vevent.rs:203:10
[INFO] [stderr] |
[INFO] [stderr] 203 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `bysetpos`
[INFO] [stderr] --> src/vevent.rs:216:5
[INFO] [stderr] |
[INFO] [stderr] 216 | bysetpos: 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] --> src/vevent.rs:203:10
[INFO] [stderr] |
[INFO] [stderr] 203 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: field is never read: `byday`
[INFO] [stderr] --> src/vevent.rs:217:5
[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] --> src/vevent.rs:203:10
[INFO] [stderr] |
[INFO] [stderr] 203 | #[derive(Debug)]
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `ickle` (lib) generated 23 warnings
[INFO] [stderr] warning: `ickle` (lib test) generated 23 warnings (23 duplicates)
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stdout]
[INFO] [stdout] running 0 tests
[INFO] [stdout]
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout]
[INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ickle-a0d74d7cc42b3b4a)
[INFO] [stderr] Doc-tests ickle
[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" "2f9602b14924a9deba118100fce4e0eb540a84b332b75dc32571784aff55b413", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f9602b14924a9deba118100fce4e0eb540a84b332b75dc32571784aff55b413", kill_on_drop: false }`
[INFO] [stdout] 2f9602b14924a9deba118100fce4e0eb540a84b332b75dc32571784aff55b413