[INFO] cloning repository https://github.com/cpecu/dlog [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cpecu/dlog" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcpecu%2Fdlog", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcpecu%2Fdlog'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 60f417470230aa5bcb5028b715054be9810b708a [INFO] checking cpecu/dlog against master#b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18 for pr-79470 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcpecu%2Fdlog" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cpecu/dlog on toolchain b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-5/source/.cargo/config [INFO] started tweaking git repo https://github.com/cpecu/dlog [INFO] finished tweaking git repo https://github.com/cpecu/dlog [INFO] tweaked toml for git repo https://github.com/cpecu/dlog written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/cpecu/dlog already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: package.default_run [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dbb59be1c392b73d48e376d71e629bdbdb244f7ace282bd7cc5703eaf718a1b4 [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" "dbb59be1c392b73d48e376d71e629bdbdb244f7ace282bd7cc5703eaf718a1b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dbb59be1c392b73d48e376d71e629bdbdb244f7ace282bd7cc5703eaf718a1b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbb59be1c392b73d48e376d71e629bdbdb244f7ace282bd7cc5703eaf718a1b4", kill_on_drop: false }` [INFO] [stdout] dbb59be1c392b73d48e376d71e629bdbdb244f7ace282bd7cc5703eaf718a1b4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5139e827d9242e539a3e5f7cc28b982f8ba77b8341d96da348f577674f5d0a29 [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" "5139e827d9242e539a3e5f7cc28b982f8ba77b8341d96da348f577674f5d0a29", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: package.default_run [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling syn v1.0.51 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking smallvec v1.5.1 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking predicates-core v1.0.0 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Checking normalize-line-endings v0.3.0 [INFO] [stderr] Checking treeline v0.1.0 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking strum v0.20.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Checking os_str_bytes v2.4.0 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Checking lock_api v0.4.2 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Checking predicates-tree v1.0.0 [INFO] [stderr] Checking textwrap v0.12.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Checking memchr v2.3.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking regex v1.4.2 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking parking_lot_core v0.8.1 [INFO] [stderr] Checking mio v0.7.6 [INFO] [stderr] Checking signal-hook-registry v1.2.2 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking dirs-sys-next v0.1.1 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking colored v2.0.0 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking dirs-next v2.0.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking signal-hook v0.1.16 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking crossterm v0.18.2 [INFO] [stderr] Checking float-cmp v0.8.0 [INFO] [stderr] Checking predicates v1.0.5 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking assert_cmd v1.0.2 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Compiling strum_macros v0.20.1 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.2 [INFO] [stderr] Checking clap v3.0.0-beta.2 [INFO] [stderr] Checking comfy-table v1.4.2 [INFO] [stderr] Checking bstr v0.2.14 [INFO] [stderr] Checking toml v0.5.7 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking csv v1.1.5 [INFO] [stderr] Checking dlog v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `RecordCmd` [INFO] [stdout] --> src/cmd/item.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | RecordCmd, Cmd, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Style`, `Styles` [INFO] [stdout] --> src/cmd/record.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | use colored::{Color, Colorize, Style, Styles}; [INFO] [stdout] | ^^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Clap` [INFO] [stdout] --> src/cmd/attribute.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | use clap::{Clap, ArgMatches, FromArgMatches}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/cmd.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Color`, `Colorize` [INFO] [stdout] --> src/cmd.rs:20:15 [INFO] [stdout] | [INFO] [stdout] 20 | use colored::{Color, Colorize}; [INFO] [stdout] | ^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ArgMatches` [INFO] [stdout] --> src/cmd.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | use clap::{Arg, ArgMatches, Clap, FromArgMatches}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `home_dir` [INFO] [stdout] --> src/config.rs:1:17 [INFO] [stdout] | [INFO] [stdout] 1 | use dirs_next::{home_dir, config_dir}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Read` [INFO] [stdout] --> src/util.rs:1:15 [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::{Read, self}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `RecordCmd` [INFO] [stdout] --> src/cmd/item.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | RecordCmd, Cmd, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Style`, `Styles` [INFO] [stdout] --> src/cmd/record.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | use colored::{Color, Colorize, Style, Styles}; [INFO] [stdout] | ^^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Clap` [INFO] [stdout] --> src/cmd/attribute.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | use clap::{Clap, ArgMatches, FromArgMatches}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/cmd.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Color`, `Colorize` [INFO] [stdout] --> src/cmd.rs:20:15 [INFO] [stdout] | [INFO] [stdout] 20 | use colored::{Color, Colorize}; [INFO] [stdout] | ^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ArgMatches` [INFO] [stdout] --> src/cmd.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | use clap::{Arg, ArgMatches, Clap, FromArgMatches}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `home_dir` [INFO] [stdout] --> src/config.rs:1:17 [INFO] [stdout] | [INFO] [stdout] 1 | use dirs_next::{home_dir, config_dir}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Read` [INFO] [stdout] --> src/util.rs:1:15 [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::{Read, self}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `matches` [INFO] [stdout] --> src/cmd/item.rs:91:25 [INFO] [stdout] | [INFO] [stdout] 91 | fn from_arg_matches(matches: &ArgMatches) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_matches` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `matches` [INFO] [stdout] --> src/cmd/record.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | fn from_arg_matches(matches: &ArgMatches) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `matches` [INFO] [stdout] --> src/cmd/record.rs:84:25 [INFO] [stdout] | [INFO] [stdout] 84 | fn from_arg_matches(matches: &ArgMatches) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `matches` [INFO] [stdout] --> src/cmd/item.rs:91:25 [INFO] [stdout] | [INFO] [stdout] 91 | fn from_arg_matches(matches: &ArgMatches) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_matches` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `matches` [INFO] [stdout] --> src/cmd/record.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | fn from_arg_matches(matches: &ArgMatches) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `matches` [INFO] [stdout] --> src/cmd/record.rs:84:25 [INFO] [stdout] | [INFO] [stdout] 84 | fn from_arg_matches(matches: &ArgMatches) -> Self { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `atty` [INFO] [stdout] --> src/cmd.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | atty: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `atty` [INFO] [stdout] --> src/cmd.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | atty: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `Command { std: "docker" "inspect" "5139e827d9242e539a3e5f7cc28b982f8ba77b8341d96da348f577674f5d0a29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5139e827d9242e539a3e5f7cc28b982f8ba77b8341d96da348f577674f5d0a29", kill_on_drop: false }` [INFO] [stdout] 5139e827d9242e539a3e5f7cc28b982f8ba77b8341d96da348f577674f5d0a29