[INFO] updating cached repository https://github.com/grammers/stm32f303-rtfm-usb-example
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 69a32f13744165d2ddbe9f7624b5381e5beb247c
[INFO] checking grammers/stm32f303-rtfm-usb-example against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgrammers%2Fstm32f303-rtfm-usb-example" "/workspace/builds/worker-6/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/grammers/stm32f303-rtfm-usb-example on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/grammers/stm32f303-rtfm-usb-example
[INFO] finished tweaking git repo https://github.com/grammers/stm32f303-rtfm-usb-example
[INFO] tweaked toml for git repo https://github.com/grammers/stm32f303-rtfm-usb-example written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] crate git repo https://github.com/grammers/stm32f303-rtfm-usb-example already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] f3cd44245b53650147d9c104de2cd9b6e4368b89f7eb3a685b7cdb5545af3381
[INFO] running `"docker" "start" "-a" "f3cd44245b53650147d9c104de2cd9b6e4368b89f7eb3a685b7cdb5545af3381"`
[INFO] [stderr]    Compiling cortex-m v0.6.1
[INFO] [stderr]     Checking stable_deref_trait v1.1.1
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]     Checking vcell v0.1.2
[INFO] [stderr]    Compiling syn v1.0.8
[INFO] [stderr]    Compiling cortex-m-rt v0.6.10
[INFO] [stderr]     Checking r0 v0.2.2
[INFO] [stderr]     Checking nb v0.1.2
[INFO] [stderr]    Compiling stm32f3 v0.7.1
[INFO] [stderr]    Compiling cortex-m-semihosting v0.3.5
[INFO] [stderr]    Compiling heapless v0.4.4
[INFO] [stderr]    Compiling cortex-m v0.5.10
[INFO] [stderr]    Compiling cortex-m-rtfm v0.4.3
[INFO] [stderr]     Checking aligned v0.2.0
[INFO] [stderr]     Checking cast v0.2.2
[INFO] [stderr]     Checking usb-device v0.2.3
[INFO] [stderr]     Checking volatile-register v0.2.0
[INFO] [stderr]     Checking embedded-hal v0.2.3
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]     Checking generic-array v0.11.1
[INFO] [stderr]    Compiling bare-metal v0.2.5
[INFO] [stderr]     Checking hash32 v0.1.0
[INFO] [stderr]    Compiling rand v0.5.6
[INFO] [stderr]     Checking as-slice v0.1.0
[INFO] [stderr]     Checking usbd-serial v0.1.0
[INFO] [stderr]     Checking aligned v0.3.1
[INFO] [stderr]    Compiling owned-singleton-macros v0.1.0
[INFO] [stderr]    Compiling cortex-m-rtfm-macros v0.4.3
[INFO] [stderr]     Checking panic-semihosting v0.5.3
[INFO] [stderr]     Checking owned-singleton v0.1.0
[INFO] [stderr]    Compiling cortex-m-rt-macros v0.1.6
[INFO] [stderr]     Checking stm32f3xx-hal v0.2.3
[INFO] [stderr]     Checking stm32-usbd v0.3.1
[INFO] [stderr]     Checking stm32f303-rtfm-usb-example v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: language item required, but not found: `eh_personality`
[INFO] [stderr] 
[INFO] [stderr] error: duplicate lang item in crate `std` (which `test` depends on): `panic_impl`.
[INFO] [stderr]   |
[INFO] [stderr]   = note: the lang item is first defined in crate `panic_semihosting` (which `stm32f303_rtfm_usb_example` depends on)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `stm32f303-rtfm-usb-example`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `stm32f303-rtfm-usb-example`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "f3cd44245b53650147d9c104de2cd9b6e4368b89f7eb3a685b7cdb5545af3381"`
[INFO] running `"docker" "rm" "-f" "f3cd44245b53650147d9c104de2cd9b6e4368b89f7eb3a685b7cdb5545af3381"`
[INFO] [stdout] f3cd44245b53650147d9c104de2cd9b6e4368b89f7eb3a685b7cdb5545af3381
