[INFO] fetching crate ickle 0.3.0...
[INFO] testing ickle-0.3.0 against 1.60.0 for beta-1.61-1
[INFO] extracting crate ickle 0.3.0 into /workspace/builds/worker-3/source
[INFO] validating manifest of crates.io crate ickle 0.3.0 on toolchain 1.60.0
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-3/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c7e180f117d08e10e3ef28c0f1763b3281a05374f0f23016a03f0ccb7dd7fba6
[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" "c7e180f117d08e10e3ef28c0f1763b3281a05374f0f23016a03f0ccb7dd7fba6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c7e180f117d08e10e3ef28c0f1763b3281a05374f0f23016a03f0ccb7dd7fba6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7e180f117d08e10e3ef28c0f1763b3281a05374f0f23016a03f0ccb7dd7fba6", kill_on_drop: false }`
[INFO] [stdout] c7e180f117d08e10e3ef28c0f1763b3281a05374f0f23016a03f0ccb7dd7fba6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 449c39ab9bac9b002fe593d16982c84deec7b85368ffdd661564df3b5c92fa19
[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" "449c39ab9bac9b002fe593d16982c84deec7b85368ffdd661564df3b5c92fa19", kill_on_drop: false }`
[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 2.54s
[INFO] running `Command { std: "docker" "inspect" "449c39ab9bac9b002fe593d16982c84deec7b85368ffdd661564df3b5c92fa19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "449c39ab9bac9b002fe593d16982c84deec7b85368ffdd661564df3b5c92fa19", kill_on_drop: false }`
[INFO] [stdout] 449c39ab9bac9b002fe593d16982c84deec7b85368ffdd661564df3b5c92fa19
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fadf1338ad39e15a0bd86f1cf4fa72cee23ff63dc3b3ac57f6cf6624b6ed7637
[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" "fadf1338ad39e15a0bd86f1cf4fa72cee23ff63dc3b3ac57f6cf6624b6ed7637", kill_on_drop: false }`
[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] [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 1.40s
[INFO] running `Command { std: "docker" "inspect" "fadf1338ad39e15a0bd86f1cf4fa72cee23ff63dc3b3ac57f6cf6624b6ed7637", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fadf1338ad39e15a0bd86f1cf4fa72cee23ff63dc3b3ac57f6cf6624b6ed7637", kill_on_drop: false }`
[INFO] [stdout] fadf1338ad39e15a0bd86f1cf4fa72cee23ff63dc3b3ac57f6cf6624b6ed7637
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e97a1f28b9b3231e912f64f555a9f28abfe7a885aaa8ea2edb5ad1df8304f8c4
[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" "e97a1f28b9b3231e912f64f555a9f28abfe7a885aaa8ea2edb5ad1df8304f8c4", 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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ickle-cc128d122bada1ca)
[INFO] [stdout]
[INFO] [stdout] running 0 tests
[INFO] [stdout]
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout]
[INFO] [stderr] Doc-tests 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" "e97a1f28b9b3231e912f64f555a9f28abfe7a885aaa8ea2edb5ad1df8304f8c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e97a1f28b9b3231e912f64f555a9f28abfe7a885aaa8ea2edb5ad1df8304f8c4", kill_on_drop: false }`
[INFO] [stdout] e97a1f28b9b3231e912f64f555a9f28abfe7a885aaa8ea2edb5ad1df8304f8c4