[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] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a76dbaebadd6ac16d6dc29cd7dcf4abf9de6ca42 [INFO] checking pop-os/system76-power against try#a243773eaf3fedcd203f10ae4579e4f106bf7ccd for pr-68325 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpop-os%2Fsystem76-power" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pop-os/system76-power on toolchain a243773eaf3fedcd203f10ae4579e4f106bf7ccd [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "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-1/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" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "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] 46759b56b3ab01c7d0b2830313abc0f7a9e84b56bc393a5cd2fa8777669a1023 [INFO] running `"docker" "start" "-a" "46759b56b3ab01c7d0b2830313abc0f7a9e84b56bc393a5cd2fa8777669a1023"` [INFO] [stderr] Checking numtoa v0.2.3 [INFO] [stderr] Compiling libdbus-sys v0.2.1 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking fern v0.5.8 [INFO] [stderr] Compiling err-derive v0.1.5 [INFO] [stderr] Compiling vergen v0.1.1 [INFO] [stderr] Compiling smart-default v0.5.2 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking sysfs-class v0.1.2 (https://github.com/pop-os/sysfs-class#25c8ab30) [INFO] [stderr] Compiling system76-power v1.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Checking dbus v0.7.1 [INFO] [stderr] Checking intel-pstate v0.2.0 [INFO] [stderr] error[E0425]: cannot find value `corex` in this scope [INFO] [stderr] --> src/fan.rs:368:20 [INFO] [stderr] | [INFO] [stderr] 368 | 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:369:20 [INFO] [stderr] | [INFO] [stderr] 369 | 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:370:20 [INFO] [stderr] | [INFO] [stderr] 370 | 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:371:20 [INFO] [stderr] | [INFO] [stderr] 371 | 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:372:20 [INFO] [stderr] | [INFO] [stderr] 372 | 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:373:20 [INFO] [stderr] | [INFO] [stderr] 373 | 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:374:20 [INFO] [stderr] | [INFO] [stderr] 374 | 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:375:20 [INFO] [stderr] | [INFO] [stderr] 375 | 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:376:20 [INFO] [stderr] | [INFO] [stderr] 376 | 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:377:20 [INFO] [stderr] | [INFO] [stderr] 377 | 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:378:20 [INFO] [stderr] | [INFO] [stderr] 378 | 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:379:20 [INFO] [stderr] | [INFO] [stderr] 379 | assert_eq!(corex.get_duty(10000), Some(10000)); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "46759b56b3ab01c7d0b2830313abc0f7a9e84b56bc393a5cd2fa8777669a1023"` [INFO] running `"docker" "rm" "-f" "46759b56b3ab01c7d0b2830313abc0f7a9e84b56bc393a5cd2fa8777669a1023"` [INFO] [stdout] 46759b56b3ab01c7d0b2830313abc0f7a9e84b56bc393a5cd2fa8777669a1023