[INFO] cloning repository https://github.com/andrew-d/lenovo-throttling-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andrew-d/lenovo-throttling-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrew-d%2Flenovo-throttling-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrew-d%2Flenovo-throttling-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6106cf90af1033ca700b3d58ff7963b8ba83f1c5 [INFO] testing andrew-d/lenovo-throttling-rust against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrew-d%2Flenovo-throttling-rust" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/andrew-d/lenovo-throttling-rust on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-13/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 `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d88ab8da99d0568f12c9258a9bed37388f25cb191d33c220c6fe6a7ae6c51144 [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" "d88ab8da99d0568f12c9258a9bed37388f25cb191d33c220c6fe6a7ae6c51144", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d88ab8da99d0568f12c9258a9bed37388f25cb191d33c220c6fe6a7ae6c51144", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d88ab8da99d0568f12c9258a9bed37388f25cb191d33c220c6fe6a7ae6c51144", kill_on_drop: false }` [INFO] [stdout] d88ab8da99d0568f12c9258a9bed37388f25cb191d33c220c6fe6a7ae6c51144 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 81c2e48e0fcf2c2987572b4dc161ef46bf58b9299a5a65d74d79c8937c30215c [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" "81c2e48e0fcf2c2987572b4dc161ef46bf58b9299a5a65d74d79c8937c30215c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling proc-macro2 v0.4.13 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling cc v1.0.22 [INFO] [stderr] Compiling pkg-config v0.3.13 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Compiling smallvec v0.6.5 [INFO] [stderr] Compiling crossbeam-utils v0.3.2 [INFO] [stderr] Compiling toml v0.4.6 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling rand v0.4.3 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling crossbeam-epoch v0.4.3 [INFO] [stderr] Compiling libdbus-sys v0.1.3 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling dbus v0.6.2 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stderr] Compiling crossbeam-channel v0.1.3 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling serde_derive v1.0.75 [INFO] [stderr] Compiling failure v0.1.2 [INFO] [stderr] Compiling lenovo-throttling-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused label [INFO] [stdout] --> src/power.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | 'outer: loop { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_labels)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/power.rs:80:43 [INFO] [stdout] | [INFO] [stdout] 80 | HashMap<&str, Variant>> // Changed properties [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `mask` [INFO] [stdout] --> src/msr.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn mask(&mut self, mask: (u32, u32)) -> &mut ReadMsrBuilder { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `read` [INFO] [stdout] --> src/msr.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn read(&self) -> io::Result> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/power.rs:50:25 [INFO] [stdout] | [INFO] [stdout] 50 | send.send(new_state); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/power.rs:93:29 [INFO] [stdout] | [INFO] [stdout] 93 | ... sender.send(new_state); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.60s [INFO] running `Command { std: "docker" "inspect" "81c2e48e0fcf2c2987572b4dc161ef46bf58b9299a5a65d74d79c8937c30215c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81c2e48e0fcf2c2987572b4dc161ef46bf58b9299a5a65d74d79c8937c30215c", kill_on_drop: false }` [INFO] [stdout] 81c2e48e0fcf2c2987572b4dc161ef46bf58b9299a5a65d74d79c8937c30215c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--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] 3856894fc4fc91983b80e5f796c4f90a4653ab77fd996819199727932fc1a81f [INFO] running `Command { std: "docker" "start" "-a" "3856894fc4fc91983b80e5f796c4f90a4653ab77fd996819199727932fc1a81f", kill_on_drop: false }` [INFO] [stderr] Compiling lenovo-throttling-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused label [INFO] [stdout] --> src/power.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | 'outer: loop { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_labels)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/power.rs:80:43 [INFO] [stdout] | [INFO] [stdout] 80 | HashMap<&str, Variant>> // Changed properties [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn RefArg` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `mask` [INFO] [stdout] --> src/msr.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn mask(&mut self, mask: (u32, u32)) -> &mut ReadMsrBuilder { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `read` [INFO] [stdout] --> src/msr.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn read(&self) -> io::Result> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/power.rs:50:25 [INFO] [stdout] | [INFO] [stdout] 50 | send.send(new_state); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/power.rs:93:29 [INFO] [stdout] | [INFO] [stdout] 93 | ... sender.send(new_state); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.29s [INFO] running `Command { std: "docker" "inspect" "3856894fc4fc91983b80e5f796c4f90a4653ab77fd996819199727932fc1a81f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3856894fc4fc91983b80e5f796c4f90a4653ab77fd996819199727932fc1a81f", kill_on_drop: false }` [INFO] [stdout] 3856894fc4fc91983b80e5f796c4f90a4653ab77fd996819199727932fc1a81f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", 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] dd2af5e73a430f241ff7bff40a7b4e686c459ed7584cecc620fe743eb0ee0e83 [INFO] running `Command { std: "docker" "start" "-a" "dd2af5e73a430f241ff7bff40a7b4e686c459ed7584cecc620fe743eb0ee0e83", kill_on_drop: false }` [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `mask` [INFO] [stderr] --> src/msr.rs:26:12 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn mask(&mut self, mask: (u32, u32)) -> &mut ReadMsrBuilder { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `read` [INFO] [stderr] --> src/msr.rs:47:12 [INFO] [stderr] | [INFO] [stderr] 47 | pub fn read(&self) -> io::Result> { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> src/power.rs:50:25 [INFO] [stderr] | [INFO] [stderr] 50 | send.send(new_state); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> src/power.rs:93:29 [INFO] [stderr] | [INFO] [stderr] 93 | ... sender.send(new_state); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/lenovo_throttling_rust-b9db47cd20737c16) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "dd2af5e73a430f241ff7bff40a7b4e686c459ed7584cecc620fe743eb0ee0e83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd2af5e73a430f241ff7bff40a7b4e686c459ed7584cecc620fe743eb0ee0e83", kill_on_drop: false }` [INFO] [stdout] dd2af5e73a430f241ff7bff40a7b4e686c459ed7584cecc620fe743eb0ee0e83