[INFO] fetching crate nodit 0.9.2...
[INFO] building nodit-0.9.2 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate nodit 0.9.2 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate nodit 0.9.2
[INFO] finished tweaking crates.io crate nodit 0.9.2
[INFO] tweaked toml for crates.io crate nodit 0.9.2 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate nodit 0.9.2 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 16 packages to latest compatible versions
[INFO] [stderr]       Adding itertools v0.13.0 (available: v0.14.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded btree_monstrousity v0.0.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e5356070053c9ddf00d39cdd2862a13c1263616fb2c2456693a81d8df7e7ea42
[INFO] running `Command { std: "docker" "start" "-a" "e5356070053c9ddf00d39cdd2862a13c1263616fb2c2456693a81d8df7e7ea42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e5356070053c9ddf00d39cdd2862a13c1263616fb2c2456693a81d8df7e7ea42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5356070053c9ddf00d39cdd2862a13c1263616fb2c2456693a81d8df7e7ea42", kill_on_drop: false }`
[INFO] [stdout] e5356070053c9ddf00d39cdd2862a13c1263616fb2c2456693a81d8df7e7ea42
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bd3042478197bda61987cfa6f503d1d56942b1fe6fbd5e624ccbbc025912df4b
[INFO] running `Command { std: "docker" "start" "-a" "bd3042478197bda61987cfa6f503d1d56942b1fe6fbd5e624ccbbc025912df4b", kill_on_drop: false }`
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling btree_monstrousity v0.0.5
[INFO] [stderr]    Compiling nodit v0.9.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/nodit/map.rs:500:33
[INFO] [stdout]     |
[INFO] [stdout] 498 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 499 |         interval: Q,
[INFO] [stdout] 500 |     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout]     |                                    ^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 500 -     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout] 500 +     ) -> impl Iterator<Item = K> + 'a
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/nodit/map.rs:588:33
[INFO] [stdout]     |
[INFO] [stdout] 586 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 587 |         interval: Q,
[INFO] [stdout] 588 |     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout]     |                                    ^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 588 -     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout] 588 +     ) -> impl Iterator<Item = K> + 'a
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/nodit/set.rs:78:33
[INFO] [stdout]    |
[INFO] [stdout] 76 |         &'a self,
[INFO] [stdout]    |          -- the lifetime is named here
[INFO] [stdout] 77 |         interval: Q,
[INFO] [stdout] 78 |     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout]    |                                    ^^ the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 78 -     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout] 78 +     ) -> impl Iterator<Item = K> + 'a
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/nodit/set.rs:88:33
[INFO] [stdout]    |
[INFO] [stdout] 86 |         &'a self,
[INFO] [stdout]    |          -- the lifetime is named here
[INFO] [stdout] 87 |         interval: Q,
[INFO] [stdout] 88 |     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout]    |                                    ^^ the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 88 -     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout] 88 +     ) -> impl Iterator<Item = K> + 'a
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
[INFO] running `Command { std: "docker" "inspect" "bd3042478197bda61987cfa6f503d1d56942b1fe6fbd5e624ccbbc025912df4b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd3042478197bda61987cfa6f503d1d56942b1fe6fbd5e624ccbbc025912df4b", kill_on_drop: false }`
[INFO] [stdout] bd3042478197bda61987cfa6f503d1d56942b1fe6fbd5e624ccbbc025912df4b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 90e76e9abfd2a0ce69b69ed7664ab1ac726598068695d0783f604213c86251df
[INFO] running `Command { std: "docker" "start" "-a" "90e76e9abfd2a0ce69b69ed7664ab1ac726598068695d0783f604213c86251df", kill_on_drop: false }`
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/nodit/map.rs:500:33
[INFO] [stdout]     |
[INFO] [stdout] 498 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 499 |         interval: Q,
[INFO] [stdout] 500 |     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout]     |                                    ^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 500 -     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout] 500 +     ) -> impl Iterator<Item = K> + 'a
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/nodit/map.rs:588:33
[INFO] [stdout]     |
[INFO] [stdout] 586 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 587 |         interval: Q,
[INFO] [stdout] 588 |     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout]     |                                    ^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 588 -     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout] 588 +     ) -> impl Iterator<Item = K> + 'a
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/nodit/set.rs:78:33
[INFO] [stdout]    |
[INFO] [stdout] 76 |         &'a self,
[INFO] [stdout]    |          -- the lifetime is named here
[INFO] [stdout] 77 |         interval: Q,
[INFO] [stdout] 78 |     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout]    |                                    ^^ the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 78 -     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout] 78 +     ) -> impl Iterator<Item = K> + 'a
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/nodit/set.rs:88:33
[INFO] [stdout]    |
[INFO] [stdout] 86 |         &'a self,
[INFO] [stdout]    |          -- the lifetime is named here
[INFO] [stdout] 87 |         interval: Q,
[INFO] [stdout] 88 |     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout]    |                                    ^^ the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 88 -     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout] 88 +     ) -> impl Iterator<Item = K> + 'a
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling nodit v0.9.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/nodit/map.rs:500:33
[INFO] [stdout]     |
[INFO] [stdout] 498 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 499 |         interval: Q,
[INFO] [stdout] 500 |     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout]     |                                    ^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 500 -     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout] 500 +     ) -> impl Iterator<Item = K> + 'a
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/nodit/map.rs:588:33
[INFO] [stdout]     |
[INFO] [stdout] 586 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 587 |         interval: Q,
[INFO] [stdout] 588 |     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout]     |                                    ^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 588 -     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout] 588 +     ) -> impl Iterator<Item = K> + 'a
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/nodit/set.rs:78:33
[INFO] [stdout]    |
[INFO] [stdout] 76 |         &'a self,
[INFO] [stdout]    |          -- the lifetime is named here
[INFO] [stdout] 77 |         interval: Q,
[INFO] [stdout] 78 |     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout]    |                                    ^^ the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 78 -     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout] 78 +     ) -> impl Iterator<Item = K> + 'a
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/nodit/set.rs:88:33
[INFO] [stdout]    |
[INFO] [stdout] 86 |         &'a self,
[INFO] [stdout]    |          -- the lifetime is named here
[INFO] [stdout] 87 |         interval: Q,
[INFO] [stdout] 88 |     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout]    |                                    ^^ the same 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 88 -     ) -> impl Iterator<Item = K> + '_
[INFO] [stdout] 88 +     ) -> impl Iterator<Item = K> + 'a
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.11s
[INFO] running `Command { std: "docker" "inspect" "90e76e9abfd2a0ce69b69ed7664ab1ac726598068695d0783f604213c86251df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90e76e9abfd2a0ce69b69ed7664ab1ac726598068695d0783f604213c86251df", kill_on_drop: false }`
[INFO] [stdout] 90e76e9abfd2a0ce69b69ed7664ab1ac726598068695d0783f604213c86251df
