[INFO] fetching crate bytekey2 0.4.5...
[INFO] testing bytekey2-0.4.5 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate bytekey2 0.4.5 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate bytekey2 0.4.5 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bytekey2 0.4.5
[INFO] finished tweaking crates.io crate bytekey2 0.4.5
[INFO] tweaked toml for crates.io crate bytekey2 0.4.5 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 17 packages to latest compatible versions
[INFO] [stderr]       Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.1+wasi-0.2.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 63d4c796aed683f0973e0b4e86688e28c4ce72a926d6a2b061f9aafa6152f9fc
[INFO] running `Command { std: "docker" "start" "-a" "63d4c796aed683f0973e0b4e86688e28c4ce72a926d6a2b061f9aafa6152f9fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "63d4c796aed683f0973e0b4e86688e28c4ce72a926d6a2b061f9aafa6152f9fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "63d4c796aed683f0973e0b4e86688e28c4ce72a926d6a2b061f9aafa6152f9fc", kill_on_drop: false }`
[INFO] [stdout] 63d4c796aed683f0973e0b4e86688e28c4ce72a926d6a2b061f9aafa6152f9fc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d147cb87b67b00cea70a45e2abc8cf5bc5b3e3724206f98a412aee269b65417b
[INFO] running `Command { std: "docker" "start" "-a" "d147cb87b67b00cea70a45e2abc8cf5bc5b3e3724206f98a412aee269b65417b", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.202
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling bytekey2 v0.4.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/de.rs:462:9
[INFO] [stdout]     |
[INFO] [stdout] 462 | /         impl<'de, 'a, R> serde::de::EnumAccess<'de> for &'a mut Deserializer<R>
[INFO] [stdout] 463 | |         where
[INFO] [stdout] 464 | |             R: io::BufRead,
[INFO] [stdout] 465 | |         {
[INFO] [stdout] ...   |
[INFO] [stdout] 477 | |             }
[INFO] [stdout] 478 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current method `deserialize_enum`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/de.rs:480:9
[INFO] [stdout]     |
[INFO] [stdout] 480 | /         impl<'de, 'a, R> serde::de::VariantAccess<'de> for &'a mut Deserializer<R>
[INFO] [stdout] 481 | |         where
[INFO] [stdout] 482 | |             R: io::BufRead,
[INFO] [stdout] 483 | |         {
[INFO] [stdout] ...   |
[INFO] [stdout] 513 | |             }
[INFO] [stdout] 514 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current method `deserialize_enum`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
[INFO] running `Command { std: "docker" "inspect" "d147cb87b67b00cea70a45e2abc8cf5bc5b3e3724206f98a412aee269b65417b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d147cb87b67b00cea70a45e2abc8cf5bc5b3e3724206f98a412aee269b65417b", kill_on_drop: false }`
[INFO] [stdout] d147cb87b67b00cea70a45e2abc8cf5bc5b3e3724206f98a412aee269b65417b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 63f9f4e631600f6c21ed97698d5bf88c17f7104e81c5753de349290295dd5519
[INFO] running `Command { std: "docker" "start" "-a" "63f9f4e631600f6c21ed97698d5bf88c17f7104e81c5753de349290295dd5519", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling proc-macro2 v1.0.83
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/de.rs:462:9
[INFO] [stdout]     |
[INFO] [stdout] 462 | /         impl<'de, 'a, R> serde::de::EnumAccess<'de> for &'a mut Deserializer<R>
[INFO] [stdout] 463 | |         where
[INFO] [stdout] 464 | |             R: io::BufRead,
[INFO] [stdout] 465 | |         {
[INFO] [stdout] ...   |
[INFO] [stdout] 477 | |             }
[INFO] [stdout] 478 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current method `deserialize_enum`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/de.rs:480:9
[INFO] [stdout]     |
[INFO] [stdout] 480 | /         impl<'de, 'a, R> serde::de::VariantAccess<'de> for &'a mut Deserializer<R>
[INFO] [stdout] 481 | |         where
[INFO] [stdout] 482 | |             R: io::BufRead,
[INFO] [stdout] 483 | |         {
[INFO] [stdout] ...   |
[INFO] [stdout] 513 | |             }
[INFO] [stdout] 514 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current method `deserialize_enum`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling serde_derive v1.0.202
[INFO] [stderr]    Compiling bytekey2 v0.4.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/de.rs:462:9
[INFO] [stdout]     |
[INFO] [stdout] 462 | /         impl<'de, 'a, R> serde::de::EnumAccess<'de> for &'a mut Deserializer<R>
[INFO] [stdout] 463 | |         where
[INFO] [stdout] 464 | |             R: io::BufRead,
[INFO] [stdout] 465 | |         {
[INFO] [stdout] ...   |
[INFO] [stdout] 477 | |             }
[INFO] [stdout] 478 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current method `deserialize_enum`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/de.rs:480:9
[INFO] [stdout]     |
[INFO] [stdout] 480 | /         impl<'de, 'a, R> serde::de::VariantAccess<'de> for &'a mut Deserializer<R>
[INFO] [stdout] 481 | |         where
[INFO] [stdout] 482 | |             R: io::BufRead,
[INFO] [stdout] 483 | |         {
[INFO] [stdout] ...   |
[INFO] [stdout] 513 | |             }
[INFO] [stdout] 514 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current method `deserialize_enum`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.81s
[INFO] running `Command { std: "docker" "inspect" "63f9f4e631600f6c21ed97698d5bf88c17f7104e81c5753de349290295dd5519", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "63f9f4e631600f6c21ed97698d5bf88c17f7104e81c5753de349290295dd5519", kill_on_drop: false }`
[INFO] [stdout] 63f9f4e631600f6c21ed97698d5bf88c17f7104e81c5753de349290295dd5519
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 433ca0233299a67adc9ceb4bc025d0b99a6961774521ee3b735f495bd1b0ffed
[INFO] running `Command { std: "docker" "start" "-a" "433ca0233299a67adc9ceb4bc025d0b99a6961774521ee3b735f495bd1b0ffed", kill_on_drop: false }`
[INFO] [stderr] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stderr]    --> src/de.rs:462:9
[INFO] [stderr]     |
[INFO] [stderr] 462 | /         impl<'de, 'a, R> serde::de::EnumAccess<'de> for &'a mut Deserializer<R>
[INFO] [stderr] 463 | |         where
[INFO] [stderr] 464 | |             R: io::BufRead,
[INFO] [stderr] 465 | |         {
[INFO] [stderr] ...   |
[INFO] [stderr] 477 | |             }
[INFO] [stderr] 478 | |         }
[INFO] [stderr]     | |_________^
[INFO] [stderr]     |
[INFO] [stderr]     = help: move this `impl` block outside the of the current method `deserialize_enum`
[INFO] [stderr]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stderr]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stderr]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stderr]    --> src/de.rs:480:9
[INFO] [stderr]     |
[INFO] [stderr] 480 | /         impl<'de, 'a, R> serde::de::VariantAccess<'de> for &'a mut Deserializer<R>
[INFO] [stderr] 481 | |         where
[INFO] [stderr] 482 | |             R: io::BufRead,
[INFO] [stderr] 483 | |         {
[INFO] [stderr] ...   |
[INFO] [stderr] 513 | |             }
[INFO] [stderr] 514 | |         }
[INFO] [stderr]     | |_________^
[INFO] [stderr]     |
[INFO] [stderr]     = help: move this `impl` block outside the of the current method `deserialize_enum`
[INFO] [stderr]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stderr]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stderr] 
[INFO] [stderr] warning: `bytekey2` (lib) generated 2 warnings
[INFO] [stderr] warning: `bytekey2` (lib test) generated 2 warnings (2 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/bytekey2-1dc2afb4f5bbcd4c)
[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/de.rs (/opt/rustwide/target/debug/deps/de-099b1a367170299c)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test test_char ... ok
[INFO] [stdout] test test_bool ... ok
[INFO] [stdout] test test_f32_2 ... ok
[INFO] [stdout] test test_enum ... ok
[INFO] [stdout] test test_f32 ... ok
[INFO] [stdout] test test_f64 ... ok
[INFO] [stdout] test test_i32 ... ok
[INFO] [stdout] test test_f64_2 ... ok
[INFO] [stdout] test test_i16 ... ok
[INFO] [stdout] test test_i64 ... ok
[INFO] [stdout] test test_i8 ... ok
[INFO] [stdout] test test_option ... ok
[INFO] [stdout] test test_isize_2 ... ok
[INFO] [stdout] test test_u16 ... ok
[INFO] [stdout] test test_u32 ... ok
[INFO] [stdout] test test_u8 ... ok
[INFO] [stdout] test test_usize ... ok
[INFO] [stdout] test test_isize ... ok
[INFO] [stdout] test test_u64 ... ok
[INFO] [stdout] test test_string ... ok
[INFO] [stdout] test test_usize_2 ... ok
[INFO] [stdout] test test_vec ... ok
[INFO] [stdout] test test_struct ... ok
[INFO] [stdout] test test_tuples ... ok
[INFO] [stdout] test test_array ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/ser.rs (/opt/rustwide/target/debug/deps/ser-efe859d19d773d7f)
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test test_bool ... ok
[INFO] [stdout] test test_f64 ... ok
[INFO] [stdout] test test_f64_special_values ... ok
[INFO] [stdout] test test_i16 ... ok
[INFO] [stdout] test test_i64 ... ok
[INFO] [stdout] test test_f32 ... ok
[INFO] [stdout] test test_f32_special_values ... ok
[INFO] [stdout] test test_i32 ... ok
[INFO] [stdout] test test_isize_as_i64 ... ok
[INFO] [stdout] test test_i8 ... ok
[INFO] [stdout] test test_u32 ... ok
[INFO] [stdout] test test_u8 ... ok
[INFO] [stdout] test test_enum ... ok
[INFO] [stdout] test test_usize ... ok
[INFO] [stdout] test test_u64 ... ok
[INFO] [stdout] test test_u16 ... ok
[INFO] [stdout] test test_isize ... ok
[INFO] [stdout] test test_usize_as_u64 ... ok
[INFO] [stdout] test test_struct ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests bytekey2
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/ser.rs - ser::serialize_into (line 140) ... ok
[INFO] [stdout] test src/de.rs - de::deserialize_from (line 53) ... ok
[INFO] [stdout] test src/ser.rs - ser::serialized_size (line 161) ... ok
[INFO] [stdout] test src/ser.rs - ser::serialize (line 118) ... ok
[INFO] [stdout] test src/de.rs - de::deserialize (line 37) ... ok
[INFO] [stdout] test src/lib.rs - (line 17) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.76s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "433ca0233299a67adc9ceb4bc025d0b99a6961774521ee3b735f495bd1b0ffed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "433ca0233299a67adc9ceb4bc025d0b99a6961774521ee3b735f495bd1b0ffed", kill_on_drop: false }`
[INFO] [stdout] 433ca0233299a67adc9ceb4bc025d0b99a6961774521ee3b735f495bd1b0ffed
