[INFO] fetching crate collectivity 3.2.2... [INFO] testing collectivity-3.2.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate collectivity 3.2.2 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate collectivity 3.2.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-12/source/.cargo/config [INFO] started tweaking crates.io crate collectivity 3.2.2 [INFO] finished tweaking crates.io crate collectivity 3.2.2 [INFO] tweaked toml for crates.io crate collectivity 3.2.2 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate crates.io crate collectivity 3.2.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bd014e7fcbef8ad8e8d47cbf2947c13358afb56c57207e66c59fd830e8093376 [INFO] running `Command { std: "docker" "start" "-a" "bd014e7fcbef8ad8e8d47cbf2947c13358afb56c57207e66c59fd830e8093376", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bd014e7fcbef8ad8e8d47cbf2947c13358afb56c57207e66c59fd830e8093376", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd014e7fcbef8ad8e8d47cbf2947c13358afb56c57207e66c59fd830e8093376", kill_on_drop: false }` [INFO] [stdout] bd014e7fcbef8ad8e8d47cbf2947c13358afb56c57207e66c59fd830e8093376 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f15d61147daecb5625a46d2bb8ca6ad9ab7c2e46209f1b85f10b730ee0f94dbc [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" "f15d61147daecb5625a46d2bb8ca6ad9ab7c2e46209f1b85f10b730ee0f94dbc", kill_on_drop: false }` [INFO] [stderr] Compiling collectivity v3.2.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(generic_associated_types, associated_type_defaults)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/get.rs:49:3 [INFO] [stdout] | [INFO] [stdout] 49 | / where [INFO] [stdout] 50 | | Self: 'a, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated_where_clause_location)]` on by default [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 49 ~ [INFO] [stdout] 50 ~ = >::Value<'a> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/get.rs:60:3 [INFO] [stdout] | [INFO] [stdout] 60 | / where [INFO] [stdout] 61 | | Self: 'a, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 60 ~ [INFO] [stdout] 61 ~ = &'a V where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/get.rs:71:3 [INFO] [stdout] | [INFO] [stdout] 71 | / where [INFO] [stdout] 72 | | Self: 'a, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 71 ~ [INFO] [stdout] 72 ~ = &'a V where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/get.rs:82:3 [INFO] [stdout] | [INFO] [stdout] 82 | / where [INFO] [stdout] 83 | | Self: 'a, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 82 ~ [INFO] [stdout] 83 ~ = &'a V where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/get.rs:93:3 [INFO] [stdout] | [INFO] [stdout] 93 | / where [INFO] [stdout] 94 | | Self: 'a, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 93 ~ [INFO] [stdout] 94 ~ = &'a V where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/get.rs:105:3 [INFO] [stdout] | [INFO] [stdout] 105 | / where [INFO] [stdout] 106 | | Self: 'a, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 105 ~ [INFO] [stdout] 106 ~ = &'a V where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/get.rs:117:3 [INFO] [stdout] | [INFO] [stdout] 117 | / where [INFO] [stdout] 118 | | Self: 'a, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 117 ~ [INFO] [stdout] 118 ~ = &'a V where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/get.rs:129:3 [INFO] [stdout] | [INFO] [stdout] 129 | / where [INFO] [stdout] 130 | | Self: 'a, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 129 ~ [INFO] [stdout] 130 ~ = &'a V where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/get.rs:141:3 [INFO] [stdout] | [INFO] [stdout] 141 | / where [INFO] [stdout] 142 | | Self: 'a, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 141 ~ [INFO] [stdout] 142 ~ = &'a K where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/get.rs:153:3 [INFO] [stdout] | [INFO] [stdout] 153 | / where [INFO] [stdout] 154 | | Self: 'a, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 153 ~ [INFO] [stdout] 154 ~ = &'a V where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/get.rs:165:3 [INFO] [stdout] | [INFO] [stdout] 165 | / where [INFO] [stdout] 166 | | Self: 'a, [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #89122 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 165 ~ [INFO] [stdout] 166 ~ = &'a K where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `collectivity` due to 2 previous errors; 11 warnings emitted [INFO] [stdout] error: aborting due to previous error; 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f15d61147daecb5625a46d2bb8ca6ad9ab7c2e46209f1b85f10b730ee0f94dbc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f15d61147daecb5625a46d2bb8ca6ad9ab7c2e46209f1b85f10b730ee0f94dbc", kill_on_drop: false }` [INFO] [stdout] f15d61147daecb5625a46d2bb8ca6ad9ab7c2e46209f1b85f10b730ee0f94dbc