[INFO] crate endian 0.1.3 is already in cache [INFO] testing endian-0.1.3 against 1.44.0 for beta-1.45-1 [INFO] extracting crate endian 0.1.3 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate endian 0.1.3 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate endian 0.1.3 [INFO] finished tweaking crates.io crate endian 0.1.3 [INFO] tweaked toml for crates.io crate endian 0.1.3 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] df3fb4219a35daf2efbddf9e54b84cac13648f4ed3e32a5a01b1b47846e432a5 [INFO] running `"docker" "start" "-a" "df3fb4219a35daf2efbddf9e54b84cac13648f4ed3e32a5a01b1b47846e432a5"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling bswap v1.0.0 [INFO] [stderr] Compiling endian v0.1.3 (/opt/rustwide/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 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:32:32 [INFO] [stderr] | [INFO] [stderr] 32 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 33 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 34 | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------- [INFO] [stderr] 35 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:32:32 [INFO] [stderr] | [INFO] [stderr] 32 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 33 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 34 | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------- [INFO] [stderr] 35 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:32:32 [INFO] [stderr] | [INFO] [stderr] 32 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 33 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 34 | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------- [INFO] [stderr] 35 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 43 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 44 | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------- [INFO] [stderr] 45 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 43 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 44 | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------- [INFO] [stderr] 45 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 43 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 44 | concat!("output buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------- [INFO] [stderr] 45 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 56 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 57 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 58 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:61:32 [INFO] [stderr] | [INFO] [stderr] 61 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 62 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 63 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 64 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 56 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 57 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 58 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:61:32 [INFO] [stderr] | [INFO] [stderr] 61 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 62 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 63 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 64 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 56 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 57 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 58 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:61:32 [INFO] [stderr] | [INFO] [stderr] 61 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 62 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 63 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 64 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 72 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 73 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 74 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:77:32 [INFO] [stderr] | [INFO] [stderr] 77 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 78 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 79 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 80 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 72 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 73 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 74 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:77:32 [INFO] [stderr] | [INFO] [stderr] 77 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 78 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 79 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 80 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 72 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 73 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 74 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:77:32 [INFO] [stderr] | [INFO] [stderr] 77 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 78 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 79 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 80 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:90:32 [INFO] [stderr] | [INFO] [stderr] 90 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 91 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 92 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 93 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:96:32 [INFO] [stderr] | [INFO] [stderr] 96 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 97 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 98 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 99 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:90:32 [INFO] [stderr] | [INFO] [stderr] 90 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 91 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 92 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 93 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:96:32 [INFO] [stderr] | [INFO] [stderr] 96 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 97 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 98 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 99 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:90:32 [INFO] [stderr] | [INFO] [stderr] 90 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 91 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 92 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 93 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:96:32 [INFO] [stderr] | [INFO] [stderr] 96 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 97 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 98 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 99 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:106:32 [INFO] [stderr] | [INFO] [stderr] 106 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 107 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 108 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 109 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:112:32 [INFO] [stderr] | [INFO] [stderr] 112 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 113 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 114 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 115 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:106:32 [INFO] [stderr] | [INFO] [stderr] 106 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 107 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 108 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 109 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:112:32 [INFO] [stderr] | [INFO] [stderr] 112 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 113 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 114 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 115 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:106:32 [INFO] [stderr] | [INFO] [stderr] 106 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 107 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 108 | concat!("output buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------- [INFO] [stderr] 109 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:112:32 [INFO] [stderr] | [INFO] [stderr] 112 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 113 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 114 | "input buffer must have exactly the same length as the output buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 115 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:125:32 [INFO] [stderr] | [INFO] [stderr] 125 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 126 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 127 | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------ [INFO] [stderr] 128 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:125:32 [INFO] [stderr] | [INFO] [stderr] 125 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 126 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 127 | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------ [INFO] [stderr] 128 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:125:32 [INFO] [stderr] | [INFO] [stderr] 125 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 126 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 127 | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------ [INFO] [stderr] 128 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:135:32 [INFO] [stderr] | [INFO] [stderr] 135 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 136 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 137 | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------ [INFO] [stderr] 138 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:135:32 [INFO] [stderr] | [INFO] [stderr] 135 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 136 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 137 | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------ [INFO] [stderr] 138 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:135:32 [INFO] [stderr] | [INFO] [stderr] 135 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 136 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 137 | concat!("input buffer length must be exactly ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------ [INFO] [stderr] 138 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:148:32 [INFO] [stderr] | [INFO] [stderr] 148 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 149 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 150 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 151 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:154:32 [INFO] [stderr] | [INFO] [stderr] 154 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 155 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 156 | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 157 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:148:32 [INFO] [stderr] | [INFO] [stderr] 148 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 149 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 150 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 151 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:154:32 [INFO] [stderr] | [INFO] [stderr] 154 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 155 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 156 | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 157 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:148:32 [INFO] [stderr] | [INFO] [stderr] 148 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 149 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 150 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 151 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:154:32 [INFO] [stderr] | [INFO] [stderr] 154 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 155 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 156 | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 157 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:164:32 [INFO] [stderr] | [INFO] [stderr] 164 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 165 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 166 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 167 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:170:32 [INFO] [stderr] | [INFO] [stderr] 170 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 171 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 172 | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 173 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:164:32 [INFO] [stderr] | [INFO] [stderr] 164 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 165 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 166 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 167 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:170:32 [INFO] [stderr] | [INFO] [stderr] 170 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 171 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 172 | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 173 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:164:32 [INFO] [stderr] | [INFO] [stderr] 164 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 165 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 166 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 167 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:170:32 [INFO] [stderr] | [INFO] [stderr] 170 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 171 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 172 | "output buffer must have exactly the same length as the input buffer", [INFO] [stderr] | --------------------------------------------------------------------- [INFO] [stderr] 173 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:183:32 [INFO] [stderr] | [INFO] [stderr] 183 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 184 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 185 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 186 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:189:32 [INFO] [stderr] | [INFO] [stderr] 189 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 190 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 191 | "output buffer must be empty", [INFO] [stderr] | ----------------------------- [INFO] [stderr] 192 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:183:32 [INFO] [stderr] | [INFO] [stderr] 183 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 184 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 185 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 186 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:189:32 [INFO] [stderr] | [INFO] [stderr] 189 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 190 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 191 | "output buffer must be empty", [INFO] [stderr] | ----------------------------- [INFO] [stderr] 192 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:183:32 [INFO] [stderr] | [INFO] [stderr] 183 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 184 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 185 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 186 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:189:32 [INFO] [stderr] | [INFO] [stderr] 189 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 190 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 191 | "output buffer must be empty", [INFO] [stderr] | ----------------------------- [INFO] [stderr] 192 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:200:32 [INFO] [stderr] | [INFO] [stderr] 200 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 201 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 202 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 203 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:206:32 [INFO] [stderr] | [INFO] [stderr] 206 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 207 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 208 | "output buffer must be empty", [INFO] [stderr] | ----------------------------- [INFO] [stderr] 209 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 220 | endian_impls!(u16, beu16, leu16, 2, "2"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:200:32 [INFO] [stderr] | [INFO] [stderr] 200 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 201 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 202 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 203 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:206:32 [INFO] [stderr] | [INFO] [stderr] 206 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 207 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 208 | "output buffer must be empty", [INFO] [stderr] | ----------------------------- [INFO] [stderr] 209 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 221 | endian_impls!(u32, beu32, leu32, 4, "4"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:200:32 [INFO] [stderr] | [INFO] [stderr] 200 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 201 | io::ErrorKind::InvalidInput, [INFO] [stderr] | --------------------------- [INFO] [stderr] 202 | concat!("input buffer length must be a multiple of ", $sbytes, " bytes"), [INFO] [stderr] | ------------------------------------------------------------------------ [INFO] [stderr] 203 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> src/lib.rs:206:32 [INFO] [stderr] | [INFO] [stderr] 206 | return Err(io::Error::new( [INFO] [stderr] | ^^^^^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 207 | io::ErrorKind::WriteZero, [INFO] [stderr] | ------------------------ [INFO] [stderr] 208 | "output buffer must be empty", [INFO] [stderr] | ----------------------------- [INFO] [stderr] 209 | None)); [INFO] [stderr] | ---- supplied 3 arguments [INFO] [stderr] ... [INFO] [stderr] 222 | endian_impls!(u64, beu64, leu64, 8, "8"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 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" "df3fb4219a35daf2efbddf9e54b84cac13648f4ed3e32a5a01b1b47846e432a5"` [INFO] running `"docker" "rm" "-f" "df3fb4219a35daf2efbddf9e54b84cac13648f4ed3e32a5a01b1b47846e432a5"` [INFO] [stdout] df3fb4219a35daf2efbddf9e54b84cac13648f4ed3e32a5a01b1b47846e432a5