[INFO] updating cached repository oniGino/lenovo_throttled [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/oniGino/lenovo_throttled [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/oniGino/lenovo_throttled" "work/ex/beta-1.38-1/sources/1.37.0/gh/oniGino/lenovo_throttled"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/oniGino/lenovo_throttled'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/oniGino/lenovo_throttled" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/oniGino/lenovo_throttled"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/oniGino/lenovo_throttled'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 11f352f587dc4d27b9a504c436e8feb2e063cdde [INFO] sha for GitHub repo oniGino/lenovo_throttled: 11f352f587dc4d27b9a504c436e8feb2e063cdde [INFO] validating manifest of oniGino/lenovo_throttled on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of oniGino/lenovo_throttled on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing oniGino/lenovo_throttled [INFO] finished frobbing oniGino/lenovo_throttled [INFO] frobbed toml for oniGino/lenovo_throttled written to work/ex/beta-1.38-1/sources/1.37.0/gh/oniGino/lenovo_throttled/Cargo.toml [INFO] started frobbing oniGino/lenovo_throttled [INFO] finished frobbing oniGino/lenovo_throttled [INFO] frobbed toml for oniGino/lenovo_throttled written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/oniGino/lenovo_throttled/Cargo.toml [INFO] crate oniGino/lenovo_throttled already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing oniGino/lenovo_throttled against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/oniGino/lenovo_throttled:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 499e4c8e11ac32cbb4657e694a0d0a2f9354c7dc447d9d50df9d031ed61895f6 [INFO] running `"docker" "start" "-a" "499e4c8e11ac32cbb4657e694a0d0a2f9354c7dc447d9d50df9d031ed61895f6"` [INFO] [stderr] Compiling ryu v0.2.4 [INFO] [stderr] Compiling serde v1.0.71 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling memmap v0.6.2 [INFO] [stderr] Compiling libdbus-sys v0.1.3 [INFO] [stderr] Compiling bytebuffer v0.2.1 [INFO] [stderr] Compiling psutil v1.1.1 (https://github.com/borntyping/rust-psutil#d7b49884) [INFO] [stderr] Compiling nix v0.11.0 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling quote v0.6.6 [INFO] [stderr] Compiling aho-corasick v0.6.6 [INFO] [stderr] Compiling nom v4.0.0 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling syn v0.14.8 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling regex v1.0.2 [INFO] [stderr] Compiling dbus v0.6.2 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling serde-hjson v0.8.1 [INFO] [stderr] Compiling serde_derive v1.0.71 [INFO] [stderr] Compiling serde_json v1.0.26 [INFO] [stderr] Compiling toml v0.4.6 [INFO] [stderr] Compiling config v0.9.0 [INFO] [stderr] Compiling docopt v1.0.0 [INFO] [stderr] Compiling lenovo_throttled v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0425]: cannot find value `exit_event` in this scope [INFO] [stderr] --> src/main.rs:82:76 [INFO] [stderr] | [INFO] [stderr] 82 | let th_handler = th_builder.spawn(move || power_thread(settings, regs, exit_event, power)).unwrap(); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `exit_event` in this scope [INFO] [stderr] --> src/main.rs:131:9 [INFO] [stderr] | [INFO] [stderr] 131 | exit_event.set(true); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `exit_event` in this scope [INFO] [stderr] --> src/main.rs:156:5 [INFO] [stderr] | [INFO] [stderr] 156 | exit_event.set(); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `event_loop` in this scope [INFO] [stderr] --> src/main.rs:157:5 [INFO] [stderr] | [INFO] [stderr] 157 | event_loop.close(); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `mchbar_mmio` in this scope [INFO] [stderr] --> src/main.rs:452:9 [INFO] [stderr] | [INFO] [stderr] 452 | mchbar_mmio.write32(0, write_value & 0xffffffff); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `mchbar_mmio` in this scope [INFO] [stderr] --> src/main.rs:453:9 [INFO] [stderr] | [INFO] [stderr] 453 | mchbar_mmio.write32(4, write_value >> 32); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `mchbar_mmio` in this scope [INFO] [stderr] --> src/main.rs:455:30 [INFO] [stderr] | [INFO] [stderr] 455 | let read_value = mchbar_mmio.read32(0) | (mchbar_mmio.read32(4) << 32); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `mchbar_mmio` in this scope [INFO] [stderr] --> src/main.rs:455:55 [INFO] [stderr] | [INFO] [stderr] 455 | let read_value = mchbar_mmio.read32(0) | (mchbar_mmio.read32(4) << 32); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:397:81 [INFO] [stderr] | [INFO] [stderr] 397 | fn power_thread(config: Config, regs: HashMap<(String,String),u64>, exit_event: mio::Evented, power: HashMap<&str,&str>) { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn mio::Evented` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable statement [INFO] [stderr] --> src/main.rs:156:5 [INFO] [stderr] | [INFO] [stderr] 156 | exit_event.set(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unreachable_code)] on by default [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `(dyn mio::Evented + 'static)` cannot be known at compilation time [INFO] [stderr] --> src/main.rs:82:47 [INFO] [stderr] | [INFO] [stderr] 82 | let th_handler = th_builder.spawn(move || power_thread(settings, regs, exit_event, power)).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `(dyn mio::Evented + 'static)` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all function arguments must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `(dyn mio::Evented + 'static)` cannot be known at compilation time [INFO] [stderr] --> src/main.rs:397:69 [INFO] [stderr] | [INFO] [stderr] 397 | fn power_thread(config: Config, regs: HashMap<(String,String),u64>, exit_event: mio::Evented, power: HashMap<&str,&str>) { [INFO] [stderr] | ^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `(dyn mio::Evented + 'static)` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_set` found for type `(dyn mio::Evented + 'static)` in the current scope [INFO] [stderr] --> src/main.rs:408:23 [INFO] [stderr] | [INFO] [stderr] 408 | while !exit_event.is_set() { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `u64` with `std::vec::Vec` [INFO] [stderr] --> src/main.rs:421:46 [INFO] [stderr] | [INFO] [stderr] 421 | let mat = *write_value >> 24 == read_value; [INFO] [stderr] | ^^ no implementation for `u64 == std::vec::Vec` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq>` is not implemented for `u64` [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `u64` with `std::vec::Vec` [INFO] [stderr] --> src/main.rs:434:40 [INFO] [stderr] | [INFO] [stderr] 434 | let mat = *write_value == read_value; [INFO] [stderr] | ^^ no implementation for `u64 == std::vec::Vec` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq>` is not implemented for `u64` [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `u64` with `std::vec::Vec` [INFO] [stderr] --> src/main.rs:446:36 [INFO] [stderr] | [INFO] [stderr] 446 | let mat = *write_value == read_value; [INFO] [stderr] | ^^ no implementation for `u64 == std::vec::Vec` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq>` is not implemented for `u64` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `wait` found for type `(dyn mio::Evented + 'static)` in the current scope [INFO] [stderr] --> src/main.rs:471:28 [INFO] [stderr] | [INFO] [stderr] 471 | exit_event.wait(wait_t); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 15 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0425, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `lenovo_throttled`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "499e4c8e11ac32cbb4657e694a0d0a2f9354c7dc447d9d50df9d031ed61895f6"` [INFO] running `"docker" "rm" "-f" "499e4c8e11ac32cbb4657e694a0d0a2f9354c7dc447d9d50df9d031ed61895f6"` [INFO] [stdout] 499e4c8e11ac32cbb4657e694a0d0a2f9354c7dc447d9d50df9d031ed61895f6