[INFO] fetching crate simdop 0.1.0... [INFO] checking simdop-0.1.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate simdop 0.1.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate simdop 0.1.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate simdop 0.1.0 [INFO] finished tweaking crates.io crate simdop 0.1.0 [INFO] tweaked toml for crates.io crate simdop 0.1.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded simdty v0.0.6 [INFO] [stderr] Downloaded simdty v0.0.3 [INFO] [stderr] Downloaded llvmint v0.0.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5b50a0a1b24a94da85f92aadd6d11aa9eed24aafdaed6dec11e8a12ba32082e8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5b50a0a1b24a94da85f92aadd6d11aa9eed24aafdaed6dec11e8a12ba32082e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5b50a0a1b24a94da85f92aadd6d11aa9eed24aafdaed6dec11e8a12ba32082e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b50a0a1b24a94da85f92aadd6d11aa9eed24aafdaed6dec11e8a12ba32082e8", kill_on_drop: false }` [INFO] [stdout] 5b50a0a1b24a94da85f92aadd6d11aa9eed24aafdaed6dec11e8a12ba32082e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d58364be915c0b61f4ef2ecbc10432c0db2bbd76bba507e2224419db090c5ed [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0d58364be915c0b61f4ef2ecbc10432c0db2bbd76bba507e2224419db090c5ed", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling simdty v0.0.6 [INFO] [stderr] Compiling simdty v0.0.3 [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simdty-0.0.3/src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(simd)] [INFO] [stdout] | ^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed in favor of `#[repr(simd)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:1:3 [INFO] [stdout] | [INFO] [stdout] 1 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:5:3 [INFO] [stdout] | [INFO] [stdout] 5 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:9:3 [INFO] [stdout] | [INFO] [stdout] 9 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:13:3 [INFO] [stdout] | [INFO] [stdout] 13 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:17:3 [INFO] [stdout] | [INFO] [stdout] 17 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:21:3 [INFO] [stdout] | [INFO] [stdout] 21 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:25:3 [INFO] [stdout] | [INFO] [stdout] 25 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:29:3 [INFO] [stdout] | [INFO] [stdout] 29 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:33:3 [INFO] [stdout] | [INFO] [stdout] 33 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:37:3 [INFO] [stdout] | [INFO] [stdout] 37 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:41:3 [INFO] [stdout] | [INFO] [stdout] 41 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:45:3 [INFO] [stdout] | [INFO] [stdout] 45 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:49:3 [INFO] [stdout] | [INFO] [stdout] 49 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:53:3 [INFO] [stdout] | [INFO] [stdout] 53 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:57:3 [INFO] [stdout] | [INFO] [stdout] 57 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:61:3 [INFO] [stdout] | [INFO] [stdout] 61 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:65:3 [INFO] [stdout] | [INFO] [stdout] 65 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:69:3 [INFO] [stdout] | [INFO] [stdout] 69 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:73:3 [INFO] [stdout] | [INFO] [stdout] 73 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:77:3 [INFO] [stdout] | [INFO] [stdout] 77 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:81:3 [INFO] [stdout] | [INFO] [stdout] 81 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:85:3 [INFO] [stdout] | [INFO] [stdout] 85 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:89:3 [INFO] [stdout] | [INFO] [stdout] 89 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:93:3 [INFO] [stdout] | [INFO] [stdout] 93 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:97:3 [INFO] [stdout] | [INFO] [stdout] 97 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:101:3 [INFO] [stdout] | [INFO] [stdout] 101 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:105:3 [INFO] [stdout] | [INFO] [stdout] 105 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:109:3 [INFO] [stdout] | [INFO] [stdout] 109 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:113:3 [INFO] [stdout] | [INFO] [stdout] 113 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:117:3 [INFO] [stdout] | [INFO] [stdout] 117 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:121:3 [INFO] [stdout] | [INFO] [stdout] 121 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:125:3 [INFO] [stdout] | [INFO] [stdout] 125 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:129:3 [INFO] [stdout] | [INFO] [stdout] 129 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:133:3 [INFO] [stdout] | [INFO] [stdout] 133 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:137:3 [INFO] [stdout] | [INFO] [stdout] 137 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:141:3 [INFO] [stdout] | [INFO] [stdout] 141 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:145:3 [INFO] [stdout] | [INFO] [stdout] 145 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:149:3 [INFO] [stdout] | [INFO] [stdout] 149 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:153:3 [INFO] [stdout] | [INFO] [stdout] 153 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:157:3 [INFO] [stdout] | [INFO] [stdout] 157 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:161:3 [INFO] [stdout] | [INFO] [stdout] 161 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:165:3 [INFO] [stdout] | [INFO] [stdout] 165 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:169:3 [INFO] [stdout] | [INFO] [stdout] 169 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:173:3 [INFO] [stdout] | [INFO] [stdout] 173 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:177:3 [INFO] [stdout] | [INFO] [stdout] 177 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:181:3 [INFO] [stdout] | [INFO] [stdout] 181 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:185:3 [INFO] [stdout] | [INFO] [stdout] 185 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:189:3 [INFO] [stdout] | [INFO] [stdout] 189 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:193:3 [INFO] [stdout] | [INFO] [stdout] 193 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:197:3 [INFO] [stdout] | [INFO] [stdout] 197 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:201:3 [INFO] [stdout] | [INFO] [stdout] 201 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:205:3 [INFO] [stdout] | [INFO] [stdout] 205 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:209:3 [INFO] [stdout] | [INFO] [stdout] 209 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:213:3 [INFO] [stdout] | [INFO] [stdout] 213 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:217:3 [INFO] [stdout] | [INFO] [stdout] 217 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:221:3 [INFO] [stdout] | [INFO] [stdout] 221 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:225:3 [INFO] [stdout] | [INFO] [stdout] 225 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:229:3 [INFO] [stdout] | [INFO] [stdout] 229 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:233:3 [INFO] [stdout] | [INFO] [stdout] 233 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `simd` in this scope [INFO] [stdout] --> /opt/rustwide/target/debug/build/simdty-80503316fe7cce33/out/types.rs:237:3 [INFO] [stdout] | [INFO] [stdout] 237 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 61 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stderr] error: could not compile `simdty` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "0d58364be915c0b61f4ef2ecbc10432c0db2bbd76bba507e2224419db090c5ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d58364be915c0b61f4ef2ecbc10432c0db2bbd76bba507e2224419db090c5ed", kill_on_drop: false }` [INFO] [stdout] 0d58364be915c0b61f4ef2ecbc10432c0db2bbd76bba507e2224419db090c5ed