[INFO] fetching crate jimage-rs 0.0.4...
[INFO] testing jimage-rs-0.0.4 against beta-2026-03-05 for beta-1.95-1
[INFO] extracting crate jimage-rs 0.0.4 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate jimage-rs 0.0.4
[INFO] finished tweaking crates.io crate jimage-rs 0.0.4
[INFO] tweaked toml for crates.io crate jimage-rs 0.0.4 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate jimage-rs 0.0.4 on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate jimage-rs 0.0.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 876ed659382dd6938d885df2dce08088a6d36d173ad156522d0df2262f822e46
[INFO] running `Command { std: "docker" "start" "-a" "876ed659382dd6938d885df2dce08088a6d36d173ad156522d0df2262f822e46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "876ed659382dd6938d885df2dce08088a6d36d173ad156522d0df2262f822e46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "876ed659382dd6938d885df2dce08088a6d36d173ad156522d0df2262f822e46", kill_on_drop: false }`
[INFO] [stdout] 876ed659382dd6938d885df2dce08088a6d36d173ad156522d0df2262f822e46
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9d3be6ddc566437ecce34a6bee7eb9782f63a36604d3facfd9643a731b3274ab
[INFO] running `Command { std: "docker" "start" "-a" "9d3be6ddc566437ecce34a6bee7eb9782f63a36604d3facfd9643a731b3274ab", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.103
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling flate2 v1.1.4
[INFO] [stderr]    Compiling clap_builder v4.5.48
[INFO] [stderr]    Compiling memmap2 v0.9.8
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling snafu v0.8.9
[INFO] [stderr]    Compiling clap v4.5.48
[INFO] [stderr]    Compiling jimage-rs v0.0.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/jimage.rs:95:26
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn find_resource(&self, name: &str) -> Result<Option<Cow<[u8]>>> {
[INFO] [stdout]    |                          ^^^^^ the lifetime is elided here   ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn find_resource(&self, name: &str) -> Result<Option<Cow<'_, [u8]>>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/jimage.rs:152:30
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn get_str_for_attribute(&self, attribute: [u64; 8], kind: AttributeKind) -> Result<Cow<str>> {
[INFO] [stdout]     |                              ^^^^^ the lifetime is elided here                          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn get_str_for_attribute(&self, attribute: [u64; 8], kind: AttributeKind) -> Result<Cow<'_, str>> {
[INFO] [stdout]     |                                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/jimage.rs:229:21
[INFO] [stdout]     |
[INFO] [stdout] 229 |     fn get_resource(&self, attributes: &[u64; 8]) -> Result<Option<Cow<[u8]>>> {
[INFO] [stdout]     |                     ^^^^^ the lifetime is elided here              ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     fn get_resource(&self, attributes: &[u64; 8]) -> Result<Option<Cow<'_, [u8]>>> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.95s
[INFO] running `Command { std: "docker" "inspect" "9d3be6ddc566437ecce34a6bee7eb9782f63a36604d3facfd9643a731b3274ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d3be6ddc566437ecce34a6bee7eb9782f63a36604d3facfd9643a731b3274ab", kill_on_drop: false }`
[INFO] [stdout] 9d3be6ddc566437ecce34a6bee7eb9782f63a36604d3facfd9643a731b3274ab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 48748dd454a35e076304d10bc790e7bccc562ec6dae7a5a461db7305a9ac7ee9
[INFO] running `Command { std: "docker" "start" "-a" "48748dd454a35e076304d10bc790e7bccc562ec6dae7a5a461db7305a9ac7ee9", kill_on_drop: false }`
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling winnow v0.7.11
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling syn v2.0.103
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling slab v0.4.10
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling assert_matches v1.5.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling snafu v0.8.9
[INFO] [stderr]    Compiling clap v4.5.48
[INFO] [stderr]    Compiling jimage-rs v0.0.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/jimage.rs:95:26
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn find_resource(&self, name: &str) -> Result<Option<Cow<[u8]>>> {
[INFO] [stdout]    |                          ^^^^^ the lifetime is elided here   ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn find_resource(&self, name: &str) -> Result<Option<Cow<'_, [u8]>>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/jimage.rs:152:30
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn get_str_for_attribute(&self, attribute: [u64; 8], kind: AttributeKind) -> Result<Cow<str>> {
[INFO] [stdout]     |                              ^^^^^ the lifetime is elided here                          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn get_str_for_attribute(&self, attribute: [u64; 8], kind: AttributeKind) -> Result<Cow<'_, str>> {
[INFO] [stdout]     |                                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/jimage.rs:229:21
[INFO] [stdout]     |
[INFO] [stdout] 229 |     fn get_resource(&self, attributes: &[u64; 8]) -> Result<Option<Cow<[u8]>>> {
[INFO] [stdout]     |                     ^^^^^ the lifetime is elided here              ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     fn get_resource(&self, attributes: &[u64; 8]) -> Result<Option<Cow<'_, [u8]>>> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rstest v0.26.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/jimage.rs:95:26
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn find_resource(&self, name: &str) -> Result<Option<Cow<[u8]>>> {
[INFO] [stdout]    |                          ^^^^^ the lifetime is elided here   ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn find_resource(&self, name: &str) -> Result<Option<Cow<'_, [u8]>>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/jimage.rs:152:30
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn get_str_for_attribute(&self, attribute: [u64; 8], kind: AttributeKind) -> Result<Cow<str>> {
[INFO] [stdout]     |                              ^^^^^ the lifetime is elided here                          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn get_str_for_attribute(&self, attribute: [u64; 8], kind: AttributeKind) -> Result<Cow<'_, str>> {
[INFO] [stdout]     |                                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/jimage.rs:229:21
[INFO] [stdout]     |
[INFO] [stdout] 229 |     fn get_resource(&self, attributes: &[u64; 8]) -> Result<Option<Cow<[u8]>>> {
[INFO] [stdout]     |                     ^^^^^ the lifetime is elided here              ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     fn get_resource(&self, attributes: &[u64; 8]) -> Result<Option<Cow<'_, [u8]>>> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 21.13s
[INFO] running `Command { std: "docker" "inspect" "48748dd454a35e076304d10bc790e7bccc562ec6dae7a5a461db7305a9ac7ee9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "48748dd454a35e076304d10bc790e7bccc562ec6dae7a5a461db7305a9ac7ee9", kill_on_drop: false }`
[INFO] [stdout] 48748dd454a35e076304d10bc790e7bccc562ec6dae7a5a461db7305a9ac7ee9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 40cc7da0a568fd249be1e0f47cc4972a9a6aa628c57dbb838bca8268ef2e3aaa
[INFO] running `Command { std: "docker" "start" "-a" "40cc7da0a568fd249be1e0f47cc4972a9a6aa628c57dbb838bca8268ef2e3aaa", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/jimage.rs:95:26
[INFO] [stderr]    |
[INFO] [stderr] 95 |     pub fn find_resource(&self, name: &str) -> Result<Option<Cow<[u8]>>> {
[INFO] [stderr]    |                          ^^^^^ the lifetime is elided here   ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 95 |     pub fn find_resource(&self, name: &str) -> Result<Option<Cow<'_, [u8]>>> {
[INFO] [stderr]    |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/jimage.rs:152:30
[INFO] [stderr]     |
[INFO] [stderr] 152 |     fn get_str_for_attribute(&self, attribute: [u64; 8], kind: AttributeKind) -> Result<Cow<str>> {
[INFO] [stderr]     |                              ^^^^^ the lifetime is elided here                          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 152 |     fn get_str_for_attribute(&self, attribute: [u64; 8], kind: AttributeKind) -> Result<Cow<'_, str>> {
[INFO] [stderr]     |                                                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/jimage.rs:229:21
[INFO] [stderr]     |
[INFO] [stderr] 229 |     fn get_resource(&self, attributes: &[u64; 8]) -> Result<Option<Cow<[u8]>>> {
[INFO] [stderr]     |                     ^^^^^ the lifetime is elided here              ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 229 |     fn get_resource(&self, attributes: &[u64; 8]) -> Result<Option<Cow<'_, [u8]>>> {
[INFO] [stderr]     |                                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: `jimage-rs` (lib) generated 3 warnings (run `cargo fix --lib -p jimage-rs` to apply 3 suggestions)
[INFO] [stderr] warning: `jimage-rs` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/jimage_rs-daa16074a633e699)
[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/jimage_rs-7fdf0a3efb3e2d9e)
[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]    Doc-tests jimage_rs
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 4) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 4) stdout ----
[INFO] [stdout] Test executable failed (exit status: 1).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 4)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "40cc7da0a568fd249be1e0f47cc4972a9a6aa628c57dbb838bca8268ef2e3aaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "40cc7da0a568fd249be1e0f47cc4972a9a6aa628c57dbb838bca8268ef2e3aaa", kill_on_drop: false }`
[INFO] [stdout] 40cc7da0a568fd249be1e0f47cc4972a9a6aa628c57dbb838bca8268ef2e3aaa
