[INFO] crate shellfn 0.1.1 is already in cache [INFO] testing shellfn-0.1.1 against 1.38.0 for beta-1.39-1 [INFO] extracting crate shellfn 0.1.1 into work/builds/worker-8/source [INFO] validating manifest of crates.io crate shellfn 0.1.1 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.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 work/builds/worker-8/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "build" "--frozen"` [INFO] [stdout] 9dbb3ebf3a74eaf1497f3465394cdc814e4d6b87b39e82ef4d02c639f5c52ed7 [INFO] running `"docker" "start" "-a" "9dbb3ebf3a74eaf1497f3465394cdc814e4d6b87b39e82ef4d02c639f5c52ed7"` [INFO] [stderr] Compiling shellfn-core v0.1.1 [INFO] [stderr] Compiling darling_core v0.8.6 [INFO] [stderr] Compiling shellwords v1.0.0 [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 8.62s [INFO] running `"docker" "inspect" "9dbb3ebf3a74eaf1497f3465394cdc814e4d6b87b39e82ef4d02c639f5c52ed7"` [INFO] running `"docker" "rm" "-f" "9dbb3ebf3a74eaf1497f3465394cdc814e4d6b87b39e82ef4d02c639f5c52ed7"` [INFO] [stdout] 9dbb3ebf3a74eaf1497f3465394cdc814e4d6b87b39e82ef4d02c639f5c52ed7 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] a06661496701f6d52628dc8a545557de261cbdd696bb74c6951417be041f68f1 [INFO] running `"docker" "start" "-a" "a06661496701f6d52628dc8a545557de261cbdd696bb74c6951417be041f68f1"` [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/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] --> 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] Finished dev [unoptimized + debuginfo] target(s) in 1.51s [INFO] running `"docker" "inspect" "a06661496701f6d52628dc8a545557de261cbdd696bb74c6951417be041f68f1"` [INFO] running `"docker" "rm" "-f" "a06661496701f6d52628dc8a545557de261cbdd696bb74c6951417be041f68f1"` [INFO] [stdout] a06661496701f6d52628dc8a545557de261cbdd696bb74c6951417be041f68f1 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "test" "--frozen"` [INFO] [stdout] 049d2810eba5a8eb2248df8c34de603260319eac618f4571a48d77288fde9928 [INFO] running `"docker" "start" "-a" "049d2810eba5a8eb2248df8c34de603260319eac618f4571a48d77288fde9928"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/shellfn-f70ada0192f6f8f6 [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-256f12d3255056b8 [INFO] [stdout] [INFO] [stdout] running 72 tests [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_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_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_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_wrapped_with_result::and_fn_should_not_panic::returns_no_items_when_script_is_invalid ... 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_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] [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_panic::returns_parsing_results_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_panic::returns_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_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_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_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_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_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_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_only_successfuly_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_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_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_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_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_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 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_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_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_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_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_single_value::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_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_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_not_panic::returns_only_successfuly_parsed_values_when_script_ends_with_failure ... 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_panic::panics_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_single_value::and_it_is_not_wrapped_with_result::panics_when_parsing_fails ... 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_unit::and_it_is_wrapped_with_result::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_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_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_not_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_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::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_panic::panics_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_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_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_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_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_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_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_panic::returns_parsing_results_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_wrapped_with_result::returns_parsing_results_when_script_ends_with_failure ... ok [INFO] [stdout] test replaces_env_vars_in_args ... ok [INFO] [stdout] test runs_simple_bash_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::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 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_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_not_wrapped_with_result::and_fn_should_not_panic::returns_only_successfuly_parsed_values_when_script_ends_with_success ... ok [INFO] [stdout] test runs_simple_python_script ... ok [INFO] [stdout] test parses_return_value ... ok [INFO] [stdout] test sets_env_vars ... 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" "049d2810eba5a8eb2248df8c34de603260319eac618f4571a48d77288fde9928"` [INFO] running `"docker" "rm" "-f" "049d2810eba5a8eb2248df8c34de603260319eac618f4571a48d77288fde9928"` [INFO] [stdout] 049d2810eba5a8eb2248df8c34de603260319eac618f4571a48d77288fde9928