[INFO] updating cached repository https://github.com/SillyFreak/STM32RustTemplate [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] 3d80a084c9c1873bc7162f0953515414db785217 [INFO] checking SillyFreak/STM32RustTemplate against try#5e633973aa9255a88b65a39484627bb54e6044b3 for pr-66063 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSillyFreak%2FSTM32RustTemplate" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/SillyFreak/STM32RustTemplate on toolchain 5e633973aa9255a88b65a39484627bb54e6044b3 [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/SillyFreak/STM32RustTemplate [INFO] finished tweaking git repo https://github.com/SillyFreak/STM32RustTemplate [INFO] tweaked toml for git repo https://github.com/SillyFreak/STM32RustTemplate written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/SillyFreak/STM32RustTemplate already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: file found to be present in multiple build targets: /workspace/builds/worker-12/source/src/main.rs [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=allow" "-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" "+5e633973aa9255a88b65a39484627bb54e6044b3" "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] 7566c0a332499e8595b282e2879a566d514e30c00da28f0feb64b962fb9965c4 [INFO] running `"docker" "start" "-a" "7566c0a332499e8595b282e2879a566d514e30c00da28f0feb64b962fb9965c4"` [INFO] [stderr] warning: file found to be present in multiple build targets: /opt/rustwide/workdir/src/main.rs [INFO] [stderr] Checking STM32RustTemplate v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(lang_items, core_intrinsics, const_fn)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0522]: definition of an unknown language item: `stack_exhausted` [INFO] [stderr] --> src/runtime.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[lang="stack_exhausted"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `stack_exhausted` [INFO] [stderr] [INFO] [stderr] error[E0522]: definition of an unknown language item: `panic_fmt` [INFO] [stderr] --> src/runtime.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | #[lang="panic_fmt"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ definition of unknown language item `panic_fmt` [INFO] [stderr] [INFO] [stderr] error: `#[panic_handler]` function required, but not found [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(lang_items, core_intrinsics, const_fn)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0522]: definition of an unknown language item: `stack_exhausted` [INFO] [stderr] --> src/runtime.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[lang="stack_exhausted"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `stack_exhausted` [INFO] [stderr] [INFO] [stderr] error[E0522]: definition of an unknown language item: `panic_fmt` [INFO] [stderr] --> src/runtime.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | #[lang="panic_fmt"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ definition of unknown language item `panic_fmt` [INFO] [stderr] [INFO] [stderr] error: `#[panic_handler]` function required, but not found [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0522, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0522`. [INFO] [stderr] error: could not compile `STM32RustTemplate`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/hardware/bitflags.rs:283:9 [INFO] [stderr] | [INFO] [stderr] 283 | use std::prelude::v1::*; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/hardware/bitflags.rs:284:9 [INFO] [stderr] | [INFO] [stderr] 284 | use std::hash::{self, SipHasher}; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std` [INFO] [stderr] --> src/hardware/bitflags.rs:284:9 [INFO] [stderr] | [INFO] [stderr] 284 | use std::hash::{self, SipHasher}; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SipHasher` in this scope [INFO] [stderr] --> src/hardware/bitflags.rs:477:35 [INFO] [stderr] | [INFO] [stderr] 477 | assert!(hash::hash::(&x) == hash::hash::(&y)); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 283 | use core::hash::SipHasher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SipHasher` in this scope [INFO] [stderr] --> src/hardware/bitflags.rs:477:73 [INFO] [stderr] | [INFO] [stderr] 477 | assert!(hash::hash::(&x) == hash::hash::(&y)); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 283 | use core::hash::SipHasher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SipHasher` in this scope [INFO] [stderr] --> src/hardware/bitflags.rs:480:35 [INFO] [stderr] | [INFO] [stderr] 480 | assert!(hash::hash::(&x) == hash::hash::(&y)); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 283 | use core::hash::SipHasher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SipHasher` in this scope [INFO] [stderr] --> src/hardware/bitflags.rs:480:73 [INFO] [stderr] | [INFO] [stderr] 480 | assert!(hash::hash::(&x) == hash::hash::(&y)); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 283 | use core::hash::SipHasher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(lang_items, core_intrinsics, const_fn)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/hardware/bitflags.rs:283:9 [INFO] [stderr] | [INFO] [stderr] 283 | use std::prelude::v1::*; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `std`? [INFO] [stderr] --> src/hardware/bitflags.rs:284:9 [INFO] [stderr] | [INFO] [stderr] 284 | use std::hash::{self, SipHasher}; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std` [INFO] [stderr] --> src/hardware/bitflags.rs:284:9 [INFO] [stderr] | [INFO] [stderr] 284 | use std::hash::{self, SipHasher}; [INFO] [stderr] | ^^^ maybe a missing crate `std`? [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SipHasher` in this scope [INFO] [stderr] --> src/hardware/bitflags.rs:477:35 [INFO] [stderr] | [INFO] [stderr] 477 | assert!(hash::hash::(&x) == hash::hash::(&y)); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 283 | use core::hash::SipHasher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SipHasher` in this scope [INFO] [stderr] --> src/hardware/bitflags.rs:477:73 [INFO] [stderr] | [INFO] [stderr] 477 | assert!(hash::hash::(&x) == hash::hash::(&y)); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 283 | use core::hash::SipHasher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SipHasher` in this scope [INFO] [stderr] --> src/hardware/bitflags.rs:480:35 [INFO] [stderr] | [INFO] [stderr] 480 | assert!(hash::hash::(&x) == hash::hash::(&y)); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 283 | use core::hash::SipHasher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SipHasher` in this scope [INFO] [stderr] --> src/hardware/bitflags.rs:480:73 [INFO] [stderr] | [INFO] [stderr] 480 | assert!(hash::hash::(&x) == hash::hash::(&y)); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 283 | use core::hash::SipHasher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(lang_items, core_intrinsics, const_fn)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0522]: definition of an unknown language item: `stack_exhausted` [INFO] [stderr] --> src/runtime.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[lang="stack_exhausted"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `stack_exhausted` [INFO] [stderr] [INFO] [stderr] error[E0152]: duplicate lang item found: `eh_personality`. [INFO] [stderr] --> src/runtime.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | fn eh_personality() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: first defined in crate `panic_unwind` (which `std` depends on). [INFO] [stderr] [INFO] [stderr] error[E0522]: definition of an unknown language item: `panic_fmt` [INFO] [stderr] --> src/runtime.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | #[lang="panic_fmt"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ definition of unknown language item `panic_fmt` [INFO] [stderr] [INFO] [stderr] error[E0522]: definition of an unknown language item: `stack_exhausted` [INFO] [stderr] --> src/runtime.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[lang="stack_exhausted"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `stack_exhausted` [INFO] [stderr] [INFO] [stderr] error[E0152]: duplicate lang item found: `eh_personality`. [INFO] [stderr] --> src/runtime.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | fn eh_personality() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: first defined in crate `panic_unwind` (which `std` depends on). [INFO] [stderr] [INFO] [stderr] error[E0522]: definition of an unknown language item: `panic_fmt` [INFO] [stderr] --> src/runtime.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | #[lang="panic_fmt"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ definition of unknown language item `panic_fmt` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0522, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0522`. [INFO] [stderr] error: could not compile `STM32RustTemplate`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0152, E0412, E0432, E0433, E0522, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0152`. [INFO] [stderr] error: could not compile `STM32RustTemplate`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0152, E0412, E0432, E0433, E0522, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0152`. [INFO] [stderr] error: could not compile `STM32RustTemplate`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7566c0a332499e8595b282e2879a566d514e30c00da28f0feb64b962fb9965c4"` [INFO] running `"docker" "rm" "-f" "7566c0a332499e8595b282e2879a566d514e30c00da28f0feb64b962fb9965c4"` [INFO] [stdout] 7566c0a332499e8595b282e2879a566d514e30c00da28f0feb64b962fb9965c4