Sep 04 03:09:51.846 INFO checking simdty-0.0.3 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 03:09:51.846 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 03:09:51.846 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 03:09:52.079 INFO blam! 626ca70a0433b2ef7a5aa909f896714bb68b552e5747bca6fe334badd3e495fc Sep 04 03:09:52.080 INFO running `"docker" "start" "-a" "626ca70a0433b2ef7a5aa909f896714bb68b552e5747bca6fe334badd3e495fc"` Sep 04 03:09:52.804 INFO kablam! Compiling simdty v0.0.3 (file:///source) Sep 04 03:09:53.076 INFO kablam! warning: unnecessary parentheses around `for` head expression Sep 04 03:09:53.076 INFO kablam! --> build.rs:12:14 Sep 04 03:09:53.076 INFO kablam! | Sep 04 03:09:53.076 INFO kablam! 12 | for _ in (0..length) { Sep 04 03:09:53.076 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 04 03:09:53.076 INFO kablam! | Sep 04 03:09:53.076 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 03:09:53.076 INFO kablam! Sep 04 03:09:53.800 INFO kablam! error[E0557]: feature has been removed Sep 04 03:09:53.800 INFO kablam! --> src/lib.rs:1:12 Sep 04 03:09:53.800 INFO kablam! | Sep 04 03:09:53.800 INFO kablam! 1 | #![feature(simd)] Sep 04 03:09:53.800 INFO kablam! | ^^^^ Sep 04 03:09:53.800 INFO kablam! | Sep 04 03:09:53.801 INFO kablam! note: removed in favor of `#[repr(simd)]` Sep 04 03:09:53.801 INFO kablam! --> src/lib.rs:1:12 Sep 04 03:09:53.801 INFO kablam! | Sep 04 03:09:53.801 INFO kablam! 1 | #![feature(simd)] Sep 04 03:09:53.801 INFO kablam! | ^^^^ Sep 04 03:09:53.801 INFO kablam! Sep 04 03:09:53.802 INFO kablam! error[E0557]: feature has been removed Sep 04 03:09:53.802 INFO kablam! --> src/lib.rs:1:12 Sep 04 03:09:53.802 INFO kablam! | Sep 04 03:09:53.802 INFO kablam! 1 | #![feature(simd)] Sep 04 03:09:53.802 INFO kablam! | ^^^^ Sep 04 03:09:53.802 INFO kablam! | Sep 04 03:09:53.802 INFO kablam! note: removed in favor of `#[repr(simd)]` Sep 04 03:09:53.802 INFO kablam! --> src/lib.rs:1:12 Sep 04 03:09:53.802 INFO kablam! | Sep 04 03:09:53.802 INFO kablam! 1 | #![feature(simd)] Sep 04 03:09:53.802 INFO kablam! | ^^^^ Sep 04 03:09:53.802 INFO kablam! Sep 04 03:09:54.009 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.009 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:1:3 Sep 04 03:09:54.009 INFO kablam! | Sep 04 03:09:54.009 INFO kablam! 1 | #[simd] Sep 04 03:09:54.009 INFO kablam! | ^^^^ Sep 04 03:09:54.009 INFO kablam! | Sep 04 03:09:54.010 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.010 INFO kablam! Sep 04 03:09:54.010 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.010 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:5:3 Sep 04 03:09:54.010 INFO kablam! | Sep 04 03:09:54.010 INFO kablam! 5 | #[simd] Sep 04 03:09:54.010 INFO kablam! | ^^^^ Sep 04 03:09:54.010 INFO kablam! | Sep 04 03:09:54.010 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.010 INFO kablam! Sep 04 03:09:54.010 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.010 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:9:3 Sep 04 03:09:54.010 INFO kablam! | Sep 04 03:09:54.010 INFO kablam! 9 | #[simd] Sep 04 03:09:54.010 INFO kablam! | ^^^^ Sep 04 03:09:54.010 INFO kablam! | Sep 04 03:09:54.010 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.012 INFO kablam! Sep 04 03:09:54.012 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.012 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:13:3 Sep 04 03:09:54.012 INFO kablam! | Sep 04 03:09:54.012 INFO kablam! 13 | #[simd] Sep 04 03:09:54.012 INFO kablam! | ^^^^ Sep 04 03:09:54.012 INFO kablam! | Sep 04 03:09:54.012 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.012 INFO kablam! Sep 04 03:09:54.012 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.012 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:17:3 Sep 04 03:09:54.012 INFO kablam! | Sep 04 03:09:54.012 INFO kablam! 17 | #[simd] Sep 04 03:09:54.013 INFO kablam! | ^^^^ Sep 04 03:09:54.013 INFO kablam! | Sep 04 03:09:54.013 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.013 INFO kablam! Sep 04 03:09:54.013 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.013 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:21:3 Sep 04 03:09:54.013 INFO kablam! | Sep 04 03:09:54.013 INFO kablam! 21 | #[simd] Sep 04 03:09:54.013 INFO kablam! | ^^^^ Sep 04 03:09:54.013 INFO kablam! | Sep 04 03:09:54.013 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.013 INFO kablam! Sep 04 03:09:54.013 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.013 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:25:3 Sep 04 03:09:54.013 INFO kablam! | Sep 04 03:09:54.013 INFO kablam! 25 | #[simd] Sep 04 03:09:54.013 INFO kablam! | ^^^^ Sep 04 03:09:54.013 INFO kablam! | Sep 04 03:09:54.014 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.014 INFO kablam! Sep 04 03:09:54.014 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.014 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:29:3 Sep 04 03:09:54.014 INFO kablam! | Sep 04 03:09:54.014 INFO kablam! 29 | #[simd] Sep 04 03:09:54.015 INFO kablam! | ^^^^ Sep 04 03:09:54.015 INFO kablam! | Sep 04 03:09:54.015 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.015 INFO kablam! Sep 04 03:09:54.015 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.015 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:33:3 Sep 04 03:09:54.015 INFO kablam! | Sep 04 03:09:54.015 INFO kablam! 33 | #[simd] Sep 04 03:09:54.015 INFO kablam! | ^^^^ Sep 04 03:09:54.015 INFO kablam! | Sep 04 03:09:54.015 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.015 INFO kablam! Sep 04 03:09:54.015 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.015 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:37:3 Sep 04 03:09:54.015 INFO kablam! | Sep 04 03:09:54.016 INFO kablam! 37 | #[simd] Sep 04 03:09:54.016 INFO kablam! | ^^^^ Sep 04 03:09:54.016 INFO kablam! | Sep 04 03:09:54.016 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.016 INFO kablam! Sep 04 03:09:54.016 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.016 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:41:3 Sep 04 03:09:54.016 INFO kablam! | Sep 04 03:09:54.017 INFO kablam! 41 | #[simd] Sep 04 03:09:54.017 INFO kablam! | ^^^^ Sep 04 03:09:54.017 INFO kablam! | Sep 04 03:09:54.017 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.017 INFO kablam! Sep 04 03:09:54.017 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.017 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:45:3 Sep 04 03:09:54.017 INFO kablam! | Sep 04 03:09:54.017 INFO kablam! 45 | #[simd] Sep 04 03:09:54.017 INFO kablam! | ^^^^ Sep 04 03:09:54.017 INFO kablam! | Sep 04 03:09:54.017 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.017 INFO kablam! Sep 04 03:09:54.018 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.018 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:49:3 Sep 04 03:09:54.018 INFO kablam! | Sep 04 03:09:54.018 INFO kablam! 49 | #[simd] Sep 04 03:09:54.018 INFO kablam! | ^^^^ Sep 04 03:09:54.018 INFO kablam! | Sep 04 03:09:54.018 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.018 INFO kablam! Sep 04 03:09:54.018 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.018 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:53:3 Sep 04 03:09:54.018 INFO kablam! | Sep 04 03:09:54.018 INFO kablam! 53 | #[simd] Sep 04 03:09:54.018 INFO kablam! | ^^^^ Sep 04 03:09:54.018 INFO kablam! | Sep 04 03:09:54.018 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.018 INFO kablam! Sep 04 03:09:54.018 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.018 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:57:3 Sep 04 03:09:54.019 INFO kablam! | Sep 04 03:09:54.019 INFO kablam! 57 | #[simd] Sep 04 03:09:54.019 INFO kablam! | ^^^^ Sep 04 03:09:54.019 INFO kablam! | Sep 04 03:09:54.019 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.019 INFO kablam! Sep 04 03:09:54.019 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.019 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:61:3 Sep 04 03:09:54.019 INFO kablam! | Sep 04 03:09:54.019 INFO kablam! 61 | #[simd] Sep 04 03:09:54.019 INFO kablam! | ^^^^ Sep 04 03:09:54.019 INFO kablam! | Sep 04 03:09:54.019 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.019 INFO kablam! Sep 04 03:09:54.019 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.019 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:65:3 Sep 04 03:09:54.019 INFO kablam! | Sep 04 03:09:54.019 INFO kablam! 65 | #[simd] Sep 04 03:09:54.020 INFO kablam! | ^^^^ Sep 04 03:09:54.020 INFO kablam! | Sep 04 03:09:54.020 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.020 INFO kablam! Sep 04 03:09:54.020 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.020 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:69:3 Sep 04 03:09:54.020 INFO kablam! | Sep 04 03:09:54.020 INFO kablam! 69 | #[simd] Sep 04 03:09:54.020 INFO kablam! | ^^^^ Sep 04 03:09:54.020 INFO kablam! | Sep 04 03:09:54.020 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.020 INFO kablam! Sep 04 03:09:54.020 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.020 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:73:3 Sep 04 03:09:54.020 INFO kablam! | Sep 04 03:09:54.020 INFO kablam! 73 | #[simd] Sep 04 03:09:54.020 INFO kablam! | ^^^^ Sep 04 03:09:54.020 INFO kablam! | Sep 04 03:09:54.020 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.020 INFO kablam! Sep 04 03:09:54.021 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.021 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:77:3 Sep 04 03:09:54.021 INFO kablam! | Sep 04 03:09:54.021 INFO kablam! 77 | #[simd] Sep 04 03:09:54.021 INFO kablam! | ^^^^ Sep 04 03:09:54.021 INFO kablam! | Sep 04 03:09:54.021 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.021 INFO kablam! Sep 04 03:09:54.021 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.021 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:81:3 Sep 04 03:09:54.021 INFO kablam! | Sep 04 03:09:54.021 INFO kablam! 81 | #[simd] Sep 04 03:09:54.021 INFO kablam! | ^^^^ Sep 04 03:09:54.021 INFO kablam! | Sep 04 03:09:54.021 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.021 INFO kablam! Sep 04 03:09:54.021 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.021 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:85:3 Sep 04 03:09:54.021 INFO kablam! | Sep 04 03:09:54.022 INFO kablam! 85 | #[simd] Sep 04 03:09:54.022 INFO kablam! | ^^^^ Sep 04 03:09:54.022 INFO kablam! | Sep 04 03:09:54.022 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.022 INFO kablam! Sep 04 03:09:54.022 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.022 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:89:3 Sep 04 03:09:54.022 INFO kablam! | Sep 04 03:09:54.022 INFO kablam! 89 | #[simd] Sep 04 03:09:54.022 INFO kablam! | ^^^^ Sep 04 03:09:54.022 INFO kablam! | Sep 04 03:09:54.022 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.022 INFO kablam! Sep 04 03:09:54.022 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.022 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:93:3 Sep 04 03:09:54.022 INFO kablam! | Sep 04 03:09:54.022 INFO kablam! 93 | #[simd] Sep 04 03:09:54.022 INFO kablam! | ^^^^ Sep 04 03:09:54.022 INFO kablam! | Sep 04 03:09:54.022 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.022 INFO kablam! Sep 04 03:09:54.023 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.023 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:97:3 Sep 04 03:09:54.023 INFO kablam! | Sep 04 03:09:54.023 INFO kablam! 97 | #[simd] Sep 04 03:09:54.023 INFO kablam! | ^^^^ Sep 04 03:09:54.023 INFO kablam! | Sep 04 03:09:54.023 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.023 INFO kablam! Sep 04 03:09:54.023 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.023 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:101:3 Sep 04 03:09:54.023 INFO kablam! | Sep 04 03:09:54.023 INFO kablam! 101 | #[simd] Sep 04 03:09:54.023 INFO kablam! | ^^^^ Sep 04 03:09:54.023 INFO kablam! | Sep 04 03:09:54.023 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.023 INFO kablam! Sep 04 03:09:54.023 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.023 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:105:3 Sep 04 03:09:54.023 INFO kablam! | Sep 04 03:09:54.023 INFO kablam! 105 | #[simd] Sep 04 03:09:54.024 INFO kablam! | ^^^^ Sep 04 03:09:54.024 INFO kablam! | Sep 04 03:09:54.024 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.024 INFO kablam! Sep 04 03:09:54.024 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.024 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:109:3 Sep 04 03:09:54.024 INFO kablam! | Sep 04 03:09:54.024 INFO kablam! 109 | #[simd] Sep 04 03:09:54.024 INFO kablam! | ^^^^ Sep 04 03:09:54.024 INFO kablam! | Sep 04 03:09:54.024 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.024 INFO kablam! Sep 04 03:09:54.024 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.024 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:113:3 Sep 04 03:09:54.024 INFO kablam! | Sep 04 03:09:54.024 INFO kablam! 113 | #[simd] Sep 04 03:09:54.024 INFO kablam! | ^^^^ Sep 04 03:09:54.024 INFO kablam! | Sep 04 03:09:54.024 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.024 INFO kablam! Sep 04 03:09:54.024 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.025 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:117:3 Sep 04 03:09:54.025 INFO kablam! | Sep 04 03:09:54.025 INFO kablam! 117 | #[simd] Sep 04 03:09:54.025 INFO kablam! | ^^^^ Sep 04 03:09:54.025 INFO kablam! | Sep 04 03:09:54.025 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.025 INFO kablam! Sep 04 03:09:54.025 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.025 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:121:3 Sep 04 03:09:54.025 INFO kablam! | Sep 04 03:09:54.025 INFO kablam! 121 | #[simd] Sep 04 03:09:54.025 INFO kablam! | ^^^^ Sep 04 03:09:54.025 INFO kablam! | Sep 04 03:09:54.025 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.025 INFO kablam! Sep 04 03:09:54.025 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.025 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:125:3 Sep 04 03:09:54.025 INFO kablam! | Sep 04 03:09:54.025 INFO kablam! 125 | #[simd] Sep 04 03:09:54.025 INFO kablam! | ^^^^ Sep 04 03:09:54.026 INFO kablam! | Sep 04 03:09:54.026 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.026 INFO kablam! Sep 04 03:09:54.026 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.026 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:129:3 Sep 04 03:09:54.026 INFO kablam! | Sep 04 03:09:54.026 INFO kablam! 129 | #[simd] Sep 04 03:09:54.026 INFO kablam! | ^^^^ Sep 04 03:09:54.026 INFO kablam! | Sep 04 03:09:54.026 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.026 INFO kablam! Sep 04 03:09:54.026 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.026 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:133:3 Sep 04 03:09:54.026 INFO kablam! | Sep 04 03:09:54.026 INFO kablam! 133 | #[simd] Sep 04 03:09:54.026 INFO kablam! | ^^^^ Sep 04 03:09:54.026 INFO kablam! | Sep 04 03:09:54.026 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.026 INFO kablam! Sep 04 03:09:54.027 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.027 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:137:3 Sep 04 03:09:54.027 INFO kablam! | Sep 04 03:09:54.027 INFO kablam! 137 | #[simd] Sep 04 03:09:54.027 INFO kablam! | ^^^^ Sep 04 03:09:54.027 INFO kablam! | Sep 04 03:09:54.027 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.027 INFO kablam! Sep 04 03:09:54.028 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.028 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:141:3 Sep 04 03:09:54.028 INFO kablam! | Sep 04 03:09:54.028 INFO kablam! 141 | #[simd] Sep 04 03:09:54.028 INFO kablam! | ^^^^ Sep 04 03:09:54.028 INFO kablam! | Sep 04 03:09:54.028 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.028 INFO kablam! Sep 04 03:09:54.028 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.028 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:145:3 Sep 04 03:09:54.028 INFO kablam! | Sep 04 03:09:54.029 INFO kablam! 145 | #[simd] Sep 04 03:09:54.029 INFO kablam! | ^^^^ Sep 04 03:09:54.029 INFO kablam! | Sep 04 03:09:54.029 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.029 INFO kablam! Sep 04 03:09:54.029 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.029 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:149:3 Sep 04 03:09:54.029 INFO kablam! | Sep 04 03:09:54.029 INFO kablam! 149 | #[simd] Sep 04 03:09:54.029 INFO kablam! | ^^^^ Sep 04 03:09:54.029 INFO kablam! | Sep 04 03:09:54.029 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.029 INFO kablam! Sep 04 03:09:54.030 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.030 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:153:3 Sep 04 03:09:54.030 INFO kablam! | Sep 04 03:09:54.030 INFO kablam! 153 | #[simd] Sep 04 03:09:54.030 INFO kablam! | ^^^^ Sep 04 03:09:54.030 INFO kablam! | Sep 04 03:09:54.030 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.030 INFO kablam! Sep 04 03:09:54.030 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.031 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:157:3 Sep 04 03:09:54.031 INFO kablam! | Sep 04 03:09:54.031 INFO kablam! 157 | #[simd] Sep 04 03:09:54.031 INFO kablam! | ^^^^ Sep 04 03:09:54.031 INFO kablam! | Sep 04 03:09:54.031 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.031 INFO kablam! Sep 04 03:09:54.031 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.031 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:161:3 Sep 04 03:09:54.031 INFO kablam! | Sep 04 03:09:54.031 INFO kablam! 161 | #[simd] Sep 04 03:09:54.031 INFO kablam! | ^^^^ Sep 04 03:09:54.031 INFO kablam! | Sep 04 03:09:54.031 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.032 INFO kablam! Sep 04 03:09:54.032 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.032 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:165:3 Sep 04 03:09:54.032 INFO kablam! | Sep 04 03:09:54.032 INFO kablam! 165 | #[simd] Sep 04 03:09:54.032 INFO kablam! | ^^^^ Sep 04 03:09:54.032 INFO kablam! | Sep 04 03:09:54.032 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.032 INFO kablam! Sep 04 03:09:54.033 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.033 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:169:3 Sep 04 03:09:54.033 INFO kablam! | Sep 04 03:09:54.033 INFO kablam! 169 | #[simd] Sep 04 03:09:54.033 INFO kablam! | ^^^^ Sep 04 03:09:54.033 INFO kablam! | Sep 04 03:09:54.033 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.033 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.034 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:173:3 Sep 04 03:09:54.034 INFO kablam! | Sep 04 03:09:54.034 INFO kablam! 173 | #[simd] Sep 04 03:09:54.034 INFO kablam! | ^^^^ Sep 04 03:09:54.034 INFO kablam! | Sep 04 03:09:54.034 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.034 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.035 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:177:3 Sep 04 03:09:54.035 INFO kablam! | Sep 04 03:09:54.035 INFO kablam! 177 | #[simd] Sep 04 03:09:54.035 INFO kablam! | ^^^^ Sep 04 03:09:54.035 INFO kablam! | Sep 04 03:09:54.035 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.035 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.036 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:181:3 Sep 04 03:09:54.036 INFO kablam! | Sep 04 03:09:54.036 INFO kablam! 181 | #[simd] Sep 04 03:09:54.036 INFO kablam! | ^^^^ Sep 04 03:09:54.036 INFO kablam! | Sep 04 03:09:54.036 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.036 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.037 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:185:3 Sep 04 03:09:54.037 INFO kablam! | Sep 04 03:09:54.037 INFO kablam! 185 | #[simd] Sep 04 03:09:54.037 INFO kablam! | ^^^^ Sep 04 03:09:54.037 INFO kablam! | Sep 04 03:09:54.037 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.037 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.037 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:189:3 Sep 04 03:09:54.037 INFO kablam! | Sep 04 03:09:54.037 INFO kablam! 189 | #[simd] Sep 04 03:09:54.037 INFO kablam! | ^^^^ Sep 04 03:09:54.038 INFO kablam! | Sep 04 03:09:54.038 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.038 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.038 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:193:3 Sep 04 03:09:54.038 INFO kablam! | Sep 04 03:09:54.038 INFO kablam! 193 | #[simd] Sep 04 03:09:54.038 INFO kablam! | ^^^^ Sep 04 03:09:54.038 INFO kablam! | Sep 04 03:09:54.039 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.039 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.039 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:197:3 Sep 04 03:09:54.039 INFO kablam! | Sep 04 03:09:54.039 INFO kablam! 197 | #[simd] Sep 04 03:09:54.039 INFO kablam! | ^^^^ Sep 04 03:09:54.039 INFO kablam! | Sep 04 03:09:54.039 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.040 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.040 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:201:3 Sep 04 03:09:54.040 INFO kablam! | Sep 04 03:09:54.040 INFO kablam! 201 | #[simd] Sep 04 03:09:54.040 INFO kablam! | ^^^^ Sep 04 03:09:54.040 INFO kablam! | Sep 04 03:09:54.041 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.041 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.042 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:205:3 Sep 04 03:09:54.042 INFO kablam! | Sep 04 03:09:54.042 INFO kablam! 205 | #[simd] Sep 04 03:09:54.042 INFO kablam! | ^^^^ Sep 04 03:09:54.042 INFO kablam! | Sep 04 03:09:54.042 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.042 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.043 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:209:3 Sep 04 03:09:54.043 INFO kablam! | Sep 04 03:09:54.043 INFO kablam! 209 | #[simd] Sep 04 03:09:54.043 INFO kablam! | ^^^^ Sep 04 03:09:54.043 INFO kablam! | Sep 04 03:09:54.043 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.043 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.044 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:213:3 Sep 04 03:09:54.044 INFO kablam! | Sep 04 03:09:54.044 INFO kablam! 213 | #[simd] Sep 04 03:09:54.044 INFO kablam! | ^^^^ Sep 04 03:09:54.044 INFO kablam! | Sep 04 03:09:54.044 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.044 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.045 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:217:3 Sep 04 03:09:54.045 INFO kablam! | Sep 04 03:09:54.045 INFO kablam! 217 | #[simd] Sep 04 03:09:54.045 INFO kablam! | ^^^^ Sep 04 03:09:54.045 INFO kablam! | Sep 04 03:09:54.045 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.045 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.046 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:221:3 Sep 04 03:09:54.046 INFO kablam! | Sep 04 03:09:54.046 INFO kablam! 221 | #[simd] Sep 04 03:09:54.046 INFO kablam! | ^^^^ Sep 04 03:09:54.046 INFO kablam! | Sep 04 03:09:54.046 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.046 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.047 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:225:3 Sep 04 03:09:54.047 INFO kablam! | Sep 04 03:09:54.047 INFO kablam! 225 | #[simd] Sep 04 03:09:54.047 INFO kablam! | ^^^^ Sep 04 03:09:54.047 INFO kablam! | Sep 04 03:09:54.047 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.048 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.048 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:229:3 Sep 04 03:09:54.049 INFO kablam! | Sep 04 03:09:54.049 INFO kablam! 229 | #[simd] Sep 04 03:09:54.049 INFO kablam! | ^^^^ Sep 04 03:09:54.049 INFO kablam! | Sep 04 03:09:54.049 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.049 INFO kablam! Sep 04 03:09:54.049 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.049 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:233:3 Sep 04 03:09:54.050 INFO kablam! | Sep 04 03:09:54.050 INFO kablam! 233 | #[simd] Sep 04 03:09:54.050 INFO kablam! | ^^^^ Sep 04 03:09:54.050 INFO kablam! | Sep 04 03:09:54.050 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.050 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.051 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:237:3 Sep 04 03:09:54.051 INFO kablam! | Sep 04 03:09:54.051 INFO kablam! 237 | #[simd] Sep 04 03:09:54.051 INFO kablam! | ^^^^ Sep 04 03:09:54.051 INFO kablam! | Sep 04 03:09:54.051 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.051 INFO kablam! Sep 04 03:09:54.058 INFO kablam! error: aborting due to 61 previous errors Sep 04 03:09:54.058 INFO kablam! Sep 04 03:09:54.058 INFO kablam! Some errors occurred: E0557, E0658. Sep 04 03:09:54.058 INFO kablam! For more information about an error, try `rustc --explain E0557`. Sep 04 03:09:54.063 INFO kablam! error: Could not compile `simdty`. Sep 04 03:09:54.063 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 03:09:54.084 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.084 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:1:3 Sep 04 03:09:54.084 INFO kablam! | Sep 04 03:09:54.084 INFO kablam! 1 | #[simd] Sep 04 03:09:54.084 INFO kablam! | ^^^^ Sep 04 03:09:54.084 INFO kablam! | Sep 04 03:09:54.084 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.084 INFO kablam! Sep 04 03:09:54.085 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.085 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:5:3 Sep 04 03:09:54.085 INFO kablam! | Sep 04 03:09:54.085 INFO kablam! 5 | #[simd] Sep 04 03:09:54.085 INFO kablam! | ^^^^ Sep 04 03:09:54.085 INFO kablam! | Sep 04 03:09:54.085 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.085 INFO kablam! Sep 04 03:09:54.085 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.085 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:9:3 Sep 04 03:09:54.085 INFO kablam! | Sep 04 03:09:54.085 INFO kablam! 9 | #[simd] Sep 04 03:09:54.086 INFO kablam! | ^^^^ Sep 04 03:09:54.086 INFO kablam! | Sep 04 03:09:54.086 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.086 INFO kablam! Sep 04 03:09:54.086 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.086 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:13:3 Sep 04 03:09:54.086 INFO kablam! | Sep 04 03:09:54.086 INFO kablam! 13 | #[simd] Sep 04 03:09:54.086 INFO kablam! | ^^^^ Sep 04 03:09:54.086 INFO kablam! | Sep 04 03:09:54.086 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.087 INFO kablam! Sep 04 03:09:54.087 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.087 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:17:3 Sep 04 03:09:54.087 INFO kablam! | Sep 04 03:09:54.087 INFO kablam! 17 | #[simd] Sep 04 03:09:54.087 INFO kablam! | ^^^^ Sep 04 03:09:54.087 INFO kablam! | Sep 04 03:09:54.087 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.087 INFO kablam! Sep 04 03:09:54.087 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.087 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:21:3 Sep 04 03:09:54.087 INFO kablam! | Sep 04 03:09:54.087 INFO kablam! 21 | #[simd] Sep 04 03:09:54.087 INFO kablam! | ^^^^ Sep 04 03:09:54.087 INFO kablam! | Sep 04 03:09:54.088 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.088 INFO kablam! Sep 04 03:09:54.088 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.088 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:25:3 Sep 04 03:09:54.088 INFO kablam! | Sep 04 03:09:54.088 INFO kablam! 25 | #[simd] Sep 04 03:09:54.088 INFO kablam! | ^^^^ Sep 04 03:09:54.088 INFO kablam! | Sep 04 03:09:54.088 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.088 INFO kablam! Sep 04 03:09:54.088 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.088 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:29:3 Sep 04 03:09:54.088 INFO kablam! | Sep 04 03:09:54.089 INFO kablam! 29 | #[simd] Sep 04 03:09:54.089 INFO kablam! | ^^^^ Sep 04 03:09:54.089 INFO kablam! | Sep 04 03:09:54.089 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.089 INFO kablam! Sep 04 03:09:54.089 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.089 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:33:3 Sep 04 03:09:54.089 INFO kablam! | Sep 04 03:09:54.089 INFO kablam! 33 | #[simd] Sep 04 03:09:54.089 INFO kablam! | ^^^^ Sep 04 03:09:54.089 INFO kablam! | Sep 04 03:09:54.089 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.089 INFO kablam! Sep 04 03:09:54.089 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.089 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:37:3 Sep 04 03:09:54.089 INFO kablam! | Sep 04 03:09:54.089 INFO kablam! 37 | #[simd] Sep 04 03:09:54.089 INFO kablam! | ^^^^ Sep 04 03:09:54.089 INFO kablam! | Sep 04 03:09:54.089 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.090 INFO kablam! Sep 04 03:09:54.090 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.090 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:41:3 Sep 04 03:09:54.090 INFO kablam! | Sep 04 03:09:54.090 INFO kablam! 41 | #[simd] Sep 04 03:09:54.090 INFO kablam! | ^^^^ Sep 04 03:09:54.090 INFO kablam! | Sep 04 03:09:54.090 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.090 INFO kablam! Sep 04 03:09:54.090 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.090 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:45:3 Sep 04 03:09:54.090 INFO kablam! | Sep 04 03:09:54.090 INFO kablam! 45 | #[simd] Sep 04 03:09:54.090 INFO kablam! | ^^^^ Sep 04 03:09:54.090 INFO kablam! | Sep 04 03:09:54.090 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.090 INFO kablam! Sep 04 03:09:54.091 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.091 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:49:3 Sep 04 03:09:54.091 INFO kablam! | Sep 04 03:09:54.091 INFO kablam! 49 | #[simd] Sep 04 03:09:54.091 INFO kablam! | ^^^^ Sep 04 03:09:54.091 INFO kablam! | Sep 04 03:09:54.091 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.091 INFO kablam! Sep 04 03:09:54.091 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.091 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:53:3 Sep 04 03:09:54.091 INFO kablam! | Sep 04 03:09:54.091 INFO kablam! 53 | #[simd] Sep 04 03:09:54.091 INFO kablam! | ^^^^ Sep 04 03:09:54.092 INFO kablam! | Sep 04 03:09:54.092 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.092 INFO kablam! Sep 04 03:09:54.092 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.092 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:57:3 Sep 04 03:09:54.092 INFO kablam! | Sep 04 03:09:54.092 INFO kablam! 57 | #[simd] Sep 04 03:09:54.092 INFO kablam! | ^^^^ Sep 04 03:09:54.092 INFO kablam! | Sep 04 03:09:54.092 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.092 INFO kablam! Sep 04 03:09:54.093 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.093 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:61:3 Sep 04 03:09:54.093 INFO kablam! | Sep 04 03:09:54.093 INFO kablam! 61 | #[simd] Sep 04 03:09:54.093 INFO kablam! | ^^^^ Sep 04 03:09:54.093 INFO kablam! | Sep 04 03:09:54.093 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.093 INFO kablam! Sep 04 03:09:54.095 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.095 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:65:3 Sep 04 03:09:54.095 INFO kablam! | Sep 04 03:09:54.095 INFO kablam! 65 | #[simd] Sep 04 03:09:54.095 INFO kablam! | ^^^^ Sep 04 03:09:54.095 INFO kablam! | Sep 04 03:09:54.095 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.095 INFO kablam! Sep 04 03:09:54.095 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.095 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:69:3 Sep 04 03:09:54.095 INFO kablam! | Sep 04 03:09:54.095 INFO kablam! 69 | #[simd] Sep 04 03:09:54.095 INFO kablam! | ^^^^ Sep 04 03:09:54.095 INFO kablam! | Sep 04 03:09:54.095 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.095 INFO kablam! Sep 04 03:09:54.095 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.095 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:73:3 Sep 04 03:09:54.095 INFO kablam! | Sep 04 03:09:54.095 INFO kablam! 73 | #[simd] Sep 04 03:09:54.095 INFO kablam! | ^^^^ Sep 04 03:09:54.095 INFO kablam! | Sep 04 03:09:54.096 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.096 INFO kablam! Sep 04 03:09:54.096 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.096 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:77:3 Sep 04 03:09:54.096 INFO kablam! | Sep 04 03:09:54.096 INFO kablam! 77 | #[simd] Sep 04 03:09:54.096 INFO kablam! | ^^^^ Sep 04 03:09:54.096 INFO kablam! | Sep 04 03:09:54.096 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.096 INFO kablam! Sep 04 03:09:54.096 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.096 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:81:3 Sep 04 03:09:54.096 INFO kablam! | Sep 04 03:09:54.096 INFO kablam! 81 | #[simd] Sep 04 03:09:54.096 INFO kablam! | ^^^^ Sep 04 03:09:54.096 INFO kablam! | Sep 04 03:09:54.096 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.096 INFO kablam! Sep 04 03:09:54.096 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.096 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:85:3 Sep 04 03:09:54.096 INFO kablam! | Sep 04 03:09:54.096 INFO kablam! 85 | #[simd] Sep 04 03:09:54.096 INFO kablam! | ^^^^ Sep 04 03:09:54.096 INFO kablam! | Sep 04 03:09:54.096 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.096 INFO kablam! Sep 04 03:09:54.097 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.097 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:89:3 Sep 04 03:09:54.097 INFO kablam! | Sep 04 03:09:54.097 INFO kablam! 89 | #[simd] Sep 04 03:09:54.097 INFO kablam! | ^^^^ Sep 04 03:09:54.097 INFO kablam! | Sep 04 03:09:54.097 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.097 INFO kablam! Sep 04 03:09:54.097 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.098 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:93:3 Sep 04 03:09:54.098 INFO kablam! | Sep 04 03:09:54.098 INFO kablam! 93 | #[simd] Sep 04 03:09:54.098 INFO kablam! | ^^^^ Sep 04 03:09:54.098 INFO kablam! | Sep 04 03:09:54.098 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.098 INFO kablam! Sep 04 03:09:54.098 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.098 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:97:3 Sep 04 03:09:54.098 INFO kablam! | Sep 04 03:09:54.098 INFO kablam! 97 | #[simd] Sep 04 03:09:54.098 INFO kablam! | ^^^^ Sep 04 03:09:54.098 INFO kablam! | Sep 04 03:09:54.098 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.098 INFO kablam! Sep 04 03:09:54.099 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.099 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:101:3 Sep 04 03:09:54.099 INFO kablam! | Sep 04 03:09:54.099 INFO kablam! 101 | #[simd] Sep 04 03:09:54.099 INFO kablam! | ^^^^ Sep 04 03:09:54.099 INFO kablam! | Sep 04 03:09:54.099 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.099 INFO kablam! Sep 04 03:09:54.100 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.100 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:105:3 Sep 04 03:09:54.100 INFO kablam! | Sep 04 03:09:54.100 INFO kablam! 105 | #[simd] Sep 04 03:09:54.100 INFO kablam! | ^^^^ Sep 04 03:09:54.100 INFO kablam! | Sep 04 03:09:54.100 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.100 INFO kablam! Sep 04 03:09:54.100 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.100 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:109:3 Sep 04 03:09:54.100 INFO kablam! | Sep 04 03:09:54.100 INFO kablam! 109 | #[simd] Sep 04 03:09:54.100 INFO kablam! | ^^^^ Sep 04 03:09:54.100 INFO kablam! | Sep 04 03:09:54.100 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.101 INFO kablam! Sep 04 03:09:54.101 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.101 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:113:3 Sep 04 03:09:54.101 INFO kablam! | Sep 04 03:09:54.101 INFO kablam! 113 | #[simd] Sep 04 03:09:54.101 INFO kablam! | ^^^^ Sep 04 03:09:54.101 INFO kablam! | Sep 04 03:09:54.101 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.101 INFO kablam! Sep 04 03:09:54.102 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.102 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:117:3 Sep 04 03:09:54.102 INFO kablam! | Sep 04 03:09:54.102 INFO kablam! 117 | #[simd] Sep 04 03:09:54.102 INFO kablam! | ^^^^ Sep 04 03:09:54.102 INFO kablam! | Sep 04 03:09:54.102 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.102 INFO kablam! Sep 04 03:09:54.102 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.102 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:121:3 Sep 04 03:09:54.102 INFO kablam! | Sep 04 03:09:54.102 INFO kablam! 121 | #[simd] Sep 04 03:09:54.102 INFO kablam! | ^^^^ Sep 04 03:09:54.102 INFO kablam! | Sep 04 03:09:54.102 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.103 INFO kablam! Sep 04 03:09:54.103 INFO kablam! error[E0658]: The attribute `simd` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 04 03:09:54.103 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:125:3 Sep 04 03:09:54.103 INFO kablam! | Sep 04 03:09:54.103 INFO kablam! 125 | #[simd] Sep 04 03:09:54.103 INFO kablam! | ^^^^ Sep 04 03:09:54.103 INFO kablam! | Sep 04 03:09:54.103 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.103 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.104 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:129:3 Sep 04 03:09:54.104 INFO kablam! | Sep 04 03:09:54.104 INFO kablam! 129 | #[simd] Sep 04 03:09:54.104 INFO kablam! | ^^^^ Sep 04 03:09:54.104 INFO kablam! | Sep 04 03:09:54.104 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.104 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.105 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:133:3 Sep 04 03:09:54.105 INFO kablam! | Sep 04 03:09:54.105 INFO kablam! 133 | #[simd] Sep 04 03:09:54.105 INFO kablam! | ^^^^ Sep 04 03:09:54.105 INFO kablam! | Sep 04 03:09:54.105 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.105 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.106 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:137:3 Sep 04 03:09:54.106 INFO kablam! | Sep 04 03:09:54.106 INFO kablam! 137 | #[simd] Sep 04 03:09:54.106 INFO kablam! | ^^^^ Sep 04 03:09:54.106 INFO kablam! | Sep 04 03:09:54.106 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.106 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.106 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:141:3 Sep 04 03:09:54.107 INFO kablam! | Sep 04 03:09:54.107 INFO kablam! 141 | #[simd] Sep 04 03:09:54.107 INFO kablam! | ^^^^ Sep 04 03:09:54.107 INFO kablam! | Sep 04 03:09:54.107 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.107 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.107 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:145:3 Sep 04 03:09:54.107 INFO kablam! | Sep 04 03:09:54.107 INFO kablam! 145 | #[simd] Sep 04 03:09:54.108 INFO kablam! | ^^^^ Sep 04 03:09:54.108 INFO kablam! | Sep 04 03:09:54.108 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.108 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.108 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:149:3 Sep 04 03:09:54.108 INFO kablam! | Sep 04 03:09:54.108 INFO kablam! 149 | #[simd] Sep 04 03:09:54.108 INFO kablam! | ^^^^ Sep 04 03:09:54.108 INFO kablam! | Sep 04 03:09:54.108 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.109 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.109 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:153:3 Sep 04 03:09:54.109 INFO kablam! | Sep 04 03:09:54.109 INFO kablam! 153 | #[simd] Sep 04 03:09:54.109 INFO kablam! | ^^^^ Sep 04 03:09:54.109 INFO kablam! | Sep 04 03:09:54.109 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.109 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.110 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:157:3 Sep 04 03:09:54.110 INFO kablam! | Sep 04 03:09:54.110 INFO kablam! 157 | #[simd] Sep 04 03:09:54.110 INFO kablam! | ^^^^ Sep 04 03:09:54.110 INFO kablam! | Sep 04 03:09:54.110 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.110 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.111 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:161:3 Sep 04 03:09:54.111 INFO kablam! | Sep 04 03:09:54.111 INFO kablam! 161 | #[simd] Sep 04 03:09:54.111 INFO kablam! | ^^^^ Sep 04 03:09:54.111 INFO kablam! | Sep 04 03:09:54.111 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.111 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.112 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:165:3 Sep 04 03:09:54.112 INFO kablam! | Sep 04 03:09:54.112 INFO kablam! 165 | #[simd] Sep 04 03:09:54.112 INFO kablam! | ^^^^ Sep 04 03:09:54.112 INFO kablam! | Sep 04 03:09:54.112 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.112 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.113 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:169:3 Sep 04 03:09:54.113 INFO kablam! | Sep 04 03:09:54.113 INFO kablam! 169 | #[simd] Sep 04 03:09:54.113 INFO kablam! | ^^^^ Sep 04 03:09:54.113 INFO kablam! | Sep 04 03:09:54.113 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.113 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.114 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:173:3 Sep 04 03:09:54.114 INFO kablam! | Sep 04 03:09:54.114 INFO kablam! 173 | #[simd] Sep 04 03:09:54.114 INFO kablam! | ^^^^ Sep 04 03:09:54.114 INFO kablam! | Sep 04 03:09:54.114 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.114 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.115 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:177:3 Sep 04 03:09:54.115 INFO kablam! | Sep 04 03:09:54.115 INFO kablam! 177 | #[simd] Sep 04 03:09:54.115 INFO kablam! | ^^^^ Sep 04 03:09:54.115 INFO kablam! | Sep 04 03:09:54.115 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.115 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.116 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:181:3 Sep 04 03:09:54.116 INFO kablam! | Sep 04 03:09:54.116 INFO kablam! 181 | #[simd] Sep 04 03:09:54.117 INFO kablam! | ^^^^ Sep 04 03:09:54.117 INFO kablam! | Sep 04 03:09:54.117 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.117 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.117 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:185:3 Sep 04 03:09:54.117 INFO kablam! | Sep 04 03:09:54.117 INFO kablam! 185 | #[simd] Sep 04 03:09:54.117 INFO kablam! | ^^^^ Sep 04 03:09:54.117 INFO kablam! | Sep 04 03:09:54.117 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.117 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.118 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:189:3 Sep 04 03:09:54.118 INFO kablam! | Sep 04 03:09:54.118 INFO kablam! 189 | #[simd] Sep 04 03:09:54.118 INFO kablam! | ^^^^ Sep 04 03:09:54.118 INFO kablam! | Sep 04 03:09:54.118 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.119 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.120 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:193:3 Sep 04 03:09:54.120 INFO kablam! | Sep 04 03:09:54.120 INFO kablam! 193 | #[simd] Sep 04 03:09:54.120 INFO kablam! | ^^^^ Sep 04 03:09:54.120 INFO kablam! | Sep 04 03:09:54.120 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.120 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.121 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:197:3 Sep 04 03:09:54.121 INFO kablam! | Sep 04 03:09:54.121 INFO kablam! 197 | #[simd] Sep 04 03:09:54.121 INFO kablam! | ^^^^ Sep 04 03:09:54.121 INFO kablam! | Sep 04 03:09:54.121 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.121 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.122 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:201:3 Sep 04 03:09:54.122 INFO kablam! | Sep 04 03:09:54.122 INFO kablam! 201 | #[simd] Sep 04 03:09:54.122 INFO kablam! | ^^^^ Sep 04 03:09:54.122 INFO kablam! | Sep 04 03:09:54.122 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.122 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.124 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:205:3 Sep 04 03:09:54.124 INFO kablam! | Sep 04 03:09:54.124 INFO kablam! 205 | #[simd] Sep 04 03:09:54.124 INFO kablam! | ^^^^ Sep 04 03:09:54.124 INFO kablam! | Sep 04 03:09:54.124 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.124 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.126 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:209:3 Sep 04 03:09:54.126 INFO kablam! | Sep 04 03:09:54.126 INFO kablam! 209 | #[simd] Sep 04 03:09:54.126 INFO kablam! | ^^^^ Sep 04 03:09:54.126 INFO kablam! | Sep 04 03:09:54.126 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.126 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.127 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:213:3 Sep 04 03:09:54.127 INFO kablam! | Sep 04 03:09:54.127 INFO kablam! 213 | #[simd] Sep 04 03:09:54.128 INFO kablam! | ^^^^ Sep 04 03:09:54.128 INFO kablam! | Sep 04 03:09:54.128 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.128 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.129 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:217:3 Sep 04 03:09:54.129 INFO kablam! | Sep 04 03:09:54.129 INFO kablam! 217 | #[simd] Sep 04 03:09:54.129 INFO kablam! | ^^^^ Sep 04 03:09:54.129 INFO kablam! | Sep 04 03:09:54.129 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.129 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.131 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:221:3 Sep 04 03:09:54.131 INFO kablam! | Sep 04 03:09:54.131 INFO kablam! 221 | #[simd] Sep 04 03:09:54.131 INFO kablam! | ^^^^ Sep 04 03:09:54.131 INFO kablam! | Sep 04 03:09:54.131 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.131 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.132 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:225:3 Sep 04 03:09:54.132 INFO kablam! | Sep 04 03:09:54.133 INFO kablam! 225 | #[simd] Sep 04 03:09:54.133 INFO kablam! | ^^^^ Sep 04 03:09:54.133 INFO kablam! | Sep 04 03:09:54.133 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.133 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.134 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:229:3 Sep 04 03:09:54.134 INFO kablam! | Sep 04 03:09:54.134 INFO kablam! 229 | #[simd] Sep 04 03:09:54.134 INFO kablam! | ^^^^ Sep 04 03:09:54.134 INFO kablam! | Sep 04 03:09:54.134 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.134 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.136 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:233:3 Sep 04 03:09:54.136 INFO kablam! | Sep 04 03:09:54.136 INFO kablam! 233 | #[simd] Sep 04 03:09:54.136 INFO kablam! | ^^^^ Sep 04 03:09:54.136 INFO kablam! | Sep 04 03:09:54.136 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.136 INFO kablam! Sep 04 03:09:54.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) Sep 04 03:09:54.140 INFO kablam! --> /target/debug/build/simdty-c9dadd0e1e5f1d84/out/types.rs:237:3 Sep 04 03:09:54.140 INFO kablam! | Sep 04 03:09:54.140 INFO kablam! 237 | #[simd] Sep 04 03:09:54.140 INFO kablam! | ^^^^ Sep 04 03:09:54.140 INFO kablam! | Sep 04 03:09:54.141 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 04 03:09:54.141 INFO kablam! Sep 04 03:09:54.147 INFO kablam! error: aborting due to 61 previous errors Sep 04 03:09:54.147 INFO kablam! Sep 04 03:09:54.147 INFO kablam! Some errors occurred: E0557, E0658. Sep 04 03:09:54.147 INFO kablam! For more information about an error, try `rustc --explain E0557`. Sep 04 03:09:54.151 INFO kablam! error: Could not compile `simdty`. Sep 04 03:09:54.151 INFO kablam! Sep 04 03:09:54.151 INFO kablam! To learn more, run the command again with --verbose. Sep 04 03:09:54.152 INFO kablam! su: No module specific data is present Sep 04 03:09:54.559 INFO running `"docker" "rm" "-f" "626ca70a0433b2ef7a5aa909f896714bb68b552e5747bca6fe334badd3e495fc"` Sep 04 03:09:54.645 INFO blam! 626ca70a0433b2ef7a5aa909f896714bb68b552e5747bca6fe334badd3e495fc