[INFO] cloning repository https://github.com/bobgates/ft5336
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bobgates/ft5336" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbobgates%2Fft5336", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbobgates%2Fft5336'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 42ab3c4373b435f9c507623a8078384109897e26
[INFO] checking bobgates/ft5336/42ab3c4373b435f9c507623a8078384109897e26 against master#e22dab387f6b4f6a87dfc54ac2f6013dddb41e68 for pr-149195
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbobgates%2Fft5336" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/bobgates/ft5336
[INFO] finished tweaking git repo https://github.com/bobgates/ft5336
[INFO] tweaked toml for git repo https://github.com/bobgates/ft5336 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bobgates/ft5336 on toolchain e22dab387f6b4f6a87dfc54ac2f6013dddb41e68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e22dab387f6b4f6a87dfc54ac2f6013dddb41e68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bobgates/ft5336 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" "+e22dab387f6b4f6a87dfc54ac2f6013dddb41e68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] [stderr]     Updating embedded-hal v0.2.6 -> v1.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+e22dab387f6b4f6a87dfc54ac2f6013dddb41e68" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 19a863fb492d60610d98e603680aef2d1d0d6493935f6502a5819f7ddae2d059
[INFO] running `Command { std: "docker" "start" "-a" "19a863fb492d60610d98e603680aef2d1d0d6493935f6502a5819f7ddae2d059", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "19a863fb492d60610d98e603680aef2d1d0d6493935f6502a5819f7ddae2d059", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19a863fb492d60610d98e603680aef2d1d0d6493935f6502a5819f7ddae2d059", kill_on_drop: false }`
[INFO] [stdout] 19a863fb492d60610d98e603680aef2d1d0d6493935f6502a5819f7ddae2d059
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+e22dab387f6b4f6a87dfc54ac2f6013dddb41e68" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7223be760879ffeb07d79dcfb34d8058fd83f575776833e7655ad27c0e478fdd
[INFO] running `Command { std: "docker" "start" "-a" "7223be760879ffeb07d79dcfb34d8058fd83f575776833e7655ad27c0e478fdd", kill_on_drop: false }`
[INFO] [stderr]    Compiling ft5336 v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking embedded-hal v1.0.0
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `stm32f7xx_hal`
[INFO] [stdout]  --> examples/touch.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use stm32f7xx_hal::{
[INFO] [stdout]   |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `stm32f7xx_hal`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `stm32f7xx_hal`, use `cargo add stm32f7xx_hal` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cortex_m`
[INFO] [stdout]  --> examples/touch.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use cortex_m;
[INFO] [stdout]   |     ^^^^^^^^ no external crate `cortex_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cortex_m_rt`
[INFO] [stdout]  --> examples/touch.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use cortex_m_rt::entry;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `cortex_m_rt`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `cortex_m_rt`, use `cargo add cortex_m_rt` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rtt_target`
[INFO] [stdout]  --> examples/touch.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use rtt_target::{rprintln, rtt_init_print};
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `rtt_target`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rtt_target`, use `cargo add rtt_target` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `stm32f7xx_hal`
[INFO] [stdout]  --> examples/touch.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use stm32f7xx_hal::{
[INFO] [stdout]   |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `stm32f7xx_hal`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `stm32f7xx_hal`, use `cargo add stm32f7xx_hal` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `panic_semihosting`
[INFO] [stdout]   --> examples/touch.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use panic_semihosting;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ no external crate `panic_semihosting`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[panic_handler]` function required, but not found
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unwinding panics are not supported without std
[INFO] [stdout]   |
[INFO] [stdout]   = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding
[INFO] [stdout]   = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `Hz` found for type `{integer}` in the current scope
[INFO] [stdout]   --> examples/touch.rs:41:39
[INFO] [stdout]    |
[INFO] [stdout] 41 |         .hse(HSEClock::new(25_000_000.Hz(), HSEClockMode::Bypass))
[INFO] [stdout]    |                                       ^^ method not found in `{integer}`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `Hz` found for type `{integer}` in the current scope
[INFO] [stdout]   --> examples/touch.rs:42:29
[INFO] [stdout]    |
[INFO] [stdout] 42 |         .sysclk(216_000_000.Hz())
[INFO] [stdout]    |                             ^^ method not found in `{integer}`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `Hz` found for type `{integer}` in the current scope
[INFO] [stdout]   --> examples/touch.rs:43:27
[INFO] [stdout]    |
[INFO] [stdout] 43 |         .hclk(216_000_000.Hz())
[INFO] [stdout]    |                           ^^ method not found in `{integer}`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `Hz` found for type `u32` in the current scope
[INFO] [stdout]   --> examples/touch.rs:55:32
[INFO] [stdout]    |
[INFO] [stdout] 55 |         Mode::fast(100_000_u32.Hz()),
[INFO] [stdout]    |                                ^^ method not found in `u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ft5336` (example "touch") due to 12 previous errors
[INFO] running `Command { std: "docker" "inspect" "7223be760879ffeb07d79dcfb34d8058fd83f575776833e7655ad27c0e478fdd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7223be760879ffeb07d79dcfb34d8058fd83f575776833e7655ad27c0e478fdd", kill_on_drop: false }`
[INFO] [stdout] 7223be760879ffeb07d79dcfb34d8058fd83f575776833e7655ad27c0e478fdd
