[INFO] updating cached repository mariosangiorgio/rulox [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mariosangiorgio/rulox [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mariosangiorgio/rulox" "work/ex/clippy-test-run/sources/stable/gh/mariosangiorgio/rulox"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/mariosangiorgio/rulox'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mariosangiorgio/rulox" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/mariosangiorgio/rulox"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/mariosangiorgio/rulox'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6019f2ec282420e8b354d8b726f3e403486a80bf [INFO] sha for GitHub repo mariosangiorgio/rulox: 6019f2ec282420e8b354d8b726f3e403486a80bf [INFO] validating manifest of mariosangiorgio/rulox on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mariosangiorgio/rulox on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mariosangiorgio/rulox [INFO] finished frobbing mariosangiorgio/rulox [INFO] frobbed toml for mariosangiorgio/rulox written to work/ex/clippy-test-run/sources/stable/gh/mariosangiorgio/rulox/Cargo.toml [INFO] started frobbing mariosangiorgio/rulox [INFO] finished frobbing mariosangiorgio/rulox [INFO] frobbed toml for mariosangiorgio/rulox written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/mariosangiorgio/rulox/Cargo.toml [INFO] crate mariosangiorgio/rulox has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting mariosangiorgio/rulox against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-2/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/mariosangiorgio/rulox:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 185c2581a90aeb4ed77d5e558938320e05dc3ea174a51307c3a19ff8778f3536 [INFO] running `"docker" "start" "-a" "185c2581a90aeb4ed77d5e558938320e05dc3ea174a51307c3a19ff8778f3536"` [INFO] [stderr] Checking bit-vec v0.5.0 [INFO] [stderr] Checking byteorder v1.2.7 [INFO] [stderr] Checking wait-timeout v0.1.5 [INFO] [stderr] Checking rand v0.5.5 [INFO] [stderr] Compiling syn v0.15.14 [INFO] [stderr] Checking bit-set v0.5.0 [INFO] [stderr] Checking tempfile v3.0.4 [INFO] [stderr] Checking rusty-fork v0.2.1 [INFO] [stderr] Checking proptest v0.8.7 [INFO] [stderr] Compiling num-derive v0.2.3 [INFO] [stderr] Checking rulox v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/treewalk/interpreter.rs:858:13 [INFO] [stderr] | [INFO] [stderr] 858 | statements: statements, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `statements` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::redundant_field_names)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/treewalk/interpreter.rs:879:13 [INFO] [stderr] | [INFO] [stderr] 879 | statements: statements, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `statements` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/treewalk/interpreter.rs:927:13 [INFO] [stderr] | [INFO] [stderr] 927 | condition: condition, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `condition` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: redundant field names in struct initialization [INFO] [stderr] --> src/treewalk/pretty_printer.rs:342:13 [INFO] [stderr] | [INFO] [stderr] 342 | statements: statements, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `statements` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/frontend/scanner.rs:69:36 [INFO] [stderr] | [INFO] [stderr] 69 | fn increment_column(&mut self) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unused_unit)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/frontend/scanner.rs:73:34 [INFO] [stderr] | [INFO] [stderr] 73 | fn increment_line(&mut self) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/frontend/scanner.rs:171:63 [INFO] [stderr] | [INFO] [stderr] 171 | fn advance_while(&mut self, condition: &Fn(char) -> bool) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/treewalk/interpreter.rs:33:88 [INFO] [stderr] | [INFO] [stderr] 33 | fn register_natives(environment: &Environment, identifier_map: &mut IdentifierMap) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/treewalk/interpreter.rs:151:56 [INFO] [stderr] | [INFO] [stderr] 151 | fn set(&self, property: Identifier, value: &Value) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/treewalk/lexical_scope_resolver.rs:70:31 [INFO] [stderr] | [INFO] [stderr] 70 | fn begin_scope(&mut self) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/treewalk/lexical_scope_resolver.rs:74:29 [INFO] [stderr] | [INFO] [stderr] 74 | fn end_scope(&mut self) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/treewalk/lexical_scope_resolver.rs:92:50 [INFO] [stderr] | [INFO] [stderr] 92 | fn define(&mut self, identifier: Identifier) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/treewalk/lexical_scope_resolver.rs:100:84 [INFO] [stderr] | [INFO] [stderr] 100 | fn resolve_local(&mut self, handle: VariableUseHandle, identifier: Identifier) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/treewalk/pretty_printer.rs:13:94 [INFO] [stderr] | [INFO] [stderr] 13 | fn pretty_print_into(&self, identifier_map: &IdentifierMap, pretty_printed: &mut String) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/treewalk/pretty_printer.rs:39:7 [INFO] [stderr] | [INFO] [stderr] 39 | ) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/treewalk/pretty_printer.rs:52:7 [INFO] [stderr] | [INFO] [stderr] 52 | ) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/treewalk/pretty_printer.rs:73:7 [INFO] [stderr] | [INFO] [stderr] 73 | ) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/treewalk/pretty_printer.rs:86:7 [INFO] [stderr] | [INFO] [stderr] 86 | ) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/treewalk/pretty_printer.rs:97:94 [INFO] [stderr] | [INFO] [stderr] 97 | fn pretty_print_into(&self, identifier_map: &IdentifierMap, pretty_printed: &mut String) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/treewalk/pretty_printer.rs:103:94 [INFO] [stderr] | [INFO] [stderr] 103 | fn pretty_print_into(&self, identifier_map: &IdentifierMap, pretty_printed: &mut String) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/treewalk/pretty_printer.rs:111:94 [INFO] [stderr] | [INFO] [stderr] 111 | fn pretty_print_into(&self, identifier_map: &IdentifierMap, pretty_printed: &mut String) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/treewalk/pretty_printer.rs:121:94 [INFO] [stderr] | [INFO] [stderr] 121 | fn pretty_print_into(&self, identifier_map: &IdentifierMap, pretty_printed: &mut String) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/treewalk/pretty_printer.rs:129:94 [INFO] [stderr] | [INFO] [stderr] 129 | fn pretty_print_into(&self, identifier_map: &IdentifierMap, pretty_printed: &mut String) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/treewalk/pretty_printer.rs:140:94 [INFO] [stderr] | [INFO] [stderr] 140 | fn pretty_print_into(&self, identifier_map: &IdentifierMap, pretty_printed: &mut String) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/treewalk/pretty_printer.rs:153:94 [INFO] [stderr] | [INFO] [stderr] 153 | fn pretty_print_into(&self, identifier_map: &IdentifierMap, pretty_printed: &mut String) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/treewalk/pretty_printer.rs:166:94 [INFO] [stderr] | [INFO] [stderr] 166 | fn pretty_print_into(&self, identifier_map: &IdentifierMap, pretty_printed: &mut String) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/treewalk/pretty_printer.rs:260:94 [INFO] [stderr] | [INFO] [stderr] 260 | fn pretty_print_into(&self, identifier_map: &IdentifierMap, pretty_printed: &mut String) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/treewalk/pretty_printer.rs:273:94 [INFO] [stderr] | [INFO] [stderr] 273 | fn pretty_print_into(&self, identifier_map: &IdentifierMap, pretty_printed: &mut String) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/treewalk/pretty_printer.rs:283:94 [INFO] [stderr] | [INFO] [stderr] 283 | fn pretty_print_into(&self, identifier_map: &IdentifierMap, pretty_printed: &mut String) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: All variants have the same postfix: `Error` [INFO] [stderr] --> src/treewalk/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / enum LoxError { [INFO] [stderr] 16 | | InputError(Vec), [INFO] [stderr] 17 | | LexicalScopesResolutionError(Vec), [INFO] [stderr] 18 | | RuntimeError(RuntimeError), [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::enum_variant_names)] on by default [INFO] [stderr] = help: remove the postfixes and use full paths to the variants instead of glob imports [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#enum_variant_names [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/vm/bytecode.rs:68:72 [INFO] [stderr] | [INFO] [stderr] 68 | pub fn add_instruction(&mut self, instruction: OpCode, line: Line) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/vm/compiler.rs:77:33 [INFO] [stderr] | [INFO] [stderr] 77 | fn skip_to_valid(&mut self) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded `()` [INFO] [stderr] --> src/vm/compiler.rs:95:29 [INFO] [stderr] | [INFO] [stderr] 95 | _ => return (), [INFO] [stderr] | ^^ help: remove the `()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] warning: unneeded unit return type [INFO] [stderr] --> src/vm/compiler.rs:111:53 [INFO] [stderr] | [INFO] [stderr] 111 | fn emit(&mut self, opcode: OpCode, line: usize) -> () { [INFO] [stderr] | ^^^^^ help: remove the `-> ()` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit [INFO] [stderr] [INFO] [stderr] error: useless lint attribute [INFO] [stderr] --> src/vm/compiler.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | #[derive(PartialEq, PartialOrd, FromPrimitive, ToPrimitive, Clone, Copy)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::useless_attribute)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_attribute [INFO] [stderr] [INFO] [stderr] error: useless lint attribute [INFO] [stderr] --> src/vm/compiler.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | #[derive(PartialEq, PartialOrd, FromPrimitive, ToPrimitive, Clone, Copy)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_attribute [INFO] [stderr] [INFO] [stderr] warning: this let-binding has unit value. Consider omitting `let _ =` [INFO] [stderr] --> src/vm/compiler.rs:341:13 [INFO] [stderr] | [INFO] [stderr] 341 | let _ = parser.parse()?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::let_unit_value)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_unit_value [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `rulox`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "185c2581a90aeb4ed77d5e558938320e05dc3ea174a51307c3a19ff8778f3536"` [INFO] running `"docker" "rm" "-f" "185c2581a90aeb4ed77d5e558938320e05dc3ea174a51307c3a19ff8778f3536"` [INFO] [stdout] 185c2581a90aeb4ed77d5e558938320e05dc3ea174a51307c3a19ff8778f3536