[INFO] crate endian 0.1.3 is already in cache [INFO] extracting crate endian 0.1.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/endian/0.1.3 [INFO] extracting crate endian 0.1.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/endian/0.1.3 [INFO] validating manifest of endian-0.1.3 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of endian-0.1.3 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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/beta-1.38-1/sources/1.37.0/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/beta-1.38-1/sources/beta-2019-08-13/reg/endian/0.1.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing endian-0.1.3 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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=warn" "-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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 29d6000acdd13a2ed9f16278ef5081d44df5cfa8022b07545eda1659cbd95b00 [INFO] running `"docker" "start" "-a" "29d6000acdd13a2ed9f16278ef5081d44df5cfa8022b07545eda1659cbd95b00"` [INFO] [stderr] Compiling bswap v1.0.0 [INFO] [stderr] Compiling endian v0.1.3 (/opt/crater/workdir) [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(io)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [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: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: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 61 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0554. [INFO] [stderr] For more information about an 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" "29d6000acdd13a2ed9f16278ef5081d44df5cfa8022b07545eda1659cbd95b00"` [INFO] running `"docker" "rm" "-f" "29d6000acdd13a2ed9f16278ef5081d44df5cfa8022b07545eda1659cbd95b00"` [INFO] [stdout] 29d6000acdd13a2ed9f16278ef5081d44df5cfa8022b07545eda1659cbd95b00