[INFO] cloning repository https://github.com/pop-os/system76-power [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pop-os/system76-power" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpop-os%2Fsystem76-power", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpop-os%2Fsystem76-power'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ae01b2fb3b245aacc712d0d1a451701513fe346b [INFO] testing pop-os/system76-power against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpop-os%2Fsystem76-power" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pop-os/system76-power 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] removed /workspace/builds/worker-2/source/rust-toolchain [INFO] started tweaking git repo https://github.com/pop-os/system76-power [INFO] finished tweaking git repo https://github.com/pop-os/system76-power [INFO] tweaked toml for git repo https://github.com/pop-os/system76-power written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/pop-os/system76-power already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a101e764f7a8d4fcf89a912dee9725e77e82b85c0efb162a8de89728a8975723 [INFO] running `Command { std: "docker" "start" "-a" "a101e764f7a8d4fcf89a912dee9725e77e82b85c0efb162a8de89728a8975723", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a101e764f7a8d4fcf89a912dee9725e77e82b85c0efb162a8de89728a8975723", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a101e764f7a8d4fcf89a912dee9725e77e82b85c0efb162a8de89728a8975723", kill_on_drop: false }` [INFO] [stdout] a101e764f7a8d4fcf89a912dee9725e77e82b85c0efb162a8de89728a8975723 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stdout] 0ddf01cd70e6366a0402506378c3d4ef06708a559cc65414dfeaf6e7d6e5194c [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" "0ddf01cd70e6366a0402506378c3d4ef06708a559cc65414dfeaf6e7d6e5194c", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling libc v0.2.106 [INFO] [stderr] Compiling pkg-config v0.3.22 [INFO] [stderr] Compiling futures-sink v0.3.17 [INFO] [stderr] Compiling serde_json v1.0.69 [INFO] [stderr] Compiling numtoa v0.2.4 [INFO] [stderr] Compiling concat-in-place v1.0.0 [INFO] [stderr] Compiling tokio v1.13.0 [INFO] [stderr] Compiling fern v0.6.0 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling sysfs-class v0.1.3 (https://github.com/pop-os/sysfs-class#ab63e7f6) [INFO] [stderr] Compiling libdbus-sys v0.2.2 [INFO] [stderr] Compiling hidapi v1.2.6 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling tokio-macros v1.5.1 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling smart-default v0.6.0 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling derive_setters v0.1.5 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling intel-pstate v1.0.1 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling dbus v0.9.5 [INFO] [stderr] Compiling futures-executor v0.3.17 [INFO] [stderr] Compiling futures v0.3.17 [INFO] [stderr] Compiling dbus-tokio v0.7.5 [INFO] [stderr] Compiling dbus-crossroads v0.5.0 [INFO] [stderr] Compiling system76-power v1.1.20 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 58s [INFO] running `Command { std: "docker" "inspect" "0ddf01cd70e6366a0402506378c3d4ef06708a559cc65414dfeaf6e7d6e5194c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ddf01cd70e6366a0402506378c3d4ef06708a559cc65414dfeaf6e7d6e5194c", kill_on_drop: false }` [INFO] [stdout] 0ddf01cd70e6366a0402506378c3d4ef06708a559cc65414dfeaf6e7d6e5194c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6fcf7e968826f79d385e9aab4504300b1829e436cc2759cb8e850d4e5c99513e [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" "6fcf7e968826f79d385e9aab4504300b1829e436cc2759cb8e850d4e5c99513e", kill_on_drop: false }` [INFO] [stderr] Compiling system76-power v1.1.20 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 21.13s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/system76_power-cb1aa5a15a81af2a) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/system76_power-919a73546363cc1c) [INFO] running `Command { std: "docker" "inspect" "6fcf7e968826f79d385e9aab4504300b1829e436cc2759cb8e850d4e5c99513e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fcf7e968826f79d385e9aab4504300b1829e436cc2759cb8e850d4e5c99513e", kill_on_drop: false }` [INFO] [stdout] 6fcf7e968826f79d385e9aab4504300b1829e436cc2759cb8e850d4e5c99513e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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] c44c4a705ab14de918cb2017b93c7e096137d5a16eabfcf508484dfb2c2527d5 [INFO] running `Command { std: "docker" "start" "-a" "c44c4a705ab14de918cb2017b93c7e096137d5a16eabfcf508484dfb2c2527d5", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/system76_power-cb1aa5a15a81af2a) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test fan::tests::duty_interpolation ... ok [INFO] [stdout] test fan::tests::standard_points ... ok [INFO] [stdout] test fan::tests::threadripper2_points ... ok [INFO] [stdout] test fan::tests::xeon_points ... ok [INFO] [stdout] test fan::tests::hedt_points ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/system76_power-919a73546363cc1c) [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] [stderr] Doc-tests system76-power [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" "c44c4a705ab14de918cb2017b93c7e096137d5a16eabfcf508484dfb2c2527d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c44c4a705ab14de918cb2017b93c7e096137d5a16eabfcf508484dfb2c2527d5", kill_on_drop: false }` [INFO] [stdout] c44c4a705ab14de918cb2017b93c7e096137d5a16eabfcf508484dfb2c2527d5