[INFO] fetching crate mdbook-morsels 0.7.3...
[INFO] testing mdbook-morsels-0.7.3 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate mdbook-morsels 0.7.3 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate mdbook-morsels 0.7.3
[INFO] finished tweaking crates.io crate mdbook-morsels 0.7.3
[INFO] tweaked toml for crates.io crate mdbook-morsels 0.7.3 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mdbook-morsels 0.7.3 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 mdbook-morsels 0.7.3 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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] e110b06f87402531fc1670b62a53a7f8280d2a95047947bcbe2f7a1c9d044bbf
[INFO] running `Command { std: "docker" "start" "-a" "e110b06f87402531fc1670b62a53a7f8280d2a95047947bcbe2f7a1c9d044bbf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e110b06f87402531fc1670b62a53a7f8280d2a95047947bcbe2f7a1c9d044bbf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e110b06f87402531fc1670b62a53a7f8280d2a95047947bcbe2f7a1c9d044bbf", kill_on_drop: false }`
[INFO] [stdout] e110b06f87402531fc1670b62a53a7f8280d2a95047947bcbe2f7a1c9d044bbf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 68e6d47c6021741cfedeca1508c2ca16cbf1710d2a08b3b64fec346e9ed5aaca
[INFO] running `Command { std: "docker" "start" "-a" "68e6d47c6021741cfedeca1508c2ca16cbf1710d2a08b3b64fec346e9ed5aaca", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling libc v0.2.135
[INFO] [stderr]    Compiling serde_derive v1.0.147
[INFO] [stderr]    Compiling serde v1.0.147
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling once_cell v1.15.0
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling parking_lot_core v0.9.4
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling tokio v1.21.2
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling encoding_index_tests v0.1.4
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling aho-corasick v0.7.19
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]    Compiling serde_json v1.0.87
[INFO] [stderr]    Compiling crossbeam-utils v0.8.12
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling futures-sink v0.3.25
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling markup5ever v0.11.0
[INFO] [stderr]    Compiling digest v0.10.5
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling dtoa v0.4.8
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling linked-hash-map v0.5.3
[INFO] [stderr]    Compiling const_fn v0.4.9
[INFO] [stderr]    Compiling smartstring v0.2.10
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.11
[INFO] [stderr]    Compiling anyhow v1.0.66
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling net2 v0.2.38
[INFO] [stderr]    Compiling selectors v0.22.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling dtoa-short v0.3.3
[INFO] [stderr]    Compiling sha-1 v0.10.0
[INFO] [stderr]    Compiling encoding-index-korean v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-japanese v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-singlebyte v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-tradchinese v1.20141219.5
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling encoding-index-simpchinese v1.20141219.5
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling crossbeam-queue v0.3.6
[INFO] [stderr]    Compiling pom v1.1.0
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.51
[INFO] [stderr]    Compiling destructure_traitobject v0.2.0
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling erased-serde v0.3.23
[INFO] [stderr]    Compiling unicode-segmentation v1.10.0
[INFO] [stderr]    Compiling nodrop v0.1.14
[INFO] [stderr]    Compiling os_str_bytes v6.3.0
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling servo_arc v0.1.1
[INFO] [stderr]    Compiling chrono v0.4.22
[INFO] [stderr]    Compiling unsafe-any-ors v1.0.0
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling encoding v0.2.33
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling ordered-float v2.10.0
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling headers-core v0.2.0
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling html5ever v0.26.0
[INFO] [stderr]    Compiling futures-macro v0.3.25
[INFO] [stderr]    Compiling phf_macros v0.8.0
[INFO] [stderr]    Compiling cssparser v0.27.2
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]    Compiling phf v0.8.0
[INFO] [stderr]    Compiling cssparser-macros v0.6.0
[INFO] [stderr]    Compiling pest v2.4.0
[INFO] [stderr]    Compiling time-macros v0.1.1
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling ghost v0.1.6
[INFO] [stderr]    Compiling pest_meta v2.4.0
[INFO] [stderr]    Compiling ctor v0.1.26
[INFO] [stderr]    Compiling thin-slice v0.1.1
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling textwrap v0.15.0
[INFO] [stderr]    Compiling pom v3.2.0
[INFO] [stderr]    Compiling pest_generator v2.4.0
[INFO] [stderr]    Compiling pulldown-cmark v0.9.2
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling lzw v0.10.0
[INFO] [stderr]    Compiling clap v3.2.21
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling wyz v0.5.0
[INFO] [stderr]    Compiling inventory v0.2.3
[INFO] [stderr]    Compiling inotify v0.7.1
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling typetag-impl v0.1.8
[INFO] [stderr]    Compiling pest_derive v2.4.0
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling headers v0.3.8
[INFO] [stderr]    Compiling crossbeam-deque v0.8.2
[INFO] [stderr]    Compiling typemap-ors v1.0.0
[INFO] [stderr]    Compiling adobe-cmap-parser v0.3.3
[INFO] [stderr]    Compiling type1-encoding-parser v0.1.0
[INFO] [stderr]    Compiling getopts v0.2.21
[INFO] [stderr]    Compiling rustls-pemfile v0.2.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling euclid v0.20.14
[INFO] [stderr]    Compiling thread-id v4.0.0
[INFO] [stderr]    Compiling filetime v0.2.18
[INFO] [stderr]    Compiling include_dir_macros v0.7.3
[INFO] [stderr]    Compiling path-dedot v3.0.18
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling scoped-tls v1.0.0
[INFO] [stderr]    Compiling postscript v0.14.0
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling arc-swap v1.5.1
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling log-mdc v0.1.0
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling include_dir v0.7.3
[INFO] [stderr]    Compiling path-absolutize v3.0.14
[INFO] [stderr]    Compiling clap_complete v3.2.5
[INFO] [stderr]    Compiling crossbeam v0.8.2
[INFO] [stderr]    Compiling structopt v0.3.26
[INFO] [stderr]    Compiling gitignore v1.0.7
[INFO] [stderr]    Compiling string_cache v0.8.4
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling morsels_common v0.7.3
[INFO] [stderr]    Compiling tungstenite v0.17.3
[INFO] [stderr]    Compiling morsels_lang_ascii v0.7.3
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling lopdf v0.26.0
[INFO] [stderr]    Compiling serde_yaml v0.8.26
[INFO] [stderr]    Compiling mio-extras v2.0.6
[INFO] [stderr]    Compiling rust-stemmers v1.2.0
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling notify v4.0.17
[INFO] [stderr]    Compiling scraper v0.13.0
[INFO] [stderr]    Compiling log4rs v1.2.0
[INFO] [stderr]    Compiling pdf-extract v0.6.4
[INFO] [stderr]    Compiling morsels_lang_latin v0.7.3
[INFO] [stderr]    Compiling typetag v0.1.8
[INFO] [stderr]    Compiling ammonia v3.2.1
[INFO] [stderr]    Compiling opener v0.5.0
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stderr]    Compiling morsels_lang_chinese v0.7.3
[INFO] [stderr]    Compiling elasticlunr-rs v3.0.1
[INFO] [stderr]    Compiling handlebars v4.3.5
[INFO] [stderr]    Compiling env_logger v0.9.1
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling tokio-stream v0.1.11
[INFO] [stderr]    Compiling tokio-tungstenite v0.17.2
[INFO] [stderr]    Compiling h2 v0.3.14
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling dashmap v5.4.0
[INFO] [stderr]    Compiling topological-sort v0.1.0
[INFO] [stderr]    Compiling shlex v1.1.0
[INFO] [stderr]    Compiling path-slash v0.2.1
[INFO] [stderr]    Compiling morsels_indexer v0.7.3
[INFO] [stderr]    Compiling hyper v0.14.20
[INFO] [stderr]    Compiling warp v0.3.3
[INFO] [stderr]    Compiling mdbook v0.4.21
[INFO] [stderr]    Compiling mdbook-morsels v0.7.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 41s
[INFO] running `Command { std: "docker" "inspect" "68e6d47c6021741cfedeca1508c2ca16cbf1710d2a08b3b64fec346e9ed5aaca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "68e6d47c6021741cfedeca1508c2ca16cbf1710d2a08b3b64fec346e9ed5aaca", kill_on_drop: false }`
[INFO] [stdout] 68e6d47c6021741cfedeca1508c2ca16cbf1710d2a08b3b64fec346e9ed5aaca
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2f6dfb974a06187a5ac3c48ed88825afeb8bc88defdf2f49ce21307161246442
[INFO] running `Command { std: "docker" "start" "-a" "2f6dfb974a06187a5ac3c48ed88825afeb8bc88defdf2f49ce21307161246442", kill_on_drop: false }`
[INFO] [stderr]    Compiling mdbook-morsels v0.7.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.63s
[INFO] running `Command { std: "docker" "inspect" "2f6dfb974a06187a5ac3c48ed88825afeb8bc88defdf2f49ce21307161246442", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f6dfb974a06187a5ac3c48ed88825afeb8bc88defdf2f49ce21307161246442", kill_on_drop: false }`
[INFO] [stdout] 2f6dfb974a06187a5ac3c48ed88825afeb8bc88defdf2f49ce21307161246442
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 27a4899567f0e9812a45fd8049c48de0bf3bc1858ba60a15d62c5ea55baeb0f1
[INFO] running `Command { std: "docker" "start" "-a" "27a4899567f0e9812a45fd8049c48de0bf3bc1858ba60a15d62c5ea55baeb0f1", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.38s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mdbook_morsels-0b4100f179051f47)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "27a4899567f0e9812a45fd8049c48de0bf3bc1858ba60a15d62c5ea55baeb0f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27a4899567f0e9812a45fd8049c48de0bf3bc1858ba60a15d62c5ea55baeb0f1", kill_on_drop: false }`
[INFO] [stdout] 27a4899567f0e9812a45fd8049c48de0bf3bc1858ba60a15d62c5ea55baeb0f1
