[INFO] crate shellfn 0.1.1 is already in cache [INFO] testing shellfn-0.1.1 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate shellfn 0.1.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate shellfn 0.1.1 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f0c1afd00c04e677aedf561d9ebdb0bf34f971f67f54019844d05935cc16b550 [INFO] running `"docker" "start" "-a" "f0c1afd00c04e677aedf561d9ebdb0bf34f971f67f54019844d05935cc16b550"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling shellwords v1.0.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling shellfn-core v0.1.1 [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 28.64s [INFO] running `"docker" "inspect" "f0c1afd00c04e677aedf561d9ebdb0bf34f971f67f54019844d05935cc16b550"` [INFO] running `"docker" "rm" "-f" "f0c1afd00c04e677aedf561d9ebdb0bf34f971f67f54019844d05935cc16b550"` [INFO] [stdout] f0c1afd00c04e677aedf561d9ebdb0bf34f971f67f54019844d05935cc16b550 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stdout] 22715ea82163e0db9b68437997ad0c1ef7b9e4c66b457c1f39531c660c3f024a [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" "22715ea82163e0db9b68437997ad0c1ef7b9e4c66b457c1f39531c660c3f024a"` [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/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] --> 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/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] --> 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 3.93s [INFO] running `"docker" "inspect" "22715ea82163e0db9b68437997ad0c1ef7b9e4c66b457c1f39531c660c3f024a"` [INFO] running `"docker" "rm" "-f" "22715ea82163e0db9b68437997ad0c1ef7b9e4c66b457c1f39531c660c3f024a"` [INFO] [stdout] 22715ea82163e0db9b68437997ad0c1ef7b9e4c66b457c1f39531c660c3f024a [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6a2cc97f74aed85c51c85e38f9b35bced59cad2901b2eec687dcb168d0949648 [INFO] running `"docker" "start" "-a" "6a2cc97f74aed85c51c85e38f9b35bced59cad2901b2eec687dcb168d0949648"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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] --> 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] --> 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.08s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/shellfn-1a3f1bc96b1ae544 [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tests-ec739c01e1fff5f9 [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] [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] [stdout] test analyzes_return_type::when_fn_does_not_return_anything::and_fn_should_panic::does_nothing_when_script_ends_with_success ... 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_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_not_panic::returns_parsing_results_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] [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_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::returns_parsed_values_when_script_ends_with_success ... 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_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_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_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_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_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_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_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::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_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_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_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_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_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_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_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_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_ends_with_failure ... 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_single_value::and_it_is_wrapped_with_result::returns_error_when_parsing_fails ... 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_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_unit::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_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::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_single_value::and_it_is_wrapped_with_result::returns_error_when_script_is_invalid ... 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_parsed_value_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_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_parsing_fails ... 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_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_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_wrapped_with_result::and_fn_should_not_panic::returns_parsing_results_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::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::panics_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_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_not_panic::returns_error_when_script_is_invalid ... 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] [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_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_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_not_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_wrapped_with_result::returns_error_when_script_is_invalid ... ok [INFO] [stdout] test parses_return_value ... 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_wrapped_with_result::and_fn_should_panic::panics_when_script_is_invalid ... ok [INFO] [stdout] test runs_simple_bash_script ... 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_panic::returns_parsed_values_when_script_ends_with_success ... ok [INFO] [stderr] sleep: invalid time interval 'DEFINITELY_NOT_INT' [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] [stderr] Try 'sleep --help' for more information. [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_wrapped_with_result::and_the_item_is_wrapped_with_result::returns_parsing_results_when_script_ends_with_success ... ok [INFO] [stdout] test replaces_env_vars_in_args ... ok [INFO] [stdout] test sets_env_vars ... 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 runs_simple_python_script ... 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" "6a2cc97f74aed85c51c85e38f9b35bced59cad2901b2eec687dcb168d0949648"` [INFO] running `"docker" "rm" "-f" "6a2cc97f74aed85c51c85e38f9b35bced59cad2901b2eec687dcb168d0949648"` [INFO] [stdout] 6a2cc97f74aed85c51c85e38f9b35bced59cad2901b2eec687dcb168d0949648