[INFO] cloning repository https://github.com/andhieSetyabudi/mcuboot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andhieSetyabudi/mcuboot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FandhieSetyabudi%2Fmcuboot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FandhieSetyabudi%2Fmcuboot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 52c332e224c207811da4cf131e35fba7b62e0275
[INFO] testing andhieSetyabudi/mcuboot against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FandhieSetyabudi%2Fmcuboot" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  77% (5729/7403)
Updating files:  78% (5775/7403)
Updating files:  79% (5849/7403)
Updating files:  80% (5923/7403)
Updating files:  81% (5997/7403)
Updating files:  82% (6071/7403)
Updating files:  83% (6145/7403)
Updating files:  84% (6219/7403)
Updating files:  85% (6293/7403)
Updating files:  86% (6367/7403)
Updating files:  87% (6441/7403)
Updating files:  88% (6515/7403)
Updating files:  89% (6589/7403)
Updating files:  90% (6663/7403)
Updating files:  91% (6737/7403)
Updating files:  92% (6811/7403)
Updating files:  93% (6885/7403)
Updating files:  94% (6959/7403)
Updating files:  95% (7033/7403)
Updating files:  96% (7107/7403)
Updating files:  97% (7181/7403)
Updating files:  98% (7255/7403)
Updating files:  99% (7329/7403)
Updating files: 100% (7403/7403)
Updating files: 100% (7403/7403), done.
[INFO] started tweaking git repo https://github.com/andhieSetyabudi/mcuboot
[INFO] finished tweaking git repo https://github.com/andhieSetyabudi/mcuboot
[INFO] tweaked toml for git repo https://github.com/andhieSetyabudi/mcuboot written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/andhieSetyabudi/mcuboot on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/andhieSetyabudi/mcuboot 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-2-tc1/source/sim/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded thiserror v1.0.26
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.76
[INFO] [stderr]   Downloaded thiserror-impl v1.0.26
[INFO] [stderr]   Downloaded pem v0.8.3
[INFO] [stderr]   Downloaded cc v1.0.69
[INFO] [stderr]   Downloaded cpufeatures v0.1.5
[INFO] [stderr]   Downloaded rand_hc v0.3.1
[INFO] [stderr]   Downloaded env_logger v0.9.0
[INFO] [stderr]   Downloaded serde v1.0.127
[INFO] [stderr]   Downloaded js-sys v0.3.53
[INFO] [stderr]   Downloaded rand v0.8.4
[INFO] [stderr]   Downloaded aes v0.7.4
[INFO] [stderr]   Downloaded wasm-bindgen-backend v0.2.76
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.76
[INFO] [stderr]   Downloaded serde_derive v1.0.127
[INFO] [stderr]   Downloaded bumpalo v3.7.0
[INFO] [stderr]   Downloaded typenum v1.13.0
[INFO] [stderr]   Downloaded ctr v0.7.0
[INFO] [stderr]   Downloaded docopt v1.1.1
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.76
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.76
[INFO] [stderr]   Downloaded libc v0.2.99
[INFO] [stderr]   Downloaded web-sys v0.3.53
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5ea74a7abf0405d0394adc2b85b0185cf236beb3cfbb9546d5a0c624deaf6352
[INFO] running `Command { std: "docker" "start" "-a" "5ea74a7abf0405d0394adc2b85b0185cf236beb3cfbb9546d5a0c624deaf6352", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5ea74a7abf0405d0394adc2b85b0185cf236beb3cfbb9546d5a0c624deaf6352", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ea74a7abf0405d0394adc2b85b0185cf236beb3cfbb9546d5a0c624deaf6352", kill_on_drop: false }`
[INFO] [stdout] 5ea74a7abf0405d0394adc2b85b0185cf236beb3cfbb9546d5a0c624deaf6352
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0f09cc6ab35da0404a31d9f8d7d3c949666aeaa5ccd43b7fcc358989187a4e74
[INFO] running `Command { std: "docker" "start" "-a" "0f09cc6ab35da0404a31d9f8d7d3c949666aeaa5ccd43b7fcc358989187a4e74", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /opt/rustwide/workdir/sim/Cargo.toml
[INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml
[INFO] [stderr]    Compiling libc v0.2.99
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.28
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.74
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling cc v1.0.69
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling typenum v1.13.0
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling serde_derive v1.0.127
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling serde v1.0.127
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling mcuboot-sys v0.1.0 (/opt/rustwide/workdir/sim/mcuboot-sys)
[INFO] [stderr]    Compiling cipher v0.3.0
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling ctr v0.7.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling cpufeatures v0.1.5
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling aes v0.7.4
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling env_logger v0.9.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.26
[INFO] [stderr]    Compiling pem v0.8.3
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling thiserror v1.0.26
[INFO] [stderr]    Compiling simflash v0.1.0 (/opt/rustwide/workdir/sim/simflash)
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:169:5
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub extern fn sim_get_flash_areas() -> *const CAreaDesc {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:176:5
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub extern fn sim_set_flash_areas(areas: *const CAreaDesc) {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:183:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub extern fn sim_reset_flash_areas() {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:190:5
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub extern fn sim_get_context() -> *const CSimContext {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:197:5
[INFO] [stdout]     |
[INFO] [stdout] 197 | pub extern fn sim_set_context(ptr: *const CSimContext) {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:204:5
[INFO] [stdout]     |
[INFO] [stdout] 204 | pub extern fn sim_reset_context() {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:237:5
[INFO] [stdout]     |
[INFO] [stdout] 237 | pub extern fn sim_flash_erase(dev_id: u8, offset: u32, size: u32) -> libc::c_int {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:249:5
[INFO] [stdout]     |
[INFO] [stdout] 249 | pub extern fn sim_flash_read(dev_id: u8, offset: u32, dest: *mut u8, size: u32) -> libc::c_int {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:262:5
[INFO] [stdout]     |
[INFO] [stdout] 262 | pub extern fn sim_flash_write(dev_id: u8, offset: u32, src: *const u8, size: u32) -> libc::c_int {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:275:5
[INFO] [stdout]     |
[INFO] [stdout] 275 | pub extern fn sim_flash_align(id: u8) -> u32 {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:282:5
[INFO] [stdout]     |
[INFO] [stdout] 282 | pub extern fn sim_flash_erased_val(id: u8) -> u8 {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:305:5
[INFO] [stdout]     |
[INFO] [stdout] 305 | pub extern fn sim_log_enabled(level: libc::c_int) -> libc::c_int {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling docopt v1.1.1
[INFO] [stderr]    Compiling bootsim v0.1.0 (/opt/rustwide/workdir/sim)
[INFO] [stdout] warning: unused import: `crate::utils::align_up`
[INFO] [stdout]   --> sim/src/image.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 | use crate::utils::align_up;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `align_up` is never used
[INFO] [stdout]  --> sim/src/utils.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn align_up(num: u32, align: u32) -> u32 {
[INFO] [stdout]   |        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 1m 32s
[INFO] running `Command { std: "docker" "inspect" "0f09cc6ab35da0404a31d9f8d7d3c949666aeaa5ccd43b7fcc358989187a4e74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f09cc6ab35da0404a31d9f8d7d3c949666aeaa5ccd43b7fcc358989187a4e74", kill_on_drop: false }`
[INFO] [stdout] 0f09cc6ab35da0404a31d9f8d7d3c949666aeaa5ccd43b7fcc358989187a4e74
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6e1cf9adc6df4ae4c3afd507442191cdc9f42f04acef9c8fc9d9706877f4a639
[INFO] running `Command { std: "docker" "start" "-a" "6e1cf9adc6df4ae4c3afd507442191cdc9f42f04acef9c8fc9d9706877f4a639", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /opt/rustwide/workdir/sim/Cargo.toml
[INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:169:5
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub extern fn sim_get_flash_areas() -> *const CAreaDesc {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:176:5
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub extern fn sim_set_flash_areas(areas: *const CAreaDesc) {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:183:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub extern fn sim_reset_flash_areas() {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:190:5
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub extern fn sim_get_context() -> *const CSimContext {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:197:5
[INFO] [stdout]     |
[INFO] [stdout] 197 | pub extern fn sim_set_context(ptr: *const CSimContext) {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:204:5
[INFO] [stdout]     |
[INFO] [stdout] 204 | pub extern fn sim_reset_context() {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:237:5
[INFO] [stdout]     |
[INFO] [stdout] 237 | pub extern fn sim_flash_erase(dev_id: u8, offset: u32, size: u32) -> libc::c_int {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:249:5
[INFO] [stdout]     |
[INFO] [stdout] 249 | pub extern fn sim_flash_read(dev_id: u8, offset: u32, dest: *mut u8, size: u32) -> libc::c_int {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:262:5
[INFO] [stdout]     |
[INFO] [stdout] 262 | pub extern fn sim_flash_write(dev_id: u8, offset: u32, src: *const u8, size: u32) -> libc::c_int {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:275:5
[INFO] [stdout]     |
[INFO] [stdout] 275 | pub extern fn sim_flash_align(id: u8) -> u32 {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:282:5
[INFO] [stdout]     |
[INFO] [stdout] 282 | pub extern fn sim_flash_erased_val(id: u8) -> u8 {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:305:5
[INFO] [stdout]     |
[INFO] [stdout] 305 | pub extern fn sim_log_enabled(level: libc::c_int) -> libc::c_int {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling mcuboot-sys v0.1.0 (/opt/rustwide/workdir/sim/mcuboot-sys)
[INFO] [stderr]    Compiling simflash v0.1.0 (/opt/rustwide/workdir/sim/simflash)
[INFO] [stdout] warning: unused import: `crate::utils::align_up`
[INFO] [stdout]   --> sim/src/image.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 | use crate::utils::align_up;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bootsim v0.1.0 (/opt/rustwide/workdir/sim)
[INFO] [stdout] warning: function `align_up` is never used
[INFO] [stdout]  --> sim/src/utils.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn align_up(num: u32, align: u32) -> u32 {
[INFO] [stdout]   |        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::utils::align_up`
[INFO] [stdout]   --> sim/src/image.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 | use crate::utils::align_up;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:169:5
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub extern fn sim_get_flash_areas() -> *const CAreaDesc {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:176:5
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub extern fn sim_set_flash_areas(areas: *const CAreaDesc) {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:183:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub extern fn sim_reset_flash_areas() {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:190:5
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub extern fn sim_get_context() -> *const CSimContext {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:197:5
[INFO] [stdout]     |
[INFO] [stdout] 197 | pub extern fn sim_set_context(ptr: *const CSimContext) {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:204:5
[INFO] [stdout]     |
[INFO] [stdout] 204 | pub extern fn sim_reset_context() {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:237:5
[INFO] [stdout]     |
[INFO] [stdout] 237 | pub extern fn sim_flash_erase(dev_id: u8, offset: u32, size: u32) -> libc::c_int {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:249:5
[INFO] [stdout]     |
[INFO] [stdout] 249 | pub extern fn sim_flash_read(dev_id: u8, offset: u32, dest: *mut u8, size: u32) -> libc::c_int {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:262:5
[INFO] [stdout]     |
[INFO] [stdout] 262 | pub extern fn sim_flash_write(dev_id: u8, offset: u32, src: *const u8, size: u32) -> libc::c_int {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:275:5
[INFO] [stdout]     |
[INFO] [stdout] 275 | pub extern fn sim_flash_align(id: u8) -> u32 {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:282:5
[INFO] [stdout]     |
[INFO] [stdout] 282 | pub extern fn sim_flash_erased_val(id: u8) -> u8 {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> sim/mcuboot-sys/src/api.rs:305:5
[INFO] [stdout]     |
[INFO] [stdout] 305 | pub extern fn sim_log_enabled(level: libc::c_int) -> libc::c_int {
[INFO] [stdout]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: ``
[INFO] [stdout]   --> sim/tests/core.rs:29:20
[INFO] [stdout]    |
[INFO] [stdout] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 | sim_test!(bad_secondary_slot, make_bad_secondary_slot_image(), run_signfail_upgrade(), "");
[INFO] [stdout]    | ------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stdout]    = help: consider adding `` 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]    = note: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: ``
[INFO] [stdout]   --> sim/tests/core.rs:29:20
[INFO] [stdout]    |
[INFO] [stdout] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 | sim_test!(secondary_trailer_leftover, make_erased_secondary_image(), run_secondary_leftover_trailer(), "");
[INFO] [stdout]    | ---------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stdout]    = help: consider adding `` 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: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: ``
[INFO] [stdout]   --> sim/tests/core.rs:29:20
[INFO] [stdout]    |
[INFO] [stdout] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 | sim_test!(bootstrap, make_bootstrap_image(), run_bootstrap(), "");
[INFO] [stdout]    | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stdout]    = help: consider adding `` 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: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: ``
[INFO] [stdout]   --> sim/tests/core.rs:29:20
[INFO] [stdout]    |
[INFO] [stdout] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 | sim_test!(norevert_newimage, make_no_upgrade_image(&NO_DEPS), run_norevert_newimage(), "");
[INFO] [stdout]    | ------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stdout]    = help: consider adding `` 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: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: ``
[INFO] [stdout]   --> sim/tests/core.rs:29:20
[INFO] [stdout]    |
[INFO] [stdout] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 | sim_test!(basic_revert, make_image(&NO_DEPS, true), run_basic_revert(), "");
[INFO] [stdout]    | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stdout]    = help: consider adding `` 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: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: ``
[INFO] [stdout]   --> sim/tests/core.rs:29:20
[INFO] [stdout]    |
[INFO] [stdout] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 | sim_test!(revert_with_fails, make_image(&NO_DEPS, false), run_revert_with_fails(), "");
[INFO] [stdout]    | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stdout]    = help: consider adding `` 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: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: ``
[INFO] [stdout]   --> sim/tests/core.rs:29:20
[INFO] [stdout]    |
[INFO] [stdout] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 | sim_test!(perm_with_fails, make_image(&NO_DEPS, true), run_perm_with_fails(), "");
[INFO] [stdout]    | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stdout]    = help: consider adding `` 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: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: ``
[INFO] [stdout]   --> sim/tests/core.rs:29:20
[INFO] [stdout]    |
[INFO] [stdout] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 | sim_test!(perm_with_random_fails, make_image(&NO_DEPS, true), run_perm_with_random_fails(5), "");
[INFO] [stdout]    | ------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stdout]    = help: consider adding `` 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: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: ``
[INFO] [stdout]   --> sim/tests/core.rs:29:20
[INFO] [stdout]    |
[INFO] [stdout] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 | sim_test!(norevert, make_image(&NO_DEPS, true), run_norevert(), "");
[INFO] [stdout]    | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stdout]    = help: consider adding `` 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: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: ``
[INFO] [stdout]   --> sim/tests/core.rs:29:20
[INFO] [stdout]    |
[INFO] [stdout] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 | sim_test!(status_write_fails_complete, make_image(&NO_DEPS, true), run_with_status_fails_complete(), "");
[INFO] [stdout]    | -------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stdout]    = help: consider adding `` 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: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: ``
[INFO] [stdout]   --> sim/tests/core.rs:29:20
[INFO] [stdout]    |
[INFO] [stdout] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 | sim_test!(downgrade_prevention, make_image(&REV_DEPS, true), run_nodowngrade(), "");
[INFO] [stdout]    | ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stdout]    = help: consider adding `` 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: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: ``
[INFO] [stdout]   --> sim/tests/core.rs:29:20
[INFO] [stdout]    |
[INFO] [stdout] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | sim_test!(direct_xip_first, make_no_upgrade_image(&NO_DEPS), run_direct_xip(), "");
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stdout]    = help: consider adding `` 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: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: ``
[INFO] [stdout]   --> sim/tests/core.rs:29:20
[INFO] [stdout]    |
[INFO] [stdout] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | sim_test!(ram_load_first, make_no_upgrade_image(&NO_DEPS), run_ram_load(), "");
[INFO] [stdout]    | ------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stdout]    = help: consider adding `` 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: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: ``
[INFO] [stdout]   --> sim/tests/core.rs:29:20
[INFO] [stdout]    |
[INFO] [stdout] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | sim_test!(ram_load_split, make_no_upgrade_image(&NO_DEPS), run_split_ram_load(), "");
[INFO] [stdout]    | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stdout]    = help: consider adding `` 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: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: ``
[INFO] [stdout]   --> sim/tests/core.rs:29:20
[INFO] [stdout]    |
[INFO] [stdout] 29 |           #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | / test_shell!(dependency_combos, r, {
[INFO] [stdout] 73 | |     // Only test setups with two images.
[INFO] [stdout] 74 | |     if r.num_images() != 2 {
[INFO] [stdout] 75 | |         return;
[INFO] [stdout] ...  |
[INFO] [stdout] 83 | | }, "");
[INFO] [stdout]    | |______- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stdout]    = help: consider adding `` 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: this warning originates in the macro `test_shell` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `align_up` is never used
[INFO] [stdout]  --> sim/src/utils.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn align_up(num: u32, align: u32) -> u32 {
[INFO] [stdout]   |        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 3.55s
[INFO] running `Command { std: "docker" "inspect" "6e1cf9adc6df4ae4c3afd507442191cdc9f42f04acef9c8fc9d9706877f4a639", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e1cf9adc6df4ae4c3afd507442191cdc9f42f04acef9c8fc9d9706877f4a639", kill_on_drop: false }`
[INFO] [stdout] 6e1cf9adc6df4ae4c3afd507442191cdc9f42f04acef9c8fc9d9706877f4a639
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e6daa7543b678a495fcffc9dda19357d2089b72ba9354844af5597ddde78b28c
[INFO] running `Command { std: "docker" "start" "-a" "e6daa7543b678a495fcffc9dda19357d2089b72ba9354844af5597ddde78b28c", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /opt/rustwide/workdir/sim/Cargo.toml
[INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> sim/mcuboot-sys/src/api.rs:169:5
[INFO] [stderr]     |
[INFO] [stderr] 169 | pub extern fn sim_get_flash_areas() -> *const CAreaDesc {
[INFO] [stderr]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(missing_abi)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> sim/mcuboot-sys/src/api.rs:176:5
[INFO] [stderr]     |
[INFO] [stderr] 176 | pub extern fn sim_set_flash_areas(areas: *const CAreaDesc) {
[INFO] [stderr]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> sim/mcuboot-sys/src/api.rs:183:5
[INFO] [stderr]     |
[INFO] [stderr] 183 | pub extern fn sim_reset_flash_areas() {
[INFO] [stderr]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> sim/mcuboot-sys/src/api.rs:190:5
[INFO] [stderr]     |
[INFO] [stderr] 190 | pub extern fn sim_get_context() -> *const CSimContext {
[INFO] [stderr]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> sim/mcuboot-sys/src/api.rs:197:5
[INFO] [stderr]     |
[INFO] [stderr] 197 | pub extern fn sim_set_context(ptr: *const CSimContext) {
[INFO] [stderr]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> sim/mcuboot-sys/src/api.rs:204:5
[INFO] [stderr]     |
[INFO] [stderr] 204 | pub extern fn sim_reset_context() {
[INFO] [stderr]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> sim/mcuboot-sys/src/api.rs:237:5
[INFO] [stderr]     |
[INFO] [stderr] 237 | pub extern fn sim_flash_erase(dev_id: u8, offset: u32, size: u32) -> libc::c_int {
[INFO] [stderr]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> sim/mcuboot-sys/src/api.rs:249:5
[INFO] [stderr]     |
[INFO] [stderr] 249 | pub extern fn sim_flash_read(dev_id: u8, offset: u32, dest: *mut u8, size: u32) -> libc::c_int {
[INFO] [stderr]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> sim/mcuboot-sys/src/api.rs:262:5
[INFO] [stderr]     |
[INFO] [stderr] 262 | pub extern fn sim_flash_write(dev_id: u8, offset: u32, src: *const u8, size: u32) -> libc::c_int {
[INFO] [stderr]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> sim/mcuboot-sys/src/api.rs:275:5
[INFO] [stderr]     |
[INFO] [stderr] 275 | pub extern fn sim_flash_align(id: u8) -> u32 {
[INFO] [stderr]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> sim/mcuboot-sys/src/api.rs:282:5
[INFO] [stderr]     |
[INFO] [stderr] 282 | pub extern fn sim_flash_erased_val(id: u8) -> u8 {
[INFO] [stderr]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> sim/mcuboot-sys/src/api.rs:305:5
[INFO] [stderr]     |
[INFO] [stderr] 305 | pub extern fn sim_log_enabled(level: libc::c_int) -> libc::c_int {
[INFO] [stderr]     |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] 
[INFO] [stderr] warning: `mcuboot-sys` (lib) generated 12 warnings (run `cargo fix --lib -p mcuboot-sys` to apply 12 suggestions)
[INFO] [stderr] warning: `mcuboot-sys` (lib test) generated 12 warnings (12 duplicates)
[INFO] [stderr] warning: unused import: `crate::utils::align_up`
[INFO] [stderr]   --> sim/src/image.rs:57:5
[INFO] [stderr]    |
[INFO] [stderr] 57 | use crate::utils::align_up;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `align_up` is never used
[INFO] [stderr]  --> sim/src/utils.rs:7:8
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub fn align_up(num: u32, align: u32) -> u32 {
[INFO] [stderr]   |        ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `bootsim` (lib) generated 2 warnings (run `cargo fix --lib -p bootsim` to apply 1 suggestion)
[INFO] [stderr] warning: `bootsim` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: unexpected `cfg` condition value: ``
[INFO] [stderr]   --> sim/tests/core.rs:29:20
[INFO] [stderr]    |
[INFO] [stderr] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 52 | sim_test!(bad_secondary_slot, make_bad_secondary_slot_image(), run_signfail_upgrade(), "");
[INFO] [stderr]    | ------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stderr]    = help: consider adding `` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: ``
[INFO] [stderr]   --> sim/tests/core.rs:29:20
[INFO] [stderr]    |
[INFO] [stderr] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 53 | sim_test!(secondary_trailer_leftover, make_erased_secondary_image(), run_secondary_leftover_trailer(), "");
[INFO] [stderr]    | ---------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stderr]    = help: consider adding `` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: ``
[INFO] [stderr]   --> sim/tests/core.rs:29:20
[INFO] [stderr]    |
[INFO] [stderr] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 54 | sim_test!(bootstrap, make_bootstrap_image(), run_bootstrap(), "");
[INFO] [stderr]    | ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stderr]    = help: consider adding `` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: ``
[INFO] [stderr]   --> sim/tests/core.rs:29:20
[INFO] [stderr]    |
[INFO] [stderr] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 55 | sim_test!(norevert_newimage, make_no_upgrade_image(&NO_DEPS), run_norevert_newimage(), "");
[INFO] [stderr]    | ------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stderr]    = help: consider adding `` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: ``
[INFO] [stderr]   --> sim/tests/core.rs:29:20
[INFO] [stderr]    |
[INFO] [stderr] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 56 | sim_test!(basic_revert, make_image(&NO_DEPS, true), run_basic_revert(), "");
[INFO] [stderr]    | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stderr]    = help: consider adding `` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: ``
[INFO] [stderr]   --> sim/tests/core.rs:29:20
[INFO] [stderr]    |
[INFO] [stderr] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 57 | sim_test!(revert_with_fails, make_image(&NO_DEPS, false), run_revert_with_fails(), "");
[INFO] [stderr]    | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stderr]    = help: consider adding `` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: ``
[INFO] [stderr]   --> sim/tests/core.rs:29:20
[INFO] [stderr]    |
[INFO] [stderr] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 58 | sim_test!(perm_with_fails, make_image(&NO_DEPS, true), run_perm_with_fails(), "");
[INFO] [stderr]    | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stderr]    = help: consider adding `` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: ``
[INFO] [stderr]   --> sim/tests/core.rs:29:20
[INFO] [stderr]    |
[INFO] [stderr] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 59 | sim_test!(perm_with_random_fails, make_image(&NO_DEPS, true), run_perm_with_random_fails(5), "");
[INFO] [stderr]    | ------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stderr]    = help: consider adding `` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: ``
[INFO] [stderr]   --> sim/tests/core.rs:29:20
[INFO] [stderr]    |
[INFO] [stderr] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 60 | sim_test!(norevert, make_image(&NO_DEPS, true), run_norevert(), "");
[INFO] [stderr]    | ------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stderr]    = help: consider adding `` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: ``
[INFO] [stderr]   --> sim/tests/core.rs:29:20
[INFO] [stderr]    |
[INFO] [stderr] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 61 | sim_test!(status_write_fails_complete, make_image(&NO_DEPS, true), run_with_status_fails_complete(), "");
[INFO] [stderr]    | -------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stderr]    = help: consider adding `` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: ``
[INFO] [stderr]   --> sim/tests/core.rs:29:20
[INFO] [stderr]    |
[INFO] [stderr] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 65 | sim_test!(downgrade_prevention, make_image(&REV_DEPS, true), run_nodowngrade(), "");
[INFO] [stderr]    | ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stderr]    = help: consider adding `` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: ``
[INFO] [stderr]   --> sim/tests/core.rs:29:20
[INFO] [stderr]    |
[INFO] [stderr] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 67 | sim_test!(direct_xip_first, make_no_upgrade_image(&NO_DEPS), run_direct_xip(), "");
[INFO] [stderr]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stderr]    = help: consider adding `` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: ``
[INFO] [stderr]   --> sim/tests/core.rs:29:20
[INFO] [stderr]    |
[INFO] [stderr] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 68 | sim_test!(ram_load_first, make_no_upgrade_image(&NO_DEPS), run_ram_load(), "");
[INFO] [stderr]    | ------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stderr]    = help: consider adding `` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: ``
[INFO] [stderr]   --> sim/tests/core.rs:29:20
[INFO] [stderr]    |
[INFO] [stderr] 29 |         #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 70 | sim_test!(ram_load_split, make_no_upgrade_image(&NO_DEPS), run_split_ram_load(), "");
[INFO] [stderr]    | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stderr]    = help: consider adding `` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_shell` which comes from the expansion of the macro `sim_test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: ``
[INFO] [stderr]   --> sim/tests/core.rs:29:20
[INFO] [stderr]    |
[INFO] [stderr] 29 |           #[cfg_attr(feature = $skip_feature, ignore)]
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 72 | / test_shell!(dependency_combos, r, {
[INFO] [stderr] 73 | |     // Only test setups with two images.
[INFO] [stderr] 74 | |     if r.num_images() != 2 {
[INFO] [stderr] 75 | |         return;
[INFO] [stderr] ...  |
[INFO] [stderr] 83 | | }, "");
[INFO] [stderr]    | |______- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `bootstrap`, `default`, `direct-xip`, `downgrade-prevention`, `enc-aes256-ec256`, `enc-aes256-kw`, `enc-aes256-rsa`, `enc-aes256-x25519`, `enc-ec256`, `enc-ec256-mbedtls`, `enc-kw`, `enc-rsa`, `enc-x25519`, `max-align-32`, `multiimage`, `overwrite-only`, `ram-load`, `sig-ecdsa`, `sig-ecdsa-mbedtls`, `sig-ed25519`, `sig-rsa`, `sig-rsa3072`, `swap-move`, `swap-status`, and `validate-primary-slot`
[INFO] [stderr]    = help: consider adding `` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `test_shell` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `bootsim` (test "core") generated 15 warnings
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bootsim-e8fcb2b85566d4b4)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bootsim-9cd108e88975e6f0)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/core.rs (/opt/rustwide/target/debug/deps/core-23378387a32793c9)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test dependency_combos ... ok
[INFO] [stdout] test direct_xip_first ... ok
[INFO] [stdout] test bootstrap ... ok
[INFO] [stdout] test ram_load_first ... ok
[INFO] [stdout] test ram_load_split ... ok
[INFO] [stdout] test norevert_newimage ... ok
[INFO] [stdout] test downgrade_prevention ... ok
[INFO] [stdout] test bad_secondary_slot ... ok
[INFO] [stdout] test secondary_trailer_leftover ... ok
[INFO] [stdout] test norevert ... ok
[INFO] [stdout] test status_write_fails_complete ... ok
[INFO] [stdout] test perm_with_random_fails ... ok
[INFO] [stdout] test status_write_fails_with_reset ... ok
[INFO] [stdout] test basic_revert ... ok
[INFO] [stdout] test perm_with_fails ... ok
[INFO] [stdout] test revert_with_fails ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 32.63s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mcuboot_sys-1070d62eac122a0c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/simflash-110b9a7a079e25ec)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test pdump::samples ... ok
[INFO] [stdout] test test::test_flash ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_flash stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::test_flash' panicked at sim/simflash/src/lib.rs:204:13:
[INFO] [stdout] Write length not multiple of alignment
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x591da8a95492 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x591da8a95492 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x591da8a95492 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x591da8a95492 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x591da8abae83 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x591da8abae83 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x591da8a92413 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x591da8a92413 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x591da8a952e2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x591da8a96a19 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x591da8a9684e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x591da8a5b024 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x591da8a5b024 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x591da8a974ee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x591da8a974ee - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x591da8a972fc - std::panicking::begin_panic::{{closure}}::h9f4a5adc680e21fa
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:770:9
[INFO] [stdout]   16:     0x591da8a95989 - std::sys::backtrace::__rust_end_short_backtrace::hb5f90b203e68dc50
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x591da8a97212 - std::panicking::begin_panic::h5128ce11a6f84a23
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:769:5
[INFO] [stdout]   18:     0x591da8a1edc8 - <simflash::SimFlash as simflash::Flash>::write::h962af7cfbe624f2f
[INFO] [stdout]                                at /opt/rustwide/workdir/sim/simflash/src/lib.rs:204:13
[INFO] [stdout]   19:     0x591da8a1ff9c - simflash::test::test_device::h0a0fd276c78f1ce1
[INFO] [stdout]                                at /opt/rustwide/workdir/sim/simflash/src/lib.rs:338:15
[INFO] [stdout]   20:     0x591da8a20bd6 - simflash::test::test_flash::hcb43c5c347930d4c
[INFO] [stdout]                                at /opt/rustwide/workdir/sim/simflash/src/lib.rs:325:13
[INFO] [stdout]   21:     0x591da8a1e159 - simflash::test::test_flash::{{closure}}::ha1b9adbb035b6b5b
[INFO] [stdout]                                at /opt/rustwide/workdir/sim/simflash/src/lib.rs:312:20
[INFO] [stdout]   22:     0x591da8a1e159 - core::ops::function::FnOnce::call_once::ha1950f963a264818
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   23:     0x591da8a6088b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x591da8a6088b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   25:     0x591da8a5f9c5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   26:     0x591da8a5f9c5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   27:     0x591da8a5f9c5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   28:     0x591da8a5f9c5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   29:     0x591da8a5f9c5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x591da8a5f9c5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   31:     0x591da8a5f9c5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   32:     0x591da8a235c4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   33:     0x591da8a235c4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x591da8a26f9a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   35:     0x591da8a26f9a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   36:     0x591da8a26f9a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   37:     0x591da8a26f9a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   38:     0x591da8a26f9a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x591da8a26f9a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   40:     0x591da8a26f9a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   41:     0x591da8a9a46f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   42:     0x591da8a9a46f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   43:     0x78aa88d44aa4 - <unknown>
[INFO] [stdout]   44:     0x78aa88dd1a34 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test::test_flash
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p simflash --lib`
[INFO] running `Command { std: "docker" "inspect" "e6daa7543b678a495fcffc9dda19357d2089b72ba9354844af5597ddde78b28c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6daa7543b678a495fcffc9dda19357d2089b72ba9354844af5597ddde78b28c", kill_on_drop: false }`
[INFO] [stdout] e6daa7543b678a495fcffc9dda19357d2089b72ba9354844af5597ddde78b28c
