[INFO] fetching crate endian 0.1.3... [INFO] checking endian-0.1.3 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate endian 0.1.3 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate endian 0.1.3 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate endian 0.1.3 [INFO] finished tweaking crates.io crate endian 0.1.3 [INFO] tweaked toml for crates.io crate endian 0.1.3 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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] 21cfc494fd7b8a50228922533f56ca8ae22f2045988389d472c85e7acc011c98 [INFO] running `"docker" "start" "-a" "21cfc494fd7b8a50228922533f56ca8ae22f2045988389d472c85e7acc011c98"` [INFO] [stderr] Checking bswap v1.0.0 [INFO] [stderr] Checking endian v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:32:32 [INFO] [stderr] | [INFO] [stderr] 32 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 33 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 34 | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------- [INFO] [stderr] 35 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:32:32 [INFO] [stderr] | [INFO] [stderr] 32 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 33 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 34 | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------- [INFO] [stderr] 35 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:32:32 [INFO] [stderr] | [INFO] [stderr] 32 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 33 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 34 | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------- [INFO] [stderr] 35 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 43 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 44 | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------- [INFO] [stderr] 45 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 43 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 44 | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------- [INFO] [stderr] 45 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 43 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 44 | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------- [INFO] [stderr] 45 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 56 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 57 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 58 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:61:32 [INFO] [stderr] | [INFO] [stderr] 61 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 62 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 63 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 64 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 56 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 57 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 58 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:61:32 [INFO] [stderr] | [INFO] [stderr] 61 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 62 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 63 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 64 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 56 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 57 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 58 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:61:32 [INFO] [stderr] | [INFO] [stderr] 61 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 62 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 63 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 64 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 72 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 73 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 74 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:77:32 [INFO] [stderr] | [INFO] [stderr] 77 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 78 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 79 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 80 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 72 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 73 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 74 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:77:32 [INFO] [stderr] | [INFO] [stderr] 77 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 78 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 79 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 80 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 72 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 73 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 74 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:77:32 [INFO] [stderr] | [INFO] [stderr] 77 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 78 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 79 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 80 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:32:32 [INFO] [stderr] | [INFO] [stderr] 32 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 33 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 34 | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------- [INFO] [stderr] 35 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:90:32 [INFO] [stderr] | [INFO] [stderr] 90 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 91 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 92 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 93 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:32:32 [INFO] [stderr] | [INFO] [stderr] 32 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 33 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 34 | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------- [INFO] [stderr] 35 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:96:32 [INFO] [stderr] | [INFO] [stderr] 96 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 97 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 98 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 99 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:32:32 [INFO] [stderr] | [INFO] [stderr] 32 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 33 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 34 | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------- [INFO] [stderr] 35 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:90:32 [INFO] [stderr] | [INFO] [stderr] 90 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 91 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 92 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 93 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:96:32 [INFO] [stderr] | [INFO] [stderr] 96 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 97 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 98 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 99 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 43 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 44 | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------- [INFO] [stderr] 45 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:90:32 [INFO] [stderr] | [INFO] [stderr] 90 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 91 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 92 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 93 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 43 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 44 | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------- [INFO] [stderr] 45 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:96:32 [INFO] [stderr] | [INFO] [stderr] 96 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 97 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 98 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 99 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:106:32 [INFO] [stderr] | [INFO] [stderr] 106 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 107 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 108 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 109 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 43 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 44 | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------- [INFO] [stderr] 45 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:112:32 [INFO] [stderr] | [INFO] [stderr] 112 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 113 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 114 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 115 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 56 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 57 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 58 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:61:32 [INFO] [stderr] | [INFO] [stderr] 61 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 62 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 63 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 64 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 56 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 57 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 58 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:106:32 [INFO] [stderr] | [INFO] [stderr] 106 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 107 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 108 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 109 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:61:32 [INFO] [stderr] | [INFO] [stderr] 61 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 62 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 63 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 64 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:112:32 [INFO] [stderr] | [INFO] [stderr] 112 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 113 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 114 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 115 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:106:32 [INFO] [stderr] | [INFO] [stderr] 106 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 107 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 108 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 109 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 56 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 57 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 58 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:112:32 [INFO] [stderr] | [INFO] [stderr] 112 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 113 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 114 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 115 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:125:32 [INFO] [stderr] | [INFO] [stderr] 125 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 126 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 127 | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------ [INFO] [stderr] 128 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:61:32 [INFO] [stderr] | [INFO] [stderr] 61 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 62 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 63 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 64 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:125:32 [INFO] [stderr] | [INFO] [stderr] 125 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 126 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 127 | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------ [INFO] [stderr] 128 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 72 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 73 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 74 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:77:32 [INFO] [stderr] | [INFO] [stderr] 77 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 78 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 79 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 80 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:125:32 [INFO] [stderr] | [INFO] [stderr] 125 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 126 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 127 | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------ [INFO] [stderr] 128 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:135:32 [INFO] [stderr] | [INFO] [stderr] 135 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 136 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 137 | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------ [INFO] [stderr] 138 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 72 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 73 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 74 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:77:32 [INFO] [stderr] | [INFO] [stderr] 77 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 78 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 79 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 80 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:135:32 [INFO] [stderr] | [INFO] [stderr] 135 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 136 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 137 | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------ [INFO] [stderr] 138 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 72 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 73 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 74 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:135:32 [INFO] [stderr] | [INFO] [stderr] 135 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 136 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 137 | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------ [INFO] [stderr] 138 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:77:32 [INFO] [stderr] | [INFO] [stderr] 77 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 78 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 79 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 80 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:148:32 [INFO] [stderr] | [INFO] [stderr] 148 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 149 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 150 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 151 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:90:32 [INFO] [stderr] | [INFO] [stderr] 90 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 91 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 92 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 93 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:154:32 [INFO] [stderr] | [INFO] [stderr] 154 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 155 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 156 | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 157 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:96:32 [INFO] [stderr] | [INFO] [stderr] 96 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 97 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 98 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 99 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:148:32 [INFO] [stderr] | [INFO] [stderr] 148 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 149 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 150 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 151 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:154:32 [INFO] [stderr] | [INFO] [stderr] 154 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 155 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 156 | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 157 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:90:32 [INFO] [stderr] | [INFO] [stderr] 90 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 91 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 92 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 93 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:148:32 [INFO] [stderr] | [INFO] [stderr] 148 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 149 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 150 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 151 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:96:32 [INFO] [stderr] | [INFO] [stderr] 96 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 97 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 98 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 99 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:154:32 [INFO] [stderr] | [INFO] [stderr] 154 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 155 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 156 | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 157 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:90:32 [INFO] [stderr] | [INFO] [stderr] 90 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 91 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 92 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 93 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:164:32 [INFO] [stderr] | [INFO] [stderr] 164 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 165 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 166 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 167 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:96:32 [INFO] [stderr] | [INFO] [stderr] 96 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 97 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 98 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 99 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:170:32 [INFO] [stderr] | [INFO] [stderr] 170 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 171 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 172 | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 173 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:106:32 [INFO] [stderr] | [INFO] [stderr] 106 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 107 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 108 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 109 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:164:32 [INFO] [stderr] | [INFO] [stderr] 164 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 165 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 166 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 167 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:112:32 [INFO] [stderr] | [INFO] [stderr] 112 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 113 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 114 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 115 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:170:32 [INFO] [stderr] | [INFO] [stderr] 170 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 171 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 172 | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 173 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:106:32 [INFO] [stderr] | [INFO] [stderr] 106 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 107 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 108 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 109 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:112:32 [INFO] [stderr] | [INFO] [stderr] 112 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 113 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 114 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 115 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:164:32 [INFO] [stderr] | [INFO] [stderr] 164 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 165 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 166 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 167 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:106:32 [INFO] [stderr] | [INFO] [stderr] 106 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 107 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 108 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 109 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:112:32 [INFO] [stderr] | [INFO] [stderr] 112 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 113 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 114 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 115 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:125:32 [INFO] [stderr] | [INFO] [stderr] 125 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 126 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 127 | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------ [INFO] [stderr] 128 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:125:32 [INFO] [stderr] | [INFO] [stderr] 125 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 126 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 127 | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------ [INFO] [stderr] 128 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:170:32 [INFO] [stderr] | [INFO] [stderr] 170 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 171 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 172 | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 173 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:125:32 [INFO] [stderr] | [INFO] [stderr] 125 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 126 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 127 | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------ [INFO] [stderr] 128 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:183:32 [INFO] [stderr] | [INFO] [stderr] 183 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 184 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 185 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 186 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:135:32 [INFO] [stderr] | [INFO] [stderr] 135 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 136 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 137 | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------ [INFO] [stderr] 138 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:189:32 [INFO] [stderr] | [INFO] [stderr] 189 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 190 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 191 | "output buffer must be empty", [INFO] [stderr] | ----------------------------- [INFO] [stderr] 192 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:135:32 [INFO] [stderr] | [INFO] [stderr] 135 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 136 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 137 | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------ [INFO] [stderr] 138 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:135:32 [INFO] [stderr] | [INFO] [stderr] 135 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 136 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 137 | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------ [INFO] [stderr] 138 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:148:32 [INFO] [stderr] | [INFO] [stderr] 148 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 149 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 150 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 151 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:154:32 [INFO] [stderr] | [INFO] [stderr] 154 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 155 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 156 | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 157 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:148:32 [INFO] [stderr] | [INFO] [stderr] 148 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 149 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 150 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 151 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:183:32 [INFO] [stderr] | [INFO] [stderr] 183 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 184 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 185 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 186 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:154:32 [INFO] [stderr] | [INFO] [stderr] 154 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 155 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 156 | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 157 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:189:32 [INFO] [stderr] | [INFO] [stderr] 189 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 190 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 191 | "output buffer must be empty", [INFO] [stderr] | ----------------------------- [INFO] [stderr] 192 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:148:32 [INFO] [stderr] | [INFO] [stderr] 148 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 149 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 150 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 151 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:154:32 [INFO] [stderr] | [INFO] [stderr] 154 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 155 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 156 | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 157 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:183:32 [INFO] [stderr] | [INFO] [stderr] 183 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 184 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 185 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 186 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:164:32 [INFO] [stderr] | [INFO] [stderr] 164 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 165 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 166 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 167 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:189:32 [INFO] [stderr] | [INFO] [stderr] 189 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 190 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 191 | "output buffer must be empty", [INFO] [stderr] | ----------------------------- [INFO] [stderr] 192 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:170:32 [INFO] [stderr] | [INFO] [stderr] 170 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 171 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 172 | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 173 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:164:32 [INFO] [stderr] | [INFO] [stderr] 164 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 165 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 166 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 167 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:200:32 [INFO] [stderr] | [INFO] [stderr] 200 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 201 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 202 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 203 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:170:32 [INFO] [stderr] | [INFO] [stderr] 170 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 171 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 172 | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 173 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:206:32 [INFO] [stderr] | [INFO] [stderr] 206 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 207 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 208 | "output buffer must be empty", [INFO] [stderr] | ----------------------------- [INFO] [stderr] 209 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:164:32 [INFO] [stderr] | [INFO] [stderr] 164 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 165 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 166 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 167 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:170:32 [INFO] [stderr] | [INFO] [stderr] 170 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 171 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 172 | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 173 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:200:32 [INFO] [stderr] | [INFO] [stderr] 200 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 201 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 202 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 203 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:183:32 [INFO] [stderr] | [INFO] [stderr] 183 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 184 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 185 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 186 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:206:32 [INFO] [stderr] | [INFO] [stderr] 206 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 207 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 208 | "output buffer must be empty", [INFO] [stderr] | ----------------------------- [INFO] [stderr] 209 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:189:32 [INFO] [stderr] | [INFO] [stderr] 189 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 190 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 191 | "output buffer must be empty", [INFO] [stderr] | ----------------------------- [INFO] [stderr] 192 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:200:32 [INFO] [stderr] | [INFO] [stderr] 200 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 201 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 202 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 203 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:183:32 [INFO] [stderr] | [INFO] [stderr] 183 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 184 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 185 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 186 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:206:32 [INFO] [stderr] | [INFO] [stderr] 206 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 207 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 208 | "output buffer must be empty", [INFO] [stderr] | ----------------------------- [INFO] [stderr] 209 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:189:32 [INFO] [stderr] | [INFO] [stderr] 189 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 190 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 191 | "output buffer must be empty", [INFO] [stderr] | ----------------------------- [INFO] [stderr] 192 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 60 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:183:32 [INFO] [stderr] | [INFO] [stderr] 183 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 184 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 185 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 186 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:189:32 [INFO] [stderr] | [INFO] [stderr] 189 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 190 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 191 | "output buffer must be empty", [INFO] [stderr] | ----------------------------- [INFO] [stderr] 192 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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: could not compile `endian`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:200:32 [INFO] [stderr] | [INFO] [stderr] 200 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 201 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 202 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 203 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:206:32 [INFO] [stderr] | [INFO] [stderr] 206 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 207 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 208 | "output buffer must be empty", [INFO] [stderr] | ----------------------------- [INFO] [stderr] 209 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:200:32 [INFO] [stderr] | [INFO] [stderr] 200 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 201 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 202 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 203 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:206:32 [INFO] [stderr] | [INFO] [stderr] 206 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 207 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 208 | "output buffer must be empty", [INFO] [stderr] | ----------------------------- [INFO] [stderr] 209 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:200:32 [INFO] [stderr] | [INFO] [stderr] 200 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 201 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 202 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 203 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:206:32 [INFO] [stderr] | [INFO] [stderr] 206 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 207 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 208 | "output buffer must be empty", [INFO] [stderr] | ----------------------------- [INFO] [stderr] 209 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [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 60 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `endian`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "21cfc494fd7b8a50228922533f56ca8ae22f2045988389d472c85e7acc011c98"` [INFO] running `"docker" "rm" "-f" "21cfc494fd7b8a50228922533f56ca8ae22f2045988389d472c85e7acc011c98"` [INFO] [stdout] 21cfc494fd7b8a50228922533f56ca8ae22f2045988389d472c85e7acc011c98