[INFO] fetching crate colony 0.3.0...
[INFO] testing colony-0.3.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate colony 0.3.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate colony 0.3.0
[INFO] finished tweaking crates.io crate colony 0.3.0
[INFO] tweaked toml for crates.io crate colony 0.3.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate colony 0.3.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded iai v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] af5d4fa9bfa78a67c9f71b0cb37993d50304e9bbf9f105f8fc60c59f1e8b5cbf
[INFO] running `Command { std: "docker" "start" "-a" "af5d4fa9bfa78a67c9f71b0cb37993d50304e9bbf9f105f8fc60c59f1e8b5cbf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af5d4fa9bfa78a67c9f71b0cb37993d50304e9bbf9f105f8fc60c59f1e8b5cbf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af5d4fa9bfa78a67c9f71b0cb37993d50304e9bbf9f105f8fc60c59f1e8b5cbf", kill_on_drop: false }`
[INFO] [stdout] af5d4fa9bfa78a67c9f71b0cb37993d50304e9bbf9f105f8fc60c59f1e8b5cbf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9e46d8fa029fe251f1bdf21c29f391f184a47ff7b8d4cab250638d49c8dbe0a7
[INFO] running `Command { std: "docker" "start" "-a" "9e46d8fa029fe251f1bdf21c29f391f184a47ff7b8d4cab250638d49c8dbe0a7", kill_on_drop: false }`
[INFO] [stderr]    Compiling colony v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing`
[INFO] [stdout]    --> src/guard.rs:149:15
[INFO] [stdout]     |
[INFO] [stdout] 149 |     #[cfg(not(fuzzing))]
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing`
[INFO] [stdout]    --> src/guard.rs:151:11
[INFO] [stdout]     |
[INFO] [stdout] 151 |     #[cfg(fuzzing)]
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:728:17
[INFO] [stdout]     |
[INFO] [stdout] 728 |     pub fn iter(&self) -> Iter<T, G> {
[INFO] [stdout]     |                 ^^^^^     ---------- the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 728 |     pub fn iter(&self) -> Iter<'_, T, G> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:747:19
[INFO] [stdout]     |
[INFO] [stdout] 747 |     pub fn values(&self) -> Values<T, G> {
[INFO] [stdout]     |                   ^^^^^     ------------ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 747 |     pub fn values(&self) -> Values<'_, T, G> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:754:21
[INFO] [stdout]     |
[INFO] [stdout] 754 |     pub fn iter_mut(&mut self) -> IterMut<T, G> {
[INFO] [stdout]     |                     ^^^^^^^^^     ------------- the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 754 |     pub fn iter_mut(&mut self) -> IterMut<'_, T, G> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:761:23
[INFO] [stdout]     |
[INFO] [stdout] 761 |     pub fn values_mut(&mut self) -> ValuesMut<T, G> {
[INFO] [stdout]     |                       ^^^^^^^^^     --------------- the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 761 |     pub fn values_mut(&mut self) -> ValuesMut<'_, T, G> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iter.rs:180:17
[INFO] [stdout]     |
[INFO] [stdout] 180 |     fn reborrow(&self) -> Iter<T, G> {
[INFO] [stdout]     |                 ^^^^^     ---------- the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 180 |     fn reborrow(&self) -> Iter<'_, T, G> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iter.rs:226:17
[INFO] [stdout]     |
[INFO] [stdout] 226 |     fn reborrow(&self) -> Values<T, G> {
[INFO] [stdout]     |                 ^^^^^     ------------ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 226 |     fn reborrow(&self) -> Values<'_, T, G> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] running `Command { std: "docker" "inspect" "9e46d8fa029fe251f1bdf21c29f391f184a47ff7b8d4cab250638d49c8dbe0a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e46d8fa029fe251f1bdf21c29f391f184a47ff7b8d4cab250638d49c8dbe0a7", kill_on_drop: false }`
[INFO] [stdout] 9e46d8fa029fe251f1bdf21c29f391f184a47ff7b8d4cab250638d49c8dbe0a7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 699d3a652d514745d8a27de8d04149566bf97c3d44bdbd8f1f4fdd632465e1f7
[INFO] running `Command { std: "docker" "start" "-a" "699d3a652d514745d8a27de8d04149566bf97c3d44bdbd8f1f4fdd632465e1f7", kill_on_drop: false }`
[INFO] [stderr]    Compiling iai v0.1.1
[INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing`
[INFO] [stdout]    --> src/guard.rs:149:15
[INFO] [stdout]     |
[INFO] [stdout] 149 |     #[cfg(not(fuzzing))]
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing`
[INFO] [stdout]    --> src/guard.rs:151:11
[INFO] [stdout]     |
[INFO] [stdout] 151 |     #[cfg(fuzzing)]
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:728:17
[INFO] [stdout]     |
[INFO] [stdout] 728 |     pub fn iter(&self) -> Iter<T, G> {
[INFO] [stdout]     |                 ^^^^^     ---------- the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 728 |     pub fn iter(&self) -> Iter<'_, T, G> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:747:19
[INFO] [stdout]     |
[INFO] [stdout] 747 |     pub fn values(&self) -> Values<T, G> {
[INFO] [stdout]     |                   ^^^^^     ------------ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 747 |     pub fn values(&self) -> Values<'_, T, G> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:754:21
[INFO] [stdout]     |
[INFO] [stdout] 754 |     pub fn iter_mut(&mut self) -> IterMut<T, G> {
[INFO] [stdout]     |                     ^^^^^^^^^     ------------- the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 754 |     pub fn iter_mut(&mut self) -> IterMut<'_, T, G> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:761:23
[INFO] [stdout]     |
[INFO] [stdout] 761 |     pub fn values_mut(&mut self) -> ValuesMut<T, G> {
[INFO] [stdout]     |                       ^^^^^^^^^     --------------- the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 761 |     pub fn values_mut(&mut self) -> ValuesMut<'_, T, G> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iter.rs:180:17
[INFO] [stdout]     |
[INFO] [stdout] 180 |     fn reborrow(&self) -> Iter<T, G> {
[INFO] [stdout]     |                 ^^^^^     ---------- the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 180 |     fn reborrow(&self) -> Iter<'_, T, G> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iter.rs:226:17
[INFO] [stdout]     |
[INFO] [stdout] 226 |     fn reborrow(&self) -> Values<T, G> {
[INFO] [stdout]     |                 ^^^^^     ------------ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 226 |     fn reborrow(&self) -> Values<'_, T, G> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling colony v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing`
[INFO] [stdout]    --> src/guard.rs:149:15
[INFO] [stdout]     |
[INFO] [stdout] 149 |     #[cfg(not(fuzzing))]
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing`
[INFO] [stdout]    --> src/guard.rs:151:11
[INFO] [stdout]     |
[INFO] [stdout] 151 |     #[cfg(fuzzing)]
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:728:17
[INFO] [stdout]     |
[INFO] [stdout] 728 |     pub fn iter(&self) -> Iter<T, G> {
[INFO] [stdout]     |                 ^^^^^     ---------- the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 728 |     pub fn iter(&self) -> Iter<'_, T, G> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:747:19
[INFO] [stdout]     |
[INFO] [stdout] 747 |     pub fn values(&self) -> Values<T, G> {
[INFO] [stdout]     |                   ^^^^^     ------------ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 747 |     pub fn values(&self) -> Values<'_, T, G> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:754:21
[INFO] [stdout]     |
[INFO] [stdout] 754 |     pub fn iter_mut(&mut self) -> IterMut<T, G> {
[INFO] [stdout]     |                     ^^^^^^^^^     ------------- the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 754 |     pub fn iter_mut(&mut self) -> IterMut<'_, T, G> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:761:23
[INFO] [stdout]     |
[INFO] [stdout] 761 |     pub fn values_mut(&mut self) -> ValuesMut<T, G> {
[INFO] [stdout]     |                       ^^^^^^^^^     --------------- the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 761 |     pub fn values_mut(&mut self) -> ValuesMut<'_, T, G> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iter.rs:180:17
[INFO] [stdout]     |
[INFO] [stdout] 180 |     fn reborrow(&self) -> Iter<T, G> {
[INFO] [stdout]     |                 ^^^^^     ---------- the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 180 |     fn reborrow(&self) -> Iter<'_, T, G> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iter.rs:226:17
[INFO] [stdout]     |
[INFO] [stdout] 226 |     fn reborrow(&self) -> Values<T, G> {
[INFO] [stdout]     |                 ^^^^^     ------------ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 226 |     fn reborrow(&self) -> Values<'_, T, G> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.44s
[INFO] running `Command { std: "docker" "inspect" "699d3a652d514745d8a27de8d04149566bf97c3d44bdbd8f1f4fdd632465e1f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "699d3a652d514745d8a27de8d04149566bf97c3d44bdbd8f1f4fdd632465e1f7", kill_on_drop: false }`
[INFO] [stdout] 699d3a652d514745d8a27de8d04149566bf97c3d44bdbd8f1f4fdd632465e1f7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7fbb355ac7c53e0ce2eeec8a1be103fa04e6acb056ee0ac19108048b068016bc
[INFO] running `Command { std: "docker" "start" "-a" "7fbb355ac7c53e0ce2eeec8a1be103fa04e6acb056ee0ac19108048b068016bc", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `fuzzing`
[INFO] [stderr]    --> src/guard.rs:149:15
[INFO] [stderr]     |
[INFO] [stderr] 149 |     #[cfg(not(fuzzing))]
[INFO] [stderr]     |               ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `fuzzing`
[INFO] [stderr]    --> src/guard.rs:151:11
[INFO] [stderr]     |
[INFO] [stderr] 151 |     #[cfg(fuzzing)]
[INFO] [stderr]     |           ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:728:17
[INFO] [stderr]     |
[INFO] [stderr] 728 |     pub fn iter(&self) -> Iter<T, G> {
[INFO] [stderr]     |                 ^^^^^     ---------- the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 728 |     pub fn iter(&self) -> Iter<'_, T, G> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:747:19
[INFO] [stderr]     |
[INFO] [stderr] 747 |     pub fn values(&self) -> Values<T, G> {
[INFO] [stderr]     |                   ^^^^^     ------------ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 747 |     pub fn values(&self) -> Values<'_, T, G> {
[INFO] [stderr]     |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:754:21
[INFO] [stderr]     |
[INFO] [stderr] 754 |     pub fn iter_mut(&mut self) -> IterMut<T, G> {
[INFO] [stderr]     |                     ^^^^^^^^^     ------------- the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 754 |     pub fn iter_mut(&mut self) -> IterMut<'_, T, G> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:761:23
[INFO] [stderr]     |
[INFO] [stderr] 761 |     pub fn values_mut(&mut self) -> ValuesMut<T, G> {
[INFO] [stderr]     |                       ^^^^^^^^^     --------------- the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 761 |     pub fn values_mut(&mut self) -> ValuesMut<'_, T, G> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/iter.rs:180:17
[INFO] [stderr]     |
[INFO] [stderr] 180 |     fn reborrow(&self) -> Iter<T, G> {
[INFO] [stderr]     |                 ^^^^^     ---------- the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 180 |     fn reborrow(&self) -> Iter<'_, T, G> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/iter.rs:226:17
[INFO] [stderr]     |
[INFO] [stderr] 226 |     fn reborrow(&self) -> Values<T, G> {
[INFO] [stderr]     |                 ^^^^^     ------------ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 226 |     fn reborrow(&self) -> Values<'_, T, G> {
[INFO] [stderr]     |                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: `colony` (lib) generated 8 warnings
[INFO] [stderr] warning: `colony` (lib test) generated 8 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/colony-04d88c1d7896c21b)
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test skipfield::test::join_blocks ... ok
[INFO] [stdout] test test::different_colonies_dont_alias ... ok
[INFO] [stdout] test test::clear ... ok
[INFO] [stdout] test skipfield::test::skip_one ... ok
[INFO] [stdout] test test::multiple_skipblocks_with_join ... ok
[INFO] [stdout] test test::get_after_remove_flag ... ok
[INFO] [stdout] test test::insert_after_clear_doesnt_alias ... ok
[INFO] [stdout] test test::get_after_remove_generation ... ok
[INFO] [stdout] test test::handle_is_null_pointer_optimized ... ok
[INFO] [stdout] test test::skipblock_join_and_reinsert_with_other_skipblock ... ok
[INFO] [stdout] test test::get_after_readd ... ok
[INFO] [stdout] test test::join_skipblocks ... ok
[INFO] [stdout] test test::insert_after_skipblock_join ... ok
[INFO] [stdout] test test::remove_and_readd_twice ... ok
[INFO] [stdout] test test::reserve ... ok
[INFO] [stdout] test skipfield::test::full ... ok
[INFO] [stdout] test skipfield::test::skip_all ... ok
[INFO] [stdout] test test::drops ... ok
[INFO] [stdout] test test::get ... ok
[INFO] [stdout] test skipfield::test::unskip_all ... ok
[INFO] [stdout] test test::remove_all_backward ... ok
[INFO] [stdout] test test::remove_all_forward ... ok
[INFO] [stderr]    Doc-tests colony
[INFO] [stdout] test test::reuse_slot ... ok
[INFO] [stdout] test test::insert ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.33s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 29 tests
[INFO] [stdout] test src/lib.rs - Colony<T,G>::clear (line 548) ... ok
[INFO] [stdout] test src/lib.rs - (line 104) ... ok
[INFO] [stdout] test src/lib.rs - Colony (line 114) ... ok
[INFO] [stdout] test src/lib.rs - (line 77) ... ok
[INFO] [stdout] test src/lib.rs - Colony (line 175) ... ok
[INFO] [stdout] test src/lib.rs - (line 153) ... ok
[INFO] [stdout] test src/lib.rs - (line 52) ... ok
[INFO] [stdout] test src/lib.rs - Colony<T,G>::get_unchecked (line 250) ... ok
[INFO] [stdout] test src/lib.rs - Colony (line 190) ... ok
[INFO] [stdout] test src/lib.rs - (line 138) ... ok
[INFO] [stdout] test src/lib.rs - Colony<T,G>::capacity (line 188) ... ok
[INFO] [stdout] test src/lib.rs - Colony<T,G>::remove (line 379) ... ok
[INFO] [stdout] test src/lib.rs - Colony (line 89) ... ok
[INFO] [stdout] test src/lib.rs - (line 119) ... ok
[INFO] [stdout] test src/lib.rs - (line 4) ... ok
[INFO] [stdout] test src/lib.rs - Colony (line 41) ... ok
[INFO] [stdout] test src/lib.rs - Colony<T,G>::reserve (line 592) ... ok
[INFO] [stdout] test src/lib.rs - Colony (line 156) ... ok
[INFO] [stdout] test src/lib.rs - Colony (line 141) ... ok
[INFO] [stdout] test src/lib.rs - Colony<T,G>::get (line 210) ... ok
[INFO] [stdout] test src/lib.rs - Colony<T,G>::insert (line 311) ... ok
[INFO] [stdout] test src/lib.rs - Colony<T,G>::is_empty (line 170) ... ok
[INFO] [stdout] test src/lib.rs - Colony<T,G>::iter (line 719) ... ok
[INFO] [stdout] test src/lib.rs - Colony<T,G>::remove_unchecked (line 418) ... ok
[INFO] [stdout] test src/lib.rs - Colony<T,G>::len (line 153) ... ok
[INFO] [stdout] test src/lib.rs - Colony<T>::new (line 60) ... ok
[INFO] [stdout] test src/lib.rs - Colony<T,G>::values (line 738) ... ok
[INFO] [stdout] test src/lib.rs - UnguardedColony<T>::unguarded (line 94) ... ok
[INFO] [stdout] test src/lib.rs - FlaggedColony<T>::flagged (line 77) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.81s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7fbb355ac7c53e0ce2eeec8a1be103fa04e6acb056ee0ac19108048b068016bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7fbb355ac7c53e0ce2eeec8a1be103fa04e6acb056ee0ac19108048b068016bc", kill_on_drop: false }`
[INFO] [stdout] 7fbb355ac7c53e0ce2eeec8a1be103fa04e6acb056ee0ac19108048b068016bc
