[INFO] fetching crate iso7816-tlv 0.4.4... [INFO] testing iso7816-tlv-0.4.4 against 1.90.0 for beta-1.91-3 [INFO] extracting crate iso7816-tlv 0.4.4 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate iso7816-tlv 0.4.4 [INFO] finished tweaking crates.io crate iso7816-tlv 0.4.4 [INFO] tweaked toml for crates.io crate iso7816-tlv 0.4.4 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate iso7816-tlv 0.4.4 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] [stderr] Adding hex-literal v0.3.4 (available: v1.0.0) [INFO] [stderr] Adding rand_core v0.6.4 (available: v0.9.3) [INFO] [stderr] Adding rand_xorshift v0.3.0 (available: v0.4.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded hex-literal v0.3.4 [INFO] [stderr] Downloaded alloc-traits v0.1.1 [INFO] [stderr] Downloaded static-alloc v0.2.6 [INFO] [stderr] Downloaded rand_xorshift v0.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8cb54997b5ee8744a4edb950f3955075196d46c5c7fa54871e7139fb65261f59 [INFO] running `Command { std: "docker" "start" "-a" "8cb54997b5ee8744a4edb950f3955075196d46c5c7fa54871e7139fb65261f59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8cb54997b5ee8744a4edb950f3955075196d46c5c7fa54871e7139fb65261f59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8cb54997b5ee8744a4edb950f3955075196d46c5c7fa54871e7139fb65261f59", kill_on_drop: false }` [INFO] [stdout] 8cb54997b5ee8744a4edb950f3955075196d46c5c7fa54871e7139fb65261f59 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f3fcd8611d0c6639d31ce1530ab37e15f143b7c2534efab878c63876a6a70152 [INFO] running `Command { std: "docker" "start" "-a" "f3fcd8611d0c6639d31ce1530ab37e15f143b7c2534efab878c63876a6a70152", kill_on_drop: false }` [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling iso7816-tlv v0.4.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/lib.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | #![cfg_attr(feature = "cargo-clippy", deny(clippy::all))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/lib.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | #![cfg_attr(feature = "cargo-clippy", deny(clippy::pedantic))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/error.rs:21:7 [INFO] [stdout] | [INFO] [stdout] 21 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this operation will panic at runtime [INFO] [stdout] --> src/ber/tag.rs:198:21 [INFO] [stdout] | [INFO] [stdout] 198 | self.raw[3] & Self::MORE_BYTES_MASK == 0 [INFO] [stdout] | ^^^^^^^^^^^ index out of bounds: the length is 3 but the index is 3 [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unconditional_panic)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s [INFO] running `Command { std: "docker" "inspect" "f3fcd8611d0c6639d31ce1530ab37e15f143b7c2534efab878c63876a6a70152", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3fcd8611d0c6639d31ce1530ab37e15f143b7c2534efab878c63876a6a70152", kill_on_drop: false }` [INFO] [stdout] f3fcd8611d0c6639d31ce1530ab37e15f143b7c2534efab878c63876a6a70152 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] af7098b5f4f856c10fe25ba152ade595ec9b80f1a55603c689e6ef39e7b150ad [INFO] running `Command { std: "docker" "start" "-a" "af7098b5f4f856c10fe25ba152ade595ec9b80f1a55603c689e6ef39e7b150ad", kill_on_drop: false }` [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling alloc-traits v0.1.1 [INFO] [stderr] Compiling hex-literal v0.3.4 [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/lib.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | #![cfg_attr(feature = "cargo-clippy", deny(clippy::all))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/lib.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | #![cfg_attr(feature = "cargo-clippy", deny(clippy::pedantic))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/error.rs:21:7 [INFO] [stdout] | [INFO] [stdout] 21 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this operation will panic at runtime [INFO] [stdout] --> src/ber/tag.rs:198:21 [INFO] [stdout] | [INFO] [stdout] 198 | self.raw[3] & Self::MORE_BYTES_MASK == 0 [INFO] [stdout] | ^^^^^^^^^^^ index out of bounds: the length is 3 but the index is 3 [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unconditional_panic)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling static-alloc v0.2.6 [INFO] [stderr] Compiling rand_xorshift v0.3.0 [INFO] [stderr] Compiling iso7816-tlv v0.4.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/lib.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | #![cfg_attr(feature = "cargo-clippy", deny(clippy::all))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/lib.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | #![cfg_attr(feature = "cargo-clippy", deny(clippy::pedantic))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ber/tlv.rs:372:11 [INFO] [stdout] | [INFO] [stdout] 372 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/error.rs:21:7 [INFO] [stdout] | [INFO] [stdout] 21 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this operation will panic at runtime [INFO] [stdout] --> src/ber/tag.rs:198:21 [INFO] [stdout] | [INFO] [stdout] 198 | self.raw[3] & Self::MORE_BYTES_MASK == 0 [INFO] [stdout] | ^^^^^^^^^^^ index out of bounds: the length is 3 but the index is 3 [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unconditional_panic)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.83s [INFO] running `Command { std: "docker" "inspect" "af7098b5f4f856c10fe25ba152ade595ec9b80f1a55603c689e6ef39e7b150ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af7098b5f4f856c10fe25ba152ade595ec9b80f1a55603c689e6ef39e7b150ad", kill_on_drop: false }` [INFO] [stdout] af7098b5f4f856c10fe25ba152ade595ec9b80f1a55603c689e6ef39e7b150ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f9944f16bf32aa8b10b97a77377edbb5927afe5d0fc06a8f7f4241f9c798aaac [INFO] running `Command { std: "docker" "start" "-a" "f9944f16bf32aa8b10b97a77377edbb5927afe5d0fc06a8f7f4241f9c798aaac", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> src/lib.rs:12:13 [INFO] [stderr] | [INFO] [stderr] 12 | #![cfg_attr(feature = "cargo-clippy", deny(clippy::all))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> src/lib.rs:13:13 [INFO] [stderr] | [INFO] [stderr] 13 | #![cfg_attr(feature = "cargo-clippy", deny(clippy::pedantic))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/error.rs:21:7 [INFO] [stderr] | [INFO] [stderr] 21 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: this operation will panic at runtime [INFO] [stderr] --> src/ber/tag.rs:198:21 [INFO] [stderr] | [INFO] [stderr] 198 | self.raw[3] & Self::MORE_BYTES_MASK == 0 [INFO] [stderr] | ^^^^^^^^^^^ index out of bounds: the length is 3 but the index is 3 [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unconditional_panic)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `iso7816-tlv` (lib) generated 4 warnings [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/ber/tlv.rs:372:11 [INFO] [stderr] | [INFO] [stderr] 372 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `iso7816-tlv` (lib test) generated 5 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/iso7816_tlv-089e1598d3b65d14) [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test ber::tag::tests::tag_import_ok ... ok [INFO] [stdout] test ber::tag::tests::tag_import ... ok [INFO] [stdout] test ber::tlv::tests::find_all ... ok [INFO] [stdout] test ber::tag::tests::tag_read ... ok [INFO] [stdout] test ber::tlv::tests::parse ... ok [INFO] [stdout] test simple::tests::parse_1 ... ok [INFO] [stdout] test ber::tlv::tests::tlv_to_from_vec_constructed ... ok [INFO] [stdout] test ber::tlv::tests::tlv_to_from_vec_primitive ... ok [INFO] [stdout] test simple::tests::parse_multiple ... ok [INFO] [stdout] test simple::tests::tag_import ... ok [INFO] [stdout] test ber::tlv::tests::find ... ok [INFO] [stdout] test ber::tag::tests::issue_14 ... ok [INFO] [stdout] test ber::tag::tests::tag_import_2 ... ok [INFO] [stdout] test simple::tests::serialize_parse ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s [INFO] [stdout] [INFO] [stderr] Doc-tests iso7816_tlv [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test src/simple.rs - simple::Tag (line 27) ... ok [INFO] [stdout] test src/ber/tag.rs - ber::tag::Tag::is_constructed (line 130) ... ok [INFO] [stdout] test src/simple.rs - simple::Tag::try_from_u8 (line 60) ... ok [INFO] [stdout] test src/ber/tag.rs - ber::tag::Tag::iso7816_compliant (line 163) ... ok [INFO] [stdout] test src/ber/tag.rs - ber::tag::Tag (line 53) ... ok [INFO] [stdout] test src/ber/tag.rs - ber::tag::Tag::class (line 208) ... ok [INFO] [stdout] test src/simple.rs - simple::Tlv::parse (line 195) ... ok [INFO] [stdout] test src/ber/tag.rs - ber::tag::Tag::len_as_bytes (line 95) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.60s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f9944f16bf32aa8b10b97a77377edbb5927afe5d0fc06a8f7f4241f9c798aaac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9944f16bf32aa8b10b97a77377edbb5927afe5d0fc06a8f7f4241f9c798aaac", kill_on_drop: false }` [INFO] [stdout] f9944f16bf32aa8b10b97a77377edbb5927afe5d0fc06a8f7f4241f9c798aaac