[INFO] cloning repository https://github.com/NavyD/mdutil [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NavyD/mdutil" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNavyD%2Fmdutil", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNavyD%2Fmdutil'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9d0cad15e854ef0702e4e552b4fdac6972fc3837 [INFO] testing NavyD/mdutil against 1.77.0 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNavyD%2Fmdutil" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/NavyD/mdutil on toolchain 1.77.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.77.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/NavyD/mdutil [INFO] finished tweaking git repo https://github.com/NavyD/mdutil [INFO] tweaked toml for git repo https://github.com/NavyD/mdutil written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/NavyD/mdutil 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.77.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tokio v1.8.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2f81db986d91987b1d472207270455157040daa2b7ff1503b50e67b867fbaebe [INFO] running `Command { std: "docker" "start" "-a" "2f81db986d91987b1d472207270455157040daa2b7ff1503b50e67b867fbaebe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2f81db986d91987b1d472207270455157040daa2b7ff1503b50e67b867fbaebe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f81db986d91987b1d472207270455157040daa2b7ff1503b50e67b867fbaebe", kill_on_drop: false }` [INFO] [stdout] 2f81db986d91987b1d472207270455157040daa2b7ff1503b50e67b867fbaebe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3a085d2816ed25ea2c5c8bd791c1b8a94db217f68aaa7b5662a8125fdb248eb3 [INFO] running `Command { std: "docker" "start" "-a" "3a085d2816ed25ea2c5c8bd791c1b8a94db217f68aaa7b5662a8125fdb248eb3", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling futures-sink v0.3.15 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling tokio v1.8.1 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling openssl v0.10.35 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling httparse v1.4.1 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling openssl-sys v0.9.65 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling httpdate v1.0.1 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling anyhow v1.0.42 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling http-body v0.4.2 [INFO] [stderr] Compiling strum v0.21.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling structopt-derive v0.4.15 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling strum_macros v0.21.1 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling structopt v0.3.22 [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.3.3 [INFO] [stderr] Compiling hyper v0.14.10 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.4 [INFO] [stderr] Compiling mdutil v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.33s [INFO] running `Command { std: "docker" "inspect" "3a085d2816ed25ea2c5c8bd791c1b8a94db217f68aaa7b5662a8125fdb248eb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a085d2816ed25ea2c5c8bd791c1b8a94db217f68aaa7b5662a8125fdb248eb3", kill_on_drop: false }` [INFO] [stdout] 3a085d2816ed25ea2c5c8bd791c1b8a94db217f68aaa7b5662a8125fdb248eb3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a407be5a5f17f37672c9b8b9d3d17a4a46f25edfcd600e22af5ded76b7c32c1 [INFO] running `Command { std: "docker" "start" "-a" "1a407be5a5f17f37672c9b8b9d3d17a4a46f25edfcd600e22af5ded76b7c32c1", kill_on_drop: false }` [INFO] [stderr] Compiling ctor v0.1.20 [INFO] [stderr] Compiling mdutil v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.46s [INFO] running `Command { std: "docker" "inspect" "1a407be5a5f17f37672c9b8b9d3d17a4a46f25edfcd600e22af5ded76b7c32c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a407be5a5f17f37672c9b8b9d3d17a4a46f25edfcd600e22af5ded76b7c32c1", kill_on_drop: false }` [INFO] [stdout] 1a407be5a5f17f37672c9b8b9d3d17a4a46f25edfcd600e22af5ded76b7c32c1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b63078e1917bc57be50b448b8b0b77a9c8c497f6763c3c74ee31a4c93a13aefe [INFO] running `Command { std: "docker" "start" "-a" "b63078e1917bc57be50b448b8b0b77a9c8c497f6763c3c74ee31a4c93a13aefe", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mdutil-ea4eb3cae62b00cb) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test cmd::tests::test_output ... ok [INFO] [stdout] test image::tests::valid_image_format ... ok [INFO] [stdout] test image::tests::test_parse_link ... ok [INFO] [stdout] test image::tests::replace_with_links ... ok [INFO] [stdout] test image::tests::test_load_image ... FAILED [INFO] [stdout] test image::tests::test_check_links ... FAILED [INFO] [stdout] test image::tests::convert_image_to_base64 ... FAILED [INFO] [stdout] test image::tests::test_check ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- image::tests::test_load_image stdout ---- [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] sending get request to load image: https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png [INFO] [stdout] Error: error sending request for url (https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution [INFO] [stdout] [INFO] [stdout] Caused by: [INFO] [stdout] 0: error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution [INFO] [stdout] 1: dns error: failed to lookup address information: Temporary failure in name resolution [INFO] [stdout] 2: failed to lookup address information: Temporary failure in name resolution [INFO] [stdout] [INFO] [stdout] ---- image::tests::test_check_links stdout ---- [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] checking link: Net(https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png) [INFO] [stdout] thread 'image::tests::test_check_links' panicked at src/image.rs:618:9: [INFO] [stdout] assertion failed: check_link(&CLIENT, [INFO] [stdout] &Link::Net("https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png".parse()?)).await.is_ok() [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55ee7b4fa596 - std::backtrace_rs::backtrace::libunwind::trace::h92ba5ac126ecc5ad [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/../../backtrace/src/backtrace/libunwind.rs:104:5 [INFO] [stdout] 1: 0x55ee7b4fa596 - std::backtrace_rs::backtrace::trace_unsynchronized::hfaa118b6e3a8f31a [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55ee7b4fa596 - std::sys_common::backtrace::_print_fmt::h2075f185adf13bbd [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stdout] 3: 0x55ee7b4fa596 - ::fmt::h9c4bd387f9f3f544 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x55ee7b526e50 - core::fmt::rt::Argument::fmt::h018ecebdf268b5bb [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/fmt/rt.rs:142:9 [INFO] [stdout] 5: 0x55ee7b526e50 - core::fmt::write::h938c332fdab924eb [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/fmt/mod.rs:1120:17 [INFO] [stdout] 6: 0x55ee7b4f720f - std::io::Write::write_fmt::hf5d6d29a094a9ad9 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/io/mod.rs:1846:15 [INFO] [stdout] 7: 0x55ee7b4fa374 - std::sys_common::backtrace::_print::h3595c0f4303f3ccd [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 8: 0x55ee7b4fa374 - std::sys_common::backtrace::print::ha888e6736b0bc71f [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 9: 0x55ee7b4fc0e7 - std::panicking::default_hook::{{closure}}::he19a7f79f7beab5e [INFO] [stdout] 10: 0x55ee7b4fbdcd - std::panicking::default_hook::h67efe04e9a5d446e [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:289:9 [INFO] [stdout] 11: 0x55ee7af09b07 - as core::ops::function::Fn>::call::ha485cc981b933d53 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/alloc/src/boxed.rs:2029:9 [INFO] [stdout] 12: 0x55ee7af09b07 - test::test_main::{{closure}}::h970c4d535211cea5 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:138:21 [INFO] [stdout] 13: 0x55ee7b4fc706 - as core::ops::function::Fn>::call::h9c9759b104a0af15 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/alloc/src/boxed.rs:2029:9 [INFO] [stdout] 14: 0x55ee7b4fc706 - std::panicking::rust_panic_with_hook::h49021cdbc4b22349 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:785:13 [INFO] [stdout] 15: 0x55ee7b4fc419 - std::panicking::begin_panic_handler::{{closure}}::hfbf601f3d8c62d13 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:651:13 [INFO] [stdout] 16: 0x55ee7b4faa96 - std::sys_common::backtrace::__rust_end_short_backtrace::h98dd020b6e913806 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:171:18 [INFO] [stdout] 17: 0x55ee7b4fc1a4 - rust_begin_unwind [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:647:5 [INFO] [stdout] 18: 0x55ee7ae460f5 - core::panicking::panic_fmt::h0d3f1893e38be419 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/panicking.rs:72:14 [INFO] [stdout] 19: 0x55ee7ae461b3 - core::panicking::panic::h59297120e85ea178 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/panicking.rs:144:5 [INFO] [stdout] 20: 0x55ee7ae8a904 - mdutil::image::tests::test_check_links::{{closure}}::h382cf82e6a6e23d9 [INFO] [stdout] at /opt/rustwide/workdir/src/image.rs:618:9 [INFO] [stdout] 21: 0x55ee7ae716e6 - as core::future::future::Future>::poll::h1df2b91663dc8365 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/future/future.rs:124:9 [INFO] [stdout] 22: 0x55ee7ae96a94 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::{{closure}}::h13c86e03fcff2230 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/basic_scheduler.rs:213:62 [INFO] [stdout] 23: 0x55ee7aea74e9 - tokio::coop::with_budget::{{closure}}::h0f155d3346a66786 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/coop.rs:106:9 [INFO] [stdout] 24: 0x55ee7ae7440a - std::thread::local::LocalKey::try_with::hbea831731ea3314b [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/thread/local.rs:286:16 [INFO] [stdout] 25: 0x55ee7ae72bda - std::thread::local::LocalKey::with::hbef11dab0d2222a5 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/thread/local.rs:262:9 [INFO] [stdout] 26: 0x55ee7ae96338 - tokio::coop::with_budget::hca5d8b8d2ed020eb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/coop.rs:99:5 [INFO] [stdout] 27: 0x55ee7ae96338 - tokio::coop::budget::h283cf053afbbceef [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/coop.rs:76:5 [INFO] [stdout] 28: 0x55ee7ae96338 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::hddf2394d741976f8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/basic_scheduler.rs:213:39 [INFO] [stdout] 29: 0x55ee7ae99821 - tokio::runtime::basic_scheduler::enter::{{closure}}::hb6d297237171f1f7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/basic_scheduler.rs:323:29 [INFO] [stdout] 30: 0x55ee7ae63d67 - tokio::macros::scoped_tls::ScopedKey::set::h7dc2f9bd70793caa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 31: 0x55ee7ae996ca - tokio::runtime::basic_scheduler::enter::had84c9c6db338d68 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/basic_scheduler.rs:323:5 [INFO] [stdout] 32: 0x55ee7ae940bb - tokio::runtime::basic_scheduler::Inner

