Aug 30 02:45:59.107 INFO checking simdty-0.0.3 against master#545f22340f72ee0efaf6463efb43a2840e3d35db for pr-53699 Aug 30 02:45:59.107 INFO running: cargo +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets Aug 30 02:45:59.107 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53699/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-3/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/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 +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 02:45:59.254 INFO blam! 328d6dd785aef124e7a070cb4c577af163121b00f495425c444a97bdab023fef Aug 30 02:45:59.255 INFO running `"docker" "start" "-a" "328d6dd785aef124e7a070cb4c577af163121b00f495425c444a97bdab023fef"` Aug 30 02:45:59.869 INFO kablam! Compiling simdty v0.0.3 (file:///source) Aug 30 02:46:00.137 INFO kablam! warning: unnecessary parentheses around `for` head expression Aug 30 02:46:00.137 INFO kablam! --> build.rs:12:14 Aug 30 02:46:00.137 INFO kablam! | Aug 30 02:46:00.137 INFO kablam! 12 | for _ in (0..length) { Aug 30 02:46:00.137 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Aug 30 02:46:00.137 INFO kablam! | Aug 30 02:46:00.137 INFO kablam! = note: #[warn(unused_parens)] on by default Aug 30 02:46:00.137 INFO kablam! Aug 30 02:46:00.840 INFO kablam! error[E0557]: feature has been removed Aug 30 02:46:00.841 INFO kablam! --> src/lib.rs:1:12 Aug 30 02:46:00.841 INFO kablam! | Aug 30 02:46:00.841 INFO kablam! 1 | #![feature(simd)] Aug 30 02:46:00.841 INFO kablam! | ^^^^ Aug 30 02:46:00.841 INFO kablam! | Aug 30 02:46:00.841 INFO kablam! note: removed in favor of `#[repr(simd)]` Aug 30 02:46:00.841 INFO kablam! --> src/lib.rs:1:12 Aug 30 02:46:00.841 INFO kablam! | Aug 30 02:46:00.841 INFO kablam! 1 | #![feature(simd)] Aug 30 02:46:00.841 INFO kablam! | ^^^^ Aug 30 02:46:00.841 INFO kablam! Aug 30 02:46:00.842 INFO kablam! error[E0557]: feature has been removed Aug 30 02:46:00.842 INFO kablam! --> src/lib.rs:1:12 Aug 30 02:46:00.842 INFO kablam! | Aug 30 02:46:00.842 INFO kablam! 1 | #![feature(simd)] Aug 30 02:46:00.842 INFO kablam! | ^^^^ Aug 30 02:46:00.842 INFO kablam! | Aug 30 02:46:00.842 INFO kablam! note: removed in favor of `#[repr(simd)]` Aug 30 02:46:00.842 INFO kablam! --> src/lib.rs:1:12 Aug 30 02:46:00.842 INFO kablam! | Aug 30 02:46:00.843 INFO kablam! 1 | #![feature(simd)] Aug 30 02:46:00.843 INFO kablam! | ^^^^ Aug 30 02:46:00.843 INFO kablam! Aug 30 02:46:01.034 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) Aug 30 02:46:01.034 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:1:3 Aug 30 02:46:01.034 INFO kablam! | Aug 30 02:46:01.034 INFO kablam! 1 | #[simd] Aug 30 02:46:01.034 INFO kablam! | ^^^^ Aug 30 02:46:01.035 INFO kablam! | Aug 30 02:46:01.035 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.035 INFO kablam! Aug 30 02:46:01.035 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) Aug 30 02:46:01.035 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:5:3 Aug 30 02:46:01.035 INFO kablam! | Aug 30 02:46:01.035 INFO kablam! 5 | #[simd] Aug 30 02:46:01.035 INFO kablam! | ^^^^ Aug 30 02:46:01.035 INFO kablam! | Aug 30 02:46:01.035 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.035 INFO kablam! Aug 30 02:46:01.035 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) Aug 30 02:46:01.035 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:9:3 Aug 30 02:46:01.035 INFO kablam! | Aug 30 02:46:01.035 INFO kablam! 9 | #[simd] Aug 30 02:46:01.035 INFO kablam! | ^^^^ Aug 30 02:46:01.035 INFO kablam! | Aug 30 02:46:01.035 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.036 INFO kablam! Aug 30 02:46:01.036 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) Aug 30 02:46:01.036 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:13:3 Aug 30 02:46:01.036 INFO kablam! | Aug 30 02:46:01.036 INFO kablam! 13 | #[simd] Aug 30 02:46:01.036 INFO kablam! | ^^^^ Aug 30 02:46:01.036 INFO kablam! | Aug 30 02:46:01.036 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.036 INFO kablam! Aug 30 02:46:01.037 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) Aug 30 02:46:01.037 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:17:3 Aug 30 02:46:01.037 INFO kablam! | Aug 30 02:46:01.037 INFO kablam! 17 | #[simd] Aug 30 02:46:01.037 INFO kablam! | ^^^^ Aug 30 02:46:01.037 INFO kablam! | Aug 30 02:46:01.037 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.037 INFO kablam! Aug 30 02:46:01.037 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) Aug 30 02:46:01.037 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:21:3 Aug 30 02:46:01.037 INFO kablam! | Aug 30 02:46:01.037 INFO kablam! 21 | #[simd] Aug 30 02:46:01.037 INFO kablam! | ^^^^ Aug 30 02:46:01.037 INFO kablam! | Aug 30 02:46:01.037 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.037 INFO kablam! Aug 30 02:46:01.037 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) Aug 30 02:46:01.037 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:25:3 Aug 30 02:46:01.037 INFO kablam! | Aug 30 02:46:01.038 INFO kablam! 25 | #[simd] Aug 30 02:46:01.038 INFO kablam! | ^^^^ Aug 30 02:46:01.038 INFO kablam! | Aug 30 02:46:01.038 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.038 INFO kablam! Aug 30 02:46:01.038 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) Aug 30 02:46:01.038 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:29:3 Aug 30 02:46:01.038 INFO kablam! | Aug 30 02:46:01.038 INFO kablam! 29 | #[simd] Aug 30 02:46:01.038 INFO kablam! | ^^^^ Aug 30 02:46:01.038 INFO kablam! | Aug 30 02:46:01.038 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.038 INFO kablam! Aug 30 02:46:01.038 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) Aug 30 02:46:01.038 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:33:3 Aug 30 02:46:01.038 INFO kablam! | Aug 30 02:46:01.038 INFO kablam! 33 | #[simd] Aug 30 02:46:01.038 INFO kablam! | ^^^^ Aug 30 02:46:01.038 INFO kablam! | Aug 30 02:46:01.038 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.038 INFO kablam! Aug 30 02:46:01.038 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) Aug 30 02:46:01.038 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:37:3 Aug 30 02:46:01.038 INFO kablam! | Aug 30 02:46:01.038 INFO kablam! 37 | #[simd] Aug 30 02:46:01.038 INFO kablam! | ^^^^ Aug 30 02:46:01.038 INFO kablam! | Aug 30 02:46:01.038 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.039 INFO kablam! Aug 30 02:46:01.039 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) Aug 30 02:46:01.039 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:41:3 Aug 30 02:46:01.039 INFO kablam! | Aug 30 02:46:01.039 INFO kablam! 41 | #[simd] Aug 30 02:46:01.039 INFO kablam! | ^^^^ Aug 30 02:46:01.039 INFO kablam! | Aug 30 02:46:01.039 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.039 INFO kablam! Aug 30 02:46:01.040 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) Aug 30 02:46:01.040 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:45:3 Aug 30 02:46:01.040 INFO kablam! | Aug 30 02:46:01.040 INFO kablam! 45 | #[simd] Aug 30 02:46:01.040 INFO kablam! | ^^^^ Aug 30 02:46:01.040 INFO kablam! | Aug 30 02:46:01.040 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.040 INFO kablam! Aug 30 02:46:01.040 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) Aug 30 02:46:01.040 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:49:3 Aug 30 02:46:01.040 INFO kablam! | Aug 30 02:46:01.040 INFO kablam! 49 | #[simd] Aug 30 02:46:01.040 INFO kablam! | ^^^^ Aug 30 02:46:01.040 INFO kablam! | Aug 30 02:46:01.040 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.040 INFO kablam! Aug 30 02:46:01.040 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) Aug 30 02:46:01.040 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:53:3 Aug 30 02:46:01.040 INFO kablam! | Aug 30 02:46:01.040 INFO kablam! 53 | #[simd] Aug 30 02:46:01.040 INFO kablam! | ^^^^ Aug 30 02:46:01.040 INFO kablam! | Aug 30 02:46:01.040 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.040 INFO kablam! Aug 30 02:46:01.040 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) Aug 30 02:46:01.041 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:57:3 Aug 30 02:46:01.041 INFO kablam! | Aug 30 02:46:01.041 INFO kablam! 57 | #[simd] Aug 30 02:46:01.041 INFO kablam! | ^^^^ Aug 30 02:46:01.041 INFO kablam! | Aug 30 02:46:01.041 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.041 INFO kablam! Aug 30 02:46:01.041 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) Aug 30 02:46:01.041 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:61:3 Aug 30 02:46:01.041 INFO kablam! | Aug 30 02:46:01.041 INFO kablam! 61 | #[simd] Aug 30 02:46:01.041 INFO kablam! | ^^^^ Aug 30 02:46:01.041 INFO kablam! | Aug 30 02:46:01.041 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.041 INFO kablam! Aug 30 02:46:01.041 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) Aug 30 02:46:01.041 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:65:3 Aug 30 02:46:01.041 INFO kablam! | Aug 30 02:46:01.041 INFO kablam! 65 | #[simd] Aug 30 02:46:01.041 INFO kablam! | ^^^^ Aug 30 02:46:01.041 INFO kablam! | Aug 30 02:46:01.041 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.041 INFO kablam! Aug 30 02:46:01.042 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) Aug 30 02:46:01.042 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:69:3 Aug 30 02:46:01.042 INFO kablam! | Aug 30 02:46:01.042 INFO kablam! 69 | #[simd] Aug 30 02:46:01.042 INFO kablam! | ^^^^ Aug 30 02:46:01.042 INFO kablam! | Aug 30 02:46:01.042 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.042 INFO kablam! Aug 30 02:46:01.042 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) Aug 30 02:46:01.042 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:73:3 Aug 30 02:46:01.042 INFO kablam! | Aug 30 02:46:01.042 INFO kablam! 73 | #[simd] Aug 30 02:46:01.042 INFO kablam! | ^^^^ Aug 30 02:46:01.042 INFO kablam! | Aug 30 02:46:01.042 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.042 INFO kablam! Aug 30 02:46:01.043 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) Aug 30 02:46:01.043 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:77:3 Aug 30 02:46:01.043 INFO kablam! | Aug 30 02:46:01.043 INFO kablam! 77 | #[simd] Aug 30 02:46:01.043 INFO kablam! | ^^^^ Aug 30 02:46:01.043 INFO kablam! | Aug 30 02:46:01.043 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.043 INFO kablam! Aug 30 02:46:01.043 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) Aug 30 02:46:01.043 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:81:3 Aug 30 02:46:01.043 INFO kablam! | Aug 30 02:46:01.043 INFO kablam! 81 | #[simd] Aug 30 02:46:01.043 INFO kablam! | ^^^^ Aug 30 02:46:01.043 INFO kablam! | Aug 30 02:46:01.043 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.043 INFO kablam! Aug 30 02:46:01.044 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) Aug 30 02:46:01.044 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:85:3 Aug 30 02:46:01.044 INFO kablam! | Aug 30 02:46:01.044 INFO kablam! 85 | #[simd] Aug 30 02:46:01.044 INFO kablam! | ^^^^ Aug 30 02:46:01.044 INFO kablam! | Aug 30 02:46:01.044 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.044 INFO kablam! Aug 30 02:46:01.044 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) Aug 30 02:46:01.044 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:89:3 Aug 30 02:46:01.044 INFO kablam! | Aug 30 02:46:01.044 INFO kablam! 89 | #[simd] Aug 30 02:46:01.045 INFO kablam! | ^^^^ Aug 30 02:46:01.045 INFO kablam! | Aug 30 02:46:01.045 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.045 INFO kablam! Aug 30 02:46:01.045 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) Aug 30 02:46:01.045 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:93:3 Aug 30 02:46:01.045 INFO kablam! | Aug 30 02:46:01.045 INFO kablam! 93 | #[simd] Aug 30 02:46:01.045 INFO kablam! | ^^^^ Aug 30 02:46:01.045 INFO kablam! | Aug 30 02:46:01.045 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.045 INFO kablam! Aug 30 02:46:01.046 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) Aug 30 02:46:01.046 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:97:3 Aug 30 02:46:01.046 INFO kablam! | Aug 30 02:46:01.046 INFO kablam! 97 | #[simd] Aug 30 02:46:01.046 INFO kablam! | ^^^^ Aug 30 02:46:01.046 INFO kablam! | Aug 30 02:46:01.046 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.046 INFO kablam! Aug 30 02:46:01.046 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) Aug 30 02:46:01.046 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:101:3 Aug 30 02:46:01.046 INFO kablam! | Aug 30 02:46:01.046 INFO kablam! 101 | #[simd] Aug 30 02:46:01.046 INFO kablam! | ^^^^ Aug 30 02:46:01.047 INFO kablam! | Aug 30 02:46:01.047 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.047 INFO kablam! Aug 30 02:46:01.047 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) Aug 30 02:46:01.047 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:105:3 Aug 30 02:46:01.047 INFO kablam! | Aug 30 02:46:01.047 INFO kablam! 105 | #[simd] Aug 30 02:46:01.047 INFO kablam! | ^^^^ Aug 30 02:46:01.047 INFO kablam! | Aug 30 02:46:01.047 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.047 INFO kablam! Aug 30 02:46:01.048 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) Aug 30 02:46:01.048 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:109:3 Aug 30 02:46:01.048 INFO kablam! | Aug 30 02:46:01.048 INFO kablam! 109 | #[simd] Aug 30 02:46:01.048 INFO kablam! | ^^^^ Aug 30 02:46:01.048 INFO kablam! | Aug 30 02:46:01.048 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.048 INFO kablam! Aug 30 02:46:01.048 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) Aug 30 02:46:01.048 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:113:3 Aug 30 02:46:01.048 INFO kablam! | Aug 30 02:46:01.048 INFO kablam! 113 | #[simd] Aug 30 02:46:01.048 INFO kablam! | ^^^^ Aug 30 02:46:01.048 INFO kablam! | Aug 30 02:46:01.048 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.048 INFO kablam! Aug 30 02:46:01.050 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) Aug 30 02:46:01.050 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:117:3 Aug 30 02:46:01.050 INFO kablam! | Aug 30 02:46:01.050 INFO kablam! 117 | #[simd] Aug 30 02:46:01.050 INFO kablam! | ^^^^ Aug 30 02:46:01.050 INFO kablam! | Aug 30 02:46:01.050 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.050 INFO kablam! Aug 30 02:46:01.050 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) Aug 30 02:46:01.050 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:121:3 Aug 30 02:46:01.050 INFO kablam! | Aug 30 02:46:01.050 INFO kablam! 121 | #[simd] Aug 30 02:46:01.050 INFO kablam! | ^^^^ Aug 30 02:46:01.051 INFO kablam! | Aug 30 02:46:01.051 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.051 INFO kablam! Aug 30 02:46:01.051 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) Aug 30 02:46:01.051 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:125:3 Aug 30 02:46:01.051 INFO kablam! | Aug 30 02:46:01.051 INFO kablam! 125 | #[simd] Aug 30 02:46:01.051 INFO kablam! | ^^^^ Aug 30 02:46:01.051 INFO kablam! | Aug 30 02:46:01.051 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.051 INFO kablam! Aug 30 02:46:01.051 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) Aug 30 02:46:01.051 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:129:3 Aug 30 02:46:01.051 INFO kablam! | Aug 30 02:46:01.051 INFO kablam! 129 | #[simd] Aug 30 02:46:01.051 INFO kablam! | ^^^^ Aug 30 02:46:01.051 INFO kablam! | Aug 30 02:46:01.051 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.051 INFO kablam! Aug 30 02:46:01.052 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) Aug 30 02:46:01.052 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:133:3 Aug 30 02:46:01.052 INFO kablam! | Aug 30 02:46:01.052 INFO kablam! 133 | #[simd] Aug 30 02:46:01.052 INFO kablam! | ^^^^ Aug 30 02:46:01.052 INFO kablam! | Aug 30 02:46:01.052 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.052 INFO kablam! Aug 30 02:46:01.052 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) Aug 30 02:46:01.052 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:137:3 Aug 30 02:46:01.052 INFO kablam! | Aug 30 02:46:01.052 INFO kablam! 137 | #[simd] Aug 30 02:46:01.052 INFO kablam! | ^^^^ Aug 30 02:46:01.052 INFO kablam! | Aug 30 02:46:01.052 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.052 INFO kablam! Aug 30 02:46:01.053 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) Aug 30 02:46:01.053 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:141:3 Aug 30 02:46:01.053 INFO kablam! | Aug 30 02:46:01.053 INFO kablam! 141 | #[simd] Aug 30 02:46:01.053 INFO kablam! | ^^^^ Aug 30 02:46:01.053 INFO kablam! | Aug 30 02:46:01.053 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.053 INFO kablam! Aug 30 02:46:01.053 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) Aug 30 02:46:01.053 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:145:3 Aug 30 02:46:01.054 INFO kablam! | Aug 30 02:46:01.054 INFO kablam! 145 | #[simd] Aug 30 02:46:01.054 INFO kablam! | ^^^^ Aug 30 02:46:01.054 INFO kablam! | Aug 30 02:46:01.054 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.054 INFO kablam! Aug 30 02:46:01.054 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) Aug 30 02:46:01.054 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:149:3 Aug 30 02:46:01.054 INFO kablam! | Aug 30 02:46:01.054 INFO kablam! 149 | #[simd] Aug 30 02:46:01.054 INFO kablam! | ^^^^ Aug 30 02:46:01.054 INFO kablam! | Aug 30 02:46:01.054 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.054 INFO kablam! Aug 30 02:46:01.055 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) Aug 30 02:46:01.055 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:153:3 Aug 30 02:46:01.055 INFO kablam! | Aug 30 02:46:01.055 INFO kablam! 153 | #[simd] Aug 30 02:46:01.055 INFO kablam! | ^^^^ Aug 30 02:46:01.055 INFO kablam! | Aug 30 02:46:01.055 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.055 INFO kablam! Aug 30 02:46:01.055 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) Aug 30 02:46:01.056 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:157:3 Aug 30 02:46:01.056 INFO kablam! | Aug 30 02:46:01.056 INFO kablam! 157 | #[simd] Aug 30 02:46:01.056 INFO kablam! | ^^^^ Aug 30 02:46:01.056 INFO kablam! | Aug 30 02:46:01.056 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.056 INFO kablam! Aug 30 02:46:01.056 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) Aug 30 02:46:01.056 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:161:3 Aug 30 02:46:01.056 INFO kablam! | Aug 30 02:46:01.056 INFO kablam! 161 | #[simd] Aug 30 02:46:01.056 INFO kablam! | ^^^^ Aug 30 02:46:01.057 INFO kablam! | Aug 30 02:46:01.057 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.057 INFO kablam! Aug 30 02:46:01.057 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) Aug 30 02:46:01.057 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:165:3 Aug 30 02:46:01.057 INFO kablam! | Aug 30 02:46:01.057 INFO kablam! 165 | #[simd] Aug 30 02:46:01.057 INFO kablam! | ^^^^ Aug 30 02:46:01.057 INFO kablam! | Aug 30 02:46:01.057 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.057 INFO kablam! Aug 30 02:46:01.058 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) Aug 30 02:46:01.058 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:169:3 Aug 30 02:46:01.058 INFO kablam! | Aug 30 02:46:01.058 INFO kablam! 169 | #[simd] Aug 30 02:46:01.058 INFO kablam! | ^^^^ Aug 30 02:46:01.058 INFO kablam! | Aug 30 02:46:01.058 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.058 INFO kablam! Aug 30 02:46:01.059 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) Aug 30 02:46:01.059 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:173:3 Aug 30 02:46:01.059 INFO kablam! | Aug 30 02:46:01.059 INFO kablam! 173 | #[simd] Aug 30 02:46:01.059 INFO kablam! | ^^^^ Aug 30 02:46:01.059 INFO kablam! | Aug 30 02:46:01.059 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.059 INFO kablam! Aug 30 02:46:01.059 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) Aug 30 02:46:01.059 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:177:3 Aug 30 02:46:01.059 INFO kablam! | Aug 30 02:46:01.060 INFO kablam! 177 | #[simd] Aug 30 02:46:01.060 INFO kablam! | ^^^^ Aug 30 02:46:01.060 INFO kablam! | Aug 30 02:46:01.060 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.060 INFO kablam! Aug 30 02:46:01.060 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) Aug 30 02:46:01.060 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:181:3 Aug 30 02:46:01.060 INFO kablam! | Aug 30 02:46:01.060 INFO kablam! 181 | #[simd] Aug 30 02:46:01.060 INFO kablam! | ^^^^ Aug 30 02:46:01.060 INFO kablam! | Aug 30 02:46:01.060 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.061 INFO kablam! Aug 30 02:46:01.061 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) Aug 30 02:46:01.061 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:185:3 Aug 30 02:46:01.061 INFO kablam! | Aug 30 02:46:01.061 INFO kablam! 185 | #[simd] Aug 30 02:46:01.061 INFO kablam! | ^^^^ Aug 30 02:46:01.061 INFO kablam! | Aug 30 02:46:01.061 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.061 INFO kablam! Aug 30 02:46:01.062 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) Aug 30 02:46:01.062 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:189:3 Aug 30 02:46:01.062 INFO kablam! | Aug 30 02:46:01.062 INFO kablam! 189 | #[simd] Aug 30 02:46:01.062 INFO kablam! | ^^^^ Aug 30 02:46:01.062 INFO kablam! | Aug 30 02:46:01.062 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.062 INFO kablam! Aug 30 02:46:01.062 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) Aug 30 02:46:01.063 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:193:3 Aug 30 02:46:01.063 INFO kablam! | Aug 30 02:46:01.063 INFO kablam! 193 | #[simd] Aug 30 02:46:01.063 INFO kablam! | ^^^^ Aug 30 02:46:01.063 INFO kablam! | Aug 30 02:46:01.063 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.063 INFO kablam! Aug 30 02:46:01.063 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) Aug 30 02:46:01.064 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:197:3 Aug 30 02:46:01.064 INFO kablam! | Aug 30 02:46:01.064 INFO kablam! 197 | #[simd] Aug 30 02:46:01.064 INFO kablam! | ^^^^ Aug 30 02:46:01.064 INFO kablam! | Aug 30 02:46:01.064 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.064 INFO kablam! Aug 30 02:46:01.064 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) Aug 30 02:46:01.064 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:201:3 Aug 30 02:46:01.064 INFO kablam! | Aug 30 02:46:01.065 INFO kablam! 201 | #[simd] Aug 30 02:46:01.065 INFO kablam! | ^^^^ Aug 30 02:46:01.065 INFO kablam! | Aug 30 02:46:01.065 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.065 INFO kablam! Aug 30 02:46:01.065 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) Aug 30 02:46:01.065 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:205:3 Aug 30 02:46:01.066 INFO kablam! | Aug 30 02:46:01.066 INFO kablam! 205 | #[simd] Aug 30 02:46:01.066 INFO kablam! | ^^^^ Aug 30 02:46:01.066 INFO kablam! | Aug 30 02:46:01.066 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.066 INFO kablam! Aug 30 02:46:01.066 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) Aug 30 02:46:01.066 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:209:3 Aug 30 02:46:01.067 INFO kablam! | Aug 30 02:46:01.067 INFO kablam! 209 | #[simd] Aug 30 02:46:01.067 INFO kablam! | ^^^^ Aug 30 02:46:01.067 INFO kablam! | Aug 30 02:46:01.067 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.067 INFO kablam! Aug 30 02:46:01.067 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) Aug 30 02:46:01.068 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:213:3 Aug 30 02:46:01.068 INFO kablam! | Aug 30 02:46:01.068 INFO kablam! 213 | #[simd] Aug 30 02:46:01.068 INFO kablam! | ^^^^ Aug 30 02:46:01.068 INFO kablam! | Aug 30 02:46:01.068 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.068 INFO kablam! Aug 30 02:46:01.069 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) Aug 30 02:46:01.069 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:217:3 Aug 30 02:46:01.069 INFO kablam! | Aug 30 02:46:01.069 INFO kablam! 217 | #[simd] Aug 30 02:46:01.069 INFO kablam! | ^^^^ Aug 30 02:46:01.069 INFO kablam! | Aug 30 02:46:01.069 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.069 INFO kablam! Aug 30 02:46:01.070 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) Aug 30 02:46:01.070 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:221:3 Aug 30 02:46:01.070 INFO kablam! | Aug 30 02:46:01.070 INFO kablam! 221 | #[simd] Aug 30 02:46:01.070 INFO kablam! | ^^^^ Aug 30 02:46:01.070 INFO kablam! | Aug 30 02:46:01.070 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.070 INFO kablam! Aug 30 02:46:01.071 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) Aug 30 02:46:01.071 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:225:3 Aug 30 02:46:01.071 INFO kablam! | Aug 30 02:46:01.071 INFO kablam! 225 | #[simd] Aug 30 02:46:01.071 INFO kablam! | ^^^^ Aug 30 02:46:01.071 INFO kablam! | Aug 30 02:46:01.071 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.071 INFO kablam! Aug 30 02:46:01.072 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) Aug 30 02:46:01.072 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:229:3 Aug 30 02:46:01.072 INFO kablam! | Aug 30 02:46:01.072 INFO kablam! 229 | #[simd] Aug 30 02:46:01.072 INFO kablam! | ^^^^ Aug 30 02:46:01.072 INFO kablam! | Aug 30 02:46:01.072 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.073 INFO kablam! Aug 30 02:46:01.073 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) Aug 30 02:46:01.073 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:233:3 Aug 30 02:46:01.073 INFO kablam! | Aug 30 02:46:01.073 INFO kablam! 233 | #[simd] Aug 30 02:46:01.074 INFO kablam! | ^^^^ Aug 30 02:46:01.074 INFO kablam! | Aug 30 02:46:01.074 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.074 INFO kablam! Aug 30 02:46:01.075 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) Aug 30 02:46:01.075 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:237:3 Aug 30 02:46:01.075 INFO kablam! | Aug 30 02:46:01.075 INFO kablam! 237 | #[simd] Aug 30 02:46:01.075 INFO kablam! | ^^^^ Aug 30 02:46:01.075 INFO kablam! | Aug 30 02:46:01.075 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.075 INFO kablam! Aug 30 02:46:01.081 INFO kablam! error: aborting due to 61 previous errors Aug 30 02:46:01.081 INFO kablam! Aug 30 02:46:01.081 INFO kablam! Some errors occurred: E0557, E0658. Aug 30 02:46:01.081 INFO kablam! For more information about an error, try `rustc --explain E0557`. Aug 30 02:46:01.086 INFO kablam! error: Could not compile `simdty`. Aug 30 02:46:01.086 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 02:46:01.104 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) Aug 30 02:46:01.104 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:1:3 Aug 30 02:46:01.104 INFO kablam! | Aug 30 02:46:01.104 INFO kablam! 1 | #[simd] Aug 30 02:46:01.105 INFO kablam! | ^^^^ Aug 30 02:46:01.105 INFO kablam! | Aug 30 02:46:01.105 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.105 INFO kablam! Aug 30 02:46:01.105 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) Aug 30 02:46:01.105 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:5:3 Aug 30 02:46:01.105 INFO kablam! | Aug 30 02:46:01.105 INFO kablam! 5 | #[simd] Aug 30 02:46:01.105 INFO kablam! | ^^^^ Aug 30 02:46:01.105 INFO kablam! | Aug 30 02:46:01.105 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.105 INFO kablam! Aug 30 02:46:01.105 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) Aug 30 02:46:01.105 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:9:3 Aug 30 02:46:01.105 INFO kablam! | Aug 30 02:46:01.105 INFO kablam! 9 | #[simd] Aug 30 02:46:01.106 INFO kablam! | ^^^^ Aug 30 02:46:01.106 INFO kablam! | Aug 30 02:46:01.106 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.106 INFO kablam! Aug 30 02:46:01.106 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) Aug 30 02:46:01.106 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:13:3 Aug 30 02:46:01.106 INFO kablam! | Aug 30 02:46:01.106 INFO kablam! 13 | #[simd] Aug 30 02:46:01.106 INFO kablam! | ^^^^ Aug 30 02:46:01.106 INFO kablam! | Aug 30 02:46:01.106 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.106 INFO kablam! Aug 30 02:46:01.106 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) Aug 30 02:46:01.106 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:17:3 Aug 30 02:46:01.106 INFO kablam! | Aug 30 02:46:01.106 INFO kablam! 17 | #[simd] Aug 30 02:46:01.106 INFO kablam! | ^^^^ Aug 30 02:46:01.106 INFO kablam! | Aug 30 02:46:01.106 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.107 INFO kablam! Aug 30 02:46:01.107 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) Aug 30 02:46:01.107 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:21:3 Aug 30 02:46:01.107 INFO kablam! | Aug 30 02:46:01.107 INFO kablam! 21 | #[simd] Aug 30 02:46:01.107 INFO kablam! | ^^^^ Aug 30 02:46:01.107 INFO kablam! | Aug 30 02:46:01.107 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.107 INFO kablam! Aug 30 02:46:01.107 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) Aug 30 02:46:01.107 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:25:3 Aug 30 02:46:01.107 INFO kablam! | Aug 30 02:46:01.107 INFO kablam! 25 | #[simd] Aug 30 02:46:01.107 INFO kablam! | ^^^^ Aug 30 02:46:01.107 INFO kablam! | Aug 30 02:46:01.107 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.107 INFO kablam! Aug 30 02:46:01.107 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) Aug 30 02:46:01.107 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:29:3 Aug 30 02:46:01.107 INFO kablam! | Aug 30 02:46:01.108 INFO kablam! 29 | #[simd] Aug 30 02:46:01.108 INFO kablam! | ^^^^ Aug 30 02:46:01.108 INFO kablam! | Aug 30 02:46:01.108 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.108 INFO kablam! Aug 30 02:46:01.108 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) Aug 30 02:46:01.108 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:33:3 Aug 30 02:46:01.108 INFO kablam! | Aug 30 02:46:01.108 INFO kablam! 33 | #[simd] Aug 30 02:46:01.108 INFO kablam! | ^^^^ Aug 30 02:46:01.108 INFO kablam! | Aug 30 02:46:01.108 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.108 INFO kablam! Aug 30 02:46:01.108 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) Aug 30 02:46:01.108 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:37:3 Aug 30 02:46:01.108 INFO kablam! | Aug 30 02:46:01.108 INFO kablam! 37 | #[simd] Aug 30 02:46:01.108 INFO kablam! | ^^^^ Aug 30 02:46:01.109 INFO kablam! | Aug 30 02:46:01.109 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.109 INFO kablam! Aug 30 02:46:01.109 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) Aug 30 02:46:01.109 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:41:3 Aug 30 02:46:01.109 INFO kablam! | Aug 30 02:46:01.109 INFO kablam! 41 | #[simd] Aug 30 02:46:01.109 INFO kablam! | ^^^^ Aug 30 02:46:01.109 INFO kablam! | Aug 30 02:46:01.109 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.109 INFO kablam! Aug 30 02:46:01.109 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) Aug 30 02:46:01.109 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:45:3 Aug 30 02:46:01.109 INFO kablam! | Aug 30 02:46:01.110 INFO kablam! 45 | #[simd] Aug 30 02:46:01.110 INFO kablam! | ^^^^ Aug 30 02:46:01.110 INFO kablam! | Aug 30 02:46:01.110 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.110 INFO kablam! Aug 30 02:46:01.110 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) Aug 30 02:46:01.110 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:49:3 Aug 30 02:46:01.110 INFO kablam! | Aug 30 02:46:01.110 INFO kablam! 49 | #[simd] Aug 30 02:46:01.110 INFO kablam! | ^^^^ Aug 30 02:46:01.110 INFO kablam! | Aug 30 02:46:01.110 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.110 INFO kablam! Aug 30 02:46:01.110 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) Aug 30 02:46:01.110 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:53:3 Aug 30 02:46:01.110 INFO kablam! | Aug 30 02:46:01.110 INFO kablam! 53 | #[simd] Aug 30 02:46:01.110 INFO kablam! | ^^^^ Aug 30 02:46:01.110 INFO kablam! | Aug 30 02:46:01.111 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.111 INFO kablam! Aug 30 02:46:01.111 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) Aug 30 02:46:01.111 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:57:3 Aug 30 02:46:01.111 INFO kablam! | Aug 30 02:46:01.111 INFO kablam! 57 | #[simd] Aug 30 02:46:01.111 INFO kablam! | ^^^^ Aug 30 02:46:01.111 INFO kablam! | Aug 30 02:46:01.111 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.111 INFO kablam! Aug 30 02:46:01.111 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) Aug 30 02:46:01.111 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:61:3 Aug 30 02:46:01.111 INFO kablam! | Aug 30 02:46:01.111 INFO kablam! 61 | #[simd] Aug 30 02:46:01.111 INFO kablam! | ^^^^ Aug 30 02:46:01.111 INFO kablam! | Aug 30 02:46:01.111 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.111 INFO kablam! Aug 30 02:46:01.111 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) Aug 30 02:46:01.112 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:65:3 Aug 30 02:46:01.112 INFO kablam! | Aug 30 02:46:01.112 INFO kablam! 65 | #[simd] Aug 30 02:46:01.112 INFO kablam! | ^^^^ Aug 30 02:46:01.112 INFO kablam! | Aug 30 02:46:01.112 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.112 INFO kablam! Aug 30 02:46:01.112 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) Aug 30 02:46:01.112 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:69:3 Aug 30 02:46:01.112 INFO kablam! | Aug 30 02:46:01.112 INFO kablam! 69 | #[simd] Aug 30 02:46:01.112 INFO kablam! | ^^^^ Aug 30 02:46:01.112 INFO kablam! | Aug 30 02:46:01.112 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.112 INFO kablam! Aug 30 02:46:01.112 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) Aug 30 02:46:01.112 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:73:3 Aug 30 02:46:01.113 INFO kablam! | Aug 30 02:46:01.113 INFO kablam! 73 | #[simd] Aug 30 02:46:01.113 INFO kablam! | ^^^^ Aug 30 02:46:01.113 INFO kablam! | Aug 30 02:46:01.113 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.113 INFO kablam! Aug 30 02:46:01.113 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) Aug 30 02:46:01.113 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:77:3 Aug 30 02:46:01.113 INFO kablam! | Aug 30 02:46:01.113 INFO kablam! 77 | #[simd] Aug 30 02:46:01.113 INFO kablam! | ^^^^ Aug 30 02:46:01.113 INFO kablam! | Aug 30 02:46:01.113 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.113 INFO kablam! Aug 30 02:46:01.113 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) Aug 30 02:46:01.113 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:81:3 Aug 30 02:46:01.113 INFO kablam! | Aug 30 02:46:01.113 INFO kablam! 81 | #[simd] Aug 30 02:46:01.113 INFO kablam! | ^^^^ Aug 30 02:46:01.114 INFO kablam! | Aug 30 02:46:01.114 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.114 INFO kablam! Aug 30 02:46:01.114 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) Aug 30 02:46:01.114 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:85:3 Aug 30 02:46:01.114 INFO kablam! | Aug 30 02:46:01.114 INFO kablam! 85 | #[simd] Aug 30 02:46:01.114 INFO kablam! | ^^^^ Aug 30 02:46:01.114 INFO kablam! | Aug 30 02:46:01.114 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.114 INFO kablam! Aug 30 02:46:01.114 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) Aug 30 02:46:01.114 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:89:3 Aug 30 02:46:01.114 INFO kablam! | Aug 30 02:46:01.114 INFO kablam! 89 | #[simd] Aug 30 02:46:01.114 INFO kablam! | ^^^^ Aug 30 02:46:01.114 INFO kablam! | Aug 30 02:46:01.115 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.115 INFO kablam! Aug 30 02:46:01.115 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) Aug 30 02:46:01.115 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:93:3 Aug 30 02:46:01.115 INFO kablam! | Aug 30 02:46:01.115 INFO kablam! 93 | #[simd] Aug 30 02:46:01.115 INFO kablam! | ^^^^ Aug 30 02:46:01.115 INFO kablam! | Aug 30 02:46:01.115 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.115 INFO kablam! Aug 30 02:46:01.115 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) Aug 30 02:46:01.115 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:97:3 Aug 30 02:46:01.116 INFO kablam! | Aug 30 02:46:01.116 INFO kablam! 97 | #[simd] Aug 30 02:46:01.116 INFO kablam! | ^^^^ Aug 30 02:46:01.116 INFO kablam! | Aug 30 02:46:01.116 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.116 INFO kablam! Aug 30 02:46:01.116 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) Aug 30 02:46:01.116 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:101:3 Aug 30 02:46:01.116 INFO kablam! | Aug 30 02:46:01.116 INFO kablam! 101 | #[simd] Aug 30 02:46:01.116 INFO kablam! | ^^^^ Aug 30 02:46:01.116 INFO kablam! | Aug 30 02:46:01.116 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.116 INFO kablam! Aug 30 02:46:01.116 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) Aug 30 02:46:01.116 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:105:3 Aug 30 02:46:01.117 INFO kablam! | Aug 30 02:46:01.117 INFO kablam! 105 | #[simd] Aug 30 02:46:01.117 INFO kablam! | ^^^^ Aug 30 02:46:01.117 INFO kablam! | Aug 30 02:46:01.117 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.117 INFO kablam! Aug 30 02:46:01.117 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) Aug 30 02:46:01.117 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:109:3 Aug 30 02:46:01.117 INFO kablam! | Aug 30 02:46:01.117 INFO kablam! 109 | #[simd] Aug 30 02:46:01.117 INFO kablam! | ^^^^ Aug 30 02:46:01.117 INFO kablam! | Aug 30 02:46:01.117 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.117 INFO kablam! Aug 30 02:46:01.118 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) Aug 30 02:46:01.118 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:113:3 Aug 30 02:46:01.118 INFO kablam! | Aug 30 02:46:01.118 INFO kablam! 113 | #[simd] Aug 30 02:46:01.118 INFO kablam! | ^^^^ Aug 30 02:46:01.118 INFO kablam! | Aug 30 02:46:01.118 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.118 INFO kablam! Aug 30 02:46:01.118 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) Aug 30 02:46:01.118 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:117:3 Aug 30 02:46:01.118 INFO kablam! | Aug 30 02:46:01.118 INFO kablam! 117 | #[simd] Aug 30 02:46:01.118 INFO kablam! | ^^^^ Aug 30 02:46:01.119 INFO kablam! | Aug 30 02:46:01.119 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.119 INFO kablam! Aug 30 02:46:01.119 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) Aug 30 02:46:01.119 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:121:3 Aug 30 02:46:01.119 INFO kablam! | Aug 30 02:46:01.119 INFO kablam! 121 | #[simd] Aug 30 02:46:01.119 INFO kablam! | ^^^^ Aug 30 02:46:01.119 INFO kablam! | Aug 30 02:46:01.119 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.119 INFO kablam! Aug 30 02:46:01.119 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) Aug 30 02:46:01.119 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:125:3 Aug 30 02:46:01.119 INFO kablam! | Aug 30 02:46:01.120 INFO kablam! 125 | #[simd] Aug 30 02:46:01.120 INFO kablam! | ^^^^ Aug 30 02:46:01.120 INFO kablam! | Aug 30 02:46:01.120 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.120 INFO kablam! Aug 30 02:46:01.120 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) Aug 30 02:46:01.120 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:129:3 Aug 30 02:46:01.120 INFO kablam! | Aug 30 02:46:01.120 INFO kablam! 129 | #[simd] Aug 30 02:46:01.120 INFO kablam! | ^^^^ Aug 30 02:46:01.120 INFO kablam! | Aug 30 02:46:01.120 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.120 INFO kablam! Aug 30 02:46:01.121 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) Aug 30 02:46:01.121 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:133:3 Aug 30 02:46:01.121 INFO kablam! | Aug 30 02:46:01.121 INFO kablam! 133 | #[simd] Aug 30 02:46:01.121 INFO kablam! | ^^^^ Aug 30 02:46:01.121 INFO kablam! | Aug 30 02:46:01.121 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.121 INFO kablam! Aug 30 02:46:01.121 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) Aug 30 02:46:01.121 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:137:3 Aug 30 02:46:01.121 INFO kablam! | Aug 30 02:46:01.121 INFO kablam! 137 | #[simd] Aug 30 02:46:01.121 INFO kablam! | ^^^^ Aug 30 02:46:01.122 INFO kablam! | Aug 30 02:46:01.122 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.122 INFO kablam! Aug 30 02:46:01.122 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) Aug 30 02:46:01.122 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:141:3 Aug 30 02:46:01.122 INFO kablam! | Aug 30 02:46:01.122 INFO kablam! 141 | #[simd] Aug 30 02:46:01.122 INFO kablam! | ^^^^ Aug 30 02:46:01.122 INFO kablam! | Aug 30 02:46:01.122 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.122 INFO kablam! Aug 30 02:46:01.123 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) Aug 30 02:46:01.123 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:145:3 Aug 30 02:46:01.123 INFO kablam! | Aug 30 02:46:01.123 INFO kablam! 145 | #[simd] Aug 30 02:46:01.123 INFO kablam! | ^^^^ Aug 30 02:46:01.123 INFO kablam! | Aug 30 02:46:01.123 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.123 INFO kablam! Aug 30 02:46:01.123 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) Aug 30 02:46:01.123 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:149:3 Aug 30 02:46:01.123 INFO kablam! | Aug 30 02:46:01.123 INFO kablam! 149 | #[simd] Aug 30 02:46:01.123 INFO kablam! | ^^^^ Aug 30 02:46:01.123 INFO kablam! | Aug 30 02:46:01.123 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.123 INFO kablam! Aug 30 02:46:01.124 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) Aug 30 02:46:01.124 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:153:3 Aug 30 02:46:01.124 INFO kablam! | Aug 30 02:46:01.124 INFO kablam! 153 | #[simd] Aug 30 02:46:01.124 INFO kablam! | ^^^^ Aug 30 02:46:01.124 INFO kablam! | Aug 30 02:46:01.124 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.124 INFO kablam! Aug 30 02:46:01.124 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) Aug 30 02:46:01.124 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:157:3 Aug 30 02:46:01.124 INFO kablam! | Aug 30 02:46:01.124 INFO kablam! 157 | #[simd] Aug 30 02:46:01.124 INFO kablam! | ^^^^ Aug 30 02:46:01.124 INFO kablam! | Aug 30 02:46:01.124 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.125 INFO kablam! Aug 30 02:46:01.125 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) Aug 30 02:46:01.125 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:161:3 Aug 30 02:46:01.125 INFO kablam! | Aug 30 02:46:01.125 INFO kablam! 161 | #[simd] Aug 30 02:46:01.125 INFO kablam! | ^^^^ Aug 30 02:46:01.125 INFO kablam! | Aug 30 02:46:01.125 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.125 INFO kablam! Aug 30 02:46:01.126 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) Aug 30 02:46:01.126 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:165:3 Aug 30 02:46:01.126 INFO kablam! | Aug 30 02:46:01.126 INFO kablam! 165 | #[simd] Aug 30 02:46:01.126 INFO kablam! | ^^^^ Aug 30 02:46:01.126 INFO kablam! | Aug 30 02:46:01.126 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.126 INFO kablam! Aug 30 02:46:01.127 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) Aug 30 02:46:01.127 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:169:3 Aug 30 02:46:01.127 INFO kablam! | Aug 30 02:46:01.127 INFO kablam! 169 | #[simd] Aug 30 02:46:01.127 INFO kablam! | ^^^^ Aug 30 02:46:01.127 INFO kablam! | Aug 30 02:46:01.127 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.127 INFO kablam! Aug 30 02:46:01.128 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) Aug 30 02:46:01.128 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:173:3 Aug 30 02:46:01.128 INFO kablam! | Aug 30 02:46:01.128 INFO kablam! 173 | #[simd] Aug 30 02:46:01.128 INFO kablam! | ^^^^ Aug 30 02:46:01.128 INFO kablam! | Aug 30 02:46:01.128 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.128 INFO kablam! Aug 30 02:46:01.128 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) Aug 30 02:46:01.128 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:177:3 Aug 30 02:46:01.128 INFO kablam! | Aug 30 02:46:01.128 INFO kablam! 177 | #[simd] Aug 30 02:46:01.129 INFO kablam! | ^^^^ Aug 30 02:46:01.129 INFO kablam! | Aug 30 02:46:01.129 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.129 INFO kablam! Aug 30 02:46:01.129 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) Aug 30 02:46:01.129 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:181:3 Aug 30 02:46:01.129 INFO kablam! | Aug 30 02:46:01.129 INFO kablam! 181 | #[simd] Aug 30 02:46:01.129 INFO kablam! | ^^^^ Aug 30 02:46:01.129 INFO kablam! | Aug 30 02:46:01.129 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.129 INFO kablam! Aug 30 02:46:01.130 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) Aug 30 02:46:01.130 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:185:3 Aug 30 02:46:01.130 INFO kablam! | Aug 30 02:46:01.130 INFO kablam! 185 | #[simd] Aug 30 02:46:01.130 INFO kablam! | ^^^^ Aug 30 02:46:01.130 INFO kablam! | Aug 30 02:46:01.130 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.130 INFO kablam! Aug 30 02:46:01.131 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) Aug 30 02:46:01.131 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:189:3 Aug 30 02:46:01.131 INFO kablam! | Aug 30 02:46:01.131 INFO kablam! 189 | #[simd] Aug 30 02:46:01.131 INFO kablam! | ^^^^ Aug 30 02:46:01.131 INFO kablam! | Aug 30 02:46:01.131 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.131 INFO kablam! Aug 30 02:46:01.132 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) Aug 30 02:46:01.132 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:193:3 Aug 30 02:46:01.132 INFO kablam! | Aug 30 02:46:01.132 INFO kablam! 193 | #[simd] Aug 30 02:46:01.132 INFO kablam! | ^^^^ Aug 30 02:46:01.132 INFO kablam! | Aug 30 02:46:01.132 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.132 INFO kablam! Aug 30 02:46:01.132 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) Aug 30 02:46:01.133 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:197:3 Aug 30 02:46:01.133 INFO kablam! | Aug 30 02:46:01.133 INFO kablam! 197 | #[simd] Aug 30 02:46:01.133 INFO kablam! | ^^^^ Aug 30 02:46:01.133 INFO kablam! | Aug 30 02:46:01.133 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.133 INFO kablam! Aug 30 02:46:01.134 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) Aug 30 02:46:01.134 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:201:3 Aug 30 02:46:01.134 INFO kablam! | Aug 30 02:46:01.134 INFO kablam! 201 | #[simd] Aug 30 02:46:01.134 INFO kablam! | ^^^^ Aug 30 02:46:01.134 INFO kablam! | Aug 30 02:46:01.134 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.134 INFO kablam! Aug 30 02:46:01.135 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) Aug 30 02:46:01.135 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:205:3 Aug 30 02:46:01.135 INFO kablam! | Aug 30 02:46:01.135 INFO kablam! 205 | #[simd] Aug 30 02:46:01.135 INFO kablam! | ^^^^ Aug 30 02:46:01.135 INFO kablam! | Aug 30 02:46:01.135 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.135 INFO kablam! Aug 30 02:46:01.136 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) Aug 30 02:46:01.136 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:209:3 Aug 30 02:46:01.136 INFO kablam! | Aug 30 02:46:01.136 INFO kablam! 209 | #[simd] Aug 30 02:46:01.137 INFO kablam! | ^^^^ Aug 30 02:46:01.137 INFO kablam! | Aug 30 02:46:01.137 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.137 INFO kablam! Aug 30 02:46:01.137 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) Aug 30 02:46:01.138 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:213:3 Aug 30 02:46:01.138 INFO kablam! | Aug 30 02:46:01.138 INFO kablam! 213 | #[simd] Aug 30 02:46:01.138 INFO kablam! | ^^^^ Aug 30 02:46:01.138 INFO kablam! | Aug 30 02:46:01.138 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.138 INFO kablam! Aug 30 02:46:01.139 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) Aug 30 02:46:01.139 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:217:3 Aug 30 02:46:01.139 INFO kablam! | Aug 30 02:46:01.139 INFO kablam! 217 | #[simd] Aug 30 02:46:01.139 INFO kablam! | ^^^^ Aug 30 02:46:01.139 INFO kablam! | Aug 30 02:46:01.139 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.139 INFO kablam! Aug 30 02:46:01.140 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) Aug 30 02:46:01.140 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:221:3 Aug 30 02:46:01.140 INFO kablam! | Aug 30 02:46:01.140 INFO kablam! 221 | #[simd] Aug 30 02:46:01.140 INFO kablam! | ^^^^ Aug 30 02:46:01.140 INFO kablam! | Aug 30 02:46:01.140 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.140 INFO kablam! Aug 30 02:46:01.141 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) Aug 30 02:46:01.141 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:225:3 Aug 30 02:46:01.141 INFO kablam! | Aug 30 02:46:01.141 INFO kablam! 225 | #[simd] Aug 30 02:46:01.141 INFO kablam! | ^^^^ Aug 30 02:46:01.141 INFO kablam! | Aug 30 02:46:01.141 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.141 INFO kablam! Aug 30 02:46:01.142 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) Aug 30 02:46:01.142 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:229:3 Aug 30 02:46:01.142 INFO kablam! | Aug 30 02:46:01.142 INFO kablam! 229 | #[simd] Aug 30 02:46:01.142 INFO kablam! | ^^^^ Aug 30 02:46:01.143 INFO kablam! | Aug 30 02:46:01.143 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.143 INFO kablam! Aug 30 02:46:01.144 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) Aug 30 02:46:01.144 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:233:3 Aug 30 02:46:01.144 INFO kablam! | Aug 30 02:46:01.144 INFO kablam! 233 | #[simd] Aug 30 02:46:01.144 INFO kablam! | ^^^^ Aug 30 02:46:01.144 INFO kablam! | Aug 30 02:46:01.144 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.144 INFO kablam! Aug 30 02:46:01.145 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) Aug 30 02:46:01.145 INFO kablam! --> /target/debug/build/simdty-44b55179de0eaa5c/out/types.rs:237:3 Aug 30 02:46:01.145 INFO kablam! | Aug 30 02:46:01.145 INFO kablam! 237 | #[simd] Aug 30 02:46:01.145 INFO kablam! | ^^^^ Aug 30 02:46:01.145 INFO kablam! | Aug 30 02:46:01.145 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Aug 30 02:46:01.145 INFO kablam! Aug 30 02:46:01.152 INFO kablam! error: aborting due to 61 previous errors Aug 30 02:46:01.152 INFO kablam! Aug 30 02:46:01.152 INFO kablam! Some errors occurred: E0557, E0658. Aug 30 02:46:01.152 INFO kablam! For more information about an error, try `rustc --explain E0557`. Aug 30 02:46:01.157 INFO kablam! error: Could not compile `simdty`. Aug 30 02:46:01.157 INFO kablam! Aug 30 02:46:01.157 INFO kablam! To learn more, run the command again with --verbose. Aug 30 02:46:01.159 INFO kablam! su: No module specific data is present Aug 30 02:46:01.529 INFO running `"docker" "rm" "-f" "328d6dd785aef124e7a070cb4c577af163121b00f495425c444a97bdab023fef"` Aug 30 02:46:01.627 INFO blam! 328d6dd785aef124e7a070cb4c577af163121b00f495425c444a97bdab023fef