[INFO] crate endian 0.1.3 is already in cache [INFO] extracting crate endian 0.1.3 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/endian/0.1.3 [INFO] extracting crate endian 0.1.3 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/endian/0.1.3 [INFO] validating manifest of endian-0.1.3 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of endian-0.1.3 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing endian-0.1.3 [INFO] finished frobbing endian-0.1.3 [INFO] frobbed toml for endian-0.1.3 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/endian/0.1.3/Cargo.toml [INFO] started frobbing endian-0.1.3 [INFO] finished frobbing endian-0.1.3 [INFO] frobbed toml for endian-0.1.3 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/endian/0.1.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking endian-0.1.3 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-0/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/endian/0.1.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d98d23d9b955be07c47e51b89f4788118895a46da15084bceb8ca12387c21d6d [INFO] running `"docker" "start" "-a" "d98d23d9b955be07c47e51b89f4788118895a46da15084bceb8ca12387c21d6d"` [INFO] [stderr] Checking bswap v1.0.0 [INFO] [stderr] Checking endian v0.1.3 (/opt/crater/workdir) [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:32:32 [INFO] [stderr] | [INFO] [stderr] 32 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 33 | | io::ErrorKind::WriteZero, [INFO] [stderr] 34 | | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 35 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:32:32 [INFO] [stderr] | [INFO] [stderr] 32 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 33 | | io::ErrorKind::WriteZero, [INFO] [stderr] 34 | | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 35 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:32:32 [INFO] [stderr] | [INFO] [stderr] 32 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 33 | | io::ErrorKind::WriteZero, [INFO] [stderr] 34 | | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 35 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 43 | | io::ErrorKind::WriteZero, [INFO] [stderr] 44 | | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 45 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 43 | | io::ErrorKind::WriteZero, [INFO] [stderr] 44 | | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 45 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 43 | | io::ErrorKind::WriteZero, [INFO] [stderr] 44 | | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 45 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 56 | | io::ErrorKind::WriteZero, [INFO] [stderr] 57 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 58 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:61:32 [INFO] [stderr] | [INFO] [stderr] 61 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 62 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 63 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 64 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 56 | | io::ErrorKind::WriteZero, [INFO] [stderr] 57 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 58 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:61:32 [INFO] [stderr] | [INFO] [stderr] 61 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 62 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 63 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 64 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 56 | | io::ErrorKind::WriteZero, [INFO] [stderr] 57 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 58 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:61:32 [INFO] [stderr] | [INFO] [stderr] 61 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 62 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 63 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 64 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 72 | | io::ErrorKind::WriteZero, [INFO] [stderr] 73 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 74 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:77:32 [INFO] [stderr] | [INFO] [stderr] 77 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 78 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 79 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 80 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 72 | | io::ErrorKind::WriteZero, [INFO] [stderr] 73 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 74 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:77:32 [INFO] [stderr] | [INFO] [stderr] 77 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 78 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 79 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 80 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 72 | | io::ErrorKind::WriteZero, [INFO] [stderr] 73 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 74 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:77:32 [INFO] [stderr] | [INFO] [stderr] 77 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 78 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 79 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 80 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:90:32 [INFO] [stderr] | [INFO] [stderr] 90 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 91 | | io::ErrorKind::WriteZero, [INFO] [stderr] 92 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 93 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:96:32 [INFO] [stderr] | [INFO] [stderr] 96 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 97 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 98 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 99 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:90:32 [INFO] [stderr] | [INFO] [stderr] 90 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 91 | | io::ErrorKind::WriteZero, [INFO] [stderr] 92 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 93 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:96:32 [INFO] [stderr] | [INFO] [stderr] 96 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 97 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 98 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 99 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:90:32 [INFO] [stderr] | [INFO] [stderr] 90 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 91 | | io::ErrorKind::WriteZero, [INFO] [stderr] 92 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 93 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:96:32 [INFO] [stderr] | [INFO] [stderr] 96 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 97 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 98 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 99 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:106:32 [INFO] [stderr] | [INFO] [stderr] 106 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 107 | | io::ErrorKind::WriteZero, [INFO] [stderr] 108 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 109 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:112:32 [INFO] [stderr] | [INFO] [stderr] 112 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 113 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 114 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 115 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:106:32 [INFO] [stderr] | [INFO] [stderr] 106 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 107 | | io::ErrorKind::WriteZero, [INFO] [stderr] 108 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 109 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:112:32 [INFO] [stderr] | [INFO] [stderr] 112 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 113 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 114 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 115 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:106:32 [INFO] [stderr] | [INFO] [stderr] 106 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 107 | | io::ErrorKind::WriteZero, [INFO] [stderr] 108 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 109 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:112:32 [INFO] [stderr] | [INFO] [stderr] 112 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 113 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 114 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 115 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:125:32 [INFO] [stderr] | [INFO] [stderr] 125 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 126 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 127 | | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 128 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:125:32 [INFO] [stderr] | [INFO] [stderr] 125 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 126 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 127 | | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 128 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:125:32 [INFO] [stderr] | [INFO] [stderr] 125 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 126 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 127 | | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 128 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:135:32 [INFO] [stderr] | [INFO] [stderr] 135 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 136 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 137 | | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 138 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:135:32 [INFO] [stderr] | [INFO] [stderr] 135 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 136 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 137 | | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 138 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:135:32 [INFO] [stderr] | [INFO] [stderr] 135 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 136 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 137 | | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 138 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:148:32 [INFO] [stderr] | [INFO] [stderr] 148 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 149 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 150 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 151 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:154:32 [INFO] [stderr] | [INFO] [stderr] 154 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 155 | | io::ErrorKind::WriteZero, [INFO] [stderr] 156 | | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] 157 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:148:32 [INFO] [stderr] | [INFO] [stderr] 148 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 149 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 150 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 151 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:154:32 [INFO] [stderr] | [INFO] [stderr] 154 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 155 | | io::ErrorKind::WriteZero, [INFO] [stderr] 156 | | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] 157 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:148:32 [INFO] [stderr] | [INFO] [stderr] 148 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 149 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 150 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 151 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:154:32 [INFO] [stderr] | [INFO] [stderr] 154 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 155 | | io::ErrorKind::WriteZero, [INFO] [stderr] 156 | | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] 157 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:164:32 [INFO] [stderr] | [INFO] [stderr] 164 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 165 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 166 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 167 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:170:32 [INFO] [stderr] | [INFO] [stderr] 170 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 171 | | io::ErrorKind::WriteZero, [INFO] [stderr] 172 | | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] 173 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:164:32 [INFO] [stderr] | [INFO] [stderr] 164 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 165 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 166 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 167 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:32:32 [INFO] [stderr] | [INFO] [stderr] 32 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 33 | | io::ErrorKind::WriteZero, [INFO] [stderr] 34 | | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 35 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:170:32 [INFO] [stderr] | [INFO] [stderr] 170 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 171 | | io::ErrorKind::WriteZero, [INFO] [stderr] 172 | | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] 173 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:32:32 [INFO] [stderr] | [INFO] [stderr] 32 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 33 | | io::ErrorKind::WriteZero, [INFO] [stderr] 34 | | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 35 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:164:32 [INFO] [stderr] | [INFO] [stderr] 164 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 165 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 166 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 167 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:32:32 [INFO] [stderr] | [INFO] [stderr] 32 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 33 | | io::ErrorKind::WriteZero, [INFO] [stderr] 34 | | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 35 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:170:32 [INFO] [stderr] | [INFO] [stderr] 170 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 171 | | io::ErrorKind::WriteZero, [INFO] [stderr] 172 | | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] 173 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 43 | | io::ErrorKind::WriteZero, [INFO] [stderr] 44 | | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 45 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:183:32 [INFO] [stderr] | [INFO] [stderr] 183 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 184 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 185 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 186 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 43 | | io::ErrorKind::WriteZero, [INFO] [stderr] 44 | | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 45 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:189:32 [INFO] [stderr] | [INFO] [stderr] 189 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 190 | | io::ErrorKind::WriteZero, [INFO] [stderr] 191 | | "output buffer must be empty", [INFO] [stderr] 192 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 43 | | io::ErrorKind::WriteZero, [INFO] [stderr] 44 | | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 45 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 56 | | io::ErrorKind::WriteZero, [INFO] [stderr] 57 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 58 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:61:32 [INFO] [stderr] | [INFO] [stderr] 61 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 62 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 63 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 64 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 56 | | io::ErrorKind::WriteZero, [INFO] [stderr] 57 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 58 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:61:32 [INFO] [stderr] | [INFO] [stderr] 61 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 62 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 63 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 64 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 56 | | io::ErrorKind::WriteZero, [INFO] [stderr] 57 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 58 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:61:32 [INFO] [stderr] | [INFO] [stderr] 61 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 62 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 63 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 64 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 72 | | io::ErrorKind::WriteZero, [INFO] [stderr] 73 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 74 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:77:32 [INFO] [stderr] | [INFO] [stderr] 77 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 78 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 79 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 80 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 72 | | io::ErrorKind::WriteZero, [INFO] [stderr] 73 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 74 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:77:32 [INFO] [stderr] | [INFO] [stderr] 77 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 78 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 79 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 80 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 72 | | io::ErrorKind::WriteZero, [INFO] [stderr] 73 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 74 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:183:32 [INFO] [stderr] | [INFO] [stderr] 183 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 184 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 185 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 186 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:77:32 [INFO] [stderr] | [INFO] [stderr] 77 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 78 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 79 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 80 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:189:32 [INFO] [stderr] | [INFO] [stderr] 189 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 190 | | io::ErrorKind::WriteZero, [INFO] [stderr] 191 | | "output buffer must be empty", [INFO] [stderr] 192 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:183:32 [INFO] [stderr] | [INFO] [stderr] 183 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 184 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 185 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 186 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:90:32 [INFO] [stderr] | [INFO] [stderr] 90 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 91 | | io::ErrorKind::WriteZero, [INFO] [stderr] 92 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 93 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:189:32 [INFO] [stderr] | [INFO] [stderr] 189 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 190 | | io::ErrorKind::WriteZero, [INFO] [stderr] 191 | | "output buffer must be empty", [INFO] [stderr] 192 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:96:32 [INFO] [stderr] | [INFO] [stderr] 96 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 97 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 98 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 99 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:200:32 [INFO] [stderr] | [INFO] [stderr] 200 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 201 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 202 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 203 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:206:32 [INFO] [stderr] | [INFO] [stderr] 206 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 207 | | io::ErrorKind::WriteZero, [INFO] [stderr] 208 | | "output buffer must be empty", [INFO] [stderr] 209 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:90:32 [INFO] [stderr] | [INFO] [stderr] 90 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 91 | | io::ErrorKind::WriteZero, [INFO] [stderr] 92 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 93 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:200:32 [INFO] [stderr] | [INFO] [stderr] 200 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 201 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 202 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 203 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:96:32 [INFO] [stderr] | [INFO] [stderr] 96 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 97 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 98 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 99 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:206:32 [INFO] [stderr] | [INFO] [stderr] 206 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 207 | | io::ErrorKind::WriteZero, [INFO] [stderr] 208 | | "output buffer must be empty", [INFO] [stderr] 209 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:90:32 [INFO] [stderr] | [INFO] [stderr] 90 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 91 | | io::ErrorKind::WriteZero, [INFO] [stderr] 92 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 93 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:200:32 [INFO] [stderr] | [INFO] [stderr] 200 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 201 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 202 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 203 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:206:32 [INFO] [stderr] | [INFO] [stderr] 206 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 207 | | io::ErrorKind::WriteZero, [INFO] [stderr] 208 | | "output buffer must be empty", [INFO] [stderr] 209 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [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 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:96:32 [INFO] [stderr] | [INFO] [stderr] 96 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 97 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 98 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 99 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:106:32 [INFO] [stderr] | [INFO] [stderr] 106 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 107 | | io::ErrorKind::WriteZero, [INFO] [stderr] 108 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 109 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:112:32 [INFO] [stderr] | [INFO] [stderr] 112 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 113 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 114 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 115 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:106:32 [INFO] [stderr] | [INFO] [stderr] 106 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 107 | | io::ErrorKind::WriteZero, [INFO] [stderr] 108 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 109 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:112:32 [INFO] [stderr] | [INFO] [stderr] 112 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 113 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 114 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 115 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: Could not compile `endian`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:106:32 [INFO] [stderr] | [INFO] [stderr] 106 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 107 | | io::ErrorKind::WriteZero, [INFO] [stderr] 108 | | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 109 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:112:32 [INFO] [stderr] | [INFO] [stderr] 112 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 113 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 114 | | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] 115 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:125:32 [INFO] [stderr] | [INFO] [stderr] 125 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 126 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 127 | | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 128 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:125:32 [INFO] [stderr] | [INFO] [stderr] 125 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 126 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 127 | | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 128 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:125:32 [INFO] [stderr] | [INFO] [stderr] 125 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 126 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 127 | | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 128 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:135:32 [INFO] [stderr] | [INFO] [stderr] 135 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 136 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 137 | | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 138 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:135:32 [INFO] [stderr] | [INFO] [stderr] 135 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 136 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 137 | | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 138 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:135:32 [INFO] [stderr] | [INFO] [stderr] 135 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 136 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 137 | | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] 138 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:148:32 [INFO] [stderr] | [INFO] [stderr] 148 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 149 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 150 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 151 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:154:32 [INFO] [stderr] | [INFO] [stderr] 154 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 155 | | io::ErrorKind::WriteZero, [INFO] [stderr] 156 | | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] 157 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:148:32 [INFO] [stderr] | [INFO] [stderr] 148 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 149 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 150 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 151 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:154:32 [INFO] [stderr] | [INFO] [stderr] 154 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 155 | | io::ErrorKind::WriteZero, [INFO] [stderr] 156 | | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] 157 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:148:32 [INFO] [stderr] | [INFO] [stderr] 148 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 149 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 150 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 151 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:154:32 [INFO] [stderr] | [INFO] [stderr] 154 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 155 | | io::ErrorKind::WriteZero, [INFO] [stderr] 156 | | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] 157 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:164:32 [INFO] [stderr] | [INFO] [stderr] 164 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 165 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 166 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 167 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:170:32 [INFO] [stderr] | [INFO] [stderr] 170 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 171 | | io::ErrorKind::WriteZero, [INFO] [stderr] 172 | | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] 173 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:164:32 [INFO] [stderr] | [INFO] [stderr] 164 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 165 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 166 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 167 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:170:32 [INFO] [stderr] | [INFO] [stderr] 170 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 171 | | io::ErrorKind::WriteZero, [INFO] [stderr] 172 | | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] 173 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:164:32 [INFO] [stderr] | [INFO] [stderr] 164 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 165 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 166 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 167 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:170:32 [INFO] [stderr] | [INFO] [stderr] 170 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 171 | | io::ErrorKind::WriteZero, [INFO] [stderr] 172 | | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] 173 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:183:32 [INFO] [stderr] | [INFO] [stderr] 183 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 184 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 185 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 186 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:189:32 [INFO] [stderr] | [INFO] [stderr] 189 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 190 | | io::ErrorKind::WriteZero, [INFO] [stderr] 191 | | "output buffer must be empty", [INFO] [stderr] 192 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:183:32 [INFO] [stderr] | [INFO] [stderr] 183 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 184 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 185 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 186 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:189:32 [INFO] [stderr] | [INFO] [stderr] 189 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 190 | | io::ErrorKind::WriteZero, [INFO] [stderr] 191 | | "output buffer must be empty", [INFO] [stderr] 192 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:183:32 [INFO] [stderr] | [INFO] [stderr] 183 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 184 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 185 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 186 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:189:32 [INFO] [stderr] | [INFO] [stderr] 189 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 190 | | io::ErrorKind::WriteZero, [INFO] [stderr] 191 | | "output buffer must be empty", [INFO] [stderr] 192 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:200:32 [INFO] [stderr] | [INFO] [stderr] 200 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 201 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 202 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 203 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:206:32 [INFO] [stderr] | [INFO] [stderr] 206 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 207 | | io::ErrorKind::WriteZero, [INFO] [stderr] 208 | | "output buffer must be empty", [INFO] [stderr] 209 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:200:32 [INFO] [stderr] | [INFO] [stderr] 200 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 201 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 202 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 203 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:206:32 [INFO] [stderr] | [INFO] [stderr] 206 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 207 | | io::ErrorKind::WriteZero, [INFO] [stderr] 208 | | "output buffer must be empty", [INFO] [stderr] 209 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:200:32 [INFO] [stderr] | [INFO] [stderr] 200 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 201 | | io::ErrorKind::InvalidInput, [INFO] [stderr] 202 | | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] 203 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/lib.rs:206:32 [INFO] [stderr] | [INFO] [stderr] 206 | return Err(io::Error::new( [INFO] [stderr] | ________________________________^ [INFO] [stderr] 207 | | io::ErrorKind::WriteZero, [INFO] [stderr] 208 | | "output buffer must be empty", [INFO] [stderr] 209 | | None)); [INFO] [stderr] | |_________________________________^ expected 2 parameters [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [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" "d98d23d9b955be07c47e51b89f4788118895a46da15084bceb8ca12387c21d6d"` [INFO] running `"docker" "rm" "-f" "d98d23d9b955be07c47e51b89f4788118895a46da15084bceb8ca12387c21d6d"` [INFO] [stdout] d98d23d9b955be07c47e51b89f4788118895a46da15084bceb8ca12387c21d6d