[INFO] fetching crate grdf 0.7.3... [INFO] testing grdf-0.7.3 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate grdf 0.7.3 into /workspace/builds/worker-59/source [INFO] validating manifest of crates.io crate grdf 0.7.3 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] started tweaking crates.io crate grdf 0.7.3 [INFO] finished tweaking crates.io crate grdf 0.7.3 [INFO] tweaked toml for crates.io crate grdf 0.7.3 written to /workspace/builds/worker-59/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [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-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7092e4f15d6f6756899d71f6929540b7fab42aed822b8843ad2574d6f5d6dbfe [INFO] running `Command { std: "docker" "start" "-a" "7092e4f15d6f6756899d71f6929540b7fab42aed822b8843ad2574d6f5d6dbfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7092e4f15d6f6756899d71f6929540b7fab42aed822b8843ad2574d6f5d6dbfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7092e4f15d6f6756899d71f6929540b7fab42aed822b8843ad2574d6f5d6dbfe", kill_on_drop: false }` [INFO] [stdout] 7092e4f15d6f6756899d71f6929540b7fab42aed822b8843ad2574d6f5d6dbfe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8fcb6b63b4224c911cf83c9665fa9f015ad19722654c0d7c348f990dcfafc3b4 [INFO] running `Command { std: "docker" "start" "-a" "8fcb6b63b4224c911cf83c9665fa9f015ad19722654c0d7c348f990dcfafc3b4", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling pct-str v1.1.0 [INFO] [stderr] Compiling langtag v0.2.0 [INFO] [stderr] Compiling iref v2.1.2 [INFO] [stderr] Compiling rdf-types v0.4.1 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling grdf v0.7.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:100:1 [INFO] [stdout] | [INFO] [stdout] 100 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/btree_dataset.rs:230:2 [INFO] [stdout] | [INFO] [stdout] 230 | / where [INFO] [stdout] 231 | | Self: 'a, [INFO] [stdout] 232 | | O: '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] 230 ~ [INFO] [stdout] 231 ~ = Objects<'a, O> where Self: 'a, O: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/btree_dataset.rs:235:2 [INFO] [stdout] | [INFO] [stdout] 235 | / where [INFO] [stdout] 236 | | Self: 'a, [INFO] [stdout] 237 | | P: 'a, [INFO] [stdout] 238 | | O: '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] 235 ~ [INFO] [stdout] 236 ~ = Predicates<'a, P, O> where Self: 'a, P: 'a, O: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/btree_dataset.rs:241:2 [INFO] [stdout] | [INFO] [stdout] 241 | / where [INFO] [stdout] 242 | | Self: 'a, [INFO] [stdout] 243 | | S: 'a, [INFO] [stdout] 244 | | P: 'a, [INFO] [stdout] 245 | | O: '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] 241 ~ [INFO] [stdout] 242 ~ = Subjects<'a, S, P, O> where Self: 'a, S: 'a, P: 'a, O: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/btree_dataset.rs:248:2 [INFO] [stdout] | [INFO] [stdout] 248 | / where [INFO] [stdout] 249 | | Self: 'a, [INFO] [stdout] 250 | | S: 'a, [INFO] [stdout] 251 | | P: 'a, [INFO] [stdout] 252 | | O: '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] 248 ~ [INFO] [stdout] 249 ~ = Iter<'a, S, P, O> where Self: 'a, S: 'a, P: 'a, O: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/btree_dataset.rs:808:2 [INFO] [stdout] | [INFO] [stdout] 808 | / where [INFO] [stdout] 809 | | Self: 'a, [INFO] [stdout] 810 | | S: 'a, [INFO] [stdout] 811 | | P: 'a, [INFO] [stdout] 812 | | O: 'a, [INFO] [stdout] 813 | | G: '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] 808 ~ [INFO] [stdout] 809 ~ = Graphs<'a, S, P, O, G> where Self: 'a, S: 'a, P: 'a, O: 'a, G: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/btree_dataset.rs:816:2 [INFO] [stdout] | [INFO] [stdout] 816 | / where [INFO] [stdout] 817 | | Self: 'a, [INFO] [stdout] 818 | | S: 'a, [INFO] [stdout] 819 | | P: 'a, [INFO] [stdout] 820 | | O: '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] 816 ~ [INFO] [stdout] 817 ~ = Quads<'a, S, P, O, G> where Self: 'a, S: 'a, P: 'a, O: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/btree_dataset.rs:998:2 [INFO] [stdout] | [INFO] [stdout] 998 | / where [INFO] [stdout] 999 | | Self: 'a, [INFO] [stdout] 1000 | | S: 'a, [INFO] [stdout] 1001 | | P: 'a, [INFO] [stdout] 1002 | | O: 'a, [INFO] [stdout] 1003 | | G: '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] 998 ~ [INFO] [stdout] 999 ~ = GraphsMut<'a, S, P, O, G> where Self: 'a, S: 'a, P: 'a, O: 'a, G: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/hash_dataset.rs:211:2 [INFO] [stdout] | [INFO] [stdout] 211 | / where [INFO] [stdout] 212 | | Self: 'a, [INFO] [stdout] 213 | | O: '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] 211 ~ [INFO] [stdout] 212 ~ = Objects<'a, O> where Self: 'a, O: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/hash_dataset.rs:216:2 [INFO] [stdout] | [INFO] [stdout] 216 | / where [INFO] [stdout] 217 | | Self: 'a, [INFO] [stdout] 218 | | P: 'a, [INFO] [stdout] 219 | | O: '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] 216 ~ [INFO] [stdout] 217 ~ = Predicates<'a, P, O> where Self: 'a, P: 'a, O: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/hash_dataset.rs:222:2 [INFO] [stdout] | [INFO] [stdout] 222 | / where [INFO] [stdout] 223 | | Self: 'a, [INFO] [stdout] 224 | | S: 'a, [INFO] [stdout] 225 | | P: 'a, [INFO] [stdout] 226 | | O: '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] 222 ~ [INFO] [stdout] 223 ~ = Subjects<'a, S, P, O> where Self: 'a, S: 'a, P: 'a, O: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/hash_dataset.rs:229:2 [INFO] [stdout] | [INFO] [stdout] 229 | / where [INFO] [stdout] 230 | | Self: 'a, [INFO] [stdout] 231 | | S: 'a, [INFO] [stdout] 232 | | P: 'a, [INFO] [stdout] 233 | | O: '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] 229 ~ [INFO] [stdout] 230 ~ = Iter<'a, S, P, O> where Self: 'a, S: 'a, P: 'a, O: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/hash_dataset.rs:812:2 [INFO] [stdout] | [INFO] [stdout] 812 | / where [INFO] [stdout] 813 | | Self: 'a, [INFO] [stdout] 814 | | S: 'a, [INFO] [stdout] 815 | | P: 'a, [INFO] [stdout] 816 | | O: 'a, [INFO] [stdout] 817 | | G: '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] 812 ~ [INFO] [stdout] 813 ~ = Graphs<'a, S, P, O, G> where Self: 'a, S: 'a, P: 'a, O: 'a, G: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/hash_dataset.rs:820:2 [INFO] [stdout] | [INFO] [stdout] 820 | / where [INFO] [stdout] 821 | | Self: 'a, [INFO] [stdout] 822 | | S: 'a, [INFO] [stdout] 823 | | P: 'a, [INFO] [stdout] 824 | | O: '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] 820 ~ [INFO] [stdout] 821 ~ = Quads<'a, S, P, O, G> where Self: 'a, S: 'a, P: 'a, O: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/hash_dataset.rs:1004:2 [INFO] [stdout] | [INFO] [stdout] 1004 | / where [INFO] [stdout] 1005 | | Self: 'a, [INFO] [stdout] 1006 | | S: 'a, [INFO] [stdout] 1007 | | P: 'a, [INFO] [stdout] 1008 | | O: 'a, [INFO] [stdout] 1009 | | G: '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] 1004 ~ [INFO] [stdout] 1005 ~ = GraphsMut<'a, S, P, O, G> where Self: 'a, S: 'a, P: 'a, O: 'a, G: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `grdf` due to 2 previous errors; 14 warnings emitted [INFO] running `Command { std: "docker" "inspect" "8fcb6b63b4224c911cf83c9665fa9f015ad19722654c0d7c348f990dcfafc3b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8fcb6b63b4224c911cf83c9665fa9f015ad19722654c0d7c348f990dcfafc3b4", kill_on_drop: false }` [INFO] [stdout] 8fcb6b63b4224c911cf83c9665fa9f015ad19722654c0d7c348f990dcfafc3b4