[INFO] cloning repository https://github.com/mequel014/rust_test [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mequel014/rust_test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmequel014%2Frust_test", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmequel014%2Frust_test'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8c73c1a68d0162722217ac63b4b7b7ed5683e6ed [INFO] testing mequel014/rust_test/8c73c1a68d0162722217ac63b4b7b7ed5683e6ed against master#d933cf483edf1605142ac6899ff32536c0ad8b22 for pr-150933 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmequel014%2Frust_test" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] [stderr] Updating files: 72% (1804/2484) Updating files: 73% (1814/2484) Updating files: 74% (1839/2484) Updating files: 75% (1863/2484) Updating files: 76% (1888/2484) Updating files: 77% (1913/2484) Updating files: 78% (1938/2484) Updating files: 78% (1956/2484) Updating files: 79% (1963/2484) Updating files: 80% (1988/2484) Updating files: 81% (2013/2484) Updating files: 82% (2037/2484) Updating files: 82% (2041/2484) Updating files: 83% (2062/2484) Updating files: 84% (2087/2484) Updating files: 85% (2112/2484) Updating files: 86% (2137/2484) Updating files: 87% (2162/2484) Updating files: 88% (2186/2484) Updating files: 89% (2211/2484) Updating files: 90% (2236/2484) Updating files: 90% (2243/2484) Updating files: 91% (2261/2484) Updating files: 92% (2286/2484) Updating files: 93% (2311/2484) Updating files: 94% (2335/2484) Updating files: 95% (2360/2484) Updating files: 96% (2385/2484) Updating files: 97% (2410/2484) Updating files: 98% (2435/2484) Updating files: 99% (2460/2484) Updating files: 100% (2484/2484) Updating files: 100% (2484/2484), done. [INFO] started tweaking git repo https://github.com/mequel014/rust_test [INFO] finished tweaking git repo https://github.com/mequel014/rust_test [INFO] tweaked toml for git repo https://github.com/mequel014/rust_test written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mequel014/rust_test on toolchain d933cf483edf1605142ac6899ff32536c0ad8b22 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d933cf483edf1605142ac6899ff32536c0ad8b22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/mequel014/rust_test 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" "+d933cf483edf1605142ac6899ff32536c0ad8b22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded itoa v1.0.16 [INFO] [stderr] Downloaded memory-stats v1.2.0 [INFO] [stderr] Downloaded ravif v0.12.0 [INFO] [stderr] Downloaded aligned v0.4.3 [INFO] [stderr] Downloaded as-slice v0.2.1 [INFO] [stderr] Downloaded y4m v0.8.0 [INFO] [stderr] Downloaded custom_derive v0.1.7 [INFO] [stderr] Downloaded conv v0.3.3 [INFO] [stderr] Downloaded av1-grain v0.2.5 [INFO] [stderr] Downloaded bitstream-io v4.9.0 [INFO] [stderr] Downloaded ryu v1.0.21 [INFO] [stderr] Downloaded zune-jpeg v0.5.7 [INFO] [stderr] Downloaded serde_json v1.0.146 [INFO] [stderr] Downloaded imageproc v0.24.0 [INFO] [stderr] Downloaded av-scenechange v0.14.1 [INFO] [stderr] Downloaded rav1e v0.8.1 [INFO] [stderr] Downloaded rustface v0.1.7 [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" "+d933cf483edf1605142ac6899ff32536c0ad8b22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 748aaff051c38e7a7f686dbe03a6a590ab417c251500164a7ff7ae8a5b9e5611 [INFO] running `Command { std: "docker" "start" "-a" "748aaff051c38e7a7f686dbe03a6a590ab417c251500164a7ff7ae8a5b9e5611", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "748aaff051c38e7a7f686dbe03a6a590ab417c251500164a7ff7ae8a5b9e5611", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "748aaff051c38e7a7f686dbe03a6a590ab417c251500164a7ff7ae8a5b9e5611", kill_on_drop: false }` [INFO] [stdout] 748aaff051c38e7a7f686dbe03a6a590ab417c251500164a7ff7ae8a5b9e5611 [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+d933cf483edf1605142ac6899ff32536c0ad8b22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 672eb2d4860d0f5d30c56e97a9348b20226efaa9ed991fae8f09ac2bce129e41 [INFO] running `Command { std: "docker" "start" "-a" "672eb2d4860d0f5d30c56e97a9348b20226efaa9ed991fae8f09ac2bce129e41", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling itoa v1.0.16 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling simd-adler32 v0.3.8 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling find-msvc-tools v0.1.5 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling adler2 v2.0.1 [INFO] [stderr] Compiling bytemuck v1.24.0 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling weezl v0.1.12 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling as-slice v0.2.1 [INFO] [stderr] Compiling cc v1.2.50 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling built v0.8.0 [INFO] [stderr] Compiling av-scenechange v0.14.1 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling aligned v0.4.3 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling num-bigint v0.3.3 [INFO] [stderr] Compiling nom v8.0.0 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling core2 v0.4.0 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling y4m v0.8.0 [INFO] [stderr] Compiling pastey v0.1.1 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling bitstream-io v4.9.0 [INFO] [stderr] Compiling flate2 v1.1.5 [INFO] [stderr] Compiling safe_arch v0.7.4 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling rav1e v0.8.1 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling matrixmultiply v0.3.10 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.7 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling ryu v1.0.21 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling imgref v1.12.0 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ipnet v2.11.0 [INFO] [stderr] Compiling openssl-probe v0.1.6 [INFO] [stderr] Compiling lebe v0.5.3 [INFO] [stderr] Compiling bit_field v0.10.3 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Compiling zune-jpeg v0.4.21 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling wide v0.7.33 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling pxfm v0.1.27 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling avif-serialize v0.8.6 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling zune-core v0.5.0 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling serde_json v1.0.146 [INFO] [stderr] Compiling ttf-parser v0.25.1 [INFO] [stderr] Compiling rgb v0.8.52 [INFO] [stderr] Compiling zune-jpeg v0.5.7 [INFO] [stderr] Compiling jpeg-decoder v0.3.2 [INFO] [stderr] Compiling image-webp v0.2.4 [INFO] [stderr] Compiling png v0.18.0 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling gif v0.14.1 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.10 [INFO] [stderr] Compiling iri-string v0.7.9 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling conv v0.3.3 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling simba v0.8.1 [INFO] [stderr] Compiling rustls-pki-types v1.13.2 [INFO] [stderr] Compiling num v0.3.1 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling gif v0.13.3 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling http-range-header v0.4.2 [INFO] [stderr] Compiling uuid v1.19.0 [INFO] [stderr] Compiling rustface v0.1.7 [INFO] [stderr] Compiling memory-stats v1.2.0 [INFO] [stderr] Compiling owned_ttf_parser v0.25.1 [INFO] [stderr] Compiling ab_glyph v0.2.32 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling zerocopy-derive v0.8.31 [INFO] [stderr] Compiling equator-macro v0.4.2 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling profiling-procmacros v1.0.17 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling fax_derive v0.2.0 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling profiling v1.0.17 [INFO] [stderr] Compiling moxcms v0.7.11 [INFO] [stderr] Compiling equator v0.4.2 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling fax v0.2.6 [INFO] [stderr] Compiling aligned-vec v0.6.4 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling v_frame v0.3.9 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling av1-grain v0.2.5 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling exr v1.74.0 [INFO] [stderr] Compiling tiff v0.10.3 [INFO] [stderr] Compiling nalgebra v0.32.6 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling rand_distr v0.4.3 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling ravif v0.12.0 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling tower-http v0.5.2 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling image v0.25.9 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling imageproc v0.24.0 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling face_extractor v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 54s [INFO] running `Command { std: "docker" "inspect" "672eb2d4860d0f5d30c56e97a9348b20226efaa9ed991fae8f09ac2bce129e41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "672eb2d4860d0f5d30c56e97a9348b20226efaa9ed991fae8f09ac2bce129e41", kill_on_drop: false }` [INFO] [stdout] 672eb2d4860d0f5d30c56e97a9348b20226efaa9ed991fae8f09ac2bce129e41 [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+d933cf483edf1605142ac6899ff32536c0ad8b22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 00e8891f3902cec6737746e944d58aa97ec4b97a492841077a68976b9e072353 [INFO] running `Command { std: "docker" "start" "-a" "00e8891f3902cec6737746e944d58aa97ec4b97a492841077a68976b9e072353", kill_on_drop: false }` [INFO] [stderr] Compiling face_extractor v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.78s [INFO] running `Command { std: "docker" "inspect" "00e8891f3902cec6737746e944d58aa97ec4b97a492841077a68976b9e072353", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00e8891f3902cec6737746e944d58aa97ec4b97a492841077a68976b9e072353", kill_on_drop: false }` [INFO] [stdout] 00e8891f3902cec6737746e944d58aa97ec4b97a492841077a68976b9e072353 [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+d933cf483edf1605142ac6899ff32536c0ad8b22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] aa7c997d725b45e3b898585106830f4d32d8f397d53d49d2113092bd5d6c101b [INFO] running `Command { std: "docker" "start" "-a" "aa7c997d725b45e3b898585106830f4d32d8f397d53d49d2113092bd5d6c101b", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/face_extractor-c587550fc38eb65f) [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" "aa7c997d725b45e3b898585106830f4d32d8f397d53d49d2113092bd5d6c101b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa7c997d725b45e3b898585106830f4d32d8f397d53d49d2113092bd5d6c101b", kill_on_drop: false }` [INFO] [stdout] aa7c997d725b45e3b898585106830f4d32d8f397d53d49d2113092bd5d6c101b