[INFO] updating cached repository https://github.com/pop-os/system76-power
[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] [stderr] From https://github.com/pop-os/system76-power
[INFO] [stderr]  + 7732570...5215742 rtd3-power-mgmt -> rtd3-power-mgmt  (forced update)
[INFO] [stderr]  + b088537...88f79b6 wip/amd-nvidia  -> wip/amd-nvidia  (forced update)
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] ae28a292b487c707b1a3e2568bc68d6b97a0ad6d
[INFO] checking pop-os/system76-power against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpop-os%2Fsystem76-power" "/workspace/builds/worker-4/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/pop-os/system76-power on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[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-4/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 `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 3666ae9bcad2ab1952039b691a00d71becea5bc13e1a3e26f806ca593d55fc37
[INFO] running `"docker" "start" "-a" "3666ae9bcad2ab1952039b691a00d71becea5bc13e1a3e26f806ca593d55fc37"`
[INFO] [stderr]    Compiling proc-macro2 v1.0.8
[INFO] [stderr]     Checking numtoa v0.2.3
[INFO] [stderr]    Compiling err-derive v0.1.6
[INFO] [stderr]    Compiling num-traits v0.2.11
[INFO] [stderr]    Compiling libdbus-sys v0.2.1
[INFO] [stderr]    Compiling vergen v0.1.1
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]     Checking sysfs-class v0.1.2 (https://github.com/pop-os/sysfs-class#25c8ab30)
[INFO] [stderr]    Compiling system76-power v1.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking dbus v0.7.1
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking num-integer v0.1.42
[INFO] [stderr]    Compiling syn v1.0.14
[INFO] [stderr]     Checking chrono v0.4.10
[INFO] [stderr]     Checking fern v0.5.9
[INFO] [stderr]    Compiling smart-default v0.5.2
[INFO] [stderr]    Compiling synstructure v0.12.3
[INFO] [stderr]    Compiling proc-macro-error v0.2.6
[INFO] [stderr]     Checking intel-pstate v0.2.0
[INFO] [stderr] error[E0425]: cannot find value `standard` in this scope
[INFO] [stderr]    --> src/fan.rs:367:20
[INFO] [stderr]     |
[INFO] [stderr] 367 |         assert_eq!(standard.get_duty(0), Some(3000));
[INFO] [stderr]     |                    ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `standard` in this scope
[INFO] [stderr]    --> src/fan.rs:368:20
[INFO] [stderr]     |
[INFO] [stderr] 368 |         assert_eq!(standard.get_duty(5000), Some(3500));
[INFO] [stderr]     |                    ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `standard` in this scope
[INFO] [stderr]    --> src/fan.rs:369:20
[INFO] [stderr]     |
[INFO] [stderr] 369 |         assert_eq!(standard.get_duty(6000), Some(4500));
[INFO] [stderr]     |                    ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `standard` in this scope
[INFO] [stderr]    --> src/fan.rs:370:20
[INFO] [stderr]     |
[INFO] [stderr] 370 |         assert_eq!(standard.get_duty(7000), Some(5500));
[INFO] [stderr]     |                    ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `standard` in this scope
[INFO] [stderr]    --> src/fan.rs:371:20
[INFO] [stderr]     |
[INFO] [stderr] 371 |         assert_eq!(standard.get_duty(7400), Some(6000));
[INFO] [stderr]     |                    ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `standard` in this scope
[INFO] [stderr]    --> src/fan.rs:372:20
[INFO] [stderr]     |
[INFO] [stderr] 372 |         assert_eq!(standard.get_duty(7600), Some(7000));
[INFO] [stderr]     |                    ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `standard` in this scope
[INFO] [stderr]    --> src/fan.rs:373:20
[INFO] [stderr]     |
[INFO] [stderr] 373 |         assert_eq!(standard.get_duty(7800), Some(8000));
[INFO] [stderr]     |                    ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `standard` in this scope
[INFO] [stderr]    --> src/fan.rs:374:20
[INFO] [stderr]     |
[INFO] [stderr] 374 |         assert_eq!(standard.get_duty(8100), Some(10000));
[INFO] [stderr]     |                    ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `standard` in this scope
[INFO] [stderr]    --> src/fan.rs:375:20
[INFO] [stderr]     |
[INFO] [stderr] 375 |         assert_eq!(standard.get_duty(10000), Some(10000));
[INFO] [stderr]     |                    ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `corex` in this scope
[INFO] [stderr]    --> src/fan.rs:396:20
[INFO] [stderr]     |
[INFO] [stderr] 396 |         assert_eq!(corex.get_duty(0), Some(4000));
[INFO] [stderr]     |                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `corex` in this scope
[INFO] [stderr]    --> src/fan.rs:397:20
[INFO] [stderr]     |
[INFO] [stderr] 397 |         assert_eq!(corex.get_duty(5000), Some(4000));
[INFO] [stderr]     |                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `corex` in this scope
[INFO] [stderr]    --> src/fan.rs:398:20
[INFO] [stderr]     |
[INFO] [stderr] 398 |         assert_eq!(corex.get_duty(5500), Some(4500));
[INFO] [stderr]     |                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `corex` in this scope
[INFO] [stderr]    --> src/fan.rs:399:20
[INFO] [stderr]     |
[INFO] [stderr] 399 |         assert_eq!(corex.get_duty(6000), Some(5000));
[INFO] [stderr]     |                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `corex` in this scope
[INFO] [stderr]    --> src/fan.rs:400:20
[INFO] [stderr]     |
[INFO] [stderr] 400 |         assert_eq!(corex.get_duty(6500), Some(5500));
[INFO] [stderr]     |                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `corex` in this scope
[INFO] [stderr]    --> src/fan.rs:401:20
[INFO] [stderr]     |
[INFO] [stderr] 401 |         assert_eq!(corex.get_duty(7000), Some(6000));
[INFO] [stderr]     |                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `corex` in this scope
[INFO] [stderr]    --> src/fan.rs:402:20
[INFO] [stderr]     |
[INFO] [stderr] 402 |         assert_eq!(corex.get_duty(7500), Some(6500));
[INFO] [stderr]     |                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `corex` in this scope
[INFO] [stderr]    --> src/fan.rs:403:20
[INFO] [stderr]     |
[INFO] [stderr] 403 |         assert_eq!(corex.get_duty(7800), Some(8000));
[INFO] [stderr]     |                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `corex` in this scope
[INFO] [stderr]    --> src/fan.rs:404:20
[INFO] [stderr]     |
[INFO] [stderr] 404 |         assert_eq!(corex.get_duty(8100), Some(8500));
[INFO] [stderr]     |                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `corex` in this scope
[INFO] [stderr]    --> src/fan.rs:405:20
[INFO] [stderr]     |
[INFO] [stderr] 405 |         assert_eq!(corex.get_duty(8300), Some(9000));
[INFO] [stderr]     |                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `corex` in this scope
[INFO] [stderr]    --> src/fan.rs:406:20
[INFO] [stderr]     |
[INFO] [stderr] 406 |         assert_eq!(corex.get_duty(8500), Some(10000));
[INFO] [stderr]     |                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `corex` in this scope
[INFO] [stderr]    --> src/fan.rs:407:20
[INFO] [stderr]     |
[INFO] [stderr] 407 |         assert_eq!(corex.get_duty(10000), Some(10000));
[INFO] [stderr]     |                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 21 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `system76-power`.
[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: build failed
[INFO] running `"docker" "inspect" "3666ae9bcad2ab1952039b691a00d71becea5bc13e1a3e26f806ca593d55fc37"`
[INFO] running `"docker" "rm" "-f" "3666ae9bcad2ab1952039b691a00d71becea5bc13e1a3e26f806ca593d55fc37"`
[INFO] [stdout] 3666ae9bcad2ab1952039b691a00d71becea5bc13e1a3e26f806ca593d55fc37
