[INFO] crate shellfn 0.1.1 is already in cache [INFO] testing shellfn-0.1.1 against 1.44.0 for beta-1.45-1 [INFO] extracting crate shellfn 0.1.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate shellfn 0.1.1 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate shellfn 0.1.1 [INFO] finished tweaking crates.io crate shellfn 0.1.1 [INFO] tweaked toml for crates.io crate shellfn 0.1.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stdout] 678ec060b8a118bba57fcce719e85594c0805ca9319efcf8422e01929be67a15 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "678ec060b8a118bba57fcce719e85594c0805ca9319efcf8422e01929be67a15"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling shellfn-core v0.1.1 [INFO] [stderr] Compiling shellwords v1.0.0 [INFO] [stderr] Compiling darling_core v0.8.6 [INFO] [stderr] Compiling darling_macro v0.8.6 [INFO] [stderr] Compiling darling v0.8.6 [INFO] [stderr] Compiling shellfn-attribute v0.1.1 [INFO] [stderr] Compiling shellfn v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.15s [INFO] running `"docker" "inspect" "678ec060b8a118bba57fcce719e85594c0805ca9319efcf8422e01929be67a15"` [INFO] running `"docker" "rm" "-f" "678ec060b8a118bba57fcce719e85594c0805ca9319efcf8422e01929be67a15"` [INFO] [stdout] 678ec060b8a118bba57fcce719e85594c0805ca9319efcf8422e01929be67a15 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e2180549974216f27cf833fb5c6bb82543e8b5e6ebf7958ab43a1c0a71ee25b0 [INFO] running `"docker" "start" "-a" "e2180549974216f27cf833fb5c6bb82543e8b5e6ebf7958ab43a1c0a71ee25b0"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling shellfn v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/git.rs:5:73 [INFO] [stderr] | [INFO] [stderr] 5 | fn list_modified(dir: &str) -> Result, Box> { r#" [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/git.rs:10:29 [INFO] [stderr] | [INFO] [stderr] 10 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/python.rs:5:79 [INFO] [stderr] | [INFO] [stderr] 5 | fn pretty_json(json: &str, indent: u8, sort_keys: bool) -> Result> { r#" [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/python.rs:16:29 [INFO] [stderr] | [INFO] [stderr] 16 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/calendar.rs:5:44 [INFO] [stderr] | [INFO] [stderr] 5 | fn run(module: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/calendar.rs:9:29 [INFO] [stderr] | [INFO] [stderr] 9 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/tests.rs:7:23 [INFO] [stderr] | [INFO] [stderr] 7 | type BoxedError = Box; [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.26s [INFO] running `"docker" "inspect" "e2180549974216f27cf833fb5c6bb82543e8b5e6ebf7958ab43a1c0a71ee25b0"` [INFO] running `"docker" "rm" "-f" "e2180549974216f27cf833fb5c6bb82543e8b5e6ebf7958ab43a1c0a71ee25b0"` [INFO] [stdout] e2180549974216f27cf833fb5c6bb82543e8b5e6ebf7958ab43a1c0a71ee25b0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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" "+1.44.0" "test" "--frozen"` [INFO] [stdout] 7426c0a081b9042f8cfd6045253d040d458ecb617a3b66f61e5f5db78e210f4f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "7426c0a081b9042f8cfd6045253d040d458ecb617a3b66f61e5f5db78e210f4f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/calendar.rs:5:44 [INFO] [stderr] | [INFO] [stderr] 5 | fn run(module: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/calendar.rs:9:29 [INFO] [stderr] | [INFO] [stderr] 9 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/git.rs:5:73 [INFO] [stderr] | [INFO] [stderr] 5 | fn list_modified(dir: &str) -> Result, Box> { r#" [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/git.rs:10:29 [INFO] [stderr] | [INFO] [stderr] 10 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/tests.rs:7:23 [INFO] [stderr] | [INFO] [stderr] 7 | type BoxedError = Box; [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/python.rs:5:79 [INFO] [stderr] | [INFO] [stderr] 5 | fn pretty_json(json: &str, indent: u8, sort_keys: bool) -> Result> { r#" [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/python.rs:16:29 [INFO] [stderr] | [INFO] [stderr] 16 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/shellfn-0d8b82eb9bd1d0e0 [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 [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tests-50495ffc51829580 [INFO] [stdout] [INFO] [stdout] running 72 tests [INFO] [stdout] test analyzes_return_type::when_fn_does_not_return_anything::and_fn_should_not_panic::does_nothing_when_script_ends_with_failure ... ok [INFO] [stderr] bash: line 1: invalid: command not found [INFO] [stdout] test analyzes_return_type::when_fn_does_not_return_anything::and_fn_should_not_panic::does_nothing_when_script_ends_with_success ... ok [INFO] [stdout] test analyzes_return_type::when_fn_does_not_return_anything::and_fn_should_not_panic::does_nothing_when_script_is_invalid ... ok [INFO] [stdout] test analyzes_return_type::when_fn_does_not_return_anything::and_fn_should_panic::does_nothing_when_script_ends_with_success ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_not_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_not_panic::returns_no_items_when_script_is_invalid ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_not_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_not_panic::returns_only_successfuly_parsed_values_when_script_ends_with_failure ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_not_wrapped_with_result::and_the_item_is_wrapped_with_result::and_fn_should_not_panic::returns_parsing_results_when_script_ends_with_failure ... ok [INFO] [stderr] bash: line 1: invalid: command not found [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_not_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_panic::panics_when_script_is_invalid ... ok [INFO] [stdout] test analyzes_return_type::when_fn_does_not_return_anything::and_fn_should_panic::panics_when_script_is_invalid ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_not_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_panic::returns_parsed_values_when_script_ends_with_success ... ok [INFO] [stdout] test analyzes_return_type::when_fn_does_not_return_anything::and_fn_should_panic::panics_when_script_ends_with_failure ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_panic::panics_when_parsing_fails ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_not_wrapped_with_result::and_the_item_is_wrapped_with_result::and_fn_should_not_panic::returns_parsing_results_when_script_ends_with_success ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_not_wrapped_with_result::and_the_item_is_wrapped_with_result::and_fn_should_panic::panics_when_script_is_invalid ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_not_panic::returns_error_when_script_is_invalid ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_not_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_panic::panics_when_script_ends_with_failure ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_not_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_not_panic::returns_only_successfuly_parsed_values_when_script_ends_with_success ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_single_value::and_it_is_not_wrapped_with_result::panics_when_script_is_invalid ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_not_wrapped_with_result::and_the_item_is_wrapped_with_result::and_fn_should_not_panic::returns_no_items_when_script_is_invalid ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_not_wrapped_with_result::and_the_item_is_wrapped_with_result::and_fn_should_panic::panics_when_script_ends_with_failure ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_wrapped_with_result::and_the_item_is_wrapped_with_result::returns_error_when_script_is_invalid ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_panic::returns_error_when_script_is_invalid ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_panic::returns_parsed_values_when_script_ends_with_failure ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_wrapped_with_result::and_the_item_is_wrapped_with_result::returns_parsing_results_when_script_ends_with_success ... ok [INFO] [stderr] sleep: invalid time interval 'DEFINITELY_NOT_INT' [INFO] [stderr] Try 'sleep --help' for more information. [INFO] [stdout] test analyzes_return_type::when_fn_returns_unit::and_it_is_not_wrapped_with_result::panics_when_script_is_invalid ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_unit::and_it_is_not_wrapped_with_result::panics_when_script_ends_with_failure ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_unit::and_it_is_wrapped_with_result::returns_error_when_script_is_invalid ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_not_panic::returns_only_successfuly_parsed_values_when_script_ends_with_failure ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_single_value::and_it_is_not_wrapped_with_result::returns_parsed_value_when_script_ends_with_success ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_single_value::and_it_is_wrapped_with_result::returns_error_when_parsing_fails ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_single_value::and_it_is_wrapped_with_result::returns_error_when_script_ends_with_failure ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_single_value::and_it_is_wrapped_with_result::returns_parsed_value_when_script_ends_with_success ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_not_wrapped_with_result::and_the_item_is_wrapped_with_result::and_fn_should_panic::returns_parsing_results_when_script_ends_with_success ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_single_value::and_it_is_not_wrapped_with_result::panics_when_script_ends_with_failure ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_not_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_panic::returns_parsed_values_when_script_ends_with_success ... ok [INFO] [stderr] sleep: invalid time interval 'DEFINITELY_NOT_INT' [INFO] [stderr] Try 'sleep --help' for more information. [INFO] [stdout] test analyzes_return_type::when_fn_returns_unit::and_it_is_wrapped_with_result::returns_error_when_script_ends_with_failure ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_not_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_not_panic::returns_no_items_when_script_is_invalid ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_not_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_panic::panics_when_parsing_fails ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_not_panic::returns_only_successfuly_parsed_values_when_script_ends_with_success ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_not_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_not_panic::returns_only_successfuly_parsed_values_when_script_ends_with_failure ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_not_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_not_panic::returns_only_successfuly_parsed_values_when_script_ends_with_success ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_not_wrapped_with_result::and_the_item_is_wrapped_with_result::and_fn_should_panic::returns_parsing_results_when_script_ends_with_success ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_not_panic::returns_error_when_script_is_invalid ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_not_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_panic::panics_when_parsing_fails ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_wrapped_with_result::and_the_item_is_wrapped_with_result::returns_parsing_results_when_script_ends_with_failure ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_not_panic::returns_only_successfuly_parsed_values_when_script_ends_with_success ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_panic::returns_error_when_script_is_invalid ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_not_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_panic::panics_when_script_is_invalid ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_iterator::and_it_is_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_panic::returns_parsed_values_when_script_ends_with_success ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_single_value::and_it_is_wrapped_with_result::returns_error_when_script_is_invalid ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_unit::and_it_is_wrapped_with_result::returns_ok_when_script_ends_with_success ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_not_wrapped_with_result::and_the_item_is_wrapped_with_result::and_fn_should_panic::panics_when_script_is_invalid ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_single_value::and_it_is_not_wrapped_with_result::panics_when_parsing_fails ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_not_wrapped_with_result::and_the_item_is_wrapped_with_result::and_fn_should_panic::panics_when_script_ends_with_failure ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_not_wrapped_with_result::and_the_item_is_wrapped_with_result::and_fn_should_not_panic::returns_no_items_when_script_is_invalid ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_not_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_panic::panics_when_script_ends_with_failure ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_panic::returns_parsed_values_when_script_ends_with_success ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_wrapped_with_result::and_the_item_is_wrapped_with_result::returns_error_when_script_is_invalid ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_wrapped_with_result::and_the_item_is_wrapped_with_result::returns_parsing_results_when_script_ends_with_success ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_unit::and_it_is_not_wrapped_with_result::does_nothing_when_script_ends_with_success ... ok [INFO] [stdout] test replaces_env_vars_in_args ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_wrapped_with_result::and_the_item_is_wrapped_with_result::returns_error_when_script_ends_with_failure ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_not_wrapped_with_result::and_the_item_is_wrapped_with_result::and_fn_should_not_panic::returns_parsing_results_when_script_ends_with_success ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_panic::returns_error_when_script_ends_with_failure ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_not_panic::returns_error_when_script_ends_with_failure ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_not_wrapped_with_result::and_the_item_is_wrapped_with_result::and_fn_should_not_panic::returns_parsing_results_when_script_ends_with_failure ... ok [INFO] [stdout] test runs_simple_bash_script ... ok [INFO] [stdout] test runs_simple_python_script ... ok [INFO] [stdout] test analyzes_return_type::when_fn_returns_vec::and_it_is_wrapped_with_result::and_the_item_is_not_wrapped_with_result::and_fn_should_panic::panics_when_parsing_fails ... ok [INFO] [stdout] test sets_env_vars ... ok [INFO] [stdout] test parses_return_value ... ok [INFO] [stdout] test runs_script_with_program_on_custom_position ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "7426c0a081b9042f8cfd6045253d040d458ecb617a3b66f61e5f5db78e210f4f"` [INFO] running `"docker" "rm" "-f" "7426c0a081b9042f8cfd6045253d040d458ecb617a3b66f61e5f5db78e210f4f"` [INFO] [stdout] 7426c0a081b9042f8cfd6045253d040d458ecb617a3b66f61e5f5db78e210f4f