[INFO] cloning repository https://github.com/necto/immich-slideshow
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/necto/immich-slideshow" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnecto%2Fimmich-slideshow", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnecto%2Fimmich-slideshow'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f6e771f0fc38916afdd0c2b255350f0a72879d50
[INFO] testing necto/immich-slideshow against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnecto%2Fimmich-slideshow" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/necto/immich-slideshow
[INFO] finished tweaking git repo https://github.com/necto/immich-slideshow
[INFO] tweaked toml for git repo https://github.com/necto/immich-slideshow written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/necto/immich-slideshow on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/necto/immich-slideshow 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.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: file `/workspace/builds/worker-4-tc1/source/tests/mock_immich_server_bin.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `mock-immich-server`
[INFO] [stderr]   * `integration-test` target `mock_immich_server_bin`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ryu v1.0.19
[INFO] [stderr]   Downloaded semver v1.0.25
[INFO] [stderr]   Downloaded actix-files v0.6.6
[INFO] [stderr]   Downloaded derive_more v0.99.19
[INFO] [stderr]   Downloaded crossbeam-channel v0.5.14
[INFO] [stderr]   Downloaded serde_derive v1.0.218
[INFO] [stderr]   Downloaded serde v1.0.218
[INFO] [stderr]   Downloaded serde_json v1.0.139
[INFO] [stderr]   Downloaded mockito v1.7.0
[INFO] [stderr]   Downloaded httparse v1.10.0
[INFO] [stderr]   Downloaded h2 v0.4.8
[INFO] [stderr]   Downloaded redox_syscall v0.5.9
[INFO] [stderr]   Downloaded assert-json-diff v2.0.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d11608b9f26d30ceddb9fef2c55fec2760f20827aa619c07c89bed565bbab8a6
[INFO] running `Command { std: "docker" "start" "-a" "d11608b9f26d30ceddb9fef2c55fec2760f20827aa619c07c89bed565bbab8a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d11608b9f26d30ceddb9fef2c55fec2760f20827aa619c07c89bed565bbab8a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d11608b9f26d30ceddb9fef2c55fec2760f20827aa619c07c89bed565bbab8a6", kill_on_drop: false }`
[INFO] [stdout] d11608b9f26d30ceddb9fef2c55fec2760f20827aa619c07c89bed565bbab8a6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e30fe2888140bb29026de51694cef47b6f7f1d6e0c8bd52ead534773cc0ea266
[INFO] running `Command { std: "docker" "start" "-a" "e30fe2888140bb29026de51694cef47b6f7f1d6e0c8bd52ead534773cc0ea266", kill_on_drop: false }`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/tests/mock_immich_server_bin.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `mock-immich-server`
[INFO] [stderr]   * `integration-test` target `mock_immich_server_bin`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling bytes v1.10.0
[INFO] [stderr]    Compiling once_cell v1.20.3
[INFO] [stderr]    Compiling litemap v0.7.5
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling httparse v1.10.0
[INFO] [stderr]    Compiling zstd-safe v7.2.3
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling openssl v0.10.71
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling local-waker v0.1.4
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling regex-lite v0.1.6
[INFO] [stderr]    Compiling ryu v1.0.19
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling miniz_oxide v0.8.5
[INFO] [stderr]    Compiling brotli-decompressor v4.0.2
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling bytestring v1.4.0
[INFO] [stderr]    Compiling actix-service v2.0.2
[INFO] [stderr]    Compiling actix-utils v3.0.1
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling local-channel v0.1.5
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling v_htmlescape v0.15.8
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling language-tags v0.3.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling flate2 v1.1.0
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling impl-more v0.1.9
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling clap_builder v4.5.31
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling http-range v0.1.5
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling openssl-sys v0.9.106
[INFO] [stderr]    Compiling zstd-sys v2.0.14+zstd.1.5.7
[INFO] [stderr]    Compiling brotli v6.0.0
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling derive_more v0.99.19
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling clap_derive v4.5.28
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling clap v4.5.31
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling tokio-util v0.7.13
[INFO] [stderr]    Compiling actix-rt v2.10.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling actix-server v2.5.0
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling actix-codec v0.5.2
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling actix-http v3.9.0
[INFO] [stderr]    Compiling actix-web v4.9.0
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling actix-files v0.6.6
[INFO] [stderr]    Compiling image_server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
[INFO] running `Command { std: "docker" "inspect" "e30fe2888140bb29026de51694cef47b6f7f1d6e0c8bd52ead534773cc0ea266", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e30fe2888140bb29026de51694cef47b6f7f1d6e0c8bd52ead534773cc0ea266", kill_on_drop: false }`
[INFO] [stdout] e30fe2888140bb29026de51694cef47b6f7f1d6e0c8bd52ead534773cc0ea266
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fa5015948a97b87b4fc40493e1a708071735dbe53840d0768e2d8a0cf08afdf2
[INFO] running `Command { std: "docker" "start" "-a" "fa5015948a97b87b4fc40493e1a708071735dbe53840d0768e2d8a0cf08afdf2", kill_on_drop: false }`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/tests/mock_immich_server_bin.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `mock-immich-server`
[INFO] [stderr]   * `integration-test` target `mock_immich_server_bin`
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling http v1.2.0
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling colored v3.0.0
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling tempfile v3.17.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling derive_more v0.99.19
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling clap_derive v4.5.28
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling openssl v0.10.71
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling clap v4.5.31
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling tokio-util v0.7.13
[INFO] [stderr]    Compiling actix-rt v2.10.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling actix-server v2.5.0
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling actix-codec v0.5.2
[INFO] [stderr]    Compiling h2 v0.4.8
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling actix-http v3.9.0
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling hyper-util v0.1.10
[INFO] [stderr]    Compiling mockito v1.7.0
[INFO] [stderr]    Compiling actix-web v4.9.0
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling actix-files v0.6.6
[INFO] [stderr]    Compiling image_server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `image_server` (test "server_test")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.94.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name server_test --edition=2021 tests/server_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=32d60347c3ead140 -C extra-filename=-eb5720714dbb0d07 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern actix_files=/opt/rustwide/target/debug/deps/libactix_files-c9e4c90f76366ae7.rlib --extern actix_rt=/opt/rustwide/target/debug/deps/libactix_rt-c1ce144ac71ad862.rlib --extern actix_web=/opt/rustwide/target/debug/deps/libactix_web-de23420bf41d71eb.rlib --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-59b0e2f52b29f79b.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-a01079dd8f30c0ab.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-a11d5ae0e00f04b0.rlib --extern dotenv=/opt/rustwide/target/debug/deps/libdotenv-9ca3acdab44f67b7.rlib --extern image_server_lib=/opt/rustwide/target/debug/deps/libimage_server_lib-475fe661e2b059ad.rlib --extern mockito=/opt/rustwide/target/debug/deps/libmockito-b4b86d2832b34ffc.rlib --extern notify=/opt/rustwide/target/debug/deps/libnotify-f4a768572b256a6c.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-e2c8f82f69e22a41.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-8caa4538992fe11f.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-ae0e534efb926ff1.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-9e84f4070327928e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-1e927bc4a49cdc60.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-db029909afe72db6.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-41515f1213744e61.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/zstd-sys-0ab4cc2258962f8e/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `image_server` (test "e2e_test")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.94.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name e2e_test --edition=2021 tests/e2e_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=342f60af5a0c256b -C extra-filename=-ab0ffab1a22acefd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern actix_files=/opt/rustwide/target/debug/deps/libactix_files-c9e4c90f76366ae7.rlib --extern actix_rt=/opt/rustwide/target/debug/deps/libactix_rt-c1ce144ac71ad862.rlib --extern actix_web=/opt/rustwide/target/debug/deps/libactix_web-de23420bf41d71eb.rlib --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-59b0e2f52b29f79b.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-a01079dd8f30c0ab.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-a11d5ae0e00f04b0.rlib --extern dotenv=/opt/rustwide/target/debug/deps/libdotenv-9ca3acdab44f67b7.rlib --extern image_server_lib=/opt/rustwide/target/debug/deps/libimage_server_lib-475fe661e2b059ad.rlib --extern mockito=/opt/rustwide/target/debug/deps/libmockito-b4b86d2832b34ffc.rlib --extern notify=/opt/rustwide/target/debug/deps/libnotify-f4a768572b256a6c.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-e2c8f82f69e22a41.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-8caa4538992fe11f.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-ae0e534efb926ff1.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-9e84f4070327928e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-1e927bc4a49cdc60.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-db029909afe72db6.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-41515f1213744e61.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/zstd-sys-0ab4cc2258962f8e/out` (signal: 9, SIGKILL: kill)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcYIZzBm/symbols.o" "<7 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libimage_server_lib-475fe661e2b059ad,liburlencoding-41515f1213744e61,libnotify-f4a768572b256a6c,libmio-3630c8c78cc92e71,libcrossbeam_channel-158063000a84a9d6,libcrossbeam_utils-4c8962fafb803da9,libfiletime-4a92bcad847bf5ec,libwalkdir-c5a0784998621f44,libsame_file-0b10cabf1ebce5db,libinotify-15fef7c3a9d56f9e,libinotify_sys-98ffa43e5f0eec88,libbitflags-5ad7515f16cf4338,libchrono-a01079dd8f30c0ab,libiana_time_zone-f8c11600916ea478,libnum_traits-b9dd3cf950d1dd20,libactix_files-c9e4c90f76366ae7,libhttp_range-de183b6f0228e9df,libv_htmlescape-f8c0afda6f5aaa79,libmime_guess-b093368c95467248,libunicase-9a9bbbb29e9d27b9,libactix_web-de23420bf41d71eb,libimpl_more-8e38b6ae204fa293,libactix_server-985041d861a4c3ad,libactix_router-e1c04978e83443c0,libcookie-59e7c812b97093b6,libtime-79a1f96796d6f6f0,libtime_core-2ab32606f3ce3eab,libnum_conv-35e5067041877422,libderanged-feb00927a1c58733,libpowerfmt-96bcc13aea1b0702,libactix_http-63d7cd86f1f06d9d,librand-03b36d579a6b7c2f,librand_chacha-a54abb183b423efc,librand_core-6ecaf76d6b8d4a21,libbrotli-08f8a7704bce279d,libbrotli_decompressor-6483896e5790c162,liballoc_stdlib-fb219d61d5f7de62,liballoc_no_stdlib-49499ce7d88dcb4f,libsha1-b82f2ba9f15d49b8,libcpufeatures-ffd35937018bee08,libdigest-225539f3eb1ab6a5,libblock_buffer-c11627b86ce6e730,libcrypto_common-b2aca751b7323c7e,libgeneric_array-60b73b05955491e0,libtypenum-3dd45595754a15d1,libbase64-703a072699e04b45,liblocal_channel-b0dcbdd23d0c88fe,libbytestring-cd5719a51065a4a8,liblanguage_tags-7cd23da7c1e1df9d,libahash-44255172398195ff,libgetrandom-9b164164316af3a9,libzstd-398ed8893635dc8c,libzstd_safe-95b0c6d475dd7b28,libzstd_sys-1bd6d4787e9a8863,libflate2-867f03075b45190f,libminiz_oxide-a9da627fad639e55,libadler2-85d8f107aafee157,libcrc32fast-363021e7a7a333fb,libactix_codec-75c0881b5d5e9549,libactix_utils-7c5dc32afc7d6c7b,liblocal_waker-bb1c8b83d33e7cc6,libactix_rt-c1ce144ac71ad862,libactix_service-dadf03d87e5558bf,libreqwest-e2c8f82f69e22a41,librustls_pemfile-e8ee5c5be61d9f22,libhyper_tls-f6883518cc2ccf84,libbase64-be691d74ff7143c8,libipnet-8ec7b873cb0a92d5,libtokio_native_tls-c9aa11f6079d37a5,libmime-a641f9c01534a6cb,libencoding_rs-56d06f1dab56641c,libnative_tls-b763763957f28488,libopenssl_probe-4215be457f7631fb,libopenssl-e1581bd8efbeb933,libforeign_types-f58fedb6bcb386d3,libforeign_types_shared-c31221e46b90c296,libopenssl_sys-143f91d3a55457b7,libhyper-935e6e21145fc236,libwant-5f2de672dba2612e,libtry_lock-4c57bbb82b1190b0,libh2-81f766b9f9bff48e,libtower_service-61a6e2aaa442e2aa,libsync_wrapper-f0fd3580be5bdab2,libhttp_body-d27b24d470fa9f18,liburl-dbe0a83a3e5c062f,libidna-e4e62397e8b5fedd,libidna_adapter-6c67387cab1e3128,libicu_normalizer-14c67a6ca92cfddf,libicu_normalizer_data-e004a1451bde36cd,libwrite16-89143d363ad10e02,libutf8_iter-3720c12e0564d699,libutf16_iter-1a2f59da36c922b0,libicu_properties-2a3cd78278cd7428,libicu_properties_data-dfaf9eb4423c5a52,libicu_locid_transform-b0cde650dbf93dba,libicu_locid_transform_data-f6fa34afde49a2ec,libicu_collections-89db99579db32fd0,libicu_provider-fccac9755825ee21,libicu_locid-0507f113c1fd929f,liblitemap-be53f4d8e6985af2,libtinystr-eb725ba293261173,libzerovec-7e7224e16a7962ea,libwriteable-3a0453f677712309,libyoke-b98e109c9e4c5452,libzerofrom-a21c1239c1436842,libstable_deref_trait-275986c01ee43dea,libhttp-8946d719c8245bf6,libanyhow-59b0e2f52b29f79b,libtempfile-9e84f4070327928e,libfastrand-9610c844b1f2a9a1,librustix-eec66afdeaecbf02,libbitflags-996f814a8f1b3d34,liblinux_raw_sys-af3c6e7cc1889548,libmockito-b4b86d2832b34ffc,libserde_urlencoded-651488858096682e,libform_urlencoded-9d7b7eb6a56238ab,libpercent_encoding-c20dcfa6171127b3,libhyper_util-b4a24e514850d05b,libhyper-0fb7758a5b234ee0,libhttparse-a6936aae2ddb525e,libh2-84c79a4d7087f16a,libtracing-a424e7aae66438ea,libtracing_core-badb2bb99194d80e,libonce_cell-8a296966f352c54f,libindexmap-f01a2289200da4a6,libequivalent-a978cf5163e8d2d6,libhashbrown-f76560351e8c38f5,libslab-9fd6d2346d8c9543,libatomic_waker-3b600cf3b15fbf6e,libtokio_util-d61139bfc53360cc,libfutures_sink-f0db3c24b19532ab,libtokio-1e927bc4a49cdc60,libsignal_hook_registry-d223528e9416b7f6,libsocket2-80729f526caf3c50,libmio-df67a322cbb38abf,liblog-37388cbd9afdc5c0,libparking_lot-0e9f67b3e9c605cd,libparking_lot_core-e55203eeaedade51,libsmallvec-3a3d98befaf643d3,liblock_api-dbbbfb4d19eb52d6,libscopeguard-9728c2fe73941895,libhttpdate-c834c1bc5cf51106,libfutures_channel-25a5f1f793e07868,libhttp_body_util-c8c002244bcc9905,libfutures_util-c0feeff71121c567,libfutures_task-7b7871a1780c3a11,libpin_utils-47b630022fed6c6f,libfutures_core-2de656caeca80e95,libpin_project_lite-0480e93619ded6e2,libhttp_body-7baa82458ed19425,librand-c186003a76550a3d,librand_chacha-4163ccd357758234,libppv_lite86-dde90615e5f6231b,libzerocopy-13ae0144c867b606,libbyteorder-dbd39c167c1d2bf6,libzerocopy-ed7eaf976879fae8,librand_core-3abe99ac38479f54,libgetrandom-3ed95dbaccd950a3,liblibc-75af58a1fc5651f5,libcfg_if-ae53b56998a284ac,libregex-90f450a2b7087cce,libregex_automata-8c98b7b0222c3f88,libaho_corasick-63f98dbd4959f4dd,libregex_syntax-de2788153f3b4823,libhttp-25c14367d9572698,libbytes-f8cd83c2c4e74b2b,libfnv-68f5b69a4a74de9d,libassert_json_diff-8c22a4934b5c91b1,libsimilar-cd98562e6057a519,libcolored-322a33e3a45eb4d5,libserde_json-ae0e534efb926ff1,libmemchr-70255688e61adbed,libitoa-f2f8d4383a3cbf9a,libryu-ff455d6d4bba870e,libserde-8caa4538992fe11f}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcYIZzBm/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/zstd-sys-0ab4cc2258962f8e/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/immich_fetcher_test-9a1111dd2555c4b7" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `image_server` (test "immich_fetcher_test") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcrG6OVA/symbols.o" "<9 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libimage_server_lib-475fe661e2b059ad,liburlencoding-41515f1213744e61,libnotify-f4a768572b256a6c,libmio-3630c8c78cc92e71,libcrossbeam_channel-158063000a84a9d6,libcrossbeam_utils-4c8962fafb803da9,libfiletime-4a92bcad847bf5ec,libwalkdir-c5a0784998621f44,libsame_file-0b10cabf1ebce5db,libinotify-15fef7c3a9d56f9e,libinotify_sys-98ffa43e5f0eec88,libbitflags-5ad7515f16cf4338,libchrono-a01079dd8f30c0ab,libiana_time_zone-f8c11600916ea478,libnum_traits-b9dd3cf950d1dd20,libactix_files-c9e4c90f76366ae7,libhttp_range-de183b6f0228e9df,libv_htmlescape-f8c0afda6f5aaa79,libmime_guess-b093368c95467248,libunicase-9a9bbbb29e9d27b9,libactix_web-de23420bf41d71eb,libimpl_more-8e38b6ae204fa293,libactix_server-985041d861a4c3ad,libactix_router-e1c04978e83443c0,libregex-90f450a2b7087cce,libregex_automata-8c98b7b0222c3f88,libaho_corasick-63f98dbd4959f4dd,libregex_syntax-de2788153f3b4823,libcookie-59e7c812b97093b6,libtime-79a1f96796d6f6f0,libtime_core-2ab32606f3ce3eab,libnum_conv-35e5067041877422,libderanged-feb00927a1c58733,libpowerfmt-96bcc13aea1b0702,libactix_http-63d7cd86f1f06d9d,librand-03b36d579a6b7c2f,librand_chacha-a54abb183b423efc,libppv_lite86-dde90615e5f6231b,librand_core-6ecaf76d6b8d4a21,libbrotli-08f8a7704bce279d,libbrotli_decompressor-6483896e5790c162,liballoc_stdlib-fb219d61d5f7de62,liballoc_no_stdlib-49499ce7d88dcb4f,libhttpdate-c834c1bc5cf51106,libsha1-b82f2ba9f15d49b8,libcpufeatures-ffd35937018bee08,libdigest-225539f3eb1ab6a5,libblock_buffer-c11627b86ce6e730,libcrypto_common-b2aca751b7323c7e,libgeneric_array-60b73b05955491e0,libtypenum-3dd45595754a15d1,libbase64-703a072699e04b45,liblocal_channel-b0dcbdd23d0c88fe,libbytestring-cd5719a51065a4a8,liblanguage_tags-7cd23da7c1e1df9d,libahash-44255172398195ff,libgetrandom-9b164164316af3a9,libzerocopy-13ae0144c867b606,libbyteorder-dbd39c167c1d2bf6,libzstd-398ed8893635dc8c,libzstd_safe-95b0c6d475dd7b28,libzstd_sys-1bd6d4787e9a8863,libflate2-867f03075b45190f,libminiz_oxide-a9da627fad639e55,libadler2-85d8f107aafee157,libcrc32fast-363021e7a7a333fb,libactix_codec-75c0881b5d5e9549,libactix_utils-7c5dc32afc7d6c7b,liblocal_waker-bb1c8b83d33e7cc6,libactix_rt-c1ce144ac71ad862,libactix_service-dadf03d87e5558bf,libdotenv-9ca3acdab44f67b7,libreqwest-e2c8f82f69e22a41,librustls_pemfile-e8ee5c5be61d9f22,libhyper_tls-f6883518cc2ccf84,libserde_urlencoded-651488858096682e,libbase64-be691d74ff7143c8,libipnet-8ec7b873cb0a92d5,libtokio_native_tls-c9aa11f6079d37a5,libmime-a641f9c01534a6cb,libencoding_rs-56d06f1dab56641c,libserde_json-ae0e534efb926ff1,libmemchr-70255688e61adbed,libryu-ff455d6d4bba870e,libserde-8caa4538992fe11f,libnative_tls-b763763957f28488,libopenssl_probe-4215be457f7631fb,libopenssl-e1581bd8efbeb933,libbitflags-996f814a8f1b3d34,libforeign_types-f58fedb6bcb386d3,libforeign_types_shared-c31221e46b90c296,libopenssl_sys-143f91d3a55457b7,libhyper-935e6e21145fc236,libwant-5f2de672dba2612e,libtry_lock-4c57bbb82b1190b0,libhttparse-a6936aae2ddb525e,libh2-81f766b9f9bff48e,libindexmap-f01a2289200da4a6,libequivalent-a978cf5163e8d2d6,libhashbrown-f76560351e8c38f5,libslab-9fd6d2346d8c9543,libtokio_util-d61139bfc53360cc,libfutures_sink-f0db3c24b19532ab,libtower_service-61a6e2aaa442e2aa,libtracing-a424e7aae66438ea,libtracing_core-badb2bb99194d80e,libonce_cell-8a296966f352c54f,libfutures_channel-25a5f1f793e07868,libfutures_util-c0feeff71121c567,libfutures_task-7b7871a1780c3a11,libpin_utils-47b630022fed6c6f,libtokio-1e927bc4a49cdc60,libsignal_hook_registry-d223528e9416b7f6,libsocket2-80729f526caf3c50,libmio-df67a322cbb38abf,libparking_lot-0e9f67b3e9c605cd,libparking_lot_core-e55203eeaedade51,liblibc-75af58a1fc5651f5,libcfg_if-ae53b56998a284ac,liblock_api-dbbbfb4d19eb52d6,libscopeguard-9728c2fe73941895,libsync_wrapper-f0fd3580be5bdab2,libhttp_body-d27b24d470fa9f18,libpin_project_lite-0480e93619ded6e2,liblog-37388cbd9afdc5c0,libfutures_core-2de656caeca80e95,liburl-dbe0a83a3e5c062f,libidna-e4e62397e8b5fedd,libidna_adapter-6c67387cab1e3128,libicu_normalizer-14c67a6ca92cfddf,libicu_normalizer_data-e004a1451bde36cd,libwrite16-89143d363ad10e02,libutf8_iter-3720c12e0564d699,libutf16_iter-1a2f59da36c922b0,libsmallvec-3a3d98befaf643d3,libicu_properties-2a3cd78278cd7428,libicu_properties_data-dfaf9eb4423c5a52,libicu_locid_transform-b0cde650dbf93dba,libicu_locid_transform_data-f6fa34afde49a2ec,libicu_collections-89db99579db32fd0,libicu_provider-fccac9755825ee21,libicu_locid-0507f113c1fd929f,liblitemap-be53f4d8e6985af2,libtinystr-eb725ba293261173,libzerovec-7e7224e16a7962ea,libwriteable-3a0453f677712309,libyoke-b98e109c9e4c5452,libzerofrom-a21c1239c1436842,libstable_deref_trait-275986c01ee43dea,libform_urlencoded-9d7b7eb6a56238ab,libpercent_encoding-c20dcfa6171127b3,libhttp-8946d719c8245bf6,libitoa-f2f8d4383a3cbf9a,libbytes-f8cd83c2c4e74b2b,libfnv-68f5b69a4a74de9d,libclap-a11d5ae0e00f04b0,libclap_builder-3156757824ca7fd4,libstrsim-9f4b621de4280655,libanstream-069eb4cdb5085d73,libanstyle_query-56458ada01a01bb0,libis_terminal_polyfill-aff96c7641190011,libcolorchoice-a5be2fe661c2e8c2,libanstyle_parse-4fbf2d1d7aff0dfd,libutf8parse-7e23a90ffe24f311,libclap_lex-17ec9a835d997920,libanstyle-c4170322bf3ec0f3,libanyhow-59b0e2f52b29f79b}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcrG6OVA/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/zstd-sys-0ab4cc2258962f8e/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/immich_fetcher-45aaedf2a6be5605" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `image_server` (bin "immich-fetcher") due to 1 previous error
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "fa5015948a97b87b4fc40493e1a708071735dbe53840d0768e2d8a0cf08afdf2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa5015948a97b87b4fc40493e1a708071735dbe53840d0768e2d8a0cf08afdf2", kill_on_drop: false }`
[INFO] [stdout] fa5015948a97b87b4fc40493e1a708071735dbe53840d0768e2d8a0cf08afdf2
