[INFO] cloning repository https://github.com/YuhanLiin/morse-msp430 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/YuhanLiin/morse-msp430" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYuhanLiin%2Fmorse-msp430", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYuhanLiin%2Fmorse-msp430'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e99c042cfe7a080b24f772b116229e50515a38ea [INFO] checking YuhanLiin/morse-msp430/e99c042cfe7a080b24f772b116229e50515a38ea against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYuhanLiin%2Fmorse-msp430" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/YuhanLiin/morse-msp430 on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config [INFO] removed /workspace/builds/worker-2-tc1/source/rust-toolchain [INFO] started tweaking git repo https://github.com/YuhanLiin/morse-msp430 [INFO] finished tweaking git repo https://github.com/YuhanLiin/morse-msp430 [INFO] tweaked toml for git repo https://github.com/YuhanLiin/morse-msp430 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/YuhanLiin/morse-msp430 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded panic-msp430 v0.2.0 [INFO] [stderr] Downloaded msp430-rt-macros v0.2.4 [INFO] [stderr] Downloaded msp430-atomic v0.1.1 [INFO] [stderr] Downloaded msp430fr2x5x-hal v0.2.2 [INFO] [stderr] Downloaded msp430-rt v0.2.4 [INFO] [stderr] Downloaded msp430 v0.2.0 [INFO] [stderr] Downloaded msp430fr2355 v0.4.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 80baeee1fa729cc9fa95e1720dfbf9fda6d8a795e88812574410bb4fc9121680 [INFO] running `Command { std: "docker" "start" "-a" "80baeee1fa729cc9fa95e1720dfbf9fda6d8a795e88812574410bb4fc9121680", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "80baeee1fa729cc9fa95e1720dfbf9fda6d8a795e88812574410bb4fc9121680", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80baeee1fa729cc9fa95e1720dfbf9fda6d8a795e88812574410bb4fc9121680", kill_on_drop: false }` [INFO] [stdout] 80baeee1fa729cc9fa95e1720dfbf9fda6d8a795e88812574410bb4fc9121680 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d37f033d0c027cc2f0655d9914269ff1a4ad635ca37789d5ac94cf613a368c98 [INFO] running `Command { std: "docker" "start" "-a" "d37f033d0c027cc2f0655d9914269ff1a4ad635ca37789d5ac94cf613a368c98", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling msp430-rt v0.2.4 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling msp430fr2355 v0.4.1 [INFO] [stderr] Checking r0 v1.0.0 [INFO] [stderr] Checking vcell v0.1.2 [INFO] [stderr] Checking nb v0.1.2 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking msp430-atomic v0.1.1 [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:72:12 [INFO] [stdout] | [INFO] [stdout] 72 | #![feature(const_fn)] [INFO] [stdout] | ^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: split into finer-grained feature gates [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking embedded-hal v0.2.3 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stdout] error[E0425]: cannot find function `atomic_store` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:687:37 [INFO] [stdout] | [INFO] [stdout] 687 | ::core::intrinsics::atomic_store(dst, val); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 728 | / atomic_int! { [INFO] [stdout] 729 | | i8 AtomicI8 ATOMIC_I8_INIT ".b" [INFO] [stdout] 730 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_load` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:692:37 [INFO] [stdout] | [INFO] [stdout] 692 | ::core::intrinsics::atomic_load(dst) [INFO] [stdout] | ^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 728 | / atomic_int! { [INFO] [stdout] 729 | | i8 AtomicI8 ATOMIC_I8_INIT ".b" [INFO] [stdout] 730 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_xadd` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:697:37 [INFO] [stdout] | [INFO] [stdout] 697 | ::core::intrinsics::atomic_xadd(dst, val); [INFO] [stdout] | ^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 728 | / atomic_int! { [INFO] [stdout] 729 | | i8 AtomicI8 ATOMIC_I8_INIT ".b" [INFO] [stdout] 730 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_xsub` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:702:37 [INFO] [stdout] | [INFO] [stdout] 702 | ::core::intrinsics::atomic_xsub(dst, val); [INFO] [stdout] | ^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 728 | / atomic_int! { [INFO] [stdout] 729 | | i8 AtomicI8 ATOMIC_I8_INIT ".b" [INFO] [stdout] 730 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_and` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:707:37 [INFO] [stdout] | [INFO] [stdout] 707 | ::core::intrinsics::atomic_and(dst, val); [INFO] [stdout] | ^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 728 | / atomic_int! { [INFO] [stdout] 729 | | i8 AtomicI8 ATOMIC_I8_INIT ".b" [INFO] [stdout] 730 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_and` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:712:37 [INFO] [stdout] | [INFO] [stdout] 712 | ::core::intrinsics::atomic_and(dst, !val); [INFO] [stdout] | ^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 728 | / atomic_int! { [INFO] [stdout] 729 | | i8 AtomicI8 ATOMIC_I8_INIT ".b" [INFO] [stdout] 730 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_or` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:717:37 [INFO] [stdout] | [INFO] [stdout] 717 | ::core::intrinsics::atomic_or(dst, val); [INFO] [stdout] | ^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 728 | / atomic_int! { [INFO] [stdout] 729 | | i8 AtomicI8 ATOMIC_I8_INIT ".b" [INFO] [stdout] 730 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_xor` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:722:37 [INFO] [stdout] | [INFO] [stdout] 722 | ::core::intrinsics::atomic_xor(dst, val); [INFO] [stdout] | ^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 728 | / atomic_int! { [INFO] [stdout] 729 | | i8 AtomicI8 ATOMIC_I8_INIT ".b" [INFO] [stdout] 730 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_store` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:687:37 [INFO] [stdout] | [INFO] [stdout] 687 | ::core::intrinsics::atomic_store(dst, val); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 732 | / atomic_int! { [INFO] [stdout] 733 | | u8 AtomicU8 ATOMIC_U8_INIT ".b" [INFO] [stdout] 734 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_load` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:692:37 [INFO] [stdout] | [INFO] [stdout] 692 | ::core::intrinsics::atomic_load(dst) [INFO] [stdout] | ^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 732 | / atomic_int! { [INFO] [stdout] 733 | | u8 AtomicU8 ATOMIC_U8_INIT ".b" [INFO] [stdout] 734 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_xadd` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:697:37 [INFO] [stdout] | [INFO] [stdout] 697 | ::core::intrinsics::atomic_xadd(dst, val); [INFO] [stdout] | ^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 732 | / atomic_int! { [INFO] [stdout] 733 | | u8 AtomicU8 ATOMIC_U8_INIT ".b" [INFO] [stdout] 734 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_xsub` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:702:37 [INFO] [stdout] | [INFO] [stdout] 702 | ::core::intrinsics::atomic_xsub(dst, val); [INFO] [stdout] | ^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 732 | / atomic_int! { [INFO] [stdout] 733 | | u8 AtomicU8 ATOMIC_U8_INIT ".b" [INFO] [stdout] 734 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_and` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:707:37 [INFO] [stdout] | [INFO] [stdout] 707 | ::core::intrinsics::atomic_and(dst, val); [INFO] [stdout] | ^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 732 | / atomic_int! { [INFO] [stdout] 733 | | u8 AtomicU8 ATOMIC_U8_INIT ".b" [INFO] [stdout] 734 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_and` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:712:37 [INFO] [stdout] | [INFO] [stdout] 712 | ::core::intrinsics::atomic_and(dst, !val); [INFO] [stdout] | ^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 732 | / atomic_int! { [INFO] [stdout] 733 | | u8 AtomicU8 ATOMIC_U8_INIT ".b" [INFO] [stdout] 734 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_or` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:717:37 [INFO] [stdout] | [INFO] [stdout] 717 | ::core::intrinsics::atomic_or(dst, val); [INFO] [stdout] | ^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 732 | / atomic_int! { [INFO] [stdout] 733 | | u8 AtomicU8 ATOMIC_U8_INIT ".b" [INFO] [stdout] 734 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_xor` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:722:37 [INFO] [stdout] | [INFO] [stdout] 722 | ::core::intrinsics::atomic_xor(dst, val); [INFO] [stdout] | ^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 732 | / atomic_int! { [INFO] [stdout] 733 | | u8 AtomicU8 ATOMIC_U8_INIT ".b" [INFO] [stdout] 734 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_store` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:687:37 [INFO] [stdout] | [INFO] [stdout] 687 | ::core::intrinsics::atomic_store(dst, val); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 736 | / atomic_int! { [INFO] [stdout] 737 | | i16 AtomicI16 ATOMIC_I16_INIT ".w" [INFO] [stdout] 738 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_load` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:692:37 [INFO] [stdout] | [INFO] [stdout] 692 | ::core::intrinsics::atomic_load(dst) [INFO] [stdout] | ^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 736 | / atomic_int! { [INFO] [stdout] 737 | | i16 AtomicI16 ATOMIC_I16_INIT ".w" [INFO] [stdout] 738 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_xadd` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:697:37 [INFO] [stdout] | [INFO] [stdout] 697 | ::core::intrinsics::atomic_xadd(dst, val); [INFO] [stdout] | ^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 736 | / atomic_int! { [INFO] [stdout] 737 | | i16 AtomicI16 ATOMIC_I16_INIT ".w" [INFO] [stdout] 738 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_xsub` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:702:37 [INFO] [stdout] | [INFO] [stdout] 702 | ::core::intrinsics::atomic_xsub(dst, val); [INFO] [stdout] | ^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 736 | / atomic_int! { [INFO] [stdout] 737 | | i16 AtomicI16 ATOMIC_I16_INIT ".w" [INFO] [stdout] 738 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_and` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:707:37 [INFO] [stdout] | [INFO] [stdout] 707 | ::core::intrinsics::atomic_and(dst, val); [INFO] [stdout] | ^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 736 | / atomic_int! { [INFO] [stdout] 737 | | i16 AtomicI16 ATOMIC_I16_INIT ".w" [INFO] [stdout] 738 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_and` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:712:37 [INFO] [stdout] | [INFO] [stdout] 712 | ::core::intrinsics::atomic_and(dst, !val); [INFO] [stdout] | ^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 736 | / atomic_int! { [INFO] [stdout] 737 | | i16 AtomicI16 ATOMIC_I16_INIT ".w" [INFO] [stdout] 738 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_or` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:717:37 [INFO] [stdout] | [INFO] [stdout] 717 | ::core::intrinsics::atomic_or(dst, val); [INFO] [stdout] | ^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 736 | / atomic_int! { [INFO] [stdout] 737 | | i16 AtomicI16 ATOMIC_I16_INIT ".w" [INFO] [stdout] 738 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_xor` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:722:37 [INFO] [stdout] | [INFO] [stdout] 722 | ::core::intrinsics::atomic_xor(dst, val); [INFO] [stdout] | ^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 736 | / atomic_int! { [INFO] [stdout] 737 | | i16 AtomicI16 ATOMIC_I16_INIT ".w" [INFO] [stdout] 738 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_store` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:687:37 [INFO] [stdout] | [INFO] [stdout] 687 | ::core::intrinsics::atomic_store(dst, val); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 740 | / atomic_int! { [INFO] [stdout] 741 | | u16 AtomicU16 ATOMIC_U16_INIT ".w" [INFO] [stdout] 742 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_load` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:692:37 [INFO] [stdout] | [INFO] [stdout] 692 | ::core::intrinsics::atomic_load(dst) [INFO] [stdout] | ^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 740 | / atomic_int! { [INFO] [stdout] 741 | | u16 AtomicU16 ATOMIC_U16_INIT ".w" [INFO] [stdout] 742 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_xadd` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:697:37 [INFO] [stdout] | [INFO] [stdout] 697 | ::core::intrinsics::atomic_xadd(dst, val); [INFO] [stdout] | ^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 740 | / atomic_int! { [INFO] [stdout] 741 | | u16 AtomicU16 ATOMIC_U16_INIT ".w" [INFO] [stdout] 742 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_xsub` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:702:37 [INFO] [stdout] | [INFO] [stdout] 702 | ::core::intrinsics::atomic_xsub(dst, val); [INFO] [stdout] | ^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 740 | / atomic_int! { [INFO] [stdout] 741 | | u16 AtomicU16 ATOMIC_U16_INIT ".w" [INFO] [stdout] 742 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_and` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:707:37 [INFO] [stdout] | [INFO] [stdout] 707 | ::core::intrinsics::atomic_and(dst, val); [INFO] [stdout] | ^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 740 | / atomic_int! { [INFO] [stdout] 741 | | u16 AtomicU16 ATOMIC_U16_INIT ".w" [INFO] [stdout] 742 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_and` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:712:37 [INFO] [stdout] | [INFO] [stdout] 712 | ::core::intrinsics::atomic_and(dst, !val); [INFO] [stdout] | ^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 740 | / atomic_int! { [INFO] [stdout] 741 | | u16 AtomicU16 ATOMIC_U16_INIT ".w" [INFO] [stdout] 742 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_or` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:717:37 [INFO] [stdout] | [INFO] [stdout] 717 | ::core::intrinsics::atomic_or(dst, val); [INFO] [stdout] | ^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 740 | / atomic_int! { [INFO] [stdout] 741 | | u16 AtomicU16 ATOMIC_U16_INIT ".w" [INFO] [stdout] 742 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_xor` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:722:37 [INFO] [stdout] | [INFO] [stdout] 722 | ::core::intrinsics::atomic_xor(dst, val); [INFO] [stdout] | ^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 740 | / atomic_int! { [INFO] [stdout] 741 | | u16 AtomicU16 ATOMIC_U16_INIT ".w" [INFO] [stdout] 742 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_store` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:687:37 [INFO] [stdout] | [INFO] [stdout] 687 | ::core::intrinsics::atomic_store(dst, val); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 744 | / atomic_int! { [INFO] [stdout] 745 | | isize AtomicIsize ATOMIC_ISIZE_INIT ".w" [INFO] [stdout] 746 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_load` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:692:37 [INFO] [stdout] | [INFO] [stdout] 692 | ::core::intrinsics::atomic_load(dst) [INFO] [stdout] | ^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 744 | / atomic_int! { [INFO] [stdout] 745 | | isize AtomicIsize ATOMIC_ISIZE_INIT ".w" [INFO] [stdout] 746 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_xadd` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:697:37 [INFO] [stdout] | [INFO] [stdout] 697 | ::core::intrinsics::atomic_xadd(dst, val); [INFO] [stdout] | ^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 744 | / atomic_int! { [INFO] [stdout] 745 | | isize AtomicIsize ATOMIC_ISIZE_INIT ".w" [INFO] [stdout] 746 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stdout] error[E0425]: cannot find function `atomic_xsub` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:702:37 [INFO] [stdout] | [INFO] [stdout] 702 | ::core::intrinsics::atomic_xsub(dst, val); [INFO] [stdout] | ^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 744 | / atomic_int! { [INFO] [stdout] 745 | | isize AtomicIsize ATOMIC_ISIZE_INIT ".w" [INFO] [stdout] 746 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_and` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:707:37 [INFO] [stdout] | [INFO] [stdout] 707 | ::core::intrinsics::atomic_and(dst, val); [INFO] [stdout] | ^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 744 | / atomic_int! { [INFO] [stdout] 745 | | isize AtomicIsize ATOMIC_ISIZE_INIT ".w" [INFO] [stdout] 746 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_and` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:712:37 [INFO] [stdout] | [INFO] [stdout] 712 | ::core::intrinsics::atomic_and(dst, !val); [INFO] [stdout] | ^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 744 | / atomic_int! { [INFO] [stdout] 745 | | isize AtomicIsize ATOMIC_ISIZE_INIT ".w" [INFO] [stdout] 746 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_or` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:717:37 [INFO] [stdout] | [INFO] [stdout] 717 | ::core::intrinsics::atomic_or(dst, val); [INFO] [stdout] | ^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 744 | / atomic_int! { [INFO] [stdout] 745 | | isize AtomicIsize ATOMIC_ISIZE_INIT ".w" [INFO] [stdout] 746 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_xor` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:722:37 [INFO] [stdout] | [INFO] [stdout] 722 | ::core::intrinsics::atomic_xor(dst, val); [INFO] [stdout] | ^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 744 | / atomic_int! { [INFO] [stdout] 745 | | isize AtomicIsize ATOMIC_ISIZE_INIT ".w" [INFO] [stdout] 746 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_store` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:687:37 [INFO] [stdout] | [INFO] [stdout] 687 | ::core::intrinsics::atomic_store(dst, val); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 748 | / atomic_int! { [INFO] [stdout] 749 | | usize AtomicUsize ATOMIC_USIZE_INIT ".w" [INFO] [stdout] 750 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_load` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:692:37 [INFO] [stdout] | [INFO] [stdout] 692 | ::core::intrinsics::atomic_load(dst) [INFO] [stdout] | ^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 748 | / atomic_int! { [INFO] [stdout] 749 | | usize AtomicUsize ATOMIC_USIZE_INIT ".w" [INFO] [stdout] 750 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_xadd` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:697:37 [INFO] [stdout] | [INFO] [stdout] 697 | ::core::intrinsics::atomic_xadd(dst, val); [INFO] [stdout] | ^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 748 | / atomic_int! { [INFO] [stdout] 749 | | usize AtomicUsize ATOMIC_USIZE_INIT ".w" [INFO] [stdout] 750 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_xsub` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:702:37 [INFO] [stdout] | [INFO] [stdout] 702 | ::core::intrinsics::atomic_xsub(dst, val); [INFO] [stdout] | ^^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 748 | / atomic_int! { [INFO] [stdout] 749 | | usize AtomicUsize ATOMIC_USIZE_INIT ".w" [INFO] [stdout] 750 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_and` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:707:37 [INFO] [stdout] | [INFO] [stdout] 707 | ::core::intrinsics::atomic_and(dst, val); [INFO] [stdout] | ^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 748 | / atomic_int! { [INFO] [stdout] 749 | | usize AtomicUsize ATOMIC_USIZE_INIT ".w" [INFO] [stdout] 750 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_and` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:712:37 [INFO] [stdout] | [INFO] [stdout] 712 | ::core::intrinsics::atomic_and(dst, !val); [INFO] [stdout] | ^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 748 | / atomic_int! { [INFO] [stdout] 749 | | usize AtomicUsize ATOMIC_USIZE_INIT ".w" [INFO] [stdout] 750 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_or` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:717:37 [INFO] [stdout] | [INFO] [stdout] 717 | ::core::intrinsics::atomic_or(dst, val); [INFO] [stdout] | ^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 748 | / atomic_int! { [INFO] [stdout] 749 | | usize AtomicUsize ATOMIC_USIZE_INIT ".w" [INFO] [stdout] 750 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_xor` in module `core::intrinsics` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/msp430-atomic-0.1.1/src/lib.rs:722:37 [INFO] [stdout] | [INFO] [stdout] 722 | ::core::intrinsics::atomic_xor(dst, val); [INFO] [stdout] | ^^^^^^^^^^ not found in `core::intrinsics` [INFO] [stdout] ... [INFO] [stdout] 748 | / atomic_int! { [INFO] [stdout] 749 | | usize AtomicUsize ATOMIC_USIZE_INIT ".w" [INFO] [stdout] 750 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stdout] Some errors have detailed explanations: E0425, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `msp430-atomic` (lib) due to 49 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "d37f033d0c027cc2f0655d9914269ff1a4ad635ca37789d5ac94cf613a368c98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d37f033d0c027cc2f0655d9914269ff1a4ad635ca37789d5ac94cf613a368c98", kill_on_drop: false }` [INFO] [stdout] d37f033d0c027cc2f0655d9914269ff1a4ad635ca37789d5ac94cf613a368c98