[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] testing poiru/rainmeter-rust against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpoiru%2Frainmeter-rust" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/poiru/rainmeter-rust on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-3/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" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-3/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" "+beta-2020-06-03" "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" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded quote v1.0.7 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a064ca6578f5eadd8b8b57d826f65bf675eeb3cd349a6020f1a3f1783404f6b0 [INFO] running `"docker" "start" "-a" "a064ca6578f5eadd8b8b57d826f65bf675eeb3cd349a6020f1a3f1783404f6b0"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling ahash v0.3.5 [INFO] [stderr] Compiling hashbrown v0.7.2 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling standback v0.2.9 [INFO] [stderr] Compiling time v0.2.16 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling dlv-list v0.2.2 [INFO] [stderr] Compiling ordered-multimap v0.2.4 [INFO] [stderr] Compiling rust-ini v0.15.2 (https://github.com/zonyitoo/rust-ini#8726f2f5) [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling time-macros v0.1.0 [INFO] [stderr] Compiling 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] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | #![feature(core)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | #![feature(collections)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [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 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 22 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0554, 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" "a064ca6578f5eadd8b8b57d826f65bf675eeb3cd349a6020f1a3f1783404f6b0"` [INFO] running `"docker" "rm" "-f" "a064ca6578f5eadd8b8b57d826f65bf675eeb3cd349a6020f1a3f1783404f6b0"` [INFO] [stdout] a064ca6578f5eadd8b8b57d826f65bf675eeb3cd349a6020f1a3f1783404f6b0