[INFO] fetching crate morse-lib 0.4.3... [INFO] testing morse-lib-0.4.3 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate morse-lib 0.4.3 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate morse-lib 0.4.3 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate morse-lib 0.4.3 [INFO] tweaked toml for crates.io crate morse-lib 0.4.3 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate morse-lib 0.4.3 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate morse-lib 0.4.3 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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a45cf22bbf60a5c04153668a79254e7b9a3db58067daf25068e51d6695d7f9a8 [INFO] running `Command { std: "docker" "start" "-a" "a45cf22bbf60a5c04153668a79254e7b9a3db58067daf25068e51d6695d7f9a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a45cf22bbf60a5c04153668a79254e7b9a3db58067daf25068e51d6695d7f9a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a45cf22bbf60a5c04153668a79254e7b9a3db58067daf25068e51d6695d7f9a8", kill_on_drop: false }` [INFO] [stdout] a45cf22bbf60a5c04153668a79254e7b9a3db58067daf25068e51d6695d7f9a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eca0e80cceabd10e7ed50a6cf12a46c2b66d50ae56b436bdfcf8ee2c8c3d840f [INFO] running `Command { std: "docker" "start" "-a" "eca0e80cceabd10e7ed50a6cf12a46c2b66d50ae56b436bdfcf8ee2c8c3d840f", kill_on_drop: false }` [INFO] [stderr] Compiling morse-lib v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/morse/international.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug, PartialEq, Clone)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 27 | from_char_converter: fn(char) -> MorseResult>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/morse/international.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug, PartialEq, Clone)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 28 | into_char_converter: fn(Vec) -> MorseResult, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/morse/international.rs:290:17 [INFO] [stdout] | [INFO] [stdout] 290 | pub fn iter(&self) -> MorseIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 290 | pub fn iter(&self) -> MorseIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `Command { std: "docker" "inspect" "eca0e80cceabd10e7ed50a6cf12a46c2b66d50ae56b436bdfcf8ee2c8c3d840f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eca0e80cceabd10e7ed50a6cf12a46c2b66d50ae56b436bdfcf8ee2c8c3d840f", kill_on_drop: false }` [INFO] [stdout] eca0e80cceabd10e7ed50a6cf12a46c2b66d50ae56b436bdfcf8ee2c8c3d840f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a5a9f5854ee5c8bd21bda2fd09bfdc7ba798a1cab1c19c45aec9b0fca28090fe [INFO] running `Command { std: "docker" "start" "-a" "a5a9f5854ee5c8bd21bda2fd09bfdc7ba798a1cab1c19c45aec9b0fca28090fe", kill_on_drop: false }` [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/morse/international.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug, PartialEq, Clone)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 27 | from_char_converter: fn(char) -> MorseResult>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling morse-lib v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/morse/international.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug, PartialEq, Clone)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 28 | into_char_converter: fn(Vec) -> MorseResult, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/morse/international.rs:290:17 [INFO] [stdout] | [INFO] [stdout] 290 | pub fn iter(&self) -> MorseIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 290 | pub fn iter(&self) -> MorseIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/morse/international.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug, PartialEq, Clone)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 27 | from_char_converter: fn(char) -> MorseResult>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> src/morse/international.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug, PartialEq, Clone)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 28 | into_char_converter: fn(Vec) -> MorseResult, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/morse/international.rs:290:17 [INFO] [stdout] | [INFO] [stdout] 290 | pub fn iter(&self) -> MorseIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 290 | pub fn iter(&self) -> MorseIterator<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.14s [INFO] running `Command { std: "docker" "inspect" "a5a9f5854ee5c8bd21bda2fd09bfdc7ba798a1cab1c19c45aec9b0fca28090fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5a9f5854ee5c8bd21bda2fd09bfdc7ba798a1cab1c19c45aec9b0fca28090fe", kill_on_drop: false }` [INFO] [stdout] a5a9f5854ee5c8bd21bda2fd09bfdc7ba798a1cab1c19c45aec9b0fca28090fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3e9a1cd76a2aebbeb0ee3c646c5d55dab678173007118def0c9d1e12fee7a353 [INFO] running `Command { std: "docker" "start" "-a" "3e9a1cd76a2aebbeb0ee3c646c5d55dab678173007118def0c9d1e12fee7a353", kill_on_drop: false }` [INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stderr] --> src/morse/international.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug, PartialEq, Clone)] [INFO] [stderr] | --------- in this derive macro expansion [INFO] [stderr] ... [INFO] [stderr] 27 | from_char_converter: fn(char) -> MorseResult>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the address of the same function can vary between different codegen units [INFO] [stderr] = note: furthermore, different functions could have the same address after being merged together [INFO] [stderr] = note: for more information visit [INFO] [stderr] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stderr] --> src/morse/international.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Debug, PartialEq, Clone)] [INFO] [stderr] | --------- in this derive macro expansion [INFO] [stderr] ... [INFO] [stderr] 28 | into_char_converter: fn(Vec) -> MorseResult, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the address of the same function can vary between different codegen units [INFO] [stderr] = note: furthermore, different functions could have the same address after being merged together [INFO] [stderr] = note: for more information visit [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/morse/international.rs:290:17 [INFO] [stderr] | [INFO] [stderr] 290 | pub fn iter(&self) -> MorseIterator { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 290 | pub fn iter(&self) -> MorseIterator<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `morse-lib` (lib) generated 3 warnings (run `cargo fix --lib -p morse-lib` to apply 1 suggestion) [INFO] [stderr] warning: `morse-lib` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/morse_lib-6ab9c983ce0616f2) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test morse::international::morse_tests::create_from_binary_str ... ok [INFO] [stdout] test morse::international::morse_tests::to_bin_str ... ok [INFO] [stdout] test morse::international::morse_tests::set_aliases_for_whitespace_lines_and_dots ... ok [INFO] [stdout] test morse::international::morse_tests::to_string ... ok [INFO] [stdout] test morse_char::morse_char_tests::create_from_text_str ... ok [INFO] [stdout] test morse_char::morse_char_tests::set_aliases_for_whitespace_lines_and_dots ... ok [INFO] [stdout] test morse_char::morse_char_tests::to_bin_str ... ok [INFO] [stdout] test morse_char::morse_char_tests::to_string ... ok [INFO] [stdout] test morse_char::morse_char_tests::create_from_binary_str ... ok [INFO] [stdout] test morse::international::morse_tests::create_from_text_str ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/all_features_off.rs (/opt/rustwide/target/debug/deps/all_features_off-8a503c2c5e4ada42) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stderr] Running tests/all_features_on.rs (/opt/rustwide/target/debug/deps/all_features_on-501c8563d466aac0) [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/custom_and_inter_no_audio.rs (/opt/rustwide/target/debug/deps/custom_and_inter_no_audio-f6b752728cbeb68b) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/custom_audio.rs (/opt/rustwide/target/debug/deps/custom_audio-9909ed102263228c) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stderr] Running tests/custom_only.rs (/opt/rustwide/target/debug/deps/custom_only-94045cf4c90aa2c4) [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/international_audio.rs (/opt/rustwide/target/debug/deps/international_audio-7387d07c35c7ac47) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/international_only.rs (/opt/rustwide/target/debug/deps/international_only-3bb81a8894bb4533) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test it_convert_sos ... 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] Doc-tests morse_lib [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/morse/international.rs - morse::international::Morse::iter (line 282) ... ok [INFO] [stdout] test src/morse/international.rs - morse::international::Morse::line_as (line 147) ... ok [INFO] [stdout] test src/morse/international.rs - morse::international::Morse::whitespace_as (line 161) ... ok [INFO] [stdout] test src/morse/international.rs - morse::international::Morse::from_text (line 80) ... ok [INFO] [stdout] test src/morse/international.rs - morse::international::Morse::dot_as (line 133) ... ok [INFO] [stdout] test src/morse/international.rs - morse::international::Morse::to_bin_str (line 239) ... ok [INFO] [stdout] test src/morse/international.rs - morse::international::Morse::to_text (line 263) ... ok [INFO] [stdout] test src/morse/international.rs - morse::international::Morse::into_iter (line 299) ... ok [INFO] [stdout] test src/morse/international.rs - morse::international::Morse::from_bin (line 103) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.75s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3e9a1cd76a2aebbeb0ee3c646c5d55dab678173007118def0c9d1e12fee7a353", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e9a1cd76a2aebbeb0ee3c646c5d55dab678173007118def0c9d1e12fee7a353", kill_on_drop: false }` [INFO] [stdout] 3e9a1cd76a2aebbeb0ee3c646c5d55dab678173007118def0c9d1e12fee7a353