[INFO] updating cached repository https://github.com/poiru/rainmeter-rust
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 90fabe8c582b0c291c6f81c607cf95c94ea37ae4
[INFO] checking poiru/rainmeter-rust against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpoiru%2Frainmeter-rust" "/workspace/builds/worker-13/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/poiru/rainmeter-rust on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/poiru/rainmeter-rust
[INFO] finished tweaking git repo https://github.com/poiru/rainmeter-rust
[INFO] tweaked toml for git repo https://github.com/poiru/rainmeter-rust written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] crate git repo https://github.com/poiru/rainmeter-rust already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] error: the lock file /workspace/builds/worker-13/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/zonyitoo/rust-ini`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 6974757d9952d186bb1902a5205efd653ec84a0770cf330c676af73144b89975
[INFO] running `"docker" "start" "-a" "6974757d9952d186bb1902a5205efd653ec84a0770cf330c676af73144b89975"`
[INFO] [stderr]    Compiling hashbrown v0.7.1
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]     Checking dlv-list v0.2.2
[INFO] [stderr]    Compiling const-random-macro v0.1.8
[INFO] [stderr]     Checking const-random v0.1.8
[INFO] [stderr]     Checking ahash v0.3.2
[INFO] [stderr]     Checking ordered-multimap v0.2.4
[INFO] [stderr]     Checking rust-ini v0.15.2 (https://github.com/zonyitoo/rust-ini#37144141)
[INFO] [stderr]    Compiling rustversion v1.0.2
[INFO] [stderr]    Compiling time-macros-impl v0.1.0
[INFO] [stderr]     Checking time-macros v0.1.0
[INFO] [stderr]    Compiling time v0.2.9
[INFO] [stderr]     Checking rainmeter-rust v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `std::num::from_str_radix`
[INFO] [stderr]  --> src/config.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use std::num::from_str_radix;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^ no `from_str_radix` in `num`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Tm` in crate `time`
[INFO] [stderr]   --> src/time_measure.rs:13:18
[INFO] [stderr]    |
[INFO] [stderr] 13 |     value: time::Tm,
[INFO] [stderr]    |                  ^^ not found in `time`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `now` in crate `time`
[INFO] [stderr]   --> src/time_measure.rs:20:26
[INFO] [stderr]    |
[INFO] [stderr] 20 |             value: time::now(),
[INFO] [stderr]    |                          ^^^ not found in `time`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `now` in crate `time`
[INFO] [stderr]   --> src/time_measure.rs:31:28
[INFO] [stderr]    |
[INFO] [stderr] 31 |         self.value = time::now();
[INFO] [stderr]    |                            ^^^ not found in `time`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `strftime` in crate `time`
[INFO] [stderr]   --> src/time_measure.rs:39:15
[INFO] [stderr]    |
[INFO] [stderr] 39 |         time::strftime("%H:%M", &self.value).unwrap_or(String::new())
[INFO] [stderr]    |               ^^^^^^^^ not found in `time`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/skin.rs:11:23
[INFO] [stderr]    |
[INFO] [stderr] 11 |     measures: Vec<Box<Measureable<'a> + 'a>>,
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Measureable<'a> + 'a`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/skin.rs:26:48
[INFO] [stderr]    |
[INFO] [stderr] 26 |     pub fn add_measure(&mut self, measure: Box<Measureable<'a> + 'a>) {
[INFO] [stderr]    |                                                ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Measureable<'a> + 'a`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/skin.rs:30:40
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub fn measures(&self) -> &Vec<Box<Measureable<'a> + 'a>> {
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Measureable<'a> + 'a`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::num::from_str_radix`
[INFO] [stderr]  --> src/config.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use std::num::from_str_radix;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^ no `from_str_radix` in `num`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `begin_section` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:22:18
[INFO] [stderr]    |
[INFO] [stderr] 22 |         self.ini.begin_section(section);
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `get` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:23:36
[INFO] [stderr]    |
[INFO] [stderr] 23 |         let value = match self.ini.get(key) {
[INFO] [stderr]    |                                    ^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for struct `std::string::String` in the current scope
[INFO] [stderr]   --> src/config.rs:24:37
[INFO] [stderr]    |
[INFO] [stderr] 24 |             Some(v) => Some(String::from_str(v)),
[INFO] [stderr]    |                                     ^^^^^^^^ function or associated item not found in `std::string::String`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]    = note: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]            `use std::str::FromStr;`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Tm` in crate `time`
[INFO] [stderr]   --> src/time_measure.rs:13:18
[INFO] [stderr]    |
[INFO] [stderr] 13 |     value: time::Tm,
[INFO] [stderr]    |                  ^^ not found in `time`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `now` in crate `time`
[INFO] [stderr]   --> src/time_measure.rs:20:26
[INFO] [stderr]    |
[INFO] [stderr] 20 |             value: time::now(),
[INFO] [stderr]    |                          ^^^ not found in `time`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `now` in crate `time`
[INFO] [stderr]   --> src/time_measure.rs:31:28
[INFO] [stderr]    |
[INFO] [stderr] 31 |         self.value = time::now();
[INFO] [stderr]    |                            ^^^ not found in `time`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `strftime` in crate `time`
[INFO] [stderr]   --> src/time_measure.rs:39:15
[INFO] [stderr]    |
[INFO] [stderr] 39 |         time::strftime("%H:%M", &self.value).unwrap_or(String::new())
[INFO] [stderr]    |               ^^^^^^^^ not found in `time`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `end_section` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:27:18
[INFO] [stderr]    |
[INFO] [stderr] 27 |         self.ini.end_section();
[INFO] [stderr]    |                  ^^^^^^^^^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `begin_section` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:32:18
[INFO] [stderr]    |
[INFO] [stderr] 32 |         self.ini.begin_section(section);
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/skin.rs:11:23
[INFO] [stderr]    |
[INFO] [stderr] 11 |     measures: Vec<Box<Measureable<'a> + 'a>>,
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Measureable<'a> + 'a`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `get` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:33:36
[INFO] [stderr]    |
[INFO] [stderr] 33 |         let value = match self.ini.get(key) {
[INFO] [stderr]    |                                    ^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `end_section` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:37:18
[INFO] [stderr]    |
[INFO] [stderr] 37 |         self.ini.end_section();
[INFO] [stderr]    |                  ^^^^^^^^^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/skin.rs:26:48
[INFO] [stderr]    |
[INFO] [stderr] 26 |     pub fn add_measure(&mut self, measure: Box<Measureable<'a> + 'a>) {
[INFO] [stderr]    |                                                ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Measureable<'a> + 'a`
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/skin.rs:30:40
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub fn measures(&self) -> &Vec<Box<Measureable<'a> + 'a>> {
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Measureable<'a> + 'a`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `begin_section` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:42:18
[INFO] [stderr]    |
[INFO] [stderr] 42 |         self.ini.begin_section(section);
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `get` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:43:36
[INFO] [stderr]    |
[INFO] [stderr] 43 |         let value = match self.ini.get(key) {
[INFO] [stderr]    |                                    ^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `end_section` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:47:18
[INFO] [stderr]    |
[INFO] [stderr] 47 |         self.ini.end_section();
[INFO] [stderr]    |                  ^^^^^^^^^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `begin_section` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:52:18
[INFO] [stderr]    |
[INFO] [stderr] 52 |         self.ini.begin_section(section);
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `get` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:53:36
[INFO] [stderr]    |
[INFO] [stderr] 53 |         let value = match self.ini.get(key) {
[INFO] [stderr]    |                                    ^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `end_section` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:57:18
[INFO] [stderr]    |
[INFO] [stderr] 57 |         self.ini.end_section();
[INFO] [stderr]    |                  ^^^^^^^^^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for struct `std::string::String` in the current scope
[INFO] [stderr]   --> src/skin.rs:23:19
[INFO] [stderr]    |
[INFO] [stderr] 23 |         self.name.as_slice()
[INFO] [stderr]    |                   ^^^^^^^^ method not found in `std::string::String`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for struct `std::string::String` in the current scope
[INFO] [stderr]   --> src/time_measure.rs:27:19
[INFO] [stderr]    |
[INFO] [stderr] 27 |         self.name.as_slice()
[INFO] [stderr]    |                   ^^^^^^^^ method not found in `std::string::String`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 20 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `rainmeter-rust`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0599]: no method named `begin_section` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:22:18
[INFO] [stderr]    |
[INFO] [stderr] 22 |         self.ini.begin_section(section);
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `get` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:23:36
[INFO] [stderr]    |
[INFO] [stderr] 23 |         let value = match self.ini.get(key) {
[INFO] [stderr]    |                                    ^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for struct `std::string::String` in the current scope
[INFO] [stderr]   --> src/config.rs:24:37
[INFO] [stderr]    |
[INFO] [stderr] 24 |             Some(v) => Some(String::from_str(v)),
[INFO] [stderr]    |                                     ^^^^^^^^ function or associated item not found in `std::string::String`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]    = note: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]            `use std::str::FromStr;`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `end_section` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:27:18
[INFO] [stderr]    |
[INFO] [stderr] 27 |         self.ini.end_section();
[INFO] [stderr]    |                  ^^^^^^^^^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `begin_section` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:32:18
[INFO] [stderr]    |
[INFO] [stderr] 32 |         self.ini.begin_section(section);
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `get` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:33:36
[INFO] [stderr]    |
[INFO] [stderr] 33 |         let value = match self.ini.get(key) {
[INFO] [stderr]    |                                    ^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `end_section` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:37:18
[INFO] [stderr]    |
[INFO] [stderr] 37 |         self.ini.end_section();
[INFO] [stderr]    |                  ^^^^^^^^^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `begin_section` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:42:18
[INFO] [stderr]    |
[INFO] [stderr] 42 |         self.ini.begin_section(section);
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `get` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:43:36
[INFO] [stderr]    |
[INFO] [stderr] 43 |         let value = match self.ini.get(key) {
[INFO] [stderr]    |                                    ^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `end_section` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:47:18
[INFO] [stderr]    |
[INFO] [stderr] 47 |         self.ini.end_section();
[INFO] [stderr]    |                  ^^^^^^^^^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `begin_section` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:52:18
[INFO] [stderr]    |
[INFO] [stderr] 52 |         self.ini.begin_section(section);
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `get` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:53:36
[INFO] [stderr]    |
[INFO] [stderr] 53 |         let value = match self.ini.get(key) {
[INFO] [stderr]    |                                    ^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `end_section` found for struct `ini::Ini` in the current scope
[INFO] [stderr]   --> src/config.rs:57:18
[INFO] [stderr]    |
[INFO] [stderr] 57 |         self.ini.end_section();
[INFO] [stderr]    |                  ^^^^^^^^^^^ method not found in `ini::Ini`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for struct `std::string::String` in the current scope
[INFO] [stderr]   --> src/skin.rs:23:19
[INFO] [stderr]    |
[INFO] [stderr] 23 |         self.name.as_slice()
[INFO] [stderr]    |                   ^^^^^^^^ method not found in `std::string::String`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for struct `std::string::String` in the current scope
[INFO] [stderr]   --> src/time_measure.rs:27:19
[INFO] [stderr]    |
[INFO] [stderr] 27 |         self.name.as_slice()
[INFO] [stderr]    |                   ^^^^^^^^ method not found in `std::string::String`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 20 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `rainmeter-rust`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "6974757d9952d186bb1902a5205efd653ec84a0770cf330c676af73144b89975"`
[INFO] running `"docker" "rm" "-f" "6974757d9952d186bb1902a5205efd653ec84a0770cf330c676af73144b89975"`
[INFO] [stdout] 6974757d9952d186bb1902a5205efd653ec84a0770cf330c676af73144b89975
