[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] - [deleted] (none) -> dbus-0.7_bionic [INFO] [stderr] - [deleted] (none) -> thelio-major-r2 [INFO] [stderr] - [deleted] (none) -> thelio-major-r2_bionic [INFO] [stderr] 7a43106..a76dbae master -> master [INFO] [stderr] 4f6a818..0cab18b master_bionic -> master_bionic [INFO] [stderr] + df01c75...d13742b rtd3-power-mgmt -> rtd3-power-mgmt (forced update) [INFO] [stderr] * [new branch] wip/amd-nvidia -> wip/amd-nvidia [INFO] [stderr] * [new tag] 1.0.2 -> 1.0.2 [INFO] [stderr] * [new tag] 1.1.2 -> 1.1.2 [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a76dbaebadd6ac16d6dc29cd7dcf4abf9de6ca42 [INFO] checking pop-os/system76-power against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpop-os%2Fsystem76-power" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pop-os/system76-power on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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-0/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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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] 1079eb497264c2d3c2cca8107d9fe70660ae1784c39d915779dd4c0e072a42f3 [INFO] running `"docker" "start" "-a" "1079eb497264c2d3c2cca8107d9fe70660ae1784c39d915779dd4c0e072a42f3"` [INFO] [stderr] Compiling libdbus-sys v0.2.1 [INFO] [stderr] Checking sysfs-class v0.1.2 (https://github.com/pop-os/sysfs-class#25c8ab30) [INFO] [stderr] Compiling err-derive v0.1.5 [INFO] [stderr] Checking fern v0.5.8 [INFO] [stderr] Compiling vergen v0.1.1 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling smart-default v0.5.2 [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" "1079eb497264c2d3c2cca8107d9fe70660ae1784c39d915779dd4c0e072a42f3"` [INFO] running `"docker" "rm" "-f" "1079eb497264c2d3c2cca8107d9fe70660ae1784c39d915779dd4c0e072a42f3"` [INFO] [stdout] 1079eb497264c2d3c2cca8107d9fe70660ae1784c39d915779dd4c0e072a42f3