[INFO] cloning repository https://github.com/killpop3770/stm32_blue_pill
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/killpop3770/stm32_blue_pill" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkillpop3770%2Fstm32_blue_pill", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkillpop3770%2Fstm32_blue_pill'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 68ab97e79e265605daca053e740fdb64fec11ad7
[INFO] testing killpop3770/stm32_blue_pill against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkillpop3770%2Fstm32_blue_pill" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/killpop3770/stm32_blue_pill
[INFO] finished tweaking git repo https://github.com/killpop3770/stm32_blue_pill
[INFO] tweaked toml for git repo https://github.com/killpop3770/stm32_blue_pill written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/killpop3770/stm32_blue_pill on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/killpop3770/stm32_blue_pill 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a5f7fdd8accea8318aaf61a5d8ea26b1953137db889f66b57ee9c24f4063aca6
[INFO] running `Command { std: "docker" "start" "-a" "a5f7fdd8accea8318aaf61a5d8ea26b1953137db889f66b57ee9c24f4063aca6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a5f7fdd8accea8318aaf61a5d8ea26b1953137db889f66b57ee9c24f4063aca6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5f7fdd8accea8318aaf61a5d8ea26b1953137db889f66b57ee9c24f4063aca6", kill_on_drop: false }`
[INFO] [stdout] a5f7fdd8accea8318aaf61a5d8ea26b1953137db889f66b57ee9c24f4063aca6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 990f40c94e8736078ce93bb29d64c1d91d24fb1ae7577af724148bf414f7f77c
[INFO] running `Command { std: "docker" "start" "-a" "990f40c94e8736078ce93bb29d64c1d91d24fb1ae7577af724148bf414f7f77c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling nb v1.1.0
[INFO] [stderr]    Compiling cortex-m v0.7.7
[INFO] [stderr]    Compiling vcell v0.1.3
[INFO] [stderr]    Compiling critical-section v1.2.0
[INFO] [stderr]    Compiling bitfield v0.13.2
[INFO] [stderr]    Compiling cortex-m-rt v0.7.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling stm32-usbd v0.6.0
[INFO] [stderr]    Compiling cortex-m-semihosting v0.5.0
[INFO] [stderr]    Compiling stm32f1 v0.15.1
[INFO] [stderr]    Compiling bare-metal v0.2.5
[INFO] [stderr]    Compiling nb v0.1.3
[INFO] [stderr]    Compiling volatile-register v0.2.2
[INFO] [stderr]    Compiling embedded-hal v0.2.7
[INFO] [stderr]    Compiling gcd v2.3.0
[INFO] [stderr]    Compiling usb-device v0.2.9
[INFO] [stderr]    Compiling fugit v0.3.7
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling const-default v1.0.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling bare-metal v1.0.0
[INFO] [stderr]    Compiling linked_list_allocator v0.10.5
[INFO] [stderr]    Compiling embedded-hal v1.0.0
[INFO] [stderr]    Compiling fugit-timer v0.1.3
[INFO] [stderr]    Compiling panic-halt v1.0.0
[INFO] [stderr]    Compiling bxcan v0.7.0
[INFO] [stderr]    Compiling embedded-dma v0.2.0
[INFO] [stderr]    Compiling panic-semihosting v0.6.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling svgbobdoc v0.3.0
[INFO] [stderr]    Compiling rlsf v0.2.1
[INFO] [stderr]    Compiling embedded-alloc v0.6.0
[INFO] [stderr]    Compiling cortex-m-rt-macros v0.7.5
[INFO] [stderr]    Compiling stm32f1xx-hal v0.10.0
[INFO] [stderr]    Compiling stm32_blue_pill v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `servo_period` is never used
[INFO] [stdout]   --> src/main.rs:52:11
[INFO] [stdout]    |
[INFO] [stdout] 52 |     const servo_period: i32 = 20_000;
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `servo_period` should have an upper case name
[INFO] [stdout]   --> src/main.rs:52:11
[INFO] [stdout]    |
[INFO] [stdout] 52 |     const servo_period: i32 = 20_000;
[INFO] [stdout]    |           ^^^^^^^^^^^^ help: convert the identifier to upper case: `SERVO_PERIOD`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `duty_0_deg` should have an upper case name
[INFO] [stdout]   --> src/main.rs:53:11
[INFO] [stdout]    |
[INFO] [stdout] 53 |     const duty_0_deg: u16 = 2667;
[INFO] [stdout]    |           ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 53 -     const duty_0_deg: u16 = 2667;
[INFO] [stdout] 53 +     const DUTY_0_DEG: u16 = 2667;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `duty_90_deg` should have an upper case name
[INFO] [stdout]   --> src/main.rs:54:11
[INFO] [stdout]    |
[INFO] [stdout] 54 |     const duty_90_deg: u16 = 5350;
[INFO] [stdout]    |           ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 54 -     const duty_90_deg: u16 = 5350;
[INFO] [stdout] 54 +     const DUTY_90_DEG: u16 = 5350;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `duty_180_deg` should have an upper case name
[INFO] [stdout]   --> src/main.rs:55:11
[INFO] [stdout]    |
[INFO] [stdout] 55 |     const duty_180_deg: u16 = 7320;
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 55 -     const duty_180_deg: u16 = 7320;
[INFO] [stdout] 55 +     const DUTY_180_DEG: u16 = 7320;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcVlAWob/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstm32f1xx_hal-254065d8e88e30a9,libfugit_timer-279ec1ac4a50bee1,libbxcan-bfe66d1bdfc7b8d9,libbitflags-dde12b0d7d495b50,libstm32_usbd-d5ca86cc7360689b,libusb_device-622b9963c7c13fac,libfugit-4377188d61df4169,libgcd-df1e9b5aa49a819b,libembedded_dma-fb3bf0e45cb71a7a,libstable_deref_trait-932cd180c9d6b0f0,libstm32f1-3f64462dc3eb9286,libcortex_m_rt-044220696df6b252,libcortex_m-082c160484174d3e,libvolatile_register-6ecd5712b45a5657,libvcell-0eaad7c905f5a0e7,libbare_metal-4c035d36fb109858,libembedded_hal-f37092df6fe13159,libvoid-6336667ff9ef9cc5,libnb-574cd195fbe064b0,libpanic_semihosting-51bd57a3ad078e4a}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*}.rlib" "/opt/rustwide/target/debug/deps/libnb-8256a674579b77d4.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcVlAWob/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/cortex-m-rt-12672d43ad2b2ec6/out" "-L" "/opt/rustwide/target/debug/build/stm32f1-86eac6bc4699eb22/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/stm32_blue_pill-ca195c7a36ae2060" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: undefined symbol: __delay
[INFO] [stdout]           >>> referenced by call_asm.rs:19 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cortex-m-0.7.7/src/call_asm.rs:19)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/deps/stm32_blue_pill-ca195c7a36ae2060.stm32_blue_pill.97513cba2181e59f-cgu.0.rcgu.o:(cortex_m::asm::delay::h307132f17a5c1cb7)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: __primask_r
[INFO] [stdout]           >>> referenced by call_asm.rs:19 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cortex-m-0.7.7/src/call_asm.rs:19)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/deps/stm32_blue_pill-ca195c7a36ae2060.stm32_blue_pill.97513cba2181e59f-cgu.0.rcgu.o:(cortex_m::register::primask::read::h758c3da19ccd1693)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: __cpsie
[INFO] [stdout]           >>> referenced by call_asm.rs:19 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cortex-m-0.7.7/src/call_asm.rs:19)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/deps/stm32_blue_pill-ca195c7a36ae2060.stm32_blue_pill.97513cba2181e59f-cgu.0.rcgu.o:(cortex_m::interrupt::enable::hf7fd40ed63f7e41b)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: __cpsid
[INFO] [stdout]           >>> referenced by call_asm.rs:19 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cortex-m-0.7.7/src/call_asm.rs:19)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/deps/stm32_blue_pill-ca195c7a36ae2060.stm32_blue_pill.97513cba2181e59f-cgu.0.rcgu.o:(cortex_m::interrupt::disable::h76ea1063ec4adfba)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `stm32_blue_pill` (bin "stm32_blue_pill") due to 1 previous error; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "990f40c94e8736078ce93bb29d64c1d91d24fb1ae7577af724148bf414f7f77c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "990f40c94e8736078ce93bb29d64c1d91d24fb1ae7577af724148bf414f7f77c", kill_on_drop: false }`
[INFO] [stdout] 990f40c94e8736078ce93bb29d64c1d91d24fb1ae7577af724148bf414f7f77c
