[INFO] fetching crate lozizol 0.5.3-dev...
[INFO] testing lozizol-0.5.3-dev against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate lozizol 0.5.3-dev into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate lozizol 0.5.3-dev
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate lozizol 0.5.3-dev
[INFO] tweaked toml for crates.io crate lozizol 0.5.3-dev written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate lozizol 0.5.3-dev on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate lozizol 0.5.3-dev 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4d4297ab039efc8991db2b918120224bd808858f0303f7d5d05ab6df571a0d23
[INFO] running `Command { std: "docker" "start" "-a" "4d4297ab039efc8991db2b918120224bd808858f0303f7d5d05ab6df571a0d23", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4d4297ab039efc8991db2b918120224bd808858f0303f7d5d05ab6df571a0d23", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d4297ab039efc8991db2b918120224bd808858f0303f7d5d05ab6df571a0d23", kill_on_drop: false }`
[INFO] [stdout] 4d4297ab039efc8991db2b918120224bd808858f0303f7d5d05ab6df571a0d23
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b0e0ea0edc6bc99cd46c7256092a8218572b59b1035b878ea4e6f1def1c9d163
[INFO] running `Command { std: "docker" "start" "-a" "b0e0ea0edc6bc99cd46c7256092a8218572b59b1035b878ea4e6f1def1c9d163", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling bytes v1.0.1
[INFO] [stderr]    Compiling hex v0.4.2
[INFO] [stderr]    Compiling lozizol v0.5.3-dev (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `self::convert::*`
[INFO] [stdout]   --> src/model/vuint/mod.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub use self::convert::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::en::*`
[INFO] [stdout]   --> src/model/vuint/mod.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub use self::en::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::format::*`
[INFO] [stdout]   --> src/model/vuint/mod.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub use self::format::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/model/assignments.rs:81:20
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn reserve(&mut self) -> TypeReservation {
[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] 81 |     pub fn reserve(&mut self) -> TypeReservation<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
[INFO] running `Command { std: "docker" "inspect" "b0e0ea0edc6bc99cd46c7256092a8218572b59b1035b878ea4e6f1def1c9d163", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0e0ea0edc6bc99cd46c7256092a8218572b59b1035b878ea4e6f1def1c9d163", kill_on_drop: false }`
[INFO] [stdout] b0e0ea0edc6bc99cd46c7256092a8218572b59b1035b878ea4e6f1def1c9d163
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 538df326a57b7ab4d575b9c595df4d2e0dc3f9c7b863420f266fcd02fee22335
[INFO] running `Command { std: "docker" "start" "-a" "538df326a57b7ab4d575b9c595df4d2e0dc3f9c7b863420f266fcd02fee22335", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.60
[INFO] [stderr]    Compiling once_cell v1.5.2
[INFO] [stderr]    Compiling libc v0.2.86
[INFO] [stderr]    Compiling serde_derive v1.0.123
[INFO] [stderr]    Compiling regex-syntax v0.6.22
[INFO] [stderr]    Compiling serde v1.0.123
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling futures-core v0.3.12
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling serde_json v1.0.62
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]    Compiling crossbeam-utils v0.8.1
[INFO] [stderr]    Compiling aho-corasick v0.7.15
[INFO] [stderr]    Compiling itoa v0.4.7
[INFO] [stderr]    Compiling thread_local v1.1.3
[INFO] [stderr]    Compiling futures-sink v0.3.12
[INFO] [stderr]    Compiling futures-task v0.3.12
[INFO] [stderr]    Compiling bstr v0.2.15
[INFO] [stderr]    Compiling futures-io v0.3.12
[INFO] [stderr]    Compiling futures-channel v0.3.12
[INFO] [stderr]    Compiling slab v0.4.2
[INFO] [stderr]    Compiling peg-runtime v0.6.3
[INFO] [stderr]    Compiling pin-project-lite v0.2.4
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling anyhow v1.0.38
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling inventory v0.1.10
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]    Compiling walkdir v2.3.1
[INFO] [stderr]    Compiling futures-timer v3.0.2
[INFO] [stderr]    Compiling pathdiff v0.2.0
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling diff v0.1.12
[INFO] [stdout] warning: unused import: `self::convert::*`
[INFO] [stdout]   --> src/model/vuint/mod.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub use self::convert::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::en::*`
[INFO] [stdout]   --> src/model/vuint/mod.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub use self::en::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::format::*`
[INFO] [stdout]   --> src/model/vuint/mod.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub use self::format::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/model/assignments.rs:81:20
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn reserve(&mut self) -> TypeReservation {
[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] 81 |     pub fn reserve(&mut self) -> TypeReservation<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quote v1.0.8
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling terminal_size v0.1.16
[INFO] [stderr]    Compiling textwrap v0.12.1
[INFO] [stderr]    Compiling shh v1.0.1
[INFO] [stderr]    Compiling term_size v0.3.2
[INFO] [stderr]    Compiling colored v1.9.3
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling peg-macros v0.6.3
[INFO] [stderr]    Compiling regex v1.4.3
[INFO] [stderr]    Compiling peg v0.6.3
[INFO] [stderr]    Compiling globset v0.4.6
[INFO] [stderr]    Compiling ignore v0.4.17
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling k9 v0.10.3
[INFO] [stderr]    Compiling futures-macro v0.3.12
[INFO] [stderr]    Compiling thiserror-impl v1.0.23
[INFO] [stderr]    Compiling inventory-impl v0.1.10
[INFO] [stderr]    Compiling typed-builder v0.7.1
[INFO] [stderr]    Compiling ghost v0.1.2
[INFO] [stderr]    Compiling ctor v0.1.19
[INFO] [stderr]    Compiling async-stream-impl v0.3.0
[INFO] [stderr]    Compiling async-trait v0.1.42
[INFO] [stderr]    Compiling cucumber_rust_codegen v0.1.0
[INFO] [stderr]    Compiling cute_custom_default v2.1.0
[INFO] [stderr]    Compiling async-stream v0.3.0
[INFO] [stderr]    Compiling futures-util v0.3.12
[INFO] [stderr]    Compiling thiserror v1.0.23
[INFO] [stderr]    Compiling futures-executor v0.3.12
[INFO] [stderr]    Compiling futures v0.3.12
[INFO] [stderr]    Compiling gherkin_rust v0.9.0
[INFO] [stderr]    Compiling cucumber_rust v0.8.2
[INFO] [stderr]    Compiling lozizol v0.5.3-dev (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `self::convert::*`
[INFO] [stdout]   --> src/model/vuint/mod.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub use self::convert::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::en::*`
[INFO] [stdout]   --> src/model/vuint/mod.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub use self::en::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::format::*`
[INFO] [stdout]   --> src/model/vuint/mod.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub use self::format::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/model/assignments.rs:81:20
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn reserve(&mut self) -> TypeReservation {
[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] 81 |     pub fn reserve(&mut self) -> TypeReservation<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 25.35s
[INFO] running `Command { std: "docker" "inspect" "538df326a57b7ab4d575b9c595df4d2e0dc3f9c7b863420f266fcd02fee22335", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "538df326a57b7ab4d575b9c595df4d2e0dc3f9c7b863420f266fcd02fee22335", kill_on_drop: false }`
[INFO] [stdout] 538df326a57b7ab4d575b9c595df4d2e0dc3f9c7b863420f266fcd02fee22335
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f3d2a11d2fb84bdd77d16fe9e358c57c7964978168b141de6a58aad666aa2ad4
[INFO] running `Command { std: "docker" "start" "-a" "f3d2a11d2fb84bdd77d16fe9e358c57c7964978168b141de6a58aad666aa2ad4", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `self::convert::*`
[INFO] [stderr]   --> src/model/vuint/mod.rs:59:9
[INFO] [stderr]    |
[INFO] [stderr] 59 | pub use self::convert::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `self::en::*`
[INFO] [stderr]   --> src/model/vuint/mod.rs:61:9
[INFO] [stderr]    |
[INFO] [stderr] 61 | pub use self::en::*;
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `self::format::*`
[INFO] [stderr]   --> src/model/vuint/mod.rs:63:9
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub use self::format::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/model/assignments.rs:81:20
[INFO] [stderr]    |
[INFO] [stderr] 81 |     pub fn reserve(&mut self) -> TypeReservation {
[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] 81 |     pub fn reserve(&mut self) -> TypeReservation<'_> {
[INFO] [stderr]    |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `lozizol` (lib) generated 4 warnings (run `cargo fix --lib -p lozizol` to apply 4 suggestions)
[INFO] [stderr] warning: `lozizol` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lozizol-6bbb3dbd54369c45)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test model::vuint::de::fail_test_incomplete ... ok
[INFO] [stdout] test model::vuint::de::fail_test_zero_leading_byte ... ok
[INFO] [stdout] test model::vuint::de::test_reading ... ok
[INFO] [stdout] test model::vuint::en::test_simple ... ok
[INFO] [stdout] test model::vuint::en::test_write_and_then_read ... ok
[INFO] [stdout] test model::vuint::parse::fail_test_parse_vuint_invalid_hex ... ok
[INFO] [stdout] test model::vuint::parse::fail_test_parse_vuint_unrecognized ... ok
[INFO] [stdout] test model::vuint::parse::test_parse_vuint ... ok
[INFO] [stdout] test model::vuint::format::test_binary_formatting ... ok
[INFO] [stdout] test model::vuint::en::test_writing ... 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/cucumber.rs (/opt/rustwide/target/debug/deps/cucumber-c876ba490fff379a)
[INFO] [stdout] [0m[1m[34m[Cucumber v0.8.2]
[INFO] [stdout] [0m[0m[1m[37mFeature: Vuint - variable-length unsigned integer   [0m[0m[37m features/vuint.feature:1:1 
[INFO] [stdout] [0m
[INFO] [stdout] [0m[1m[37m Scenario Outline: Vuint round trip
[INFO] [stdout]  => <n> = 1, <b> = 1                                [0m[0m[37m features/vuint.feature:3:1 
[INFO] [stdout] [0m[0m[37m  Given an unsigned integer '1'                     [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Given an unsigned integer '1'                   [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[0m[37m  When I serialize it as vuint                      [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I serialize it as vuint                    [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[0m[37m  Then the binary representation should be '1'      [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the binary representation should be '1'    [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[0m[37m  When I deserialize it as vuint                    [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I deserialize it as vuint                  [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[0m[37m  Then the decimal representation should be '1'     [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the decimal representation should be '1'   [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[0m[1m[37m Scenario Outline: Vuint round trip
[INFO] [stdout]  => <n> = 0, <b> = 0                                [0m[0m[37m features/vuint.feature:3:1 
[INFO] [stdout] [0m[0m[37m  Given an unsigned integer '0'                     [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Given an unsigned integer '0'                   [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[0m[37m  When I serialize it as vuint                      [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I serialize it as vuint                    [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[0m[37m  Then the binary representation should be '0'      [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the binary representation should be '0'    [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[0m[37m  When I deserialize it as vuint                    [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I deserialize it as vuint                  [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[0m[37m  Then the decimal representation should be '0'     [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the decimal representation should be '0'   [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[0m[1m[37m Scenario Outline: Vuint round trip
[INFO] [stdout]  => <n> = 127, <b> = 127                            [0m[0m[37m features/vuint.feature:3:1 
[INFO] [stdout] [0m[0m[37m  Given an unsigned integer '127'                   [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Given an unsigned integer '127'                 [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[0m[37m  When I serialize it as vuint                      [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I serialize it as vuint                    [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[0m[37m  Then the binary representation should be '127'    [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the binary representation should be '127'  [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[0m[37m  When I deserialize it as vuint                    [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I deserialize it as vuint                  [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[0m[37m  Then the decimal representation should be '127'   [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the decimal representation should be '127' [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[0m[1m[37m Scenario Outline: Vuint round trip
[INFO] [stdout]  => <n> = 128, <b> = 129, 0                         [0m[0m[37m features/vuint.feature:3:1 
[INFO] [stdout] [0m[0m[37m  Given an unsigned integer '128'                   [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Given an unsigned integer '128'                 [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[0m[37m  When I serialize it as vuint                      [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I serialize it as vuint                    [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[0m[37m  Then the binary representation should be '129, 0' [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the binary representation should be '129, 0'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[0m[37m  When I deserialize it as vuint                    [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I deserialize it as vuint                  [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[0m[37m  Then the decimal representation should be '128'   [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the decimal representation should be '128' [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[0m[1m[37m Scenario Outline: Vuint round trip
[INFO] [stdout]  => <n> = 254, <b> = 129, 126                       [0m[0m[37m features/vuint.feature:3:1 
[INFO] [stdout] [0m[0m[37m  Given an unsigned integer '254'                   [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Given an unsigned integer '254'                 [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[0m[37m  When I serialize it as vuint                      [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I serialize it as vuint                    [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[0m[37m  Then the binary representation should be '129, 126'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the binary representation should be '129, 126'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[0m[37m  When I deserialize it as vuint                    [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I deserialize it as vuint                  [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[0m[37m  Then the decimal representation should be '254'   [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the decimal representation should be '254' [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[0m[1m[37m Scenario Outline: Vuint round trip
[INFO] [stdout]  => <n> = 255, <b> = 129, 127                       [0m[0m[37m features/vuint.feature:3:1 
[INFO] [stdout] [0m[0m[37m  Given an unsigned integer '255'                   [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Given an unsigned integer '255'                 [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[0m[37m  When I serialize it as vuint                      [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I serialize it as vuint                    [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[0m[37m  Then the binary representation should be '129, 127'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the binary representation should be '129, 127'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[0m[37m  When I deserialize it as vuint                    [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I deserialize it as vuint                  [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[0m[37m  Then the decimal representation should be '255'   [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the decimal representation should be '255' [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[0m[1m[37m Scenario Outline: Vuint round trip
[INFO] [stdout]  => <n> = 256, <b> = 130, 0                         [0m[0m[37m features/vuint.feature:3:1 
[INFO] [stdout] [0m[0m[37m  Given an unsigned integer '256'                   [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Given an unsigned integer '256'                 [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[0m[37m  When I serialize it as vuint                      [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I serialize it as vuint                    [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[0m[37m  Then the binary representation should be '130, 0' [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the binary representation should be '130, 0'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[0m[37m  When I deserialize it as vuint                    [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I deserialize it as vuint                  [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[0m[37m  Then the decimal representation should be '256'   [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the decimal representation should be '256' [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[0m[1m[37m Scenario Outline: Vuint round trip
[INFO] [stdout]  => <n> = 257, <b> = 130, 1                         [0m[0m[37m features/vuint.feature:3:1 
[INFO] [stdout] [0m[0m[37m  Given an unsigned integer '257'                   [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Given an unsigned integer '257'                 [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[0m[37m  When I serialize it as vuint                      [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I serialize it as vuint                    [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[0m[37m  Then the binary representation should be '130, 1' [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the binary representation should be '130, 1'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[0m[37m  When I deserialize it as vuint                    [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I deserialize it as vuint                  [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[0m[37m  Then the decimal representation should be '257'   [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the decimal representation should be '257' [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[0m[1m[37m Scenario Outline: Vuint round trip
[INFO] [stdout]  => <n> = 511, <b> = 131, 127                       [0m[0m[37m features/vuint.feature:3:1 
[INFO] [stdout] [0m[0m[37m  Given an unsigned integer '511'                   [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Given an unsigned integer '511'                 [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[0m[37m  When I serialize it as vuint                      [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I serialize it as vuint                    [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[0m[37m  Then the binary representation should be '131, 127'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the binary representation should be '131, 127'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[0m[37m  When I deserialize it as vuint                    [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I deserialize it as vuint                  [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[0m[37m  Then the decimal representation should be '511'   [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the decimal representation should be '511' [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[0m[1m[37m Scenario Outline: Vuint round trip
[INFO] [stdout]  => <n> = 512, <b> = 132, 0                         [0m[0m[37m features/vuint.feature:3:1 
[INFO] [stdout] [0m[0m[37m  Given an unsigned integer '512'                   [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Given an unsigned integer '512'                 [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[0m[37m  When I serialize it as vuint                      [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I serialize it as vuint                    [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[0m[37m  Then the binary representation should be '132, 0' [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the binary representation should be '132, 0'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[0m[37m  When I deserialize it as vuint                    [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I deserialize it as vuint                  [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[0m[37m  Then the decimal representation should be '512'   [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the decimal representation should be '512' [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[0m[1m[37m Scenario Outline: Vuint round trip
[INFO] [stdout]  => <n> = 23363, <b> = 129, 182, 67                 [0m[0m[37m features/vuint.feature:3:1 
[INFO] [stdout] [0m[0m[37m  Given an unsigned integer '23363'                 [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Given an unsigned integer '23363'               [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[0m[37m  When I serialize it as vuint                      [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I serialize it as vuint                    [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[0m[37m  Then the binary representation should be '129, 182, 67'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the binary representation should be '129, 182, 67'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[0m[37m  When I deserialize it as vuint                    [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I deserialize it as vuint                  [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[0m[37m  Then the decimal representation should be '23363' [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the decimal representation should be '23363'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[0m[1m[37m Scenario Outline: Vuint round trip
[INFO] [stdout]  => <n> = 32766, <b> = 129, 255, 126                [0m[0m[37m features/vuint.feature:3:1 
[INFO] [stdout] [0m[0m[37m  Given an unsigned integer '32766'                 [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Given an unsigned integer '32766'               [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[0m[37m  When I serialize it as vuint                      [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I serialize it as vuint                    [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[0m[37m  Then the binary representation should be '129, 255, 126'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the binary representation should be '129, 255, 126'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[0m[37m  When I deserialize it as vuint                    [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I deserialize it as vuint                  [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[0m[37m  Then the decimal representation should be '32766' [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the decimal representation should be '32766'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[0m[1m[37m Scenario Outline: Vuint round trip
[INFO] [stdout]  => <n> = 32767, <b> = 129, 255, 127                [0m[0m[37m features/vuint.feature:3:1 
[INFO] [stdout] [0m[0m[37m  Given an unsigned integer '32767'                 [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Given an unsigned integer '32767'               [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[0m[37m  When I serialize it as vuint                      [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I serialize it as vuint                    [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[0m[37m  Then the binary representation should be '129, 255, 127'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the binary representation should be '129, 255, 127'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[0m[37m  When I deserialize it as vuint                    [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I deserialize it as vuint                  [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[0m[37m  Then the decimal representation should be '32767' [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the decimal representation should be '32767'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[0m[1m[37m Scenario Outline: Vuint round trip
[INFO] [stdout]  => <n> = 32768, <b> = 130, 128, 0                  [0m[0m[37m features/vuint.feature:3:1 
[INFO] [stdout] [0m[0m[37m  Given an unsigned integer '32768'                 [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stderr]      Running tests/sequence.rs (/opt/rustwide/target/debug/deps/sequence-07c8858ac905f68d)
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Given an unsigned integer '32768'               [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[0m[37m  When I serialize it as vuint                      [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I serialize it as vuint                    [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[0m[37m  Then the binary representation should be '130, 128, 0'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the binary representation should be '130, 128, 0'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[0m[37m  When I deserialize it as vuint                    [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I deserialize it as vuint                  [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[0m[37m  Then the decimal representation should be '32768' [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the decimal representation should be '32768'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[0m[1m[37m Scenario Outline: Vuint round trip
[INFO] [stdout]  => <n> = 65535, <b> = 131, 255, 127                [0m[0m[37m features/vuint.feature:3:1 
[INFO] [stdout] [0m[0m[37m  Given an unsigned integer '65535'                 [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Given an unsigned integer '65535'               [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[0m[37m  When I serialize it as vuint                      [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I serialize it as vuint                    [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[0m[37m  Then the binary representation should be '131, 255, 127'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the binary representation should be '131, 255, 127'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[0m[37m  When I deserialize it as vuint                    [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I deserialize it as vuint                  [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[0m[37m  Then the decimal representation should be '65535' [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the decimal representation should be '65535'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[0m[1m[37m Scenario Outline: Vuint round trip
[INFO] [stdout]  => <n> = 65536, <b> = 132, 128, 0                  [0m[0m[37m features/vuint.feature:3:1 
[INFO] [stdout] [0m[0m[37m  Given an unsigned integer '65536'                 [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Given an unsigned integer '65536'               [0m[0m[37m features/vuint.feature:4:5 
[INFO] [stdout] [0m[0m[37m  When I serialize it as vuint                      [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I serialize it as vuint                    [0m[0m[37m features/vuint.feature:5:5 
[INFO] [stdout] [0m[0m[37m  Then the binary representation should be '132, 128, 0'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the binary representation should be '132, 128, 0'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:6:5 
[INFO] [stdout] [0m[0m[37m  When I deserialize it as vuint                    [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ When I deserialize it as vuint                  [0m[0m[37m features/vuint.feature:7:5 
[INFO] [stdout] [0m[0m[37m  Then the decimal representation should be '65536' [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m[1A[2K[0m[32m  ✔ Then the decimal representation should be '65536'
[INFO] [stdout]                                                     [0m[0m[37m features/vuint.feature:8:5 
[INFO] [stdout] [0m
[INFO] [stdout] [0m[1m[34m[Summary]
[INFO] [stdout] [0m[0m[1m[37m1 features
[INFO] [stdout] [0m[0m[1m[37m16 scenarios ([0m[0m[1m[32m16 passed[0m[0m[1m[37m)
[INFO] [stdout] [0m[0m[1m[37m160 steps ([0m[0m[1m[32m80 passed[0m[0m[1m[37m)
[INFO] [stdout] [0m
[INFO] [stdout] Finished in 0.14 seconds.
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test ones ... ok
[INFO] [stdout] test powers ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests lozizol
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/model/vuint/de.rs - model::vuint::de::Vuint<'a>::decode (line 43) ... ok
[INFO] [stdout] test src/model/vuint/de.rs - model::vuint::de::Vuint<'a>::decode (line 20) ... ok
[INFO] [stdout] test src/model/vuint/format.rs - model::vuint::format::Vuint<'a> (line 7) ... ok
[INFO] [stdout] test src/model/vuint/en.rs - model::vuint::en::Vuint<'a>::encode (line 18) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f3d2a11d2fb84bdd77d16fe9e358c57c7964978168b141de6a58aad666aa2ad4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f3d2a11d2fb84bdd77d16fe9e358c57c7964978168b141de6a58aad666aa2ad4", kill_on_drop: false }`
[INFO] [stdout] f3d2a11d2fb84bdd77d16fe9e358c57c7964978168b141de6a58aad666aa2ad4
