[INFO] fetching crate fast-rustc-ap-rustc_index 1.0.0... [INFO] checking fast-rustc-ap-rustc_index-1.0.0 against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] extracting crate fast-rustc-ap-rustc_index 1.0.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate fast-rustc-ap-rustc_index 1.0.0 on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fast-rustc-ap-rustc_index 1.0.0 [INFO] finished tweaking crates.io crate fast-rustc-ap-rustc_index 1.0.0 [INFO] tweaked toml for crates.io crate fast-rustc-ap-rustc_index 1.0.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e7814dd9c89f226932efcc48e676afe0b31b8dcecac8e2eb176e0b53ed2638d9 [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" "e7814dd9c89f226932efcc48e676afe0b31b8dcecac8e2eb176e0b53ed2638d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e7814dd9c89f226932efcc48e676afe0b31b8dcecac8e2eb176e0b53ed2638d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7814dd9c89f226932efcc48e676afe0b31b8dcecac8e2eb176e0b53ed2638d9", kill_on_drop: false }` [INFO] [stdout] e7814dd9c89f226932efcc48e676afe0b31b8dcecac8e2eb176e0b53ed2638d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d4db3a829dcb7a7a00a565f18eec68b2e88b8ce17f22742b903d35d86dacc28a [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" "d4db3a829dcb7a7a00a565f18eec68b2e88b8ce17f22742b903d35d86dacc28a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Checking fast-rustc-ap-serialize v1.0.0 [INFO] [stderr] Checking fast-rustc-ap-rustc_index v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0407]: method `replace_one` is not a member of trait `std::iter::Step` [INFO] [stdout] --> vec.rs:213:13 [INFO] [stdout] | [INFO] [stdout] 213 | / fn replace_one(&mut self) -> Self { [INFO] [stdout] 214 | | ::std::mem::replace(self, Self::from_u32(1)) [INFO] [stdout] 215 | | } [INFO] [stdout] | |_____________^ not a member of trait `std::iter::Step` [INFO] [stdout] | [INFO] [stdout] ::: vec/tests.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | newtype_index!(struct MyIdx { MAX = 0xFFFF_FFFA }); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `replace_zero` is not a member of trait `std::iter::Step` [INFO] [stdout] --> vec.rs:218:13 [INFO] [stdout] | [INFO] [stdout] 218 | / fn replace_zero(&mut self) -> Self { [INFO] [stdout] 219 | | ::std::mem::replace(self, Self::from_u32(0)) [INFO] [stdout] 220 | | } [INFO] [stdout] | |_____________^ not a member of trait `std::iter::Step` [INFO] [stdout] | [INFO] [stdout] ::: vec/tests.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | newtype_index!(struct MyIdx { MAX = 0xFFFF_FFFA }); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `add_one` is not a member of trait `std::iter::Step` [INFO] [stdout] --> vec.rs:223:13 [INFO] [stdout] | [INFO] [stdout] 223 | / fn add_one(&self) -> Self { [INFO] [stdout] 224 | | Self::from_usize(Self::index(*self) + 1) [INFO] [stdout] 225 | | } [INFO] [stdout] | |_____________^ not a member of trait `std::iter::Step` [INFO] [stdout] | [INFO] [stdout] ::: vec/tests.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | newtype_index!(struct MyIdx { MAX = 0xFFFF_FFFA }); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `sub_one` is not a member of trait `std::iter::Step` [INFO] [stdout] --> vec.rs:228:13 [INFO] [stdout] | [INFO] [stdout] 228 | / fn sub_one(&self) -> Self { [INFO] [stdout] 229 | | Self::from_usize(Self::index(*self) - 1) [INFO] [stdout] 230 | | } [INFO] [stdout] | |_____________^ not a member of trait `std::iter::Step` [INFO] [stdout] | [INFO] [stdout] ::: vec/tests.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | newtype_index!(struct MyIdx { MAX = 0xFFFF_FFFA }); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `add_usize` is not a member of trait `std::iter::Step` [INFO] [stdout] --> vec.rs:233:13 [INFO] [stdout] | [INFO] [stdout] 233 | / fn add_usize(&self, u: usize) -> Option { [INFO] [stdout] 234 | | Self::index(*self).checked_add(u).map(Self::from_usize) [INFO] [stdout] 235 | | } [INFO] [stdout] | |_____________^ not a member of trait `std::iter::Step` [INFO] [stdout] | [INFO] [stdout] ::: vec/tests.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | newtype_index!(struct MyIdx { MAX = 0xFFFF_FFFA }); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `sub_usize` is not a member of trait `std::iter::Step` [INFO] [stdout] --> vec.rs:238:13 [INFO] [stdout] | [INFO] [stdout] 238 | / fn sub_usize(&self, u: usize) -> Option { [INFO] [stdout] 239 | | Self::index(*self).checked_sub(u).map(Self::from_usize) [INFO] [stdout] 240 | | } [INFO] [stdout] | |_____________^ not a member of trait `std::iter::Step` [INFO] [stdout] | [INFO] [stdout] ::: vec/tests.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | newtype_index!(struct MyIdx { MAX = 0xFFFF_FFFA }); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0200]: the trait `Step` requires an `unsafe impl` declaration [INFO] [stdout] --> vec.rs:203:9 [INFO] [stdout] | [INFO] [stdout] 203 | / impl ::std::iter::Step for $type { [INFO] [stdout] 204 | | #[inline] [INFO] [stdout] 205 | | fn steps_between(start: &Self, end: &Self) -> Option { [INFO] [stdout] 206 | | ::steps_between( [INFO] [stdout] ... | [INFO] [stdout] 240 | | } [INFO] [stdout] 241 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] ::: vec/tests.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | newtype_index!(struct MyIdx { MAX = 0xFFFF_FFFA }); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0200, E0407. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0200`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fast-rustc-ap-rustc_index` [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" "d4db3a829dcb7a7a00a565f18eec68b2e88b8ce17f22742b903d35d86dacc28a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4db3a829dcb7a7a00a565f18eec68b2e88b8ce17f22742b903d35d86dacc28a", kill_on_drop: false }` [INFO] [stdout] d4db3a829dcb7a7a00a565f18eec68b2e88b8ce17f22742b903d35d86dacc28a