[INFO] fetching crate od_opencv 0.1.8... [INFO] documenting od_opencv-0.1.8 against beta-2025-10-28 for beta-1.92-rustdoc-1 [INFO] extracting crate od_opencv 0.1.8 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate od_opencv 0.1.8 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate od_opencv 0.1.8 [INFO] tweaked toml for crates.io crate od_opencv 0.1.8 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate od_opencv 0.1.8 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate od_opencv 0.1.8 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-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] de888d9d787b8baaed54e34562e6654d96b0cc9022ea20e99ae9a0e38475c97f [INFO] running `Command { std: "docker" "start" "-a" "de888d9d787b8baaed54e34562e6654d96b0cc9022ea20e99ae9a0e38475c97f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "de888d9d787b8baaed54e34562e6654d96b0cc9022ea20e99ae9a0e38475c97f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de888d9d787b8baaed54e34562e6654d96b0cc9022ea20e99ae9a0e38475c97f", kill_on_drop: false }` [INFO] [stdout] de888d9d787b8baaed54e34562e6654d96b0cc9022ea20e99ae9a0e38475c97f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bdc8351424fc1402d0e67664a364f4529efcba6d2695c7d3fa9902ec4b6ebe87 [INFO] running `Command { std: "docker" "start" "-a" "bdc8351424fc1402d0e67664a364f4529efcba6d2695c7d3fa9902ec4b6ebe87", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling clang-sys v1.6.1 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling semver v1.0.20 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Compiling cc v1.0.97 [INFO] [stderr] Compiling clang v2.0.0 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling opencv-binding-generator v0.95.0 [INFO] [stderr] Compiling opencv v0.94.2 [INFO] [stderr] Documenting od_opencv v0.1.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `&T` [INFO] [stdout] --> src/utils.rs:43:29 [INFO] [stdout] | [INFO] [stdout] 43 | /// Notice that it is for &[&T] rather than &[T] [INFO] [stdout] | ^^ no item named `&T` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `T` [INFO] [stdout] --> src/utils.rs:43:47 [INFO] [stdout] | [INFO] [stdout] 43 | /// Notice that it is for &[&T] rather than &[T] [INFO] [stdout] | ^ no item named `T` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/utils.rs:41:57 [INFO] [stdout] | [INFO] [stdout] 41 | ...enCV (see the ref. https://docs.opencv.org/4.8.0/d2/de8/group__core__array.html#gab473bf2eb6d14ff97e89b355dac20707) basically. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] help: use an automatic link instead [INFO] [stdout] | [INFO] [stdout] 41 | /// Implementation of minMaxLoc in OpenCV (see the ref. ) basically. [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/model_classic.rs:15:139 [INFO] [stdout] | [INFO] [stdout] 15 | ...torically by AlexeyAB and pjreddie (see the ref. https://github.com/AlexeyAB/darknet and https://github.com/pjreddie/darknet) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] help: use an automatic link instead [INFO] [stdout] | [INFO] [stdout] 15 | /// Why this versions is considered to be "classic"? Well, because they are developed historically by AlexeyAB and pjreddie (see the ref. and https://github.com/pjreddie/darknet) [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/model_classic.rs:15:179 [INFO] [stdout] | [INFO] [stdout] 15 | ...the ref. https://github.com/AlexeyAB/darknet and https://github.com/pjreddie/darknet) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] help: use an automatic link instead [INFO] [stdout] | [INFO] [stdout] 15 | /// Why this versions is considered to be "classic"? Well, because they are developed historically by AlexeyAB and pjreddie (see the ref. https://github.com/AlexeyAB/darknet and ) [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/model_ultralytics.rs:32:18 [INFO] [stdout] | [INFO] [stdout] 32 | /// See the ref. https://github.com/ultralytics/ultralytics [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] help: use an automatic link instead [INFO] [stdout] | [INFO] [stdout] 32 | /// See the ref. [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.62s [INFO] [stderr] Generated /opt/rustwide/target/doc/od_opencv/index.html [INFO] running `Command { std: "docker" "inspect" "bdc8351424fc1402d0e67664a364f4529efcba6d2695c7d3fa9902ec4b6ebe87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdc8351424fc1402d0e67664a364f4529efcba6d2695c7d3fa9902ec4b6ebe87", kill_on_drop: false }` [INFO] [stdout] bdc8351424fc1402d0e67664a364f4529efcba6d2695c7d3fa9902ec4b6ebe87 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 26da85be38be3edb086fa6320a1cc759ec2c7d447c211b5ac68d9e8927316dcf [INFO] running `Command { std: "docker" "start" "-a" "26da85be38be3edb086fa6320a1cc759ec2c7d447c211b5ac68d9e8927316dcf", kill_on_drop: false }` [INFO] [stderr] Compiling opencv v0.94.2 [INFO] [stderr] error: could not compile `opencv` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name opencv --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opencv-0.94.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="dnn"' --cfg 'feature="imgcodecs"' --cfg 'feature="imgproc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3d", "alphamat", "aruco", "aruco_detector", "barcode", "bgsegm", "bioinspired", "calib", "calib3d", "ccalib", "clang-runtime", "cudaarithm", "cudabgsegm", "cudacodec", "cudafeatures2d", "cudafilters", "cudaimgproc", "cudalegacy", "cudaobjdetect", "cudaoptflow", "cudastereo", "cudawarping", "cvv", "default", "dnn", "dnn_superres", "dpm", "f16", "face", "features", "features2d", "flann", "freetype", "fuzzy", "gapi", "hdf", "hfs", "highgui", "img_hash", "imgcodecs", "imgproc", "intensity_transform", "line_descriptor", "mcc", "ml", "objdetect", "optflow", "ovis", "phase_unwrapping", "photo", "plot", "quality", "rapid", "rgb", "rgbd", "saliency", "sfm", "shape", "signal", "stereo", "stitching", "structured_light", "superres", "surface_matching", "text", "tracking", "video", "videoio", "videostab", "viz", "wechat_qrcode", "xfeatures2d", "ximgproc", "xobjdetect", "xphoto", "xstereo"))' -C metadata=21a1701991984251 -C extra-filename=-eb4e4d858a3e2e88 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-b1e09f4c506ec94e.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-9a8e5c536ed68d30.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-2f25a593b959feaf.rmeta --cap-lints allow --cap-lints=warn --cfg ocvrs_opencv_branch_4 --cfg ocvrs_has_module_xobjdetect --cfg ocvrs_has_module_rapid --cfg ocvrs_has_module_calib3d --cfg ocvrs_has_module_wechat_qrcode --cfg ocvrs_has_module_imgcodecs --cfg ocvrs_has_module_dnn_superres --cfg ocvrs_has_module_ccalib --cfg ocvrs_has_module_sys --cfg ocvrs_has_module_phase_unwrapping --cfg ocvrs_has_module_xphoto --cfg ocvrs_has_module_types --cfg ocvrs_has_module_fuzzy --cfg ocvrs_has_module_ovis --cfg ocvrs_has_module_cudabgsegm --cfg ocvrs_has_module_objdetect --cfg ocvrs_has_module_sfm --cfg ocvrs_has_module_intensity_transform --cfg ocvrs_has_module_line_descriptor --cfg ocvrs_has_module_gapi --cfg ocvrs_has_module_bgsegm --cfg ocvrs_has_module_quality --cfg ocvrs_has_module_dpm --cfg ocvrs_has_module_hfs --cfg ocvrs_has_module_stereo --cfg ocvrs_has_module_core --cfg ocvrs_has_module_bioinspired --cfg ocvrs_has_module_videoio --cfg ocvrs_has_module_structured_light --cfg ocvrs_has_module_cudalegacy --cfg ocvrs_has_module_signal --cfg ocvrs_has_module_shape --cfg ocvrs_has_module_viz --cfg ocvrs_has_module_alphamat --cfg ocvrs_has_module_highgui --cfg ocvrs_has_module_superres --cfg ocvrs_has_module_photo --cfg ocvrs_has_module_ml --cfg ocvrs_has_module_video --cfg ocvrs_has_module_cudafeatures2d --cfg ocvrs_has_module_dnn --cfg ocvrs_has_module_cvv --cfg ocvrs_has_module_cudaarithm --cfg ocvrs_has_module_text --cfg ocvrs_has_module_cudacodec --cfg ocvrs_has_module_videostab --cfg ocvrs_has_module_mcc --cfg ocvrs_has_module_features2d --cfg ocvrs_has_module_plot --cfg ocvrs_has_module_freetype --cfg ocvrs_has_module_cudaoptflow --cfg ocvrs_has_module_ximgproc --cfg ocvrs_has_module_surface_matching --cfg ocvrs_has_module_imgproc --cfg ocvrs_has_module_face --cfg ocvrs_has_module_cudaobjdetect --cfg ocvrs_has_module_hdf --cfg ocvrs_has_module_hub --cfg ocvrs_has_module_xfeatures2d --cfg ocvrs_has_module_tracking --cfg ocvrs_has_module_rgbd --cfg ocvrs_has_module_aruco --cfg ocvrs_has_module_stitching --cfg ocvrs_has_module_saliency --cfg ocvrs_has_module_flann --cfg ocvrs_has_module_img_hash --cfg ocvrs_has_module_cudastereo --cfg ocvrs_has_module_cudaimgproc --cfg ocvrs_has_module_cudafilters --cfg ocvrs_has_module_cudawarping --cfg ocvrs_has_module_optflow --check-cfg 'cfg(ocvrs_opencv_branch_34)' --check-cfg 'cfg(ocvrs_opencv_branch_4)' --check-cfg 'cfg(ocvrs_opencv_branch_5)' --check-cfg 'cfg(ocvrs_has_module_3d)' --check-cfg 'cfg(ocvrs_has_module_alphamat)' --check-cfg 'cfg(ocvrs_has_module_aruco)' --check-cfg 'cfg(ocvrs_has_module_aruco_detector)' --check-cfg 'cfg(ocvrs_has_module_barcode)' --check-cfg 'cfg(ocvrs_has_module_bgsegm)' --check-cfg 'cfg(ocvrs_has_module_bioinspired)' --check-cfg 'cfg(ocvrs_has_module_calib)' --check-cfg 'cfg(ocvrs_has_module_calib3d)' --check-cfg 'cfg(ocvrs_has_module_ccalib)' --check-cfg 'cfg(ocvrs_has_module_core)' --check-cfg 'cfg(ocvrs_has_module_cudaarithm)' --check-cfg 'cfg(ocvrs_has_module_cudabgsegm)' --check-cfg 'cfg(ocvrs_has_module_cudacodec)' --check-cfg 'cfg(ocvrs_has_module_cudafeatures2d)' --check-cfg 'cfg(ocvrs_has_module_cudafilters)' --check-cfg 'cfg(ocvrs_has_module_cudaimgproc)' --check-cfg 'cfg(ocvrs_has_module_cudalegacy)' --check-cfg 'cfg(ocvrs_has_module_cudaobjdetect)' --check-cfg 'cfg(ocvrs_has_module_cudaoptflow)' --check-cfg 'cfg(ocvrs_has_module_cudastereo)' --check-cfg 'cfg(ocvrs_has_module_cudawarping)' --check-cfg 'cfg(ocvrs_has_module_cvv)' --check-cfg 'cfg(ocvrs_has_module_dnn)' --check-cfg 'cfg(ocvrs_has_module_dnn_superres)' --check-cfg 'cfg(ocvrs_has_module_dpm)' --check-cfg 'cfg(ocvrs_has_module_face)' --check-cfg 'cfg(ocvrs_has_module_features)' --check-cfg 'cfg(ocvrs_has_module_features2d)' --check-cfg 'cfg(ocvrs_has_module_flann)' --check-cfg 'cfg(ocvrs_has_module_freetype)' --check-cfg 'cfg(ocvrs_has_module_fuzzy)' --check-cfg 'cfg(ocvrs_has_module_gapi)' --check-cfg 'cfg(ocvrs_has_module_hdf)' --check-cfg 'cfg(ocvrs_has_module_hfs)' --check-cfg 'cfg(ocvrs_has_module_highgui)' --check-cfg 'cfg(ocvrs_has_module_img_hash)' --check-cfg 'cfg(ocvrs_has_module_imgcodecs)' --check-cfg 'cfg(ocvrs_has_module_imgproc)' --check-cfg 'cfg(ocvrs_has_module_intensity_transform)' --check-cfg 'cfg(ocvrs_has_module_line_descriptor)' --check-cfg 'cfg(ocvrs_has_module_mcc)' --check-cfg 'cfg(ocvrs_has_module_ml)' --check-cfg 'cfg(ocvrs_has_module_objdetect)' --check-cfg 'cfg(ocvrs_has_module_optflow)' --check-cfg 'cfg(ocvrs_has_module_ovis)' --check-cfg 'cfg(ocvrs_has_module_phase_unwrapping)' --check-cfg 'cfg(ocvrs_has_module_photo)' --check-cfg 'cfg(ocvrs_has_module_plot)' --check-cfg 'cfg(ocvrs_has_module_quality)' --check-cfg 'cfg(ocvrs_has_module_rapid)' --check-cfg 'cfg(ocvrs_has_module_rgbd)' --check-cfg 'cfg(ocvrs_has_module_saliency)' --check-cfg 'cfg(ocvrs_has_module_sfm)' --check-cfg 'cfg(ocvrs_has_module_shape)' --check-cfg 'cfg(ocvrs_has_module_signal)' --check-cfg 'cfg(ocvrs_has_module_stereo)' --check-cfg 'cfg(ocvrs_has_module_stitching)' --check-cfg 'cfg(ocvrs_has_module_structured_light)' --check-cfg 'cfg(ocvrs_has_module_superres)' --check-cfg 'cfg(ocvrs_has_module_surface_matching)' --check-cfg 'cfg(ocvrs_has_module_text)' --check-cfg 'cfg(ocvrs_has_module_tracking)' --check-cfg 'cfg(ocvrs_has_module_video)' --check-cfg 'cfg(ocvrs_has_module_videoio)' --check-cfg 'cfg(ocvrs_has_module_videostab)' --check-cfg 'cfg(ocvrs_has_module_viz)' --check-cfg 'cfg(ocvrs_has_module_wechat_qrcode)' --check-cfg 'cfg(ocvrs_has_module_xfeatures2d)' --check-cfg 'cfg(ocvrs_has_module_ximgproc)' --check-cfg 'cfg(ocvrs_has_module_xobjdetect)' --check-cfg 'cfg(ocvrs_has_module_xphoto)' --check-cfg 'cfg(ocvrs_has_module_xstereo)' --check-cfg 'cfg(ocvrs_has_inherent_feature_hfloat)' --check-cfg 'cfg(ocvrs_has_inherent_feature_opencl)'` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "26da85be38be3edb086fa6320a1cc759ec2c7d447c211b5ac68d9e8927316dcf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26da85be38be3edb086fa6320a1cc759ec2c7d447c211b5ac68d9e8927316dcf", kill_on_drop: false }` [INFO] [stdout] 26da85be38be3edb086fa6320a1cc759ec2c7d447c211b5ac68d9e8927316dcf