[INFO] fetching crate cc-traits 0.8.0... [INFO] testing cc-traits-0.8.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate cc-traits 0.8.0 into /workspace/builds/worker-101/source [INFO] validating manifest of crates.io crate cc-traits 0.8.0 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 cc-traits 0.8.0 [INFO] finished tweaking crates.io crate cc-traits 0.8.0 [INFO] tweaked toml for crates.io crate cc-traits 0.8.0 written to /workspace/builds/worker-101/source/Cargo.toml [INFO] crate crates.io crate cc-traits 0.8.0 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/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] 19149e6e30a2bd7a083ff7471b5a17ceeb47f1f00014ed0472cdf0766caacb7f [INFO] running `Command { std: "docker" "start" "-a" "19149e6e30a2bd7a083ff7471b5a17ceeb47f1f00014ed0472cdf0766caacb7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "19149e6e30a2bd7a083ff7471b5a17ceeb47f1f00014ed0472cdf0766caacb7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19149e6e30a2bd7a083ff7471b5a17ceeb47f1f00014ed0472cdf0766caacb7f", kill_on_drop: false }` [INFO] [stdout] 19149e6e30a2bd7a083ff7471b5a17ceeb47f1f00014ed0472cdf0766caacb7f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/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] 1af70de8f94b8c9e98c70e7de0abcfd2ee379d95105503e57687bca5bc4d18b5 [INFO] running `Command { std: "docker" "start" "-a" "1af70de8f94b8c9e98c70e7de0abcfd2ee379d95105503e57687bca5bc4d18b5", kill_on_drop: false }` [INFO] [stderr] Compiling cc-traits v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/btreemap.rs:13:2 [INFO] [stdout] | [INFO] [stdout] 13 | / where [INFO] [stdout] 14 | | 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] 13 ~ [INFO] [stdout] 14 ~ = &'a V where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/btreemap.rs:22:2 [INFO] [stdout] | [INFO] [stdout] 22 | / where [INFO] [stdout] 23 | | 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] 22 ~ [INFO] [stdout] 23 ~ = &'a mut V where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/btreemap.rs:35:2 [INFO] [stdout] | [INFO] [stdout] 35 | / where [INFO] [stdout] 36 | | 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] 35 ~ [INFO] [stdout] 36 ~ = &'a K where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/btreemap.rs:116:2 [INFO] [stdout] | [INFO] [stdout] 116 | / where [INFO] [stdout] 117 | | 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] 116 ~ [INFO] [stdout] 117 ~ = std::collections::btree_map::Values<'a, K, V> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/btreemap.rs:128:2 [INFO] [stdout] | [INFO] [stdout] 128 | / where [INFO] [stdout] 129 | | 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] 128 ~ [INFO] [stdout] 129 ~ = std::collections::btree_map::Iter<'a, K, V> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/btreemap.rs:140:2 [INFO] [stdout] | [INFO] [stdout] 140 | / where [INFO] [stdout] 141 | | 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] 140 ~ [INFO] [stdout] 141 ~ = std::collections::btree_map::IterMut<'a, K, V> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/btreeset.rs:10:2 [INFO] [stdout] | [INFO] [stdout] 10 | / where [INFO] [stdout] 11 | | 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] 10 ~ [INFO] [stdout] 11 ~ = &'a T where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/btreeset.rs:19:2 [INFO] [stdout] | [INFO] [stdout] 19 | / where [INFO] [stdout] 20 | | 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] 19 ~ [INFO] [stdout] 20 ~ = &'a mut T where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/btreeset.rs:78:2 [INFO] [stdout] | [INFO] [stdout] 78 | / where [INFO] [stdout] 79 | | 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] 78 ~ [INFO] [stdout] 79 ~ = std::collections::btree_set::Iter<'a, T> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/deque.rs:13:2 [INFO] [stdout] | [INFO] [stdout] 13 | / where [INFO] [stdout] 14 | | 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] 13 ~ [INFO] [stdout] 14 ~ = &'a T where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/deque.rs:22:2 [INFO] [stdout] | [INFO] [stdout] 22 | / where [INFO] [stdout] 23 | | 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] 22 ~ [INFO] [stdout] 23 ~ = &'a mut T where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/hashmap.rs:13:2 [INFO] [stdout] | [INFO] [stdout] 13 | / where [INFO] [stdout] 14 | | 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] 13 ~ [INFO] [stdout] 14 ~ = &'a V where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/hashmap.rs:22:2 [INFO] [stdout] | [INFO] [stdout] 22 | / where [INFO] [stdout] 23 | | 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] 22 ~ [INFO] [stdout] 23 ~ = &'a mut V where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/hashmap.rs:35:2 [INFO] [stdout] | [INFO] [stdout] 35 | / where [INFO] [stdout] 36 | | 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] 35 ~ [INFO] [stdout] 36 ~ = &'a K where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/hashmap.rs:116:2 [INFO] [stdout] | [INFO] [stdout] 116 | / where [INFO] [stdout] 117 | | 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] 116 ~ [INFO] [stdout] 117 ~ = std::collections::hash_map::Values<'a, K, V> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/hashmap.rs:128:2 [INFO] [stdout] | [INFO] [stdout] 128 | / where [INFO] [stdout] 129 | | 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] 128 ~ [INFO] [stdout] 129 ~ = std::collections::hash_map::Iter<'a, K, V> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/hashmap.rs:140:2 [INFO] [stdout] | [INFO] [stdout] 140 | / where [INFO] [stdout] 141 | | 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] 140 ~ [INFO] [stdout] 141 ~ = std::collections::hash_map::IterMut<'a, K, V> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/hashset.rs:10:2 [INFO] [stdout] | [INFO] [stdout] 10 | / where [INFO] [stdout] 11 | | 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] 10 ~ [INFO] [stdout] 11 ~ = &'a T where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/hashset.rs:19:2 [INFO] [stdout] | [INFO] [stdout] 19 | / where [INFO] [stdout] 20 | | 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] 19 ~ [INFO] [stdout] 20 ~ = &'a mut T where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/hashset.rs:77:2 [INFO] [stdout] | [INFO] [stdout] 77 | / where [INFO] [stdout] 78 | | T: '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] 77 ~ [INFO] [stdout] 78 ~ = std::collections::hash_set::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/vec.rs:12:2 [INFO] [stdout] | [INFO] [stdout] 12 | / where [INFO] [stdout] 13 | | 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] 12 ~ [INFO] [stdout] 13 ~ = &'a T where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/vec.rs:21:2 [INFO] [stdout] | [INFO] [stdout] 21 | / where [INFO] [stdout] 22 | | 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] 21 ~ [INFO] [stdout] 22 ~ = &'a mut T where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/vec.rs:111:2 [INFO] [stdout] | [INFO] [stdout] 111 | / where [INFO] [stdout] 112 | | T: '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] 111 ~ [INFO] [stdout] 112 ~ = std::slice::Iter<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/impls/std_collections/vec.rs:123:2 [INFO] [stdout] | [INFO] [stdout] 123 | / where [INFO] [stdout] 124 | | T: '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] 123 ~ [INFO] [stdout] 124 ~ = std::slice::IterMut<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 24 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 `cc-traits` due to 2 previous errors; 24 warnings emitted [INFO] running `Command { std: "docker" "inspect" "1af70de8f94b8c9e98c70e7de0abcfd2ee379d95105503e57687bca5bc4d18b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1af70de8f94b8c9e98c70e7de0abcfd2ee379d95105503e57687bca5bc4d18b5", kill_on_drop: false }` [INFO] [stdout] 1af70de8f94b8c9e98c70e7de0abcfd2ee379d95105503e57687bca5bc4d18b5