[INFO] cloning repository https://github.com/solarsail/learnopengl-gfxrs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/solarsail/learnopengl-gfxrs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsolarsail%2Flearnopengl-gfxrs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsolarsail%2Flearnopengl-gfxrs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 349073d65434ac49dc044f75b30b33b318511a70 [INFO] documenting solarsail/learnopengl-gfxrs against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsolarsail%2Flearnopengl-gfxrs" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/solarsail/learnopengl-gfxrs on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/solarsail/learnopengl-gfxrs [INFO] finished tweaking git repo https://github.com/solarsail/learnopengl-gfxrs [INFO] tweaked toml for git repo https://github.com/solarsail/learnopengl-gfxrs written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/solarsail/learnopengl-gfxrs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e95f45e9244d735ec9c4e004ee7bfe4bd019d198e9724a3c372cebb6a9a5b23e [INFO] running `Command { std: "docker" "start" "-a" "e95f45e9244d735ec9c4e004ee7bfe4bd019d198e9724a3c372cebb6a9a5b23e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e95f45e9244d735ec9c4e004ee7bfe4bd019d198e9724a3c372cebb6a9a5b23e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e95f45e9244d735ec9c4e004ee7bfe4bd019d198e9724a3c372cebb6a9a5b23e", kill_on_drop: false }` [INFO] [stdout] e95f45e9244d735ec9c4e004ee7bfe4bd019d198e9724a3c372cebb6a9a5b23e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 72225b7d14653a55a7cc757fa6dfcb8b444d1418804a69cbe2736274120adb80 [INFO] running `Command { std: "docker" "start" "-a" "72225b7d14653a55a7cc757fa6dfcb8b444d1418804a69cbe2736274120adb80", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.29 [INFO] [stderr] Compiling siphasher v0.2.2 [INFO] [stderr] Checking lazy_static v0.2.8 [INFO] [stderr] Compiling dtoa v0.4.1 [INFO] [stderr] Compiling itoa v0.3.1 [INFO] [stderr] Compiling serde v0.9.15 [INFO] [stderr] Compiling num-traits v0.1.40 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling log v0.3.8 [INFO] [stderr] Compiling khronos_api v1.0.1 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Checking byteorder v1.1.0 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling either v1.1.0 [INFO] [stderr] Compiling pkg-config v0.3.9 [INFO] [stderr] Checking scopeguard v0.3.2 [INFO] [stderr] Checking bitflags v0.8.2 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Checking futures v0.1.14 [INFO] [stderr] Checking adler32 v1.0.2 [INFO] [stderr] Checking unicode-width v0.1.4 [INFO] [stderr] Checking ansi_term v0.9.0 [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Checking color_quant v1.0.0 [INFO] [stderr] Checking strsim v0.6.0 [INFO] [stderr] Checking inflate v0.2.0 [INFO] [stderr] Checking vec_map v0.8.0 [INFO] [stderr] Checking approx v0.1.1 [INFO] [stderr] Checking scoped_threadpool v0.1.7 [INFO] [stderr] Checking find_folder v0.3.0 [INFO] [stderr] Checking spin_sleep v0.3.1 [INFO] [stderr] Compiling xml-rs v0.3.6 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling xml-rs v0.6.1 [INFO] [stderr] Checking draw_state v0.7.1 [INFO] [stderr] Checking coco v0.1.1 [INFO] [stderr] Compiling itertools v0.5.10 [INFO] [stderr] Compiling phf_shared v0.7.21 [INFO] [stderr] Compiling syn v0.10.8 [INFO] [stderr] Checking deflate v0.7.16 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Checking gif v0.9.2 [INFO] [stderr] Checking num-integer v0.1.35 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Compiling phf v0.7.21 [INFO] [stderr] Compiling x11-dl v2.15.0 [INFO] [stderr] Checking rand v0.3.16 [INFO] [stderr] Checking fs2 v0.2.5 [INFO] [stderr] Checking shared_library v0.1.7 [INFO] [stderr] Checking num_cpus v1.6.2 [INFO] [stderr] Checking term_size v0.3.0 [INFO] [stderr] Checking atty v0.2.3 [INFO] [stderr] Checking num-iter v0.1.34 [INFO] [stderr] Checking num-rational v0.1.39 [INFO] [stderr] Checking textwrap v0.8.0 [INFO] [stderr] Checking memmap v0.4.0 [INFO] [stderr] Compiling wayland-scanner v0.9.9 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking clap v2.26.2 [INFO] [stderr] Compiling gl_generator v0.5.5 [INFO] [stderr] Checking png v0.9.0 [INFO] [stderr] Checking tempfile v2.1.6 [INFO] [stderr] Checking cgmath v0.15.0 [INFO] [stderr] Compiling wayland-client v0.9.9 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling gfx_gl v0.3.1 [INFO] [stderr] Compiling glutin v0.9.2 [INFO] [stderr] Compiling structopt-derive v0.1.1 [INFO] [stderr] Checking structopt v0.1.1 [INFO] [stderr] Compiling derivative v1.0.0 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Checking rayon v0.8.2 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Checking gfx_core v0.7.1 [INFO] [stderr] Checking jpeg-decoder v0.1.13 [INFO] [stderr] Checking image v0.15.0 [INFO] [stderr] Checking gfx v0.16.1 [INFO] [stderr] Checking gfx_device_gl v0.14.2 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Checking dlib v0.3.1 [INFO] [stderr] Checking wayland-sys v0.9.9 [INFO] [stderr] Checking wayland-kbd v0.9.1 [INFO] [stderr] Checking wayland-window v0.6.1 [INFO] [stderr] Checking winit v0.7.5 [INFO] [stderr] Checking gfx_window_glutin v0.17.0 [INFO] [stderr] Documenting learnopengl-gfxrs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/02-lighting/206-multiple-lights/main.rs:96:35 [INFO] [stdout] | [INFO] [stdout] 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 96 - render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) [INFO] [stdout] 96 + render::DirLight::new(light_color * 0.05, (light_color * 0.3), light_color, dir) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/02-lighting/206-multiple-lights/main.rs:96:57 [INFO] [stdout] | [INFO] [stdout] 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 96 - render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) [INFO] [stdout] 96 + render::DirLight::new((light_color * 0.05), light_color * 0.3, light_color, dir) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not document `learnopengl-gfxrs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type bin --crate-name transformations src/01-getting-started/107-transformations/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=b1099fbcc71bf118 -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-996f682d26a2a94b.rmeta --extern find_folder=/opt/rustwide/target/debug/deps/libfind_folder-c2ff5e6d8e82ecde.rmeta --extern gfx=/opt/rustwide/target/debug/deps/libgfx-08797f5574e7873e.rmeta --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-935f604a6cc7e382.rmeta --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-c02c625df3d73324.rmeta --extern glutin=/opt/rustwide/target/debug/deps/libglutin-a47a2fe1bf9d3e31.rmeta --extern image=/opt/rustwide/target/debug/deps/libimage-e9a12f01aac509f2.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-a3ba37c1c0799e20.rmeta --extern spin_sleep=/opt/rustwide/target/debug/deps/libspin_sleep-f1f5678cabdb9b52.rmeta --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-d1f8e087020fddce.rmeta --extern structopt_derive=/opt/rustwide/target/debug/deps/libstructopt_derive-1f867de2ef2c0155.so --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not document `learnopengl-gfxrs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type bin --crate-name hello_triangle_revised src/01-getting-started/104-hello-triangle-revised/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=05befe9e3a00f1ad -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-996f682d26a2a94b.rmeta --extern find_folder=/opt/rustwide/target/debug/deps/libfind_folder-c2ff5e6d8e82ecde.rmeta --extern gfx=/opt/rustwide/target/debug/deps/libgfx-08797f5574e7873e.rmeta --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-935f604a6cc7e382.rmeta --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-c02c625df3d73324.rmeta --extern glutin=/opt/rustwide/target/debug/deps/libglutin-a47a2fe1bf9d3e31.rmeta --extern image=/opt/rustwide/target/debug/deps/libimage-e9a12f01aac509f2.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-a3ba37c1c0799e20.rmeta --extern spin_sleep=/opt/rustwide/target/debug/deps/libspin_sleep-f1f5678cabdb9b52.rmeta --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-d1f8e087020fddce.rmeta --extern structopt_derive=/opt/rustwide/target/debug/deps/libstructopt_derive-1f867de2ef2c0155.so --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `learnopengl-gfxrs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type bin --crate-name basic_lighting src/02-lighting/202-basic-lighting/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=44d9bdf63a880750 -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-996f682d26a2a94b.rmeta --extern find_folder=/opt/rustwide/target/debug/deps/libfind_folder-c2ff5e6d8e82ecde.rmeta --extern gfx=/opt/rustwide/target/debug/deps/libgfx-08797f5574e7873e.rmeta --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-935f604a6cc7e382.rmeta --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-c02c625df3d73324.rmeta --extern glutin=/opt/rustwide/target/debug/deps/libglutin-a47a2fe1bf9d3e31.rmeta --extern image=/opt/rustwide/target/debug/deps/libimage-e9a12f01aac509f2.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-a3ba37c1c0799e20.rmeta --extern spin_sleep=/opt/rustwide/target/debug/deps/libspin_sleep-f1f5678cabdb9b52.rmeta --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-d1f8e087020fddce.rmeta --extern structopt_derive=/opt/rustwide/target/debug/deps/libstructopt_derive-1f867de2ef2c0155.so --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `learnopengl-gfxrs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type bin --crate-name multiple_lights src/02-lighting/206-multiple-lights/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=64bd7cb80f47cebc -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-996f682d26a2a94b.rmeta --extern find_folder=/opt/rustwide/target/debug/deps/libfind_folder-c2ff5e6d8e82ecde.rmeta --extern gfx=/opt/rustwide/target/debug/deps/libgfx-08797f5574e7873e.rmeta --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-935f604a6cc7e382.rmeta --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-c02c625df3d73324.rmeta --extern glutin=/opt/rustwide/target/debug/deps/libglutin-a47a2fe1bf9d3e31.rmeta --extern image=/opt/rustwide/target/debug/deps/libimage-e9a12f01aac509f2.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-a3ba37c1c0799e20.rmeta --extern spin_sleep=/opt/rustwide/target/debug/deps/libspin_sleep-f1f5678cabdb9b52.rmeta --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-d1f8e087020fddce.rmeta --extern structopt_derive=/opt/rustwide/target/debug/deps/libstructopt_derive-1f867de2ef2c0155.so --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `learnopengl-gfxrs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type bin --crate-name lighting_maps src/02-lighting/204-lighting-maps/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=6f3f9d4d077050d7 -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-996f682d26a2a94b.rmeta --extern find_folder=/opt/rustwide/target/debug/deps/libfind_folder-c2ff5e6d8e82ecde.rmeta --extern gfx=/opt/rustwide/target/debug/deps/libgfx-08797f5574e7873e.rmeta --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-935f604a6cc7e382.rmeta --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-c02c625df3d73324.rmeta --extern glutin=/opt/rustwide/target/debug/deps/libglutin-a47a2fe1bf9d3e31.rmeta --extern image=/opt/rustwide/target/debug/deps/libimage-e9a12f01aac509f2.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-a3ba37c1c0799e20.rmeta --extern spin_sleep=/opt/rustwide/target/debug/deps/libspin_sleep-f1f5678cabdb9b52.rmeta --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-d1f8e087020fddce.rmeta --extern structopt_derive=/opt/rustwide/target/debug/deps/libstructopt_derive-1f867de2ef2c0155.so --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `learnopengl-gfxrs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type bin --crate-name materials src/02-lighting/203-materials/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=ca126d9343f0d5ed -L dependency=/opt/rustwide/target/debug/deps --extern cgmath=/opt/rustwide/target/debug/deps/libcgmath-996f682d26a2a94b.rmeta --extern find_folder=/opt/rustwide/target/debug/deps/libfind_folder-c2ff5e6d8e82ecde.rmeta --extern gfx=/opt/rustwide/target/debug/deps/libgfx-08797f5574e7873e.rmeta --extern gfx_device_gl=/opt/rustwide/target/debug/deps/libgfx_device_gl-935f604a6cc7e382.rmeta --extern gfx_window_glutin=/opt/rustwide/target/debug/deps/libgfx_window_glutin-c02c625df3d73324.rmeta --extern glutin=/opt/rustwide/target/debug/deps/libglutin-a47a2fe1bf9d3e31.rmeta --extern image=/opt/rustwide/target/debug/deps/libimage-e9a12f01aac509f2.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-a3ba37c1c0799e20.rmeta --extern spin_sleep=/opt/rustwide/target/debug/deps/libspin_sleep-f1f5678cabdb9b52.rmeta --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-d1f8e087020fddce.rmeta --extern structopt_derive=/opt/rustwide/target/debug/deps/libstructopt_derive-1f867de2ef2c0155.so --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "72225b7d14653a55a7cc757fa6dfcb8b444d1418804a69cbe2736274120adb80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72225b7d14653a55a7cc757fa6dfcb8b444d1418804a69cbe2736274120adb80", kill_on_drop: false }` [INFO] [stdout] 72225b7d14653a55a7cc757fa6dfcb8b444d1418804a69cbe2736274120adb80