[INFO] fetching crate geckodriver 0.36.0...
[INFO] testing geckodriver-0.36.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate geckodriver 0.36.0 into /workspace/builds/worker-5-tc2/source
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] started tweaking crates.io crate geckodriver 0.36.0
[INFO] finished tweaking crates.io crate geckodriver 0.36.0
[INFO] tweaked toml for crates.io crate geckodriver 0.36.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate geckodriver 0.36.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate geckodriver 0.36.0 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7ba5d48faf5ebece9e82e414e03de0b403b59e19edaa75d1a7ce73a78bc5e84a
[INFO] running `Command { std: "docker" "start" "-a" "7ba5d48faf5ebece9e82e414e03de0b403b59e19edaa75d1a7ce73a78bc5e84a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7ba5d48faf5ebece9e82e414e03de0b403b59e19edaa75d1a7ce73a78bc5e84a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ba5d48faf5ebece9e82e414e03de0b403b59e19edaa75d1a7ce73a78bc5e84a", kill_on_drop: false }`
[INFO] [stdout] 7ba5d48faf5ebece9e82e414e03de0b403b59e19edaa75d1a7ce73a78bc5e84a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b2770fb5cdebc1a02bb4eed459609859fccbc820fc9d3917288822951fe4dbbc
[INFO] running `Command { std: "docker" "start" "-a" "b2770fb5cdebc1a02bb4eed459609859fccbc820fc9d3917288822951fe4dbbc", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling time-macros v0.2.19
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling httparse v1.10.0
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling semver v1.0.25
[INFO] [stderr]    Compiling miniz_oxide v0.8.5
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tokio v1.38.1
[INFO] [stderr]    Compiling core_maths v0.1.1
[INFO] [stderr]    Compiling quick-xml v0.32.0
[INFO] [stderr]    Compiling icu_segmenter_data v1.5.0
[INFO] [stderr]    Compiling zip v2.2.2
[INFO] [stderr]    Compiling anyhow v1.0.96
[INFO] [stderr]    Compiling unix_str v1.0.0
[INFO] [stderr]    Compiling flate2 v1.1.0
[INFO] [stderr]    Compiling geckodriver v0.36.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling rust-ini v0.10.3
[INFO] [stderr]    Compiling headers-core v0.2.0
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling headers v0.3.9
[INFO] [stderr]    Compiling unix_path v1.0.1
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]    Compiling chrono v0.4.39
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling tempfile v3.17.1
[INFO] [stderr]    Compiling terminal_size v0.4.1
[INFO] [stderr]    Compiling clap_builder v4.5.31
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling pin-project-internal v1.1.9
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]    Compiling clap v4.5.31
[INFO] [stderr]    Compiling pin-project v1.1.9
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling mozprofile v0.9.4
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling tokio-util v0.7.13
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling mozversion v0.5.3
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_segmenter v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling plist v1.7.0
[INFO] [stderr]    Compiling uuid v1.14.0
[INFO] [stderr]    Compiling mozdevice v0.5.4
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling marionette v0.7.0
[INFO] [stderr]    Compiling mozrunner v0.15.4
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling warp v0.3.7
[INFO] [stderr]    Compiling webdriver v0.52.0
[INFO] [stdout] warning: struct `XblLocatorParameters` is never constructed
[INFO] [stdout]    --> src/command.rs:161:12
[INFO] [stdout]     |
[INFO] [stdout] 161 | pub struct XblLocatorParameters {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.96s
[INFO] running `Command { std: "docker" "inspect" "b2770fb5cdebc1a02bb4eed459609859fccbc820fc9d3917288822951fe4dbbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2770fb5cdebc1a02bb4eed459609859fccbc820fc9d3917288822951fe4dbbc", kill_on_drop: false }`
[INFO] [stdout] b2770fb5cdebc1a02bb4eed459609859fccbc820fc9d3917288822951fe4dbbc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3a047558328f43816c48d12609df44fea158d3a4c72fe4487611820812e3dddc
[INFO] running `Command { std: "docker" "start" "-a" "3a047558328f43816c48d12609df44fea158d3a4c72fe4487611820812e3dddc", kill_on_drop: false }`
[INFO] [stderr]    Compiling geckodriver v0.36.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `XblLocatorParameters` is never constructed
[INFO] [stdout]    --> src/command.rs:161:12
[INFO] [stdout]     |
[INFO] [stdout] 161 | pub struct XblLocatorParameters {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.17s
[INFO] running `Command { std: "docker" "inspect" "3a047558328f43816c48d12609df44fea158d3a4c72fe4487611820812e3dddc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a047558328f43816c48d12609df44fea158d3a4c72fe4487611820812e3dddc", kill_on_drop: false }`
[INFO] [stdout] 3a047558328f43816c48d12609df44fea158d3a4c72fe4487611820812e3dddc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c8de8f5c28d8cf6e6de464bcb227b9c343405f79ada1f1aa6f48a028490e130d
[INFO] running `Command { std: "docker" "start" "-a" "c8de8f5c28d8cf6e6de464bcb227b9c343405f79ada1f1aa6f48a028490e130d", kill_on_drop: false }`
[INFO] [stderr] warning: struct `XblLocatorParameters` is never constructed
[INFO] [stderr]    --> src/command.rs:161:12
[INFO] [stderr]     |
[INFO] [stderr] 161 | pub struct XblLocatorParameters {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `geckodriver` (bin "geckodriver" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/geckodriver-9e5c5f4eb4181321)
[INFO] [stdout] running 83 tests
[INFO] [stdout] test android::test::android_handler_storage_as_app ... ignored
[INFO] [stdout] test android::test::android_handler_storage_as_auto ... ignored
[INFO] [stdout] test android::test::android_handler_storage_as_internal ... ignored
[INFO] [stdout] test android::test::android_handler_storage_as_sdcard ... ignored
[INFO] [stdout] test capabilities::tests::fx_options_android_activity_invalid_type ... ok
[INFO] [stdout] test capabilities::tests::fx_options_android_device_serial_invalid ... ok
[INFO] [stdout] test browser::tests::test_local_read_marionette_port ... ok
[INFO] [stdout] test capabilities::tests::fx_options_android_activity_default_unknown_apps ... ok
[INFO] [stdout] test capabilities::tests::fx_options_android_activity_override ... ok
[INFO] [stdout] test capabilities::tests::fx_options_android_activity_invalid_value ... ok
[INFO] [stdout] test capabilities::tests::fx_options_android_device_serial ... ok
[INFO] [stdout] test capabilities::tests::fx_options_android_intent_arguments_invalid_value ... ok
[INFO] [stdout] test capabilities::tests::fx_options_args_p_and_profile ... ok
[INFO] [stdout] test browser::tests::test_remote_log_level ... ok
[INFO] [stdout] test capabilities::tests::fx_options_android_intent_arguments_override ... ok
[INFO] [stdout] test capabilities::tests::fx_options_android_no_package ... ok
[INFO] [stdout] test capabilities::tests::fx_options_android_package_invalid_type ... ok
[INFO] [stdout] test browser::tests::test_pref_backup ... ok
[INFO] [stdout] test capabilities::tests::fx_options_android_package_and_binary ... ok
[INFO] [stdout] test capabilities::tests::fx_options_android_package_valid_value ... ok
[INFO] [stdout] test capabilities::tests::fx_options_android_activity_default_known_apps ... ok
[INFO] [stdout] test capabilities::tests::fx_options_args_named_profile ... ok
[INFO] [stdout] test capabilities::tests::fx_options_default ... ok
[INFO] [stdout] test capabilities::tests::fx_options_args_no_profile ... ok
[INFO] [stdout] test capabilities::tests::fx_options_args_profile ... ok
[INFO] [stdout] test capabilities::tests::fx_options_env ... ok
[INFO] [stdout] test capabilities::tests::fx_options_env_invalid_value ... ok
[INFO] [stdout] test capabilities::tests::fx_options_android_intent_arguments_no_array ... ok
[INFO] [stdout] test capabilities::tests::fx_options_from_capabilities_with_blocked_firefox_arguments ... ok
[INFO] [stdout] test capabilities::tests::fx_options_from_capabilities_with_binary_and_caps ... ok
[INFO] [stdout] test capabilities::tests::fx_options_args_profile_and_profile ... ok
[INFO] [stdout] test capabilities::tests::fx_options_from_capabilities_no_binary_and_empty_caps ... ok
[INFO] [stdout] test capabilities::tests::fx_options_from_capabilities_with_debugger_address_false ... ok
[INFO] [stdout] test capabilities::tests::fx_options_from_capabilities_with_debugger_address_not_set ... ok
[INFO] [stdout] test capabilities::tests::fx_options_from_capabilities_with_websocket_and_allow_origins ... ok
[INFO] [stdout] test capabilities::tests::fx_options_android_package_invalid_value ... ok
[INFO] [stdout] test capabilities::tests::fx_options_android_intent_arguments_defaults ... ok
[INFO] [stdout] test capabilities::tests::fx_options_from_capabilities_with_debugger_address_true ... ok
[INFO] [stdout] test capabilities::tests::fx_options_from_capabilities_with_invalid_caps ... ok
[INFO] [stdout] test capabilities::tests::fx_options_from_capabilities_with_websocket_url_false ... ok
[INFO] [stdout] test capabilities::tests::fx_options_from_capabilities_with_websocket_and_allow_hosts ... ok
[INFO] [stdout] test capabilities::tests::test_profile ... ok
[INFO] [stdout] test capabilities::tests::fx_options_from_capabilities_with_websocket_url_not_set ... ok
[INFO] [stdout] test capabilities::tests::fx_options_from_capabilities_with_websocket_url_true ... ok
[INFO] [stdout] test command::tests::test_json_addon_install_parameters_with_addon ... ok
[INFO] [stdout] test command::tests::test_json_addon_install_parameters_with_addon_and_allow_private_browsing ... ok
[INFO] [stdout] test command::tests::test_json_addon_install_parameters_with_both_path_and_addon ... ok
[INFO] [stdout] test command::tests::test_json_addon_install_parameters_with_path_and_allow_private_browsing ... ok
[INFO] [stdout] test command::tests::test_json_addon_install_parameters_with_addon_and_temporary_invalid_type ... ok
[INFO] [stdout] test command::tests::test_json_addon_install_parameters_with_path ... ok
[INFO] [stdout] test command::tests::test_json_addon_install_parameters_with_path_and_temporary ... ok
[INFO] [stdout] test command::tests::test_json_addon_install_parameters_with_path_and_temporary_invalid_type ... ok
[INFO] [stdout] test command::tests::test_json_addon_install_parameters_with_addon_and_allow_private_browsing_invalid_type ... ok
[INFO] [stdout] test command::tests::test_json_addon_install_parameters_with_addon_invalid_type ... ok
[INFO] [stdout] test browser::tests::test_prefs ... ok
[INFO] [stdout] test command::tests::test_json_addon_install_parameters_invalid ... ok
[INFO] [stdout] test command::tests::test_json_addon_uninstall_parameters_invalid ... ok
[INFO] [stdout] test command::tests::test_json_addon_uninstall_parameters_id_invalid_type ... ok
[INFO] [stdout] test command::tests::test_json_addon_install_parameters_with_addon_only ... ok
[INFO] [stdout] test command::tests::test_json_gecko_context_parameters_content ... ok
[INFO] [stdout] test command::tests::test_json_addon_install_parameters_with_path_invalid_type ... ok
[INFO] [stdout] test command::tests::test_json_addon_install_parameters_with_path_and_allow_private_browsing_invalid_type ... ok
[INFO] [stdout] test capabilities::tests::fx_options_env_invalid_container ... ok
[INFO] [stdout] test command::tests::test_json_gecko_context_parameters_context_invalid ... ok
[INFO] [stdout] test command::tests::test_json_install_parameters_with_temporary_only ... ok
[INFO] [stdout] test command::tests::test_json_addon_uninstall_parameters ... ok
[INFO] [stdout] test command::tests::test_json_gecko_context_parameters_chrome ... ok
[INFO] [stdout] test logging::tests::test_level_from_log ... ok
[INFO] [stdout] test logging::tests::test_level_from_str ... ok
[INFO] [stdout] test logging::tests::test_level_into_log ... ok
[INFO] [stdout] test logging::tests::test_level_into_pref ... ok
[INFO] [stdout] test logging::tests::test_level_repr ... ok
[INFO] [stdout] test logging::tests::test_init_with_level ... ok
[INFO] [stdout] test logging::tests::test_format_ts ... ok
[INFO] [stdout] test logging::tests::test_level_to_str ... ok
[INFO] [stdout] test logging::tests::test_max_level ... ok
[INFO] [stdout] test logging::tests::test_set_max_level ... ok
[INFO] [stdout] test logging::tests::test_truncate ... ok
[INFO] [stdout] test marionette::tests::test_copy_minidumps ... ok
[INFO] [stdout] test marionette::tests::test_copy_minidumps_with_non_existent_manifest_path ... ok
[INFO] [stdout] test marionette::tests::test_copy_minidumps_with_non_existent_profile_path ... ok
[INFO] [stdout] test marionette::tests::test_copy_minidumps_with_non_minidumps_files ... ok
[INFO] [stdout] test marionette::tests::test_copy_multiple_minidumps ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 79 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c8de8f5c28d8cf6e6de464bcb227b9c343405f79ada1f1aa6f48a028490e130d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c8de8f5c28d8cf6e6de464bcb227b9c343405f79ada1f1aa6f48a028490e130d", kill_on_drop: false }`
[INFO] [stdout] c8de8f5c28d8cf6e6de464bcb227b9c343405f79ada1f1aa6f48a028490e130d
