[INFO] cloning repository https://github.com/kusogak1/dockerimage-updater
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kusogak1/dockerimage-updater" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkusogak1%2Fdockerimage-updater", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkusogak1%2Fdockerimage-updater'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 92806a2e42bd77565af19c865bffe4509509e900
[INFO] testing kusogak1/dockerimage-updater against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkusogak1%2Fdockerimage-updater" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kusogak1/dockerimage-updater
[INFO] finished tweaking git repo https://github.com/kusogak1/dockerimage-updater
[INFO] tweaked toml for git repo https://github.com/kusogak1/dockerimage-updater written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kusogak1/dockerimage-updater on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kusogak1/dockerimage-updater 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.99.0-beta.1" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 19cd32a254ccc4812deadb450dbd261a06056c978f523893f7e2121e84b36aa9
[INFO] running `Command { std: "docker" "start" "19cd32a254ccc4812deadb450dbd261a06056c978f523893f7e2121e84b36aa9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "19cd32a254ccc4812deadb450dbd261a06056c978f523893f7e2121e84b36aa9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "19cd32a254ccc4812deadb450dbd261a06056c978f523893f7e2121e84b36aa9" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "19cd32a254ccc4812deadb450dbd261a06056c978f523893f7e2121e84b36aa9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "19cd32a254ccc4812deadb450dbd261a06056c978f523893f7e2121e84b36aa9" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling aws-lc-rs v1.16.2
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling utf8-zero v0.8.1
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling ureq-proto v0.6.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling cc v1.2.58
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.39.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rustls-webpki v0.103.10
[INFO] [stderr]    Compiling ureq v3.3.0
[INFO] [stderr]    Compiling dockerimage-updater v2.1.6 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 2m 04s
[INFO] running `Command { std: "docker" "inspect" "19cd32a254ccc4812deadb450dbd261a06056c978f523893f7e2121e84b36aa9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "19cd32a254ccc4812deadb450dbd261a06056c978f523893f7e2121e84b36aa9" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling rand_core v0.10.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling chacha20 v0.10.0
[INFO] [stderr]    Compiling rand v0.10.0
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling dockerimage-updater v2.1.6 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 9.81s
[INFO] running `Command { std: "docker" "inspect" "19cd32a254ccc4812deadb450dbd261a06056c978f523893f7e2121e84b36aa9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "19cd32a254ccc4812deadb450dbd261a06056c978f523893f7e2121e84b36aa9" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/dockerimage_updater-161803a41c3b2140)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test tag::tests::next_major ... ok
[INFO] [stdout] test container_image::tests::parse_tests_valid_checks ... ok
[INFO] [stdout] [2m2026-09-03T08:17:09.470822Z[0m [32m INFO[0m [2msrc/utils.rs[0m[2m:[0m[2m242[0m[2m:[0m No cache file exists under `clamav-clamav.json`, fetching info from docker hub.
[INFO] [stdout] [2m2026-09-03T08:17:09.473531Z[0m [31mERROR[0m [2msrc/container_image.rs[0m[2m:[0m[2m594[0m[2m:[0m Failed to send request to DockerHub: io: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] [2m2026-09-03T08:17:09.473794Z[0m [31mERROR[0m [2msrc/container_image.rs[0m[2m:[0m[2m652[0m[2m:[0m Failed to send request to DockerHub: io: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] test tag::tests::next_minor ... ok
[INFO] [stdout] test container_image::tests::file_handling ... ok
[INFO] [stdout] test tag::tests::next_patch ... ok
[INFO] [stdout] test tag::tests::comparing ... ok
[INFO] [stdout] [2m2026-09-03T08:17:09.475282Z[0m [31mERROR[0m [2msrc/container_image.rs[0m[2m:[0m[2m594[0m[2m:[0m Failed to send request to DockerHub: io: failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] test container_image::tests::parse_registry_image_dockerhub ... FAILED
[INFO] [stdout] test utils::tests::input_single_multi ... FAILED
[INFO] [stdout] test tag::tests::parsing ... ok
[INFO] [stdout] test container_image::tests::parse_registry_image_mcr ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- container_image::tests::parse_registry_image_dockerhub stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'container_image::tests::parse_registry_image_dockerhub' (2602) panicked at src/container_image.rs:912:9:
[INFO] [stdout] assertion failed: tags.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ec6ad5dac91 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5ec6ad5f2b4a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5ec6ad5df75c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5ec6ad5b2bd6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5ec6ad5d0c89 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5ec6ad39e8d0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5ec6ad5d0e42 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5ec6ad5b2cb4 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5ec6ad5aae09 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5ec6ad5b3b5d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5ec6ad5f332c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5ec6ad5f32f2 - core[7c831bd917ebf35f]::panicking::panic
[INFO] [stdout]   12:     0x5ec6ad378be4 - dockerimage_updater[9b0b3f6a3c86bfdf]::container_image::tests::parse_registry_image_dockerhub
[INFO] [stdout]   13:     0x5ec6ad390cc9 - <dockerimage_updater[9b0b3f6a3c86bfdf]::container_image::tests::parse_registry_image_dockerhub::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5ec6ad391bbb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x5ec6ad39f225 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5ec6ad3985e4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5ec6ad3a2382 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5ec6ad5d99f9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x762c4d45707a - <unknown>
[INFO] [stdout]   20:     0x762c4d4ea534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- utils::tests::input_single_multi stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'utils::tests::input_single_multi' (2612) panicked at src/utils.rs:91:10:
[INFO] [stdout] Getting tags finishes sucessful.: ImageNotFound("clamav/clamav")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ec6ad5dac91 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5ec6ad5f2b4a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5ec6ad5df75c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5ec6ad5b2bd6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5ec6ad5d0c89 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5ec6ad39e8d0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5ec6ad5d0e42 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5ec6ad5b2c82 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5ec6ad5aae09 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5ec6ad5b3b5d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5ec6ad5f332c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5ec6ad5f3102 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x5ec6ad380cd5 - dockerimage_updater[9b0b3f6a3c86bfdf]::utils::handle_input
[INFO] [stdout]   13:     0x5ec6ad39103e - <dockerimage_updater[9b0b3f6a3c86bfdf]::utils::tests::input_single_multi::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5ec6ad391bbb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x5ec6ad39f225 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5ec6ad3985e4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5ec6ad3a2382 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5ec6ad5d99f9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x762c4d45707a - <unknown>
[INFO] [stdout]   20:     0x762c4d4ea534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- container_image::tests::parse_registry_image_mcr stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'container_image::tests::parse_registry_image_mcr' (2603) panicked at src/container_image.rs:948:9:
[INFO] [stdout] assertion failed: tags.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ec6ad5dac91 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5ec6ad5f2b4a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5ec6ad5df75c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5ec6ad5b2bd6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5ec6ad5d0c89 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5ec6ad39e8d0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5ec6ad5d0e42 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5ec6ad5b2cb4 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5ec6ad5aae09 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5ec6ad5b3b5d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5ec6ad5f332c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5ec6ad5f32f2 - core[7c831bd917ebf35f]::panicking::panic
[INFO] [stdout]   12:     0x5ec6ad376c60 - dockerimage_updater[9b0b3f6a3c86bfdf]::container_image::tests::parse_registry_image_mcr
[INFO] [stdout]   13:     0x5ec6ad390c89 - <dockerimage_updater[9b0b3f6a3c86bfdf]::container_image::tests::parse_registry_image_mcr::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5ec6ad391bbb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x5ec6ad39f225 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5ec6ad3985e4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5ec6ad3a2382 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5ec6ad5d99f9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x762c4d45707a - <unknown>
[INFO] [stdout]   20:     0x762c4d4ea534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     container_image::tests::parse_registry_image_dockerhub
[INFO] [stdout]     container_image::tests::parse_registry_image_mcr
[INFO] [stdout]     utils::tests::input_single_multi
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 7 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin dockerimage-updater`
[INFO] running `Command { std: "docker" "inspect" "19cd32a254ccc4812deadb450dbd261a06056c978f523893f7e2121e84b36aa9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19cd32a254ccc4812deadb450dbd261a06056c978f523893f7e2121e84b36aa9", kill_on_drop: false }`
[INFO] [stdout] 19cd32a254ccc4812deadb450dbd261a06056c978f523893f7e2121e84b36aa9
