[INFO] fetching crate bswap 1.0.0... [INFO] checking bswap-1.0.0 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate bswap 1.0.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate bswap 1.0.0 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate bswap 1.0.0 [INFO] finished tweaking crates.io crate bswap 1.0.0 [INFO] tweaked toml for crates.io crate bswap 1.0.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b55d81c010f575faf3682219054546699ecbc6f1964e96679ee5d55301f0a10a [INFO] running `"docker" "start" "-a" "b55d81c010f575faf3682219054546699ecbc6f1964e96679ee5d55301f0a10a"` [INFO] [stderr] Checking bswap v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:119:21 [INFO] [stderr] | [INFO] [stderr] 119 | b'A'...b'F' => buf |= byte - b'A' + 10, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:120:21 [INFO] [stderr] | [INFO] [stderr] 120 | b'a'...b'f' => buf |= byte - b'a' + 10, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:121:21 [INFO] [stderr] | [INFO] [stderr] 121 | b'0'...b'9' => buf |= byte - b'0', [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib.rs:596:35 [INFO] [stderr] | [INFO] [stderr] 596 | let mut tmp: $T = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 634 | pub mod beu16 { mod_std_impls!(be, u16, 2, from_be, to_be, "big", "little"); } [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib.rs:596:35 [INFO] [stderr] | [INFO] [stderr] 596 | let mut tmp: $T = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 638 | pub mod beu32 { mod_std_impls!(be, u32, 4, from_be, to_be, "big", "little"); } [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib.rs:596:35 [INFO] [stderr] | [INFO] [stderr] 596 | let mut tmp: $T = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 646 | pub mod beu64 { mod_std_impls!(be, u64, 8, from_be, to_be, "big", "little"); } [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib.rs:596:35 [INFO] [stderr] | [INFO] [stderr] 596 | let mut tmp: $T = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 648 | pub mod leu16 { mod_std_impls!(le, u16, 2, from_le, to_le, "little", "big"); } [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib.rs:596:35 [INFO] [stderr] | [INFO] [stderr] 596 | let mut tmp: $T = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 652 | pub mod leu32 { mod_std_impls!(le, u32, 4, from_le, to_le, "little", "big"); } [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib.rs:596:35 [INFO] [stderr] | [INFO] [stderr] 596 | let mut tmp: $T = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 660 | pub mod leu64 { mod_std_impls!(le, u64, 8, from_le, to_le, "little", "big"); } [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `test` [INFO] [stderr] --> src/tests.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use test::Bencher; [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | unresolved import [INFO] [stderr] | help: a similar path exists: `tests::test` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stderr] --> src/tests.rs:159:19 [INFO] [stderr] | [INFO] [stderr] 159 | ::std::slice::bytes::copy_memory(&mut dst, src); [INFO] [stderr] | ^^^^^ could not find `bytes` in `slice` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stderr] --> src/tests.rs:188:19 [INFO] [stderr] | [INFO] [stderr] 188 | ::std::slice::bytes::copy_memory(&mut dst, src); [INFO] [stderr] | ^^^^^ could not find `bytes` in `slice` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stderr] --> src/tests.rs:218:19 [INFO] [stderr] | [INFO] [stderr] 218 | ::std::slice::bytes::copy_memory(&mut dst, src); [INFO] [stderr] | ^^^^^ could not find `bytes` in `slice` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:100:34 [INFO] [stderr] | [INFO] [stderr] 100 | write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BYTES` in module `std::u16` [INFO] [stderr] --> src/tests.rs:282:81 [INFO] [stderr] | [INFO] [stderr] 282 | super::super::$bemod::encode(&mut buf[(8 - (::std::$ty_int::BYTES as usize))..], n as $ty_uint); [INFO] [stderr] | ^^^^^ not found in `std::u16` [INFO] [stderr] ... [INFO] [stderr] 303 | qc_byte_order!(prop_u16, u16, u16, beu16, leu16); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::u16` [INFO] [stderr] --> src/tests.rs:283:86 [INFO] [stderr] | [INFO] [stderr] 283 | n == super::super::$bemod::decode(&mut buf[(8 - (::std::$ty_int::BYTES as usize))..]) as $ty_int [INFO] [stderr] | ^^^^^ not found in `std::u16` [INFO] [stderr] ... [INFO] [stderr] 303 | qc_byte_order!(prop_u16, u16, u16, beu16, leu16); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::u16` [INFO] [stderr] --> src/tests.rs:293:79 [INFO] [stderr] | [INFO] [stderr] 293 | super::super::$lemod::encode(&mut buf[..((::std::$ty_int::BYTES as usize))], n as $ty_uint); [INFO] [stderr] | ^^^^^ not found in `std::u16` [INFO] [stderr] ... [INFO] [stderr] 303 | qc_byte_order!(prop_u16, u16, u16, beu16, leu16); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::u16` [INFO] [stderr] --> src/tests.rs:294:84 [INFO] [stderr] | [INFO] [stderr] 294 | n == super::super::$lemod::decode(&mut buf[..((::std::$ty_int::BYTES as usize))]) as $ty_int [INFO] [stderr] | ^^^^^ not found in `std::u16` [INFO] [stderr] ... [INFO] [stderr] 303 | qc_byte_order!(prop_u16, u16, u16, beu16, leu16); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::i16` [INFO] [stderr] --> src/tests.rs:282:81 [INFO] [stderr] | [INFO] [stderr] 282 | super::super::$bemod::encode(&mut buf[(8 - (::std::$ty_int::BYTES as usize))..], n as $ty_uint); [INFO] [stderr] | ^^^^^ not found in `std::i16` [INFO] [stderr] ... [INFO] [stderr] 304 | qc_byte_order!(prop_i16, i16, u16, beu16, leu16); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::i16` [INFO] [stderr] --> src/tests.rs:283:86 [INFO] [stderr] | [INFO] [stderr] 283 | n == super::super::$bemod::decode(&mut buf[(8 - (::std::$ty_int::BYTES as usize))..]) as $ty_int [INFO] [stderr] | ^^^^^ not found in `std::i16` [INFO] [stderr] ... [INFO] [stderr] 304 | qc_byte_order!(prop_i16, i16, u16, beu16, leu16); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::i16` [INFO] [stderr] --> src/tests.rs:293:79 [INFO] [stderr] | [INFO] [stderr] 293 | super::super::$lemod::encode(&mut buf[..((::std::$ty_int::BYTES as usize))], n as $ty_uint); [INFO] [stderr] | ^^^^^ not found in `std::i16` [INFO] [stderr] ... [INFO] [stderr] 304 | qc_byte_order!(prop_i16, i16, u16, beu16, leu16); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::i16` [INFO] [stderr] --> src/tests.rs:294:84 [INFO] [stderr] | [INFO] [stderr] 294 | n == super::super::$lemod::decode(&mut buf[..((::std::$ty_int::BYTES as usize))]) as $ty_int [INFO] [stderr] | ^^^^^ not found in `std::i16` [INFO] [stderr] ... [INFO] [stderr] 304 | qc_byte_order!(prop_i16, i16, u16, beu16, leu16); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::u32` [INFO] [stderr] --> src/tests.rs:282:81 [INFO] [stderr] | [INFO] [stderr] 282 | super::super::$bemod::encode(&mut buf[(8 - (::std::$ty_int::BYTES as usize))..], n as $ty_uint); [INFO] [stderr] | ^^^^^ not found in `std::u32` [INFO] [stderr] ... [INFO] [stderr] 305 | qc_byte_order!(prop_u32, u32, u32, beu32, leu32); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::u32` [INFO] [stderr] --> src/tests.rs:283:86 [INFO] [stderr] | [INFO] [stderr] 283 | n == super::super::$bemod::decode(&mut buf[(8 - (::std::$ty_int::BYTES as usize))..]) as $ty_int [INFO] [stderr] | ^^^^^ not found in `std::u32` [INFO] [stderr] ... [INFO] [stderr] 305 | qc_byte_order!(prop_u32, u32, u32, beu32, leu32); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::u32` [INFO] [stderr] --> src/tests.rs:293:79 [INFO] [stderr] | [INFO] [stderr] 293 | super::super::$lemod::encode(&mut buf[..((::std::$ty_int::BYTES as usize))], n as $ty_uint); [INFO] [stderr] | ^^^^^ not found in `std::u32` [INFO] [stderr] ... [INFO] [stderr] 305 | qc_byte_order!(prop_u32, u32, u32, beu32, leu32); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::u32` [INFO] [stderr] --> src/tests.rs:294:84 [INFO] [stderr] | [INFO] [stderr] 294 | n == super::super::$lemod::decode(&mut buf[..((::std::$ty_int::BYTES as usize))]) as $ty_int [INFO] [stderr] | ^^^^^ not found in `std::u32` [INFO] [stderr] ... [INFO] [stderr] 305 | qc_byte_order!(prop_u32, u32, u32, beu32, leu32); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::i32` [INFO] [stderr] --> src/tests.rs:282:81 [INFO] [stderr] | [INFO] [stderr] 282 | super::super::$bemod::encode(&mut buf[(8 - (::std::$ty_int::BYTES as usize))..], n as $ty_uint); [INFO] [stderr] | ^^^^^ not found in `std::i32` [INFO] [stderr] ... [INFO] [stderr] 306 | qc_byte_order!(prop_i32, i32, u32, beu32, leu32); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::i32` [INFO] [stderr] --> src/tests.rs:283:86 [INFO] [stderr] | [INFO] [stderr] 283 | n == super::super::$bemod::decode(&mut buf[(8 - (::std::$ty_int::BYTES as usize))..]) as $ty_int [INFO] [stderr] | ^^^^^ not found in `std::i32` [INFO] [stderr] ... [INFO] [stderr] 306 | qc_byte_order!(prop_i32, i32, u32, beu32, leu32); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::i32` [INFO] [stderr] --> src/tests.rs:293:79 [INFO] [stderr] | [INFO] [stderr] 293 | super::super::$lemod::encode(&mut buf[..((::std::$ty_int::BYTES as usize))], n as $ty_uint); [INFO] [stderr] | ^^^^^ not found in `std::i32` [INFO] [stderr] ... [INFO] [stderr] 306 | qc_byte_order!(prop_i32, i32, u32, beu32, leu32); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::i32` [INFO] [stderr] --> src/tests.rs:294:84 [INFO] [stderr] | [INFO] [stderr] 294 | n == super::super::$lemod::decode(&mut buf[..((::std::$ty_int::BYTES as usize))]) as $ty_int [INFO] [stderr] | ^^^^^ not found in `std::i32` [INFO] [stderr] ... [INFO] [stderr] 306 | qc_byte_order!(prop_i32, i32, u32, beu32, leu32); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::u64` [INFO] [stderr] --> src/tests.rs:282:81 [INFO] [stderr] | [INFO] [stderr] 282 | super::super::$bemod::encode(&mut buf[(8 - (::std::$ty_int::BYTES as usize))..], n as $ty_uint); [INFO] [stderr] | ^^^^^ not found in `std::u64` [INFO] [stderr] ... [INFO] [stderr] 307 | qc_byte_order!(prop_u64, u64, u64, beu64, leu64); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::u64` [INFO] [stderr] --> src/tests.rs:283:86 [INFO] [stderr] | [INFO] [stderr] 283 | n == super::super::$bemod::decode(&mut buf[(8 - (::std::$ty_int::BYTES as usize))..]) as $ty_int [INFO] [stderr] | ^^^^^ not found in `std::u64` [INFO] [stderr] ... [INFO] [stderr] 307 | qc_byte_order!(prop_u64, u64, u64, beu64, leu64); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::u64` [INFO] [stderr] --> src/tests.rs:293:79 [INFO] [stderr] | [INFO] [stderr] 293 | super::super::$lemod::encode(&mut buf[..((::std::$ty_int::BYTES as usize))], n as $ty_uint); [INFO] [stderr] | ^^^^^ not found in `std::u64` [INFO] [stderr] ... [INFO] [stderr] 307 | qc_byte_order!(prop_u64, u64, u64, beu64, leu64); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::u64` [INFO] [stderr] --> src/tests.rs:294:84 [INFO] [stderr] | [INFO] [stderr] 294 | n == super::super::$lemod::decode(&mut buf[..((::std::$ty_int::BYTES as usize))]) as $ty_int [INFO] [stderr] | ^^^^^ not found in `std::u64` [INFO] [stderr] ... [INFO] [stderr] 307 | qc_byte_order!(prop_u64, u64, u64, beu64, leu64); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::i64` [INFO] [stderr] --> src/tests.rs:282:81 [INFO] [stderr] | [INFO] [stderr] 282 | super::super::$bemod::encode(&mut buf[(8 - (::std::$ty_int::BYTES as usize))..], n as $ty_uint); [INFO] [stderr] | ^^^^^ not found in `std::i64` [INFO] [stderr] ... [INFO] [stderr] 308 | qc_byte_order!(prop_i64, i64, u64, beu64, leu64); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::i64` [INFO] [stderr] --> src/tests.rs:283:86 [INFO] [stderr] | [INFO] [stderr] 283 | n == super::super::$bemod::decode(&mut buf[(8 - (::std::$ty_int::BYTES as usize))..]) as $ty_int [INFO] [stderr] | ^^^^^ not found in `std::i64` [INFO] [stderr] ... [INFO] [stderr] 308 | qc_byte_order!(prop_i64, i64, u64, beu64, leu64); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::i64` [INFO] [stderr] --> src/tests.rs:293:79 [INFO] [stderr] | [INFO] [stderr] 293 | super::super::$lemod::encode(&mut buf[..((::std::$ty_int::BYTES as usize))], n as $ty_uint); [INFO] [stderr] | ^^^^^ not found in `std::i64` [INFO] [stderr] ... [INFO] [stderr] 308 | qc_byte_order!(prop_i64, i64, u64, beu64, leu64); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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[E0425]: cannot find value `BYTES` in module `std::i64` [INFO] [stderr] --> src/tests.rs:294:84 [INFO] [stderr] | [INFO] [stderr] 294 | n == super::super::$lemod::decode(&mut buf[..((::std::$ty_int::BYTES as usize))]) as $ty_int [INFO] [stderr] | ^^^^^ not found in `std::i64` [INFO] [stderr] ... [INFO] [stderr] 308 | qc_byte_order!(prop_i64, i64, u64, beu64, leu64); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: possible candidates are found in other modules, you can import them into scope: [INFO] [stderr] u16::BYTES [INFO] [stderr] u24::BYTES [INFO] [stderr] u32::BYTES [INFO] [stderr] u40::BYTES [INFO] [stderr] u48::BYTES [INFO] [stderr] u56::BYTES [INFO] [stderr] u64::BYTES [INFO] [stderr] u8::BYTES [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: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/tests.rs:77:3 [INFO] [stderr] | [INFO] [stderr] 77 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[deny(soft_unstable)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #64266 [INFO] [stderr] [INFO] [stderr] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/tests.rs:93:3 [INFO] [stderr] | [INFO] [stderr] 93 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #64266 [INFO] [stderr] [INFO] [stderr] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/tests.rs:109:3 [INFO] [stderr] | [INFO] [stderr] 109 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #64266 [INFO] [stderr] [INFO] [stderr] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/tests.rs:125:3 [INFO] [stderr] | [INFO] [stderr] 125 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #64266 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:119:21 [INFO] [stderr] | [INFO] [stderr] 119 | b'A'...b'F' => buf |= byte - b'A' + 10, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:120:21 [INFO] [stderr] | [INFO] [stderr] 120 | b'a'...b'f' => buf |= byte - b'a' + 10, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:121:21 [INFO] [stderr] | [INFO] [stderr] 121 | b'0'...b'9' => buf |= byte - b'0', [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib.rs:596:35 [INFO] [stderr] | [INFO] [stderr] 596 | let mut tmp: $T = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 634 | pub mod beu16 { mod_std_impls!(be, u16, 2, from_be, to_be, "big", "little"); } [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib.rs:596:35 [INFO] [stderr] | [INFO] [stderr] 596 | let mut tmp: $T = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 638 | pub mod beu32 { mod_std_impls!(be, u32, 4, from_be, to_be, "big", "little"); } [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib.rs:596:35 [INFO] [stderr] | [INFO] [stderr] 596 | let mut tmp: $T = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 646 | pub mod beu64 { mod_std_impls!(be, u64, 8, from_be, to_be, "big", "little"); } [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib.rs:596:35 [INFO] [stderr] | [INFO] [stderr] 596 | let mut tmp: $T = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 648 | pub mod leu16 { mod_std_impls!(le, u16, 2, from_le, to_le, "little", "big"); } [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib.rs:596:35 [INFO] [stderr] | [INFO] [stderr] 596 | let mut tmp: $T = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 652 | pub mod leu32 { mod_std_impls!(le, u32, 4, from_le, to_le, "little", "big"); } [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib.rs:596:35 [INFO] [stderr] | [INFO] [stderr] 596 | let mut tmp: $T = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 660 | pub mod leu64 { mod_std_impls!(le, u64, 8, from_le, to_le, "little", "big"); } [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:100:34 [INFO] [stderr] | [INFO] [stderr] 100 | write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] error: aborting due to 32 previous errors; 10 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `bswap`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b55d81c010f575faf3682219054546699ecbc6f1964e96679ee5d55301f0a10a"` [INFO] running `"docker" "rm" "-f" "b55d81c010f575faf3682219054546699ecbc6f1964e96679ee5d55301f0a10a"` [INFO] [stdout] b55d81c010f575faf3682219054546699ecbc6f1964e96679ee5d55301f0a10a