[INFO] updating cached repository https://github.com/bobbin-rs/bobbin-wasm
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 4974d2b1f0806b13bb3381c19a36f691bf683d4e
[INFO] checking bobbin-rs/bobbin-wasm against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbobbin-rs%2Fbobbin-wasm" "/workspace/builds/worker-2/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/bobbin-rs/bobbin-wasm on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/bobbin-rs/bobbin-wasm
[INFO] finished tweaking git repo https://github.com/bobbin-rs/bobbin-wasm
[INFO] tweaked toml for git repo https://github.com/bobbin-rs/bobbin-wasm written to /workspace/builds/worker-2/source/Cargo.toml
[INFO] crate git repo https://github.com/bobbin-rs/bobbin-wasm already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 2bb2f1d32d2ecb2eaffaf8c5aad280f5d8868d8940a2c002a7c630baa6d7039a
[INFO] running `"docker" "start" "-a" "2bb2f1d32d2ecb2eaffaf8c5aad280f5d8868d8940a2c002a7c630baa6d7039a"`
[INFO] [stderr]     Checking termcolor v0.3.4
[INFO] [stderr]     Checking fallible-iterator v0.1.4
[INFO] [stderr]     Checking byteorder v1.2.1
[INFO] [stderr]     Checking num-integer v0.1.36
[INFO] [stderr]     Checking clap v2.30.0
[INFO] [stderr]     Checking num-iter v0.1.35
[INFO] [stderr]     Checking num v0.1.42
[INFO] [stderr]     Checking chrono v0.4.0
[INFO] [stderr]     Checking env_logger v0.5.3
[INFO] [stderr]     Checking bobbin-wasm v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/interp.rs:289:22
[INFO] [stderr]     |
[INFO] [stderr] 289 |                 0x28 ... 0x30 => {
[INFO] [stderr]     |                      ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/interp.rs:335:22
[INFO] [stderr]     |
[INFO] [stderr] 335 |                 0x46 ... 0x50 => {
[INFO] [stderr]     |                      ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/interp.rs:355:22
[INFO] [stderr]     |
[INFO] [stderr] 355 |                 0x6a ... 0x79 => {
[INFO] [stderr]     |                      ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/interp.rs:380:29
[INFO] [stderr]     |
[INFO] [stderr] 380 |                 0x45 | 0x67 ... 0x6a => {
[INFO] [stderr]     |                             ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]   --> src/memory_inst.rs:97:9
[INFO] [stderr]    |
[INFO] [stderr] 97 |         (addr % MINI_SIZE)
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/parser/module.rs:604:25
[INFO] [stderr]     |
[INFO] [stderr] 604 |             I32_LOAD8_S ... I32_LOAD16_U |
[INFO] [stderr]     |                         ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/parser/module.rs:605:24
[INFO] [stderr]     |
[INFO] [stderr] 605 |             I32_STORE8 ... I32_STORE16 => {
[INFO] [stderr]     |                        ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/parser/module.rs:614:25
[INFO] [stderr]     |
[INFO] [stderr] 614 |             I64_LOAD8_S ... I64_LOAD32_U |
[INFO] [stderr]     |                         ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/parser/module.rs:615:24
[INFO] [stderr]     |
[INFO] [stderr] 615 |             I64_STORE8 ... I64_STORE32 => {
[INFO] [stderr]     |                        ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]   --> src/page_table.rs:85:9
[INFO] [stderr]    |
[INFO] [stderr] 85 |         (addr % PAGE_SIZE)
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Type` in this scope
[INFO] [stderr]    --> src/module_inst.rs:400:21
[INFO] [stderr]     |
[INFO] [stderr] 400 |             let t = Type { parameters, returns };
[INFO] [stderr]     |                     ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 377 |     use parser::module::Id::Type;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Type` in this scope
[INFO] [stderr]    --> src/module_inst.rs:401:13
[INFO] [stderr]     |
[INFO] [stderr] 401 |             Type {
[INFO] [stderr]     |             ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 377 |     use parser::module::Id::Type;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/interp.rs:289:22
[INFO] [stderr]     |
[INFO] [stderr] 289 |                 0x28 ... 0x30 => {
[INFO] [stderr]     |                      ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/interp.rs:335:22
[INFO] [stderr]     |
[INFO] [stderr] 335 |                 0x46 ... 0x50 => {
[INFO] [stderr]     |                      ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/interp.rs:355:22
[INFO] [stderr]     |
[INFO] [stderr] 355 |                 0x6a ... 0x79 => {
[INFO] [stderr]     |                      ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/interp.rs:380:29
[INFO] [stderr]     |
[INFO] [stderr] 380 |                 0x45 | 0x67 ... 0x6a => {
[INFO] [stderr]     |                             ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]   --> src/memory_inst.rs:97:9
[INFO] [stderr]    |
[INFO] [stderr] 97 |         (addr % MINI_SIZE)
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/parser/module.rs:604:25
[INFO] [stderr]     |
[INFO] [stderr] 604 |             I32_LOAD8_S ... I32_LOAD16_U |
[INFO] [stderr]     |                         ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/parser/module.rs:605:24
[INFO] [stderr]     |
[INFO] [stderr] 605 |             I32_STORE8 ... I32_STORE16 => {
[INFO] [stderr]     |                        ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/parser/module.rs:614:25
[INFO] [stderr]     |
[INFO] [stderr] 614 |             I64_LOAD8_S ... I64_LOAD32_U |
[INFO] [stderr]     |                         ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/parser/module.rs:615:24
[INFO] [stderr]     |
[INFO] [stderr] 615 |             I64_STORE8 ... I64_STORE32 => {
[INFO] [stderr]     |                        ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]   --> src/page_table.rs:85:9
[INFO] [stderr]    |
[INFO] [stderr] 85 |         (addr % PAGE_SIZE)
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]    --> src/interp.rs:380:24
[INFO] [stderr]     |
[INFO] [stderr] 355 |                 0x6a ... 0x79 => {
[INFO] [stderr]     |                 ------------- this range overlaps on `106u8`
[INFO] [stderr] ...
[INFO] [stderr] 380 |                 0x45 | 0x67 ... 0x6a => {
[INFO] [stderr]     |                        ^^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(overlapping_patterns)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:144:20
[INFO] [stderr]     |
[INFO] [stderr] 12  | pub fn f32_hex<W: Write>(out: &mut W, v: f32) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 144 |         assert_eq!(f32_hex(0.0),"0x0p+0");
[INFO] [stderr]     |                    ^^^^^^^ --- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:144:9
[INFO] [stderr]     |
[INFO] [stderr] 144 |         assert_eq!(f32_hex(0.0),"0x0p+0");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:145:20
[INFO] [stderr]     |
[INFO] [stderr] 12  | pub fn f32_hex<W: Write>(out: &mut W, v: f32) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 145 |         assert_eq!(f32_hex(1.0),"0x1p+0");
[INFO] [stderr]     |                    ^^^^^^^ --- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:145:9
[INFO] [stderr]     |
[INFO] [stderr] 145 |         assert_eq!(f32_hex(1.0),"0x1p+0");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:146:20
[INFO] [stderr]     |
[INFO] [stderr] 12  | pub fn f32_hex<W: Write>(out: &mut W, v: f32) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 146 |         assert_eq!(f32_hex(0.5),"0x1p-1");
[INFO] [stderr]     |                    ^^^^^^^ --- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:146:9
[INFO] [stderr]     |
[INFO] [stderr] 146 |         assert_eq!(f32_hex(0.5),"0x1p-1");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:147:20
[INFO] [stderr]     |
[INFO] [stderr] 12  | pub fn f32_hex<W: Write>(out: &mut W, v: f32) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 147 |         assert_eq!(f32_hex(2.0),"0x1p+1");
[INFO] [stderr]     |                    ^^^^^^^ --- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:147:9
[INFO] [stderr]     |
[INFO] [stderr] 147 |         assert_eq!(f32_hex(2.0),"0x1p+1");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:148:20
[INFO] [stderr]     |
[INFO] [stderr] 12  | pub fn f32_hex<W: Write>(out: &mut W, v: f32) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 148 |         assert_eq!(f32_hex(3.0),"0x1.8p+1");
[INFO] [stderr]     |                    ^^^^^^^ --- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:148:9
[INFO] [stderr]     |
[INFO] [stderr] 148 |         assert_eq!(f32_hex(3.0),"0x1.8p+1");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:149:20
[INFO] [stderr]     |
[INFO] [stderr] 12  | pub fn f32_hex<W: Write>(out: &mut W, v: f32) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 149 |         assert_eq!(f32_hex(4.0),"0x1p+2");
[INFO] [stderr]     |                    ^^^^^^^ --- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:149:9
[INFO] [stderr]     |
[INFO] [stderr] 149 |         assert_eq!(f32_hex(4.0),"0x1p+2");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:150:20
[INFO] [stderr]     |
[INFO] [stderr] 12  | pub fn f32_hex<W: Write>(out: &mut W, v: f32) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 150 |         assert_eq!(f32_hex(2.0f32.powi(8)),"0x1p+8");
[INFO] [stderr]     |                    ^^^^^^^ -------------- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:150:9
[INFO] [stderr]     |
[INFO] [stderr] 150 |         assert_eq!(f32_hex(2.0f32.powi(8)),"0x1p+8");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:151:20
[INFO] [stderr]     |
[INFO] [stderr] 12  | pub fn f32_hex<W: Write>(out: &mut W, v: f32) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 151 |         assert_eq!(f32_hex(0.857421875f32), "0x1.b7p-1");
[INFO] [stderr]     |                    ^^^^^^^ -------------- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:151:9
[INFO] [stderr]     |
[INFO] [stderr] 151 |         assert_eq!(f32_hex(0.857421875f32), "0x1.b7p-1");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:152:20
[INFO] [stderr]     |
[INFO] [stderr] 12  | pub fn f32_hex<W: Write>(out: &mut W, v: f32) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 152 |         assert_eq!(f32_hex(f32::from_bits(0x65a9_6816)), "0x1.52d02cp+76");
[INFO] [stderr]     |                    ^^^^^^^ --------------------------- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:152:9
[INFO] [stderr]     |
[INFO] [stderr] 152 |         assert_eq!(f32_hex(f32::from_bits(0x65a9_6816)), "0x1.52d02cp+76");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:153:20
[INFO] [stderr]     |
[INFO] [stderr] 12  | pub fn f32_hex<W: Write>(out: &mut W, v: f32) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 153 |         assert_eq!(f32_hex(f32::from_bits(0x374f_2040)), "0x1.9e408p-17");
[INFO] [stderr]     |                    ^^^^^^^ --------------------------- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:153:9
[INFO] [stderr]     |
[INFO] [stderr] 153 |         assert_eq!(f32_hex(f32::from_bits(0x374f_2040)), "0x1.9e408p-17");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:154:20
[INFO] [stderr]     |
[INFO] [stderr] 12  | pub fn f32_hex<W: Write>(out: &mut W, v: f32) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 154 |         assert_eq!(f32_hex(f32::from_bits(0x7fc0_0000)), "nan");
[INFO] [stderr]     |                    ^^^^^^^ --------------------------- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:154:9
[INFO] [stderr]     |
[INFO] [stderr] 154 |         assert_eq!(f32_hex(f32::from_bits(0x7fc0_0000)), "nan");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:155:20
[INFO] [stderr]     |
[INFO] [stderr] 12  | pub fn f32_hex<W: Write>(out: &mut W, v: f32) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 155 |         assert_eq!(f32_hex(f32::from_bits(0x7f80_0abc)), "nan:0xabc");
[INFO] [stderr]     |                    ^^^^^^^ --------------------------- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:155:9
[INFO] [stderr]     |
[INFO] [stderr] 155 |         assert_eq!(f32_hex(f32::from_bits(0x7f80_0abc)), "nan:0xabc");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:156:20
[INFO] [stderr]     |
[INFO] [stderr] 12  | pub fn f32_hex<W: Write>(out: &mut W, v: f32) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 156 |         assert_eq!(f32_hex(f32::from_bits(0xff80_0abc)), "-nan:0xabc");
[INFO] [stderr]     |                    ^^^^^^^ --------------------------- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:156:9
[INFO] [stderr]     |
[INFO] [stderr] 156 |         assert_eq!(f32_hex(f32::from_bits(0xff80_0abc)), "-nan:0xabc");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:157:20
[INFO] [stderr]     |
[INFO] [stderr] 12  | pub fn f32_hex<W: Write>(out: &mut W, v: f32) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 157 |         assert_eq!(f32_hex(f32::from_bits(0x7f80_0000)), "inf");
[INFO] [stderr]     |                    ^^^^^^^ --------------------------- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:157:9
[INFO] [stderr]     |
[INFO] [stderr] 157 |         assert_eq!(f32_hex(f32::from_bits(0x7f80_0000)), "inf");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:161:20
[INFO] [stderr]     |
[INFO] [stderr] 77  | pub fn f64_hex<W: Write>(out: &mut W, v: f64) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 161 |         assert_eq!(f64_hex(0.0),"0x0p+0");
[INFO] [stderr]     |                    ^^^^^^^ --- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:161:9
[INFO] [stderr]     |
[INFO] [stderr] 161 |         assert_eq!(f64_hex(0.0),"0x0p+0");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:162:20
[INFO] [stderr]     |
[INFO] [stderr] 77  | pub fn f64_hex<W: Write>(out: &mut W, v: f64) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 162 |         assert_eq!(f64_hex(1.0),"0x1p+0");
[INFO] [stderr]     |                    ^^^^^^^ --- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:162:9
[INFO] [stderr]     |
[INFO] [stderr] 162 |         assert_eq!(f64_hex(1.0),"0x1p+0");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:163:20
[INFO] [stderr]     |
[INFO] [stderr] 77  | pub fn f64_hex<W: Write>(out: &mut W, v: f64) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 163 |         assert_eq!(f64_hex(0.5),"0x1p-1");
[INFO] [stderr]     |                    ^^^^^^^ --- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:163:9
[INFO] [stderr]     |
[INFO] [stderr] 163 |         assert_eq!(f64_hex(0.5),"0x1p-1");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:164:20
[INFO] [stderr]     |
[INFO] [stderr] 77  | pub fn f64_hex<W: Write>(out: &mut W, v: f64) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 164 |         assert_eq!(f64_hex(2.0),"0x1p+1");
[INFO] [stderr]     |                    ^^^^^^^ --- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:164:9
[INFO] [stderr]     |
[INFO] [stderr] 164 |         assert_eq!(f64_hex(2.0),"0x1p+1");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:165:20
[INFO] [stderr]     |
[INFO] [stderr] 77  | pub fn f64_hex<W: Write>(out: &mut W, v: f64) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 165 |         assert_eq!(f64_hex(3.0),"0x1.8p+1");
[INFO] [stderr]     |                    ^^^^^^^ --- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:165:9
[INFO] [stderr]     |
[INFO] [stderr] 165 |         assert_eq!(f64_hex(3.0),"0x1.8p+1");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:166:20
[INFO] [stderr]     |
[INFO] [stderr] 77  | pub fn f64_hex<W: Write>(out: &mut W, v: f64) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 166 |         assert_eq!(f64_hex(4.0),"0x1p+2");
[INFO] [stderr]     |                    ^^^^^^^ --- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:166:9
[INFO] [stderr]     |
[INFO] [stderr] 166 |         assert_eq!(f64_hex(4.0),"0x1p+2");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:167:20
[INFO] [stderr]     |
[INFO] [stderr] 77  | pub fn f64_hex<W: Write>(out: &mut W, v: f64) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 167 |         assert_eq!(f64_hex(2.0f64.powi(8)),"0x1p+8");
[INFO] [stderr]     |                    ^^^^^^^ -------------- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:167:9
[INFO] [stderr]     |
[INFO] [stderr] 167 |         assert_eq!(f64_hex(2.0f64.powi(8)),"0x1p+8");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:168:20
[INFO] [stderr]     |
[INFO] [stderr] 77  | pub fn f64_hex<W: Write>(out: &mut W, v: f64) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 168 |         assert_eq!(f64_hex(0.857421875f64), "0x1.b7p-1");
[INFO] [stderr]     |                    ^^^^^^^ -------------- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:168:9
[INFO] [stderr]     |
[INFO] [stderr] 168 |         assert_eq!(f64_hex(0.857421875f64), "0x1.b7p-1");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:170:20
[INFO] [stderr]     |
[INFO] [stderr] 77  | pub fn f64_hex<W: Write>(out: &mut W, v: f64) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 170 |         assert_eq!(f64_hex(f64::from_bits(0xbfef_9add_3c0e_56b8)), "-0x1.f9add3c0e56b8p-1");
[INFO] [stderr]     |                    ^^^^^^^ ------------------------------------- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:170:9
[INFO] [stderr]     |
[INFO] [stderr] 170 |         assert_eq!(f64_hex(f64::from_bits(0xbfef_9add_3c0e_56b8)), "-0x1.f9add3c0e56b8p-1");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:171:20
[INFO] [stderr]     |
[INFO] [stderr] 77  | pub fn f64_hex<W: Write>(out: &mut W, v: f64) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 171 |         assert_eq!(f64_hex(f64::from_bits(0x4019_21fb_5444_2d18)), "0x1.921fb54442d18p+2");
[INFO] [stderr]     |                    ^^^^^^^ ------------------------------------- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:171:9
[INFO] [stderr]     |
[INFO] [stderr] 171 |         assert_eq!(f64_hex(f64::from_bits(0x4019_21fb_5444_2d18)), "0x1.921fb54442d18p+2");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:173:20
[INFO] [stderr]     |
[INFO] [stderr] 77  | pub fn f64_hex<W: Write>(out: &mut W, v: f64) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 173 |         assert_eq!(f64_hex(f64::from_bits(0x7ff8_0000_0000_0000)), "nan");
[INFO] [stderr]     |                    ^^^^^^^ ------------------------------------- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:173:9
[INFO] [stderr]     |
[INFO] [stderr] 173 |         assert_eq!(f64_hex(f64::from_bits(0x7ff8_0000_0000_0000)), "nan");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:175:20
[INFO] [stderr]     |
[INFO] [stderr] 77  | pub fn f64_hex<W: Write>(out: &mut W, v: f64) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 175 |         assert_eq!(f64_hex(f64::from_bits(0xfff8_0000_0000_0000)), "-nan");
[INFO] [stderr]     |                    ^^^^^^^ ------------------------------------- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:175:9
[INFO] [stderr]     |
[INFO] [stderr] 175 |         assert_eq!(f64_hex(f64::from_bits(0xfff8_0000_0000_0000)), "-nan");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:176:20
[INFO] [stderr]     |
[INFO] [stderr] 77  | pub fn f64_hex<W: Write>(out: &mut W, v: f64) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 176 |         assert_eq!(f64_hex(f64::from_bits(0x7ff0_0000_0000_0abc)), "nan:0xabc");
[INFO] [stderr]     |                    ^^^^^^^ ------------------------------------- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:176:9
[INFO] [stderr]     |
[INFO] [stderr] 176 |         assert_eq!(f64_hex(f64::from_bits(0x7ff0_0000_0000_0abc)), "nan:0xabc");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:177:20
[INFO] [stderr]     |
[INFO] [stderr] 77  | pub fn f64_hex<W: Write>(out: &mut W, v: f64) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 177 |         assert_eq!(f64_hex(f64::from_bits(0xfff0_0000_0000_0abc)), "-nan:0xabc");
[INFO] [stderr]     |                    ^^^^^^^ ------------------------------------- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:177:9
[INFO] [stderr]     |
[INFO] [stderr] 177 |         assert_eq!(f64_hex(f64::from_bits(0xfff0_0000_0000_0abc)), "-nan:0xabc");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:178:20
[INFO] [stderr]     |
[INFO] [stderr] 77  | pub fn f64_hex<W: Write>(out: &mut W, v: f64) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 178 |         assert_eq!(f64_hex(f64::from_bits(0x7ff0_0000_0000_0000)), "inf");
[INFO] [stderr]     |                    ^^^^^^^ ------------------------------------- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:178:9
[INFO] [stderr]     |
[INFO] [stderr] 178 |         assert_eq!(f64_hex(f64::from_bits(0x7ff0_0000_0000_0000)), "inf");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stderr]    --> src/floathex.rs:180:20
[INFO] [stderr]     |
[INFO] [stderr] 77  | pub fn f64_hex<W: Write>(out: &mut W, v: f64) -> fmt::Result {
[INFO] [stderr]     | ------------------------------------------------------------ defined here
[INFO] [stderr] ...
[INFO] [stderr] 180 |         assert_eq!(f64_hex(f64::from_bits(0xbfe0_0000_0000_0000)), "-0x1p-1");
[INFO] [stderr]     |                    ^^^^^^^ ------------------------------------- supplied 1 argument
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    expected 2 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/floathex.rs:180:9
[INFO] [stderr]     |
[INFO] [stderr] 180 |         assert_eq!(f64_hex(f64::from_bits(0xbfe0_0000_0000_0000)), "-0x1p-1");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `core::result::Result`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note:   expected enum `core::result::Result<(), core::fmt::Error>`
[INFO] [stderr]             found reference `&str`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 62 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0422.
[INFO] [stderr] For more information about an error, try `rustc --explain E0061`.
[INFO] [stderr] error: could not compile `bobbin-wasm`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "2bb2f1d32d2ecb2eaffaf8c5aad280f5d8868d8940a2c002a7c630baa6d7039a"`
[INFO] running `"docker" "rm" "-f" "2bb2f1d32d2ecb2eaffaf8c5aad280f5d8868d8940a2c002a7c630baa6d7039a"`
[INFO] [stdout] 2bb2f1d32d2ecb2eaffaf8c5aad280f5d8868d8940a2c002a7c630baa6d7039a
