Sep 01 06:33:01.650 INFO checking simdty-0.0.3 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 06:33:01.650 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 06:33:01.650 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 06:33:01.807 INFO blam! b1baad8e7aac181da2907f8278d1be791b56c3ffb02a0c642912fc739561a3cb Sep 01 06:33:01.809 INFO running `"docker" "start" "-a" "b1baad8e7aac181da2907f8278d1be791b56c3ffb02a0c642912fc739561a3cb"` Sep 01 06:33:02.414 INFO kablam! Compiling simdty v0.0.3 (file:///source) Sep 01 06:33:02.699 INFO kablam! warning: unnecessary parentheses around `for` head expression Sep 01 06:33:02.699 INFO kablam! --> build.rs:12:14 Sep 01 06:33:02.699 INFO kablam! | Sep 01 06:33:02.699 INFO kablam! 12 | for _ in (0..length) { Sep 01 06:33:02.699 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 01 06:33:02.700 INFO kablam! | Sep 01 06:33:02.700 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 06:33:02.700 INFO kablam! Sep 01 06:33:03.364 INFO kablam! error[E0557]: feature has been removed Sep 01 06:33:03.364 INFO kablam! --> src/lib.rs:1:12 Sep 01 06:33:03.364 INFO kablam! | Sep 01 06:33:03.364 INFO kablam! 1 | #![feature(simd)] Sep 01 06:33:03.364 INFO kablam! | ^^^^ Sep 01 06:33:03.364 INFO kablam! | Sep 01 06:33:03.364 INFO kablam! note: removed in favor of `#[repr(simd)]` Sep 01 06:33:03.364 INFO kablam! --> src/lib.rs:1:12 Sep 01 06:33:03.364 INFO kablam! | Sep 01 06:33:03.364 INFO kablam! 1 | #![feature(simd)] Sep 01 06:33:03.364 INFO kablam! | ^^^^ Sep 01 06:33:03.364 INFO kablam! Sep 01 06:33:03.385 INFO kablam! error[E0557]: feature has been removed Sep 01 06:33:03.385 INFO kablam! --> src/lib.rs:1:12 Sep 01 06:33:03.385 INFO kablam! | Sep 01 06:33:03.385 INFO kablam! 1 | #![feature(simd)] Sep 01 06:33:03.385 INFO kablam! | ^^^^ Sep 01 06:33:03.385 INFO kablam! | Sep 01 06:33:03.385 INFO kablam! note: removed in favor of `#[repr(simd)]` Sep 01 06:33:03.385 INFO kablam! --> src/lib.rs:1:12 Sep 01 06:33:03.385 INFO kablam! | Sep 01 06:33:03.385 INFO kablam! 1 | #![feature(simd)] Sep 01 06:33:03.385 INFO kablam! | ^^^^ Sep 01 06:33:03.385 INFO kablam! Sep 01 06:33:03.597 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.597 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:1:3 Sep 01 06:33:03.597 INFO kablam! | Sep 01 06:33:03.597 INFO kablam! 1 | #[simd] Sep 01 06:33:03.598 INFO kablam! | ^^^^ Sep 01 06:33:03.598 INFO kablam! | Sep 01 06:33:03.598 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.598 INFO kablam! Sep 01 06:33:03.598 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.598 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:5:3 Sep 01 06:33:03.598 INFO kablam! | Sep 01 06:33:03.598 INFO kablam! 5 | #[simd] Sep 01 06:33:03.598 INFO kablam! | ^^^^ Sep 01 06:33:03.598 INFO kablam! | Sep 01 06:33:03.598 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.598 INFO kablam! Sep 01 06:33:03.599 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.599 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:9:3 Sep 01 06:33:03.599 INFO kablam! | Sep 01 06:33:03.599 INFO kablam! 9 | #[simd] Sep 01 06:33:03.599 INFO kablam! | ^^^^ Sep 01 06:33:03.599 INFO kablam! | Sep 01 06:33:03.599 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.599 INFO kablam! Sep 01 06:33:03.599 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.599 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:13:3 Sep 01 06:33:03.599 INFO kablam! | Sep 01 06:33:03.599 INFO kablam! 13 | #[simd] Sep 01 06:33:03.599 INFO kablam! | ^^^^ Sep 01 06:33:03.599 INFO kablam! | Sep 01 06:33:03.599 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.599 INFO kablam! Sep 01 06:33:03.599 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.599 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:17:3 Sep 01 06:33:03.599 INFO kablam! | Sep 01 06:33:03.599 INFO kablam! 17 | #[simd] Sep 01 06:33:03.599 INFO kablam! | ^^^^ Sep 01 06:33:03.599 INFO kablam! | Sep 01 06:33:03.599 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.600 INFO kablam! Sep 01 06:33:03.600 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.600 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:21:3 Sep 01 06:33:03.600 INFO kablam! | Sep 01 06:33:03.600 INFO kablam! 21 | #[simd] Sep 01 06:33:03.600 INFO kablam! | ^^^^ Sep 01 06:33:03.600 INFO kablam! | Sep 01 06:33:03.600 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.600 INFO kablam! Sep 01 06:33:03.601 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.601 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:25:3 Sep 01 06:33:03.601 INFO kablam! | Sep 01 06:33:03.601 INFO kablam! 25 | #[simd] Sep 01 06:33:03.601 INFO kablam! | ^^^^ Sep 01 06:33:03.601 INFO kablam! | Sep 01 06:33:03.601 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.601 INFO kablam! Sep 01 06:33:03.601 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.601 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:29:3 Sep 01 06:33:03.601 INFO kablam! | Sep 01 06:33:03.601 INFO kablam! 29 | #[simd] Sep 01 06:33:03.601 INFO kablam! | ^^^^ Sep 01 06:33:03.601 INFO kablam! | Sep 01 06:33:03.601 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.601 INFO kablam! Sep 01 06:33:03.601 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.601 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:33:3 Sep 01 06:33:03.601 INFO kablam! | Sep 01 06:33:03.601 INFO kablam! 33 | #[simd] Sep 01 06:33:03.601 INFO kablam! | ^^^^ Sep 01 06:33:03.601 INFO kablam! | Sep 01 06:33:03.601 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.601 INFO kablam! Sep 01 06:33:03.602 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.602 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:37:3 Sep 01 06:33:03.602 INFO kablam! | Sep 01 06:33:03.602 INFO kablam! 37 | #[simd] Sep 01 06:33:03.602 INFO kablam! | ^^^^ Sep 01 06:33:03.602 INFO kablam! | Sep 01 06:33:03.602 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.602 INFO kablam! Sep 01 06:33:03.602 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.602 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:41:3 Sep 01 06:33:03.602 INFO kablam! | Sep 01 06:33:03.602 INFO kablam! 41 | #[simd] Sep 01 06:33:03.602 INFO kablam! | ^^^^ Sep 01 06:33:03.602 INFO kablam! | Sep 01 06:33:03.602 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.602 INFO kablam! Sep 01 06:33:03.603 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.603 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:45:3 Sep 01 06:33:03.603 INFO kablam! | Sep 01 06:33:03.603 INFO kablam! 45 | #[simd] Sep 01 06:33:03.603 INFO kablam! | ^^^^ Sep 01 06:33:03.603 INFO kablam! | Sep 01 06:33:03.603 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.603 INFO kablam! Sep 01 06:33:03.603 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.603 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:49:3 Sep 01 06:33:03.603 INFO kablam! | Sep 01 06:33:03.603 INFO kablam! 49 | #[simd] Sep 01 06:33:03.603 INFO kablam! | ^^^^ Sep 01 06:33:03.603 INFO kablam! | Sep 01 06:33:03.603 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.603 INFO kablam! Sep 01 06:33:03.603 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.604 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:53:3 Sep 01 06:33:03.604 INFO kablam! | Sep 01 06:33:03.604 INFO kablam! 53 | #[simd] Sep 01 06:33:03.604 INFO kablam! | ^^^^ Sep 01 06:33:03.604 INFO kablam! | Sep 01 06:33:03.604 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.604 INFO kablam! Sep 01 06:33:03.608 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.608 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:57:3 Sep 01 06:33:03.608 INFO kablam! | Sep 01 06:33:03.608 INFO kablam! 57 | #[simd] Sep 01 06:33:03.608 INFO kablam! | ^^^^ Sep 01 06:33:03.608 INFO kablam! | Sep 01 06:33:03.608 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.608 INFO kablam! Sep 01 06:33:03.608 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.608 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:61:3 Sep 01 06:33:03.609 INFO kablam! | Sep 01 06:33:03.609 INFO kablam! 61 | #[simd] Sep 01 06:33:03.609 INFO kablam! | ^^^^ Sep 01 06:33:03.609 INFO kablam! | Sep 01 06:33:03.609 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.609 INFO kablam! Sep 01 06:33:03.609 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.609 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:65:3 Sep 01 06:33:03.609 INFO kablam! | Sep 01 06:33:03.609 INFO kablam! 65 | #[simd] Sep 01 06:33:03.609 INFO kablam! | ^^^^ Sep 01 06:33:03.609 INFO kablam! | Sep 01 06:33:03.609 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.609 INFO kablam! Sep 01 06:33:03.609 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.609 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:69:3 Sep 01 06:33:03.609 INFO kablam! | Sep 01 06:33:03.609 INFO kablam! 69 | #[simd] Sep 01 06:33:03.609 INFO kablam! | ^^^^ Sep 01 06:33:03.609 INFO kablam! | Sep 01 06:33:03.610 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.610 INFO kablam! Sep 01 06:33:03.610 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.610 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:73:3 Sep 01 06:33:03.610 INFO kablam! | Sep 01 06:33:03.610 INFO kablam! 73 | #[simd] Sep 01 06:33:03.610 INFO kablam! | ^^^^ Sep 01 06:33:03.610 INFO kablam! | Sep 01 06:33:03.610 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.610 INFO kablam! Sep 01 06:33:03.610 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.610 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:77:3 Sep 01 06:33:03.610 INFO kablam! | Sep 01 06:33:03.610 INFO kablam! 77 | #[simd] Sep 01 06:33:03.610 INFO kablam! | ^^^^ Sep 01 06:33:03.610 INFO kablam! | Sep 01 06:33:03.610 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.610 INFO kablam! Sep 01 06:33:03.610 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.611 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:81:3 Sep 01 06:33:03.611 INFO kablam! | Sep 01 06:33:03.611 INFO kablam! 81 | #[simd] Sep 01 06:33:03.611 INFO kablam! | ^^^^ Sep 01 06:33:03.611 INFO kablam! | Sep 01 06:33:03.611 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.611 INFO kablam! Sep 01 06:33:03.611 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.611 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:85:3 Sep 01 06:33:03.611 INFO kablam! | Sep 01 06:33:03.611 INFO kablam! 85 | #[simd] Sep 01 06:33:03.611 INFO kablam! | ^^^^ Sep 01 06:33:03.611 INFO kablam! | Sep 01 06:33:03.611 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.611 INFO kablam! Sep 01 06:33:03.611 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.611 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:89:3 Sep 01 06:33:03.611 INFO kablam! | Sep 01 06:33:03.611 INFO kablam! 89 | #[simd] Sep 01 06:33:03.611 INFO kablam! | ^^^^ Sep 01 06:33:03.612 INFO kablam! | Sep 01 06:33:03.612 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.612 INFO kablam! Sep 01 06:33:03.612 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.612 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:93:3 Sep 01 06:33:03.612 INFO kablam! | Sep 01 06:33:03.612 INFO kablam! 93 | #[simd] Sep 01 06:33:03.612 INFO kablam! | ^^^^ Sep 01 06:33:03.612 INFO kablam! | Sep 01 06:33:03.612 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.612 INFO kablam! Sep 01 06:33:03.612 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.612 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:97:3 Sep 01 06:33:03.612 INFO kablam! | Sep 01 06:33:03.612 INFO kablam! 97 | #[simd] Sep 01 06:33:03.612 INFO kablam! | ^^^^ Sep 01 06:33:03.612 INFO kablam! | Sep 01 06:33:03.612 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.613 INFO kablam! Sep 01 06:33:03.613 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.613 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:101:3 Sep 01 06:33:03.613 INFO kablam! | Sep 01 06:33:03.613 INFO kablam! 101 | #[simd] Sep 01 06:33:03.613 INFO kablam! | ^^^^ Sep 01 06:33:03.613 INFO kablam! | Sep 01 06:33:03.613 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.613 INFO kablam! Sep 01 06:33:03.613 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.613 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:105:3 Sep 01 06:33:03.613 INFO kablam! | Sep 01 06:33:03.613 INFO kablam! 105 | #[simd] Sep 01 06:33:03.613 INFO kablam! | ^^^^ Sep 01 06:33:03.613 INFO kablam! | Sep 01 06:33:03.613 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.613 INFO kablam! Sep 01 06:33:03.613 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.613 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:109:3 Sep 01 06:33:03.613 INFO kablam! | Sep 01 06:33:03.614 INFO kablam! 109 | #[simd] Sep 01 06:33:03.614 INFO kablam! | ^^^^ Sep 01 06:33:03.614 INFO kablam! | Sep 01 06:33:03.614 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.614 INFO kablam! Sep 01 06:33:03.614 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.614 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:113:3 Sep 01 06:33:03.614 INFO kablam! | Sep 01 06:33:03.614 INFO kablam! 113 | #[simd] Sep 01 06:33:03.614 INFO kablam! | ^^^^ Sep 01 06:33:03.614 INFO kablam! | Sep 01 06:33:03.614 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.614 INFO kablam! Sep 01 06:33:03.614 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.614 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:117:3 Sep 01 06:33:03.614 INFO kablam! | Sep 01 06:33:03.614 INFO kablam! 117 | #[simd] Sep 01 06:33:03.614 INFO kablam! | ^^^^ Sep 01 06:33:03.614 INFO kablam! | Sep 01 06:33:03.614 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.615 INFO kablam! Sep 01 06:33:03.615 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.615 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:121:3 Sep 01 06:33:03.615 INFO kablam! | Sep 01 06:33:03.615 INFO kablam! 121 | #[simd] Sep 01 06:33:03.615 INFO kablam! | ^^^^ Sep 01 06:33:03.615 INFO kablam! | Sep 01 06:33:03.615 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.615 INFO kablam! Sep 01 06:33:03.615 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.615 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:125:3 Sep 01 06:33:03.615 INFO kablam! | Sep 01 06:33:03.615 INFO kablam! 125 | #[simd] Sep 01 06:33:03.615 INFO kablam! | ^^^^ Sep 01 06:33:03.615 INFO kablam! | Sep 01 06:33:03.615 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.615 INFO kablam! Sep 01 06:33:03.615 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.615 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:129:3 Sep 01 06:33:03.615 INFO kablam! | Sep 01 06:33:03.616 INFO kablam! 129 | #[simd] Sep 01 06:33:03.616 INFO kablam! | ^^^^ Sep 01 06:33:03.616 INFO kablam! | Sep 01 06:33:03.616 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.616 INFO kablam! Sep 01 06:33:03.616 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.616 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:133:3 Sep 01 06:33:03.616 INFO kablam! | Sep 01 06:33:03.616 INFO kablam! 133 | #[simd] Sep 01 06:33:03.616 INFO kablam! | ^^^^ Sep 01 06:33:03.616 INFO kablam! | Sep 01 06:33:03.616 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.616 INFO kablam! Sep 01 06:33:03.616 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.616 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:137:3 Sep 01 06:33:03.617 INFO kablam! | Sep 01 06:33:03.617 INFO kablam! 137 | #[simd] Sep 01 06:33:03.617 INFO kablam! | ^^^^ Sep 01 06:33:03.617 INFO kablam! | Sep 01 06:33:03.617 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.617 INFO kablam! Sep 01 06:33:03.617 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.618 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:141:3 Sep 01 06:33:03.618 INFO kablam! | Sep 01 06:33:03.618 INFO kablam! 141 | #[simd] Sep 01 06:33:03.618 INFO kablam! | ^^^^ Sep 01 06:33:03.618 INFO kablam! | Sep 01 06:33:03.618 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.618 INFO kablam! Sep 01 06:33:03.618 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.618 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:145:3 Sep 01 06:33:03.618 INFO kablam! | Sep 01 06:33:03.618 INFO kablam! 145 | #[simd] Sep 01 06:33:03.618 INFO kablam! | ^^^^ Sep 01 06:33:03.618 INFO kablam! | Sep 01 06:33:03.618 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.618 INFO kablam! Sep 01 06:33:03.618 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.618 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:149:3 Sep 01 06:33:03.618 INFO kablam! | Sep 01 06:33:03.618 INFO kablam! 149 | #[simd] Sep 01 06:33:03.618 INFO kablam! | ^^^^ Sep 01 06:33:03.618 INFO kablam! | Sep 01 06:33:03.618 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.619 INFO kablam! Sep 01 06:33:03.619 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.619 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:153:3 Sep 01 06:33:03.619 INFO kablam! | Sep 01 06:33:03.619 INFO kablam! 153 | #[simd] Sep 01 06:33:03.619 INFO kablam! | ^^^^ Sep 01 06:33:03.619 INFO kablam! | Sep 01 06:33:03.619 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.619 INFO kablam! Sep 01 06:33:03.619 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.619 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:157:3 Sep 01 06:33:03.619 INFO kablam! | Sep 01 06:33:03.619 INFO kablam! 157 | #[simd] Sep 01 06:33:03.619 INFO kablam! | ^^^^ Sep 01 06:33:03.619 INFO kablam! | Sep 01 06:33:03.619 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.619 INFO kablam! Sep 01 06:33:03.619 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.619 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:161:3 Sep 01 06:33:03.619 INFO kablam! | Sep 01 06:33:03.619 INFO kablam! 161 | #[simd] Sep 01 06:33:03.620 INFO kablam! | ^^^^ Sep 01 06:33:03.620 INFO kablam! | Sep 01 06:33:03.620 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.620 INFO kablam! Sep 01 06:33:03.620 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.620 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:165:3 Sep 01 06:33:03.620 INFO kablam! | Sep 01 06:33:03.620 INFO kablam! 165 | #[simd] Sep 01 06:33:03.620 INFO kablam! | ^^^^ Sep 01 06:33:03.620 INFO kablam! | Sep 01 06:33:03.620 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.620 INFO kablam! Sep 01 06:33:03.621 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.621 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:169:3 Sep 01 06:33:03.621 INFO kablam! | Sep 01 06:33:03.621 INFO kablam! 169 | #[simd] Sep 01 06:33:03.621 INFO kablam! | ^^^^ Sep 01 06:33:03.621 INFO kablam! | Sep 01 06:33:03.621 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.621 INFO kablam! Sep 01 06:33:03.622 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.622 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:173:3 Sep 01 06:33:03.622 INFO kablam! | Sep 01 06:33:03.622 INFO kablam! 173 | #[simd] Sep 01 06:33:03.622 INFO kablam! | ^^^^ Sep 01 06:33:03.622 INFO kablam! | Sep 01 06:33:03.622 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.622 INFO kablam! Sep 01 06:33:03.623 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.623 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:177:3 Sep 01 06:33:03.623 INFO kablam! | Sep 01 06:33:03.623 INFO kablam! 177 | #[simd] Sep 01 06:33:03.624 INFO kablam! | ^^^^ Sep 01 06:33:03.624 INFO kablam! | Sep 01 06:33:03.624 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.624 INFO kablam! Sep 01 06:33:03.624 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.624 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:181:3 Sep 01 06:33:03.624 INFO kablam! | Sep 01 06:33:03.624 INFO kablam! 181 | #[simd] Sep 01 06:33:03.624 INFO kablam! | ^^^^ Sep 01 06:33:03.624 INFO kablam! | Sep 01 06:33:03.624 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.624 INFO kablam! Sep 01 06:33:03.625 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.626 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:185:3 Sep 01 06:33:03.626 INFO kablam! | Sep 01 06:33:03.626 INFO kablam! 185 | #[simd] Sep 01 06:33:03.626 INFO kablam! | ^^^^ Sep 01 06:33:03.626 INFO kablam! | Sep 01 06:33:03.626 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.626 INFO kablam! Sep 01 06:33:03.626 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.626 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:189:3 Sep 01 06:33:03.626 INFO kablam! | Sep 01 06:33:03.626 INFO kablam! 189 | #[simd] Sep 01 06:33:03.626 INFO kablam! | ^^^^ Sep 01 06:33:03.626 INFO kablam! | Sep 01 06:33:03.626 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.626 INFO kablam! Sep 01 06:33:03.627 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.627 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:193:3 Sep 01 06:33:03.627 INFO kablam! | Sep 01 06:33:03.627 INFO kablam! 193 | #[simd] Sep 01 06:33:03.627 INFO kablam! | ^^^^ Sep 01 06:33:03.627 INFO kablam! | Sep 01 06:33:03.627 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.627 INFO kablam! Sep 01 06:33:03.628 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.628 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:197:3 Sep 01 06:33:03.628 INFO kablam! | Sep 01 06:33:03.628 INFO kablam! 197 | #[simd] Sep 01 06:33:03.628 INFO kablam! | ^^^^ Sep 01 06:33:03.628 INFO kablam! | Sep 01 06:33:03.628 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.628 INFO kablam! Sep 01 06:33:03.629 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.629 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:201:3 Sep 01 06:33:03.629 INFO kablam! | Sep 01 06:33:03.629 INFO kablam! 201 | #[simd] Sep 01 06:33:03.629 INFO kablam! | ^^^^ Sep 01 06:33:03.629 INFO kablam! | Sep 01 06:33:03.629 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.629 INFO kablam! Sep 01 06:33:03.630 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.630 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:205:3 Sep 01 06:33:03.630 INFO kablam! | Sep 01 06:33:03.631 INFO kablam! 205 | #[simd] Sep 01 06:33:03.631 INFO kablam! | ^^^^ Sep 01 06:33:03.631 INFO kablam! | Sep 01 06:33:03.631 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.631 INFO kablam! Sep 01 06:33:03.632 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.632 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:209:3 Sep 01 06:33:03.632 INFO kablam! | Sep 01 06:33:03.632 INFO kablam! 209 | #[simd] Sep 01 06:33:03.632 INFO kablam! | ^^^^ Sep 01 06:33:03.632 INFO kablam! | Sep 01 06:33:03.632 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.632 INFO kablam! Sep 01 06:33:03.634 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.634 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:213:3 Sep 01 06:33:03.634 INFO kablam! | Sep 01 06:33:03.634 INFO kablam! 213 | #[simd] Sep 01 06:33:03.634 INFO kablam! | ^^^^ Sep 01 06:33:03.634 INFO kablam! | Sep 01 06:33:03.634 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.634 INFO kablam! Sep 01 06:33:03.635 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.635 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:217:3 Sep 01 06:33:03.635 INFO kablam! | Sep 01 06:33:03.635 INFO kablam! 217 | #[simd] Sep 01 06:33:03.635 INFO kablam! | ^^^^ Sep 01 06:33:03.635 INFO kablam! | Sep 01 06:33:03.635 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.635 INFO kablam! Sep 01 06:33:03.636 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.636 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:221:3 Sep 01 06:33:03.637 INFO kablam! | Sep 01 06:33:03.637 INFO kablam! 221 | #[simd] Sep 01 06:33:03.637 INFO kablam! | ^^^^ Sep 01 06:33:03.637 INFO kablam! | Sep 01 06:33:03.637 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.637 INFO kablam! Sep 01 06:33:03.637 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.637 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:225:3 Sep 01 06:33:03.637 INFO kablam! | Sep 01 06:33:03.638 INFO kablam! 225 | #[simd] Sep 01 06:33:03.638 INFO kablam! | ^^^^ Sep 01 06:33:03.638 INFO kablam! | Sep 01 06:33:03.638 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.638 INFO kablam! Sep 01 06:33:03.638 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.638 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:229:3 Sep 01 06:33:03.638 INFO kablam! | Sep 01 06:33:03.639 INFO kablam! 229 | #[simd] Sep 01 06:33:03.639 INFO kablam! | ^^^^ Sep 01 06:33:03.639 INFO kablam! | Sep 01 06:33:03.639 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.639 INFO kablam! Sep 01 06:33:03.639 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.639 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:233:3 Sep 01 06:33:03.639 INFO kablam! | Sep 01 06:33:03.639 INFO kablam! 233 | #[simd] Sep 01 06:33:03.639 INFO kablam! | ^^^^ Sep 01 06:33:03.639 INFO kablam! | Sep 01 06:33:03.639 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.640 INFO kablam! Sep 01 06:33:03.640 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.640 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:237:3 Sep 01 06:33:03.640 INFO kablam! | Sep 01 06:33:03.640 INFO kablam! 237 | #[simd] Sep 01 06:33:03.640 INFO kablam! | ^^^^ Sep 01 06:33:03.640 INFO kablam! | Sep 01 06:33:03.640 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.640 INFO kablam! Sep 01 06:33:03.648 INFO kablam! error: aborting due to 61 previous errors Sep 01 06:33:03.648 INFO kablam! Sep 01 06:33:03.648 INFO kablam! Some errors occurred: E0557, E0658. Sep 01 06:33:03.648 INFO kablam! For more information about an error, try `rustc --explain E0557`. Sep 01 06:33:03.650 INFO kablam! error: Could not compile `simdty`. Sep 01 06:33:03.650 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 06:33:03.651 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.651 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:1:3 Sep 01 06:33:03.651 INFO kablam! | Sep 01 06:33:03.651 INFO kablam! 1 | #[simd] Sep 01 06:33:03.651 INFO kablam! | ^^^^ Sep 01 06:33:03.651 INFO kablam! | Sep 01 06:33:03.651 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.651 INFO kablam! Sep 01 06:33:03.651 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.651 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:5:3 Sep 01 06:33:03.651 INFO kablam! | Sep 01 06:33:03.651 INFO kablam! 5 | #[simd] Sep 01 06:33:03.651 INFO kablam! | ^^^^ Sep 01 06:33:03.652 INFO kablam! | Sep 01 06:33:03.652 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.652 INFO kablam! Sep 01 06:33:03.652 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.652 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:9:3 Sep 01 06:33:03.652 INFO kablam! | Sep 01 06:33:03.652 INFO kablam! 9 | #[simd] Sep 01 06:33:03.652 INFO kablam! | ^^^^ Sep 01 06:33:03.652 INFO kablam! | Sep 01 06:33:03.652 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.652 INFO kablam! Sep 01 06:33:03.652 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.652 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:13:3 Sep 01 06:33:03.652 INFO kablam! | Sep 01 06:33:03.652 INFO kablam! 13 | #[simd] Sep 01 06:33:03.652 INFO kablam! | ^^^^ Sep 01 06:33:03.652 INFO kablam! | Sep 01 06:33:03.652 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.652 INFO kablam! Sep 01 06:33:03.652 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.653 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:17:3 Sep 01 06:33:03.653 INFO kablam! | Sep 01 06:33:03.653 INFO kablam! 17 | #[simd] Sep 01 06:33:03.653 INFO kablam! | ^^^^ Sep 01 06:33:03.653 INFO kablam! | Sep 01 06:33:03.653 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.653 INFO kablam! Sep 01 06:33:03.653 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.653 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:21:3 Sep 01 06:33:03.653 INFO kablam! | Sep 01 06:33:03.653 INFO kablam! 21 | #[simd] Sep 01 06:33:03.653 INFO kablam! | ^^^^ Sep 01 06:33:03.653 INFO kablam! | Sep 01 06:33:03.653 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.653 INFO kablam! Sep 01 06:33:03.653 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.653 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:25:3 Sep 01 06:33:03.653 INFO kablam! | Sep 01 06:33:03.653 INFO kablam! 25 | #[simd] Sep 01 06:33:03.653 INFO kablam! | ^^^^ Sep 01 06:33:03.653 INFO kablam! | Sep 01 06:33:03.654 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.654 INFO kablam! Sep 01 06:33:03.654 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.654 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:29:3 Sep 01 06:33:03.654 INFO kablam! | Sep 01 06:33:03.654 INFO kablam! 29 | #[simd] Sep 01 06:33:03.654 INFO kablam! | ^^^^ Sep 01 06:33:03.654 INFO kablam! | Sep 01 06:33:03.654 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.654 INFO kablam! Sep 01 06:33:03.654 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.654 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:33:3 Sep 01 06:33:03.654 INFO kablam! | Sep 01 06:33:03.654 INFO kablam! 33 | #[simd] Sep 01 06:33:03.654 INFO kablam! | ^^^^ Sep 01 06:33:03.654 INFO kablam! | Sep 01 06:33:03.654 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.654 INFO kablam! Sep 01 06:33:03.654 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.654 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:37:3 Sep 01 06:33:03.654 INFO kablam! | Sep 01 06:33:03.655 INFO kablam! 37 | #[simd] Sep 01 06:33:03.655 INFO kablam! | ^^^^ Sep 01 06:33:03.655 INFO kablam! | Sep 01 06:33:03.655 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.655 INFO kablam! Sep 01 06:33:03.655 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.655 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:41:3 Sep 01 06:33:03.655 INFO kablam! | Sep 01 06:33:03.655 INFO kablam! 41 | #[simd] Sep 01 06:33:03.655 INFO kablam! | ^^^^ Sep 01 06:33:03.655 INFO kablam! | Sep 01 06:33:03.655 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.655 INFO kablam! Sep 01 06:33:03.655 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.655 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:45:3 Sep 01 06:33:03.655 INFO kablam! | Sep 01 06:33:03.655 INFO kablam! 45 | #[simd] Sep 01 06:33:03.655 INFO kablam! | ^^^^ Sep 01 06:33:03.655 INFO kablam! | Sep 01 06:33:03.655 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.655 INFO kablam! Sep 01 06:33:03.656 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.656 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:49:3 Sep 01 06:33:03.656 INFO kablam! | Sep 01 06:33:03.656 INFO kablam! 49 | #[simd] Sep 01 06:33:03.656 INFO kablam! | ^^^^ Sep 01 06:33:03.656 INFO kablam! | Sep 01 06:33:03.656 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.656 INFO kablam! Sep 01 06:33:03.656 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.656 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:53:3 Sep 01 06:33:03.656 INFO kablam! | Sep 01 06:33:03.656 INFO kablam! 53 | #[simd] Sep 01 06:33:03.656 INFO kablam! | ^^^^ Sep 01 06:33:03.656 INFO kablam! | Sep 01 06:33:03.656 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.656 INFO kablam! Sep 01 06:33:03.656 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.656 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:57:3 Sep 01 06:33:03.656 INFO kablam! | Sep 01 06:33:03.656 INFO kablam! 57 | #[simd] Sep 01 06:33:03.656 INFO kablam! | ^^^^ Sep 01 06:33:03.657 INFO kablam! | Sep 01 06:33:03.657 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.657 INFO kablam! Sep 01 06:33:03.657 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.657 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:61:3 Sep 01 06:33:03.657 INFO kablam! | Sep 01 06:33:03.657 INFO kablam! 61 | #[simd] Sep 01 06:33:03.657 INFO kablam! | ^^^^ Sep 01 06:33:03.657 INFO kablam! | Sep 01 06:33:03.657 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.657 INFO kablam! Sep 01 06:33:03.657 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.657 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:65:3 Sep 01 06:33:03.657 INFO kablam! | Sep 01 06:33:03.657 INFO kablam! 65 | #[simd] Sep 01 06:33:03.657 INFO kablam! | ^^^^ Sep 01 06:33:03.657 INFO kablam! | Sep 01 06:33:03.657 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.657 INFO kablam! Sep 01 06:33:03.658 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.658 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:69:3 Sep 01 06:33:03.658 INFO kablam! | Sep 01 06:33:03.658 INFO kablam! 69 | #[simd] Sep 01 06:33:03.658 INFO kablam! | ^^^^ Sep 01 06:33:03.658 INFO kablam! | Sep 01 06:33:03.658 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.658 INFO kablam! Sep 01 06:33:03.658 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.658 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:73:3 Sep 01 06:33:03.658 INFO kablam! | Sep 01 06:33:03.658 INFO kablam! 73 | #[simd] Sep 01 06:33:03.658 INFO kablam! | ^^^^ Sep 01 06:33:03.658 INFO kablam! | Sep 01 06:33:03.658 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.658 INFO kablam! Sep 01 06:33:03.658 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.658 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:77:3 Sep 01 06:33:03.658 INFO kablam! | Sep 01 06:33:03.658 INFO kablam! 77 | #[simd] Sep 01 06:33:03.658 INFO kablam! | ^^^^ Sep 01 06:33:03.659 INFO kablam! | Sep 01 06:33:03.659 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.659 INFO kablam! Sep 01 06:33:03.659 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.659 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:81:3 Sep 01 06:33:03.659 INFO kablam! | Sep 01 06:33:03.659 INFO kablam! 81 | #[simd] Sep 01 06:33:03.659 INFO kablam! | ^^^^ Sep 01 06:33:03.659 INFO kablam! | Sep 01 06:33:03.659 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.659 INFO kablam! Sep 01 06:33:03.659 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.659 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:85:3 Sep 01 06:33:03.659 INFO kablam! | Sep 01 06:33:03.659 INFO kablam! 85 | #[simd] Sep 01 06:33:03.659 INFO kablam! | ^^^^ Sep 01 06:33:03.659 INFO kablam! | Sep 01 06:33:03.659 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.659 INFO kablam! Sep 01 06:33:03.660 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.660 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:89:3 Sep 01 06:33:03.660 INFO kablam! | Sep 01 06:33:03.660 INFO kablam! 89 | #[simd] Sep 01 06:33:03.660 INFO kablam! | ^^^^ Sep 01 06:33:03.660 INFO kablam! | Sep 01 06:33:03.660 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.660 INFO kablam! Sep 01 06:33:03.660 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.660 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:93:3 Sep 01 06:33:03.660 INFO kablam! | Sep 01 06:33:03.660 INFO kablam! 93 | #[simd] Sep 01 06:33:03.660 INFO kablam! | ^^^^ Sep 01 06:33:03.660 INFO kablam! | Sep 01 06:33:03.660 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.660 INFO kablam! Sep 01 06:33:03.664 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.664 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:97:3 Sep 01 06:33:03.664 INFO kablam! | Sep 01 06:33:03.664 INFO kablam! 97 | #[simd] Sep 01 06:33:03.664 INFO kablam! | ^^^^ Sep 01 06:33:03.664 INFO kablam! | Sep 01 06:33:03.665 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.665 INFO kablam! Sep 01 06:33:03.665 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.665 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:101:3 Sep 01 06:33:03.665 INFO kablam! | Sep 01 06:33:03.665 INFO kablam! 101 | #[simd] Sep 01 06:33:03.665 INFO kablam! | ^^^^ Sep 01 06:33:03.665 INFO kablam! | Sep 01 06:33:03.665 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.665 INFO kablam! Sep 01 06:33:03.665 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.665 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:105:3 Sep 01 06:33:03.665 INFO kablam! | Sep 01 06:33:03.665 INFO kablam! 105 | #[simd] Sep 01 06:33:03.665 INFO kablam! | ^^^^ Sep 01 06:33:03.665 INFO kablam! | Sep 01 06:33:03.665 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.665 INFO kablam! Sep 01 06:33:03.665 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.665 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:109:3 Sep 01 06:33:03.665 INFO kablam! | Sep 01 06:33:03.665 INFO kablam! 109 | #[simd] Sep 01 06:33:03.665 INFO kablam! | ^^^^ Sep 01 06:33:03.665 INFO kablam! | Sep 01 06:33:03.665 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.665 INFO kablam! Sep 01 06:33:03.666 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.666 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:113:3 Sep 01 06:33:03.666 INFO kablam! | Sep 01 06:33:03.666 INFO kablam! 113 | #[simd] Sep 01 06:33:03.666 INFO kablam! | ^^^^ Sep 01 06:33:03.666 INFO kablam! | Sep 01 06:33:03.666 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.666 INFO kablam! Sep 01 06:33:03.666 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.666 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:117:3 Sep 01 06:33:03.666 INFO kablam! | Sep 01 06:33:03.666 INFO kablam! 117 | #[simd] Sep 01 06:33:03.666 INFO kablam! | ^^^^ Sep 01 06:33:03.666 INFO kablam! | Sep 01 06:33:03.666 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.666 INFO kablam! Sep 01 06:33:03.666 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.666 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:121:3 Sep 01 06:33:03.666 INFO kablam! | Sep 01 06:33:03.666 INFO kablam! 121 | #[simd] Sep 01 06:33:03.666 INFO kablam! | ^^^^ Sep 01 06:33:03.666 INFO kablam! | Sep 01 06:33:03.666 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.666 INFO kablam! Sep 01 06:33:03.667 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.667 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:125:3 Sep 01 06:33:03.667 INFO kablam! | Sep 01 06:33:03.667 INFO kablam! 125 | #[simd] Sep 01 06:33:03.667 INFO kablam! | ^^^^ Sep 01 06:33:03.667 INFO kablam! | Sep 01 06:33:03.667 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.667 INFO kablam! Sep 01 06:33:03.667 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.667 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:129:3 Sep 01 06:33:03.667 INFO kablam! | Sep 01 06:33:03.667 INFO kablam! 129 | #[simd] Sep 01 06:33:03.667 INFO kablam! | ^^^^ Sep 01 06:33:03.667 INFO kablam! | Sep 01 06:33:03.667 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.667 INFO kablam! Sep 01 06:33:03.667 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.667 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:133:3 Sep 01 06:33:03.667 INFO kablam! | Sep 01 06:33:03.667 INFO kablam! 133 | #[simd] Sep 01 06:33:03.667 INFO kablam! | ^^^^ Sep 01 06:33:03.667 INFO kablam! | Sep 01 06:33:03.667 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.667 INFO kablam! Sep 01 06:33:03.667 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.668 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:137:3 Sep 01 06:33:03.668 INFO kablam! | Sep 01 06:33:03.668 INFO kablam! 137 | #[simd] Sep 01 06:33:03.668 INFO kablam! | ^^^^ Sep 01 06:33:03.668 INFO kablam! | Sep 01 06:33:03.668 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.668 INFO kablam! Sep 01 06:33:03.668 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.668 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:141:3 Sep 01 06:33:03.668 INFO kablam! | Sep 01 06:33:03.668 INFO kablam! 141 | #[simd] Sep 01 06:33:03.668 INFO kablam! | ^^^^ Sep 01 06:33:03.668 INFO kablam! | Sep 01 06:33:03.668 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.668 INFO kablam! Sep 01 06:33:03.668 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.668 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:145:3 Sep 01 06:33:03.668 INFO kablam! | Sep 01 06:33:03.668 INFO kablam! 145 | #[simd] Sep 01 06:33:03.668 INFO kablam! | ^^^^ Sep 01 06:33:03.668 INFO kablam! | Sep 01 06:33:03.668 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.668 INFO kablam! Sep 01 06:33:03.668 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.669 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:149:3 Sep 01 06:33:03.669 INFO kablam! | Sep 01 06:33:03.669 INFO kablam! 149 | #[simd] Sep 01 06:33:03.669 INFO kablam! | ^^^^ Sep 01 06:33:03.669 INFO kablam! | Sep 01 06:33:03.669 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.669 INFO kablam! Sep 01 06:33:03.669 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.669 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:153:3 Sep 01 06:33:03.669 INFO kablam! | Sep 01 06:33:03.669 INFO kablam! 153 | #[simd] Sep 01 06:33:03.669 INFO kablam! | ^^^^ Sep 01 06:33:03.669 INFO kablam! | Sep 01 06:33:03.669 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.669 INFO kablam! Sep 01 06:33:03.669 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.669 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:157:3 Sep 01 06:33:03.669 INFO kablam! | Sep 01 06:33:03.669 INFO kablam! 157 | #[simd] Sep 01 06:33:03.669 INFO kablam! | ^^^^ Sep 01 06:33:03.669 INFO kablam! | Sep 01 06:33:03.669 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.669 INFO kablam! Sep 01 06:33:03.669 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.670 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:161:3 Sep 01 06:33:03.670 INFO kablam! | Sep 01 06:33:03.670 INFO kablam! 161 | #[simd] Sep 01 06:33:03.670 INFO kablam! | ^^^^ Sep 01 06:33:03.670 INFO kablam! | Sep 01 06:33:03.670 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.670 INFO kablam! Sep 01 06:33:03.670 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.670 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:165:3 Sep 01 06:33:03.670 INFO kablam! | Sep 01 06:33:03.670 INFO kablam! 165 | #[simd] Sep 01 06:33:03.670 INFO kablam! | ^^^^ Sep 01 06:33:03.670 INFO kablam! | Sep 01 06:33:03.670 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.670 INFO kablam! Sep 01 06:33:03.670 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.670 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:169:3 Sep 01 06:33:03.671 INFO kablam! | Sep 01 06:33:03.671 INFO kablam! 169 | #[simd] Sep 01 06:33:03.671 INFO kablam! | ^^^^ Sep 01 06:33:03.672 INFO kablam! | Sep 01 06:33:03.672 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.672 INFO kablam! Sep 01 06:33:03.672 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.672 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:173:3 Sep 01 06:33:03.672 INFO kablam! | Sep 01 06:33:03.672 INFO kablam! 173 | #[simd] Sep 01 06:33:03.672 INFO kablam! | ^^^^ Sep 01 06:33:03.672 INFO kablam! | Sep 01 06:33:03.672 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.672 INFO kablam! Sep 01 06:33:03.672 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.672 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:177:3 Sep 01 06:33:03.672 INFO kablam! | Sep 01 06:33:03.672 INFO kablam! 177 | #[simd] Sep 01 06:33:03.672 INFO kablam! | ^^^^ Sep 01 06:33:03.672 INFO kablam! | Sep 01 06:33:03.672 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.672 INFO kablam! Sep 01 06:33:03.672 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.672 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:181:3 Sep 01 06:33:03.672 INFO kablam! | Sep 01 06:33:03.672 INFO kablam! 181 | #[simd] Sep 01 06:33:03.673 INFO kablam! | ^^^^ Sep 01 06:33:03.673 INFO kablam! | Sep 01 06:33:03.674 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.674 INFO kablam! Sep 01 06:33:03.674 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.674 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:185:3 Sep 01 06:33:03.674 INFO kablam! | Sep 01 06:33:03.674 INFO kablam! 185 | #[simd] Sep 01 06:33:03.674 INFO kablam! | ^^^^ Sep 01 06:33:03.674 INFO kablam! | Sep 01 06:33:03.674 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.674 INFO kablam! Sep 01 06:33:03.674 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.674 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:189:3 Sep 01 06:33:03.674 INFO kablam! | Sep 01 06:33:03.674 INFO kablam! 189 | #[simd] Sep 01 06:33:03.674 INFO kablam! | ^^^^ Sep 01 06:33:03.674 INFO kablam! | Sep 01 06:33:03.674 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.674 INFO kablam! Sep 01 06:33:03.681 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.681 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:193:3 Sep 01 06:33:03.681 INFO kablam! | Sep 01 06:33:03.681 INFO kablam! 193 | #[simd] Sep 01 06:33:03.681 INFO kablam! | ^^^^ Sep 01 06:33:03.681 INFO kablam! | Sep 01 06:33:03.681 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.681 INFO kablam! Sep 01 06:33:03.682 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.682 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:197:3 Sep 01 06:33:03.682 INFO kablam! | Sep 01 06:33:03.682 INFO kablam! 197 | #[simd] Sep 01 06:33:03.682 INFO kablam! | ^^^^ Sep 01 06:33:03.682 INFO kablam! | Sep 01 06:33:03.682 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.682 INFO kablam! Sep 01 06:33:03.682 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.682 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:201:3 Sep 01 06:33:03.682 INFO kablam! | Sep 01 06:33:03.682 INFO kablam! 201 | #[simd] Sep 01 06:33:03.682 INFO kablam! | ^^^^ Sep 01 06:33:03.682 INFO kablam! | Sep 01 06:33:03.682 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.682 INFO kablam! Sep 01 06:33:03.682 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.682 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:205:3 Sep 01 06:33:03.683 INFO kablam! | Sep 01 06:33:03.683 INFO kablam! 205 | #[simd] Sep 01 06:33:03.683 INFO kablam! | ^^^^ Sep 01 06:33:03.683 INFO kablam! | Sep 01 06:33:03.683 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.683 INFO kablam! Sep 01 06:33:03.683 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.683 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:209:3 Sep 01 06:33:03.683 INFO kablam! | Sep 01 06:33:03.683 INFO kablam! 209 | #[simd] Sep 01 06:33:03.683 INFO kablam! | ^^^^ Sep 01 06:33:03.683 INFO kablam! | Sep 01 06:33:03.683 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.683 INFO kablam! Sep 01 06:33:03.683 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.683 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:213:3 Sep 01 06:33:03.683 INFO kablam! | Sep 01 06:33:03.683 INFO kablam! 213 | #[simd] Sep 01 06:33:03.683 INFO kablam! | ^^^^ Sep 01 06:33:03.683 INFO kablam! | Sep 01 06:33:03.684 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.684 INFO kablam! Sep 01 06:33:03.684 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.684 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:217:3 Sep 01 06:33:03.684 INFO kablam! | Sep 01 06:33:03.684 INFO kablam! 217 | #[simd] Sep 01 06:33:03.684 INFO kablam! | ^^^^ Sep 01 06:33:03.684 INFO kablam! | Sep 01 06:33:03.684 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.684 INFO kablam! Sep 01 06:33:03.684 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.684 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:221:3 Sep 01 06:33:03.684 INFO kablam! | Sep 01 06:33:03.684 INFO kablam! 221 | #[simd] Sep 01 06:33:03.684 INFO kablam! | ^^^^ Sep 01 06:33:03.685 INFO kablam! | Sep 01 06:33:03.685 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.685 INFO kablam! Sep 01 06:33:03.685 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.686 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:225:3 Sep 01 06:33:03.686 INFO kablam! | Sep 01 06:33:03.686 INFO kablam! 225 | #[simd] Sep 01 06:33:03.686 INFO kablam! | ^^^^ Sep 01 06:33:03.686 INFO kablam! | Sep 01 06:33:03.686 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.686 INFO kablam! Sep 01 06:33:03.687 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.687 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:229:3 Sep 01 06:33:03.687 INFO kablam! | Sep 01 06:33:03.687 INFO kablam! 229 | #[simd] Sep 01 06:33:03.687 INFO kablam! | ^^^^ Sep 01 06:33:03.687 INFO kablam! | Sep 01 06:33:03.687 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.687 INFO kablam! Sep 01 06:33:03.688 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.688 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:233:3 Sep 01 06:33:03.688 INFO kablam! | Sep 01 06:33:03.688 INFO kablam! 233 | #[simd] Sep 01 06:33:03.688 INFO kablam! | ^^^^ Sep 01 06:33:03.688 INFO kablam! | Sep 01 06:33:03.688 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.688 INFO kablam! Sep 01 06:33:03.689 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 06:33:03.689 INFO kablam! --> /target/debug/build/simdty-eb90c81dd8faaf6d/out/types.rs:237:3 Sep 01 06:33:03.689 INFO kablam! | Sep 01 06:33:03.689 INFO kablam! 237 | #[simd] Sep 01 06:33:03.689 INFO kablam! | ^^^^ Sep 01 06:33:03.689 INFO kablam! | Sep 01 06:33:03.689 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 06:33:03.689 INFO kablam! Sep 01 06:33:03.696 INFO kablam! error: aborting due to 61 previous errors Sep 01 06:33:03.696 INFO kablam! Sep 01 06:33:03.696 INFO kablam! Some errors occurred: E0557, E0658. Sep 01 06:33:03.696 INFO kablam! For more information about an error, try `rustc --explain E0557`. Sep 01 06:33:03.701 INFO kablam! error: Could not compile `simdty`. Sep 01 06:33:03.701 INFO kablam! Sep 01 06:33:03.701 INFO kablam! To learn more, run the command again with --verbose. Sep 01 06:33:03.703 INFO kablam! su: No module specific data is present Sep 01 06:33:04.194 INFO running `"docker" "rm" "-f" "b1baad8e7aac181da2907f8278d1be791b56c3ffb02a0c642912fc739561a3cb"` Sep 01 06:33:04.274 INFO blam! b1baad8e7aac181da2907f8278d1be791b56c3ffb02a0c642912fc739561a3cb