[INFO] cloning repository https://github.com/ksev/nino [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ksev/nino" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fksev%2Fnino", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fksev%2Fnino'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6e2dee19a272443831afc1ad6328af2fa80e0789 [INFO] checking ksev/nino against try#9c1dcf141bc0875407c4eb36972857bd3db713e2 for pr-81863 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fksev%2Fnino" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ksev/nino on toolchain 9c1dcf141bc0875407c4eb36972857bd3db713e2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9c1dcf141bc0875407c4eb36972857bd3db713e2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ksev/nino [INFO] finished tweaking git repo https://github.com/ksev/nino [INFO] tweaked toml for git repo https://github.com/ksev/nino written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/ksev/nino already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9c1dcf141bc0875407c4eb36972857bd3db713e2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded thread-priority v0.2.1 [INFO] [stderr] Downloaded rhai_codegen v0.2.0 [INFO] [stderr] Downloaded rhai v0.19.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+9c1dcf141bc0875407c4eb36972857bd3db713e2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 45f2059ba52ab09ab94990f4f8d79ba4a388e6c7fce2c162a5fd13d0761b324a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "45f2059ba52ab09ab94990f4f8d79ba4a388e6c7fce2c162a5fd13d0761b324a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "45f2059ba52ab09ab94990f4f8d79ba4a388e6c7fce2c162a5fd13d0761b324a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45f2059ba52ab09ab94990f4f8d79ba4a388e6c7fce2c162a5fd13d0761b324a", kill_on_drop: false }` [INFO] [stdout] 45f2059ba52ab09ab94990f4f8d79ba4a388e6c7fce2c162a5fd13d0761b324a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+9c1dcf141bc0875407c4eb36972857bd3db713e2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ac9049b8ec8a3c049369ee2a86065393c23f74d76a5147ba20169a3daad2b43b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ac9049b8ec8a3c049369ee2a86065393c23f74d76a5147ba20169a3daad2b43b", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling getrandom v0.2.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Checking smallvec v1.5.0 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Checking regex-syntax v0.6.21 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Compiling anyhow v1.0.34 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking os_str_bytes v2.4.0 [INFO] [stderr] Checking humantime v2.0.1 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking lock_api v0.4.2 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking textwrap v0.12.1 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Checking log v0.4.11 [INFO] [stderr] Checking parking_lot_core v0.8.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking fs2 v0.4.3 [INFO] [stderr] Checking thread-priority v0.2.1 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-utils v0.8.0 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking aho-corasick v0.7.15 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking clap v3.0.0-beta.2 [INFO] [stderr] Compiling const-random-macro v0.1.12 [INFO] [stderr] Checking crossbeam-epoch v0.9.0 [INFO] [stderr] Checking regex v1.4.2 [INFO] [stderr] Checking sled v0.34.6 [INFO] [stderr] Checking const-random v0.1.12 [INFO] [stderr] Checking ahash v0.3.8 [INFO] [stderr] Checking dashmap v3.11.10 [INFO] [stderr] Checking env_logger v0.8.2 [INFO] [stderr] Compiling rhai_codegen v0.2.0 [INFO] [stderr] Checking rhai v0.19.5 [INFO] [stderr] Checking bincode v1.3.1 [INFO] [stderr] Checking nino v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rppal` [INFO] [stdout] --> src/pwm.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rppal::pwm::{Channel, Polarity, Pwm as RPwm}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `rppal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rppal` [INFO] [stdout] --> src/main.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | use rppal::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `rppal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rppal` [INFO] [stdout] --> src/pwm.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rppal::pwm::{Channel, Polarity, Pwm as RPwm}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `rppal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rppal` [INFO] [stdout] --> src/main.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | use rppal::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `rppal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RPwm` [INFO] [stdout] --> src/pwm.rs:12:24 [INFO] [stdout] | [INFO] [stdout] 12 | let cluster0 = RPwm::with_frequency( [INFO] [stdout] | ^^^^ use of undeclared type `RPwm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Channel` [INFO] [stdout] --> src/pwm.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | Channel::Pwm0, // Channel [INFO] [stdout] | ^^^^^^^ use of undeclared type `Channel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Polarity` [INFO] [stdout] --> src/pwm.rs:16:13 [INFO] [stdout] | [INFO] [stdout] 16 | Polarity::Inverse, [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Polarity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RPwm` [INFO] [stdout] --> src/pwm.rs:20:24 [INFO] [stdout] | [INFO] [stdout] 20 | let cluster1 = RPwm::with_frequency( [INFO] [stdout] | ^^^^ use of undeclared type `RPwm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Channel` [INFO] [stdout] --> src/pwm.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | Channel::Pwm1, // Channel [INFO] [stdout] | ^^^^^^^ use of undeclared type `Channel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Polarity` [INFO] [stdout] --> src/pwm.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | Polarity::Inverse, [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Polarity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rppal` [INFO] [stdout] --> src/main.rs:44:19 [INFO] [stdout] | [INFO] [stdout] 44 | let mut i2c = rppal::i2c::I2c::new()?; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `rppal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RPwm` [INFO] [stdout] --> src/pwm.rs:12:24 [INFO] [stdout] | [INFO] [stdout] 12 | let cluster0 = RPwm::with_frequency( [INFO] [stdout] | ^^^^ use of undeclared type `RPwm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Channel` [INFO] [stdout] --> src/pwm.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | Channel::Pwm0, // Channel [INFO] [stdout] | ^^^^^^^ use of undeclared type `Channel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Polarity` [INFO] [stdout] --> src/pwm.rs:16:13 [INFO] [stdout] | [INFO] [stdout] 16 | Polarity::Inverse, [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Polarity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gpio` [INFO] [stdout] --> src/main.rs:132:16 [INFO] [stdout] | [INFO] [stdout] 132 | let gpio = Gpio::new()?; [INFO] [stdout] | ^^^^ use of undeclared type `Gpio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Level` [INFO] [stdout] --> src/main.rs:173:39 [INFO] [stdout] | [INFO] [stdout] 173 | if current == Level::Low { [INFO] [stdout] | ^^^^^ use of undeclared type `Level` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RPwm` in this scope [INFO] [stdout] --> src/pwm.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | cluster0: RPwm, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RPwm` in this scope [INFO] [stdout] --> src/pwm.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 7 | cluster1: RPwm, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `I2c` in this scope [INFO] [stdout] --> src/main.rs:73:23 [INFO] [stdout] | [INFO] [stdout] 73 | fn read_adc(i2c: &mut I2c, channel: Channel) -> Result { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RPwm` [INFO] [stdout] --> src/pwm.rs:20:24 [INFO] [stdout] | [INFO] [stdout] 20 | let cluster1 = RPwm::with_frequency( [INFO] [stdout] | ^^^^ use of undeclared type `RPwm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Channel` [INFO] [stdout] --> src/pwm.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | Channel::Pwm1, // Channel [INFO] [stdout] | ^^^^^^^ use of undeclared type `Channel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Polarity` [INFO] [stdout] --> src/pwm.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | Polarity::Inverse, [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Polarity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rppal` [INFO] [stdout] --> src/main.rs:44:19 [INFO] [stdout] | [INFO] [stdout] 44 | let mut i2c = rppal::i2c::I2c::new()?; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `rppal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Gpio` [INFO] [stdout] --> src/main.rs:132:16 [INFO] [stdout] | [INFO] [stdout] 132 | let gpio = Gpio::new()?; [INFO] [stdout] | ^^^^ use of undeclared type `Gpio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Level` [INFO] [stdout] --> src/main.rs:173:39 [INFO] [stdout] | [INFO] [stdout] 173 | if current == Level::Low { [INFO] [stdout] | ^^^^^ use of undeclared type `Level` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RPwm` in this scope [INFO] [stdout] --> src/pwm.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | cluster0: RPwm, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RPwm` in this scope [INFO] [stdout] --> src/pwm.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 7 | cluster1: RPwm, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `I2c` in this scope [INFO] [stdout] --> src/main.rs:73:23 [INFO] [stdout] | [INFO] [stdout] 73 | fn read_adc(i2c: &mut I2c, channel: Channel) -> Result { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 14 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nino` [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] [stdout] error: aborting due to 14 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "ac9049b8ec8a3c049369ee2a86065393c23f74d76a5147ba20169a3daad2b43b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac9049b8ec8a3c049369ee2a86065393c23f74d76a5147ba20169a3daad2b43b", kill_on_drop: false }` [INFO] [stdout] ac9049b8ec8a3c049369ee2a86065393c23f74d76a5147ba20169a3daad2b43b