[INFO] fetching crate bind-hal 0.3.3...
[INFO] testing bind-hal-0.3.3 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate bind-hal 0.3.3 into /workspace/builds/worker-7-tc2/source
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate bind-hal 0.3.3
[INFO] finished tweaking crates.io crate bind-hal 0.3.3
[INFO] tweaked toml for crates.io crate bind-hal 0.3.3 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bind-hal 0.3.3 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate bind-hal 0.3.3 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7795bfd8d387c65eb00f7449bb36ed80a2cd7ff3e966ada1f1b7fb7a4e8773b0
[INFO] running `Command { std: "docker" "start" "-a" "7795bfd8d387c65eb00f7449bb36ed80a2cd7ff3e966ada1f1b7fb7a4e8773b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7795bfd8d387c65eb00f7449bb36ed80a2cd7ff3e966ada1f1b7fb7a4e8773b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7795bfd8d387c65eb00f7449bb36ed80a2cd7ff3e966ada1f1b7fb7a4e8773b0", kill_on_drop: false }`
[INFO] [stdout] 7795bfd8d387c65eb00f7449bb36ed80a2cd7ff3e966ada1f1b7fb7a4e8773b0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6b9156fc13c38a2a06e5556ddf404b36b57a6e48483a045bb826650a69e32062
[INFO] running `Command { std: "docker" "start" "-a" "6b9156fc13c38a2a06e5556ddf404b36b57a6e48483a045bb826650a69e32062", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling cortex-m v0.7.7
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling defmt v0.3.8
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling critical-section v1.1.3
[INFO] [stderr]    Compiling nb v1.1.0
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling defmt-macros v0.3.9
[INFO] [stderr]    Compiling embassy-time-driver v0.1.0
[INFO] [stderr]    Compiling vcell v0.1.3
[INFO] [stderr]    Compiling cortex-m-rt v0.7.3
[INFO] [stderr]    Compiling bitfield v0.13.2
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling embassy-time-queue-driver v0.1.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling nb v0.1.3
[INFO] [stderr]    Compiling volatile-register v0.2.2
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling embedded-hal-async v1.0.0
[INFO] [stderr]    Compiling embedded-hal v0.2.7
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling embedded-io-async v0.6.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling defmt-rtt v0.4.1
[INFO] [stderr]    Compiling embedded-hal v1.0.0
[INFO] [stderr]    Compiling py32csdk-hal-sys v0.4.0
[INFO] [stderr]    Compiling panic-probe v0.3.2
[INFO] [stderr]    Compiling cortex-m-semihosting v0.5.0
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling embedded-io v0.6.1
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling embassy-executor v0.6.0
[INFO] [stderr]    Compiling embassy-sync v0.6.0
[INFO] [stderr]    Compiling bind-hal v0.3.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling embassy-futures v0.1.1
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling bare-metal v0.2.5
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling cortex-m-rt-macros v0.7.0
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 8
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/py32csdk-hal-sys-d951cfcdf7f1e1ec/out/bindings.rs:5594:5
[INFO] [stdout]      |
[INFO] [stdout] 5594 |     ["Size of EXTI_HandleTypeDef"][::core::mem::size_of::<EXTI_HandleTypeDef>() - 8usize];
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 40
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/py32csdk-hal-sys-d951cfcdf7f1e1ec/out/bindings.rs:6003:5
[INFO] [stdout]      |
[INFO] [stdout] 6003 |     ["Size of __DMA_HandleTypeDef"][::core::mem::size_of::<__DMA_HandleTypeDef>() - 72usize];
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 16
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/py32csdk-hal-sys-d951cfcdf7f1e1ec/out/bindings.rs:6312:5
[INFO] [stdout]      |
[INFO] [stdout] 6312 |     ["Size of __ADC_HandleTypeDef"][::core::mem::size_of::<__ADC_HandleTypeDef>() - 72usize];
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 4
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/py32csdk-hal-sys-d951cfcdf7f1e1ec/out/bindings.rs:6546:5
[INFO] [stdout]      |
[INFO] [stdout] 6546 |     ["Size of CRC_HandleTypeDef"][::core::mem::size_of::<CRC_HandleTypeDef>() - 12usize];
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 24
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/py32csdk-hal-sys-d951cfcdf7f1e1ec/out/bindings.rs:6963:5
[INFO] [stdout]      |
[INFO] [stdout] 6963 |     ["Size of __I2C_HandleTypeDef"][::core::mem::size_of::<__I2C_HandleTypeDef>() - 80usize];
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 4
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/py32csdk-hal-sys-d951cfcdf7f1e1ec/out/bindings.rs:7380:5
[INFO] [stdout]      |
[INFO] [stdout] 7380 |     ["Size of IWDG_HandleTypeDef"][::core::mem::size_of::<IWDG_HandleTypeDef>() - 12usize];
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 8
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/py32csdk-hal-sys-d951cfcdf7f1e1ec/out/bindings.rs:7689:5
[INFO] [stdout]      |
[INFO] [stdout] 7689 |     ["Size of RTC_HandleTypeDef"][::core::mem::size_of::<RTC_HandleTypeDef>() - 24usize];
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 44
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/py32csdk-hal-sys-d951cfcdf7f1e1ec/out/bindings.rs:7948:5
[INFO] [stdout]      |
[INFO] [stdout] 7948 |     ["Size of __SPI_HandleTypeDef"][::core::mem::size_of::<__SPI_HandleTypeDef>() - 84usize];
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 36
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/py32csdk-hal-sys-d951cfcdf7f1e1ec/out/bindings.rs:8548:5
[INFO] [stdout]      |
[INFO] [stdout] 8548 |     ["Size of TIM_HandleTypeDef"][::core::mem::size_of::<TIM_HandleTypeDef>() - 68usize];
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 4
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/py32csdk-hal-sys-d951cfcdf7f1e1ec/out/bindings.rs:9480:5
[INFO] [stdout]      |
[INFO] [stdout] 9480 |     ["Size of LPTIM_HandleTypeDef"][::core::mem::size_of::<LPTIM_HandleTypeDef>() - 20usize];
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 28
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/py32csdk-hal-sys-d951cfcdf7f1e1ec/out/bindings.rs:9662:5
[INFO] [stdout]      |
[INFO] [stdout] 9662 |     ["Size of __UART_HandleTypeDef"][::core::mem::size_of::<__UART_HandleTypeDef>() - 84usize];
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 4
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/py32csdk-hal-sys-d951cfcdf7f1e1ec/out/bindings.rs:9934:5
[INFO] [stdout]      |
[INFO] [stdout] 9934 |     ["Size of WWDG_HandleTypeDef"][::core::mem::size_of::<WWDG_HandleTypeDef>() - 20usize];
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 8
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/py32csdk-hal-sys-d951cfcdf7f1e1ec/out/bindings.rs:10016:5
[INFO] [stdout]       |
[INFO] [stdout] 10016 |     ["Size of LED_HandleTypeDef"][::core::mem::size_of::<LED_HandleTypeDef>() - 32usize];
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0080`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `py32csdk-hal-sys` (lib) due to 13 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "6b9156fc13c38a2a06e5556ddf404b36b57a6e48483a045bb826650a69e32062", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b9156fc13c38a2a06e5556ddf404b36b57a6e48483a045bb826650a69e32062", kill_on_drop: false }`
[INFO] [stdout] 6b9156fc13c38a2a06e5556ddf404b36b57a6e48483a045bb826650a69e32062
