[INFO] fetching crate stm32-fmc 0.4.0...
[INFO] building stm32-fmc-0.4.0 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] extracting crate stm32-fmc 0.4.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate stm32-fmc 0.4.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate stm32-fmc 0.4.0
[INFO] tweaked toml for crates.io crate stm32-fmc 0.4.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate stm32-fmc 0.4.0 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 16 packages to latest compatible versions
[INFO] [stderr]       Adding defmt v0.3.100 (available: v1.0.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 700cc864e731bd9cb64533647195544ad0db2bd52d8656436917301ccf2651bc
[INFO] running `Command { std: "docker" "start" "-a" "700cc864e731bd9cb64533647195544ad0db2bd52d8656436917301ccf2651bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "700cc864e731bd9cb64533647195544ad0db2bd52d8656436917301ccf2651bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "700cc864e731bd9cb64533647195544ad0db2bd52d8656436917301ccf2651bc", kill_on_drop: false }`
[INFO] [stdout] 700cc864e731bd9cb64533647195544ad0db2bd52d8656436917301ccf2651bc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 14bb3875f42187ad49fea5ba72e1d11bb3c0226d6eb6bf5e8b17fc6da4809058
[INFO] running `Command { std: "docker" "start" "-a" "14bb3875f42187ad49fea5ba72e1d11bb3c0226d6eb6bf5e8b17fc6da4809058", kill_on_drop: false }`
[INFO] [stderr]    Compiling embedded-hal v1.0.0
[INFO] [stderr]    Compiling stm32-fmc v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]   --> src/ral/peripherals/fmc.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `defmt`, `log`, `nand`, `sdram`, and `trace-register-values`
[INFO] [stdout]    = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]     --> src/ral/peripherals/fmc.rs:2182:11
[INFO] [stdout]      |
[INFO] [stdout] 2182 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `defmt`, `log`, `nand`, `sdram`, and `trace-register-values`
[INFO] [stdout]      = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]     --> src/ral/peripherals/fmc.rs:2187:11
[INFO] [stdout]      |
[INFO] [stdout] 2187 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `defmt`, `log`, `nand`, `sdram`, and `trace-register-values`
[INFO] [stdout]      = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `rtic`
[INFO] [stdout]     --> src/ral/peripherals/fmc.rs:2195:7
[INFO] [stdout]      |
[INFO] [stdout] 2195 | #[cfg(feature = "rtic")]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `defmt`, `log`, `nand`, `sdram`, and `trace-register-values`
[INFO] [stdout]      = help: consider adding `rtic` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `read_reg`
[INFO] [stdout]  --> src/ral/mod.rs:6:29
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use crate::{modify_reg, read_reg, write_reg};
[INFO] [stdout]   |                             ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
[INFO] running `Command { std: "docker" "inspect" "14bb3875f42187ad49fea5ba72e1d11bb3c0226d6eb6bf5e8b17fc6da4809058", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14bb3875f42187ad49fea5ba72e1d11bb3c0226d6eb6bf5e8b17fc6da4809058", kill_on_drop: false }`
[INFO] [stdout] 14bb3875f42187ad49fea5ba72e1d11bb3c0226d6eb6bf5e8b17fc6da4809058
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eb7b206cf78a8689990d254334b941e86fdf8a8fe35690c0fd1585ef565f3104
[INFO] running `Command { std: "docker" "start" "-a" "eb7b206cf78a8689990d254334b941e86fdf8a8fe35690c0fd1585ef565f3104", kill_on_drop: false }`
[INFO] [stderr]    Compiling stm32-fmc v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]   --> src/ral/peripherals/fmc.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `defmt`, `log`, `nand`, `sdram`, and `trace-register-values`
[INFO] [stdout]    = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]     --> src/ral/peripherals/fmc.rs:2182:11
[INFO] [stdout]      |
[INFO] [stdout] 2182 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `defmt`, `log`, `nand`, `sdram`, and `trace-register-values`
[INFO] [stdout]      = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]     --> src/ral/peripherals/fmc.rs:2187:11
[INFO] [stdout]      |
[INFO] [stdout] 2187 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `defmt`, `log`, `nand`, `sdram`, and `trace-register-values`
[INFO] [stdout]      = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `rtic`
[INFO] [stdout]     --> src/ral/peripherals/fmc.rs:2195:7
[INFO] [stdout]      |
[INFO] [stdout] 2195 | #[cfg(feature = "rtic")]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `defmt`, `log`, `nand`, `sdram`, and `trace-register-values`
[INFO] [stdout]      = help: consider adding `rtic` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `read_reg`
[INFO] [stdout]  --> src/ral/mod.rs:6:29
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use crate::{modify_reg, read_reg, write_reg};
[INFO] [stdout]   |                             ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]   --> src/ral/peripherals/fmc.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `defmt`, `log`, `nand`, `sdram`, and `trace-register-values`
[INFO] [stdout]    = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]     --> src/ral/peripherals/fmc.rs:2182:11
[INFO] [stdout]      |
[INFO] [stdout] 2182 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `defmt`, `log`, `nand`, `sdram`, and `trace-register-values`
[INFO] [stdout]      = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nosync`
[INFO] [stdout]     --> src/ral/peripherals/fmc.rs:2187:11
[INFO] [stdout]      |
[INFO] [stdout] 2187 | #[cfg(not(feature = "nosync"))]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `defmt`, `log`, `nand`, `sdram`, and `trace-register-values`
[INFO] [stdout]      = help: consider adding `nosync` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `rtic`
[INFO] [stdout]     --> src/ral/peripherals/fmc.rs:2195:7
[INFO] [stdout]      |
[INFO] [stdout] 2195 | #[cfg(feature = "rtic")]
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected values for `feature` are: `default`, `defmt`, `log`, `nand`, `sdram`, and `trace-register-values`
[INFO] [stdout]      = help: consider adding `rtic` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `read_reg`
[INFO] [stdout]  --> src/ral/mod.rs:6:29
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use crate::{modify_reg, read_reg, write_reg};
[INFO] [stdout]   |                             ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.26s
[INFO] running `Command { std: "docker" "inspect" "eb7b206cf78a8689990d254334b941e86fdf8a8fe35690c0fd1585ef565f3104", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb7b206cf78a8689990d254334b941e86fdf8a8fe35690c0fd1585ef565f3104", kill_on_drop: false }`
[INFO] [stdout] eb7b206cf78a8689990d254334b941e86fdf8a8fe35690c0fd1585ef565f3104
