[INFO] fetching crate fixed-filters 0.1.0...
[INFO] testing fixed-filters-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate fixed-filters 0.1.0 into /workspace/builds/worker-1-tc2/source
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate fixed-filters 0.1.0
[INFO] finished tweaking crates.io crate fixed-filters 0.1.0
[INFO] tweaked toml for crates.io crate fixed-filters 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fixed-filters 0.1.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 16 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0fac280ae803b6b504b83a5148e488555f1314fdddc05cdba4d06e674600916e
[INFO] running `Command { std: "docker" "start" "-a" "0fac280ae803b6b504b83a5148e488555f1314fdddc05cdba4d06e674600916e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0fac280ae803b6b504b83a5148e488555f1314fdddc05cdba4d06e674600916e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0fac280ae803b6b504b83a5148e488555f1314fdddc05cdba4d06e674600916e", kill_on_drop: false }`
[INFO] [stdout] 0fac280ae803b6b504b83a5148e488555f1314fdddc05cdba4d06e674600916e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 24367f3b4436c2b7fd968eab2c4e315a1492651269e55beff08558c3b9b4903e
[INFO] running `Command { std: "docker" "start" "-a" "24367f3b4436c2b7fd968eab2c4e315a1492651269e55beff08558c3b9b4903e", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]    Compiling fixed v2.0.0-alpha.28.0
[INFO] [stderr]    Compiling micromath v2.1.0
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `1`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4789 | impl_fixed! { FixedI8, FixedI8, FixedU8, 8, i8, NonZeroI8, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `1`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `1`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4789 | impl_fixed! { FixedI8, FixedI8, FixedU8, 8, i8, NonZeroI8, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `1`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `1`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4789 | impl_fixed! { FixedI8, FixedI8, FixedU8, 8, i8, NonZeroI8, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `1`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `1`
[INFO] [stdout] ...
[INFO] [stdout] 4789 | impl_fixed! { FixedI8, FixedI8, FixedU8, 8, i8, NonZeroI8, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `1`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `1`
[INFO] [stdout] ...
[INFO] [stdout] 4789 | impl_fixed! { FixedI8, FixedI8, FixedU8, 8, i8, NonZeroI8, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `1`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `1`
[INFO] [stdout] ...
[INFO] [stdout] 4789 | impl_fixed! { FixedI8, FixedI8, FixedU8, 8, i8, NonZeroI8, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `1`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `2`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4790 | impl_fixed! { FixedI16, FixedI16, FixedU16, 16, i16, NonZeroI16, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `2`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `2`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4790 | impl_fixed! { FixedI16, FixedI16, FixedU16, 16, i16, NonZeroI16, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `2`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `2`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4790 | impl_fixed! { FixedI16, FixedI16, FixedU16, 16, i16, NonZeroI16, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `2`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `2`
[INFO] [stdout] ...
[INFO] [stdout] 4790 | impl_fixed! { FixedI16, FixedI16, FixedU16, 16, i16, NonZeroI16, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `2`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `2`
[INFO] [stdout] ...
[INFO] [stdout] 4790 | impl_fixed! { FixedI16, FixedI16, FixedU16, 16, i16, NonZeroI16, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `2`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `2`
[INFO] [stdout] ...
[INFO] [stdout] 4790 | impl_fixed! { FixedI16, FixedI16, FixedU16, 16, i16, NonZeroI16, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `2`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `4`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4791 | impl_fixed! { FixedI32, FixedI32, FixedU32, 32, i32, NonZeroI32, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `4`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `4`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4791 | impl_fixed! { FixedI32, FixedI32, FixedU32, 32, i32, NonZeroI32, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `4`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `4`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4791 | impl_fixed! { FixedI32, FixedI32, FixedU32, 32, i32, NonZeroI32, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `4`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `4`
[INFO] [stdout] ...
[INFO] [stdout] 4791 | impl_fixed! { FixedI32, FixedI32, FixedU32, 32, i32, NonZeroI32, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `4`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `4`
[INFO] [stdout] ...
[INFO] [stdout] 4791 | impl_fixed! { FixedI32, FixedI32, FixedU32, 32, i32, NonZeroI32, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `4`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `4`
[INFO] [stdout] ...
[INFO] [stdout] 4791 | impl_fixed! { FixedI32, FixedI32, FixedU32, 32, i32, NonZeroI32, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `4`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `8`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4792 | impl_fixed! { FixedI64, FixedI64, FixedU64, 64, i64, NonZeroI64, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `8`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `8`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4792 | impl_fixed! { FixedI64, FixedI64, FixedU64, 64, i64, NonZeroI64, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `8`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `8`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4792 | impl_fixed! { FixedI64, FixedI64, FixedU64, 64, i64, NonZeroI64, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `8`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `8`
[INFO] [stdout] ...
[INFO] [stdout] 4792 | impl_fixed! { FixedI64, FixedI64, FixedU64, 64, i64, NonZeroI64, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `8`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `8`
[INFO] [stdout] ...
[INFO] [stdout] 4792 | impl_fixed! { FixedI64, FixedI64, FixedU64, 64, i64, NonZeroI64, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `8`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `8`
[INFO] [stdout] ...
[INFO] [stdout] 4792 | impl_fixed! { FixedI64, FixedI64, FixedU64, 64, i64, NonZeroI64, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `8`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `16`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4793 | impl_fixed! { FixedI128, FixedI128, FixedU128, 128, i128, NonZeroI128, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `16`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `16`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4793 | impl_fixed! { FixedI128, FixedI128, FixedU128, 128, i128, NonZeroI128, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `16`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `16`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4793 | impl_fixed! { FixedI128, FixedI128, FixedU128, 128, i128, NonZeroI128, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `16`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `16`
[INFO] [stdout] ...
[INFO] [stdout] 4793 | impl_fixed! { FixedI128, FixedI128, FixedU128, 128, i128, NonZeroI128, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `16`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `16`
[INFO] [stdout] ...
[INFO] [stdout] 4793 | impl_fixed! { FixedI128, FixedI128, FixedU128, 128, i128, NonZeroI128, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `16`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `16`
[INFO] [stdout] ...
[INFO] [stdout] 4793 | impl_fixed! { FixedI128, FixedI128, FixedU128, 128, i128, NonZeroI128, Signed }
[INFO] [stdout]      | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `16`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `1`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4794 | impl_fixed! { FixedU8, FixedI8, FixedU8, 8, u8, NonZeroU8, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `1`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `1`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4794 | impl_fixed! { FixedU8, FixedI8, FixedU8, 8, u8, NonZeroU8, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `1`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `1`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4794 | impl_fixed! { FixedU8, FixedI8, FixedU8, 8, u8, NonZeroU8, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `1`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `1`
[INFO] [stdout] ...
[INFO] [stdout] 4794 | impl_fixed! { FixedU8, FixedI8, FixedU8, 8, u8, NonZeroU8, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `1`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `1`
[INFO] [stdout] ...
[INFO] [stdout] 4794 | impl_fixed! { FixedU8, FixedI8, FixedU8, 8, u8, NonZeroU8, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `1`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `1`
[INFO] [stdout] ...
[INFO] [stdout] 4794 | impl_fixed! { FixedU8, FixedI8, FixedU8, 8, u8, NonZeroU8, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `1`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `2`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4795 | impl_fixed! { FixedU16, FixedI16, FixedU16, 16, u16, NonZeroU16, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `2`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `2`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4795 | impl_fixed! { FixedU16, FixedI16, FixedU16, 16, u16, NonZeroU16, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `2`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `2`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4795 | impl_fixed! { FixedU16, FixedI16, FixedU16, 16, u16, NonZeroU16, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `2`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `2`
[INFO] [stdout] ...
[INFO] [stdout] 4795 | impl_fixed! { FixedU16, FixedI16, FixedU16, 16, u16, NonZeroU16, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `2`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `2`
[INFO] [stdout] ...
[INFO] [stdout] 4795 | impl_fixed! { FixedU16, FixedI16, FixedU16, 16, u16, NonZeroU16, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `2`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `2`
[INFO] [stdout] ...
[INFO] [stdout] 4795 | impl_fixed! { FixedU16, FixedI16, FixedU16, 16, u16, NonZeroU16, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `2`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `4`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4796 | impl_fixed! { FixedU32, FixedI32, FixedU32, 32, u32, NonZeroU32, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `4`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `4`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4796 | impl_fixed! { FixedU32, FixedI32, FixedU32, 32, u32, NonZeroU32, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `4`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `4`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4796 | impl_fixed! { FixedU32, FixedI32, FixedU32, 32, u32, NonZeroU32, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `4`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `4`
[INFO] [stdout] ...
[INFO] [stdout] 4796 | impl_fixed! { FixedU32, FixedI32, FixedU32, 32, u32, NonZeroU32, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `4`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `4`
[INFO] [stdout] ...
[INFO] [stdout] 4796 | impl_fixed! { FixedU32, FixedI32, FixedU32, 32, u32, NonZeroU32, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `4`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `4`
[INFO] [stdout] ...
[INFO] [stdout] 4796 | impl_fixed! { FixedU32, FixedI32, FixedU32, 32, u32, NonZeroU32, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `4`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `8`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4797 | impl_fixed! { FixedU64, FixedI64, FixedU64, 64, u64, NonZeroU64, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `8`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `8`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4797 | impl_fixed! { FixedU64, FixedI64, FixedU64, 64, u64, NonZeroU64, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `8`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `8`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4797 | impl_fixed! { FixedU64, FixedI64, FixedU64, 64, u64, NonZeroU64, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `8`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `8`
[INFO] [stdout] ...
[INFO] [stdout] 4797 | impl_fixed! { FixedU64, FixedI64, FixedU64, 64, u64, NonZeroU64, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `8`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `8`
[INFO] [stdout] ...
[INFO] [stdout] 4797 | impl_fixed! { FixedU64, FixedI64, FixedU64, 64, u64, NonZeroU64, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `8`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `8`
[INFO] [stdout] ...
[INFO] [stdout] 4797 | impl_fixed! { FixedU64, FixedI64, FixedU64, 64, u64, NonZeroU64, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `8`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `16`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4798 | impl_fixed! { FixedU128, FixedI128, FixedU128, 128, u128, NonZeroU128, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `16`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `16`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4798 | impl_fixed! { FixedU128, FixedI128, FixedU128, 128, u128, NonZeroU128, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `16`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stdout]      |
[INFO] [stdout] 4137 |             Self::$method($($param),*)
[INFO] [stdout]      |                             ^^^^^^ expected `16`, found `size_of::<Self>()`
[INFO] [stdout] ...
[INFO] [stdout] 4798 | impl_fixed! { FixedU128, FixedI128, FixedU128, 128, u128, NonZeroU128, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `16`
[INFO] [stdout]                 found constant `size_of::<Self>()`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `16`
[INFO] [stdout] ...
[INFO] [stdout] 4798 | impl_fixed! { FixedU128, FixedI128, FixedU128, 128, u128, NonZeroU128, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `16`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `16`
[INFO] [stdout] ...
[INFO] [stdout] 4798 | impl_fixed! { FixedU128, FixedI128, FixedU128, 128, u128, NonZeroU128, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `16`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stdout]      |
[INFO] [stdout] 4143 |             self.$method($($param),*)
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `16`
[INFO] [stdout] ...
[INFO] [stdout] 4798 | impl_fixed! { FixedU128, FixedI128, FixedU128, 128, u128, NonZeroU128, Unsigned }
[INFO] [stdout]      | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected constant `size_of::<Self>()`
[INFO] [stdout]                 found constant `16`
[INFO] [stdout]      = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fixed` (lib) due to 60 previous errors
[INFO] running `Command { std: "docker" "inspect" "24367f3b4436c2b7fd968eab2c4e315a1492651269e55beff08558c3b9b4903e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24367f3b4436c2b7fd968eab2c4e315a1492651269e55beff08558c3b9b4903e", kill_on_drop: false }`
[INFO] [stdout] 24367f3b4436c2b7fd968eab2c4e315a1492651269e55beff08558c3b9b4903e
