[INFO] fetching crate simdop 0.1.0... [INFO] checking simdop-0.1.0 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate simdop 0.1.0 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate simdop 0.1.0 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "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-3-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages to latest compatible versions [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" "+506512391b1a75ae450d36c9420978402a91abcc" "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-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3e688ee6c42ba74e589e0c1a397a276280e292b8cbb37b96169ef8c58f3e1c7f [INFO] running `Command { std: "docker" "start" "-a" "3e688ee6c42ba74e589e0c1a397a276280e292b8cbb37b96169ef8c58f3e1c7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3e688ee6c42ba74e589e0c1a397a276280e292b8cbb37b96169ef8c58f3e1c7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e688ee6c42ba74e589e0c1a397a276280e292b8cbb37b96169ef8c58f3e1c7f", kill_on_drop: false }` [INFO] [stdout] 3e688ee6c42ba74e589e0c1a397a276280e292b8cbb37b96169ef8c58f3e1c7f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 277b5b5d603248cbf7f9063533898fbd8fa6e2bf6ca726265b2de8cfeae75dad [INFO] running `Command { std: "docker" "start" "-a" "277b5b5d603248cbf7f9063533898fbd8fa6e2bf6ca726265b2de8cfeae75dad", 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" "277b5b5d603248cbf7f9063533898fbd8fa6e2bf6ca726265b2de8cfeae75dad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "277b5b5d603248cbf7f9063533898fbd8fa6e2bf6ca726265b2de8cfeae75dad", kill_on_drop: false }` [INFO] [stdout] 277b5b5d603248cbf7f9063533898fbd8fa6e2bf6ca726265b2de8cfeae75dad [INFO] checking simdop-0.1.0 against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] extracting crate simdop 0.1.0 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate simdop 0.1.0 on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "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-3-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages to latest compatible versions [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" "+dae34b759e282c069aa28752564694effd121a63" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6421c8c9ca6620ce2f32aa5a582ed77915b2c58ce1e6c1eec71b633dc6f93342 [INFO] running `Command { std: "docker" "start" "-a" "6421c8c9ca6620ce2f32aa5a582ed77915b2c58ce1e6c1eec71b633dc6f93342", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6421c8c9ca6620ce2f32aa5a582ed77915b2c58ce1e6c1eec71b633dc6f93342", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6421c8c9ca6620ce2f32aa5a582ed77915b2c58ce1e6c1eec71b633dc6f93342", kill_on_drop: false }` [INFO] [stdout] 6421c8c9ca6620ce2f32aa5a582ed77915b2c58ce1e6c1eec71b633dc6f93342 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e54fea4dd44e48699541e381cc7979a68c3bca799b830108b34b45eb850bb6b [INFO] running `Command { std: "docker" "start" "-a" "5e54fea4dd44e48699541e381cc7979a68c3bca799b830108b34b45eb850bb6b", 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" "5e54fea4dd44e48699541e381cc7979a68c3bca799b830108b34b45eb850bb6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e54fea4dd44e48699541e381cc7979a68c3bca799b830108b34b45eb850bb6b", kill_on_drop: false }` [INFO] [stdout] 5e54fea4dd44e48699541e381cc7979a68c3bca799b830108b34b45eb850bb6b