::block_on::h8d0ebb23cbe257fe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/basic_scheduler.rs:202:9 [INFO] [stdout] 33: 0x55ee7ae97115 - tokio::runtime::basic_scheduler::InnerGuard

::block_on::h98d9bd86fa1b1d88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/basic_scheduler.rs:516:9 [INFO] [stdout] 34: 0x55ee7ae97cba - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::hbd957e56101bcc6d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/basic_scheduler.rs:162:24 [INFO] [stdout] 35: 0x55ee7ae81756 - tokio::runtime::Runtime::block_on::hd8f2e7ed579b91b3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/mod.rs:450:46 [INFO] [stdout] 36: 0x55ee7ae8a367 - mdutil::image::tests::test_check_links::h5eb56b878a0489de [INFO] [stdout] at /opt/rustwide/workdir/src/image.rs:645:9 [INFO] [stdout] 37: 0x55ee7ae8a297 - mdutil::image::tests::test_check_links::{{closure}}::h8598985e11cc88f8 [INFO] [stdout] at /opt/rustwide/workdir/src/image.rs:617:36 [INFO] [stdout] 38: 0x55ee7ae786c6 - core::ops::function::FnOnce::call_once::h0cb39a0f040cd753 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 39: 0x55ee7af0f6ff - core::ops::function::FnOnce::call_once::hc4365f2905c13fb3 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 40: 0x55ee7af0f6ff - test::__rust_begin_short_backtrace::h23efa09c82420171 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:621:18 [INFO] [stdout] 41: 0x55ee7af0e521 - test::run_test_in_process::{{closure}}::hf1473bb1a6c04edb [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:644:60 [INFO] [stdout] 42: 0x55ee7af0e521 - as core::ops::function::FnOnce<()>>::call_once::hff07c3f39ec1a940 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 43: 0x55ee7af0e521 - std::panicking::try::do_call::h344a2a0d830f8cdb [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:554:40 [INFO] [stdout] 44: 0x55ee7af0e521 - std::panicking::try::h307dc78c49c41dfc [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:518:19 [INFO] [stdout] 45: 0x55ee7af0e521 - std::panic::catch_unwind::h09ff4c41f37beb25 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panic.rs:142:14 [INFO] [stdout] 46: 0x55ee7af0e521 - test::run_test_in_process::h25a8f909b68e3831 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:644:27 [INFO] [stdout] 47: 0x55ee7af0e521 - test::run_test::{{closure}}::h9934b77d061da8ff [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:567:43 [INFO] [stdout] 48: 0x55ee7aed5906 - test::run_test::{{closure}}::hc3fe15393b08198a [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:595:41 [INFO] [stdout] 49: 0x55ee7aed5906 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2751c43450246c92 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:155:18 [INFO] [stdout] 50: 0x55ee7aeda947 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h1c68a4efdf3a14d2 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/thread/mod.rs:529:17 [INFO] [stdout] 51: 0x55ee7aeda947 - as core::ops::function::FnOnce<()>>::call_once::he4aa23e023cec824 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 52: 0x55ee7aeda947 - std::panicking::try::do_call::hb75ff41794a19e9d [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:554:40 [INFO] [stdout] 53: 0x55ee7aeda947 - std::panicking::try::ha7903bccf307108c [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:518:19 [INFO] [stdout] 54: 0x55ee7aeda947 - std::panic::catch_unwind::h85a1dff12b1bcadc [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panic.rs:142:14 [INFO] [stdout] 55: 0x55ee7aeda947 - std::thread::Builder::spawn_unchecked_::{{closure}}::h2c9f92cbe6cfd7e3 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/thread/mod.rs:528:30 [INFO] [stdout] 56: 0x55ee7aeda947 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h7d4afe73c576828a [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 57: 0x55ee7b500db5 - as core::ops::function::FnOnce>::call_once::h4f08d401a486e446 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/alloc/src/boxed.rs:2015:9 [INFO] [stdout] 58: 0x55ee7b500db5 - as core::ops::function::FnOnce>::call_once::h3476dfcdba628abc [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/alloc/src/boxed.rs:2015:9 [INFO] [stdout] 59: 0x55ee7b500db5 - std::sys::pal::unix::thread::Thread::new::thread_start::h2770ac7f8882db09 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys/pal/unix/thread.rs:108:17 [INFO] [stdout] 60: 0x7f6c08494ac3 - [INFO] [stdout] 61: 0x7f6c08525bf4 - __clone [INFO] [stdout] 62: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- image::tests::convert_image_to_base64 stdout ---- [INFO] [stdout] [2024-03-27T01:19:20Z DEBUG mdutil::image] embedding base64 for tests/resources/test.md, args: CheckerArgs { connect_timeout: 3s, image_link_type: All } [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] parsing link for path: "tests/resources/test.md", original link: /home/navyd/Workspaces/projects/blog-resources/assets/images/0c1c6c89-5dfb-4a5e-a4c5-6aac1b299b37.png [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] parsing link for path: "tests/resources/test.md", original link: test.png [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] parsing link for path: "tests/resources/test.md", original link: test/_not_exists_test.png [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] parsing link for path: "tests/resources/test.md", original link: https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] parsing link for path: "tests/resources/test.md", original link: https://fsafthe234notexist.com/a/b/c_aaaa/a.png [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] waiting for 5 link tasks in path: tests/resources/test.md [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] start loading Link Local(/home/navyd/Workspaces/projects/blog-resources/assets/images/0c1c6c89-5dfb-4a5e-a4c5-6aac1b299b37.png) coding task [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] checking link: Local(/home/navyd/Workspaces/projects/blog-resources/assets/images/0c1c6c89-5dfb-4a5e-a4c5-6aac1b299b37.png) [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] start loading Link Local(tests/resources/test.png) coding task [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] checking link: Local(tests/resources/test.png) [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] reading from path: Some("tests/resources/test.png") [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] start loading Link Local(tests/resources/test/_not_exists_test.png) coding task [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] checking link: Local(tests/resources/test/_not_exists_test.png) [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] start loading Link Net(https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png) coding task [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] checking link: Net(https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png) [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] start loading Link Net(https://fsafthe234notexist.com/a/b/c_aaaa/a.png) coding task [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] checking link: Net(https://fsafthe234notexist.com/a/b/c_aaaa/a.png) [INFO] [stdout] [2024-03-27T01:19:20Z DEBUG mdutil::image] link Local(/home/navyd/Workspaces/projects/blog-resources/assets/images/0c1c6c89-5dfb-4a5e-a4c5-6aac1b299b37.png) task failed in tests/resources/test.md: Local(/home/navyd/Workspaces/projects/blog-resources/assets/images/0c1c6c89-5dfb-4a5e-a4c5-6aac1b299b37.png) [INFO] [stdout] [2024-03-27T01:19:20Z DEBUG mdutil::image] link Local(tests/resources/test/_not_exists_test.png) task failed in tests/resources/test.md: Local(tests/resources/test/_not_exists_test.png) [INFO] [stdout] [2024-03-27T01:19:20Z DEBUG mdutil::image] link Net(https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png) task failed in tests/resources/test.md: Net(https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png) [INFO] [stdout] [2024-03-27T01:19:20Z DEBUG mdutil::image] link Net(https://fsafthe234notexist.com/a/b/c_aaaa/a.png) task failed in tests/resources/test.md: Net(https://fsafthe234notexist.com/a/b/c_aaaa/a.png) [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] there are 5 tasks and 4 failed for tests/resources/test.md [INFO] [stdout] [2024-03-27T01:19:20Z DEBUG mdutil::image] replacing 1 in all 5 links for tests/resources/test.md [INFO] [stdout] [2024-03-27T01:19:20Z INFO mdutil::image] replacing image link `![test image](test.png)` with `![test image][0_test.png]` [INFO] [stdout] thread 'image::tests::convert_image_to_base64' panicked at src/image.rs:590:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: 4 [INFO] [stdout] right: 2 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55ee7b4fa596 - std::backtrace_rs::backtrace::libunwind::trace::h92ba5ac126ecc5ad [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/../../backtrace/src/backtrace/libunwind.rs:104:5 [INFO] [stdout] 1: 0x55ee7b4fa596 - std::backtrace_rs::backtrace::trace_unsynchronized::hfaa118b6e3a8f31a [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55ee7b4fa596 - std::sys_common::backtrace::_print_fmt::h2075f185adf13bbd [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stdout] 3: 0x55ee7b4fa596 - ::fmt::h9c4bd387f9f3f544 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x55ee7b526e50 - core::fmt::rt::Argument::fmt::h018ecebdf268b5bb [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/fmt/rt.rs:142:9 [INFO] [stdout] 5: 0x55ee7b526e50 - core::fmt::write::h938c332fdab924eb [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/fmt/mod.rs:1120:17 [INFO] [stdout] 6: 0x55ee7b4f720f - std::io::Write::write_fmt::hf5d6d29a094a9ad9 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/io/mod.rs:1846:15 [INFO] [stdout] 7: 0x55ee7b4fa374 - std::sys_common::backtrace::_print::h3595c0f4303f3ccd [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 8: 0x55ee7b4fa374 - std::sys_common::backtrace::print::ha888e6736b0bc71f [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 9: 0x55ee7b4fc0e7 - std::panicking::default_hook::{{closure}}::he19a7f79f7beab5e [INFO] [stdout] 10: 0x55ee7b4fbdcd - std::panicking::default_hook::h67efe04e9a5d446e [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:289:9 [INFO] [stdout] 11: 0x55ee7af09b07 - as core::ops::function::Fn>::call::ha485cc981b933d53 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/alloc/src/boxed.rs:2029:9 [INFO] [stdout] 12: 0x55ee7af09b07 - test::test_main::{{closure}}::h970c4d535211cea5 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:138:21 [INFO] [stdout] 13: 0x55ee7b4fc706 - as core::ops::function::Fn>::call::h9c9759b104a0af15 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/alloc/src/boxed.rs:2029:9 [INFO] [stdout] 14: 0x55ee7b4fc706 - std::panicking::rust_panic_with_hook::h49021cdbc4b22349 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:785:13 [INFO] [stdout] 15: 0x55ee7b4fc452 - std::panicking::begin_panic_handler::{{closure}}::hfbf601f3d8c62d13 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:659:13 [INFO] [stdout] 16: 0x55ee7b4faa96 - std::sys_common::backtrace::__rust_end_short_backtrace::h98dd020b6e913806 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:171:18 [INFO] [stdout] 17: 0x55ee7b4fc1a4 - rust_begin_unwind [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:647:5 [INFO] [stdout] 18: 0x55ee7ae460f5 - core::panicking::panic_fmt::h0d3f1893e38be419 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/panicking.rs:72:14 [INFO] [stdout] 19: 0x55ee7ae4656b - core::panicking::assert_failed_inner::he66e930fc360d575 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/panicking.rs:342:17 [INFO] [stdout] 20: 0x55ee7b06859e - core::panicking::assert_failed::h19b1277ec55b2382 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/panicking.rs:297:5 [INFO] [stdout] 21: 0x55ee7ae898d0 - mdutil::image::tests::convert_image_to_base64::{{closure}}::h24856bdf2a602f69 [INFO] [stdout] at /opt/rustwide/workdir/src/image.rs:590:9 [INFO] [stdout] 22: 0x55ee7ae71726 - as core::future::future::Future>::poll::ha033ef8b0065d263 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/future/future.rs:124:9 [INFO] [stdout] 23: 0x55ee7ae96c04 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::{{closure}}::h592b125b1959c046 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/basic_scheduler.rs:213:62 [INFO] [stdout] 24: 0x55ee7aea8769 - tokio::coop::with_budget::{{closure}}::hcdd4fef392887aff [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/coop.rs:106:9 [INFO] [stdout] 25: 0x55ee7ae72f3a - std::thread::local::LocalKey::try_with::h066eda54d4d233ba [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/thread/local.rs:286:16 [INFO] [stdout] 26: 0x55ee7ae72b3a - std::thread::local::LocalKey::with::h98186c926602978a [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/thread/local.rs:262:9 [INFO] [stdout] 27: 0x55ee7ae94418 - tokio::coop::with_budget::hb072c6f0abdc3a00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/coop.rs:99:5 [INFO] [stdout] 28: 0x55ee7ae94418 - tokio::coop::budget::hdf5f0caf82b9a077 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/coop.rs:76:5 [INFO] [stdout] 29: 0x55ee7ae94418 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::h2fc371341f0fe671 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/basic_scheduler.rs:213:39 [INFO] [stdout] 30: 0x55ee7ae997e1 - tokio::runtime::basic_scheduler::enter::{{closure}}::h6bcae8d5ff8230fd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/basic_scheduler.rs:323:29 [INFO] [stdout] 31: 0x55ee7ae63c67 - tokio::macros::scoped_tls::ScopedKey::set::h3d6039c9deaf77ea [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 32: 0x55ee7ae98bba - tokio::runtime::basic_scheduler::enter::h0746d24924e22906 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/basic_scheduler.rs:323:5 [INFO] [stdout] 33: 0x55ee7ae940db - tokio::runtime::basic_scheduler::Inner

::block_on::h9eb984cc8e642bd3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/basic_scheduler.rs:202:9 [INFO] [stdout] 34: 0x55ee7ae96fb5 - tokio::runtime::basic_scheduler::InnerGuard

::block_on::h10d89d3864530f4f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/basic_scheduler.rs:516:9 [INFO] [stdout] 35: 0x55ee7ae974da - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h0b78499b7023aa0c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/basic_scheduler.rs:162:24 [INFO] [stdout] 36: 0x55ee7ae815a6 - tokio::runtime::Runtime::block_on::h873da2af55f37709 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/mod.rs:450:46 [INFO] [stdout] 37: 0x55ee7ae891f7 - mdutil::image::tests::convert_image_to_base64::ha9dfbec6cf6792ce [INFO] [stdout] at /opt/rustwide/workdir/src/image.rs:613:9 [INFO] [stdout] 38: 0x55ee7ae89127 - mdutil::image::tests::convert_image_to_base64::{{closure}}::h44c374696bb8fd7f [INFO] [stdout] at /opt/rustwide/workdir/src/image.rs:584:43 [INFO] [stdout] 39: 0x55ee7ae78ae6 - core::ops::function::FnOnce::call_once::h67e858abe26858b7 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 40: 0x55ee7af0f6ff - core::ops::function::FnOnce::call_once::hc4365f2905c13fb3 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x55ee7af0f6ff - test::__rust_begin_short_backtrace::h23efa09c82420171 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:621:18 [INFO] [stdout] 42: 0x55ee7af0e521 - test::run_test_in_process::{{closure}}::hf1473bb1a6c04edb [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:644:60 [INFO] [stdout] 43: 0x55ee7af0e521 - as core::ops::function::FnOnce<()>>::call_once::hff07c3f39ec1a940 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 44: 0x55ee7af0e521 - std::panicking::try::do_call::h344a2a0d830f8cdb [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:554:40 [INFO] [stdout] 45: 0x55ee7af0e521 - std::panicking::try::h307dc78c49c41dfc [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:518:19 [INFO] [stdout] 46: 0x55ee7af0e521 - std::panic::catch_unwind::h09ff4c41f37beb25 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panic.rs:142:14 [INFO] [stdout] 47: 0x55ee7af0e521 - test::run_test_in_process::h25a8f909b68e3831 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:644:27 [INFO] [stdout] 48: 0x55ee7af0e521 - test::run_test::{{closure}}::h9934b77d061da8ff [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:567:43 [INFO] [stdout] 49: 0x55ee7aed5906 - test::run_test::{{closure}}::hc3fe15393b08198a [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:595:41 [INFO] [stdout] 50: 0x55ee7aed5906 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2751c43450246c92 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:155:18 [INFO] [stdout] 51: 0x55ee7aeda947 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h1c68a4efdf3a14d2 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/thread/mod.rs:529:17 [INFO] [stdout] 52: 0x55ee7aeda947 - as core::ops::function::FnOnce<()>>::call_once::he4aa23e023cec824 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 53: 0x55ee7aeda947 - std::panicking::try::do_call::hb75ff41794a19e9d [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:554:40 [INFO] [stdout] 54: 0x55ee7aeda947 - std::panicking::try::ha7903bccf307108c [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:518:19 [INFO] [stdout] 55: 0x55ee7aeda947 - std::panic::catch_unwind::h85a1dff12b1bcadc [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panic.rs:142:14 [INFO] [stdout] 56: 0x55ee7aeda947 - std::thread::Builder::spawn_unchecked_::{{closure}}::h2c9f92cbe6cfd7e3 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/thread/mod.rs:528:30 [INFO] [stdout] 57: 0x55ee7aeda947 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h7d4afe73c576828a [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 58: 0x55ee7b500db5 - as core::ops::function::FnOnce>::call_once::h4f08d401a486e446 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/alloc/src/boxed.rs:2015:9 [INFO] [stdout] 59: 0x55ee7b500db5 - as core::ops::function::FnOnce>::call_once::h3476dfcdba628abc [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/alloc/src/boxed.rs:2015:9 [INFO] [stdout] 60: 0x55ee7b500db5 - std::sys::pal::unix::thread::Thread::new::thread_start::h2770ac7f8882db09 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys/pal/unix/thread.rs:108:17 [INFO] [stdout] 61: 0x7f6c08494ac3 - [INFO] [stdout] 62: 0x7f6c08525bf4 - __clone [INFO] [stdout] 63: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- image::tests::test_check stdout ---- [INFO] [stdout] [2024-03-27T01:19:20Z DEBUG mdutil::image] checking in path: "tests/resources/test.md", args: CheckerArgs { connect_timeout: 3s, image_link_type: All } [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] parsing link for path: "tests/resources/test.md", original link: /home/navyd/Workspaces/projects/blog-resources/assets/images/0c1c6c89-5dfb-4a5e-a4c5-6aac1b299b37.png [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] parsing link for path: "tests/resources/test.md", original link: test.png [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] parsing link for path: "tests/resources/test.md", original link: test/_not_exists_test.png [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] parsing link for path: "tests/resources/test.md", original link: https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] parsing link for path: "tests/resources/test.md", original link: https://fsafthe234notexist.com/a/b/c_aaaa/a.png [INFO] [stdout] [2024-03-27T01:19:20Z DEBUG mdutil::image] waiting 5 tasks on path: "tests/resources/test.md" [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] checking link: Local(/home/navyd/Workspaces/projects/blog-resources/assets/images/0c1c6c89-5dfb-4a5e-a4c5-6aac1b299b37.png) [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] checking link: Local(tests/resources/test.png) [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] checking link: Local(tests/resources/test/_not_exists_test.png) [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] checking link: Net(https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png) [INFO] [stdout] [2024-03-27T01:19:20Z TRACE mdutil::image] checking link: Net(https://fsafthe234notexist.com/a/b/c_aaaa/a.png) [INFO] [stdout] [2024-03-27T01:19:20Z DEBUG mdutil::image] there are 4 problems in the check path: "tests/resources/test.md" [INFO] [stdout] thread 'image::tests::test_check' panicked at src/image.rs:579:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: 4 [INFO] [stdout] right: 2 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55ee7b4fa596 - std::backtrace_rs::backtrace::libunwind::trace::h92ba5ac126ecc5ad [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/../../backtrace/src/backtrace/libunwind.rs:104:5 [INFO] [stdout] 1: 0x55ee7b4fa596 - std::backtrace_rs::backtrace::trace_unsynchronized::hfaa118b6e3a8f31a [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55ee7b4fa596 - std::sys_common::backtrace::_print_fmt::h2075f185adf13bbd [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stdout] 3: 0x55ee7b4fa596 - ::fmt::h9c4bd387f9f3f544 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x55ee7b526e50 - core::fmt::rt::Argument::fmt::h018ecebdf268b5bb [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/fmt/rt.rs:142:9 [INFO] [stdout] 5: 0x55ee7b526e50 - core::fmt::write::h938c332fdab924eb [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/fmt/mod.rs:1120:17 [INFO] [stdout] 6: 0x55ee7b4f720f - std::io::Write::write_fmt::hf5d6d29a094a9ad9 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/io/mod.rs:1846:15 [INFO] [stdout] 7: 0x55ee7b4fa374 - std::sys_common::backtrace::_print::h3595c0f4303f3ccd [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 8: 0x55ee7b4fa374 - std::sys_common::backtrace::print::ha888e6736b0bc71f [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 9: 0x55ee7b4fc0e7 - std::panicking::default_hook::{{closure}}::he19a7f79f7beab5e [INFO] [stdout] 10: 0x55ee7b4fbdcd - std::panicking::default_hook::h67efe04e9a5d446e [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:289:9 [INFO] [stdout] 11: 0x55ee7af09b07 - as core::ops::function::Fn>::call::ha485cc981b933d53 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/alloc/src/boxed.rs:2029:9 [INFO] [stdout] 12: 0x55ee7af09b07 - test::test_main::{{closure}}::h970c4d535211cea5 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:138:21 [INFO] [stdout] 13: 0x55ee7b4fc706 - as core::ops::function::Fn>::call::h9c9759b104a0af15 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/alloc/src/boxed.rs:2029:9 [INFO] [stdout] 14: 0x55ee7b4fc706 - std::panicking::rust_panic_with_hook::h49021cdbc4b22349 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:785:13 [INFO] [stdout] 15: 0x55ee7b4fc452 - std::panicking::begin_panic_handler::{{closure}}::hfbf601f3d8c62d13 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:659:13 [INFO] [stdout] 16: 0x55ee7b4faa96 - std::sys_common::backtrace::__rust_end_short_backtrace::h98dd020b6e913806 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:171:18 [INFO] [stdout] 17: 0x55ee7b4fc1a4 - rust_begin_unwind [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:647:5 [INFO] [stdout] 18: 0x55ee7ae460f5 - core::panicking::panic_fmt::h0d3f1893e38be419 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/panicking.rs:72:14 [INFO] [stdout] 19: 0x55ee7ae4656b - core::panicking::assert_failed_inner::he66e930fc360d575 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/panicking.rs:342:17 [INFO] [stdout] 20: 0x55ee7b06859e - core::panicking::assert_failed::h19b1277ec55b2382 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/panicking.rs:297:5 [INFO] [stdout] 21: 0x55ee7ae8903b - mdutil::image::tests::test_check::{{closure}}::h38d823759a9ba7ff [INFO] [stdout] at /opt/rustwide/workdir/src/image.rs:579:9 [INFO] [stdout] 22: 0x55ee7ae717a6 - as core::future::future::Future>::poll::hfbf6a02ea8d4f6d7 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/future/future.rs:124:9 [INFO] [stdout] 23: 0x55ee7ae96ad4 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::{{closure}}::h43c1d1aec67eadc6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/basic_scheduler.rs:213:62 [INFO] [stdout] 24: 0x55ee7aea8219 - tokio::coop::with_budget::{{closure}}::hc44f7d5e1ed7bc22 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/coop.rs:106:9 [INFO] [stdout] 25: 0x55ee7ae746ea - std::thread::local::LocalKey::try_with::hcf08bb11bc049022 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/thread/local.rs:286:16 [INFO] [stdout] 26: 0x55ee7ae72c0a - std::thread::local::LocalKey::with::hc1beb8b7cc8f2021 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/thread/local.rs:262:9 [INFO] [stdout] 27: 0x55ee7ae94e78 - tokio::coop::with_budget::h8c532eced0a3b2fd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/coop.rs:99:5 [INFO] [stdout] 28: 0x55ee7ae94e78 - tokio::coop::budget::h1f426b2675ef072b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/coop.rs:76:5 [INFO] [stdout] 29: 0x55ee7ae94e78 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::h6b32d9eee55a9040 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/basic_scheduler.rs:213:39 [INFO] [stdout] 30: 0x55ee7ae997a1 - tokio::runtime::basic_scheduler::enter::{{closure}}::h298cbe06990d9cb8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/basic_scheduler.rs:323:29 [INFO] [stdout] 31: 0x55ee7ae63e67 - tokio::macros::scoped_tls::ScopedKey::set::h9720ac079c564e24 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 32: 0x55ee7ae9931a - tokio::runtime::basic_scheduler::enter::h89db6b133228b239 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/basic_scheduler.rs:323:5 [INFO] [stdout] 33: 0x55ee7ae9409b - tokio::runtime::basic_scheduler::Inner

::block_on::h655e02155bad23b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/basic_scheduler.rs:202:9 [INFO] [stdout] 34: 0x55ee7ae97065 - tokio::runtime::basic_scheduler::InnerGuard

::block_on::h2bde6629a331c1b0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/basic_scheduler.rs:516:9 [INFO] [stdout] 35: 0x55ee7ae980ba - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::hfe9a116e0b583e87 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/basic_scheduler.rs:162:24 [INFO] [stdout] 36: 0x55ee7ae813f6 - tokio::runtime::Runtime::block_on::h5468df751ddc3583 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.8.1/src/runtime/mod.rs:450:46 [INFO] [stdout] 37: 0x55ee7ae88a57 - mdutil::image::tests::test_check::h16f313472f44a496 [INFO] [stdout] at /opt/rustwide/workdir/src/image.rs:580:9 [INFO] [stdout] 38: 0x55ee7ae88987 - mdutil::image::tests::test_check::{{closure}}::h859cefe46346fdf9 [INFO] [stdout] at /opt/rustwide/workdir/src/image.rs:573:30 [INFO] [stdout] 39: 0x55ee7ae78686 - core::ops::function::FnOnce::call_once::h0c2bdb10944030a8 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 40: 0x55ee7af0f6ff - core::ops::function::FnOnce::call_once::hc4365f2905c13fb3 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x55ee7af0f6ff - test::__rust_begin_short_backtrace::h23efa09c82420171 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:621:18 [INFO] [stdout] 42: 0x55ee7af0e521 - test::run_test_in_process::{{closure}}::hf1473bb1a6c04edb [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:644:60 [INFO] [stdout] 43: 0x55ee7af0e521 - as core::ops::function::FnOnce<()>>::call_once::hff07c3f39ec1a940 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 44: 0x55ee7af0e521 - std::panicking::try::do_call::h344a2a0d830f8cdb [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:554:40 [INFO] [stdout] 45: 0x55ee7af0e521 - std::panicking::try::h307dc78c49c41dfc [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:518:19 [INFO] [stdout] 46: 0x55ee7af0e521 - std::panic::catch_unwind::h09ff4c41f37beb25 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panic.rs:142:14 [INFO] [stdout] 47: 0x55ee7af0e521 - test::run_test_in_process::h25a8f909b68e3831 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:644:27 [INFO] [stdout] 48: 0x55ee7af0e521 - test::run_test::{{closure}}::h9934b77d061da8ff [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:567:43 [INFO] [stdout] 49: 0x55ee7aed5906 - test::run_test::{{closure}}::hc3fe15393b08198a [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/test/src/lib.rs:595:41 [INFO] [stdout] 50: 0x55ee7aed5906 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2751c43450246c92 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys_common/backtrace.rs:155:18 [INFO] [stdout] 51: 0x55ee7aeda947 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h1c68a4efdf3a14d2 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/thread/mod.rs:529:17 [INFO] [stdout] 52: 0x55ee7aeda947 - as core::ops::function::FnOnce<()>>::call_once::he4aa23e023cec824 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 53: 0x55ee7aeda947 - std::panicking::try::do_call::hb75ff41794a19e9d [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:554:40 [INFO] [stdout] 54: 0x55ee7aeda947 - std::panicking::try::ha7903bccf307108c [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:518:19 [INFO] [stdout] 55: 0x55ee7aeda947 - std::panic::catch_unwind::h85a1dff12b1bcadc [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panic.rs:142:14 [INFO] [stdout] 56: 0x55ee7aeda947 - std::thread::Builder::spawn_unchecked_::{{closure}}::h2c9f92cbe6cfd7e3 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/thread/mod.rs:528:30 [INFO] [stdout] 57: 0x55ee7aeda947 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h7d4afe73c576828a [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 58: 0x55ee7b500db5 - as core::ops::function::FnOnce>::call_once::h4f08d401a486e446 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/alloc/src/boxed.rs:2015:9 [INFO] [stdout] 59: 0x55ee7b500db5 - as core::ops::function::FnOnce>::call_once::h3476dfcdba628abc [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/alloc/src/boxed.rs:2015:9 [INFO] [stdout] 60: 0x55ee7b500db5 - std::sys::pal::unix::thread::Thread::new::thread_start::h2770ac7f8882db09 [INFO] [stdout] at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/sys/pal/unix/thread.rs:108:17 [INFO] [stdout] 61: 0x7f6c08494ac3 - [INFO] [stdout] 62: 0x7f6c08525bf4 - __clone [INFO] [stdout] 63: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] image::tests::convert_image_to_base64 [INFO] [stdout] image::tests::test_check [INFO] [stdout] image::tests::test_check_links [INFO] [stdout] image::tests::test_load_image [INFO] [stdout] [INFO] [stdout] test result: FAILED. 4 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "b63078e1917bc57be50b448b8b0b77a9c8c497f6763c3c74ee31a4c93a13aefe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b63078e1917bc57be50b448b8b0b77a9c8c497f6763c3c74ee31a4c93a13aefe", kill_on_drop: false }` [INFO] [stdout] b63078e1917bc57be50b448b8b0b77a9c8c497f6763c3c74ee31a4c93a13aefe