[INFO] updating cached repository https://github.com/andrew-d/lenovo-throttling-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] 6106cf90af1033ca700b3d58ff7963b8ba83f1c5 [INFO] checking andrew-d/lenovo-throttling-rust against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrew-d%2Flenovo-throttling-rust" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/andrew-d/lenovo-throttling-rust on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/andrew-d/lenovo-throttling-rust [INFO] finished tweaking git repo https://github.com/andrew-d/lenovo-throttling-rust [INFO] tweaked toml for git repo https://github.com/andrew-d/lenovo-throttling-rust written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/andrew-d/lenovo-throttling-rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 08338c4b501947c7c62db51b2f8a719751de918ab331a5d51875dfc9cb4c2130 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "08338c4b501947c7c62db51b2f8a719751de918ab331a5d51875dfc9cb4c2130"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking libc v0.2.43 [INFO] [stderr] Compiling proc-macro2 v0.4.13 [INFO] [stderr] Compiling version_check v0.1.4 [INFO] [stderr] Checking cfg-if v0.1.5 [INFO] [stderr] Compiling pkg-config v0.3.13 [INFO] [stderr] Checking nodrop v0.1.12 [INFO] [stderr] Checking rustc-demangle v0.1.9 [INFO] [stderr] Checking byteorder v1.2.6 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Checking smallvec v0.6.5 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Checking owning_ref v0.3.3 [INFO] [stderr] Compiling serde v1.0.75 [INFO] [stderr] Checking crossbeam-utils v0.3.2 [INFO] [stderr] Checking arrayvec v0.4.7 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Checking rand v0.4.3 [INFO] [stderr] Checking num_cpus v1.8.0 [INFO] [stderr] Compiling libdbus-sys v0.1.3 [INFO] [stderr] Checking crossbeam-epoch v0.4.3 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Checking dbus v0.6.2 [INFO] [stderr] Checking backtrace v0.3.9 [INFO] [stderr] Checking parking_lot_core v0.2.14 [INFO] [stderr] Checking parking_lot v0.5.5 [INFO] [stderr] Checking crossbeam-channel v0.1.3 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling serde_derive v1.0.75 [INFO] [stderr] Checking toml v0.4.6 [INFO] [stderr] Checking failure v0.1.2 [INFO] [stderr] Checking lenovo-throttling-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused label [INFO] [stderr] --> src/power.rs:75:5 [INFO] [stderr] | [INFO] [stderr] 75 | 'outer: loop { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_labels)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/power.rs:80:43 [INFO] [stderr] | [INFO] [stderr] 80 | HashMap<&str, Variant>> // Changed properties [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused label [INFO] [stderr] --> src/power.rs:75:5 [INFO] [stderr] | [INFO] [stderr] 75 | 'outer: loop { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_labels)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/power.rs:80:43 [INFO] [stderr] | [INFO] [stderr] 80 | HashMap<&str, Variant>> // Changed properties [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u64` is invalid [INFO] [stderr] --> src/main.rs:301:22 [INFO] [stderr] | [INFO] [stderr] 301 | let pl = (tdp as f64 / power_unit).round() as u64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u64` is invalid [INFO] [stderr] --> src/main.rs:301:22 [INFO] [stderr] | [INFO] [stderr] 301 | let pl = (tdp as f64 / power_unit).round() as u64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0606`. [INFO] [stderr] error: could not compile `lenovo-throttling-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: aborting due to previous error; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0606`. [INFO] [stderr] error: could not compile `lenovo-throttling-rust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "08338c4b501947c7c62db51b2f8a719751de918ab331a5d51875dfc9cb4c2130"` [INFO] running `"docker" "rm" "-f" "08338c4b501947c7c62db51b2f8a719751de918ab331a5d51875dfc9cb4c2130"` [INFO] [stdout] 08338c4b501947c7c62db51b2f8a719751de918ab331a5d51875dfc9cb4c2130