[INFO] fetching crate deltoid 0.12.0...
[INFO] testing deltoid-0.12.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate deltoid 0.12.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate deltoid 0.12.0
[INFO] finished tweaking crates.io crate deltoid 0.12.0
[INFO] tweaked toml for crates.io crate deltoid 0.12.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate deltoid 0.12.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 39 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3d6aae8a6a5bbc3456e9ed489cfc5bc168b2cbae56471f7842efc5958850c23a
[INFO] running `Command { std: "docker" "start" "-a" "3d6aae8a6a5bbc3456e9ed489cfc5bc168b2cbae56471f7842efc5958850c23a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3d6aae8a6a5bbc3456e9ed489cfc5bc168b2cbae56471f7842efc5958850c23a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d6aae8a6a5bbc3456e9ed489cfc5bc168b2cbae56471f7842efc5958850c23a", kill_on_drop: false }`
[INFO] [stdout] 3d6aae8a6a5bbc3456e9ed489cfc5bc168b2cbae56471f7842efc5958850c23a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 24bf6bce08a2b992e2f239db35c3b48479676c1cbb0dc13bdf42b510839bc111
[INFO] running `Command { std: "docker" "start" "-a" "24bf6bce08a2b992e2f239db35c3b48479676c1cbb0dc13bdf42b510839bc111", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling deltoid v0.12.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/collections/mod.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub use btreemap::*;
[INFO] [stdout]    |         ^^^^^^^^^^^ the name `EntryDelta` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 12 | pub use hashset::*;
[INFO] [stdout]    |         ---------- but the name `EntryDelta` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::tuple::*`
[INFO] [stdout]   --> src/lib.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub use crate::tuple::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/collections/btreemap.rs:147:58
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &EntryDelta<K, V>> + 'd> {
[INFO] [stdout]     |                      -- the lifetime is named here       ^^^^^^^^^^^^^^^^^ 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 `'d`
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &'d EntryDelta<K, V>> + 'd> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/collections/btreeset.rs:121:58
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &EntryDelta<T>> + 'd> {
[INFO] [stdout]     |                      -- the lifetime is named here       ^^^^^^^^^^^^^^ 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 `'d`
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &'d EntryDelta<T>> + 'd> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/collections/hashmap.rs:147:58
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &EntryDelta<K, V>> + 'd> {
[INFO] [stdout]     |                      -- the lifetime is named here       ^^^^^^^^^^^^^^^^^ 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 `'d`
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &'d EntryDelta<K, V>> + 'd> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/collections/hashset.rs:122:58
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &EntryDelta<T>> + 'd> {
[INFO] [stdout]     |                      -- the lifetime is named here       ^^^^^^^^^^^^^^ 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 `'d`
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &'d EntryDelta<T>> + 'd> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/collections/vecdeque.rs:112:55
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub fn iter<'d>(&'d self) -> impl Iterator<Item = &EltDelta<T>> + 'd {
[INFO] [stdout]     |                      --                               ^^^^^^^^^^^^    -- the same lifetime is named here
[INFO] [stdout]     |                      |                                |
[INFO] [stdout]     |                      the lifetime is named here       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 `'d`
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub fn iter<'d>(&'d self) -> impl Iterator<Item = &'d EltDelta<T>> + 'd {
[INFO] [stdout]     |                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sync/rwlock.rs:25:21
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn try_read(&self) -> DeltaResult<RwLockReadGuard<T>> {
[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] 25 |     pub fn try_read(&self) -> DeltaResult<RwLockReadGuard<'_, T>> {
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sync/rwlock.rs:29:22
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn try_write(&self) -> DeltaResult<RwLockWriteGuard<T>> {
[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] 29 |     pub fn try_write(&self) -> DeltaResult<RwLockWriteGuard<'_, T>> {
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/vec.rs:141:55
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub fn iter<'d>(&'d self) -> impl Iterator<Item = &EltDelta<T>> + 'd {
[INFO] [stdout]     |                      --                               ^^^^^^^^^^^^    -- the same lifetime is named here
[INFO] [stdout]     |                      |                                |
[INFO] [stdout]     |                      the lifetime is named here       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 `'d`
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub fn iter<'d>(&'d self) -> impl Iterator<Item = &'d EltDelta<T>> + 'd {
[INFO] [stdout]     |                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
[INFO] running `Command { std: "docker" "inspect" "24bf6bce08a2b992e2f239db35c3b48479676c1cbb0dc13bdf42b510839bc111", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24bf6bce08a2b992e2f239db35c3b48479676c1cbb0dc13bdf42b510839bc111", kill_on_drop: false }`
[INFO] [stdout] 24bf6bce08a2b992e2f239db35c3b48479676c1cbb0dc13bdf42b510839bc111
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ad129f2434bbcafac95a73d84ac3577e9785f65341019ec1a5db7a5db5ce10c2
[INFO] running `Command { std: "docker" "start" "-a" "ad129f2434bbcafac95a73d84ac3577e9785f65341019ec1a5db7a5db5ce10c2", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/collections/mod.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub use btreemap::*;
[INFO] [stdout]    |         ^^^^^^^^^^^ the name `EntryDelta` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 12 | pub use hashset::*;
[INFO] [stdout]    |         ---------- but the name `EntryDelta` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::tuple::*`
[INFO] [stdout]   --> src/lib.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub use crate::tuple::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/collections/btreemap.rs:147:58
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &EntryDelta<K, V>> + 'd> {
[INFO] [stdout]     |                      -- the lifetime is named here       ^^^^^^^^^^^^^^^^^ 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 `'d`
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &'d EntryDelta<K, V>> + 'd> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/collections/btreeset.rs:121:58
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &EntryDelta<T>> + 'd> {
[INFO] [stdout]     |                      -- the lifetime is named here       ^^^^^^^^^^^^^^ 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 `'d`
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &'d EntryDelta<T>> + 'd> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/collections/hashmap.rs:147:58
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &EntryDelta<K, V>> + 'd> {
[INFO] [stdout]     |                      -- the lifetime is named here       ^^^^^^^^^^^^^^^^^ 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 `'d`
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &'d EntryDelta<K, V>> + 'd> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/collections/hashset.rs:122:58
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &EntryDelta<T>> + 'd> {
[INFO] [stdout]     |                      -- the lifetime is named here       ^^^^^^^^^^^^^^ 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 `'d`
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &'d EntryDelta<T>> + 'd> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/collections/vecdeque.rs:112:55
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub fn iter<'d>(&'d self) -> impl Iterator<Item = &EltDelta<T>> + 'd {
[INFO] [stdout]     |                      --                               ^^^^^^^^^^^^    -- the same lifetime is named here
[INFO] [stdout]     |                      |                                |
[INFO] [stdout]     |                      the lifetime is named here       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 `'d`
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub fn iter<'d>(&'d self) -> impl Iterator<Item = &'d EltDelta<T>> + 'd {
[INFO] [stdout]     |                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sync/rwlock.rs:25:21
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn try_read(&self) -> DeltaResult<RwLockReadGuard<T>> {
[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] 25 |     pub fn try_read(&self) -> DeltaResult<RwLockReadGuard<'_, T>> {
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sync/rwlock.rs:29:22
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn try_write(&self) -> DeltaResult<RwLockWriteGuard<T>> {
[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] 29 |     pub fn try_write(&self) -> DeltaResult<RwLockWriteGuard<'_, T>> {
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/vec.rs:141:55
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub fn iter<'d>(&'d self) -> impl Iterator<Item = &EltDelta<T>> + 'd {
[INFO] [stdout]     |                      --                               ^^^^^^^^^^^^    -- the same lifetime is named here
[INFO] [stdout]     |                      |                                |
[INFO] [stdout]     |                      the lifetime is named here       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 `'d`
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub fn iter<'d>(&'d self) -> impl Iterator<Item = &'d EltDelta<T>> + 'd {
[INFO] [stdout]     |                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling deltoid v0.12.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/collections/mod.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub use btreemap::*;
[INFO] [stdout]    |         ^^^^^^^^^^^ the name `EntryDelta` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 12 | pub use hashset::*;
[INFO] [stdout]    |         ---------- but the name `EntryDelta` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::tuple::*`
[INFO] [stdout]   --> src/lib.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub use crate::tuple::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/collections/btreemap.rs:147:58
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &EntryDelta<K, V>> + 'd> {
[INFO] [stdout]     |                      -- the lifetime is named here       ^^^^^^^^^^^^^^^^^ 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 `'d`
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &'d EntryDelta<K, V>> + 'd> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/collections/btreeset.rs:121:58
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &EntryDelta<T>> + 'd> {
[INFO] [stdout]     |                      -- the lifetime is named here       ^^^^^^^^^^^^^^ 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 `'d`
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &'d EntryDelta<T>> + 'd> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/collections/hashmap.rs:147:58
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &EntryDelta<K, V>> + 'd> {
[INFO] [stdout]     |                      -- the lifetime is named here       ^^^^^^^^^^^^^^^^^ 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 `'d`
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &'d EntryDelta<K, V>> + 'd> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/collections/hashset.rs:122:58
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &EntryDelta<T>> + 'd> {
[INFO] [stdout]     |                      -- the lifetime is named here       ^^^^^^^^^^^^^^ 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 `'d`
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &'d EntryDelta<T>> + 'd> {
[INFO] [stdout]     |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/collections/vecdeque.rs:112:55
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub fn iter<'d>(&'d self) -> impl Iterator<Item = &EltDelta<T>> + 'd {
[INFO] [stdout]     |                      --                               ^^^^^^^^^^^^    -- the same lifetime is named here
[INFO] [stdout]     |                      |                                |
[INFO] [stdout]     |                      the lifetime is named here       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 `'d`
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub fn iter<'d>(&'d self) -> impl Iterator<Item = &'d EltDelta<T>> + 'd {
[INFO] [stdout]     |                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sync/rwlock.rs:25:21
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn try_read(&self) -> DeltaResult<RwLockReadGuard<T>> {
[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] 25 |     pub fn try_read(&self) -> DeltaResult<RwLockReadGuard<'_, T>> {
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sync/rwlock.rs:29:22
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn try_write(&self) -> DeltaResult<RwLockWriteGuard<T>> {
[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] 29 |     pub fn try_write(&self) -> DeltaResult<RwLockWriteGuard<'_, T>> {
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/vec.rs:141:55
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub fn iter<'d>(&'d self) -> impl Iterator<Item = &EltDelta<T>> + 'd {
[INFO] [stdout]     |                      --                               ^^^^^^^^^^^^    -- the same lifetime is named here
[INFO] [stdout]     |                      |                                |
[INFO] [stdout]     |                      the lifetime is named here       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 `'d`
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub fn iter<'d>(&'d self) -> impl Iterator<Item = &'d EltDelta<T>> + 'd {
[INFO] [stdout]     |                                                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.48s
[INFO] running `Command { std: "docker" "inspect" "ad129f2434bbcafac95a73d84ac3577e9785f65341019ec1a5db7a5db5ce10c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad129f2434bbcafac95a73d84ac3577e9785f65341019ec1a5db7a5db5ce10c2", kill_on_drop: false }`
[INFO] [stdout] ad129f2434bbcafac95a73d84ac3577e9785f65341019ec1a5db7a5db5ce10c2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f297dc5f442b62614315d7e3d34469d02668c83d7b53f65752952f1a17eb7beb
[INFO] running `Command { std: "docker" "start" "-a" "f297dc5f442b62614315d7e3d34469d02668c83d7b53f65752952f1a17eb7beb", kill_on_drop: false }`
[INFO] [stderr] warning: ambiguous glob re-exports
[INFO] [stderr]   --> src/collections/mod.rs:9:9
[INFO] [stderr]    |
[INFO] [stderr]  9 | pub use btreemap::*;
[INFO] [stderr]    |         ^^^^^^^^^^^ the name `EntryDelta` in the type namespace is first re-exported here
[INFO] [stderr] ...
[INFO] [stderr] 12 | pub use hashset::*;
[INFO] [stderr]    |         ---------- but the name `EntryDelta` in the type namespace is also re-exported here
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::tuple::*`
[INFO] [stderr]   --> src/lib.rs:35:9
[INFO] [stderr]    |
[INFO] [stderr] 35 | pub use crate::tuple::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/collections/btreemap.rs:147:58
[INFO] [stderr]     |
[INFO] [stderr] 147 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &EntryDelta<K, V>> + 'd> {
[INFO] [stderr]     |                      -- the lifetime is named here       ^^^^^^^^^^^^^^^^^ the same 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: consistently use `'d`
[INFO] [stderr]     |
[INFO] [stderr] 147 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &'d EntryDelta<K, V>> + 'd> {
[INFO] [stderr]     |                                                           ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/collections/btreeset.rs:121:58
[INFO] [stderr]     |
[INFO] [stderr] 121 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &EntryDelta<T>> + 'd> {
[INFO] [stderr]     |                      -- the lifetime is named here       ^^^^^^^^^^^^^^ the same 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: consistently use `'d`
[INFO] [stderr]     |
[INFO] [stderr] 121 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &'d EntryDelta<T>> + 'd> {
[INFO] [stderr]     |                                                           ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/collections/hashmap.rs:147:58
[INFO] [stderr]     |
[INFO] [stderr] 147 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &EntryDelta<K, V>> + 'd> {
[INFO] [stderr]     |                      -- the lifetime is named here       ^^^^^^^^^^^^^^^^^ the same 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: consistently use `'d`
[INFO] [stderr]     |
[INFO] [stderr] 147 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &'d EntryDelta<K, V>> + 'd> {
[INFO] [stderr]     |                                                           ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/collections/hashset.rs:122:58
[INFO] [stderr]     |
[INFO] [stderr] 122 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &EntryDelta<T>> + 'd> {
[INFO] [stderr]     |                      -- the lifetime is named here       ^^^^^^^^^^^^^^ the same 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: consistently use `'d`
[INFO] [stderr]     |
[INFO] [stderr] 122 |     pub fn iter<'d>(&'d self) -> Box<dyn Iterator<Item = &'d EntryDelta<T>> + 'd> {
[INFO] [stderr]     |                                                           ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/collections/vecdeque.rs:112:55
[INFO] [stderr]     |
[INFO] [stderr] 112 |     pub fn iter<'d>(&'d self) -> impl Iterator<Item = &EltDelta<T>> + 'd {
[INFO] [stderr]     |                      --                               ^^^^^^^^^^^^    -- the same lifetime is named here
[INFO] [stderr]     |                      |                                |
[INFO] [stderr]     |                      the lifetime is named here       the same 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: consistently use `'d`
[INFO] [stderr]     |
[INFO] [stderr] 112 |     pub fn iter<'d>(&'d self) -> impl Iterator<Item = &'d EltDelta<T>> + 'd {
[INFO] [stderr]     |                                                        ++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/sync/rwlock.rs:25:21
[INFO] [stderr]    |
[INFO] [stderr] 25 |     pub fn try_read(&self) -> DeltaResult<RwLockReadGuard<T>> {
[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] 25 |     pub fn try_read(&self) -> DeltaResult<RwLockReadGuard<'_, T>> {
[INFO] [stderr]    |                                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/sync/rwlock.rs:29:22
[INFO] [stderr]    |
[INFO] [stderr] 29 |     pub fn try_write(&self) -> DeltaResult<RwLockWriteGuard<T>> {
[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] 29 |     pub fn try_write(&self) -> DeltaResult<RwLockWriteGuard<'_, T>> {
[INFO] [stderr]    |                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/vec.rs:141:55
[INFO] [stderr]     |
[INFO] [stderr] 141 |     pub fn iter<'d>(&'d self) -> impl Iterator<Item = &EltDelta<T>> + 'd {
[INFO] [stderr]     |                      --                               ^^^^^^^^^^^^    -- the same lifetime is named here
[INFO] [stderr]     |                      |                                |
[INFO] [stderr]     |                      the lifetime is named here       the same 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: consistently use `'d`
[INFO] [stderr]     |
[INFO] [stderr] 141 |     pub fn iter<'d>(&'d self) -> impl Iterator<Item = &'d EltDelta<T>> + 'd {
[INFO] [stderr]     |                                                        ++
[INFO] [stderr] 
[INFO] [stderr] warning: `deltoid` (lib) generated 10 warnings (run `cargo fix --lib -p deltoid` to apply 9 suggestions)
[INFO] [stderr] warning: `deltoid` (lib test) generated 10 warnings (10 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/deltoid-239b5c5e28685a2f)
[INFO] [stdout] 
[INFO] [stdout] running 99 tests
[INFO] [stdout] test arrays::tests::array_of_len_0__delta ... ok
[INFO] [stdout] test arrays::tests::array_of_len_1__delta__same_values ... ok
[INFO] [stdout] test arrays::tests::array_of_len_N__apply__different_values ... ok
[INFO] [stdout] test arrays::tests::array_of_len_1__apply__same_values ... ok
[INFO] [stdout] test arrays::tests::array_of_len_0__apply ... ok
[INFO] [stdout] test arrays::tests::array_of_len_1__apply__different_values ... ok
[INFO] [stdout] test arrays::tests::array_of_len_N__delta__same_values ... ok
[INFO] [stdout] test arrays::tests::array_of_len_N__delta__different_values ... ok
[INFO] [stdout] test arrays::tests::array_of_len_N__apply__same_values ... ok
[INFO] [stdout] test borrow::tests::Cow__apply__different_values ... ok
[INFO] [stdout] test borrow::tests::Cow__delta___different_values ... ok
[INFO] [stdout] test boxed::tests::Box__apply__same_values ... ok
[INFO] [stdout] test boxed::tests::Box__delta__different_values ... ok
[INFO] [stdout] test boxed::tests::Box__delta__same_values ... ok
[INFO] [stdout] test collections::btreeset::tests::BTreeSet__apply__same_values ... ok
[INFO] [stdout] test collections::btreemap::tests::BTreeMap__apply__different_values ... ok
[INFO] [stdout] test borrow::tests::Cow__apply__same_values ... ok
[INFO] [stdout] test collections::hashset::tests::HashSet__apply__different_values ... ok
[INFO] [stdout] test boxed::tests::Box__apply__different_values ... ok
[INFO] [stdout] test collections::btreemap::tests::BTreeMap__delta__same_values ... ok
[INFO] [stdout] test collections::btreemap::tests::BTreeMap__apply__same_values ... ok
[INFO] [stdout] test collections::btreeset::tests::BTreeSet__apply__different_values ... ok
[INFO] [stdout] test collections::btreemap::tests::BTreeMap__delta__different_values ... ok
[INFO] [stdout] test collections::hashmap::tests::HashMap__apply__different_values ... ok
[INFO] [stdout] test collections::hashset::tests::HashSet__delta__different_values ... ok
[INFO] [stdout] test collections::vecdeque::tests::VecDeque__apply__same_values ... ok
[INFO] [stdout] test collections::hashmap::tests::HashMap__delta__different_values ... ok
[INFO] [stdout] test collections::vecdeque::tests::VecDeque__delta__different_values ... ok
[INFO] [stdout] test collections::vecdeque::tests::VecDeque__delta__same_values ... ok
[INFO] [stdout] test collections::hashmap::tests::HashMap__delta__same_values ... ok
[INFO] [stdout] test collections::vecdeque::tests::VecDeque__apply__different_values ... ok
[INFO] [stdout] test collections::btreeset::tests::BTreeSet__delta__different_values ... ok
[INFO] [stdout] test borrow::tests::Cow__delta___same_values ... ok
[INFO] [stdout] test option::tests::Option__apply__different_values ... ok
[INFO] [stdout] test collections::hashset::tests::HashSet__apply__same_values ... ok
[INFO] [stdout] test option::tests::Option__apply__same_values ... ok
[INFO] [stdout] test range::tests::Range__apply__different_values ... ok
[INFO] [stdout] test option::tests::Option__delta__same_values ... ok
[INFO] [stdout] test collections::hashmap::tests::HashMap__apply__same_values ... ok
[INFO] [stdout] test range::tests::Range__apply__same_values ... ok
[INFO] [stdout] test collections::btreeset::tests::BTreeSet__delta__same_values ... ok
[INFO] [stdout] test range::tests::Range__delta___different_values ... ok
[INFO] [stdout] test result::tests::Result_Err__delta__different_values ... ok
[INFO] [stdout] test range::tests::Range__delta___same_values ... ok
[INFO] [stdout] test rc::tests::Rc__apply__different_values ... ok
[INFO] [stdout] test result::tests::Result_Err__delta__same_values ... ok
[INFO] [stdout] test rc::tests::Rc__apply__same_values ... ok
[INFO] [stdout] test result::tests::Result_Ok__apply__different_values ... ok
[INFO] [stdout] test rc::tests::Rc__delta___different_values ... ok
[INFO] [stdout] test rc::tests::Rc__delta___same_values ... ok
[INFO] [stdout] test result::tests::Result_Err__apply__different_values ... ok
[INFO] [stdout] test result::tests::Result_Err__apply__same_values ... ok
[INFO] [stdout] test option::tests::Option__delta__different_values ... ok
[INFO] [stdout] test result::tests::Result_Ok__delta__different_values ... ok
[INFO] [stdout] test result::tests::Result_Ok__delta__same_values ... ok
[INFO] [stdout] test result::tests::Result_Ok__apply__same_values ... ok
[INFO] [stdout] test string::tests::Str__delta__different_values ... ok
[INFO] [stdout] test string::tests::String__apply__different_values ... ok
[INFO] [stdout] test string::tests::String__apply__same_values ... ok
[INFO] [stdout] test string::tests::String__delta__different_values ... ok
[INFO] [stdout] test string::tests::Str__apply__different_values ... ok
[INFO] [stdout] test string::tests::String__delta__same_values ... ok
[INFO] [stdout] test sync::arc::tests::Arc__apply__same_values ... ok
[INFO] [stdout] test string::tests::Str__apply__same_values ... ok
[INFO] [stdout] test sync::arc::tests::Arc__delta___same_values ... ok
[INFO] [stdout] test sync::arc::tests::Arc__delta___different_values ... ok
[INFO] [stdout] test sync::arc::tests::Arc__apply__different_values ... ok
[INFO] [stdout] test sync::rwlock::tests::RwLock__delta__different_values ... ok
[INFO] [stdout] test sync::rwlock::tests::RwLock__delta__same_values ... ok
[INFO] [stdout] test string::tests::Str__delta__same_values ... ok
[INFO] [stdout] test tuple::tests::Tuple1__apply__different_values ... ok
[INFO] [stdout] test tuple::tests::Tuple1__apply__same_values ... ok
[INFO] [stdout] test tuple::tests::Tuple1__delta__different_values ... ok
[INFO] [stdout] test tuple::tests::Tuple1__delta__same_values ... ok
[INFO] [stdout] test tuple::tests::Tuple2__apply__same_values ... ok
[INFO] [stdout] test tuple::tests::Tuple2__apply__different_values ... ok
[INFO] [stdout] test tuple::tests::Tuple2__delta__different_values ... ok
[INFO] [stdout] test tuple::tests::Tuple3__delta__different_values ... ok
[INFO] [stdout] test tuple::tests::Tuple3__delta__same_values ... ok
[INFO] [stdout] test tuple::tests::Tuple2__delta__same_values ... ok
[INFO] [stdout] test tuple::tests::Tuple3__apply__same_values ... ok
[INFO] [stdout] test sync::rwlock::tests::RwLock__apply_same_values ... ok
[INFO] [stdout] test tuple::tests::Tuple4__apply__different_values ... ok
[INFO] [stdout] test tuple::tests::Tuple4__apply__same_values ... ok
[INFO] [stdout] test tuple::tests::Tuple3__apply__different_values ... ok
[INFO] [stdout] test tuple::tests::Tuple5__apply__different_values ... ok
[INFO] [stdout] test tuple::tests::Tuple5__apply__same_values ... ok
[INFO] [stdout] test vec::tests::Vec__apply__different_values__same_length ... ok
[INFO] [stdout] test tuple::tests::Tuple5__delta__different_values ... ok
[INFO] [stdout] test sync::rwlock::tests::RwLock__apply_different_values ... ok
[INFO] [stdout] test vec::tests::Vec__apply__different_values__different_length ... ok
[INFO] [stdout] test tuple::tests::Tuple4__delta__different_values ... ok
[INFO] [stdout] test vec::tests::Vec__delta__different_values__different_length ... ok
[INFO] [stdout] test vec::tests::Vec__delta__same_values ... ok
[INFO] [stdout] test vec::tests::Vec__delta__different_values__same_length ... ok
[INFO] [stdout] test tuple::tests::Tuple5__delta__same_values ... ok
[INFO] [stdout] test tuple::tests::Tuple4__delta__same_values ... ok
[INFO] [stdout] test collections::hashset::tests::HashSet__delta__same_values ... ok
[INFO] [stdout] test arrays::tests::array_of_len_1__delta__different_values ... ok
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests deltoid
[INFO] [stdout] test result: ok. 99 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f297dc5f442b62614315d7e3d34469d02668c83d7b53f65752952f1a17eb7beb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f297dc5f442b62614315d7e3d34469d02668c83d7b53f65752952f1a17eb7beb", kill_on_drop: false }`
[INFO] [stdout] f297dc5f442b62614315d7e3d34469d02668c83d7b53f65752952f1a17eb7beb
