[INFO] cloning repository https://github.com/sondrele/rust-raytracer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sondrele/rust-raytracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsondrele%2Frust-raytracer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsondrele%2Frust-raytracer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a147da0aa078f685695967c6e0c32624e4a66541 [INFO] testing sondrele/rust-raytracer against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsondrele%2Frust-raytracer" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sondrele/rust-raytracer on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sondrele/rust-raytracer [INFO] finished tweaking git repo https://github.com/sondrele/rust-raytracer [INFO] tweaked toml for git repo https://github.com/sondrele/rust-raytracer written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/sondrele/rust-raytracer already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bswap v0.1.8 [INFO] [stderr] Downloaded getopts v0.2.4 [INFO] [stderr] Downloaded log v0.2.6 [INFO] [stderr] Downloaded libc v0.1.3 [INFO] [stderr] Downloaded byteorder v0.3.1 [INFO] [stderr] Downloaded rand v0.2.1 [INFO] [stderr] Downloaded bmp v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] edb7af868fdbd1fcf700f348188605d7bfbdc2e7b9856318510d53700974d2c6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "edb7af868fdbd1fcf700f348188605d7bfbdc2e7b9856318510d53700974d2c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "edb7af868fdbd1fcf700f348188605d7bfbdc2e7b9856318510d53700974d2c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edb7af868fdbd1fcf700f348188605d7bfbdc2e7b9856318510d53700974d2c6", kill_on_drop: false }` [INFO] [stdout] edb7af868fdbd1fcf700f348188605d7bfbdc2e7b9856318510d53700974d2c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0fd041283620ceeb4b87d65e52e1de44190a1fa300a11eb275c82d23df0776ba [INFO] running `Command { std: "docker" "start" "-a" "0fd041283620ceeb4b87d65e52e1de44190a1fa300a11eb275c82d23df0776ba", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.1.3 [INFO] [stderr] Compiling bswap v0.1.8 [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:280:9 [INFO] [stdout] | [INFO] [stdout] 280 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:354:9 [INFO] [stdout] | [INFO] [stdout] 354 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:431:9 [INFO] [stdout] | [INFO] [stdout] 431 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:461:9 [INFO] [stdout] | [INFO] [stdout] 461 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:549:13 [INFO] [stdout] | [INFO] [stdout] 549 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 604 | pub mod beu16 { mod_std_impls!(be, u16, 2, from_be, to_be, "big", "little"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:493:13 [INFO] [stdout] | [INFO] [stdout] 493 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 606 | pub mod beu24 { mod_odd_impls!(be, u24, u32, 3, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:549:13 [INFO] [stdout] | [INFO] [stdout] 549 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 608 | pub mod beu32 { mod_std_impls!(be, u32, 4, from_be, to_be, "big", "little"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:493:13 [INFO] [stdout] | [INFO] [stdout] 493 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 610 | pub mod beu40 { mod_odd_impls!(be, u40, u64, 5, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:493:13 [INFO] [stdout] | [INFO] [stdout] 493 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 612 | pub mod beu48 { mod_odd_impls!(be, u48, u64, 6, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:493:13 [INFO] [stdout] | [INFO] [stdout] 493 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 614 | pub mod beu56 { mod_odd_impls!(be, u56, u64, 7, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:549:13 [INFO] [stdout] | [INFO] [stdout] 549 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 616 | pub mod beu64 { mod_std_impls!(be, u64, 8, from_be, to_be, "big", "little"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:549:13 [INFO] [stdout] | [INFO] [stdout] 549 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 618 | pub mod leu16 { mod_std_impls!(le, u16, 2, from_le, to_le, "little", "big"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:493:13 [INFO] [stdout] | [INFO] [stdout] 493 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 620 | pub mod leu24 { mod_odd_impls!(le, u24, u32, 3, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:549:13 [INFO] [stdout] | [INFO] [stdout] 549 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 622 | pub mod leu32 { mod_std_impls!(le, u32, 4, from_le, to_le, "little", "big"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:493:13 [INFO] [stdout] | [INFO] [stdout] 493 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 624 | pub mod leu40 { mod_odd_impls!(le, u40, u64, 5, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:493:13 [INFO] [stdout] | [INFO] [stdout] 493 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 626 | pub mod leu48 { mod_odd_impls!(le, u48, u64, 6, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:493:13 [INFO] [stdout] | [INFO] [stdout] 493 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 628 | pub mod leu56 { mod_odd_impls!(le, u56, u64, 7, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:549:13 [INFO] [stdout] | [INFO] [stdout] 549 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] ... [INFO] [stdout] 630 | pub mod leu64 { mod_std_impls!(le, u64, 8, from_le, to_le, "little", "big"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:69:25 [INFO] [stdout] | [INFO] [stdout] 69 | intrinsics::copy_nonoverlapping_memory(dst.as_mut_ptr(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:441:25 [INFO] [stdout] | [INFO] [stdout] 441 | intrinsics::copy_nonoverlapping_memory( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:454:25 [INFO] [stdout] | [INFO] [stdout] 454 | intrinsics::copy_nonoverlapping_memory( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:471:25 [INFO] [stdout] | [INFO] [stdout] 471 | intrinsics::copy_nonoverlapping_memory( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:484:25 [INFO] [stdout] | [INFO] [stdout] 484 | intrinsics::copy_nonoverlapping_memory( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:557:29 [INFO] [stdout] | [INFO] [stdout] 557 | intrinsics::copy_nonoverlapping_memory(dst, src, len*$Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 604 | pub mod beu16 { mod_std_impls!(be, u16, 2, from_be, to_be, "big", "little"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `uninit` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:566:47 [INFO] [stdout] | [INFO] [stdout] 566 | let mut tmp: $T = intrinsics::uninit(); [INFO] [stdout] | ^^^^^^ not found in `intrinsics` [INFO] [stdout] ... [INFO] [stdout] 604 | pub mod beu16 { mod_std_impls!(be, u16, 2, from_be, to_be, "big", "little"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:567:29 [INFO] [stdout] | [INFO] [stdout] 567 | intrinsics::copy_nonoverlapping_memory(&mut tmp as *mut _ as *mut u8, buf.as_ptr(), $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 604 | pub mod beu16 { mod_std_impls!(be, u16, 2, from_be, to_be, "big", "little"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:587:29 [INFO] [stdout] | [INFO] [stdout] 587 | intrinsics::copy_nonoverlapping_memory(dst.as_mut_ptr(), &tmp as *const _ as *const u8, $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 604 | pub mod beu16 { mod_std_impls!(be, u16, 2, from_be, to_be, "big", "little"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:501:29 [INFO] [stdout] | [INFO] [stdout] 501 | intrinsics::copy_nonoverlapping_memory(dst, src, len*$Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 606 | pub mod beu24 { mod_odd_impls!(be, u24, u32, 3, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `uninit` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:510:47 [INFO] [stdout] | [INFO] [stdout] 510 | let mut tmp: $S = intrinsics::uninit(); [INFO] [stdout] | ^^^^^^ not found in `intrinsics` [INFO] [stdout] ... [INFO] [stdout] 606 | pub mod beu24 { mod_odd_impls!(be, u24, u32, 3, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:511:29 [INFO] [stdout] | [INFO] [stdout] 511 | intrinsics::copy_nonoverlapping_memory(&mut tmp as *mut _ as *mut u8, buf.as_ptr(), $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 606 | pub mod beu24 { mod_odd_impls!(be, u24, u32, 3, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found `"std"` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.1.3/rust/src/liblibc/lib.rs:79:46 [INFO] [stdout] | [INFO] [stdout] 79 | #[cfg(feature = "cargo-build")] extern crate "std" as core; [INFO] [stdout] | ^^^^^ expected identifier [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:531:29 [INFO] [stdout] | [INFO] [stdout] 531 | intrinsics::copy_nonoverlapping_memory(dst.as_mut_ptr(), &tmp as *const _ as *const u8, $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 606 | pub mod beu24 { mod_odd_impls!(be, u24, u32, 3, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:557:29 [INFO] [stdout] | [INFO] [stdout] 557 | intrinsics::copy_nonoverlapping_memory(dst, src, len*$Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 608 | pub mod beu32 { mod_std_impls!(be, u32, 4, from_be, to_be, "big", "little"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `uninit` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:566:47 [INFO] [stdout] | [INFO] [stdout] 566 | let mut tmp: $T = intrinsics::uninit(); [INFO] [stdout] | ^^^^^^ not found in `intrinsics` [INFO] [stdout] ... [INFO] [stdout] 608 | pub mod beu32 { mod_std_impls!(be, u32, 4, from_be, to_be, "big", "little"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:567:29 [INFO] [stdout] | [INFO] [stdout] 567 | intrinsics::copy_nonoverlapping_memory(&mut tmp as *mut _ as *mut u8, buf.as_ptr(), $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 608 | pub mod beu32 { mod_std_impls!(be, u32, 4, from_be, to_be, "big", "little"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libc` due to 2 previous errors [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:587:29 [INFO] [stdout] | [INFO] [stdout] 587 | intrinsics::copy_nonoverlapping_memory(dst.as_mut_ptr(), &tmp as *const _ as *const u8, $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 608 | pub mod beu32 { mod_std_impls!(be, u32, 4, from_be, to_be, "big", "little"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:501:29 [INFO] [stdout] | [INFO] [stdout] 501 | intrinsics::copy_nonoverlapping_memory(dst, src, len*$Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 610 | pub mod beu40 { mod_odd_impls!(be, u40, u64, 5, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `uninit` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:510:47 [INFO] [stdout] | [INFO] [stdout] 510 | let mut tmp: $S = intrinsics::uninit(); [INFO] [stdout] | ^^^^^^ not found in `intrinsics` [INFO] [stdout] ... [INFO] [stdout] 610 | pub mod beu40 { mod_odd_impls!(be, u40, u64, 5, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:511:29 [INFO] [stdout] | [INFO] [stdout] 511 | intrinsics::copy_nonoverlapping_memory(&mut tmp as *mut _ as *mut u8, buf.as_ptr(), $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 610 | pub mod beu40 { mod_odd_impls!(be, u40, u64, 5, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:531:29 [INFO] [stdout] | [INFO] [stdout] 531 | intrinsics::copy_nonoverlapping_memory(dst.as_mut_ptr(), &tmp as *const _ as *const u8, $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 610 | pub mod beu40 { mod_odd_impls!(be, u40, u64, 5, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:501:29 [INFO] [stdout] | [INFO] [stdout] 501 | intrinsics::copy_nonoverlapping_memory(dst, src, len*$Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 612 | pub mod beu48 { mod_odd_impls!(be, u48, u64, 6, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `uninit` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:510:47 [INFO] [stdout] | [INFO] [stdout] 510 | let mut tmp: $S = intrinsics::uninit(); [INFO] [stdout] | ^^^^^^ not found in `intrinsics` [INFO] [stdout] ... [INFO] [stdout] 612 | pub mod beu48 { mod_odd_impls!(be, u48, u64, 6, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:511:29 [INFO] [stdout] | [INFO] [stdout] 511 | intrinsics::copy_nonoverlapping_memory(&mut tmp as *mut _ as *mut u8, buf.as_ptr(), $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 612 | pub mod beu48 { mod_odd_impls!(be, u48, u64, 6, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:531:29 [INFO] [stdout] | [INFO] [stdout] 531 | intrinsics::copy_nonoverlapping_memory(dst.as_mut_ptr(), &tmp as *const _ as *const u8, $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 612 | pub mod beu48 { mod_odd_impls!(be, u48, u64, 6, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:501:29 [INFO] [stdout] | [INFO] [stdout] 501 | intrinsics::copy_nonoverlapping_memory(dst, src, len*$Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 614 | pub mod beu56 { mod_odd_impls!(be, u56, u64, 7, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `uninit` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:510:47 [INFO] [stdout] | [INFO] [stdout] 510 | let mut tmp: $S = intrinsics::uninit(); [INFO] [stdout] | ^^^^^^ not found in `intrinsics` [INFO] [stdout] ... [INFO] [stdout] 614 | pub mod beu56 { mod_odd_impls!(be, u56, u64, 7, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:511:29 [INFO] [stdout] | [INFO] [stdout] 511 | intrinsics::copy_nonoverlapping_memory(&mut tmp as *mut _ as *mut u8, buf.as_ptr(), $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 614 | pub mod beu56 { mod_odd_impls!(be, u56, u64, 7, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:531:29 [INFO] [stdout] | [INFO] [stdout] 531 | intrinsics::copy_nonoverlapping_memory(dst.as_mut_ptr(), &tmp as *const _ as *const u8, $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 614 | pub mod beu56 { mod_odd_impls!(be, u56, u64, 7, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:557:29 [INFO] [stdout] | [INFO] [stdout] 557 | intrinsics::copy_nonoverlapping_memory(dst, src, len*$Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 616 | pub mod beu64 { mod_std_impls!(be, u64, 8, from_be, to_be, "big", "little"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `uninit` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:566:47 [INFO] [stdout] | [INFO] [stdout] 566 | let mut tmp: $T = intrinsics::uninit(); [INFO] [stdout] | ^^^^^^ not found in `intrinsics` [INFO] [stdout] ... [INFO] [stdout] 616 | pub mod beu64 { mod_std_impls!(be, u64, 8, from_be, to_be, "big", "little"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:567:29 [INFO] [stdout] | [INFO] [stdout] 567 | intrinsics::copy_nonoverlapping_memory(&mut tmp as *mut _ as *mut u8, buf.as_ptr(), $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 616 | pub mod beu64 { mod_std_impls!(be, u64, 8, from_be, to_be, "big", "little"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:587:29 [INFO] [stdout] | [INFO] [stdout] 587 | intrinsics::copy_nonoverlapping_memory(dst.as_mut_ptr(), &tmp as *const _ as *const u8, $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 616 | pub mod beu64 { mod_std_impls!(be, u64, 8, from_be, to_be, "big", "little"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:557:29 [INFO] [stdout] | [INFO] [stdout] 557 | intrinsics::copy_nonoverlapping_memory(dst, src, len*$Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 618 | pub mod leu16 { mod_std_impls!(le, u16, 2, from_le, to_le, "little", "big"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `uninit` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:566:47 [INFO] [stdout] | [INFO] [stdout] 566 | let mut tmp: $T = intrinsics::uninit(); [INFO] [stdout] | ^^^^^^ not found in `intrinsics` [INFO] [stdout] ... [INFO] [stdout] 618 | pub mod leu16 { mod_std_impls!(le, u16, 2, from_le, to_le, "little", "big"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:567:29 [INFO] [stdout] | [INFO] [stdout] 567 | intrinsics::copy_nonoverlapping_memory(&mut tmp as *mut _ as *mut u8, buf.as_ptr(), $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 618 | pub mod leu16 { mod_std_impls!(le, u16, 2, from_le, to_le, "little", "big"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:587:29 [INFO] [stdout] | [INFO] [stdout] 587 | intrinsics::copy_nonoverlapping_memory(dst.as_mut_ptr(), &tmp as *const _ as *const u8, $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 618 | pub mod leu16 { mod_std_impls!(le, u16, 2, from_le, to_le, "little", "big"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:501:29 [INFO] [stdout] | [INFO] [stdout] 501 | intrinsics::copy_nonoverlapping_memory(dst, src, len*$Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 620 | pub mod leu24 { mod_odd_impls!(le, u24, u32, 3, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `uninit` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:510:47 [INFO] [stdout] | [INFO] [stdout] 510 | let mut tmp: $S = intrinsics::uninit(); [INFO] [stdout] | ^^^^^^ not found in `intrinsics` [INFO] [stdout] ... [INFO] [stdout] 620 | pub mod leu24 { mod_odd_impls!(le, u24, u32, 3, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:511:29 [INFO] [stdout] | [INFO] [stdout] 511 | intrinsics::copy_nonoverlapping_memory(&mut tmp as *mut _ as *mut u8, buf.as_ptr(), $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 620 | pub mod leu24 { mod_odd_impls!(le, u24, u32, 3, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:531:29 [INFO] [stdout] | [INFO] [stdout] 531 | intrinsics::copy_nonoverlapping_memory(dst.as_mut_ptr(), &tmp as *const _ as *const u8, $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 620 | pub mod leu24 { mod_odd_impls!(le, u24, u32, 3, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:557:29 [INFO] [stdout] | [INFO] [stdout] 557 | intrinsics::copy_nonoverlapping_memory(dst, src, len*$Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 622 | pub mod leu32 { mod_std_impls!(le, u32, 4, from_le, to_le, "little", "big"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `uninit` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:566:47 [INFO] [stdout] | [INFO] [stdout] 566 | let mut tmp: $T = intrinsics::uninit(); [INFO] [stdout] | ^^^^^^ not found in `intrinsics` [INFO] [stdout] ... [INFO] [stdout] 622 | pub mod leu32 { mod_std_impls!(le, u32, 4, from_le, to_le, "little", "big"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:567:29 [INFO] [stdout] | [INFO] [stdout] 567 | intrinsics::copy_nonoverlapping_memory(&mut tmp as *mut _ as *mut u8, buf.as_ptr(), $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 622 | pub mod leu32 { mod_std_impls!(le, u32, 4, from_le, to_le, "little", "big"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:587:29 [INFO] [stdout] | [INFO] [stdout] 587 | intrinsics::copy_nonoverlapping_memory(dst.as_mut_ptr(), &tmp as *const _ as *const u8, $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 622 | pub mod leu32 { mod_std_impls!(le, u32, 4, from_le, to_le, "little", "big"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:501:29 [INFO] [stdout] | [INFO] [stdout] 501 | intrinsics::copy_nonoverlapping_memory(dst, src, len*$Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 624 | pub mod leu40 { mod_odd_impls!(le, u40, u64, 5, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `uninit` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:510:47 [INFO] [stdout] | [INFO] [stdout] 510 | let mut tmp: $S = intrinsics::uninit(); [INFO] [stdout] | ^^^^^^ not found in `intrinsics` [INFO] [stdout] ... [INFO] [stdout] 624 | pub mod leu40 { mod_odd_impls!(le, u40, u64, 5, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:511:29 [INFO] [stdout] | [INFO] [stdout] 511 | intrinsics::copy_nonoverlapping_memory(&mut tmp as *mut _ as *mut u8, buf.as_ptr(), $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 624 | pub mod leu40 { mod_odd_impls!(le, u40, u64, 5, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:531:29 [INFO] [stdout] | [INFO] [stdout] 531 | intrinsics::copy_nonoverlapping_memory(dst.as_mut_ptr(), &tmp as *const _ as *const u8, $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 624 | pub mod leu40 { mod_odd_impls!(le, u40, u64, 5, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:501:29 [INFO] [stdout] | [INFO] [stdout] 501 | intrinsics::copy_nonoverlapping_memory(dst, src, len*$Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 626 | pub mod leu48 { mod_odd_impls!(le, u48, u64, 6, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `uninit` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:510:47 [INFO] [stdout] | [INFO] [stdout] 510 | let mut tmp: $S = intrinsics::uninit(); [INFO] [stdout] | ^^^^^^ not found in `intrinsics` [INFO] [stdout] ... [INFO] [stdout] 626 | pub mod leu48 { mod_odd_impls!(le, u48, u64, 6, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:511:29 [INFO] [stdout] | [INFO] [stdout] 511 | intrinsics::copy_nonoverlapping_memory(&mut tmp as *mut _ as *mut u8, buf.as_ptr(), $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 626 | pub mod leu48 { mod_odd_impls!(le, u48, u64, 6, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:531:29 [INFO] [stdout] | [INFO] [stdout] 531 | intrinsics::copy_nonoverlapping_memory(dst.as_mut_ptr(), &tmp as *const _ as *const u8, $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 626 | pub mod leu48 { mod_odd_impls!(le, u48, u64, 6, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:501:29 [INFO] [stdout] | [INFO] [stdout] 501 | intrinsics::copy_nonoverlapping_memory(dst, src, len*$Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 628 | pub mod leu56 { mod_odd_impls!(le, u56, u64, 7, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `uninit` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:510:47 [INFO] [stdout] | [INFO] [stdout] 510 | let mut tmp: $S = intrinsics::uninit(); [INFO] [stdout] | ^^^^^^ not found in `intrinsics` [INFO] [stdout] ... [INFO] [stdout] 628 | pub mod leu56 { mod_odd_impls!(le, u56, u64, 7, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:511:29 [INFO] [stdout] | [INFO] [stdout] 511 | intrinsics::copy_nonoverlapping_memory(&mut tmp as *mut _ as *mut u8, buf.as_ptr(), $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 628 | pub mod leu56 { mod_odd_impls!(le, u56, u64, 7, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:531:29 [INFO] [stdout] | [INFO] [stdout] 531 | intrinsics::copy_nonoverlapping_memory(dst.as_mut_ptr(), &tmp as *const _ as *const u8, $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 628 | pub mod leu56 { mod_odd_impls!(le, u56, u64, 7, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:557:29 [INFO] [stdout] | [INFO] [stdout] 557 | intrinsics::copy_nonoverlapping_memory(dst, src, len*$Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 630 | pub mod leu64 { mod_std_impls!(le, u64, 8, from_le, to_le, "little", "big"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `uninit` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:566:47 [INFO] [stdout] | [INFO] [stdout] 566 | let mut tmp: $T = intrinsics::uninit(); [INFO] [stdout] | ^^^^^^ not found in `intrinsics` [INFO] [stdout] ... [INFO] [stdout] 630 | pub mod leu64 { mod_std_impls!(le, u64, 8, from_le, to_le, "little", "big"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:567:29 [INFO] [stdout] | [INFO] [stdout] 567 | intrinsics::copy_nonoverlapping_memory(&mut tmp as *mut _ as *mut u8, buf.as_ptr(), $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 630 | pub mod leu64 { mod_std_impls!(le, u64, 8, from_le, to_le, "little", "big"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:587:29 [INFO] [stdout] | [INFO] [stdout] 587 | intrinsics::copy_nonoverlapping_memory(dst.as_mut_ptr(), &tmp as *const _ as *const u8, $Bytes); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping` [INFO] [stdout] ... [INFO] [stdout] 630 | pub mod leu64 { mod_std_impls!(le, u64, 8, from_le, to_le, "little", "big"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | use std::intrinsics; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:432:9 [INFO] [stdout] | [INFO] [stdout] 432 | use std::intrinsics; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:462:9 [INFO] [stdout] | [INFO] [stdout] 462 | use std::intrinsics; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:550:13 [INFO] [stdout] | [INFO] [stdout] 550 | use std::intrinsics; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 604 | pub mod beu16 { mod_std_impls!(be, u16, 2, from_be, to_be, "big", "little"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:494:13 [INFO] [stdout] | [INFO] [stdout] 494 | use std::intrinsics; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 606 | pub mod beu24 { mod_odd_impls!(be, u24, u32, 3, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:550:13 [INFO] [stdout] | [INFO] [stdout] 550 | use std::intrinsics; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 608 | pub mod beu32 { mod_std_impls!(be, u32, 4, from_be, to_be, "big", "little"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:494:13 [INFO] [stdout] | [INFO] [stdout] 494 | use std::intrinsics; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 610 | pub mod beu40 { mod_odd_impls!(be, u40, u64, 5, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:494:13 [INFO] [stdout] | [INFO] [stdout] 494 | use std::intrinsics; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 612 | pub mod beu48 { mod_odd_impls!(be, u48, u64, 6, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:494:13 [INFO] [stdout] | [INFO] [stdout] 494 | use std::intrinsics; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 614 | pub mod beu56 { mod_odd_impls!(be, u56, u64, 7, from_be, to_be, "big", "little"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:550:13 [INFO] [stdout] | [INFO] [stdout] 550 | use std::intrinsics; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 616 | pub mod beu64 { mod_std_impls!(be, u64, 8, from_be, to_be, "big", "little"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:550:13 [INFO] [stdout] | [INFO] [stdout] 550 | use std::intrinsics; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 618 | pub mod leu16 { mod_std_impls!(le, u16, 2, from_le, to_le, "little", "big"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:494:13 [INFO] [stdout] | [INFO] [stdout] 494 | use std::intrinsics; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 620 | pub mod leu24 { mod_odd_impls!(le, u24, u32, 3, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:550:13 [INFO] [stdout] | [INFO] [stdout] 550 | use std::intrinsics; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 622 | pub mod leu32 { mod_std_impls!(le, u32, 4, from_le, to_le, "little", "big"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:494:13 [INFO] [stdout] | [INFO] [stdout] 494 | use std::intrinsics; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 624 | pub mod leu40 { mod_odd_impls!(le, u40, u64, 5, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:494:13 [INFO] [stdout] | [INFO] [stdout] 494 | use std::intrinsics; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 626 | pub mod leu48 { mod_odd_impls!(le, u48, u64, 6, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:494:13 [INFO] [stdout] | [INFO] [stdout] 494 | use std::intrinsics; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 628 | pub mod leu56 { mod_odd_impls!(le, u56, u64, 7, from_le, to_le, "little", "big"); } [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_odd_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:550:13 [INFO] [stdout] | [INFO] [stdout] 550 | use std::intrinsics; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 630 | pub mod leu64 { mod_std_impls!(le, u64, 8, from_le, to_le, "little", "big"); } [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `mod_std_impls` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0689]: can't call method `pow` on ambiguous numeric type `{integer}` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bswap-0.1.8/src/lib.rs:56:11 [INFO] [stdout] | [INFO] [stdout] 56 | 2.pow(off.trailing_zeros() as u32) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: you must specify a concrete type for this numeric value, like `i32` [INFO] [stdout] | [INFO] [stdout] 56 | 2_i32.pow(off.trailing_zeros() as u32) [INFO] [stdout] | ~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 98 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0658, E0689. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "0fd041283620ceeb4b87d65e52e1de44190a1fa300a11eb275c82d23df0776ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fd041283620ceeb4b87d65e52e1de44190a1fa300a11eb275c82d23df0776ba", kill_on_drop: false }` [INFO] [stdout] 0fd041283620ceeb4b87d65e52e1de44190a1fa300a11eb275c82d23df0776ba