[INFO] fetching crate billig 0.0.1... [INFO] checking billig-0.0.1 against try#b20a093d9fb1ffaa04ae9852cb034864a992bafd for pr-85073 [INFO] extracting crate billig 0.0.1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate billig 0.0.1 on toolchain b20a093d9fb1ffaa04ae9852cb034864a992bafd [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate billig 0.0.1 [INFO] finished tweaking crates.io crate billig 0.0.1 [INFO] tweaked toml for crates.io crate billig 0.0.1 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate billig 0.0.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6f75ada0103fd56dbaed52d437ea11e904c88ef2a80ec40a237450df5b5536b7 [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" "6f75ada0103fd56dbaed52d437ea11e904c88ef2a80ec40a237450df5b5536b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6f75ada0103fd56dbaed52d437ea11e904c88ef2a80ec40a237450df5b5536b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f75ada0103fd56dbaed52d437ea11e904c88ef2a80ec40a237450df5b5536b7", kill_on_drop: false }` [INFO] [stdout] 6f75ada0103fd56dbaed52d437ea11e904c88ef2a80ec40a237450df5b5536b7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 25c7c09d3cfb8ec3be3a37a75e5410d4ea01034e46f0bd292ffc0d9c197eab3e [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" "25c7c09d3cfb8ec3be3a37a75e5410d4ea01034e46f0bd292ffc0d9c197eab3e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.69 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking pest v2.1.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking billig v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `self` [INFO] [stdout] --> src/lib/parse.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | template::{self, models::*, Arg, Instance}, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self` [INFO] [stdout] --> src/lib/parse.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | template::{self, models::*, Arg, Instance}, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `next` [INFO] [stdout] --> src/lib/date.rs:79:12 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn next(self) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `prev` [INFO] [stdout] --> src/lib/date.rs:84:12 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn prev(self) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `next` [INFO] [stdout] --> src/lib/date.rs:119:12 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn next(self) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `prev` [INFO] [stdout] --> src/lib/date.rs:124:12 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn prev(self) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `next` [INFO] [stdout] --> src/lib/date.rs:210:12 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn next(self) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `prev` [INFO] [stdout] --> src/lib/date.rs:222:12 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn prev(self) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `jump_day` [INFO] [stdout] --> src/lib/date.rs:237:12 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn jump_day(self, count: isize) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `prev` [INFO] [stdout] --> src/lib/date.rs:124:12 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn prev(self) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `jump_month` [INFO] [stdout] --> src/lib/date.rs:283:12 [INFO] [stdout] | [INFO] [stdout] 283 | pub fn jump_month(self, count: isize) -> Self { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `jump_year` [INFO] [stdout] --> src/lib/date.rs:308:12 [INFO] [stdout] | [INFO] [stdout] 308 | pub fn jump_year(self, count: isize) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `start_of_month` [INFO] [stdout] --> src/lib/date.rs:318:12 [INFO] [stdout] | [INFO] [stdout] 318 | pub fn start_of_month(self) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `end_of_month` [INFO] [stdout] --> src/lib/date.rs:323:12 [INFO] [stdout] | [INFO] [stdout] 323 | pub fn end_of_month(self) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `start_of_year` [INFO] [stdout] --> src/lib/date.rs:328:12 [INFO] [stdout] | [INFO] [stdout] 328 | pub fn start_of_year(self) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `end_of_year` [INFO] [stdout] --> src/lib/date.rs:333:12 [INFO] [stdout] | [INFO] [stdout] 333 | pub fn end_of_year(self) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `start_of_week` [INFO] [stdout] --> src/lib/date.rs:338:12 [INFO] [stdout] | [INFO] [stdout] 338 | pub fn start_of_week(self) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `end_of_week` [INFO] [stdout] --> src/lib/date.rs:343:12 [INFO] [stdout] | [INFO] [stdout] 343 | pub fn end_of_week(self) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.70s [INFO] running `Command { std: "docker" "inspect" "25c7c09d3cfb8ec3be3a37a75e5410d4ea01034e46f0bd292ffc0d9c197eab3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25c7c09d3cfb8ec3be3a37a75e5410d4ea01034e46f0bd292ffc0d9c197eab3e", kill_on_drop: false }` [INFO] [stdout] 25c7c09d3cfb8ec3be3a37a75e5410d4ea01034e46f0bd292ffc0d9c197eab3e