[INFO] cloning repository https://github.com/askogrand/display_switch
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/askogrand/display_switch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faskogrand%2Fdisplay_switch", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faskogrand%2Fdisplay_switch'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bf1059b3c6108dfa929b21180379b0fb07cb9ada
[INFO] checking askogrand/display_switch against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faskogrand%2Fdisplay_switch" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/askogrand/display_switch
[INFO] finished tweaking git repo https://github.com/askogrand/display_switch
[INFO] tweaked toml for git repo https://github.com/askogrand/display_switch written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/askogrand/display_switch on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/askogrand/display_switch already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:37:1
[INFO] [stderr]    |
[INFO] [stderr] 37 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: binary `display_switch` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc1/source/target/.../display_switch
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `display-switch`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:36:8
[INFO] [stderr]    |
[INFO] [stderr] 36 - name = "display_switch"
[INFO] [stderr] 36 + name = "display-switch"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `display-switch`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:59:17
[INFO] [stderr]    |
[INFO] [stderr] 59 ~ version = "0.3"
[INFO] [stderr] 60 + [[bin]]
[INFO] [stderr] 61 + name = "display-switch"
[INFO] [stderr] 62 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]   --> Cargo.toml:34:12
[INFO] [stderr]    |
[INFO] [stderr] 34 | homepage = "https://github.com/haimgel/display-switch/"
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 38 | repository = "https://github.com/haimgel/display-switch/"
[INFO] [stderr]    |              --------------------------------------------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `display_switch` (manifest) generated 3 warnings
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded vergen-lib v0.1.6
[INFO] [stderr]   Downloaded camino v1.2.0
[INFO] [stderr]   Downloaded vergen v9.0.6
[INFO] [stderr]   Downloaded vergen-git2 v1.0.7
[INFO] [stderr]   Downloaded uinput v0.1.3
[INFO] [stderr]   Downloaded ddc-hi v0.4.1
[INFO] [stderr]   Downloaded ddc-macos v0.2.2
[INFO] [stderr]   Downloaded serde_yaml v0.7.5
[INFO] [stderr]   Downloaded i2c-linux v0.1.2
[INFO] [stderr]   Downloaded enum_derive v0.1.7
[INFO] [stderr]   Downloaded nvapi-sys v0.1.3
[INFO] [stderr]   Downloaded uninitialized v0.0.2
[INFO] [stderr]   Downloaded ioctl-sys v0.5.2
[INFO] [stderr]   Downloaded mccs v0.1.3
[INFO] [stderr]   Downloaded i2c-linux-sys v0.2.1
[INFO] [stderr]   Downloaded i2c v0.1.0
[INFO] [stderr]   Downloaded ddc-winapi v0.2.2
[INFO] [stderr]   Downloaded ddc v0.2.2
[INFO] [stderr]   Downloaded ddc-i2c v0.2.2
[INFO] [stderr]   Downloaded edid v0.3.0
[INFO] [stderr]   Downloaded uinput-sys v0.1.7
[INFO] [stderr]   Downloaded udev v0.2.0
[INFO] [stderr]   Downloaded resize-slice v0.1.3
[INFO] [stderr]   Downloaded mccs-caps v0.1.3
[INFO] [stderr]   Downloaded mccs-db v0.1.3
[INFO] [stderr]   Downloaded nvapi v0.1.4
[INFO] [stderr]   Downloaded config v0.15.17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d085173dc7c1b3174f94b0ca4c83502c43c46e22868493e7ce73df397e56141d
[INFO] running `Command { std: "docker" "start" "d085173dc7c1b3174f94b0ca4c83502c43c46e22868493e7ce73df397e56141d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d085173dc7c1b3174f94b0ca4c83502c43c46e22868493e7ce73df397e56141d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d085173dc7c1b3174f94b0ca4c83502c43c46e22868493e7ce73df397e56141d" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d085173dc7c1b3174f94b0ca4c83502c43c46e22868493e7ce73df397e56141d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d085173dc7c1b3174f94b0ca4c83502c43c46e22868493e7ce73df397e56141d" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:37:1
[INFO] [stderr]    |
[INFO] [stderr] 37 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: binary `display_switch` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../display_switch
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `display-switch`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:36:8
[INFO] [stderr]    |
[INFO] [stderr] 36 - name = "display_switch"
[INFO] [stderr] 36 + name = "display-switch"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `display-switch`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:59:17
[INFO] [stderr]    |
[INFO] [stderr] 59 ~ version = "0.3"
[INFO] [stderr] 60 + [[bin]]
[INFO] [stderr] 61 + name = "display-switch"
[INFO] [stderr] 62 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]   --> Cargo.toml:34:12
[INFO] [stderr]    |
[INFO] [stderr] 34 | homepage = "https://github.com/haimgel/display-switch/"
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 38 | repository = "https://github.com/haimgel/display-switch/"
[INFO] [stderr]    |              --------------------------------------------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `display_switch` (manifest) generated 3 warnings
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.2
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling camino v1.2.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling vergen-lib v0.1.6
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling uninitialized v0.0.2
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling deranged v0.5.4
[INFO] [stderr]     Checking mccs v0.1.3
[INFO] [stderr]    Compiling vergen v9.0.6
[INFO] [stderr]    Compiling vergen-git2 v1.0.7
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]     Checking i2c v0.1.0
[INFO] [stderr]    Compiling nix v0.10.0
[INFO] [stderr]     Checking dtoa v0.4.8
[INFO] [stderr]     Checking resize-slice v0.1.3
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling ddc-hi v0.4.1
[INFO] [stderr]     Checking ddc v0.2.2
[INFO] [stderr]    Compiling rusb v0.9.4
[INFO] [stderr]     Checking ioctl-sys v0.5.2
[INFO] [stderr]     Checking clap_builder v4.5.48
[INFO] [stderr]     Checking anyhow v1.0.100
[INFO] [stderr]     Checking enum_derive v0.1.7
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking custom_derive v0.1.7
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling cc v1.2.39
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]     Checking libudev-sys v0.1.4
[INFO] [stderr]     Checking memchr v1.0.2
[INFO] [stderr]     Checking i2c-linux-sys v0.2.1
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking udev v0.2.0
[INFO] [stderr]     Checking nom v3.2.1
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking libudev v0.2.0
[INFO] [stderr]     Checking uinput-sys v0.1.7
[INFO] [stderr]     Checking rust-ini v0.21.3
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking i2c-linux v0.1.2
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking ddc-i2c v0.2.2
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]     Checking mccs-caps v0.1.3
[INFO] [stderr]     Checking edid v0.3.0
[INFO] [stderr]    Compiling libz-sys v1.1.22
[INFO] [stderr]    Compiling libgit2-sys v0.18.2+1.9.1
[INFO] [stderr]    Compiling libusb1-sys v0.7.0
[INFO] [stderr]     Checking simplelog v0.12.2
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]     Checking config v0.15.17
[INFO] [stderr]     Checking uinput v0.1.3
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]     Checking clap v4.5.48
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]     Checking serde_yaml v0.7.5
[INFO] [stderr]    Compiling cargo-platform v0.1.9
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling cargo_metadata v0.19.2
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]     Checking mccs-db v0.1.3
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling git2 v0.20.2
[INFO] [stderr]    Compiling display_switch v1.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `linux::*`
[INFO] [stdout]    --> src/lg_ddc.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 136 | use linux::*;
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `linux::*`
[INFO] [stdout]    --> src/lg_ddc.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 136 | use linux::*;
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DDC_SOURCE_ADDR_STANDARD` is never used
[INFO] [stdout]   --> src/lg_ddc.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 | const DDC_SOURCE_ADDR_STANDARD: u8 = 0x51;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DDC_SOURCE_ADDR_LG` is never used
[INFO] [stdout]   --> src/lg_ddc.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | const DDC_SOURCE_ADDR_LG: u8 = 0x50;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `display_id` is never read
[INFO] [stdout]   --> src/lg_ddc.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct LgDdcHandle {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 27 |     pub standard_handle: Handle,
[INFO] [stdout] 28 |     pub display_id: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `LG_VENDOR_ID` is never used
[INFO] [stdout]  --> src/vendor.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | const LG_VENDOR_ID: u16 = 7789;
[INFO] [stdout]   |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DDC_SOURCE_ADDR_STANDARD` is never used
[INFO] [stdout]   --> src/lg_ddc.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 | const DDC_SOURCE_ADDR_STANDARD: u8 = 0x51;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DDC_SOURCE_ADDR_LG` is never used
[INFO] [stdout]   --> src/lg_ddc.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | const DDC_SOURCE_ADDR_LG: u8 = 0x50;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `display_id` is never read
[INFO] [stdout]   --> src/lg_ddc.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct LgDdcHandle {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 27 |     pub standard_handle: Handle,
[INFO] [stdout] 28 |     pub display_id: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `LG_VENDOR_ID` is never used
[INFO] [stdout]  --> src/vendor.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | const LG_VENDOR_ID: u16 = 7789;
[INFO] [stdout]   |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: edid v0.3.0, mccs-caps v0.1.3, mccs-db v0.1.3, nom v3.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 8`
[INFO] running `Command { std: "docker" "inspect" "d085173dc7c1b3174f94b0ca4c83502c43c46e22868493e7ce73df397e56141d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d085173dc7c1b3174f94b0ca4c83502c43c46e22868493e7ce73df397e56141d", kill_on_drop: false }`
[INFO] [stdout] d085173dc7c1b3174f94b0ca4c83502c43c46e22868493e7ce73df397e56141d
