Jul 11 21:50:31.162 INFO checking simdty-0.0.3 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 11 21:50:31.162 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 21:50:31.162 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 21:50:31.162 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-4/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 21:50:31.422 INFO blam! 515fa6fd56ad185f4b331dd72d045d63338d77247cb5cbfe5dfc5cb8f0effa98 Jul 11 21:50:31.425 INFO running `"docker" "start" "-a" "515fa6fd56ad185f4b331dd72d045d63338d77247cb5cbfe5dfc5cb8f0effa98"` Jul 11 21:50:32.439 INFO kablam! Compiling simdty v0.0.3 (file:///source) Jul 11 21:50:32.861 INFO kablam! warning: unnecessary parentheses around `for` head expression Jul 11 21:50:32.861 INFO kablam! --> build.rs:12:14 Jul 11 21:50:32.861 INFO kablam! | Jul 11 21:50:32.861 INFO kablam! 12 | for _ in (0..length) { Jul 11 21:50:32.861 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Jul 11 21:50:32.866 INFO kablam! | Jul 11 21:50:32.866 INFO kablam! = note: #[warn(unused_parens)] on by default Jul 11 21:50:32.866 INFO kablam! Jul 11 21:50:34.305 INFO kablam! error[E0557]: feature has been removed Jul 11 21:50:34.305 INFO kablam! --> src/lib.rs:1:12 Jul 11 21:50:34.305 INFO kablam! | Jul 11 21:50:34.305 INFO kablam! 1 | #![feature(simd)] Jul 11 21:50:34.305 INFO kablam! | ^^^^ Jul 11 21:50:34.305 INFO kablam! | Jul 11 21:50:34.305 INFO kablam! note: removed in favor of `#[repr(simd)]` Jul 11 21:50:34.305 INFO kablam! --> src/lib.rs:1:12 Jul 11 21:50:34.305 INFO kablam! | Jul 11 21:50:34.305 INFO kablam! 1 | #![feature(simd)] Jul 11 21:50:34.305 INFO kablam! | ^^^^ Jul 11 21:50:34.305 INFO kablam! Jul 11 21:50:34.379 INFO kablam! error[E0557]: feature has been removed Jul 11 21:50:34.379 INFO kablam! --> src/lib.rs:1:12 Jul 11 21:50:34.379 INFO kablam! | Jul 11 21:50:34.379 INFO kablam! 1 | #![feature(simd)] Jul 11 21:50:34.379 INFO kablam! | ^^^^ Jul 11 21:50:34.379 INFO kablam! | Jul 11 21:50:34.379 INFO kablam! note: removed in favor of `#[repr(simd)]` Jul 11 21:50:34.379 INFO kablam! --> src/lib.rs:1:12 Jul 11 21:50:34.379 INFO kablam! | Jul 11 21:50:34.379 INFO kablam! 1 | #![feature(simd)] Jul 11 21:50:34.379 INFO kablam! | ^^^^ Jul 11 21:50:34.379 INFO kablam! Jul 11 21:50:34.880 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.881 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:1:1 Jul 11 21:50:34.881 INFO kablam! | Jul 11 21:50:34.882 INFO kablam! 1 | #[simd] Jul 11 21:50:34.882 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.882 INFO kablam! | Jul 11 21:50:34.882 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.882 INFO kablam! Jul 11 21:50:34.882 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.883 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:5:1 Jul 11 21:50:34.883 INFO kablam! | Jul 11 21:50:34.883 INFO kablam! 5 | #[simd] Jul 11 21:50:34.883 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.883 INFO kablam! | Jul 11 21:50:34.883 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.883 INFO kablam! Jul 11 21:50:34.883 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.883 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:9:1 Jul 11 21:50:34.883 INFO kablam! | Jul 11 21:50:34.883 INFO kablam! 9 | #[simd] Jul 11 21:50:34.883 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.883 INFO kablam! | Jul 11 21:50:34.883 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.883 INFO kablam! Jul 11 21:50:34.883 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.883 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:13:1 Jul 11 21:50:34.883 INFO kablam! | Jul 11 21:50:34.883 INFO kablam! 13 | #[simd] Jul 11 21:50:34.885 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.885 INFO kablam! | Jul 11 21:50:34.885 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.885 INFO kablam! Jul 11 21:50:34.885 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.885 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:17:1 Jul 11 21:50:34.885 INFO kablam! | Jul 11 21:50:34.885 INFO kablam! 17 | #[simd] Jul 11 21:50:34.885 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.885 INFO kablam! | Jul 11 21:50:34.885 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.885 INFO kablam! Jul 11 21:50:34.886 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.886 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:21:1 Jul 11 21:50:34.886 INFO kablam! | Jul 11 21:50:34.886 INFO kablam! 21 | #[simd] Jul 11 21:50:34.886 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.886 INFO kablam! | Jul 11 21:50:34.886 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.886 INFO kablam! Jul 11 21:50:34.886 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.886 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:25:1 Jul 11 21:50:34.886 INFO kablam! | Jul 11 21:50:34.886 INFO kablam! 25 | #[simd] Jul 11 21:50:34.886 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.886 INFO kablam! | Jul 11 21:50:34.886 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.886 INFO kablam! Jul 11 21:50:34.886 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.886 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:29:1 Jul 11 21:50:34.886 INFO kablam! | Jul 11 21:50:34.886 INFO kablam! 29 | #[simd] Jul 11 21:50:34.886 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.886 INFO kablam! | Jul 11 21:50:34.886 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.886 INFO kablam! Jul 11 21:50:34.886 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.886 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:33:1 Jul 11 21:50:34.886 INFO kablam! | Jul 11 21:50:34.886 INFO kablam! 33 | #[simd] Jul 11 21:50:34.886 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.887 INFO kablam! | Jul 11 21:50:34.887 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.887 INFO kablam! Jul 11 21:50:34.887 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.887 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:37:1 Jul 11 21:50:34.887 INFO kablam! | Jul 11 21:50:34.887 INFO kablam! 37 | #[simd] Jul 11 21:50:34.887 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.887 INFO kablam! | Jul 11 21:50:34.887 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.887 INFO kablam! Jul 11 21:50:34.887 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.887 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:41:1 Jul 11 21:50:34.887 INFO kablam! | Jul 11 21:50:34.887 INFO kablam! 41 | #[simd] Jul 11 21:50:34.887 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.887 INFO kablam! | Jul 11 21:50:34.887 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.887 INFO kablam! Jul 11 21:50:34.887 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.887 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:45:1 Jul 11 21:50:34.887 INFO kablam! | Jul 11 21:50:34.887 INFO kablam! 45 | #[simd] Jul 11 21:50:34.887 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.887 INFO kablam! | Jul 11 21:50:34.887 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.887 INFO kablam! Jul 11 21:50:34.887 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.887 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:49:1 Jul 11 21:50:34.887 INFO kablam! | Jul 11 21:50:34.888 INFO kablam! 49 | #[simd] Jul 11 21:50:34.888 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.888 INFO kablam! | Jul 11 21:50:34.888 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.888 INFO kablam! Jul 11 21:50:34.888 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.888 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:53:1 Jul 11 21:50:34.888 INFO kablam! | Jul 11 21:50:34.888 INFO kablam! 53 | #[simd] Jul 11 21:50:34.888 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.888 INFO kablam! | Jul 11 21:50:34.888 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.888 INFO kablam! Jul 11 21:50:34.888 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.888 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:57:1 Jul 11 21:50:34.888 INFO kablam! | Jul 11 21:50:34.888 INFO kablam! 57 | #[simd] Jul 11 21:50:34.888 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.888 INFO kablam! | Jul 11 21:50:34.888 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.888 INFO kablam! Jul 11 21:50:34.888 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.888 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:61:1 Jul 11 21:50:34.888 INFO kablam! | Jul 11 21:50:34.888 INFO kablam! 61 | #[simd] Jul 11 21:50:34.888 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.888 INFO kablam! | Jul 11 21:50:34.888 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.888 INFO kablam! Jul 11 21:50:34.888 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.888 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:65:1 Jul 11 21:50:34.889 INFO kablam! | Jul 11 21:50:34.889 INFO kablam! 65 | #[simd] Jul 11 21:50:34.889 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.889 INFO kablam! | Jul 11 21:50:34.889 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.889 INFO kablam! Jul 11 21:50:34.889 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.889 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:69:1 Jul 11 21:50:34.889 INFO kablam! | Jul 11 21:50:34.889 INFO kablam! 69 | #[simd] Jul 11 21:50:34.889 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.889 INFO kablam! | Jul 11 21:50:34.889 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.889 INFO kablam! Jul 11 21:50:34.894 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.894 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:73:1 Jul 11 21:50:34.894 INFO kablam! | Jul 11 21:50:34.894 INFO kablam! 73 | #[simd] Jul 11 21:50:34.894 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.894 INFO kablam! | Jul 11 21:50:34.894 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.895 INFO kablam! Jul 11 21:50:34.895 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.895 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:77:1 Jul 11 21:50:34.895 INFO kablam! | Jul 11 21:50:34.895 INFO kablam! 77 | #[simd] Jul 11 21:50:34.895 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.895 INFO kablam! | Jul 11 21:50:34.895 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.895 INFO kablam! Jul 11 21:50:34.896 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.896 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:81:1 Jul 11 21:50:34.896 INFO kablam! | Jul 11 21:50:34.896 INFO kablam! 81 | #[simd] Jul 11 21:50:34.896 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.896 INFO kablam! | Jul 11 21:50:34.896 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.896 INFO kablam! Jul 11 21:50:34.896 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.897 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:85:1 Jul 11 21:50:34.897 INFO kablam! | Jul 11 21:50:34.897 INFO kablam! 85 | #[simd] Jul 11 21:50:34.897 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.897 INFO kablam! | Jul 11 21:50:34.897 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.897 INFO kablam! Jul 11 21:50:34.898 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.898 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:89:1 Jul 11 21:50:34.899 INFO kablam! | Jul 11 21:50:34.899 INFO kablam! 89 | #[simd] Jul 11 21:50:34.899 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.900 INFO kablam! | Jul 11 21:50:34.900 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.900 INFO kablam! Jul 11 21:50:34.900 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.900 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:93:1 Jul 11 21:50:34.901 INFO kablam! | Jul 11 21:50:34.901 INFO kablam! 93 | #[simd] Jul 11 21:50:34.901 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.901 INFO kablam! | Jul 11 21:50:34.901 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.901 INFO kablam! Jul 11 21:50:34.902 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.902 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:97:1 Jul 11 21:50:34.902 INFO kablam! | Jul 11 21:50:34.903 INFO kablam! 97 | #[simd] Jul 11 21:50:34.903 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.903 INFO kablam! | Jul 11 21:50:34.903 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.903 INFO kablam! Jul 11 21:50:34.903 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.903 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:101:1 Jul 11 21:50:34.903 INFO kablam! | Jul 11 21:50:34.903 INFO kablam! 101 | #[simd] Jul 11 21:50:34.903 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.903 INFO kablam! | Jul 11 21:50:34.903 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.903 INFO kablam! Jul 11 21:50:34.903 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.903 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:105:1 Jul 11 21:50:34.903 INFO kablam! | Jul 11 21:50:34.903 INFO kablam! 105 | #[simd] Jul 11 21:50:34.904 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.904 INFO kablam! | Jul 11 21:50:34.904 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.904 INFO kablam! Jul 11 21:50:34.904 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.904 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:109:1 Jul 11 21:50:34.904 INFO kablam! | Jul 11 21:50:34.904 INFO kablam! 109 | #[simd] Jul 11 21:50:34.904 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.904 INFO kablam! | Jul 11 21:50:34.904 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.904 INFO kablam! Jul 11 21:50:34.904 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.904 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:113:1 Jul 11 21:50:34.904 INFO kablam! | Jul 11 21:50:34.904 INFO kablam! 113 | #[simd] Jul 11 21:50:34.904 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.904 INFO kablam! | Jul 11 21:50:34.904 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.904 INFO kablam! Jul 11 21:50:34.904 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.904 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:117:1 Jul 11 21:50:34.904 INFO kablam! | Jul 11 21:50:34.904 INFO kablam! 117 | #[simd] Jul 11 21:50:34.906 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.906 INFO kablam! | Jul 11 21:50:34.906 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.906 INFO kablam! Jul 11 21:50:34.906 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.906 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:121:1 Jul 11 21:50:34.906 INFO kablam! | Jul 11 21:50:34.906 INFO kablam! 121 | #[simd] Jul 11 21:50:34.906 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.906 INFO kablam! | Jul 11 21:50:34.906 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.906 INFO kablam! Jul 11 21:50:34.906 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.906 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:125:1 Jul 11 21:50:34.906 INFO kablam! | Jul 11 21:50:34.906 INFO kablam! 125 | #[simd] Jul 11 21:50:34.906 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.906 INFO kablam! | Jul 11 21:50:34.906 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.906 INFO kablam! Jul 11 21:50:34.906 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.906 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:129:1 Jul 11 21:50:34.906 INFO kablam! | Jul 11 21:50:34.906 INFO kablam! 129 | #[simd] Jul 11 21:50:34.906 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.907 INFO kablam! | Jul 11 21:50:34.907 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.907 INFO kablam! Jul 11 21:50:34.907 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.907 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:133:1 Jul 11 21:50:34.907 INFO kablam! | Jul 11 21:50:34.907 INFO kablam! 133 | #[simd] Jul 11 21:50:34.907 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.907 INFO kablam! | Jul 11 21:50:34.907 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.907 INFO kablam! Jul 11 21:50:34.907 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.907 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:137:1 Jul 11 21:50:34.907 INFO kablam! | Jul 11 21:50:34.907 INFO kablam! 137 | #[simd] Jul 11 21:50:34.907 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.907 INFO kablam! | Jul 11 21:50:34.907 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.907 INFO kablam! Jul 11 21:50:34.907 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.907 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:141:1 Jul 11 21:50:34.907 INFO kablam! | Jul 11 21:50:34.907 INFO kablam! 141 | #[simd] Jul 11 21:50:34.907 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.907 INFO kablam! | Jul 11 21:50:34.907 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.907 INFO kablam! Jul 11 21:50:34.907 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.907 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:145:1 Jul 11 21:50:34.907 INFO kablam! | Jul 11 21:50:34.907 INFO kablam! 145 | #[simd] Jul 11 21:50:34.908 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.908 INFO kablam! | Jul 11 21:50:34.908 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.908 INFO kablam! Jul 11 21:50:34.908 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.908 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:149:1 Jul 11 21:50:34.908 INFO kablam! | Jul 11 21:50:34.908 INFO kablam! 149 | #[simd] Jul 11 21:50:34.908 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.908 INFO kablam! | Jul 11 21:50:34.908 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.908 INFO kablam! Jul 11 21:50:34.908 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.908 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:153:1 Jul 11 21:50:34.908 INFO kablam! | Jul 11 21:50:34.908 INFO kablam! 153 | #[simd] Jul 11 21:50:34.908 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.908 INFO kablam! | Jul 11 21:50:34.908 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.908 INFO kablam! Jul 11 21:50:34.908 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.908 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:157:1 Jul 11 21:50:34.908 INFO kablam! | Jul 11 21:50:34.908 INFO kablam! 157 | #[simd] Jul 11 21:50:34.908 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.908 INFO kablam! | Jul 11 21:50:34.908 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.908 INFO kablam! Jul 11 21:50:34.908 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.908 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:161:1 Jul 11 21:50:34.909 INFO kablam! | Jul 11 21:50:34.909 INFO kablam! 161 | #[simd] Jul 11 21:50:34.909 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.909 INFO kablam! | Jul 11 21:50:34.909 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.909 INFO kablam! Jul 11 21:50:34.909 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.909 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:165:1 Jul 11 21:50:34.909 INFO kablam! | Jul 11 21:50:34.909 INFO kablam! 165 | #[simd] Jul 11 21:50:34.909 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.909 INFO kablam! | Jul 11 21:50:34.909 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.909 INFO kablam! Jul 11 21:50:34.909 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.909 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:169:1 Jul 11 21:50:34.909 INFO kablam! | Jul 11 21:50:34.909 INFO kablam! 169 | #[simd] Jul 11 21:50:34.909 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.912 INFO kablam! | Jul 11 21:50:34.913 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.913 INFO kablam! Jul 11 21:50:34.913 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.913 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:173:1 Jul 11 21:50:34.913 INFO kablam! | Jul 11 21:50:34.913 INFO kablam! 173 | #[simd] Jul 11 21:50:34.913 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.913 INFO kablam! | Jul 11 21:50:34.913 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.914 INFO kablam! Jul 11 21:50:34.914 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.914 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:177:1 Jul 11 21:50:34.914 INFO kablam! | Jul 11 21:50:34.914 INFO kablam! 177 | #[simd] Jul 11 21:50:34.914 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.914 INFO kablam! | Jul 11 21:50:34.914 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.915 INFO kablam! Jul 11 21:50:34.915 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.915 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:181:1 Jul 11 21:50:34.915 INFO kablam! | Jul 11 21:50:34.915 INFO kablam! 181 | #[simd] Jul 11 21:50:34.915 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.915 INFO kablam! | Jul 11 21:50:34.915 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.915 INFO kablam! Jul 11 21:50:34.916 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.916 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:185:1 Jul 11 21:50:34.916 INFO kablam! | Jul 11 21:50:34.916 INFO kablam! 185 | #[simd] Jul 11 21:50:34.916 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.916 INFO kablam! | Jul 11 21:50:34.916 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.916 INFO kablam! Jul 11 21:50:34.917 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.917 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:189:1 Jul 11 21:50:34.917 INFO kablam! | Jul 11 21:50:34.917 INFO kablam! 189 | #[simd] Jul 11 21:50:34.917 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.917 INFO kablam! | Jul 11 21:50:34.917 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.917 INFO kablam! Jul 11 21:50:34.917 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.918 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:193:1 Jul 11 21:50:34.918 INFO kablam! | Jul 11 21:50:34.918 INFO kablam! 193 | #[simd] Jul 11 21:50:34.918 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.918 INFO kablam! | Jul 11 21:50:34.918 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.918 INFO kablam! Jul 11 21:50:34.918 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.918 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:197:1 Jul 11 21:50:34.919 INFO kablam! | Jul 11 21:50:34.919 INFO kablam! 197 | #[simd] Jul 11 21:50:34.919 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.919 INFO kablam! | Jul 11 21:50:34.919 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.919 INFO kablam! Jul 11 21:50:34.919 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.919 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:201:1 Jul 11 21:50:34.920 INFO kablam! | Jul 11 21:50:34.920 INFO kablam! 201 | #[simd] Jul 11 21:50:34.920 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.920 INFO kablam! | Jul 11 21:50:34.920 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.920 INFO kablam! Jul 11 21:50:34.920 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.920 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:205:1 Jul 11 21:50:34.920 INFO kablam! | Jul 11 21:50:34.920 INFO kablam! 205 | #[simd] Jul 11 21:50:34.921 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.921 INFO kablam! | Jul 11 21:50:34.921 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.921 INFO kablam! Jul 11 21:50:34.921 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.921 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:209:1 Jul 11 21:50:34.921 INFO kablam! | Jul 11 21:50:34.921 INFO kablam! 209 | #[simd] Jul 11 21:50:34.921 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.922 INFO kablam! | Jul 11 21:50:34.922 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.922 INFO kablam! Jul 11 21:50:34.922 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.922 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:213:1 Jul 11 21:50:34.922 INFO kablam! | Jul 11 21:50:34.922 INFO kablam! 213 | #[simd] Jul 11 21:50:34.922 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.922 INFO kablam! | Jul 11 21:50:34.923 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.923 INFO kablam! Jul 11 21:50:34.923 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.923 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:217:1 Jul 11 21:50:34.923 INFO kablam! | Jul 11 21:50:34.923 INFO kablam! 217 | #[simd] Jul 11 21:50:34.923 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.923 INFO kablam! | Jul 11 21:50:34.924 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.924 INFO kablam! Jul 11 21:50:34.924 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.924 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:221:1 Jul 11 21:50:34.924 INFO kablam! | Jul 11 21:50:34.924 INFO kablam! 221 | #[simd] Jul 11 21:50:34.924 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.924 INFO kablam! | Jul 11 21:50:34.924 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.925 INFO kablam! Jul 11 21:50:34.925 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.925 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:225:1 Jul 11 21:50:34.925 INFO kablam! | Jul 11 21:50:34.925 INFO kablam! 225 | #[simd] Jul 11 21:50:34.925 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.925 INFO kablam! | Jul 11 21:50:34.925 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.925 INFO kablam! Jul 11 21:50:34.926 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.926 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:229:1 Jul 11 21:50:34.926 INFO kablam! | Jul 11 21:50:34.926 INFO kablam! 229 | #[simd] Jul 11 21:50:34.926 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.926 INFO kablam! | Jul 11 21:50:34.926 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.926 INFO kablam! Jul 11 21:50:34.927 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.927 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:233:1 Jul 11 21:50:34.927 INFO kablam! | Jul 11 21:50:34.927 INFO kablam! 233 | #[simd] Jul 11 21:50:34.927 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.927 INFO kablam! | Jul 11 21:50:34.927 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.927 INFO kablam! Jul 11 21:50:34.927 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.928 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:237:1 Jul 11 21:50:34.928 INFO kablam! | Jul 11 21:50:34.928 INFO kablam! 237 | #[simd] Jul 11 21:50:34.928 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.928 INFO kablam! | Jul 11 21:50:34.928 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.928 INFO kablam! Jul 11 21:50:34.928 INFO kablam! error: aborting due to 61 previous errors Jul 11 21:50:34.928 INFO kablam! Jul 11 21:50:34.929 INFO kablam! Some errors occurred: E0557, E0658. Jul 11 21:50:34.929 INFO kablam! For more information about an error, try `rustc --explain E0557`. Jul 11 21:50:34.929 INFO kablam! error: Could not compile `simdty`. Jul 11 21:50:34.929 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 11 21:50:34.954 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.954 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:1:1 Jul 11 21:50:34.954 INFO kablam! | Jul 11 21:50:34.954 INFO kablam! 1 | #[simd] Jul 11 21:50:34.954 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.954 INFO kablam! | Jul 11 21:50:34.954 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.954 INFO kablam! Jul 11 21:50:34.955 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.955 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:5:1 Jul 11 21:50:34.955 INFO kablam! | Jul 11 21:50:34.955 INFO kablam! 5 | #[simd] Jul 11 21:50:34.955 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.955 INFO kablam! | Jul 11 21:50:34.955 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.955 INFO kablam! Jul 11 21:50:34.955 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.955 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:9:1 Jul 11 21:50:34.955 INFO kablam! | Jul 11 21:50:34.955 INFO kablam! 9 | #[simd] Jul 11 21:50:34.955 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.955 INFO kablam! | Jul 11 21:50:34.955 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.955 INFO kablam! Jul 11 21:50:34.955 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.955 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:13:1 Jul 11 21:50:34.955 INFO kablam! | Jul 11 21:50:34.955 INFO kablam! 13 | #[simd] Jul 11 21:50:34.955 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.955 INFO kablam! | Jul 11 21:50:34.955 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.956 INFO kablam! Jul 11 21:50:34.956 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.956 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:17:1 Jul 11 21:50:34.956 INFO kablam! | Jul 11 21:50:34.956 INFO kablam! 17 | #[simd] Jul 11 21:50:34.956 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.956 INFO kablam! | Jul 11 21:50:34.956 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.956 INFO kablam! Jul 11 21:50:34.956 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.956 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:21:1 Jul 11 21:50:34.956 INFO kablam! | Jul 11 21:50:34.956 INFO kablam! 21 | #[simd] Jul 11 21:50:34.956 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.956 INFO kablam! | Jul 11 21:50:34.956 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.956 INFO kablam! Jul 11 21:50:34.956 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.956 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:25:1 Jul 11 21:50:34.956 INFO kablam! | Jul 11 21:50:34.956 INFO kablam! 25 | #[simd] Jul 11 21:50:34.956 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.956 INFO kablam! | Jul 11 21:50:34.956 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.957 INFO kablam! Jul 11 21:50:34.957 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.957 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:29:1 Jul 11 21:50:34.957 INFO kablam! | Jul 11 21:50:34.957 INFO kablam! 29 | #[simd] Jul 11 21:50:34.957 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.957 INFO kablam! | Jul 11 21:50:34.957 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.957 INFO kablam! Jul 11 21:50:34.957 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.957 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:33:1 Jul 11 21:50:34.957 INFO kablam! | Jul 11 21:50:34.957 INFO kablam! 33 | #[simd] Jul 11 21:50:34.957 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.957 INFO kablam! | Jul 11 21:50:34.957 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.957 INFO kablam! Jul 11 21:50:34.957 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.957 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:37:1 Jul 11 21:50:34.957 INFO kablam! | Jul 11 21:50:34.957 INFO kablam! 37 | #[simd] Jul 11 21:50:34.957 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.957 INFO kablam! | Jul 11 21:50:34.957 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.958 INFO kablam! Jul 11 21:50:34.958 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.958 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:41:1 Jul 11 21:50:34.958 INFO kablam! | Jul 11 21:50:34.958 INFO kablam! 41 | #[simd] Jul 11 21:50:34.958 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.958 INFO kablam! | Jul 11 21:50:34.958 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.958 INFO kablam! Jul 11 21:50:34.958 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.958 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:45:1 Jul 11 21:50:34.958 INFO kablam! | Jul 11 21:50:34.958 INFO kablam! 45 | #[simd] Jul 11 21:50:34.958 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.958 INFO kablam! | Jul 11 21:50:34.958 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.958 INFO kablam! Jul 11 21:50:34.958 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.958 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:49:1 Jul 11 21:50:34.958 INFO kablam! | Jul 11 21:50:34.958 INFO kablam! 49 | #[simd] Jul 11 21:50:34.958 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.958 INFO kablam! | Jul 11 21:50:34.958 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.959 INFO kablam! Jul 11 21:50:34.959 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.959 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:53:1 Jul 11 21:50:34.959 INFO kablam! | Jul 11 21:50:34.959 INFO kablam! 53 | #[simd] Jul 11 21:50:34.959 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.959 INFO kablam! | Jul 11 21:50:34.959 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.959 INFO kablam! Jul 11 21:50:34.959 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.959 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:57:1 Jul 11 21:50:34.959 INFO kablam! | Jul 11 21:50:34.959 INFO kablam! 57 | #[simd] Jul 11 21:50:34.959 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.959 INFO kablam! | Jul 11 21:50:34.959 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.959 INFO kablam! Jul 11 21:50:34.962 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.962 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:61:1 Jul 11 21:50:34.962 INFO kablam! | Jul 11 21:50:34.962 INFO kablam! 61 | #[simd] Jul 11 21:50:34.962 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.962 INFO kablam! | Jul 11 21:50:34.962 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.962 INFO kablam! Jul 11 21:50:34.962 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.962 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:65:1 Jul 11 21:50:34.962 INFO kablam! | Jul 11 21:50:34.962 INFO kablam! 65 | #[simd] Jul 11 21:50:34.962 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.962 INFO kablam! | Jul 11 21:50:34.963 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.963 INFO kablam! Jul 11 21:50:34.963 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.963 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:69:1 Jul 11 21:50:34.963 INFO kablam! | Jul 11 21:50:34.963 INFO kablam! 69 | #[simd] Jul 11 21:50:34.963 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.963 INFO kablam! | Jul 11 21:50:34.963 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.963 INFO kablam! Jul 11 21:50:34.963 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.963 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:73:1 Jul 11 21:50:34.963 INFO kablam! | Jul 11 21:50:34.963 INFO kablam! 73 | #[simd] Jul 11 21:50:34.963 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.963 INFO kablam! | Jul 11 21:50:34.963 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.963 INFO kablam! Jul 11 21:50:34.963 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.963 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:77:1 Jul 11 21:50:34.963 INFO kablam! | Jul 11 21:50:34.963 INFO kablam! 77 | #[simd] Jul 11 21:50:34.963 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.963 INFO kablam! | Jul 11 21:50:34.963 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.964 INFO kablam! Jul 11 21:50:34.964 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.964 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:81:1 Jul 11 21:50:34.964 INFO kablam! | Jul 11 21:50:34.964 INFO kablam! 81 | #[simd] Jul 11 21:50:34.964 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.964 INFO kablam! | Jul 11 21:50:34.964 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.964 INFO kablam! Jul 11 21:50:34.964 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.964 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:85:1 Jul 11 21:50:34.964 INFO kablam! | Jul 11 21:50:34.964 INFO kablam! 85 | #[simd] Jul 11 21:50:34.964 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.964 INFO kablam! | Jul 11 21:50:34.964 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.964 INFO kablam! Jul 11 21:50:34.964 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.964 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:89:1 Jul 11 21:50:34.965 INFO kablam! | Jul 11 21:50:34.965 INFO kablam! 89 | #[simd] Jul 11 21:50:34.965 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.965 INFO kablam! | Jul 11 21:50:34.965 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.965 INFO kablam! Jul 11 21:50:34.965 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.965 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:93:1 Jul 11 21:50:34.965 INFO kablam! | Jul 11 21:50:34.965 INFO kablam! 93 | #[simd] Jul 11 21:50:34.965 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.965 INFO kablam! | Jul 11 21:50:34.965 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.965 INFO kablam! Jul 11 21:50:34.965 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.965 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:97:1 Jul 11 21:50:34.965 INFO kablam! | Jul 11 21:50:34.965 INFO kablam! 97 | #[simd] Jul 11 21:50:34.965 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.965 INFO kablam! | Jul 11 21:50:34.966 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.966 INFO kablam! Jul 11 21:50:34.966 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.966 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:101:1 Jul 11 21:50:34.966 INFO kablam! | Jul 11 21:50:34.966 INFO kablam! 101 | #[simd] Jul 11 21:50:34.966 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.966 INFO kablam! | Jul 11 21:50:34.966 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.966 INFO kablam! Jul 11 21:50:34.966 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.966 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:105:1 Jul 11 21:50:34.966 INFO kablam! | Jul 11 21:50:34.966 INFO kablam! 105 | #[simd] Jul 11 21:50:34.966 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.966 INFO kablam! | Jul 11 21:50:34.966 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.966 INFO kablam! Jul 11 21:50:34.966 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.966 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:109:1 Jul 11 21:50:34.967 INFO kablam! | Jul 11 21:50:34.967 INFO kablam! 109 | #[simd] Jul 11 21:50:34.967 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.967 INFO kablam! | Jul 11 21:50:34.967 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.967 INFO kablam! Jul 11 21:50:34.967 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.967 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:113:1 Jul 11 21:50:34.967 INFO kablam! | Jul 11 21:50:34.967 INFO kablam! 113 | #[simd] Jul 11 21:50:34.967 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.967 INFO kablam! | Jul 11 21:50:34.967 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.967 INFO kablam! Jul 11 21:50:34.967 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.967 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:117:1 Jul 11 21:50:34.967 INFO kablam! | Jul 11 21:50:34.967 INFO kablam! 117 | #[simd] Jul 11 21:50:34.967 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.967 INFO kablam! | Jul 11 21:50:34.968 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.968 INFO kablam! Jul 11 21:50:34.968 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.968 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:121:1 Jul 11 21:50:34.968 INFO kablam! | Jul 11 21:50:34.968 INFO kablam! 121 | #[simd] Jul 11 21:50:34.968 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.968 INFO kablam! | Jul 11 21:50:34.968 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.968 INFO kablam! Jul 11 21:50:34.968 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.968 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:125:1 Jul 11 21:50:34.968 INFO kablam! | Jul 11 21:50:34.968 INFO kablam! 125 | #[simd] Jul 11 21:50:34.968 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.968 INFO kablam! | Jul 11 21:50:34.968 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.968 INFO kablam! Jul 11 21:50:34.968 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.968 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:129:1 Jul 11 21:50:34.968 INFO kablam! | Jul 11 21:50:34.969 INFO kablam! 129 | #[simd] Jul 11 21:50:34.969 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.969 INFO kablam! | Jul 11 21:50:34.969 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.969 INFO kablam! Jul 11 21:50:34.969 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.969 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:133:1 Jul 11 21:50:34.969 INFO kablam! | Jul 11 21:50:34.969 INFO kablam! 133 | #[simd] Jul 11 21:50:34.969 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.969 INFO kablam! | Jul 11 21:50:34.970 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.970 INFO kablam! Jul 11 21:50:34.970 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.970 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:137:1 Jul 11 21:50:34.970 INFO kablam! | Jul 11 21:50:34.970 INFO kablam! 137 | #[simd] Jul 11 21:50:34.970 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.974 INFO kablam! | Jul 11 21:50:34.974 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.974 INFO kablam! Jul 11 21:50:34.974 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.974 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:141:1 Jul 11 21:50:34.974 INFO kablam! | Jul 11 21:50:34.974 INFO kablam! 141 | #[simd] Jul 11 21:50:34.974 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.974 INFO kablam! | Jul 11 21:50:34.974 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.974 INFO kablam! Jul 11 21:50:34.975 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.975 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:145:1 Jul 11 21:50:34.975 INFO kablam! | Jul 11 21:50:34.975 INFO kablam! 145 | #[simd] Jul 11 21:50:34.975 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.975 INFO kablam! | Jul 11 21:50:34.975 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.975 INFO kablam! Jul 11 21:50:34.975 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.975 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:149:1 Jul 11 21:50:34.975 INFO kablam! | Jul 11 21:50:34.975 INFO kablam! 149 | #[simd] Jul 11 21:50:34.975 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.975 INFO kablam! | Jul 11 21:50:34.975 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.975 INFO kablam! Jul 11 21:50:34.975 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.975 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:153:1 Jul 11 21:50:34.975 INFO kablam! | Jul 11 21:50:34.975 INFO kablam! 153 | #[simd] Jul 11 21:50:34.976 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.976 INFO kablam! | Jul 11 21:50:34.976 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.976 INFO kablam! Jul 11 21:50:34.976 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.976 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:157:1 Jul 11 21:50:34.976 INFO kablam! | Jul 11 21:50:34.976 INFO kablam! 157 | #[simd] Jul 11 21:50:34.976 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.976 INFO kablam! | Jul 11 21:50:34.976 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.976 INFO kablam! Jul 11 21:50:34.976 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.976 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:161:1 Jul 11 21:50:34.976 INFO kablam! | Jul 11 21:50:34.976 INFO kablam! 161 | #[simd] Jul 11 21:50:34.976 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.976 INFO kablam! | Jul 11 21:50:34.976 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.976 INFO kablam! Jul 11 21:50:34.977 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.977 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:165:1 Jul 11 21:50:34.977 INFO kablam! | Jul 11 21:50:34.977 INFO kablam! 165 | #[simd] Jul 11 21:50:34.977 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.977 INFO kablam! | Jul 11 21:50:34.977 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.977 INFO kablam! Jul 11 21:50:34.977 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.977 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:169:1 Jul 11 21:50:34.977 INFO kablam! | Jul 11 21:50:34.977 INFO kablam! 169 | #[simd] Jul 11 21:50:34.977 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.977 INFO kablam! | Jul 11 21:50:34.977 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.977 INFO kablam! Jul 11 21:50:34.977 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.977 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:173:1 Jul 11 21:50:34.977 INFO kablam! | Jul 11 21:50:34.977 INFO kablam! 173 | #[simd] Jul 11 21:50:34.978 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.978 INFO kablam! | Jul 11 21:50:34.978 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.978 INFO kablam! Jul 11 21:50:34.978 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.978 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:177:1 Jul 11 21:50:34.978 INFO kablam! | Jul 11 21:50:34.978 INFO kablam! 177 | #[simd] Jul 11 21:50:34.978 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.978 INFO kablam! | Jul 11 21:50:34.978 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.978 INFO kablam! Jul 11 21:50:34.978 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.978 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:181:1 Jul 11 21:50:34.978 INFO kablam! | Jul 11 21:50:34.978 INFO kablam! 181 | #[simd] Jul 11 21:50:34.978 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.978 INFO kablam! | Jul 11 21:50:34.978 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.978 INFO kablam! Jul 11 21:50:34.979 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.979 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:185:1 Jul 11 21:50:34.979 INFO kablam! | Jul 11 21:50:34.979 INFO kablam! 185 | #[simd] Jul 11 21:50:34.979 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.979 INFO kablam! | Jul 11 21:50:34.979 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.979 INFO kablam! Jul 11 21:50:34.979 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.979 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:189:1 Jul 11 21:50:34.979 INFO kablam! | Jul 11 21:50:34.979 INFO kablam! 189 | #[simd] Jul 11 21:50:34.979 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.979 INFO kablam! | Jul 11 21:50:34.979 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.979 INFO kablam! Jul 11 21:50:34.979 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.979 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:193:1 Jul 11 21:50:34.979 INFO kablam! | Jul 11 21:50:34.979 INFO kablam! 193 | #[simd] Jul 11 21:50:34.980 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.980 INFO kablam! | Jul 11 21:50:34.980 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.980 INFO kablam! Jul 11 21:50:34.980 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.980 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:197:1 Jul 11 21:50:34.980 INFO kablam! | Jul 11 21:50:34.980 INFO kablam! 197 | #[simd] Jul 11 21:50:34.980 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.980 INFO kablam! | Jul 11 21:50:34.980 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.980 INFO kablam! Jul 11 21:50:34.980 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.980 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:201:1 Jul 11 21:50:34.980 INFO kablam! | Jul 11 21:50:34.980 INFO kablam! 201 | #[simd] Jul 11 21:50:34.980 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.980 INFO kablam! | Jul 11 21:50:34.980 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.980 INFO kablam! Jul 11 21:50:34.981 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.981 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:205:1 Jul 11 21:50:34.981 INFO kablam! | Jul 11 21:50:34.981 INFO kablam! 205 | #[simd] Jul 11 21:50:34.981 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.981 INFO kablam! | Jul 11 21:50:34.981 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.981 INFO kablam! Jul 11 21:50:34.981 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.981 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:209:1 Jul 11 21:50:34.981 INFO kablam! | Jul 11 21:50:34.981 INFO kablam! 209 | #[simd] Jul 11 21:50:34.981 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.981 INFO kablam! | Jul 11 21:50:34.981 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.981 INFO kablam! Jul 11 21:50:34.981 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.981 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:213:1 Jul 11 21:50:34.981 INFO kablam! | Jul 11 21:50:34.981 INFO kablam! 213 | #[simd] Jul 11 21:50:34.982 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.982 INFO kablam! | Jul 11 21:50:34.982 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.982 INFO kablam! Jul 11 21:50:34.982 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.982 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:217:1 Jul 11 21:50:34.982 INFO kablam! | Jul 11 21:50:34.982 INFO kablam! 217 | #[simd] Jul 11 21:50:34.982 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.982 INFO kablam! | Jul 11 21:50:34.982 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.982 INFO kablam! Jul 11 21:50:34.983 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.983 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:221:1 Jul 11 21:50:34.983 INFO kablam! | Jul 11 21:50:34.983 INFO kablam! 221 | #[simd] Jul 11 21:50:34.983 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.983 INFO kablam! | Jul 11 21:50:34.983 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.983 INFO kablam! Jul 11 21:50:34.984 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.984 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:225:1 Jul 11 21:50:34.984 INFO kablam! | Jul 11 21:50:34.984 INFO kablam! 225 | #[simd] Jul 11 21:50:34.984 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.984 INFO kablam! | Jul 11 21:50:34.984 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.984 INFO kablam! Jul 11 21:50:34.984 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.984 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:229:1 Jul 11 21:50:34.984 INFO kablam! | Jul 11 21:50:34.984 INFO kablam! 229 | #[simd] Jul 11 21:50:34.984 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.984 INFO kablam! | Jul 11 21:50:34.984 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.985 INFO kablam! Jul 11 21:50:34.985 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.985 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:233:1 Jul 11 21:50:34.985 INFO kablam! | Jul 11 21:50:34.985 INFO kablam! 233 | #[simd] Jul 11 21:50:34.985 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.985 INFO kablam! | Jul 11 21:50:34.985 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.985 INFO kablam! Jul 11 21:50:34.986 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Jul 11 21:50:34.986 INFO kablam! --> /target/debug/build/simdty-250b823b1ba4403e/out/types.rs:237:1 Jul 11 21:50:34.986 INFO kablam! | Jul 11 21:50:34.986 INFO kablam! 237 | #[simd] Jul 11 21:50:34.986 INFO kablam! | ^^^^^^^ Jul 11 21:50:34.986 INFO kablam! | Jul 11 21:50:34.986 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Jul 11 21:50:34.986 INFO kablam! Jul 11 21:50:34.990 INFO kablam! error: aborting due to 61 previous errors Jul 11 21:50:34.990 INFO kablam! Jul 11 21:50:34.990 INFO kablam! Some errors occurred: E0557, E0658. Jul 11 21:50:34.991 INFO kablam! For more information about an error, try `rustc --explain E0557`. Jul 11 21:50:34.998 INFO kablam! error: Could not compile `simdty`. Jul 11 21:50:34.998 INFO kablam! Jul 11 21:50:34.998 INFO kablam! To learn more, run the command again with --verbose. Jul 11 21:50:34.999 INFO kablam! su: No module specific data is present Jul 11 21:50:35.609 INFO running `"docker" "rm" "-f" "515fa6fd56ad185f4b331dd72d045d63338d77247cb5cbfe5dfc5cb8f0effa98"` Jul 11 21:50:35.775 INFO blam! 515fa6fd56ad185f4b331dd72d045d63338d77247cb5cbfe5dfc5cb8f0effa98