[INFO] fetching crate smc 0.2.2... [INFO] testing smc-0.2.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate smc 0.2.2 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate smc 0.2.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate smc 0.2.2 [INFO] finished tweaking crates.io crate smc 0.2.2 [INFO] tweaked toml for crates.io crate smc 0.2.2 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d9ecc22f5c0d6c6fc6d5c2731dead537259f74139fe42357f613b07ab8886ddc [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" "d9ecc22f5c0d6c6fc6d5c2731dead537259f74139fe42357f613b07ab8886ddc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d9ecc22f5c0d6c6fc6d5c2731dead537259f74139fe42357f613b07ab8886ddc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9ecc22f5c0d6c6fc6d5c2731dead537259f74139fe42357f613b07ab8886ddc", kill_on_drop: false }` [INFO] [stdout] d9ecc22f5c0d6c6fc6d5c2731dead537259f74139fe42357f613b07ab8886ddc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6da301202c6fb9ba73364e15a616930d426484546c88e89283ada4cc11988959 [INFO] running `Command { std: "docker" "start" "-a" "6da301202c6fb9ba73364e15a616930d426484546c88e89283ada4cc11988959", kill_on_drop: false }` [INFO] [stderr] Compiling smc v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `four_char_code` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate four_char_code; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `lazy_static` [INFO] [stdout] --> src/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | extern crate lazy_static; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: SMC only works on macOS [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | compile_error!("SMC only works on macOS"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `libc::CTL_HW`, `four_char_code::FourCharCode` [INFO] [stdout] --> src/lib.rs:21:20 [INFO] [stdout] | [INFO] [stdout] 21 | use libc::{sysctl, CTL_HW}; [INFO] [stdout] | ^^^^^^ no `CTL_HW` in the root [INFO] [stdout] | [INFO] [stdout] ::: src/conversions.rs:8:38 [INFO] [stdout] | [INFO] [stdout] 8 | use four_char_code::{four_char_code, FourCharCode}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `four_char_code` in this scope [INFO] [stdout] --> src/conversions.rs:12:33 [INFO] [stdout] | [INFO] [stdout] 12 | const TYPE_FLAG: FourCharCode = four_char_code!("flag"); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `four_char_code` in this scope [INFO] [stdout] --> src/conversions.rs:13:31 [INFO] [stdout] | [INFO] [stdout] 13 | const TYPE_I8: FourCharCode = four_char_code!("si8 "); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `four_char_code` in this scope [INFO] [stdout] --> src/conversions.rs:14:31 [INFO] [stdout] | [INFO] [stdout] 14 | const TYPE_U8: FourCharCode = four_char_code!("ui8 "); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `four_char_code` in this scope [INFO] [stdout] --> src/conversions.rs:15:32 [INFO] [stdout] | [INFO] [stdout] 15 | const TYPE_I16: FourCharCode = four_char_code!("si16"); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `four_char_code` in this scope [INFO] [stdout] --> src/conversions.rs:16:32 [INFO] [stdout] | [INFO] [stdout] 16 | const TYPE_U16: FourCharCode = four_char_code!("ui16"); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `four_char_code` in this scope [INFO] [stdout] --> src/conversions.rs:17:32 [INFO] [stdout] | [INFO] [stdout] 17 | const TYPE_I32: FourCharCode = four_char_code!("si32"); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `four_char_code` in this scope [INFO] [stdout] --> src/conversions.rs:18:32 [INFO] [stdout] | [INFO] [stdout] 18 | const TYPE_U32: FourCharCode = four_char_code!("ui32"); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `four_char_code` in this scope [INFO] [stdout] --> src/conversions.rs:19:33 [INFO] [stdout] | [INFO] [stdout] 19 | const TYPE_FPE2: FourCharCode = four_char_code!("fpe2"); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `four_char_code` in this scope [INFO] [stdout] --> src/conversions.rs:20:33 [INFO] [stdout] | [INFO] [stdout] 20 | const TYPE_SP78: FourCharCode = four_char_code!("sp78"); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `four_char_code` in this scope [INFO] [stdout] --> src/conversions.rs:21:32 [INFO] [stdout] | [INFO] [stdout] 21 | const TYPE_FAN: FourCharCode = four_char_code!("{fds"); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `four_char_code` in this scope [INFO] [stdout] --> src/lib.rs:137:33 [INFO] [stdout] | [INFO] [stdout] 137 | const TYPE_SP78: FourCharCode = four_char_code!("sp78"); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `four_char_code` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate four_char_code; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `lazy_static` in this scope [INFO] [stdout] --> src/lib.rs:382:1 [INFO] [stdout] | [INFO] [stdout] 382 | lazy_static! { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `lazy_static` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> src/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | extern crate lazy_static; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `four_char_code` in this scope [INFO] [stdout] --> src/lib.rs:444:51 [INFO] [stdout] | [INFO] [stdout] 444 | let bitmask: u16 = self.smc_repr.read_key(four_char_code!("FS! "))?; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `four_char_code` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate four_char_code; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `four_char_code` in this scope [INFO] [stdout] --> src/lib.rs:449:51 [INFO] [stdout] | [INFO] [stdout] 449 | let bitmask: u16 = self.smc_repr.read_key(four_char_code!("FS! "))?; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `four_char_code` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate four_char_code; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `four_char_code` in this scope [INFO] [stdout] --> src/lib.rs:458:37 [INFO] [stdout] | [INFO] [stdout] 458 | self.smc_repr.write_key(four_char_code!("FS! "), new) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `four_char_code` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate four_char_code; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `four_char_code` in this scope [INFO] [stdout] --> src/lib.rs:522:25 [INFO] [stdout] | [INFO] [stdout] 522 | self.0.read_key(four_char_code!("#KEY")) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `four_char_code` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate four_char_code; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `four_char_code` in this scope [INFO] [stdout] --> src/lib.rs:554:46 [INFO] [stdout] | [INFO] [stdout] 554 | Ok(usize::from(self.0.read_key::(four_char_code!("FNum"))?)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `four_char_code` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate four_char_code; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `four_char_code` in this scope [INFO] [stdout] --> src/lib.rs:579:25 [INFO] [stdout] | [INFO] [stdout] 579 | self.0.read_key(four_char_code!("MSDI")) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `four_char_code` is imported here, but it is an unresolved item, not a macro [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate four_char_code; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/conversions.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 12 | const TYPE_FLAG: FourCharCode = four_char_code!("flag"); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/conversions.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | const TYPE_I8: FourCharCode = four_char_code!("si8 "); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/conversions.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | const TYPE_U8: FourCharCode = four_char_code!("ui8 "); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/conversions.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 15 | const TYPE_I16: FourCharCode = four_char_code!("si16"); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/conversions.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | const TYPE_U16: FourCharCode = four_char_code!("ui16"); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/conversions.rs:17:17 [INFO] [stdout] | [INFO] [stdout] 17 | const TYPE_I32: FourCharCode = four_char_code!("si32"); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/conversions.rs:18:17 [INFO] [stdout] | [INFO] [stdout] 18 | const TYPE_U32: FourCharCode = four_char_code!("ui32"); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/conversions.rs:19:18 [INFO] [stdout] | [INFO] [stdout] 19 | const TYPE_FPE2: FourCharCode = four_char_code!("fpe2"); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/conversions.rs:20:18 [INFO] [stdout] | [INFO] [stdout] 20 | const TYPE_SP78: FourCharCode = four_char_code!("sp78"); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/conversions.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | const TYPE_FAN: FourCharCode = four_char_code!("{fds"); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | pub id: FourCharCode, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct DataType { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 30 | pub id: FourCharCode, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct DataType { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 30 | pub id: FourCharCode, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | pub code: FourCharCode, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 36 | pub struct SMCKey { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 37 | pub code: FourCharCode, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:88:16 [INFO] [stdout] | [INFO] [stdout] 88 | data_type: FourCharCode, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:88:16 [INFO] [stdout] | [INFO] [stdout] 86 | struct SMCKeyInfoData { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 87 | data_size: u32, [INFO] [stdout] 88 | data_type: FourCharCode, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:95:10 [INFO] [stdout] | [INFO] [stdout] 95 | key: FourCharCode, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:95:10 [INFO] [stdout] | [INFO] [stdout] 94 | struct SMCParam { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 95 | key: FourCharCode, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:137:18 [INFO] [stdout] | [INFO] [stdout] 137 | const TYPE_SP78: FourCharCode = four_char_code!("sp78"); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:146:17 [INFO] [stdout] | [INFO] [stdout] 146 | KeyNotFound(FourCharCode), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:154:34 [INFO] [stdout] | [INFO] [stdout] 153 | impl SMCError { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 154 | pub fn code(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:332:36 [INFO] [stdout] | [INFO] [stdout] 332 | fn key_information(&self, key: FourCharCode) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:345:33 [INFO] [stdout] | [INFO] [stdout] 345 | fn read_key(&self, code: FourCharCode) -> Result [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:353:34 [INFO] [stdout] | [INFO] [stdout] 353 | fn write_key(&self, code: FourCharCode, data: T) -> Result<(), SMCError> [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:361:62 [INFO] [stdout] | [INFO] [stdout] 252 | impl SMCRepr { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 361 | fn key_information_at_index(&self, index: u32) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | Into::::into(format!($fmt, $($args),+)) [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 411 | impl Fan { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 423 | self.smc_repr.read_key(fcc_format!("F{}Mn", self.id)) [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `fcc_format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | Into::::into(format!($fmt, $($args),+)) [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 411 | impl Fan { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 427 | self.smc_repr.read_key(fcc_format!("F{}Mx", self.id)) [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `fcc_format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | Into::::into(format!($fmt, $($args),+)) [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 411 | impl Fan { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 431 | self.smc_repr.read_key(fcc_format!("F{}Ac", self.id)) [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `fcc_format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | Into::::into(format!($fmt, $($args),+)) [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 411 | impl Fan { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 470 | .write_key(fcc_format!("F{}Mn", self.id), speed) [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `fcc_format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | Into::::into(format!($fmt, $($args),+)) [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 411 | impl Fan { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 482 | .write_key(fcc_format!("F{}Tg", self.id), speed) [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `fcc_format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SHARED` in this scope [INFO] [stdout] --> src/lib.rs:509:26 [INFO] [stdout] | [INFO] [stdout] 509 | let mut shared = SHARED.lock().unwrap(); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:529:38 [INFO] [stdout] | [INFO] [stdout] 503 | impl SMC { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 529 | pub fn keys(&self) -> Result, SMCError> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:531:26 [INFO] [stdout] | [INFO] [stdout] 503 | impl SMC { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 531 | let mut res: Vec = Vec::with_capacity(len as usize); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | Into::::into(format!($fmt, $($args),+)) [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 503 | impl SMC { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 558 | let res: RawFan = self.0.read_key(fcc_format!("F{}ID", id))?; [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `fcc_format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:582:62 [INFO] [stdout] | [INFO] [stdout] 503 | impl SMC { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 582 | pub fn all_temperature_sensors_keys(&self) -> Result, SMCError> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:596:61 [INFO] [stdout] | [INFO] [stdout] 503 | impl SMC { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 596 | pub fn all_temperature_sensors(&self) -> Result, SMCError> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:607:36 [INFO] [stdout] | [INFO] [stdout] 607 | pub fn temperature(&self, key: FourCharCode) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | Into::::into(format!($fmt, $($args),+)) [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 503 | impl SMC { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 622 | self.temperature(fcc_format!("TC{}C", id)) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `fcc_format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FourCharCode` in this scope [INFO] [stdout] --> src/lib.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | Into::::into(format!($fmt, $($args),+)) [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 503 | impl SMC { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 680 | self.temperature(fcc_format!("FG{}C", id)) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `fcc_format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | extern crate libc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/lib.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | use libc::{sysctl, CTL_HW}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/lib.rs:212:9 [INFO] [stdout] | [INFO] [stdout] 212 | sysctl( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/lib.rs:234:9 [INFO] [stdout] | [INFO] [stdout] 234 | sysctl( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/conversions.rs:9:20 [INFO] [stdout] | [INFO] [stdout] 9 | use libc::{c_void, memcpy}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/conversions.rs:77:17 [INFO] [stdout] | [INFO] [stdout] 77 | memcpy( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/conversions.rs:123:17 [INFO] [stdout] | [INFO] [stdout] 123 | memcpy( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/conversions.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | memcpy( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/conversions.rs:177:17 [INFO] [stdout] | [INFO] [stdout] 177 | memcpy( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/conversions.rs:203:17 [INFO] [stdout] | [INFO] [stdout] 203 | memcpy( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/conversions.rs:263:25 [INFO] [stdout] | [INFO] [stdout] 263 | memcpy( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 307 | def_float!(f32); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = note: this error originates in the macro `def_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/conversions.rs:275:25 [INFO] [stdout] | [INFO] [stdout] 275 | memcpy( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 307 | def_float!(f32); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = note: this error originates in the macro `def_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/conversions.rs:263:25 [INFO] [stdout] | [INFO] [stdout] 263 | memcpy( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 308 | def_float!(f64); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = note: this error originates in the macro `def_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> src/conversions.rs:275:25 [INFO] [stdout] | [INFO] [stdout] 275 | memcpy( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 308 | def_float!(f64); [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = note: this error originates in the macro `def_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/lib.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Default, Debug, Copy, Clone, PartialEq, Eq)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 30 | pub id: FourCharCode, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Default` [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/lib.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Default, Debug, Copy, Clone)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 37 | pub code: FourCharCode, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Default` [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/lib.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 84 | #[derive(Default, Debug, Copy, Clone)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 88 | data_type: FourCharCode, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Default` [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/lib.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Default, Debug, Copy, Clone)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 95 | key: FourCharCode, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Default` [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 80 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0283, E0412, E0425, E0432, E0463, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `smc` due to 81 previous errors [INFO] running `Command { std: "docker" "inspect" "6da301202c6fb9ba73364e15a616930d426484546c88e89283ada4cc11988959", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6da301202c6fb9ba73364e15a616930d426484546c88e89283ada4cc11988959", kill_on_drop: false }` [INFO] [stdout] 6da301202c6fb9ba73364e15a616930d426484546c88e89283ada4cc11988959