[INFO] fetching crate muter 0.5.0... [INFO] testing muter-0.5.0 against 1.55.0 for beta-1.56-1 [INFO] extracting crate muter 0.5.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate muter 0.5.0 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate muter 0.5.0 [INFO] finished tweaking crates.io crate muter 0.5.0 [INFO] tweaked toml for crates.io crate muter 0.5.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate muter 0.5.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6f742ddd9c1ce8632acb87b595047d66a23f2ba5455e849117a2711aca6d936e [INFO] running `Command { std: "docker" "start" "-a" "6f742ddd9c1ce8632acb87b595047d66a23f2ba5455e849117a2711aca6d936e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6f742ddd9c1ce8632acb87b595047d66a23f2ba5455e849117a2711aca6d936e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f742ddd9c1ce8632acb87b595047d66a23f2ba5455e849117a2711aca6d936e", kill_on_drop: false }` [INFO] [stdout] 6f742ddd9c1ce8632acb87b595047d66a23f2ba5455e849117a2711aca6d936e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d831806234d46203f334f5b37850915a6ebf1ba3104c37231a95619e1869721d [INFO] running `Command { std: "docker" "start" "-a" "d831806234d46203f334f5b37850915a6ebf1ba3104c37231a95619e1869721d", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling cc v1.0.63 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling multi_reader v0.1.0 [INFO] [stderr] Compiling muter v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling locale_config v0.2.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling gettext-sys v0.19.9 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling gettext-rs v0.4.4 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling md-5 v0.8.0 [INFO] [stderr] Compiling sha3 v0.8.2 [INFO] [stderr] Compiling blake2 v0.8.1 [INFO] [stderr] Compiling sha-1 v0.8.1 [INFO] [stderr] Compiling tr v0.1.3 [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib/codec/mod.rs:197:29 [INFO] [stdout] | [INFO] [stdout] 197 | fn transform(&mut self, &[u8], &mut [u8], FlushState) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[u8]` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib/codec/mod.rs:197:36 [INFO] [stdout] | [INFO] [stdout] 197 | fn transform(&mut self, &[u8], &mut [u8], FlushState) -> Result; [INFO] [stdout] | ^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [u8]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib/codec/mod.rs:197:47 [INFO] [stdout] | [INFO] [stdout] 197 | fn transform(&mut self, &[u8], &mut [u8], FlushState) -> Result; [INFO] [stdout] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: FlushState` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.88s [INFO] running `Command { std: "docker" "inspect" "d831806234d46203f334f5b37850915a6ebf1ba3104c37231a95619e1869721d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d831806234d46203f334f5b37850915a6ebf1ba3104c37231a95619e1869721d", kill_on_drop: false }` [INFO] [stdout] d831806234d46203f334f5b37850915a6ebf1ba3104c37231a95619e1869721d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cdcc71bf4d613cb8284bcfbb838e52de25b4aaf811ecba306a5920a535bcafe2 [INFO] running `Command { std: "docker" "start" "-a" "cdcc71bf4d613cb8284bcfbb838e52de25b4aaf811ecba306a5920a535bcafe2", kill_on_drop: false }` [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib/codec/mod.rs:197:29 [INFO] [stdout] | [INFO] [stdout] 197 | fn transform(&mut self, &[u8], &mut [u8], FlushState) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[u8]` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib/codec/mod.rs:197:36 [INFO] [stdout] | [INFO] [stdout] 197 | fn transform(&mut self, &[u8], &mut [u8], FlushState) -> Result; [INFO] [stdout] | ^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [u8]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib/codec/mod.rs:197:47 [INFO] [stdout] | [INFO] [stdout] 197 | fn transform(&mut self, &[u8], &mut [u8], FlushState) -> Result; [INFO] [stdout] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: FlushState` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pretty_assertions v0.5.1 [INFO] [stderr] Compiling muter v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib/codec/mod.rs:197:29 [INFO] [stdout] | [INFO] [stdout] 197 | fn transform(&mut self, &[u8], &mut [u8], FlushState) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[u8]` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib/codec/mod.rs:197:36 [INFO] [stdout] | [INFO] [stdout] 197 | fn transform(&mut self, &[u8], &mut [u8], FlushState) -> Result; [INFO] [stdout] | ^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [u8]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib/codec/mod.rs:197:47 [INFO] [stdout] | [INFO] [stdout] 197 | fn transform(&mut self, &[u8], &mut [u8], FlushState) -> Result; [INFO] [stdout] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: FlushState` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.41s [INFO] running `Command { std: "docker" "inspect" "cdcc71bf4d613cb8284bcfbb838e52de25b4aaf811ecba306a5920a535bcafe2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cdcc71bf4d613cb8284bcfbb838e52de25b4aaf811ecba306a5920a535bcafe2", kill_on_drop: false }` [INFO] [stdout] cdcc71bf4d613cb8284bcfbb838e52de25b4aaf811ecba306a5920a535bcafe2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 960a9fa11a5c64f2be2b0e3cdcade75c24168b83b09181ea1398be9a5080d56e [INFO] running `Command { std: "docker" "start" "-a" "960a9fa11a5c64f2be2b0e3cdcade75c24168b83b09181ea1398be9a5080d56e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> src/lib/codec/mod.rs:197:29 [INFO] [stderr] | [INFO] [stderr] 197 | fn transform(&mut self, &[u8], &mut [u8], FlushState) -> Result; [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[u8]` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> src/lib/codec/mod.rs:197:36 [INFO] [stderr] | [INFO] [stderr] 197 | fn transform(&mut self, &[u8], &mut [u8], FlushState) -> Result; [INFO] [stderr] | ^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [u8]` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> src/lib/codec/mod.rs:197:47 [INFO] [stderr] | [INFO] [stderr] 197 | fn transform(&mut self, &[u8], &mut [u8], FlushState) -> Result; [INFO] [stderr] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: FlushState` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: `muter` (lib) generated 3 warnings [INFO] [stderr] warning: `muter` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.38s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/muter-f5022299113ca297) [INFO] [stdout] [INFO] [stdout] running 74 tests [INFO] [stdout] test chain::tests::parses_simple_names ... ok [INFO] [stdout] test chain::tests::parses_complex_chains ... ok [INFO] [stdout] test chain::tests::parses_parenthesized_names ... ok [INFO] [stdout] test chain::tests::parses_names_with_arguments ... ok [INFO] [stdout] test chain::tests::rejects_invalid_data ... ok [INFO] [stdout] test chain::tests::parses_comma_split_names ... ok [INFO] [stdout] test codec::codecs::base32::tests::encodes_bytes_base32 ... ok [INFO] [stdout] test codec::codecs::base64::tests::encodes_bytes_url64 ... ok [INFO] [stdout] test codec::codecs::base32::tests::known_values ... ok [INFO] [stdout] test codec::codecs::base32::tests::encodes_bytes_base32hex ... ok [INFO] [stdout] test codec::codecs::crlf::tests::known_values ... ok [INFO] [stdout] test codec::codecs::lf::tests::default_tests ... ok [INFO] [stdout] test codec::codecs::hash::tests::default_tests ... ok [INFO] [stdout] test codec::codecs::identity::tests::makes_no_change ... ok [INFO] [stdout] test codec::codecs::lf::tests::expected_values ... ok [INFO] [stdout] test codec::codecs::base64::tests::known_values_base64 ... ok [INFO] [stdout] test codec::codecs::tests::too_small_buffer ... ok [INFO] [stdout] test codec::codecs::quotedprintable::tests::wrapping ... ok [INFO] [stdout] test codec::codecs::base16::tests::encodes_bytes ... ok [INFO] [stdout] test codec::codecs::quotedprintable::tests::known_values ... ok [INFO] [stdout] test codec::codecs::base64::tests::encodes_bytes_base64 ... ok [INFO] [stdout] test codec::codecs::uri::tests::encodes_bytes ... ok [INFO] [stdout] test codec::codecs::uri::tests::encodes_bytes_form ... ok [INFO] [stdout] test codec::codecs::bubblebabble::tests::encodes_bytes ... ok [INFO] [stdout] test codec::codecs::crlf::tests::encodes_bytes ... ok [INFO] [stdout] test codec::codecs::quotedprintable::tests::encodes_bytes ... ok [INFO] [stdout] test codec::codecs::base64::tests::known_values_url64 ... ok [INFO] [stdout] test codec::codecs::ascii85::tests::known_values_ascii85 ... ok [INFO] [stdout] test codec::codecs::hex::tests::encodes_bytes ... ok [INFO] [stdout] test codec::codecs::quotedprintable::tests::rejects_invalid ... ok [INFO] [stdout] test codec::codecs::quotedprintable::tests::rejects_invalid_length ... ok [INFO] [stdout] test codec::codecs::tests::known_breakages ... ok [INFO] [stdout] test codec::codecs::uri::tests::rejects_invalid_form ... ok [INFO] [stdout] test codec::codecs::ascii85::tests::encodes_bytes_ascii85 ... ok [INFO] [stdout] test codec::codecs::vis::tests::encodes_bytes ... ok [INFO] [stdout] test codec::codecs::uri::tests::rejects_invalid_uri ... ok [INFO] [stdout] test codec::codecs::uri::tests::encodes_bytes_uri ... ok [INFO] [stdout] test codec::codecs::hex::tests::known_values ... ok [INFO] [stdout] test codec::codecs::uuencode::tests::encodes_bytes ... ok [INFO] [stdout] test codec::codecs::uri::tests::known_values_uri ... ok [INFO] [stdout] test codec::codecs::wrap::tests::rejects_invalid_length ... ok [INFO] [stdout] test codec::codecs::uri::tests::known_values_form ... ok [INFO] [stdout] test codec::codecs::xml::tests::decodes_bytes ... ok [INFO] [stdout] test codec::codecs::vis::tests::rejects_invalid ... ok [INFO] [stdout] test codec::registry::tests::iterates_in_sorted_order ... ok [INFO] [stdout] test codec::helpers::codecs::tests::affix_works_correctly ... ok [INFO] [stdout] test codec::registry::tests::can_fetch_insertable ... ok [INFO] [stdout] test codec::codecs::wrap::tests::wrapping ... ok [INFO] [stdout] test codec::codecs::uuencode::tests::known_values ... ok [INFO] [stdout] test codec::helpers::codecs::tests::pads_decoding_correctly ... ok [INFO] [stdout] test codec::helpers::codecs::tests::pads_encoding_correctly ... ok [INFO] [stdout] test codec::codecs::wrap::tests::known_values ... ok [INFO] [stdout] test codec::codecs::xml::tests::rejects_invalid ... ok [INFO] [stdout] test codec::codecs::xml::tests::encodes_bytes ... ok [INFO] [stdout] test codec::codecs::vis::tests::known_values ... ok [INFO] [stdout] test codec::codecs::wrap::tests::round_trip ... ok [INFO] [stdout] test codec::codecs::identity::tests::default_tests ... ok [INFO] [stdout] test codec::codecs::crlf::tests::default_tests ... ok [INFO] [stdout] test codec::codecs::quotedprintable::tests::round_trip ... ok [INFO] [stdout] test codec::codecs::base32::tests::default_tests_base32hex ... ok [INFO] [stdout] test codec::codecs::bubblebabble::tests::default_tests ... ok [INFO] [stdout] test codec::codecs::uuencode::tests::default_tests ... ok [INFO] [stdout] test codec::codecs::base64::tests::default_tests_base64 ... ok [INFO] [stdout] test codec::codecs::base64::tests::default_tests_url64 ... ok [INFO] [stdout] test codec::codecs::base32::tests::default_tests_base32 ... ok [INFO] [stdout] test codec::codecs::xml::tests::default_tests ... ok [INFO] [stdout] test codec::codecs::base16::tests::default_tests ... ok [INFO] [stdout] test codec::codecs::uri::tests::round_trip_form ... ok [INFO] [stdout] test codec::codecs::uri::tests::round_trip_uri ... ok [INFO] [stdout] test codec::codecs::ascii85::tests::default_tests_ascii85 ... ok [INFO] [stdout] test codec::codecs::tests::round_trip ... ok [INFO] [stdout] test codec::codecs::hex::tests::default_tests ... ok [INFO] [stdout] test codec::codecs::hash::tests::expected_values ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/muter-35492edf6282670f) [INFO] [stdout] test codec::codecs::vis::tests::default_tests ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 74 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 44.27s [INFO] [stdout] [INFO] [stderr] Doc-tests muter [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] [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] running `Command { std: "docker" "inspect" "960a9fa11a5c64f2be2b0e3cdcade75c24168b83b09181ea1398be9a5080d56e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "960a9fa11a5c64f2be2b0e3cdcade75c24168b83b09181ea1398be9a5080d56e", kill_on_drop: false }` [INFO] [stdout] 960a9fa11a5c64f2be2b0e3cdcade75c24168b83b09181ea1398be9a5080d56e