[INFO] fetching crate simdop 0.1.0... [INFO] checking simdop-0.1.0 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-4 [INFO] extracting crate simdop 0.1.0 into /workspace/builds/worker-1-tc1/source [INFO] validating manifest of crates.io crate simdop 0.1.0 on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "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-1-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages [INFO] [stderr] Adding llvmint v0.0.2 (latest: v0.0.3) [INFO] [stderr] Adding simdty v0.0.3 (latest: v0.0.6) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded simdty v0.0.6 [INFO] [stderr] Downloaded llvmint v0.0.2 [INFO] [stderr] Downloaded simdty v0.0.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 18936444d6d13d1ae1969af9a2965ac6935e832a96c1176049700b885b861bda [INFO] running `Command { std: "docker" "start" "-a" "18936444d6d13d1ae1969af9a2965ac6935e832a96c1176049700b885b861bda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "18936444d6d13d1ae1969af9a2965ac6935e832a96c1176049700b885b861bda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18936444d6d13d1ae1969af9a2965ac6935e832a96c1176049700b885b861bda", kill_on_drop: false }` [INFO] [stdout] 18936444d6d13d1ae1969af9a2965ac6935e832a96c1176049700b885b861bda [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 95c33ca6917192ed1457e2d2f5ed181b12320cfe1eb7e8a0717ab111901392be [INFO] running `Command { std: "docker" "start" "-a" "95c33ca6917192ed1457e2d2f5ed181b12320cfe1eb7e8a0717ab111901392be", kill_on_drop: false }` [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/index.crates.io-6f17d22bba15001f/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/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-b608caee3c030a34/out/types.rs:237:3 [INFO] [stdout] | [INFO] [stdout] 237 | #[simd] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking llvmint v0.0.2 [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` (lib) due to 62 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/llvmint-0.0.2/src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(simd, simd_ffi, link_llvm_intrinsics)] [INFO] [stdout] | ^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed in favor of `#[repr(simd)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stderr] error: could not compile `llvmint` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "95c33ca6917192ed1457e2d2f5ed181b12320cfe1eb7e8a0717ab111901392be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95c33ca6917192ed1457e2d2f5ed181b12320cfe1eb7e8a0717ab111901392be", kill_on_drop: false }` [INFO] [stdout] 95c33ca6917192ed1457e2d2f5ed181b12320cfe1eb7e8a0717ab111901392be [INFO] checking simdop-0.1.0 against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-4 [INFO] extracting crate simdop 0.1.0 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate simdop 0.1.0 on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "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-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f61a2b8c08e420ab944433b4be5d536908e9ffd9891c2312227149a549fb48bb [INFO] running `Command { std: "docker" "start" "-a" "f61a2b8c08e420ab944433b4be5d536908e9ffd9891c2312227149a549fb48bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f61a2b8c08e420ab944433b4be5d536908e9ffd9891c2312227149a549fb48bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f61a2b8c08e420ab944433b4be5d536908e9ffd9891c2312227149a549fb48bb", kill_on_drop: false }` [INFO] [stdout] f61a2b8c08e420ab944433b4be5d536908e9ffd9891c2312227149a549fb48bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9e41735b949fb0e789eab561048dc5b57ec1794186039433dc1c283d5d1b550f [INFO] running `Command { std: "docker" "start" "-a" "9e41735b949fb0e789eab561048dc5b57ec1794186039433dc1c283d5d1b550f", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "9e41735b949fb0e789eab561048dc5b57ec1794186039433dc1c283d5d1b550f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e41735b949fb0e789eab561048dc5b57ec1794186039433dc1c283d5d1b550f", kill_on_drop: false }` [INFO] [stdout] 9e41735b949fb0e789eab561048dc5b57ec1794186039433dc1c283d5d1b550f