[INFO] updating cached repository https://github.com/adrianisuru/julia_set_explorer
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] c7d4db189e0762b01b790179005a26e6dd7e7b93
[INFO] checking adrianisuru/julia_set_explorer against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadrianisuru%2Fjulia_set_explorer" "/workspace/builds/worker-11/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/adrianisuru/julia_set_explorer on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/adrianisuru/julia_set_explorer
[INFO] removed path dependency glium from git repo https://github.com/adrianisuru/julia_set_explorer
[INFO] finished tweaking git repo https://github.com/adrianisuru/julia_set_explorer
[INFO] tweaked toml for git repo https://github.com/adrianisuru/julia_set_explorer written to /workspace/builds/worker-11/source/Cargo.toml
[INFO] crate git repo https://github.com/adrianisuru/julia_set_explorer already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (glium) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: the lock file /workspace/builds/worker-11/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (glium) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] d1a74b6804d9adbeaf5bf8ed42b200557bd73685d959ef099dd670d7c6af7b8a
[INFO] running `"docker" "start" "-a" "d1a74b6804d9adbeaf5bf8ed42b200557bd73685d959ef099dd670d7c6af7b8a"`
[INFO] [stderr] warning: dependency (glium) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]    Compiling glium v0.27.0
[INFO] [stderr]     Checking png v0.16.2
[INFO] [stderr]     Checking rusttype v0.8.3
[INFO] [stderr]     Checking wayland-commons v0.23.6
[INFO] [stderr]     Checking calloop v0.4.4
[INFO] [stderr]     Checking wayland-client v0.23.6
[INFO] [stderr]     Checking rusttype v0.7.9
[INFO] [stderr]     Checking andrew v0.2.1
[INFO] [stderr]     Checking image v0.23.3
[INFO] [stderr]     Checking wayland-protocols v0.23.6
[INFO] [stderr]     Checking smithay-client-toolkit v0.6.6
[INFO] [stderr]     Checking winit v0.22.0
[INFO] [stderr]     Checking glutin v0.24.0
[INFO] [stderr]     Checking opengl v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `glutin::WindowEvent`
[INFO] [stderr]    --> src/main.rs:145:33
[INFO] [stderr]     |
[INFO] [stderr] 145 |                     use glutin::WindowEvent::*;
[INFO] [stderr]     |                                 ^^^^^^^^^^^ could not find `WindowEvent` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `glutin::VirtualKeyCode`
[INFO] [stderr]    --> src/main.rs:178:41
[INFO] [stderr]     |
[INFO] [stderr] 178 | ...                   use glutin::VirtualKeyCode::*;
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^ could not find `VirtualKeyCode` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `glutin::ElementState`
[INFO] [stderr]    --> src/main.rs:179:41
[INFO] [stderr]     |
[INFO] [stderr] 179 | ...                   use glutin::ElementState::Pressed;
[INFO] [stderr]     |                                   ^^^^^^^^^^^^ could not find `ElementState` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `EventsLoop` in `glutin`
[INFO] [stderr]   --> src/main.rs:18:35
[INFO] [stderr]    |
[INFO] [stderr] 18 |     let mut events_loop = glutin::EventsLoop::new();
[INFO] [stderr]    |                                   ^^^^^^^^^^ could not find `EventsLoop` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `WindowBuilder` in `glutin`
[INFO] [stderr]   --> src/main.rs:19:26
[INFO] [stderr]    |
[INFO] [stderr] 19 |     let window = glutin::WindowBuilder::new();
[INFO] [stderr]    |                          ^^^^^^^^^^^^^ could not find `WindowBuilder` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Event` in `glutin`
[INFO] [stderr]    --> src/main.rs:144:25
[INFO] [stderr]     |
[INFO] [stderr] 144 |                 glutin::Event::WindowEvent { event, .. } => {
[INFO] [stderr]     |                         ^^^^^ could not find `Event` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `MouseScrollDelta` in `glutin`
[INFO] [stderr]    --> src/main.rs:153:41
[INFO] [stderr]     |
[INFO] [stderr] 153 | ...                   glutin::MouseScrollDelta::LineDelta(_, y) => {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^ could not find `MouseScrollDelta` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `MouseScrollDelta` in `glutin`
[INFO] [stderr]    --> src/main.rs:156:41
[INFO] [stderr]     |
[INFO] [stderr] 156 | ...                   glutin::MouseScrollDelta::PixelDelta(pos) => {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^ could not find `MouseScrollDelta` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PNG` in crate `image`
[INFO] [stderr]   --> src/main.rs:27:36
[INFO] [stderr]    |
[INFO] [stderr] 27 | ...                   image::PNG).expect("error loading png").to_rgba();
[INFO] [stderr]    |                              ^^^ not found in `image`
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `MouseWheel` in this scope
[INFO] [stderr]    --> src/main.rs:148:25
[INFO] [stderr]     |
[INFO] [stderr] 148 |                         MouseWheel { delta, .. } => {
[INFO] [stderr]     |                         ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 6   | use glutin::event::DeviceEvent::MouseWheel;
[INFO] [stderr]     |
[INFO] [stderr] 6   | use glutin::event::WindowEvent::MouseWheel;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CursorMoved` in this scope
[INFO] [stderr]    --> src/main.rs:169:25
[INFO] [stderr]     |
[INFO] [stderr] 169 |                         CursorMoved { position, .. } => cursor = position.to_physical(dpi_factor),
[INFO] [stderr]     |                         ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 6   | use glutin::event::WindowEvent::CursorMoved;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Resized` in this scope
[INFO] [stderr]    --> src/main.rs:170:25
[INFO] [stderr]     |
[INFO] [stderr] 170 |                         Resized(size) => wsize = size.to_physical(dpi_factor),
[INFO] [stderr]     |                         ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 6   | use glutin::event::WindowEvent::Resized;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `MouseInput` in this scope
[INFO] [stderr]    --> src/main.rs:172:25
[INFO] [stderr]     |
[INFO] [stderr] 172 |                         MouseInput { .. } => { 
[INFO] [stderr]     |                         ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 6   | use glutin::event::WindowEvent::MouseInput;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `KeyboardInput` in this scope
[INFO] [stderr]    --> src/main.rs:177:25
[INFO] [stderr]     |
[INFO] [stderr] 177 |                         KeyboardInput { input, .. } => { 
[INFO] [stderr]     |                         ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 6   | use glutin::event::KeyboardInput;
[INFO] [stderr]     |
[INFO] [stderr] 6   | use glutin::event::WindowEvent::KeyboardInput;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: the item `glutin` is imported redundantly
[INFO] [stderr]   --> src/main.rs:16:17
[INFO] [stderr]    |
[INFO] [stderr] 4  | extern crate glutin;
[INFO] [stderr]    | -------------------- the item `glutin` is already imported here
[INFO] [stderr] ...
[INFO] [stderr] 16 |     use glium::{glutin, Surface};
[INFO] [stderr]    |                 ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0
[INFO] [stderr]    --> src/main.rs:211:29
[INFO] [stderr]     |
[INFO] [stderr] 211 | fn get_true_cursor (cursor: glutin::dpi::PhysicalPosition, size: glutin::dpi::PhysicalSize) -> (f64, f64) {
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 type argument
[INFO] [stderr] 
[INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0
[INFO] [stderr]    --> src/main.rs:211:66
[INFO] [stderr]     |
[INFO] [stderr] 211 | fn get_true_cursor (cursor: glutin::dpi::PhysicalPosition, size: glutin::dpi::PhysicalSize) -> (f64, f64) {
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 type argument
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 16 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0107, E0422, E0425, E0432, E0433, E0531.
[INFO] [stderr] For more information about an error, try `rustc --explain E0107`.
[INFO] [stderr] error: could not compile `opengl`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved import `glutin::WindowEvent`
[INFO] [stderr]    --> src/main.rs:145:33
[INFO] [stderr]     |
[INFO] [stderr] 145 |                     use glutin::WindowEvent::*;
[INFO] [stderr]     |                                 ^^^^^^^^^^^ could not find `WindowEvent` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `glutin::VirtualKeyCode`
[INFO] [stderr]    --> src/main.rs:178:41
[INFO] [stderr]     |
[INFO] [stderr] 178 | ...                   use glutin::VirtualKeyCode::*;
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^ could not find `VirtualKeyCode` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `glutin::ElementState`
[INFO] [stderr]    --> src/main.rs:179:41
[INFO] [stderr]     |
[INFO] [stderr] 179 | ...                   use glutin::ElementState::Pressed;
[INFO] [stderr]     |                                   ^^^^^^^^^^^^ could not find `ElementState` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `EventsLoop` in `glutin`
[INFO] [stderr]   --> src/main.rs:18:35
[INFO] [stderr]    |
[INFO] [stderr] 18 |     let mut events_loop = glutin::EventsLoop::new();
[INFO] [stderr]    |                                   ^^^^^^^^^^ could not find `EventsLoop` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `WindowBuilder` in `glutin`
[INFO] [stderr]   --> src/main.rs:19:26
[INFO] [stderr]    |
[INFO] [stderr] 19 |     let window = glutin::WindowBuilder::new();
[INFO] [stderr]    |                          ^^^^^^^^^^^^^ could not find `WindowBuilder` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Event` in `glutin`
[INFO] [stderr]    --> src/main.rs:144:25
[INFO] [stderr]     |
[INFO] [stderr] 144 |                 glutin::Event::WindowEvent { event, .. } => {
[INFO] [stderr]     |                         ^^^^^ could not find `Event` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `MouseScrollDelta` in `glutin`
[INFO] [stderr]    --> src/main.rs:153:41
[INFO] [stderr]     |
[INFO] [stderr] 153 | ...                   glutin::MouseScrollDelta::LineDelta(_, y) => {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^ could not find `MouseScrollDelta` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `MouseScrollDelta` in `glutin`
[INFO] [stderr]    --> src/main.rs:156:41
[INFO] [stderr]     |
[INFO] [stderr] 156 | ...                   glutin::MouseScrollDelta::PixelDelta(pos) => {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^ could not find `MouseScrollDelta` in `glutin`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PNG` in crate `image`
[INFO] [stderr]   --> src/main.rs:27:36
[INFO] [stderr]    |
[INFO] [stderr] 27 | ...                   image::PNG).expect("error loading png").to_rgba();
[INFO] [stderr]    |                              ^^^ not found in `image`
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `MouseWheel` in this scope
[INFO] [stderr]    --> src/main.rs:148:25
[INFO] [stderr]     |
[INFO] [stderr] 148 |                         MouseWheel { delta, .. } => {
[INFO] [stderr]     |                         ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 6   | use glutin::event::DeviceEvent::MouseWheel;
[INFO] [stderr]     |
[INFO] [stderr] 6   | use glutin::event::WindowEvent::MouseWheel;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CursorMoved` in this scope
[INFO] [stderr]    --> src/main.rs:169:25
[INFO] [stderr]     |
[INFO] [stderr] 169 |                         CursorMoved { position, .. } => cursor = position.to_physical(dpi_factor),
[INFO] [stderr]     |                         ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 6   | use glutin::event::WindowEvent::CursorMoved;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Resized` in this scope
[INFO] [stderr]    --> src/main.rs:170:25
[INFO] [stderr]     |
[INFO] [stderr] 170 |                         Resized(size) => wsize = size.to_physical(dpi_factor),
[INFO] [stderr]     |                         ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 6   | use glutin::event::WindowEvent::Resized;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `MouseInput` in this scope
[INFO] [stderr]    --> src/main.rs:172:25
[INFO] [stderr]     |
[INFO] [stderr] 172 |                         MouseInput { .. } => { 
[INFO] [stderr]     |                         ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 6   | use glutin::event::WindowEvent::MouseInput;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `KeyboardInput` in this scope
[INFO] [stderr]    --> src/main.rs:177:25
[INFO] [stderr]     |
[INFO] [stderr] 177 |                         KeyboardInput { input, .. } => { 
[INFO] [stderr]     |                         ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 6   | use glutin::event::KeyboardInput;
[INFO] [stderr]     |
[INFO] [stderr] 6   | use glutin::event::WindowEvent::KeyboardInput;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: the item `glutin` is imported redundantly
[INFO] [stderr]   --> src/main.rs:16:17
[INFO] [stderr]    |
[INFO] [stderr] 4  | extern crate glutin;
[INFO] [stderr]    | -------------------- the item `glutin` is already imported here
[INFO] [stderr] ...
[INFO] [stderr] 16 |     use glium::{glutin, Surface};
[INFO] [stderr]    |                 ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0
[INFO] [stderr]    --> src/main.rs:211:29
[INFO] [stderr]     |
[INFO] [stderr] 211 | fn get_true_cursor (cursor: glutin::dpi::PhysicalPosition, size: glutin::dpi::PhysicalSize) -> (f64, f64) {
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 type argument
[INFO] [stderr] 
[INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0
[INFO] [stderr]    --> src/main.rs:211:66
[INFO] [stderr]     |
[INFO] [stderr] 211 | fn get_true_cursor (cursor: glutin::dpi::PhysicalPosition, size: glutin::dpi::PhysicalSize) -> (f64, f64) {
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 type argument
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 16 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0107, E0422, E0425, E0432, E0433, E0531.
[INFO] [stderr] For more information about an error, try `rustc --explain E0107`.
[INFO] [stderr] error: could not compile `opengl`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "d1a74b6804d9adbeaf5bf8ed42b200557bd73685d959ef099dd670d7c6af7b8a"`
[INFO] running `"docker" "rm" "-f" "d1a74b6804d9adbeaf5bf8ed42b200557bd73685d959ef099dd670d7c6af7b8a"`
[INFO] [stdout] d1a74b6804d9adbeaf5bf8ed42b200557bd73685d959ef099dd670d7c6af7b8a
