[INFO] cloning repository https://github.com/cbeck88/conf-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cbeck88/conf-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcbeck88%2Fconf-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcbeck88%2Fconf-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0135bda1ddb81283efd2cbf582bdd0aedcbb2fd6
[INFO] testing cbeck88/conf-rs against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcbeck88%2Fconf-rs" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cbeck88/conf-rs
[INFO] finished tweaking git repo https://github.com/cbeck88/conf-rs
[INFO] tweaked toml for git repo https://github.com/cbeck88/conf-rs written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cbeck88/conf-rs on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cbeck88/conf-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d18f34a9f17b17b6697ea4cbc8fb7452c50d650534f7b349a560409a172ea720
[INFO] running `Command { std: "docker" "start" "-a" "d18f34a9f17b17b6697ea4cbc8fb7452c50d650534f7b349a560409a172ea720", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d18f34a9f17b17b6697ea4cbc8fb7452c50d650534f7b349a560409a172ea720", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d18f34a9f17b17b6697ea4cbc8fb7452c50d650534f7b349a560409a172ea720", kill_on_drop: false }`
[INFO] [stdout] d18f34a9f17b17b6697ea4cbc8fb7452c50d650534f7b349a560409a172ea720
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8737749849bb822d83aa50ccfc5d418a62e9415a334d89dacc53b27d2c79896b
[INFO] running `Command { std: "docker" "start" "-a" "8737749849bb822d83aa50ccfc5d418a62e9415a334d89dacc53b27d2c79896b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.0
[INFO] [stderr]    Compiling anstyle-query v1.1.0
[INFO] [stderr]    Compiling colorchoice v1.0.1
[INFO] [stderr]    Compiling anstyle v1.0.7
[INFO] [stderr]    Compiling clap_lex v0.7.1
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling anstyle-parse v0.2.4
[INFO] [stderr]    Compiling anstream v0.6.14
[INFO] [stderr]    Compiling clap_builder v4.5.9
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.68
[INFO] [stderr]    Compiling clap v4.5.9
[INFO] [stderr]    Compiling conf_derive v0.1.3 (/opt/rustwide/workdir/conf_derive)
[INFO] [stderr]    Compiling conf v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.96s
[INFO] running `Command { std: "docker" "inspect" "8737749849bb822d83aa50ccfc5d418a62e9415a334d89dacc53b27d2c79896b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8737749849bb822d83aa50ccfc5d418a62e9415a334d89dacc53b27d2c79896b", kill_on_drop: false }`
[INFO] [stdout] 8737749849bb822d83aa50ccfc5d418a62e9415a334d89dacc53b27d2c79896b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 508b3edcb2d6c2c98c4d84e5ae19d51605c335271019712b386a12a154e38e93
[INFO] running `Command { std: "docker" "start" "-a" "508b3edcb2d6c2c98c4d84e5ae19d51605c335271019712b386a12a154e38e93", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling serde_json v1.0.120
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling escargot v0.5.11
[INFO] [stderr]    Compiling assert_matches v1.5.0
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling conf v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 16s
[INFO] running `Command { std: "docker" "inspect" "508b3edcb2d6c2c98c4d84e5ae19d51605c335271019712b386a12a154e38e93", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "508b3edcb2d6c2c98c4d84e5ae19d51605c335271019712b386a12a154e38e93", kill_on_drop: false }`
[INFO] [stdout] 508b3edcb2d6c2c98c4d84e5ae19d51605c335271019712b386a12a154e38e93
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 50e74242cac8cb993a51488068edc5a7e56469bc2cad439e6bfe1beb918172b5
[INFO] running `Command { std: "docker" "start" "-a" "50e74242cac8cb993a51488068edc5a7e56469bc2cad439e6bfe1beb918172b5", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/conf-d239c1d4a6735aba)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test find_parameter::tests::test_find_parameter ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_basic_serde_example.rs (/opt/rustwide/target/debug/deps/test_basic_serde_example-6a247243511a9033)
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test test_serde_basic_example_subcommand_args_and_file_success ... ok
[INFO] [stdout] test test_serde_basic_example_subcommand_args_and_env_success2 ... ok
[INFO] [stdout] test test_serde_basic_example_subcommand_missing_args ... ok
[INFO] [stdout] test test_serde_basic_example_help ... ok
[INFO] [stdout] test test_serde_basic_example_subcommand_args_and_env_success ... ok
[INFO] [stdout] test test_serde_basic_example_subcommand_help ... ok
[INFO] [stdout] test test_serde_basic_example_some_invalid_args ... ok
[INFO] [stdout] test test_serde_basic_example_subcommand_args_and_env_file_missing_and_invalid ... ok
[INFO] [stdout] test test_serde_basic_example_success_and_args_env_and_file ... ok
[INFO] [stdout] test test_serde_basic_example_args_env_and_file_with_missing_and_invalid ... ok
[INFO] [stdout] test test_serde_basic_example_subcommand_args_and_file_success_shadowing ... ok
[INFO] [stdout] test test_serde_basic_example_success_args_and_file ... ok
[INFO] [stdout] test test_serde_basic_example_subcommand_args_and_env_file_success_shadowing ... ok
[INFO] [stdout] test test_serde_basic_example_subcommand_invalid_args ... ok
[INFO] [stdout] test test_serde_basic_example_subcommand_args_and_env_file_missing_and_invalid2 ... ok
[INFO] [stdout] test test_serde_basic_example_args_env_and_file_with_missing_and_invalid2 ... ok
[INFO] [stdout] test test_serde_basic_example_success_args_and_file_shadowing ... ok
[INFO] [stdout] test test_serde_basic_example_success_env ... ok
[INFO] [stdout] test test_serde_basic_example_success_and_args_env_and_file_shadowing ... ok
[INFO] [stdout] test test_serde_basic_example_subcommand_args_and_env_file_success ... ok
[INFO] [stdout] test test_serde_basic_example_success_args ... ok
[INFO] [stderr]      Running tests/test_env_aliases.rs (/opt/rustwide/target/debug/deps/test_env_aliases-c3699c495ff1baed)
[INFO] [stdout] test test_serde_basic_example_no_args ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_env_aliases_get_program_options ... ok
[INFO] [stdout] test test_env_aliases2_get_program_options ... ok
[INFO] [stdout] test test_env_aliases2_parsing ... ok
[INFO] [stdout] test test_env_aliases_parsing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_env_only_param.rs (/opt/rustwide/target/debug/deps/test_env_only_param-d5d82aac4a6fed42)
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_env_only_get_program_options ... ok
[INFO] [stderr]      Running tests/test_figment.rs (/opt/rustwide/target/debug/deps/test_figment-9631ecdb40361d5a)
[INFO] [stdout] test test_env_only_parsing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test test_figment_example_three_file_shadowing_success ... ok
[INFO] [stdout] test test_figment_example_no_args ... ok
[INFO] [stdout] test test_figment_example_one_file_success ... ok
[INFO] [stdout] test test_figment_example_two_file_expected_failure_other_order ... ok
[INFO] [stdout] test test_figment_example_two_file_success ... ok
[INFO] [stdout] test test_figment_example_two_file_shadowing_failure_from_env ... ok
[INFO] [stderr]      Running tests/test_flags.rs (/opt/rustwide/target/debug/deps/test_flags-5b959a648b78738e)
[INFO] [stdout] test test_figment_example_one_file_expected_failure ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_flags_parsing ... ok
[INFO] [stdout] test test_flags_get_program_options ... ok
[INFO] [stdout] test test_flags_env_parsing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_flatten.rs (/opt/rustwide/target/debug/deps/test_flatten-c5ba9aeae2a314dc)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test frob_config2_program_options ... ok
[INFO] [stdout] test frob_config_program_options ... ok
[INFO] [stdout] test test_client_config_program_options ... ok
[INFO] [stdout] test test_client_config_parsing ... ok
[INFO] [stdout] test test_db_tool_config_program_options ... ok
[INFO] [stdout] test test_db_tool_config_parsing ... ok
[INFO] [stdout] test test_service_config_program_options ... ok
[INFO] [stdout] test test_service_config_parsing ... ok
[INFO] [stdout] test frob_config_parsing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_flatten_optional.rs (/opt/rustwide/target/debug/deps/test_flatten_optional-f9d56882cb9c0e69)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_flatten_optional_get_program_options ... ok
[INFO] [stdout] test test_flatten_optional_parsing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_help.rs (/opt/rustwide/target/debug/deps/test_help-cacc656d11f26454)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_other_subsystem_options_help ... ok
[INFO] [stdout] test test_subsystem_options_help ... ok
[INFO] [stdout] test test_system_options_help ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_one_of_fields.rs (/opt/rustwide/target/debug/deps/test_one_of_fields-d274d5e17a324867)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_at_least_one_of_flattened_fields_parsing ... ok
[INFO] [stdout] test test_two_one_of_fields_parsing ... ok
[INFO] [stdout] test test_one_of_fields_parsing ... ok
[INFO] [stdout] test test_one_of_flattened_fields_parsing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_params.rs (/opt/rustwide/target/debug/deps/test_params-e1d003c5485b858d)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_params_get_program_options ... ok
[INFO] [stdout] test test_params_parsing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_repeat.rs (/opt/rustwide/target/debug/deps/test_repeat-b3a6325a137ccab6)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_repeats2_get_program_options ... ok
[INFO] [stdout] test test_repeats2_parsing ... ok
[INFO] [stdout] test test_repeats_get_program_options ... ok
[INFO] [stderr]      Running tests/test_secret.rs (/opt/rustwide/target/debug/deps/test_secret-95c38fe9db621efa)
[INFO] [stdout] test test_repeats_parsing ... ok
[INFO] [stdout] test test_repeats_env_parsing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_secret_b_get_program_options ... ok
[INFO] [stdout] test test_secret_a_get_program_options ... ok
[INFO] [stderr]      Running tests/test_serde.rs (/opt/rustwide/target/debug/deps/test_serde-b14d3f37f445ec54)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test test_basic_serde ... ok
[INFO] [stdout] test test_serde_rename ... ok
[INFO] [stdout] test test_serde_nested ... ok
[INFO] [stdout] test test_subcommands_serde ... ok
[INFO] [stdout] test test_serde_use_value_parser ... ok
[INFO] [stdout] test test_serde_skip ... ok
[INFO] [stdout] test test_serde_repeat ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_showcase_example.rs (/opt/rustwide/target/debug/deps/test_showcase_example-7e847aa3e6d018d2)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_showcase_example_success_env ... ok
[INFO] [stdout] test test_showcase_example_help ... ok
[INFO] [stdout] test test_showcase_example_no_args ... ok
[INFO] [stdout] test test_showcase_example_some_invalid_args ... ok
[INFO] [stdout] test test_showcase_example_success_args ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_skip_short_flags.rs (/opt/rustwide/target/debug/deps/test_skip_short_flags-263fcb14b4c3f79b)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test test_skip_short_b_get_program_options ... ok
[INFO] [stderr] error: test failed, to rerun pass `--test test_skip_short_flags`
[INFO] [stdout] test test_skip_short_a_get_program_options ... ok
[INFO] [stdout] test test_skip_short_flags_program_options_unknown_skip_error2 ... ok
[INFO] [stdout] test test_skip_short_flags_program_options_unknown_skip_error ... ok
[INFO] [stdout] test test_skip_short_flags_parsing_expected_collision_error - should panic ... FAILED
[INFO] [stdout] test test_skip_short_flags_parsing ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_skip_short_flags_parsing_expected_collision_error stdout ----
[INFO] [stdout] note: test did not panic as expected at tests/test_skip_short_flags.rs:110:4
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_skip_short_flags_parsing_expected_collision_error
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "50e74242cac8cb993a51488068edc5a7e56469bc2cad439e6bfe1beb918172b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50e74242cac8cb993a51488068edc5a7e56469bc2cad439e6bfe1beb918172b5", kill_on_drop: false }`
[INFO] [stdout] 50e74242cac8cb993a51488068edc5a7e56469bc2cad439e6bfe1beb918172b5
