[INFO] fetching crate synopsys-usb-otg 0.5.0...
[INFO] testing synopsys-usb-otg-0.5.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate synopsys-usb-otg 0.5.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate synopsys-usb-otg 0.5.0
[INFO] finished tweaking crates.io crate synopsys-usb-otg 0.5.0
[INFO] tweaked toml for crates.io crate synopsys-usb-otg 0.5.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate synopsys-usb-otg 0.5.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate synopsys-usb-otg 0.5.0 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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded usb-device v0.3.2
[INFO] [stderr]   Downloaded ral-registers v0.1.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ee51ec079922185f7b49dfa4d2bfabf619630949f6bbbfb66cd439fdba7da2d5
[INFO] running `Command { std: "docker" "start" "-a" "ee51ec079922185f7b49dfa4d2bfabf619630949f6bbbfb66cd439fdba7da2d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ee51ec079922185f7b49dfa4d2bfabf619630949f6bbbfb66cd439fdba7da2d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee51ec079922185f7b49dfa4d2bfabf619630949f6bbbfb66cd439fdba7da2d5", kill_on_drop: false }`
[INFO] [stdout] ee51ec079922185f7b49dfa4d2bfabf619630949f6bbbfb66cd439fdba7da2d5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9b6d3df224f7135035e7140bad94cda8ce037dd37413cd14f517682e8cecf58f
[INFO] running `Command { std: "docker" "start" "-a" "9b6d3df224f7135035e7140bad94cda8ce037dd37413cd14f517682e8cecf58f", kill_on_drop: false }`
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling nb v1.1.0
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling synopsys-usb-otg v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling critical-section v1.2.0
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling nb v0.1.3
[INFO] [stderr]    Compiling vcell v0.1.3
[INFO] [stderr]    Compiling ral-registers v0.1.3
[INFO] [stderr]    Compiling embedded-hal v0.2.7
[INFO] [stderr]    Compiling usb-device v0.3.2
[INFO] [stdout] error: select USB mode feature (fs/hs)
[INFO] [stdout]  --> src/lib.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | compile_error!("select USB mode feature (fs/hs)");
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out`
[INFO] [stdout]    --> src/endpoint.rs:16:43
[INFO] [stdout]     |
[INFO] [stdout]  16 |             modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32);
[INFO] [stdout]     |                                           ^^^^^^^ could not find `DOEPCTL` in `endpoint_out`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:102:21
[INFO] [stdout]     |
[INFO] [stdout] 100 |     #[cfg(feature = "fs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 101 |     pub use super::stm32f429::otg_fs_device::{
[INFO] [stdout] 102 |         DOEPCTL1 as DOEPCTL, DOEPINT1 as DOEPINT, DOEPTSIZ1 as DOEPTSIZ,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:107:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |     #[cfg(feature = "hs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout] 106 |     pub use super::stm32f429::otg_hs_device::{
[INFO] [stdout] 107 |         DOEPCTL1 as DOEPCTL, DOEPINT1 as DOEPINT, DOEPTSIZ1 as DOEPTSIZ,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stdout]   --> src/endpoint.rs:20:42
[INFO] [stdout]    |
[INFO] [stdout] 20 |             modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32);
[INFO] [stdout]    |                                          ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/ral/mod.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |     #[cfg(feature = "fs")]
[INFO] [stdout]    |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 57 |     pub use super::stm32f429::otg_fs_device::{
[INFO] [stdout] 58 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/ral/mod.rs:63:21
[INFO] [stdout]    |
[INFO] [stdout] 61 |     #[cfg(feature = "hs")]
[INFO] [stdout]    |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout] 62 |     pub use super::stm32f429::otg_hs_device::{
[INFO] [stdout] 63 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out`
[INFO] [stdout]    --> src/endpoint.rs:29:41
[INFO] [stdout]     |
[INFO] [stdout]  29 |             read_reg!(endpoint_out, ep, DOEPCTL, STALL)
[INFO] [stdout]     |                                         ^^^^^^^ could not find `DOEPCTL` in `endpoint_out`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:102:21
[INFO] [stdout]     |
[INFO] [stdout] 100 |     #[cfg(feature = "fs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 101 |     pub use super::stm32f429::otg_fs_device::{
[INFO] [stdout] 102 |         DOEPCTL1 as DOEPCTL, DOEPINT1 as DOEPINT, DOEPTSIZ1 as DOEPTSIZ,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:107:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |     #[cfg(feature = "hs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout] 106 |     pub use super::stm32f429::otg_hs_device::{
[INFO] [stdout] 107 |         DOEPCTL1 as DOEPCTL, DOEPINT1 as DOEPINT, DOEPTSIZ1 as DOEPTSIZ,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stdout]   --> src/endpoint.rs:33:40
[INFO] [stdout]    |
[INFO] [stdout] 33 |             read_reg!(endpoint_in, ep, DIEPCTL, STALL)
[INFO] [stdout]    |                                        ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/ral/mod.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |     #[cfg(feature = "fs")]
[INFO] [stdout]    |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 57 |     pub use super::stm32f429::otg_fs_device::{
[INFO] [stdout] 58 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/ral/mod.rs:63:21
[INFO] [stdout]    |
[INFO] [stdout] 61 |     #[cfg(feature = "hs")]
[INFO] [stdout]    |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout] 62 |     pub use super::stm32f429::otg_hs_device::{
[INFO] [stdout] 63 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stdout]   --> src/endpoint.rs:85:43
[INFO] [stdout]    |
[INFO] [stdout] 85 |             write_reg!(endpoint_in, regs, DIEPCTL, MPSIZ: mpsiz as u32, SNAK: 1);
[INFO] [stdout]    |                                           ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/ral/mod.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |     #[cfg(feature = "fs")]
[INFO] [stdout]    |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 57 |     pub use super::stm32f429::otg_fs_device::{
[INFO] [stdout] 58 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/ral/mod.rs:63:21
[INFO] [stdout]    |
[INFO] [stdout] 61 |     #[cfg(feature = "hs")]
[INFO] [stdout]    |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout] 62 |     pub use super::stm32f429::otg_hs_device::{
[INFO] [stdout] 63 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPTSIZ` in `endpoint_in`
[INFO] [stdout]   --> src/endpoint.rs:86:43
[INFO] [stdout]    |
[INFO] [stdout] 86 |             write_reg!(endpoint_in, regs, DIEPTSIZ, PKTCNT: 0, XFRSIZ: self.descriptor.max_packet_size as u32);
[INFO] [stdout]    |                                           ^^^^^^^^ could not find `DIEPTSIZ` in `endpoint_in`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/ral/mod.rs:58:64
[INFO] [stdout]    |
[INFO] [stdout] 56 |     #[cfg(feature = "fs")]
[INFO] [stdout]    |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 57 |     pub use super::stm32f429::otg_fs_device::{
[INFO] [stdout] 58 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]    |                                                                ^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/ral/mod.rs:63:64
[INFO] [stdout]    |
[INFO] [stdout] 61 |     #[cfg(feature = "hs")]
[INFO] [stdout]    |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout] 62 |     pub use super::stm32f429::otg_hs_device::{
[INFO] [stdout] 63 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]    |                                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stdout]   --> src/endpoint.rs:89:43
[INFO] [stdout]    |
[INFO] [stdout] 89 |             write_reg!(endpoint_in, regs, DIEPCTL,
[INFO] [stdout]    |                                           ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/ral/mod.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |     #[cfg(feature = "fs")]
[INFO] [stdout]    |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 57 |     pub use super::stm32f429::otg_fs_device::{
[INFO] [stdout] 58 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/ral/mod.rs:63:21
[INFO] [stdout]    |
[INFO] [stdout] 61 |     #[cfg(feature = "hs")]
[INFO] [stdout]    |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout] 62 |     pub use super::stm32f429::otg_hs_device::{
[INFO] [stdout] 63 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stdout]    --> src/endpoint.rs:104:40
[INFO] [stdout]     |
[INFO] [stdout] 104 |         modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0);
[INFO] [stdout]     |                                        ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:58:21
[INFO] [stdout]     |
[INFO] [stdout]  56 |     #[cfg(feature = "fs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout]  57 |     pub use super::stm32f429::otg_fs_device::{
[INFO] [stdout]  58 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:63:21
[INFO] [stdout]     |
[INFO] [stdout]  61 |     #[cfg(feature = "hs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout]  62 |     pub use super::stm32f429::otg_hs_device::{
[INFO] [stdout]  63 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stdout]    --> src/endpoint.rs:109:41
[INFO] [stdout]     |
[INFO] [stdout] 109 |         if read_reg!(endpoint_in, regs, DIEPCTL, EPENA) != 0 && self.index() != 0 {
[INFO] [stdout]     |                                         ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:58:21
[INFO] [stdout]     |
[INFO] [stdout]  56 |     #[cfg(feature = "fs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout]  57 |     pub use super::stm32f429::otg_fs_device::{
[INFO] [stdout]  58 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:63:21
[INFO] [stdout]     |
[INFO] [stdout]  61 |     #[cfg(feature = "hs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout]  62 |     pub use super::stm32f429::otg_hs_device::{
[INFO] [stdout]  63 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stdout]    --> src/endpoint.rs:110:44
[INFO] [stdout]     |
[INFO] [stdout] 110 |             modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1)
[INFO] [stdout]     |                                            ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:58:21
[INFO] [stdout]     |
[INFO] [stdout]  56 |     #[cfg(feature = "fs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout]  57 |     pub use super::stm32f429::otg_fs_device::{
[INFO] [stdout]  58 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:63:21
[INFO] [stdout]     |
[INFO] [stdout]  61 |     #[cfg(feature = "hs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout]  62 |     pub use super::stm32f429::otg_hs_device::{
[INFO] [stdout]  63 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stdout]    --> src/endpoint.rs:121:60
[INFO] [stdout]     |
[INFO] [stdout] 121 |         if self.index() != 0 && read_reg!(endpoint_in, ep, DIEPCTL, EPENA) != 0 {
[INFO] [stdout]     |                                                            ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:58:21
[INFO] [stdout]     |
[INFO] [stdout]  56 |     #[cfg(feature = "fs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout]  57 |     pub use super::stm32f429::otg_fs_device::{
[INFO] [stdout]  58 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:63:21
[INFO] [stdout]     |
[INFO] [stdout]  61 |     #[cfg(feature = "hs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout]  62 |     pub use super::stm32f429::otg_hs_device::{
[INFO] [stdout]  63 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DTXFSTS` in `endpoint_in`
[INFO] [stdout]    --> src/endpoint.rs:132:56
[INFO] [stdout]     |
[INFO] [stdout] 132 |             if size_words > read_reg!(endpoint_in, ep, DTXFSTS, INEPTFSAV) as usize {
[INFO] [stdout]     |                                                        ^^^^^^^ could not find `DTXFSTS` in `endpoint_in`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:58:86
[INFO] [stdout]     |
[INFO] [stdout]  56 |     #[cfg(feature = "fs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout]  57 |     pub use super::stm32f429::otg_fs_device::{
[INFO] [stdout]  58 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]     |                                                                                      ^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:63:86
[INFO] [stdout]     |
[INFO] [stdout]  61 |     #[cfg(feature = "hs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout]  62 |     pub use super::stm32f429::otg_hs_device::{
[INFO] [stdout]  63 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]     |                                                                                      ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stdout]    --> src/endpoint.rs:142:38
[INFO] [stdout]     |
[INFO] [stdout] 142 |         modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1);
[INFO] [stdout]     |                                      ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:58:21
[INFO] [stdout]     |
[INFO] [stdout]  56 |     #[cfg(feature = "fs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout]  57 |     pub use super::stm32f429::otg_fs_device::{
[INFO] [stdout]  58 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:63:21
[INFO] [stdout]     |
[INFO] [stdout]  61 |     #[cfg(feature = "hs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout]  62 |     pub use super::stm32f429::otg_hs_device::{
[INFO] [stdout]  63 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPTSIZ0` in `endpoint0_out`
[INFO] [stdout]    --> src/endpoint.rs:177:45
[INFO] [stdout]     |
[INFO] [stdout] 177 |             write_reg!(endpoint0_out, regs, DOEPTSIZ0, STUPCNT: 1, PKTCNT: 1, XFRSIZ: self.descriptor.max_packet_size as u32);
[INFO] [stdout]     |                                             ^^^^^^^^^ could not find `DOEPTSIZ0` in `endpoint0_out`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:82:67
[INFO] [stdout]     |
[INFO] [stdout]  81 |     #[cfg(feature = "fs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout]  82 |     pub use super::stm32f429::otg_fs_device::{DOEPCTL0, DOEPINT0, DOEPTSIZ0};
[INFO] [stdout]     |                                                                   ^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:85:67
[INFO] [stdout]     |
[INFO] [stdout]  84 |     #[cfg(feature = "hs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout]  85 |     pub use super::stm32f429::otg_hs_device::{DOEPCTL0, DOEPINT0, DOEPTSIZ0};
[INFO] [stdout]     |                                                                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL0` in `endpoint0_out`
[INFO] [stdout]    --> src/endpoint.rs:178:46
[INFO] [stdout]     |
[INFO] [stdout] 178 |             modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1);
[INFO] [stdout]     |                                              ^^^^^^^^ could not find `DOEPCTL0` in `endpoint0_out`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:82:47
[INFO] [stdout]     |
[INFO] [stdout]  81 |     #[cfg(feature = "fs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout]  82 |     pub use super::stm32f429::otg_fs_device::{DOEPCTL0, DOEPINT0, DOEPTSIZ0};
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:85:47
[INFO] [stdout]     |
[INFO] [stdout]  84 |     #[cfg(feature = "hs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout]  85 |     pub use super::stm32f429::otg_hs_device::{DOEPCTL0, DOEPINT0, DOEPTSIZ0};
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out`
[INFO] [stdout]    --> src/endpoint.rs:181:44
[INFO] [stdout]     |
[INFO] [stdout] 181 |             write_reg!(endpoint_out, regs, DOEPCTL,
[INFO] [stdout]     |                                            ^^^^^^^ could not find `DOEPCTL` in `endpoint_out`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:102:21
[INFO] [stdout]     |
[INFO] [stdout] 100 |     #[cfg(feature = "fs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 101 |     pub use super::stm32f429::otg_fs_device::{
[INFO] [stdout] 102 |         DOEPCTL1 as DOEPCTL, DOEPINT1 as DOEPINT, DOEPTSIZ1 as DOEPTSIZ,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:107:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |     #[cfg(feature = "hs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout] 106 |     pub use super::stm32f429::otg_hs_device::{
[INFO] [stdout] 107 |         DOEPCTL1 as DOEPCTL, DOEPINT1 as DOEPINT, DOEPTSIZ1 as DOEPTSIZ,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out`
[INFO] [stdout]    --> src/endpoint.rs:198:45
[INFO] [stdout]     |
[INFO] [stdout] 198 |             modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0);
[INFO] [stdout]     |                                             ^^^^^^^ could not find `DOEPCTL` in `endpoint_out`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:102:21
[INFO] [stdout]     |
[INFO] [stdout] 100 |     #[cfg(feature = "fs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 101 |     pub use super::stm32f429::otg_fs_device::{
[INFO] [stdout] 102 |         DOEPCTL1 as DOEPCTL, DOEPINT1 as DOEPINT, DOEPTSIZ1 as DOEPTSIZ,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:107:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |     #[cfg(feature = "hs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout] 106 |     pub use super::stm32f429::otg_hs_device::{
[INFO] [stdout] 107 |         DOEPCTL1 as DOEPCTL, DOEPINT1 as DOEPINT, DOEPTSIZ1 as DOEPTSIZ,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out`
[INFO] [stdout]    --> src/endpoint.rs:201:46
[INFO] [stdout]     |
[INFO] [stdout] 201 |             if read_reg!(endpoint_out, regs, DOEPCTL, EPENA) != 0 && self.index() != 0 {
[INFO] [stdout]     |                                              ^^^^^^^ could not find `DOEPCTL` in `endpoint_out`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:102:21
[INFO] [stdout]     |
[INFO] [stdout] 100 |     #[cfg(feature = "fs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 101 |     pub use super::stm32f429::otg_fs_device::{
[INFO] [stdout] 102 |         DOEPCTL1 as DOEPCTL, DOEPINT1 as DOEPINT, DOEPTSIZ1 as DOEPTSIZ,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:107:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |     #[cfg(feature = "hs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout] 106 |     pub use super::stm32f429::otg_hs_device::{
[INFO] [stdout] 107 |         DOEPCTL1 as DOEPCTL, DOEPINT1 as DOEPINT, DOEPTSIZ1 as DOEPTSIZ,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out`
[INFO] [stdout]    --> src/endpoint.rs:202:49
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1)
[INFO] [stdout]     |                                                 ^^^^^^^ could not find `DOEPCTL` in `endpoint_out`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:102:21
[INFO] [stdout]     |
[INFO] [stdout] 100 |     #[cfg(feature = "fs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 101 |     pub use super::stm32f429::otg_fs_device::{
[INFO] [stdout] 102 |         DOEPCTL1 as DOEPCTL, DOEPINT1 as DOEPINT, DOEPTSIZ1 as DOEPTSIZ,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:107:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |     #[cfg(feature = "hs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout] 106 |     pub use super::stm32f429::otg_hs_device::{
[INFO] [stdout] 107 |         DOEPCTL1 as DOEPCTL, DOEPINT1 as DOEPINT, DOEPTSIZ1 as DOEPTSIZ,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPTXFx` in `otg_global_dieptxfx`
[INFO] [stdout]   --> src/bus.rs:78:55
[INFO] [stdout]    |
[INFO] [stdout] 78 |             write_reg!(otg_global_dieptxfx, dieptxfx, DIEPTXFx,
[INFO] [stdout]    |                                                       ^^^^^^^^ could not find `DIEPTXFx` in `otg_global_dieptxfx`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/ral/mod.rs:44:58
[INFO] [stdout]    |
[INFO] [stdout] 43 |     #[cfg(feature = "fs")]
[INFO] [stdout]    |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 44 |     pub use super::stm32f429::otg_fs_global::DIEPTXF1 as DIEPTXFx;
[INFO] [stdout]    |                                                          ^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/ral/mod.rs:46:58
[INFO] [stdout]    |
[INFO] [stdout] 45 |     #[cfg(feature = "hs")]
[INFO] [stdout]    |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout] 46 |     pub use super::stm32f429::otg_fs_global::DIEPTXF1 as DIEPTXFx;
[INFO] [stdout]    |                                                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stdout]   --> src/bus.rs:89:48
[INFO] [stdout]    |
[INFO] [stdout] 89 |         modify_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH: 1, TXFFLSH: 1, TXFNUM: 0x10);
[INFO] [stdout]    |                                                ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stdout]   --> src/bus.rs:90:52
[INFO] [stdout]    |
[INFO] [stdout] 90 |         while read_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH, TXFFLSH) != (0, 0) {}
[INFO] [stdout]    |                                                    ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DAINTMSK` in `otg_device`
[INFO] [stdout]    --> src/bus.rs:118:48
[INFO] [stdout]     |
[INFO] [stdout] 118 |         modify_reg!(otg_device, regs.device(), DAINTMSK, IEPM: 0, OEPM: 0);
[INFO] [stdout]     |                                                ^^^^^^^^ could not find `DAINTMSK` in `otg_device`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DCTL` in `otg_device`
[INFO] [stdout]    --> src/bus.rs:136:51
[INFO] [stdout]     |
[INFO] [stdout] 136 |             write_reg!(otg_device, regs.device(), DCTL, SDIS: 1); // Soft disconnect
[INFO] [stdout]     |                                                   ^^^^ could not find `DCTL` in `otg_device`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DCTL` in `otg_device`
[INFO] [stdout]    --> src/bus.rs:138:51
[INFO] [stdout]     |
[INFO] [stdout] 138 |             write_reg!(otg_device, regs.device(), DCTL, SDIS: 0); // Soft connect
[INFO] [stdout]     |                                                   ^^^^ could not find `DCTL` in `otg_device`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stdout]    --> src/bus.rs:376:56
[INFO] [stdout]     |
[INFO] [stdout] 376 |             while read_reg!(otg_global, regs.global(), GRSTCTL, AHBIDL) == 0 {}
[INFO] [stdout]     |                                                        ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stdout]    --> src/bus.rs:446:56
[INFO] [stdout]     |
[INFO] [stdout] 446 |             while read_reg!(otg_global, regs.global(), GRSTCTL, AHBIDL) == 0 {}
[INFO] [stdout]     |                                                        ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stdout]    --> src/bus.rs:447:52
[INFO] [stdout]     |
[INFO] [stdout] 447 |             modify_reg!(otg_global, regs.global(), GRSTCTL, CSRST: 1);
[INFO] [stdout]     |                                                    ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stdout]    --> src/bus.rs:448:56
[INFO] [stdout]     |
[INFO] [stdout] 448 |             while read_reg!(otg_global, regs.global(), GRSTCTL, CSRST) == 1 {}
[INFO] [stdout]     |                                                        ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GCCFG` in `otg_global`
[INFO] [stdout]    --> src/bus.rs:452:56
[INFO] [stdout]     |
[INFO] [stdout] 452 |                 modify_reg!(otg_global, regs.global(), GCCFG, PWRDWN: 1);
[INFO] [stdout]     |                                                        ^^^^^ could not find `GCCFG` in `otg_global`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GCCFG` in `otg_global`
[INFO] [stdout]    --> src/bus.rs:464:60
[INFO] [stdout]     |
[INFO] [stdout] 464 |                     modify_reg!(otg_global, regs.global(), GCCFG, VBUSASEN: 0, VBUSBSEN: 1, SOFOUTEN: 0);
[INFO] [stdout]     |                                                            ^^^^^ could not find `GCCFG` in `otg_global`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DCTL` in `otg_device`
[INFO] [stdout]    --> src/bus.rs:483:52
[INFO] [stdout]     |
[INFO] [stdout] 483 |             modify_reg!(otg_device, regs.device(), DCTL, SDIS: 1);
[INFO] [stdout]     |                                                    ^^^^ could not find `DCTL` in `otg_device`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DCFG` in `otg_device`
[INFO] [stdout]    --> src/bus.rs:492:52
[INFO] [stdout]     |
[INFO] [stdout] 492 |             modify_reg!(otg_device, regs.device(), DCFG,
[INFO] [stdout]     |                                                    ^^^^ could not find `DCFG` in `otg_device`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPMSK` in `otg_device`
[INFO] [stdout]    --> src/bus.rs:500:51
[INFO] [stdout]     |
[INFO] [stdout] 500 |             write_reg!(otg_device, regs.device(), DIEPMSK, XFRCM: 1);
[INFO] [stdout]     |                                                   ^^^^^^^ could not find `DIEPMSK` in `otg_device`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GINTMSK` in `otg_global`
[INFO] [stdout]    --> src/bus.rs:503:51
[INFO] [stdout]     |
[INFO] [stdout] 503 |             write_reg!(otg_global, regs.global(), GINTMSK,
[INFO] [stdout]     |                                                   ^^^^^^^ could not find `GINTMSK` in `otg_global`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GAHBCFG` in `otg_global`
[INFO] [stdout]    --> src/bus.rs:513:52
[INFO] [stdout]     |
[INFO] [stdout] 513 |             modify_reg!(otg_global, regs.global(), GAHBCFG, GINT: 1);
[INFO] [stdout]     |                                                    ^^^^^^^ could not find `GAHBCFG` in `otg_global`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DCTL` in `otg_device`
[INFO] [stdout]    --> src/bus.rs:516:52
[INFO] [stdout]     |
[INFO] [stdout] 516 |             modify_reg!(otg_device, regs.device(), DCTL, SDIS: 0);
[INFO] [stdout]     |                                                    ^^^^ could not find `DCTL` in `otg_device`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DCFG` in `otg_device`
[INFO] [stdout]    --> src/bus.rs:526:52
[INFO] [stdout]     |
[INFO] [stdout] 526 |             modify_reg!(otg_device, regs.device(), DCFG, DAD: 0);
[INFO] [stdout]     |                                                    ^^^^ could not find `DCFG` in `otg_device`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DCFG` in `otg_device`
[INFO] [stdout]    --> src/bus.rs:534:52
[INFO] [stdout]     |
[INFO] [stdout] 534 |             modify_reg!(otg_device, regs.device(), DCFG, DAD: addr as u32);
[INFO] [stdout]     |                                                    ^^^^ could not find `DCFG` in `otg_device`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global`
[INFO] [stdout]    --> src/bus.rs:596:17
[INFO] [stdout]     |
[INFO] [stdout] 596 |                 GINTSTS,
[INFO] [stdout]     |                 ^^^^^^^ could not find `GINTSTS` in `otg_global`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global`
[INFO] [stdout]    --> src/bus.rs:606:55
[INFO] [stdout]     |
[INFO] [stdout] 606 |                 write_reg!(otg_global, regs.global(), GINTSTS, USBRST: 1);
[INFO] [stdout]     |                                                       ^^^^^^^ could not find `GINTSTS` in `otg_global`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stdout]    --> src/bus.rs:611:56
[INFO] [stdout]     |
[INFO] [stdout] 611 |                 modify_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH: 1);
[INFO] [stdout]     |                                                        ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stdout]    --> src/bus.rs:612:60
[INFO] [stdout]     |
[INFO] [stdout] 612 |                 while read_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH) == 1 {}
[INFO] [stdout]     |                                                            ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global`
[INFO] [stdout]    --> src/bus.rs:616:55
[INFO] [stdout]     |
[INFO] [stdout] 616 |                 write_reg!(otg_global, regs.global(), GINTSTS, ENUMDNE: 1);
[INFO] [stdout]     |                                                       ^^^^^^^ could not find `GINTSTS` in `otg_global`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DSTS` in `otg_device`
[INFO] [stdout]    --> src/bus.rs:618:66
[INFO] [stdout]     |
[INFO] [stdout] 618 |                 let speed = read_reg!(otg_device, regs.device(), DSTS, ENUMSPD);
[INFO] [stdout]     |                                                                  ^^^^ could not find `DSTS` in `otg_device`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GUSBCFG` in `otg_global`
[INFO] [stdout]    --> src/bus.rs:658:56
[INFO] [stdout]     |
[INFO] [stdout] 658 |                 modify_reg!(otg_global, regs.global(), GUSBCFG, TRDT: trdt);
[INFO] [stdout]     |                                                        ^^^^^^^ could not find `GUSBCFG` in `otg_global`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global`
[INFO] [stdout]    --> src/bus.rs:663:55
[INFO] [stdout]     |
[INFO] [stdout] 663 |                 write_reg!(otg_global, regs.global(), GINTSTS, WKUPINT: 1);
[INFO] [stdout]     |                                                       ^^^^^^^ could not find `GINTSTS` in `otg_global`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global`
[INFO] [stdout]    --> src/bus.rs:667:55
[INFO] [stdout]     |
[INFO] [stdout] 667 |                 write_reg!(otg_global, regs.global(), GINTSTS, USBSUSP: 1);
[INFO] [stdout]     |                                                       ^^^^^^^ could not find `GINTSTS` in `otg_global`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GRXSTSR` in `otg_global`
[INFO] [stdout]    --> src/bus.rs:680:62
[INFO] [stdout]     |
[INFO] [stdout] 680 |                         read_reg!(otg_global, regs.global(), GRXSTSR, EPNUM, BCNT, PKTSTS);
[INFO] [stdout]     |                                                              ^^^^^^^ could not find `GRXSTSR` in `otg_global`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPTSIZ` in `endpoint_in`
[INFO] [stdout]    --> src/bus.rs:690:59
[INFO] [stdout]     |
[INFO] [stdout] 690 | ...                   if read_reg!(endpoint_in, ep, DIEPTSIZ, PKTCNT) != 0 {
[INFO] [stdout]     |                                                     ^^^^^^^^ could not find `DIEPTSIZ` in `endpoint_in`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:58:64
[INFO] [stdout]     |
[INFO] [stdout]  56 |     #[cfg(feature = "fs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout]  57 |     pub use super::stm32f429::otg_fs_device::{
[INFO] [stdout]  58 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]     |                                                                ^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:63:64
[INFO] [stdout]     |
[INFO] [stdout]  61 |     #[cfg(feature = "hs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout]  62 |     pub use super::stm32f429::otg_hs_device::{
[INFO] [stdout]  63 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]     |                                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stdout]    --> src/bus.rs:691:72
[INFO] [stdout]     |
[INFO] [stdout] 691 | ...                   modify_reg!(otg_global, regs.global(), GRSTCTL, TXFNUM: epnum, TXFFLSH: 1);
[INFO] [stdout]     |                                                              ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stdout]    --> src/bus.rs:692:76
[INFO] [stdout]     |
[INFO] [stdout] 692 | ...                   while read_reg!(otg_global, regs.global(), GRSTCTL, TXFFLSH) == 1 {}
[INFO] [stdout]     |                                                                  ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out`
[INFO] [stdout]    --> src/bus.rs:721:63
[INFO] [stdout]     |
[INFO] [stdout] 721 | ...                   modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1);
[INFO] [stdout]     |                                                     ^^^^^^^ could not find `DOEPCTL` in `endpoint_out`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:102:21
[INFO] [stdout]     |
[INFO] [stdout] 100 |     #[cfg(feature = "fs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 101 |     pub use super::stm32f429::otg_fs_device::{
[INFO] [stdout] 102 |         DOEPCTL1 as DOEPCTL, DOEPINT1 as DOEPINT, DOEPTSIZ1 as DOEPTSIZ,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:107:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |     #[cfg(feature = "hs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout] 106 |     pub use super::stm32f429::otg_hs_device::{
[INFO] [stdout] 107 |         DOEPCTL1 as DOEPCTL, DOEPINT1 as DOEPINT, DOEPTSIZ1 as DOEPTSIZ,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out`
[INFO] [stdout]    --> src/bus.rs:748:67
[INFO] [stdout]     |
[INFO] [stdout] 748 | ...                   modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1);
[INFO] [stdout]     |                                                     ^^^^^^^ could not find `DOEPCTL` in `endpoint_out`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:102:21
[INFO] [stdout]     |
[INFO] [stdout] 100 |     #[cfg(feature = "fs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout] 101 |     pub use super::stm32f429::otg_fs_device::{
[INFO] [stdout] 102 |         DOEPCTL1 as DOEPCTL, DOEPINT1 as DOEPINT, DOEPTSIZ1 as DOEPTSIZ,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:107:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |     #[cfg(feature = "hs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout] 106 |     pub use super::stm32f429::otg_hs_device::{
[INFO] [stdout] 107 |         DOEPCTL1 as DOEPCTL, DOEPINT1 as DOEPINT, DOEPTSIZ1 as DOEPTSIZ,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPINT` in `endpoint_in`
[INFO] [stdout]    --> src/bus.rs:759:64
[INFO] [stdout]     |
[INFO] [stdout] 759 | ...                   if read_reg!(endpoint_in, ep_regs, DIEPINT, XFRC) != 0 {
[INFO] [stdout]     |                                                          ^^^^^^^ could not find `DIEPINT` in `endpoint_in`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:58:42
[INFO] [stdout]     |
[INFO] [stdout]  56 |     #[cfg(feature = "fs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout]  57 |     pub use super::stm32f429::otg_fs_device::{
[INFO] [stdout]  58 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]     |                                          ^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:63:42
[INFO] [stdout]     |
[INFO] [stdout]  61 |     #[cfg(feature = "hs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout]  62 |     pub use super::stm32f429::otg_hs_device::{
[INFO] [stdout]  63 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]     |                                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPINT` in `endpoint_in`
[INFO] [stdout]    --> src/bus.rs:760:66
[INFO] [stdout]     |
[INFO] [stdout] 760 | ...                   write_reg!(endpoint_in, ep_regs, DIEPINT, XFRC: 1);
[INFO] [stdout]     |                                                        ^^^^^^^ could not find `DIEPINT` in `endpoint_in`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:58:42
[INFO] [stdout]     |
[INFO] [stdout]  56 |     #[cfg(feature = "fs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `fs` feature
[INFO] [stdout]  57 |     pub use super::stm32f429::otg_fs_device::{
[INFO] [stdout]  58 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]     |                                          ^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/ral/mod.rs:63:42
[INFO] [stdout]     |
[INFO] [stdout]  61 |     #[cfg(feature = "hs")]
[INFO] [stdout]     |           -------------- the item is gated behind the `hs` feature
[INFO] [stdout]  62 |     pub use super::stm32f429::otg_hs_device::{
[INFO] [stdout]  63 |         DIEPCTL1 as DIEPCTL, DIEPINT1 as DIEPINT, DIEPTSIZ1 as DIEPTSIZ, DTXFSTS1 as DTXFSTS,
[INFO] [stdout]     |                                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RegisterBlock` in module `otg_global`
[INFO] [stdout]   --> src/target.rs:48:50
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn global(&self) -> &'static otg_global::RegisterBlock {
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^^ not found in `otg_global`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  3 + use crate::ral::endpoint0_out::RegisterBlock;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use crate::ral::endpoint_in::RegisterBlock;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use crate::ral::endpoint_out::RegisterBlock;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use crate::ral::otg_global_dieptxfx::RegisterBlock;
[INFO] [stdout]    |
[INFO] [stdout]    = and 7 other candidates
[INFO] [stdout] help: if you import `RegisterBlock`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 48 -     pub fn global(&self) -> &'static otg_global::RegisterBlock {
[INFO] [stdout] 48 +     pub fn global(&self) -> &'static RegisterBlock {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RegisterBlock` in module `otg_device`
[INFO] [stdout]   --> src/target.rs:53:50
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn device(&self) -> &'static otg_device::RegisterBlock {
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^^ not found in `otg_device`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  3 + use crate::ral::endpoint0_out::RegisterBlock;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use crate::ral::endpoint_in::RegisterBlock;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use crate::ral::endpoint_out::RegisterBlock;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use crate::ral::otg_global_dieptxfx::RegisterBlock;
[INFO] [stdout]    |
[INFO] [stdout]    = and 7 other candidates
[INFO] [stdout] help: if you import `RegisterBlock`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 53 -     pub fn device(&self) -> &'static otg_device::RegisterBlock {
[INFO] [stdout] 53 +     pub fn device(&self) -> &'static RegisterBlock {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]  --> src/ral/instances/otg_fs_device_f401_f405_f407_f411_f427_f429.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]   = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]   --> src/ral/instances/otg_fs_device_f401_f405_f407_f411_f427_f429.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[cfg(not(feature = "nosync"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]    = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]   --> src/ral/instances/otg_fs_device_f401_f405_f407_f411_f427_f429.rs:25:15
[INFO] [stdout]    |
[INFO] [stdout] 25 |     #[cfg(not(feature = "nosync"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]    = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]  --> src/ral/instances/otg_fs_global_f401_f405_f407_f411_f427_f429.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]   = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]   --> src/ral/instances/otg_fs_global_f401_f405_f407_f411_f427_f429.rs:19:15
[INFO] [stdout]    |
[INFO] [stdout] 19 |     #[cfg(not(feature = "nosync"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]    = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]   --> src/ral/instances/otg_fs_global_f401_f405_f407_f411_f427_f429.rs:22:15
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[cfg(not(feature = "nosync"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]    = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]  --> src/ral/instances/otg_fs_host.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]   = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]   --> src/ral/instances/otg_fs_host.rs:21:15
[INFO] [stdout]    |
[INFO] [stdout] 21 |     #[cfg(not(feature = "nosync"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]    = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]   --> src/ral/instances/otg_fs_host.rs:24:15
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[cfg(not(feature = "nosync"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]    = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]  --> src/ral/instances/otg_hs_device.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]   = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]   --> src/ral/instances/otg_hs_device.rs:24:15
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[cfg(not(feature = "nosync"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]    = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]   --> src/ral/instances/otg_hs_device.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |     #[cfg(not(feature = "nosync"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]    = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]  --> src/ral/instances/otg_hs_global.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]   = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]   --> src/ral/instances/otg_hs_global.rs:20:15
[INFO] [stdout]    |
[INFO] [stdout] 20 |     #[cfg(not(feature = "nosync"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]    = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]   --> src/ral/instances/otg_hs_global.rs:23:15
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[cfg(not(feature = "nosync"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]    = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]  --> src/ral/instances/otg_hs_host.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]   = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]   --> src/ral/instances/otg_hs_host.rs:25:15
[INFO] [stdout]    |
[INFO] [stdout] 25 |     #[cfg(not(feature = "nosync"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]    = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]   --> src/ral/instances/otg_hs_host.rs:28:15
[INFO] [stdout]    |
[INFO] [stdout] 28 |     #[cfg(not(feature = "nosync"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]    = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]  --> src/ral/instances/otg_s_pwrclk.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]   = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]   --> src/ral/instances/otg_s_pwrclk.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 |     #[cfg(not(feature = "nosync"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]    = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]   --> src/ral/instances/otg_s_pwrclk.rs:19:15
[INFO] [stdout]    |
[INFO] [stdout] 19 |     #[cfg(not(feature = "nosync"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]    = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]   --> src/ral/instances/otg_s_pwrclk.rs:46:15
[INFO] [stdout]    |
[INFO] [stdout] 46 |     #[cfg(not(feature = "nosync"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]    = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]   --> src/ral/instances/otg_s_pwrclk.rs:49:15
[INFO] [stdout]    |
[INFO] [stdout] 49 |     #[cfg(not(feature = "nosync"))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]    = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]  --> src/ral/peripherals/otg_fs_device_v1.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]   = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]     --> src/ral/peripherals/otg_fs_device_v1.rs:1936:11
[INFO] [stdout]      |
[INFO] [stdout] 1936 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]      = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]     --> src/ral/peripherals/otg_fs_device_v1.rs:1941:11
[INFO] [stdout]      |
[INFO] [stdout] 1941 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]      = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `rtfm`
[INFO] [stdout]     --> src/ral/peripherals/otg_fs_device_v1.rs:1949:7
[INFO] [stdout]      |
[INFO] [stdout] 1949 | #[cfg(feature = "rtfm")]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]      = help: consider adding `rtfm` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]  --> src/ral/peripherals/otg_fs_global_v1.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]   = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]     --> src/ral/peripherals/otg_fs_global_v1.rs:1760:11
[INFO] [stdout]      |
[INFO] [stdout] 1760 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]      = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]     --> src/ral/peripherals/otg_fs_global_v1.rs:1765:11
[INFO] [stdout]      |
[INFO] [stdout] 1765 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]      = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `rtfm`
[INFO] [stdout]     --> src/ral/peripherals/otg_fs_global_v1.rs:1773:7
[INFO] [stdout]      |
[INFO] [stdout] 1773 | #[cfg(feature = "rtfm")]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]      = help: consider adding `rtfm` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]  --> src/ral/peripherals/otg_fs_host.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]   = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]     --> src/ral/peripherals/otg_fs_host.rs:1356:11
[INFO] [stdout]      |
[INFO] [stdout] 1356 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]      = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]     --> src/ral/peripherals/otg_fs_host.rs:1361:11
[INFO] [stdout]      |
[INFO] [stdout] 1361 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]      = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `rtfm`
[INFO] [stdout]     --> src/ral/peripherals/otg_fs_host.rs:1369:7
[INFO] [stdout]      |
[INFO] [stdout] 1369 | #[cfg(feature = "rtfm")]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]      = help: consider adding `rtfm` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]  --> src/ral/peripherals/otg_fs_pwrclk.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]   = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]   --> src/ral/peripherals/otg_fs_pwrclk.rs:64:11
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]    = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]   --> src/ral/peripherals/otg_fs_pwrclk.rs:69:11
[INFO] [stdout]    |
[INFO] [stdout] 69 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]    = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `rtfm`
[INFO] [stdout]   --> src/ral/peripherals/otg_fs_pwrclk.rs:77:7
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[cfg(feature = "rtfm")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]    = help: consider adding `rtfm` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]  --> src/ral/peripherals/otg_hs_device.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]   = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]     --> src/ral/peripherals/otg_hs_device.rs:2758:11
[INFO] [stdout]      |
[INFO] [stdout] 2758 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]      = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]     --> src/ral/peripherals/otg_hs_device.rs:2763:11
[INFO] [stdout]      |
[INFO] [stdout] 2763 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]      = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `rtfm`
[INFO] [stdout]     --> src/ral/peripherals/otg_hs_device.rs:2771:7
[INFO] [stdout]      |
[INFO] [stdout] 2771 | #[cfg(feature = "rtfm")]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]      = help: consider adding `rtfm` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]  --> src/ral/peripherals/otg_hs_global.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]   = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]     --> src/ral/peripherals/otg_hs_global.rs:2032:11
[INFO] [stdout]      |
[INFO] [stdout] 2032 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]      = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]     --> src/ral/peripherals/otg_hs_global.rs:2037:11
[INFO] [stdout]      |
[INFO] [stdout] 2037 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]      = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `rtfm`
[INFO] [stdout]     --> src/ral/peripherals/otg_hs_global.rs:2045:7
[INFO] [stdout]      |
[INFO] [stdout] 2045 | #[cfg(feature = "rtfm")]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]      = help: consider adding `rtfm` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]  --> src/ral/peripherals/otg_hs_host.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]   = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]     --> src/ral/peripherals/otg_hs_host.rs:2021:11
[INFO] [stdout]      |
[INFO] [stdout] 2021 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]      = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]     --> src/ral/peripherals/otg_hs_host.rs:2026:11
[INFO] [stdout]      |
[INFO] [stdout] 2026 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]      = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `rtfm`
[INFO] [stdout]     --> src/ral/peripherals/otg_hs_host.rs:2034:7
[INFO] [stdout]      |
[INFO] [stdout] 2034 | #[cfg(feature = "rtfm")]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `fs`, `hs`, and `xcvrdly`
[INFO] [stdout]      = help: consider adding `rtfm` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::instances::otg_fs_device_f401_f405_f407_f411_f427_f429 as otg_fs_device`
[INFO] [stdout]  --> src/ral/stm32f429/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use super::instances::otg_fs_device_f401_f405_f407_f411_f427_f429 as otg_fs_device;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::instances::otg_fs_global_f401_f405_f407_f411_f427_f429 as otg_fs_global`
[INFO] [stdout]  --> src/ral/stm32f429/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub use super::instances::otg_fs_global_f401_f405_f407_f411_f427_f429 as otg_fs_global;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::instances::otg_fs_host`
[INFO] [stdout]  --> src/ral/stm32f429/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use super::instances::otg_fs_host;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::instances::otg_hs_device`
[INFO] [stdout]  --> src/ral/stm32f429/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use super::instances::otg_hs_device;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::instances::otg_hs_global`
[INFO] [stdout]  --> src/ral/stm32f429/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use super::instances::otg_hs_global;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::instances::otg_hs_host`
[INFO] [stdout]  --> src/ral/stm32f429/mod.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use super::instances::otg_hs_host;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 `synopsys-usb-otg` (lib) due to 59 previous errors; 57 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "9b6d3df224f7135035e7140bad94cda8ce037dd37413cd14f517682e8cecf58f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b6d3df224f7135035e7140bad94cda8ce037dd37413cd14f517682e8cecf58f", kill_on_drop: false }`
[INFO] [stdout] 9b6d3df224f7135035e7140bad94cda8ce037dd37413cd14f517682e8cecf58f
