Sep 01 23:50:55.971 INFO checking simdty-0.0.3 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 23:50:55.971 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 23:50:55.972 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 23:50:56.158 INFO blam! 58b9fc0f12249945569fb5e5185420cbefdf724b53dc72573673dd34b34cbd9e Sep 01 23:50:56.160 INFO running `"docker" "start" "-a" "58b9fc0f12249945569fb5e5185420cbefdf724b53dc72573673dd34b34cbd9e"` Sep 01 23:50:56.741 INFO kablam! Compiling simdty v0.0.3 (file:///source) Sep 01 23:50:57.056 INFO kablam! warning: unnecessary parentheses around `for` head expression Sep 01 23:50:57.056 INFO kablam! --> build.rs:12:14 Sep 01 23:50:57.056 INFO kablam! | Sep 01 23:50:57.056 INFO kablam! 12 | for _ in (0..length) { Sep 01 23:50:57.056 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 01 23:50:57.056 INFO kablam! | Sep 01 23:50:57.056 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 23:50:57.056 INFO kablam! Sep 01 23:50:57.930 INFO kablam! error[E0557]: feature has been removed Sep 01 23:50:57.930 INFO kablam! --> src/lib.rs:1:12 Sep 01 23:50:57.930 INFO kablam! | Sep 01 23:50:57.930 INFO kablam! 1 | #![feature(simd)] Sep 01 23:50:57.930 INFO kablam! | ^^^^ Sep 01 23:50:57.930 INFO kablam! | Sep 01 23:50:57.930 INFO kablam! note: removed in favor of `#[repr(simd)]` Sep 01 23:50:57.930 INFO kablam! --> src/lib.rs:1:12 Sep 01 23:50:57.930 INFO kablam! | Sep 01 23:50:57.930 INFO kablam! 1 | #![feature(simd)] Sep 01 23:50:57.930 INFO kablam! | ^^^^ Sep 01 23:50:57.930 INFO kablam! Sep 01 23:50:57.930 INFO kablam! error[E0557]: feature has been removed Sep 01 23:50:57.930 INFO kablam! --> src/lib.rs:1:12 Sep 01 23:50:57.931 INFO kablam! | Sep 01 23:50:57.931 INFO kablam! 1 | #![feature(simd)] Sep 01 23:50:57.931 INFO kablam! | ^^^^ Sep 01 23:50:57.931 INFO kablam! | Sep 01 23:50:57.931 INFO kablam! note: removed in favor of `#[repr(simd)]` Sep 01 23:50:57.931 INFO kablam! --> src/lib.rs:1:12 Sep 01 23:50:57.931 INFO kablam! | Sep 01 23:50:57.931 INFO kablam! 1 | #![feature(simd)] Sep 01 23:50:57.931 INFO kablam! | ^^^^ Sep 01 23:50:57.931 INFO kablam! Sep 01 23:50:58.179 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 23:50:58.179 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:1:3 Sep 01 23:50:58.179 INFO kablam! | Sep 01 23:50:58.179 INFO kablam! 1 | #[simd] Sep 01 23:50:58.179 INFO kablam! | ^^^^ Sep 01 23:50:58.179 INFO kablam! | Sep 01 23:50:58.179 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.179 INFO kablam! Sep 01 23:50:58.180 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 23:50:58.180 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:5:3 Sep 01 23:50:58.180 INFO kablam! | Sep 01 23:50:58.180 INFO kablam! 5 | #[simd] Sep 01 23:50:58.180 INFO kablam! | ^^^^ Sep 01 23:50:58.180 INFO kablam! | Sep 01 23:50:58.180 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.180 INFO kablam! Sep 01 23:50:58.180 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 23:50:58.180 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:9:3 Sep 01 23:50:58.180 INFO kablam! | Sep 01 23:50:58.180 INFO kablam! 9 | #[simd] Sep 01 23:50:58.180 INFO kablam! | ^^^^ Sep 01 23:50:58.180 INFO kablam! | Sep 01 23:50:58.180 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.180 INFO kablam! Sep 01 23:50:58.181 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 23:50:58.181 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:13:3 Sep 01 23:50:58.181 INFO kablam! | Sep 01 23:50:58.181 INFO kablam! 13 | #[simd] Sep 01 23:50:58.181 INFO kablam! | ^^^^ Sep 01 23:50:58.181 INFO kablam! | Sep 01 23:50:58.181 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.181 INFO kablam! Sep 01 23:50:58.181 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 23:50:58.181 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:17:3 Sep 01 23:50:58.181 INFO kablam! | Sep 01 23:50:58.181 INFO kablam! 17 | #[simd] Sep 01 23:50:58.181 INFO kablam! | ^^^^ Sep 01 23:50:58.181 INFO kablam! | Sep 01 23:50:58.181 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.181 INFO kablam! Sep 01 23:50:58.182 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 23:50:58.182 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:21:3 Sep 01 23:50:58.182 INFO kablam! | Sep 01 23:50:58.182 INFO kablam! 21 | #[simd] Sep 01 23:50:58.182 INFO kablam! | ^^^^ Sep 01 23:50:58.182 INFO kablam! | Sep 01 23:50:58.182 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.182 INFO kablam! Sep 01 23:50:58.182 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 23:50:58.182 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:25:3 Sep 01 23:50:58.183 INFO kablam! | Sep 01 23:50:58.183 INFO kablam! 25 | #[simd] Sep 01 23:50:58.183 INFO kablam! | ^^^^ Sep 01 23:50:58.183 INFO kablam! | Sep 01 23:50:58.183 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.183 INFO kablam! Sep 01 23:50:58.183 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 23:50:58.183 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:29:3 Sep 01 23:50:58.183 INFO kablam! | Sep 01 23:50:58.183 INFO kablam! 29 | #[simd] Sep 01 23:50:58.183 INFO kablam! | ^^^^ Sep 01 23:50:58.183 INFO kablam! | Sep 01 23:50:58.183 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.183 INFO kablam! Sep 01 23:50:58.183 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 23:50:58.183 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:33:3 Sep 01 23:50:58.183 INFO kablam! | Sep 01 23:50:58.183 INFO kablam! 33 | #[simd] Sep 01 23:50:58.183 INFO kablam! | ^^^^ Sep 01 23:50:58.183 INFO kablam! | Sep 01 23:50:58.184 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.184 INFO kablam! Sep 01 23:50:58.184 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 23:50:58.184 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:37:3 Sep 01 23:50:58.184 INFO kablam! | Sep 01 23:50:58.184 INFO kablam! 37 | #[simd] Sep 01 23:50:58.184 INFO kablam! | ^^^^ Sep 01 23:50:58.184 INFO kablam! | Sep 01 23:50:58.184 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.184 INFO kablam! Sep 01 23:50:58.184 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 23:50:58.184 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:41:3 Sep 01 23:50:58.185 INFO kablam! | Sep 01 23:50:58.185 INFO kablam! 41 | #[simd] Sep 01 23:50:58.185 INFO kablam! | ^^^^ Sep 01 23:50:58.185 INFO kablam! | Sep 01 23:50:58.185 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.185 INFO kablam! Sep 01 23:50:58.185 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 23:50:58.185 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:45:3 Sep 01 23:50:58.185 INFO kablam! | Sep 01 23:50:58.185 INFO kablam! 45 | #[simd] Sep 01 23:50:58.185 INFO kablam! | ^^^^ Sep 01 23:50:58.185 INFO kablam! | Sep 01 23:50:58.185 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.185 INFO kablam! Sep 01 23:50:58.186 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 23:50:58.186 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:49:3 Sep 01 23:50:58.186 INFO kablam! | Sep 01 23:50:58.186 INFO kablam! 49 | #[simd] Sep 01 23:50:58.186 INFO kablam! | ^^^^ Sep 01 23:50:58.187 INFO kablam! | Sep 01 23:50:58.187 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.187 INFO kablam! Sep 01 23:50:58.187 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 23:50:58.187 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:53:3 Sep 01 23:50:58.187 INFO kablam! | Sep 01 23:50:58.187 INFO kablam! 53 | #[simd] Sep 01 23:50:58.187 INFO kablam! | ^^^^ Sep 01 23:50:58.187 INFO kablam! | Sep 01 23:50:58.187 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.187 INFO kablam! Sep 01 23:50:58.187 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 23:50:58.187 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:57:3 Sep 01 23:50:58.187 INFO kablam! | Sep 01 23:50:58.187 INFO kablam! 57 | #[simd] Sep 01 23:50:58.187 INFO kablam! | ^^^^ Sep 01 23:50:58.187 INFO kablam! | Sep 01 23:50:58.188 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.188 INFO kablam! Sep 01 23:50:58.188 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 23:50:58.188 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:61:3 Sep 01 23:50:58.188 INFO kablam! | Sep 01 23:50:58.188 INFO kablam! 61 | #[simd] Sep 01 23:50:58.188 INFO kablam! | ^^^^ Sep 01 23:50:58.189 INFO kablam! | Sep 01 23:50:58.189 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.189 INFO kablam! Sep 01 23:50:58.189 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 23:50:58.189 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:65:3 Sep 01 23:50:58.189 INFO kablam! | Sep 01 23:50:58.190 INFO kablam! 65 | #[simd] Sep 01 23:50:58.190 INFO kablam! | ^^^^ Sep 01 23:50:58.190 INFO kablam! | Sep 01 23:50:58.190 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.190 INFO kablam! Sep 01 23:50:58.190 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 23:50:58.190 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:69:3 Sep 01 23:50:58.190 INFO kablam! | Sep 01 23:50:58.190 INFO kablam! 69 | #[simd] Sep 01 23:50:58.190 INFO kablam! | ^^^^ Sep 01 23:50:58.190 INFO kablam! | Sep 01 23:50:58.190 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.190 INFO kablam! Sep 01 23:50:58.191 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 23:50:58.191 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:73:3 Sep 01 23:50:58.191 INFO kablam! | Sep 01 23:50:58.191 INFO kablam! 73 | #[simd] Sep 01 23:50:58.191 INFO kablam! | ^^^^ Sep 01 23:50:58.191 INFO kablam! | Sep 01 23:50:58.191 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.191 INFO kablam! Sep 01 23:50:58.191 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 23:50:58.191 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:77:3 Sep 01 23:50:58.192 INFO kablam! | Sep 01 23:50:58.192 INFO kablam! 77 | #[simd] Sep 01 23:50:58.192 INFO kablam! | ^^^^ Sep 01 23:50:58.192 INFO kablam! | Sep 01 23:50:58.192 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.192 INFO kablam! Sep 01 23:50:58.192 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 23:50:58.192 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:81:3 Sep 01 23:50:58.192 INFO kablam! | Sep 01 23:50:58.192 INFO kablam! 81 | #[simd] Sep 01 23:50:58.192 INFO kablam! | ^^^^ Sep 01 23:50:58.192 INFO kablam! | Sep 01 23:50:58.192 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.192 INFO kablam! Sep 01 23:50:58.193 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 23:50:58.193 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:85:3 Sep 01 23:50:58.193 INFO kablam! | Sep 01 23:50:58.193 INFO kablam! 85 | #[simd] Sep 01 23:50:58.193 INFO kablam! | ^^^^ Sep 01 23:50:58.193 INFO kablam! | Sep 01 23:50:58.193 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.193 INFO kablam! Sep 01 23:50:58.194 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 23:50:58.194 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:89:3 Sep 01 23:50:58.194 INFO kablam! | Sep 01 23:50:58.194 INFO kablam! 89 | #[simd] Sep 01 23:50:58.194 INFO kablam! | ^^^^ Sep 01 23:50:58.194 INFO kablam! | Sep 01 23:50:58.194 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.194 INFO kablam! Sep 01 23:50:58.194 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 23:50:58.194 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:93:3 Sep 01 23:50:58.194 INFO kablam! | Sep 01 23:50:58.195 INFO kablam! 93 | #[simd] Sep 01 23:50:58.195 INFO kablam! | ^^^^ Sep 01 23:50:58.195 INFO kablam! | Sep 01 23:50:58.195 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.195 INFO kablam! Sep 01 23:50:58.195 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 23:50:58.195 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:97:3 Sep 01 23:50:58.195 INFO kablam! | Sep 01 23:50:58.195 INFO kablam! 97 | #[simd] Sep 01 23:50:58.195 INFO kablam! | ^^^^ Sep 01 23:50:58.195 INFO kablam! | Sep 01 23:50:58.195 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.195 INFO kablam! Sep 01 23:50:58.196 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 23:50:58.196 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:101:3 Sep 01 23:50:58.196 INFO kablam! | Sep 01 23:50:58.196 INFO kablam! 101 | #[simd] Sep 01 23:50:58.196 INFO kablam! | ^^^^ Sep 01 23:50:58.196 INFO kablam! | Sep 01 23:50:58.196 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.196 INFO kablam! Sep 01 23:50:58.196 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 23:50:58.196 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:105:3 Sep 01 23:50:58.196 INFO kablam! | Sep 01 23:50:58.197 INFO kablam! 105 | #[simd] Sep 01 23:50:58.197 INFO kablam! | ^^^^ Sep 01 23:50:58.197 INFO kablam! | Sep 01 23:50:58.197 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.197 INFO kablam! Sep 01 23:50:58.197 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 23:50:58.197 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:109:3 Sep 01 23:50:58.197 INFO kablam! | Sep 01 23:50:58.197 INFO kablam! 109 | #[simd] Sep 01 23:50:58.197 INFO kablam! | ^^^^ Sep 01 23:50:58.197 INFO kablam! | Sep 01 23:50:58.197 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.197 INFO kablam! Sep 01 23:50:58.198 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 23:50:58.198 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:113:3 Sep 01 23:50:58.198 INFO kablam! | Sep 01 23:50:58.198 INFO kablam! 113 | #[simd] Sep 01 23:50:58.198 INFO kablam! | ^^^^ Sep 01 23:50:58.198 INFO kablam! | Sep 01 23:50:58.198 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.198 INFO kablam! Sep 01 23:50:58.199 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 23:50:58.199 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:117:3 Sep 01 23:50:58.199 INFO kablam! | Sep 01 23:50:58.199 INFO kablam! 117 | #[simd] Sep 01 23:50:58.199 INFO kablam! | ^^^^ Sep 01 23:50:58.199 INFO kablam! | Sep 01 23:50:58.199 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.199 INFO kablam! Sep 01 23:50:58.199 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 23:50:58.199 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:121:3 Sep 01 23:50:58.199 INFO kablam! | Sep 01 23:50:58.199 INFO kablam! 121 | #[simd] Sep 01 23:50:58.199 INFO kablam! | ^^^^ Sep 01 23:50:58.199 INFO kablam! | Sep 01 23:50:58.199 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.200 INFO kablam! Sep 01 23:50:58.200 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 23:50:58.200 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:125:3 Sep 01 23:50:58.200 INFO kablam! | Sep 01 23:50:58.200 INFO kablam! 125 | #[simd] Sep 01 23:50:58.200 INFO kablam! | ^^^^ Sep 01 23:50:58.200 INFO kablam! | Sep 01 23:50:58.200 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.200 INFO kablam! Sep 01 23:50:58.200 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 23:50:58.200 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:129:3 Sep 01 23:50:58.200 INFO kablam! | Sep 01 23:50:58.200 INFO kablam! 129 | #[simd] Sep 01 23:50:58.200 INFO kablam! | ^^^^ Sep 01 23:50:58.201 INFO kablam! | Sep 01 23:50:58.201 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.201 INFO kablam! Sep 01 23:50:58.201 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 23:50:58.201 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:133:3 Sep 01 23:50:58.201 INFO kablam! | Sep 01 23:50:58.201 INFO kablam! 133 | #[simd] Sep 01 23:50:58.201 INFO kablam! | ^^^^ Sep 01 23:50:58.201 INFO kablam! | Sep 01 23:50:58.201 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.201 INFO kablam! Sep 01 23:50:58.202 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 23:50:58.202 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:137:3 Sep 01 23:50:58.202 INFO kablam! | Sep 01 23:50:58.202 INFO kablam! 137 | #[simd] Sep 01 23:50:58.202 INFO kablam! | ^^^^ Sep 01 23:50:58.202 INFO kablam! | Sep 01 23:50:58.202 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.202 INFO kablam! Sep 01 23:50:58.202 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 23:50:58.202 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:141:3 Sep 01 23:50:58.202 INFO kablam! | Sep 01 23:50:58.203 INFO kablam! 141 | #[simd] Sep 01 23:50:58.203 INFO kablam! | ^^^^ Sep 01 23:50:58.203 INFO kablam! | Sep 01 23:50:58.203 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.203 INFO kablam! Sep 01 23:50:58.204 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 23:50:58.204 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:145:3 Sep 01 23:50:58.204 INFO kablam! | Sep 01 23:50:58.204 INFO kablam! 145 | #[simd] Sep 01 23:50:58.204 INFO kablam! | ^^^^ Sep 01 23:50:58.204 INFO kablam! | Sep 01 23:50:58.204 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.204 INFO kablam! Sep 01 23:50:58.204 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 23:50:58.204 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:149:3 Sep 01 23:50:58.205 INFO kablam! | Sep 01 23:50:58.205 INFO kablam! 149 | #[simd] Sep 01 23:50:58.205 INFO kablam! | ^^^^ Sep 01 23:50:58.205 INFO kablam! | Sep 01 23:50:58.205 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.205 INFO kablam! Sep 01 23:50:58.205 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 23:50:58.205 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:153:3 Sep 01 23:50:58.205 INFO kablam! | Sep 01 23:50:58.205 INFO kablam! 153 | #[simd] Sep 01 23:50:58.205 INFO kablam! | ^^^^ Sep 01 23:50:58.206 INFO kablam! | Sep 01 23:50:58.206 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.206 INFO kablam! Sep 01 23:50:58.206 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 23:50:58.206 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:157:3 Sep 01 23:50:58.206 INFO kablam! | Sep 01 23:50:58.206 INFO kablam! 157 | #[simd] Sep 01 23:50:58.206 INFO kablam! | ^^^^ Sep 01 23:50:58.206 INFO kablam! | Sep 01 23:50:58.206 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.206 INFO kablam! Sep 01 23:50:58.207 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 23:50:58.207 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:161:3 Sep 01 23:50:58.207 INFO kablam! | Sep 01 23:50:58.207 INFO kablam! 161 | #[simd] Sep 01 23:50:58.207 INFO kablam! | ^^^^ Sep 01 23:50:58.207 INFO kablam! | Sep 01 23:50:58.207 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.207 INFO kablam! Sep 01 23:50:58.208 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 23:50:58.208 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:165:3 Sep 01 23:50:58.208 INFO kablam! | Sep 01 23:50:58.208 INFO kablam! 165 | #[simd] Sep 01 23:50:58.208 INFO kablam! | ^^^^ Sep 01 23:50:58.208 INFO kablam! | Sep 01 23:50:58.208 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.208 INFO kablam! Sep 01 23:50:58.209 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 23:50:58.209 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:169:3 Sep 01 23:50:58.209 INFO kablam! | Sep 01 23:50:58.209 INFO kablam! 169 | #[simd] Sep 01 23:50:58.209 INFO kablam! | ^^^^ Sep 01 23:50:58.209 INFO kablam! | Sep 01 23:50:58.209 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.209 INFO kablam! Sep 01 23:50:58.210 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 23:50:58.210 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:173:3 Sep 01 23:50:58.210 INFO kablam! | Sep 01 23:50:58.210 INFO kablam! 173 | #[simd] Sep 01 23:50:58.210 INFO kablam! | ^^^^ Sep 01 23:50:58.210 INFO kablam! | Sep 01 23:50:58.211 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.211 INFO kablam! Sep 01 23:50:58.211 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 23:50:58.211 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:177:3 Sep 01 23:50:58.211 INFO kablam! | Sep 01 23:50:58.212 INFO kablam! 177 | #[simd] Sep 01 23:50:58.212 INFO kablam! | ^^^^ Sep 01 23:50:58.212 INFO kablam! | Sep 01 23:50:58.212 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.212 INFO kablam! Sep 01 23:50:58.212 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 23:50:58.212 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:181:3 Sep 01 23:50:58.212 INFO kablam! | Sep 01 23:50:58.213 INFO kablam! 181 | #[simd] Sep 01 23:50:58.213 INFO kablam! | ^^^^ Sep 01 23:50:58.213 INFO kablam! | Sep 01 23:50:58.213 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.213 INFO kablam! Sep 01 23:50:58.214 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 23:50:58.214 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:185:3 Sep 01 23:50:58.214 INFO kablam! | Sep 01 23:50:58.214 INFO kablam! 185 | #[simd] Sep 01 23:50:58.214 INFO kablam! | ^^^^ Sep 01 23:50:58.214 INFO kablam! | Sep 01 23:50:58.214 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.214 INFO kablam! Sep 01 23:50:58.215 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 23:50:58.215 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:189:3 Sep 01 23:50:58.215 INFO kablam! | Sep 01 23:50:58.215 INFO kablam! 189 | #[simd] Sep 01 23:50:58.215 INFO kablam! | ^^^^ Sep 01 23:50:58.215 INFO kablam! | Sep 01 23:50:58.215 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.215 INFO kablam! Sep 01 23:50:58.216 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 23:50:58.216 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:193:3 Sep 01 23:50:58.216 INFO kablam! | Sep 01 23:50:58.216 INFO kablam! 193 | #[simd] Sep 01 23:50:58.216 INFO kablam! | ^^^^ Sep 01 23:50:58.216 INFO kablam! | Sep 01 23:50:58.216 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.216 INFO kablam! Sep 01 23:50:58.217 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 23:50:58.217 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:197:3 Sep 01 23:50:58.217 INFO kablam! | Sep 01 23:50:58.217 INFO kablam! 197 | #[simd] Sep 01 23:50:58.217 INFO kablam! | ^^^^ Sep 01 23:50:58.217 INFO kablam! | Sep 01 23:50:58.217 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.217 INFO kablam! Sep 01 23:50:58.219 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 23:50:58.219 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:201:3 Sep 01 23:50:58.219 INFO kablam! | Sep 01 23:50:58.219 INFO kablam! 201 | #[simd] Sep 01 23:50:58.219 INFO kablam! | ^^^^ Sep 01 23:50:58.219 INFO kablam! | Sep 01 23:50:58.219 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.219 INFO kablam! Sep 01 23:50:58.221 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 23:50:58.221 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:205:3 Sep 01 23:50:58.221 INFO kablam! | Sep 01 23:50:58.221 INFO kablam! 205 | #[simd] Sep 01 23:50:58.221 INFO kablam! | ^^^^ Sep 01 23:50:58.221 INFO kablam! | Sep 01 23:50:58.221 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.221 INFO kablam! Sep 01 23:50:58.223 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 23:50:58.223 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:209:3 Sep 01 23:50:58.223 INFO kablam! | Sep 01 23:50:58.223 INFO kablam! 209 | #[simd] Sep 01 23:50:58.223 INFO kablam! | ^^^^ Sep 01 23:50:58.223 INFO kablam! | Sep 01 23:50:58.223 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.223 INFO kablam! Sep 01 23:50:58.225 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 23:50:58.225 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:213:3 Sep 01 23:50:58.225 INFO kablam! | Sep 01 23:50:58.225 INFO kablam! 213 | #[simd] Sep 01 23:50:58.225 INFO kablam! | ^^^^ Sep 01 23:50:58.225 INFO kablam! | Sep 01 23:50:58.225 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.225 INFO kablam! Sep 01 23:50:58.226 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 23:50:58.226 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:217:3 Sep 01 23:50:58.226 INFO kablam! | Sep 01 23:50:58.226 INFO kablam! 217 | #[simd] Sep 01 23:50:58.226 INFO kablam! | ^^^^ Sep 01 23:50:58.226 INFO kablam! | Sep 01 23:50:58.227 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.227 INFO kablam! Sep 01 23:50:58.228 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 23:50:58.228 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:221:3 Sep 01 23:50:58.228 INFO kablam! | Sep 01 23:50:58.228 INFO kablam! 221 | #[simd] Sep 01 23:50:58.228 INFO kablam! | ^^^^ Sep 01 23:50:58.228 INFO kablam! | Sep 01 23:50:58.228 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.228 INFO kablam! Sep 01 23:50:58.230 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 23:50:58.230 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:225:3 Sep 01 23:50:58.230 INFO kablam! | Sep 01 23:50:58.230 INFO kablam! 225 | #[simd] Sep 01 23:50:58.230 INFO kablam! | ^^^^ Sep 01 23:50:58.230 INFO kablam! | Sep 01 23:50:58.230 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.230 INFO kablam! Sep 01 23:50:58.231 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 23:50:58.232 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:229:3 Sep 01 23:50:58.232 INFO kablam! | Sep 01 23:50:58.232 INFO kablam! 229 | #[simd] Sep 01 23:50:58.232 INFO kablam! | ^^^^ Sep 01 23:50:58.232 INFO kablam! | Sep 01 23:50:58.232 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.232 INFO kablam! Sep 01 23:50:58.233 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 23:50:58.233 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:233:3 Sep 01 23:50:58.233 INFO kablam! | Sep 01 23:50:58.234 INFO kablam! 233 | #[simd] Sep 01 23:50:58.234 INFO kablam! | ^^^^ Sep 01 23:50:58.234 INFO kablam! | Sep 01 23:50:58.234 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.234 INFO kablam! Sep 01 23:50:58.235 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 23:50:58.235 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:237:3 Sep 01 23:50:58.235 INFO kablam! | Sep 01 23:50:58.235 INFO kablam! 237 | #[simd] Sep 01 23:50:58.235 INFO kablam! | ^^^^ Sep 01 23:50:58.235 INFO kablam! | Sep 01 23:50:58.235 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.235 INFO kablam! Sep 01 23:50:58.237 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 23:50:58.238 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:1:3 Sep 01 23:50:58.238 INFO kablam! | Sep 01 23:50:58.238 INFO kablam! 1 | #[simd] Sep 01 23:50:58.238 INFO kablam! | ^^^^ Sep 01 23:50:58.238 INFO kablam! | Sep 01 23:50:58.238 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.238 INFO kablam! Sep 01 23:50:58.239 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 23:50:58.239 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:5:3 Sep 01 23:50:58.239 INFO kablam! | Sep 01 23:50:58.239 INFO kablam! 5 | #[simd] Sep 01 23:50:58.239 INFO kablam! | ^^^^ Sep 01 23:50:58.239 INFO kablam! | Sep 01 23:50:58.239 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.239 INFO kablam! Sep 01 23:50:58.239 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 23:50:58.239 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:9:3 Sep 01 23:50:58.240 INFO kablam! | Sep 01 23:50:58.240 INFO kablam! 9 | #[simd] Sep 01 23:50:58.240 INFO kablam! | ^^^^ Sep 01 23:50:58.240 INFO kablam! | Sep 01 23:50:58.240 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.240 INFO kablam! Sep 01 23:50:58.240 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 23:50:58.240 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:13:3 Sep 01 23:50:58.240 INFO kablam! | Sep 01 23:50:58.240 INFO kablam! 13 | #[simd] Sep 01 23:50:58.240 INFO kablam! | ^^^^ Sep 01 23:50:58.240 INFO kablam! | Sep 01 23:50:58.240 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.240 INFO kablam! Sep 01 23:50:58.241 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 23:50:58.241 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:17:3 Sep 01 23:50:58.241 INFO kablam! | Sep 01 23:50:58.241 INFO kablam! 17 | #[simd] Sep 01 23:50:58.241 INFO kablam! | ^^^^ Sep 01 23:50:58.241 INFO kablam! | Sep 01 23:50:58.241 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.241 INFO kablam! Sep 01 23:50:58.242 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 23:50:58.242 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:21:3 Sep 01 23:50:58.242 INFO kablam! | Sep 01 23:50:58.242 INFO kablam! 21 | #[simd] Sep 01 23:50:58.242 INFO kablam! | ^^^^ Sep 01 23:50:58.242 INFO kablam! | Sep 01 23:50:58.242 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.242 INFO kablam! Sep 01 23:50:58.242 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 23:50:58.242 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:25:3 Sep 01 23:50:58.242 INFO kablam! | Sep 01 23:50:58.242 INFO kablam! 25 | #[simd] Sep 01 23:50:58.243 INFO kablam! | ^^^^ Sep 01 23:50:58.243 INFO kablam! | Sep 01 23:50:58.243 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.243 INFO kablam! Sep 01 23:50:58.243 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 23:50:58.243 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:29:3 Sep 01 23:50:58.243 INFO kablam! | Sep 01 23:50:58.243 INFO kablam! 29 | #[simd] Sep 01 23:50:58.243 INFO kablam! | ^^^^ Sep 01 23:50:58.243 INFO kablam! | Sep 01 23:50:58.243 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.243 INFO kablam! Sep 01 23:50:58.244 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 23:50:58.244 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:33:3 Sep 01 23:50:58.244 INFO kablam! | Sep 01 23:50:58.244 INFO kablam! 33 | #[simd] Sep 01 23:50:58.244 INFO kablam! | ^^^^ Sep 01 23:50:58.244 INFO kablam! | Sep 01 23:50:58.244 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.244 INFO kablam! Sep 01 23:50:58.244 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 23:50:58.244 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:37:3 Sep 01 23:50:58.244 INFO kablam! | Sep 01 23:50:58.244 INFO kablam! 37 | #[simd] Sep 01 23:50:58.244 INFO kablam! | ^^^^ Sep 01 23:50:58.245 INFO kablam! | Sep 01 23:50:58.245 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.245 INFO kablam! Sep 01 23:50:58.245 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 23:50:58.245 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:41:3 Sep 01 23:50:58.245 INFO kablam! | Sep 01 23:50:58.245 INFO kablam! 41 | #[simd] Sep 01 23:50:58.245 INFO kablam! | ^^^^ Sep 01 23:50:58.245 INFO kablam! | Sep 01 23:50:58.245 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.245 INFO kablam! Sep 01 23:50:58.245 INFO kablam! error: aborting due to 61 previous errors Sep 01 23:50:58.245 INFO kablam! Sep 01 23:50:58.245 INFO kablam! Some errors occurred: E0557, E0658. Sep 01 23:50:58.246 INFO kablam! For more information about an error, try `rustc --explain E0557`. Sep 01 23:50:58.246 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 23:50:58.246 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:45:3 Sep 01 23:50:58.246 INFO kablam! | Sep 01 23:50:58.246 INFO kablam! 45 | #[simd] Sep 01 23:50:58.246 INFO kablam! | ^^^^ Sep 01 23:50:58.246 INFO kablam! | Sep 01 23:50:58.246 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.246 INFO kablam! Sep 01 23:50:58.246 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 23:50:58.246 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:49:3 Sep 01 23:50:58.246 INFO kablam! | Sep 01 23:50:58.246 INFO kablam! 49 | #[simd] Sep 01 23:50:58.247 INFO kablam! | ^^^^ Sep 01 23:50:58.247 INFO kablam! | Sep 01 23:50:58.247 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.247 INFO kablam! Sep 01 23:50:58.247 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 23:50:58.247 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:53:3 Sep 01 23:50:58.247 INFO kablam! | Sep 01 23:50:58.247 INFO kablam! 53 | #[simd] Sep 01 23:50:58.247 INFO kablam! | ^^^^ Sep 01 23:50:58.247 INFO kablam! | Sep 01 23:50:58.247 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.247 INFO kablam! Sep 01 23:50:58.248 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 23:50:58.248 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:57:3 Sep 01 23:50:58.248 INFO kablam! | Sep 01 23:50:58.248 INFO kablam! 57 | #[simd] Sep 01 23:50:58.248 INFO kablam! | ^^^^ Sep 01 23:50:58.248 INFO kablam! | Sep 01 23:50:58.248 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.248 INFO kablam! Sep 01 23:50:58.248 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 23:50:58.248 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:61:3 Sep 01 23:50:58.248 INFO kablam! | Sep 01 23:50:58.248 INFO kablam! 61 | #[simd] Sep 01 23:50:58.249 INFO kablam! | ^^^^ Sep 01 23:50:58.249 INFO kablam! | Sep 01 23:50:58.249 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.249 INFO kablam! Sep 01 23:50:58.249 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 23:50:58.249 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:65:3 Sep 01 23:50:58.249 INFO kablam! | Sep 01 23:50:58.249 INFO kablam! 65 | #[simd] Sep 01 23:50:58.249 INFO kablam! | ^^^^ Sep 01 23:50:58.249 INFO kablam! | Sep 01 23:50:58.249 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.249 INFO kablam! Sep 01 23:50:58.250 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 23:50:58.250 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:69:3 Sep 01 23:50:58.250 INFO kablam! | Sep 01 23:50:58.250 INFO kablam! 69 | #[simd] Sep 01 23:50:58.250 INFO kablam! | ^^^^ Sep 01 23:50:58.250 INFO kablam! | Sep 01 23:50:58.250 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.250 INFO kablam! Sep 01 23:50:58.250 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 23:50:58.250 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:73:3 Sep 01 23:50:58.250 INFO kablam! | Sep 01 23:50:58.250 INFO kablam! 73 | #[simd] Sep 01 23:50:58.250 INFO kablam! | ^^^^ Sep 01 23:50:58.250 INFO kablam! | Sep 01 23:50:58.250 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.250 INFO kablam! Sep 01 23:50:58.250 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 23:50:58.250 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:77:3 Sep 01 23:50:58.250 INFO kablam! | Sep 01 23:50:58.250 INFO kablam! 77 | #[simd] Sep 01 23:50:58.250 INFO kablam! | ^^^^ Sep 01 23:50:58.251 INFO kablam! | Sep 01 23:50:58.251 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.251 INFO kablam! Sep 01 23:50:58.251 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 23:50:58.251 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:81:3 Sep 01 23:50:58.251 INFO kablam! | Sep 01 23:50:58.251 INFO kablam! 81 | #[simd] Sep 01 23:50:58.251 INFO kablam! | ^^^^ Sep 01 23:50:58.252 INFO kablam! | Sep 01 23:50:58.252 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.252 INFO kablam! Sep 01 23:50:58.252 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 23:50:58.252 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:85:3 Sep 01 23:50:58.252 INFO kablam! | Sep 01 23:50:58.252 INFO kablam! 85 | #[simd] Sep 01 23:50:58.252 INFO kablam! | ^^^^ Sep 01 23:50:58.252 INFO kablam! | Sep 01 23:50:58.252 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.252 INFO kablam! Sep 01 23:50:58.252 INFO kablam! error: Could not compile `simdty`. Sep 01 23:50:58.252 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 23:50:58.252 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 23:50:58.252 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:89:3 Sep 01 23:50:58.252 INFO kablam! | Sep 01 23:50:58.252 INFO kablam! 89 | #[simd] Sep 01 23:50:58.252 INFO kablam! | ^^^^ Sep 01 23:50:58.252 INFO kablam! | Sep 01 23:50:58.252 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.252 INFO kablam! Sep 01 23:50:58.253 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 23:50:58.253 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:93:3 Sep 01 23:50:58.253 INFO kablam! | Sep 01 23:50:58.253 INFO kablam! 93 | #[simd] Sep 01 23:50:58.253 INFO kablam! | ^^^^ Sep 01 23:50:58.253 INFO kablam! | Sep 01 23:50:58.253 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.253 INFO kablam! Sep 01 23:50:58.254 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 23:50:58.254 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:97:3 Sep 01 23:50:58.254 INFO kablam! | Sep 01 23:50:58.254 INFO kablam! 97 | #[simd] Sep 01 23:50:58.254 INFO kablam! | ^^^^ Sep 01 23:50:58.254 INFO kablam! | Sep 01 23:50:58.254 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.254 INFO kablam! Sep 01 23:50:58.258 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 23:50:58.259 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:101:3 Sep 01 23:50:58.259 INFO kablam! | Sep 01 23:50:58.259 INFO kablam! 101 | #[simd] Sep 01 23:50:58.259 INFO kablam! | ^^^^ Sep 01 23:50:58.259 INFO kablam! | Sep 01 23:50:58.259 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.259 INFO kablam! Sep 01 23:50:58.259 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 23:50:58.259 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:105:3 Sep 01 23:50:58.259 INFO kablam! | Sep 01 23:50:58.259 INFO kablam! 105 | #[simd] Sep 01 23:50:58.259 INFO kablam! | ^^^^ Sep 01 23:50:58.259 INFO kablam! | Sep 01 23:50:58.259 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.259 INFO kablam! Sep 01 23:50:58.260 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 23:50:58.260 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:109:3 Sep 01 23:50:58.260 INFO kablam! | Sep 01 23:50:58.260 INFO kablam! 109 | #[simd] Sep 01 23:50:58.260 INFO kablam! | ^^^^ Sep 01 23:50:58.260 INFO kablam! | Sep 01 23:50:58.260 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.260 INFO kablam! Sep 01 23:50:58.260 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 23:50:58.260 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:113:3 Sep 01 23:50:58.260 INFO kablam! | Sep 01 23:50:58.260 INFO kablam! 113 | #[simd] Sep 01 23:50:58.260 INFO kablam! | ^^^^ Sep 01 23:50:58.260 INFO kablam! | Sep 01 23:50:58.260 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.260 INFO kablam! Sep 01 23:50:58.261 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 23:50:58.261 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:117:3 Sep 01 23:50:58.261 INFO kablam! | Sep 01 23:50:58.261 INFO kablam! 117 | #[simd] Sep 01 23:50:58.261 INFO kablam! | ^^^^ Sep 01 23:50:58.261 INFO kablam! | Sep 01 23:50:58.261 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.261 INFO kablam! Sep 01 23:50:58.261 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 23:50:58.261 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:121:3 Sep 01 23:50:58.261 INFO kablam! | Sep 01 23:50:58.261 INFO kablam! 121 | #[simd] Sep 01 23:50:58.261 INFO kablam! | ^^^^ Sep 01 23:50:58.261 INFO kablam! | Sep 01 23:50:58.261 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.261 INFO kablam! Sep 01 23:50:58.261 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 23:50:58.261 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:125:3 Sep 01 23:50:58.262 INFO kablam! | Sep 01 23:50:58.262 INFO kablam! 125 | #[simd] Sep 01 23:50:58.262 INFO kablam! | ^^^^ Sep 01 23:50:58.262 INFO kablam! | Sep 01 23:50:58.262 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.262 INFO kablam! Sep 01 23:50:58.262 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 23:50:58.262 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:129:3 Sep 01 23:50:58.262 INFO kablam! | Sep 01 23:50:58.262 INFO kablam! 129 | #[simd] Sep 01 23:50:58.262 INFO kablam! | ^^^^ Sep 01 23:50:58.262 INFO kablam! | Sep 01 23:50:58.262 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.262 INFO kablam! Sep 01 23:50:58.262 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 23:50:58.262 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:133:3 Sep 01 23:50:58.262 INFO kablam! | Sep 01 23:50:58.262 INFO kablam! 133 | #[simd] Sep 01 23:50:58.263 INFO kablam! | ^^^^ Sep 01 23:50:58.263 INFO kablam! | Sep 01 23:50:58.263 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.263 INFO kablam! Sep 01 23:50:58.263 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 23:50:58.263 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:137:3 Sep 01 23:50:58.263 INFO kablam! | Sep 01 23:50:58.263 INFO kablam! 137 | #[simd] Sep 01 23:50:58.263 INFO kablam! | ^^^^ Sep 01 23:50:58.263 INFO kablam! | Sep 01 23:50:58.263 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.263 INFO kablam! Sep 01 23:50:58.263 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 23:50:58.263 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:141:3 Sep 01 23:50:58.263 INFO kablam! | Sep 01 23:50:58.263 INFO kablam! 141 | #[simd] Sep 01 23:50:58.263 INFO kablam! | ^^^^ Sep 01 23:50:58.263 INFO kablam! | Sep 01 23:50:58.264 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.264 INFO kablam! Sep 01 23:50:58.264 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 23:50:58.264 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:145:3 Sep 01 23:50:58.264 INFO kablam! | Sep 01 23:50:58.264 INFO kablam! 145 | #[simd] Sep 01 23:50:58.264 INFO kablam! | ^^^^ Sep 01 23:50:58.264 INFO kablam! | Sep 01 23:50:58.264 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.264 INFO kablam! Sep 01 23:50:58.264 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 23:50:58.264 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:149:3 Sep 01 23:50:58.264 INFO kablam! | Sep 01 23:50:58.264 INFO kablam! 149 | #[simd] Sep 01 23:50:58.264 INFO kablam! | ^^^^ Sep 01 23:50:58.264 INFO kablam! | Sep 01 23:50:58.264 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.264 INFO kablam! Sep 01 23:50:58.265 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 23:50:58.265 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:153:3 Sep 01 23:50:58.265 INFO kablam! | Sep 01 23:50:58.265 INFO kablam! 153 | #[simd] Sep 01 23:50:58.265 INFO kablam! | ^^^^ Sep 01 23:50:58.265 INFO kablam! | Sep 01 23:50:58.266 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.266 INFO kablam! Sep 01 23:50:58.267 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 23:50:58.267 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:157:3 Sep 01 23:50:58.267 INFO kablam! | Sep 01 23:50:58.267 INFO kablam! 157 | #[simd] Sep 01 23:50:58.267 INFO kablam! | ^^^^ Sep 01 23:50:58.267 INFO kablam! | Sep 01 23:50:58.267 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.267 INFO kablam! Sep 01 23:50:58.267 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 23:50:58.267 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:161:3 Sep 01 23:50:58.267 INFO kablam! | Sep 01 23:50:58.267 INFO kablam! 161 | #[simd] Sep 01 23:50:58.267 INFO kablam! | ^^^^ Sep 01 23:50:58.267 INFO kablam! | Sep 01 23:50:58.267 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.267 INFO kablam! Sep 01 23:50:58.267 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 23:50:58.268 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:165:3 Sep 01 23:50:58.268 INFO kablam! | Sep 01 23:50:58.268 INFO kablam! 165 | #[simd] Sep 01 23:50:58.268 INFO kablam! | ^^^^ Sep 01 23:50:58.269 INFO kablam! | Sep 01 23:50:58.269 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.269 INFO kablam! Sep 01 23:50:58.269 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 23:50:58.269 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:169:3 Sep 01 23:50:58.269 INFO kablam! | Sep 01 23:50:58.269 INFO kablam! 169 | #[simd] Sep 01 23:50:58.269 INFO kablam! | ^^^^ Sep 01 23:50:58.269 INFO kablam! | Sep 01 23:50:58.269 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.269 INFO kablam! Sep 01 23:50:58.270 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 23:50:58.270 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:173:3 Sep 01 23:50:58.270 INFO kablam! | Sep 01 23:50:58.270 INFO kablam! 173 | #[simd] Sep 01 23:50:58.270 INFO kablam! | ^^^^ Sep 01 23:50:58.270 INFO kablam! | Sep 01 23:50:58.270 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.270 INFO kablam! Sep 01 23:50:58.271 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 23:50:58.271 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:177:3 Sep 01 23:50:58.271 INFO kablam! | Sep 01 23:50:58.271 INFO kablam! 177 | #[simd] Sep 01 23:50:58.271 INFO kablam! | ^^^^ Sep 01 23:50:58.271 INFO kablam! | Sep 01 23:50:58.271 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.271 INFO kablam! Sep 01 23:50:58.272 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 23:50:58.272 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:181:3 Sep 01 23:50:58.272 INFO kablam! | Sep 01 23:50:58.272 INFO kablam! 181 | #[simd] Sep 01 23:50:58.272 INFO kablam! | ^^^^ Sep 01 23:50:58.272 INFO kablam! | Sep 01 23:50:58.272 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.272 INFO kablam! Sep 01 23:50:58.273 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 23:50:58.273 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:185:3 Sep 01 23:50:58.273 INFO kablam! | Sep 01 23:50:58.273 INFO kablam! 185 | #[simd] Sep 01 23:50:58.273 INFO kablam! | ^^^^ Sep 01 23:50:58.273 INFO kablam! | Sep 01 23:50:58.273 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.273 INFO kablam! Sep 01 23:50:58.274 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 23:50:58.274 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:189:3 Sep 01 23:50:58.274 INFO kablam! | Sep 01 23:50:58.274 INFO kablam! 189 | #[simd] Sep 01 23:50:58.274 INFO kablam! | ^^^^ Sep 01 23:50:58.275 INFO kablam! | Sep 01 23:50:58.275 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.275 INFO kablam! Sep 01 23:50:58.276 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 23:50:58.276 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:193:3 Sep 01 23:50:58.276 INFO kablam! | Sep 01 23:50:58.276 INFO kablam! 193 | #[simd] Sep 01 23:50:58.276 INFO kablam! | ^^^^ Sep 01 23:50:58.276 INFO kablam! | Sep 01 23:50:58.276 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.276 INFO kablam! Sep 01 23:50:58.277 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 23:50:58.277 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:197:3 Sep 01 23:50:58.277 INFO kablam! | Sep 01 23:50:58.277 INFO kablam! 197 | #[simd] Sep 01 23:50:58.277 INFO kablam! | ^^^^ Sep 01 23:50:58.277 INFO kablam! | Sep 01 23:50:58.277 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.277 INFO kablam! Sep 01 23:50:58.278 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 23:50:58.278 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:201:3 Sep 01 23:50:58.278 INFO kablam! | Sep 01 23:50:58.278 INFO kablam! 201 | #[simd] Sep 01 23:50:58.278 INFO kablam! | ^^^^ Sep 01 23:50:58.278 INFO kablam! | Sep 01 23:50:58.278 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.278 INFO kablam! Sep 01 23:50:58.280 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 23:50:58.280 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:205:3 Sep 01 23:50:58.280 INFO kablam! | Sep 01 23:50:58.280 INFO kablam! 205 | #[simd] Sep 01 23:50:58.280 INFO kablam! | ^^^^ Sep 01 23:50:58.280 INFO kablam! | Sep 01 23:50:58.280 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.280 INFO kablam! Sep 01 23:50:58.281 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 23:50:58.281 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:209:3 Sep 01 23:50:58.281 INFO kablam! | Sep 01 23:50:58.281 INFO kablam! 209 | #[simd] Sep 01 23:50:58.282 INFO kablam! | ^^^^ Sep 01 23:50:58.282 INFO kablam! | Sep 01 23:50:58.282 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.282 INFO kablam! Sep 01 23:50:58.283 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 23:50:58.283 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:213:3 Sep 01 23:50:58.283 INFO kablam! | Sep 01 23:50:58.283 INFO kablam! 213 | #[simd] Sep 01 23:50:58.283 INFO kablam! | ^^^^ Sep 01 23:50:58.283 INFO kablam! | Sep 01 23:50:58.283 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.283 INFO kablam! Sep 01 23:50:58.285 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 23:50:58.285 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:217:3 Sep 01 23:50:58.285 INFO kablam! | Sep 01 23:50:58.285 INFO kablam! 217 | #[simd] Sep 01 23:50:58.285 INFO kablam! | ^^^^ Sep 01 23:50:58.285 INFO kablam! | Sep 01 23:50:58.285 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.285 INFO kablam! Sep 01 23:50:58.286 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 23:50:58.286 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:221:3 Sep 01 23:50:58.286 INFO kablam! | Sep 01 23:50:58.286 INFO kablam! 221 | #[simd] Sep 01 23:50:58.286 INFO kablam! | ^^^^ Sep 01 23:50:58.286 INFO kablam! | Sep 01 23:50:58.286 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.286 INFO kablam! Sep 01 23:50:58.288 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 23:50:58.288 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:225:3 Sep 01 23:50:58.288 INFO kablam! | Sep 01 23:50:58.288 INFO kablam! 225 | #[simd] Sep 01 23:50:58.288 INFO kablam! | ^^^^ Sep 01 23:50:58.288 INFO kablam! | Sep 01 23:50:58.288 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.288 INFO kablam! Sep 01 23:50:58.290 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 23:50:58.290 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:229:3 Sep 01 23:50:58.290 INFO kablam! | Sep 01 23:50:58.290 INFO kablam! 229 | #[simd] Sep 01 23:50:58.290 INFO kablam! | ^^^^ Sep 01 23:50:58.290 INFO kablam! | Sep 01 23:50:58.290 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.290 INFO kablam! Sep 01 23:50:58.291 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 23:50:58.291 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:233:3 Sep 01 23:50:58.291 INFO kablam! | Sep 01 23:50:58.291 INFO kablam! 233 | #[simd] Sep 01 23:50:58.292 INFO kablam! | ^^^^ Sep 01 23:50:58.292 INFO kablam! | Sep 01 23:50:58.292 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.292 INFO kablam! Sep 01 23:50:58.293 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 23:50:58.293 INFO kablam! --> /target/debug/build/simdty-bf3183361a649ba5/out/types.rs:237:3 Sep 01 23:50:58.293 INFO kablam! | Sep 01 23:50:58.293 INFO kablam! 237 | #[simd] Sep 01 23:50:58.293 INFO kablam! | ^^^^ Sep 01 23:50:58.293 INFO kablam! | Sep 01 23:50:58.293 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 23:50:58.293 INFO kablam! Sep 01 23:50:58.302 INFO kablam! error: aborting due to 61 previous errors Sep 01 23:50:58.302 INFO kablam! Sep 01 23:50:58.302 INFO kablam! Some errors occurred: E0557, E0658. Sep 01 23:50:58.302 INFO kablam! For more information about an error, try `rustc --explain E0557`. Sep 01 23:50:58.309 INFO kablam! error: Could not compile `simdty`. Sep 01 23:50:58.309 INFO kablam! Sep 01 23:50:58.309 INFO kablam! To learn more, run the command again with --verbose. Sep 01 23:50:58.310 INFO kablam! su: No module specific data is present Sep 01 23:50:58.748 INFO running `"docker" "rm" "-f" "58b9fc0f12249945569fb5e5185420cbefdf724b53dc72573673dd34b34cbd9e"` Sep 01 23:50:58.852 INFO blam! 58b9fc0f12249945569fb5e5185420cbefdf724b53dc72573673dd34b34cbd9e