[INFO] fetching crate rpi_embedded 0.0.1... [INFO] checking rpi_embedded-0.0.1 against try#d990716b6a1fdde1300748828a9c9e79dfd0b898 for pr-74846 [INFO] extracting crate rpi_embedded 0.0.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate rpi_embedded 0.0.1 on toolchain d990716b6a1fdde1300748828a9c9e79dfd0b898 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rpi_embedded 0.0.1 [INFO] finished tweaking crates.io crate rpi_embedded 0.0.1 [INFO] tweaked toml for crates.io crate rpi_embedded 0.0.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate rpi_embedded 0.0.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f5c85f5b250059f5ca2382524d935864c3e59eb4a09ca7dc3c844355b27d7fce [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" "f5c85f5b250059f5ca2382524d935864c3e59eb4a09ca7dc3c844355b27d7fce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f5c85f5b250059f5ca2382524d935864c3e59eb4a09ca7dc3c844355b27d7fce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5c85f5b250059f5ca2382524d935864c3e59eb4a09ca7dc3c844355b27d7fce", kill_on_drop: false }` [INFO] [stdout] f5c85f5b250059f5ca2382524d935864c3e59eb4a09ca7dc3c844355b27d7fce [INFO] running `Command { std: "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" "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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+d990716b6a1fdde1300748828a9c9e79dfd0b898" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 51bf0e5f31c95daa9b8d69f91378ec55412ecdb9754968ec74e9521987e455fe [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" "51bf0e5f31c95daa9b8d69f91378ec55412ecdb9754968ec74e9521987e455fe", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.73 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking simple-signal v1.1.1 [INFO] [stderr] Checking rpi_embedded v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `rppal_w_frontend` [INFO] [stdout] --> examples/gpio_blinkled_signals.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | use rppal_w_frontend::gpio::Gpio; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `rppal_w_frontend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `rppal_w_frontend` [INFO] [stdout] --> examples/uart_blocking_read.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | use rppal_w_frontend::uart::{Parity, Uart}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `rppal_w_frontend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `rppal_w_frontend` [INFO] [stdout] --> examples/i2c_ds3231.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | use rppal_w_frontend::i2c::I2c; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `rppal_w_frontend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `rppal_w_frontend` [INFO] [stdout] --> examples/gpio_status.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | use rppal_w_frontend::gpio::Gpio; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `rppal_w_frontend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `rppal_w_frontend` [INFO] [stdout] --> examples/gpio_status.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | use rppal_w_frontend::system::{DeviceInfo, Model}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `rppal_w_frontend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Model` [INFO] [stdout] --> examples/gpio_status.rs:154:9 [INFO] [stdout] | [INFO] [stdout] 154 | Model::RaspberryPiBRev1 => { [INFO] [stdout] | ^^^^^ use of undeclared type or module `Model` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Model` [INFO] [stdout] --> examples/gpio_status.rs:164:9 [INFO] [stdout] | [INFO] [stdout] 164 | Model::RaspberryPiA | Model::RaspberryPiBRev2 => print_header(&HEADER[..MAX_PINS_SHORT]), [INFO] [stdout] | ^^^^^ use of undeclared type or module `Model` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Model` [INFO] [stdout] --> examples/gpio_status.rs:164:31 [INFO] [stdout] | [INFO] [stdout] 164 | Model::RaspberryPiA | Model::RaspberryPiBRev2 => print_header(&HEADER[..MAX_PINS_SHORT]), [INFO] [stdout] | ^^^^^ use of undeclared type or module `Model` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Model` [INFO] [stdout] --> examples/gpio_status.rs:165:9 [INFO] [stdout] | [INFO] [stdout] 165 | Model::RaspberryPiAPlus [INFO] [stdout] | ^^^^^ use of undeclared type or module `Model` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Model` [INFO] [stdout] --> examples/gpio_status.rs:166:11 [INFO] [stdout] | [INFO] [stdout] 166 | | Model::RaspberryPiBPlus [INFO] [stdout] | ^^^^^ use of undeclared type or module `Model` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Model` [INFO] [stdout] --> examples/gpio_status.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | | Model::RaspberryPi2B [INFO] [stdout] | ^^^^^ use of undeclared type or module `Model` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Model` [INFO] [stdout] --> examples/gpio_status.rs:168:11 [INFO] [stdout] | [INFO] [stdout] 168 | | Model::RaspberryPi3APlus [INFO] [stdout] | ^^^^^ use of undeclared type or module `Model` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Model` [INFO] [stdout] --> examples/gpio_status.rs:169:11 [INFO] [stdout] | [INFO] [stdout] 169 | | Model::RaspberryPi3B [INFO] [stdout] | ^^^^^ use of undeclared type or module `Model` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Model` [INFO] [stdout] --> examples/gpio_status.rs:170:11 [INFO] [stdout] | [INFO] [stdout] 170 | | Model::RaspberryPi3BPlus [INFO] [stdout] | ^^^^^ use of undeclared type or module `Model` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Model` [INFO] [stdout] --> examples/gpio_status.rs:171:11 [INFO] [stdout] | [INFO] [stdout] 171 | | Model::RaspberryPi4B [INFO] [stdout] | ^^^^^ use of undeclared type or module `Model` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Model` [INFO] [stdout] --> examples/gpio_status.rs:172:11 [INFO] [stdout] | [INFO] [stdout] 172 | | Model::RaspberryPiZero [INFO] [stdout] | ^^^^^ use of undeclared type or module `Model` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Model` [INFO] [stdout] --> examples/gpio_status.rs:173:11 [INFO] [stdout] | [INFO] [stdout] 173 | | Model::RaspberryPiZeroW => print_header(&HEADER[..MAX_PINS_LONG]), [INFO] [stdout] | ^^^^^ use of undeclared type or module `Model` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Gpio` [INFO] [stdout] --> examples/gpio_status.rs:116:16 [INFO] [stdout] | [INFO] [stdout] 116 | let gpio = Gpio::new()?; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 24 | use rpi_embedded::gpio::Gpio; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `DeviceInfo` [INFO] [stdout] --> examples/gpio_status.rs:153:11 [INFO] [stdout] | [INFO] [stdout] 153 | match DeviceInfo::new()?.model() { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 24 | use rpi_embedded::system::DeviceInfo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `rppal_w_frontend` [INFO] [stdout] --> examples/gpio_blinkled.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | use rppal_w_frontend::gpio::Gpio; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `rppal_w_frontend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Parity` [INFO] [stdout] --> examples/uart_blocking_read.rs:31:39 [INFO] [stdout] | [INFO] [stdout] 31 | let mut uart = Uart::new(115_200, Parity::None, 8, 1)?; [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Parity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `rppal_w_frontend` [INFO] [stdout] --> examples/gpio_servo_softpwm.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | use rppal_w_frontend::gpio::Gpio; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `rppal_w_frontend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Gpio` [INFO] [stdout] --> examples/gpio_blinkled_signals.rs:44:19 [INFO] [stdout] | [INFO] [stdout] 44 | let mut pin = Gpio::new()?.get(GPIO_LED)?.into_output(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 28 | use rpi_embedded::gpio::Gpio; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `I2c` [INFO] [stdout] --> examples/i2c_ds3231.rs:48:19 [INFO] [stdout] | [INFO] [stdout] 48 | let mut i2c = I2c::new()?; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 24 | use rpi_embedded::i2c::I2c; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rpi_embedded`. [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Uart` [INFO] [stdout] --> examples/uart_blocking_read.rs:31:20 [INFO] [stdout] | [INFO] [stdout] 31 | let mut uart = Uart::new(115_200, Parity::None, 8, 1)?; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 23 | use rpi_embedded::uart::Uart; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `rppal_w_frontend` [INFO] [stdout] --> examples/spi_25aa1024.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | use rppal_w_frontend::spi::{Bus, Mode, Segment, SlaveSelect, Spi}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `rppal_w_frontend` [INFO] [stdout] [INFO] [stdout] [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[E0433]: failed to resolve: use of undeclared type or module `rppal_w_frontend` [INFO] [stdout] --> examples/pwm_blinkled.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | use rppal_w_frontend::pwm::{Channel, Polarity, Pwm}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `rppal_w_frontend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `rppal_w_frontend` [INFO] [stdout] --> examples/pwm_servo.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | use rppal_w_frontend::pwm::{Channel, Polarity, Pwm}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `rppal_w_frontend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Bus` [INFO] [stdout] --> examples/spi_25aa1024.rs:39:28 [INFO] [stdout] | [INFO] [stdout] 39 | let mut spi = Spi::new(Bus::Spi0, SlaveSelect::Ss0, 8_000_000, Mode::Mode0)?; [INFO] [stdout] | ^^^ use of undeclared type or module `Bus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `SlaveSelect` [INFO] [stdout] --> examples/spi_25aa1024.rs:39:39 [INFO] [stdout] | [INFO] [stdout] 39 | let mut spi = Spi::new(Bus::Spi0, SlaveSelect::Ss0, 8_000_000, Mode::Mode0)?; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `SlaveSelect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Mode` [INFO] [stdout] --> examples/spi_25aa1024.rs:39:68 [INFO] [stdout] | [INFO] [stdout] 39 | let mut spi = Spi::new(Bus::Spi0, SlaveSelect::Ss0, 8_000_000, Mode::Mode0)?; [INFO] [stdout] | ^^^^ use of undeclared type or module `Mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Channel` [INFO] [stdout] --> examples/pwm_blinkled.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | let pwm = Pwm::with_frequency(Channel::Pwm0, 2.0, 0.25, Polarity::Normal, true)?; [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Channel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Polarity` [INFO] [stdout] --> examples/pwm_blinkled.rs:39:61 [INFO] [stdout] | [INFO] [stdout] 39 | let pwm = Pwm::with_frequency(Channel::Pwm0, 2.0, 0.25, Polarity::Normal, true)?; [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `Polarity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Pwm` [INFO] [stdout] --> examples/pwm_blinkled.rs:39:15 [INFO] [stdout] | [INFO] [stdout] 39 | let pwm = Pwm::with_frequency(Channel::Pwm0, 2.0, 0.25, Polarity::Normal, true)?; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 31 | use rpi_embedded::pwm::Pwm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Spi` [INFO] [stdout] --> examples/spi_25aa1024.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | let mut spi = Spi::new(Bus::Spi0, SlaveSelect::Ss0, 8_000_000, Mode::Mode0)?; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 23 | use rpi_embedded::spi::Spi; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Segment` [INFO] [stdout] --> examples/spi_25aa1024.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | Segment::with_write(&[RDSR]), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 23 | use rpi_embedded::spi::Segment; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Segment` [INFO] [stdout] --> examples/spi_25aa1024.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | Segment::with_read(&mut buffer), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 23 | use rpi_embedded::spi::Segment; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Segment` [INFO] [stdout] --> examples/spi_25aa1024.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | Segment::with_write(&[READ, 0, 0, 0]), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 23 | use rpi_embedded::spi::Segment; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Segment` [INFO] [stdout] --> examples/spi_25aa1024.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | Segment::with_read(&mut buffer), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 23 | use rpi_embedded::spi::Segment; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Gpio` [INFO] [stdout] --> examples/gpio_servo_softpwm.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | let mut pin = Gpio::new()?.get(GPIO_PWM)?.into_output(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 37 | use rpi_embedded::gpio::Gpio; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Gpio` [INFO] [stdout] --> examples/gpio_blinkled.rs:42:19 [INFO] [stdout] | [INFO] [stdout] 42 | let mut pin = Gpio::new()?.get(GPIO_LED)?.into_output(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 31 | use rpi_embedded::gpio::Gpio; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Channel` [INFO] [stdout] --> examples/pwm_servo.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | Channel::Pwm0, [INFO] [stdout] | ^^^^^^^ use of undeclared type or module `Channel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Polarity` [INFO] [stdout] --> examples/pwm_servo.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | Polarity::Normal, [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `Polarity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Pwm` [INFO] [stdout] --> examples/pwm_servo.rs:54:15 [INFO] [stdout] | [INFO] [stdout] 54 | let pwm = Pwm::with_period( [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 36 | use rpi_embedded::pwm::Pwm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "51bf0e5f31c95daa9b8d69f91378ec55412ecdb9754968ec74e9521987e455fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51bf0e5f31c95daa9b8d69f91378ec55412ecdb9754968ec74e9521987e455fe", kill_on_drop: false }` [INFO] [stdout] 51bf0e5f31c95daa9b8d69f91378ec55412ecdb9754968ec74e9521987e455fe