[INFO] updating cached repository https://github.com/Fredemus/Tempo-rs [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/Fredemus/Tempo-rs [INFO] [stderr] bb8b7da..ec4c6a8 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ec4c6a873092fa0b4bd45d761d033c398e72a080 [INFO] checking Fredemus/Tempo-rs against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFredemus%2FTempo-rs" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 73% (11/15) Checking out files: 80% (12/15) Checking out files: 86% (13/15) Checking out files: 93% (14/15) Checking out files: 100% (15/15) Checking out files: 100% (15/15), done. [INFO] validating manifest of git repo https://github.com/Fredemus/Tempo-rs on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Fredemus/Tempo-rs [INFO] finished tweaking git repo https://github.com/Fredemus/Tempo-rs [INFO] tweaked toml for git repo https://github.com/Fredemus/Tempo-rs written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/Fredemus/Tempo-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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] a4e8fbe6df2f15ceda8ea96db33015f440fe7b0282c991d92e28911d60d0264d [INFO] running `"docker" "start" "-a" "a4e8fbe6df2f15ceda8ea96db33015f440fe7b0282c991d92e28911d60d0264d"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling anyhow v1.0.22 [INFO] [stderr] Compiling cpal v0.10.0 (https://github.com/RustAudio/cpal#fc46f023) [INFO] [stderr] Checking transpose v0.1.0 [INFO] [stderr] Checking strength_reduce v0.2.2 [INFO] [stderr] Compiling alsa-sys v0.1.1 (https://github.com/RustAudio/cpal#fc46f023) [INFO] [stderr] Checking rppal v0.11.3 [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Checking linreg v0.1.3 [INFO] [stderr] Checking num-bigint v0.2.3 [INFO] [stderr] Checking num-iter v0.1.39 [INFO] [stderr] Checking rustfft v3.0.0 [INFO] [stderr] Checking basic_dsp_vector v0.8.1 [INFO] [stderr] Checking num-rational v0.2.2 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Compiling thiserror-impl v1.0.5 [INFO] [stderr] Checking thiserror v1.0.5 [INFO] [stderr] Checking tempo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `Parity`, `Uart` [INFO] [stderr] --> src/main.rs:40:19 [INFO] [stderr] | [INFO] [stderr] 40 | use rppal::uart::{Parity, Uart}; [INFO] [stderr] | ^^^^^^ ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> src/main.rs:147:28 [INFO] [stderr] | [INFO] [stderr] 147 | let mut pin = gpio.get().unwrap().into_input_pullup(); [INFO] [stderr] | ^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `tempo`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused imports: `Parity`, `Uart` [INFO] [stderr] --> src/main.rs:40:19 [INFO] [stderr] | [INFO] [stderr] 40 | use rppal::uart::{Parity, Uart}; [INFO] [stderr] | ^^^^^^ ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> src/main.rs:147:28 [INFO] [stderr] | [INFO] [stderr] 147 | let mut pin = gpio.get().unwrap().into_input_pullup(); [INFO] [stderr] | ^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `tempo`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a4e8fbe6df2f15ceda8ea96db33015f440fe7b0282c991d92e28911d60d0264d"` [INFO] running `"docker" "rm" "-f" "a4e8fbe6df2f15ceda8ea96db33015f440fe7b0282c991d92e28911d60d0264d"` [INFO] [stdout] a4e8fbe6df2f15ceda8ea96db33015f440fe7b0282c991d92e28911d60d0264d