[INFO] cloning repository https://github.com/schmittmike/pi_spi [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/schmittmike/pi_spi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschmittmike%2Fpi_spi", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschmittmike%2Fpi_spi'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 062afd98198dcdfae125e52e563917e83ed60032 [INFO] checking schmittmike/pi_spi against master#0c478fdfe138a8b09744798c85fe2be657768b00 for pr-139419 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschmittmike%2Fpi_spi" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/schmittmike/pi_spi on toolchain 0c478fdfe138a8b09744798c85fe2be657768b00 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0c478fdfe138a8b09744798c85fe2be657768b00" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/schmittmike/pi_spi [INFO] finished tweaking git repo https://github.com/schmittmike/pi_spi [INFO] tweaked toml for git repo https://github.com/schmittmike/pi_spi written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/schmittmike/pi_spi already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0c478fdfe138a8b09744798c85fe2be657768b00" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+0c478fdfe138a8b09744798c85fe2be657768b00" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 16a8cd9b445224b5f81867fea25d1be2ca0b08a4807c9fff60618d4b8e93ccda [INFO] running `Command { std: "docker" "start" "-a" "16a8cd9b445224b5f81867fea25d1be2ca0b08a4807c9fff60618d4b8e93ccda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "16a8cd9b445224b5f81867fea25d1be2ca0b08a4807c9fff60618d4b8e93ccda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16a8cd9b445224b5f81867fea25d1be2ca0b08a4807c9fff60618d4b8e93ccda", kill_on_drop: false }` [INFO] [stdout] 16a8cd9b445224b5f81867fea25d1be2ca0b08a4807c9fff60618d4b8e93ccda [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+0c478fdfe138a8b09744798c85fe2be657768b00" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a8665473cebe87e7f12ad75b5d45f986657add70b66a4fa457919b9972ff48eb [INFO] running `Command { std: "docker" "start" "-a" "a8665473cebe87e7f12ad75b5d45f986657add70b66a4fa457919b9972ff48eb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.134 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking rppal v0.13.1 [INFO] [stderr] Checking pi_spi v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0583]: file not found for module `pwm` [INFO] [stdout] --> src/main.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | mod pwm; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `pwm`, create file "src/pwm.rs" or "src/pwm/mod.rs" [INFO] [stdout] = note: if there is a `mod pwm` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `pwm` [INFO] [stdout] --> src/main.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | mod pwm; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `pwm`, create file "src/pwm.rs" or "src/pwm/mod.rs" [INFO] [stdout] = note: if there is a `mod pwm` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0583`. [INFO] [stdout] [INFO] [stderr] error: could not compile `pi_spi` (bin "pi_spi") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0583`. [INFO] [stdout] [INFO] [stderr] error: could not compile `pi_spi` (bin "pi_spi" test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "a8665473cebe87e7f12ad75b5d45f986657add70b66a4fa457919b9972ff48eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8665473cebe87e7f12ad75b5d45f986657add70b66a4fa457919b9972ff48eb", kill_on_drop: false }` [INFO] [stdout] a8665473cebe87e7f12ad75b5d45f986657add70b66a4fa457919b9972ff48eb