[INFO] fetching crate std_collection_traits 0.1.2... [INFO] testing std_collection_traits-0.1.2 against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] extracting crate std_collection_traits 0.1.2 into /workspace/builds/worker-86/source [INFO] validating manifest of crates.io crate std_collection_traits 0.1.2 on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate std_collection_traits 0.1.2 [INFO] finished tweaking crates.io crate std_collection_traits 0.1.2 [INFO] tweaked toml for crates.io crate std_collection_traits 0.1.2 written to /workspace/builds/worker-86/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a23c4571caceb62de6ec53d46f2cd33a1ea98843772c7161d658bed8bcc9cb2d [INFO] running `Command { std: "docker" "start" "-a" "a23c4571caceb62de6ec53d46f2cd33a1ea98843772c7161d658bed8bcc9cb2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a23c4571caceb62de6ec53d46f2cd33a1ea98843772c7161d658bed8bcc9cb2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a23c4571caceb62de6ec53d46f2cd33a1ea98843772c7161d658bed8bcc9cb2d", kill_on_drop: false }` [INFO] [stdout] a23c4571caceb62de6ec53d46f2cd33a1ea98843772c7161d658bed8bcc9cb2d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a43dae57e803973dbe276d892f09194cdf59c62df4b7e751927fdd34e6faae69 [INFO] running `Command { std: "docker" "start" "-a" "a43dae57e803973dbe276d892f09194cdf59c62df4b7e751927fdd34e6faae69", kill_on_drop: false }` [INFO] [stderr] Compiling std_collection_traits v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error: Missing required bounds on DifferenceIter [INFO] [stdout] --> src/associated.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | / type DifferenceIter<'a>: Iterator [INFO] [stdout] 49 | | where [INFO] [stdout] 50 | | Self::ElemType: 'a, [INFO] [stdout] 51 | | S: 'a; [INFO] [stdout] | | ^ help: add the required where clauses: `, Self: 'a` [INFO] [stdout] | |______________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on IntersectionIter [INFO] [stdout] --> src/associated.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | / type IntersectionIter<'a>: Iterator [INFO] [stdout] 54 | | where [INFO] [stdout] 55 | | Self::ElemType: 'a, [INFO] [stdout] 56 | | S: 'a; [INFO] [stdout] | | ^ help: add the required where clauses: `, Self: 'a` [INFO] [stdout] | |______________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on SymmetricDifferenceIter [INFO] [stdout] --> src/associated.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 58 | / type SymmetricDifferenceIter<'a>: Iterator [INFO] [stdout] 59 | | where [INFO] [stdout] 60 | | Self::ElemType: 'a, [INFO] [stdout] 61 | | S: 'a; [INFO] [stdout] | | ^ help: add the required where clauses: `, Self: 'a` [INFO] [stdout] | |______________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on UnionIter [INFO] [stdout] --> src/associated.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | / type UnionIter<'a>: Iterator [INFO] [stdout] 64 | | where [INFO] [stdout] 65 | | Self::ElemType: 'a, [INFO] [stdout] 66 | | S: 'a; [INFO] [stdout] | | ^ help: add the required where clauses: `, Self: 'a` [INFO] [stdout] | |______________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on TryInsertError [INFO] [stdout] --> src/associated.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | / type TryInsertError<'a> [INFO] [stdout] 150 | | where [INFO] [stdout] 151 | | Self::KeyType: 'a, [INFO] [stdout] 152 | | Self::ValueType: 'a, [INFO] [stdout] 153 | | S: 'a; [INFO] [stdout] | | ^ help: add the required where clauses: `, Self: 'a` [INFO] [stdout] | |______________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on KeyIter [INFO] [stdout] --> src/associated.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | / type KeyIter<'a>: Iterator [INFO] [stdout] 156 | | where [INFO] [stdout] 157 | | Self::KeyType: 'a, [INFO] [stdout] 158 | | Self::ValueType: 'a, [INFO] [stdout] 159 | | S: 'a; [INFO] [stdout] | | ^ help: add the required where clauses: `, Self: 'a` [INFO] [stdout] | |______________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on ValueIter [INFO] [stdout] --> src/associated.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | / type ValueIter<'a>: Iterator [INFO] [stdout] 162 | | where [INFO] [stdout] 163 | | Self::KeyType: 'a, [INFO] [stdout] 164 | | Self::ValueType: 'a, [INFO] [stdout] 165 | | S: 'a; [INFO] [stdout] | | ^ help: add the required where clauses: `, Self: 'a` [INFO] [stdout] | |______________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on ValueIterMut [INFO] [stdout] --> src/associated.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | / type ValueIterMut<'a>: Iterator [INFO] [stdout] 168 | | where [INFO] [stdout] 169 | | Self::KeyType: 'a, [INFO] [stdout] 170 | | Self::ValueType: 'a, [INFO] [stdout] 171 | | S: 'a; [INFO] [stdout] | | ^ help: add the required where clauses: `, Self: 'a` [INFO] [stdout] | |______________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on Iter [INFO] [stdout] --> src/iter.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | / type Iter<'a>: Iterator [INFO] [stdout] 12 | | where [INFO] [stdout] 13 | | Self::ElemType: 'a; [INFO] [stdout] | | ^ help: add the required where clauses: `, Self: 'a` [INFO] [stdout] | |___________________________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on Iter [INFO] [stdout] --> src/iter.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | / type Iter<'a>: Iterator [INFO] [stdout] 23 | | where [INFO] [stdout] 24 | | Self::KeyType: 'a, [INFO] [stdout] 25 | | Self::ValueType: 'a; [INFO] [stdout] | | ^ help: add the required where clauses: `, Self: 'a` [INFO] [stdout] | |____________________________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on IterMut [INFO] [stdout] --> src/iter.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | / type IterMut<'a>: Iterator [INFO] [stdout] 35 | | where [INFO] [stdout] 36 | | Self::ElemType: 'a; [INFO] [stdout] | | ^ help: add the required where clauses: `, Self: 'a` [INFO] [stdout] | |___________________________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on IterMut [INFO] [stdout] --> src/iter.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | / type IterMut<'a>: Iterator [INFO] [stdout] 46 | | where [INFO] [stdout] 47 | | Self::KeyType: 'a, [INFO] [stdout] 48 | | Self::ValueType: 'a; [INFO] [stdout] | | ^ help: add the required where clauses: `, Self: 'a` [INFO] [stdout] | |____________________________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on RangeIter [INFO] [stdout] --> src/iter.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | / type RangeIter<'a>: Iterator [INFO] [stdout] 57 | | where [INFO] [stdout] 58 | | Self::ElemType: 'a; [INFO] [stdout] | | ^ help: add the required where clauses: `, Self: 'a` [INFO] [stdout] | |___________________________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on RangeIterMut [INFO] [stdout] --> src/iter.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | / type RangeIterMut<'a>: Iterator [INFO] [stdout] 66 | | where [INFO] [stdout] 67 | | Self::ElemType: 'a; [INFO] [stdout] | | ^ help: add the required where clauses: `, Self: 'a` [INFO] [stdout] | |___________________________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on RangeIter [INFO] [stdout] --> src/iter.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | / type RangeIter<'a>: Iterator [INFO] [stdout] 75 | | where [INFO] [stdout] 76 | | Self::KeyType: 'a, [INFO] [stdout] 77 | | Self::ValueType: 'a; [INFO] [stdout] | | ^ help: add the required where clauses: `, Self: 'a` [INFO] [stdout] | |____________________________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on RangeIterMut [INFO] [stdout] --> src/iter.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | / type RangeIterMut<'a>: Iterator [INFO] [stdout] 88 | | where [INFO] [stdout] 89 | | Self::KeyType: 'a, [INFO] [stdout] 90 | | Self::ValueType: 'a; [INFO] [stdout] | | ^ help: add the required where clauses: `, Self: 'a` [INFO] [stdout] | |____________________________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on DrainIter [INFO] [stdout] --> src/iter.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | / type DrainIter<'a>: Iterator [INFO] [stdout] 101 | | where [INFO] [stdout] 102 | | Self::ElemType: 'a; [INFO] [stdout] | | ^ help: add the required where clauses: `, Self: 'a` [INFO] [stdout] | |___________________________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on DrainIter [INFO] [stdout] --> src/iter.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | / type DrainIter<'a>: Iterator [INFO] [stdout] 111 | | where [INFO] [stdout] 112 | | Self::KeyType: 'a, [INFO] [stdout] 113 | | Self::ValueType: 'a; [INFO] [stdout] | | ^ help: add the required where clauses: `, Self: 'a` [INFO] [stdout] | |____________________________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on DrainRangeIter [INFO] [stdout] --> src/iter.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | / type DrainRangeIter<'a>: Iterator [INFO] [stdout] 122 | | where [INFO] [stdout] 123 | | Self::ElemType: 'a; [INFO] [stdout] | | ^ help: add the required where clauses: `, Self: 'a` [INFO] [stdout] | |___________________________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on DrainFilterIter [INFO] [stdout] --> src/iter.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | / type DrainFilterIter<'a, F>: Iterator [INFO] [stdout] 132 | | where [INFO] [stdout] 133 | | Self::ElemType: 'a, [INFO] [stdout] 134 | | F: FnMut(&mut Self::ElemType) -> bool + 'a; [INFO] [stdout] | | ^ help: add the required where clauses: `, Self: 'a` [INFO] [stdout] | |___________________________________________________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on DrainFilterIter [INFO] [stdout] --> src/iter.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | / type DrainFilterIter<'a, F>: Iterator [INFO] [stdout] 150 | | where [INFO] [stdout] 151 | | Self::ElemType: 'a, [INFO] [stdout] 152 | | F: FnMut(&Self::ElemType) -> bool + 'a; [INFO] [stdout] | | ^ help: add the required where clauses: `, Self: 'a` [INFO] [stdout] | |_______________________________________________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Missing required bounds on DrainFilterIter [INFO] [stdout] --> src/iter.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | / type DrainFilterIter<'a, F>: Iterator [INFO] [stdout] 168 | | where [INFO] [stdout] 169 | | Self::KeyType: 'a, [INFO] [stdout] 170 | | Self::ValueType: 'a, [INFO] [stdout] 171 | | F: FnMut(&Self::KeyType, &mut Self::ValueType) -> bool + 'a; [INFO] [stdout] | | ^ help: add the required where clauses: `, Self: 'a` [INFO] [stdout] | |____________________________________________________________________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 22 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `std_collection_traits` due to 23 previous errors [INFO] running `Command { std: "docker" "inspect" "a43dae57e803973dbe276d892f09194cdf59c62df4b7e751927fdd34e6faae69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a43dae57e803973dbe276d892f09194cdf59c62df4b7e751927fdd34e6faae69", kill_on_drop: false }` [INFO] [stdout] a43dae57e803973dbe276d892f09194cdf59c62df4b7e751927fdd34e6faae69