[INFO] crate stm32-usbd 0.5.0 is already in cache [INFO] checking stm32-usbd-0.5.0 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] extracting crate stm32-usbd 0.5.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate stm32-usbd 0.5.0 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate stm32-usbd 0.5.0 [INFO] removed 1 missing examples [INFO] finished tweaking crates.io crate stm32-usbd 0.5.0 [INFO] tweaked toml for crates.io crate stm32-usbd 0.5.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate stm32-usbd 0.5.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c91328f202b05210bc344a031675bd8da5c89da8ef96db151ec0be1826154300 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "c91328f202b05210bc344a031675bd8da5c89da8ef96db151ec0be1826154300"` [INFO] [stderr] Compiling syn v0.15.40 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling cortex-m-rt v0.6.9 [INFO] [stderr] Compiling stm32f1 v0.8.0 [INFO] [stderr] Checking usb-device v0.2.3 [INFO] [stderr] Checking cortex-m v0.6.1 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Checking cortex-m v0.5.10 [INFO] [stderr] Checking stm32-usbd v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] error: This crate requires one of the ram_access features enabled [INFO] [stderr] --> src/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | compile_error!("This crate requires one of the ram_access features enabled"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `crate::endpoint_memory::UsbAccessType` [INFO] [stderr] --> src/endpoint.rs:1:89 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::endpoint_memory::{BufferDescriptor, EndpointBuffer, EndpointMemoryAllocator, UsbAccessType}; [INFO] [stderr] | ^^^^^^^^^^^^^ no `UsbAccessType` in `endpoint_memory` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UsbAccessType` in this scope [INFO] [stderr] --> src/endpoint_memory.rs:13:54 [INFO] [stderr] | [INFO] [stderr] 13 | pub struct EndpointBuffer(&'static mut [VolatileCell]); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UsbAccessType` in this scope [INFO] [stderr] --> src/endpoint_memory.rs:17:62 [INFO] [stderr] | [INFO] [stderr] 17 | let ep_mem_ptr = USB::EP_MEMORY as *mut VolatileCell; [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UsbAccessType` in this scope [INFO] [stderr] --> src/endpoint_memory.rs:31:36 [INFO] [stderr] | [INFO] [stderr] 31 | self.0[index].set(value as UsbAccessType); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UsbAccessType` in this scope [INFO] [stderr] --> src/endpoint_memory.rs:71:81 [INFO] [stderr] | [INFO] [stderr] 71 | let index = (buffer_address - USB::EP_MEMORY as usize) / mem::size_of::(); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UsbAccessType` in this scope [INFO] [stderr] --> src/endpoint_memory.rs:82:31 [INFO] [stderr] | [INFO] [stderr] 82 | pub addr_tx: VolatileCell, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UsbAccessType` in this scope [INFO] [stderr] --> src/endpoint_memory.rs:83:32 [INFO] [stderr] | [INFO] [stderr] 83 | pub count_tx: VolatileCell, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UsbAccessType` in this scope [INFO] [stderr] --> src/endpoint_memory.rs:84:31 [INFO] [stderr] | [INFO] [stderr] 84 | pub addr_rx: VolatileCell, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UsbAccessType` in this scope [INFO] [stderr] --> src/endpoint_memory.rs:85:32 [INFO] [stderr] | [INFO] [stderr] 85 | pub count_rx: VolatileCell, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `stm32-usbd`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "c91328f202b05210bc344a031675bd8da5c89da8ef96db151ec0be1826154300"` [INFO] running `"docker" "rm" "-f" "c91328f202b05210bc344a031675bd8da5c89da8ef96db151ec0be1826154300"` [INFO] [stdout] c91328f202b05210bc344a031675bd8da5c89da8ef96db151ec0be1826154300