[INFO] cloning repository https://github.com/poiru/rainmeter-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/poiru/rainmeter-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpoiru%2Frainmeter-rust"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpoiru%2Frainmeter-rust'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 90fabe8c582b0c291c6f81c607cf95c94ea37ae4 [INFO] checking poiru/rainmeter-rust against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpoiru%2Frainmeter-rust" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/poiru/rainmeter-rust on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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-9/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-9/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/zonyitoo/rust-ini` [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 876448e7f4f5ef2f82c1b6c988328acd8f1811e5e3b4cc8f16ef3da5acfe7fdf [INFO] running `"docker" "start" "-a" "876448e7f4f5ef2f82c1b6c988328acd8f1811e5e3b4cc8f16ef3da5acfe7fdf"` [INFO] [stderr] Checking multimap v0.5.0 [INFO] [stderr] Checking rust-ini v0.14.0 (https://github.com/zonyitoo/rust-ini#477b32a3) [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] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/skin.rs:11:23 [INFO] [stderr] | [INFO] [stderr] 11 | measures: Vec + '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 + '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 + 'a>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Measureable<'a> + 'a` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `begin_section` found for type `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 type `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 type `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 type `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 type `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 type `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 type `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 type `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 type `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 type `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 type `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 type `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 type `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 type `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 type `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 16 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `rainmeter-rust`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/skin.rs:11:23 [INFO] [stderr] | [INFO] [stderr] 11 | measures: Vec + '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 + '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 + 'a>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Measureable<'a> + 'a` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `begin_section` found for type `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 type `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 type `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 type `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 type `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 type `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 type `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 type `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 type `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 type `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 type `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 type `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 type `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 type `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 type `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 16 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [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" "876448e7f4f5ef2f82c1b6c988328acd8f1811e5e3b4cc8f16ef3da5acfe7fdf"` [INFO] running `"docker" "rm" "-f" "876448e7f4f5ef2f82c1b6c988328acd8f1811e5e3b4cc8f16ef3da5acfe7fdf"` [INFO] [stdout] 876448e7f4f5ef2f82c1b6c988328acd8f1811e5e3b4cc8f16ef3da5acfe7fdf