[INFO] fetching crate deltoid 0.12.0...
[INFO] testing deltoid-0.12.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate deltoid 0.12.0 into /workspace/builds/worker-2-tc2/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-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate deltoid 0.12.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f316bb3e99a0bdbf82c5decafb2f8e3e41a9a94353043b1a98cfe3b095e9184f
[INFO] running `Command { std: "docker" "start" "-a" "f316bb3e99a0bdbf82c5decafb2f8e3e41a9a94353043b1a98cfe3b095e9184f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f316bb3e99a0bdbf82c5decafb2f8e3e41a9a94353043b1a98cfe3b095e9184f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f316bb3e99a0bdbf82c5decafb2f8e3e41a9a94353043b1a98cfe3b095e9184f", kill_on_drop: false }`
[INFO] [stdout] f316bb3e99a0bdbf82c5decafb2f8e3e41a9a94353043b1a98cfe3b095e9184f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 12df0e0c5cc24503f496b67f751682b2a3aafe15c6e09b993926574cb6f177dd
[INFO] running `Command { std: "docker" "start" "-a" "12df0e0c5cc24503f496b67f751682b2a3aafe15c6e09b993926574cb6f177dd", 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.36s
[INFO] running `Command { std: "docker" "inspect" "12df0e0c5cc24503f496b67f751682b2a3aafe15c6e09b993926574cb6f177dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12df0e0c5cc24503f496b67f751682b2a3aafe15c6e09b993926574cb6f177dd", kill_on_drop: false }`
[INFO] [stdout] 12df0e0c5cc24503f496b67f751682b2a3aafe15c6e09b993926574cb6f177dd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 97a0a8c703e374f1e19a831258ca54b36282a0ca1b109e000f217381f66fa083
[INFO] running `Command { std: "docker" "start" "-a" "97a0a8c703e374f1e19a831258ca54b36282a0ca1b109e000f217381f66fa083", 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 5.22s
[INFO] running `Command { std: "docker" "inspect" "97a0a8c703e374f1e19a831258ca54b36282a0ca1b109e000f217381f66fa083", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "97a0a8c703e374f1e19a831258ca54b36282a0ca1b109e000f217381f66fa083", kill_on_drop: false }`
[INFO] [stdout] 97a0a8c703e374f1e19a831258ca54b36282a0ca1b109e000f217381f66fa083
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2ba6fb7177e9af27e0fd1520bfd88c4ef9d5d91faef2be13881057b0ad3b0677
[INFO] running `Command { std: "docker" "start" "-a" "2ba6fb7177e9af27e0fd1520bfd88c4ef9d5d91faef2be13881057b0ad3b0677", 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.08s
[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_1__apply__different_values ... ok
[INFO] [stdout] test arrays::tests::array_of_len_0__apply ... ok
[INFO] [stdout] test arrays::tests::array_of_len_1__delta__same_values ... ok
[INFO] [stdout] test arrays::tests::array_of_len_1__apply__same_values ... ok
[INFO] [stdout] test arrays::tests::array_of_len_N__apply__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__delta__same_values ... ok
[INFO] [stdout] test borrow::tests::Cow__apply__same_values ... ok
[INFO] [stdout] test borrow::tests::Cow__delta___different_values ... ok
[INFO] [stdout] test boxed::tests::Box__delta__same_values ... ok
[INFO] [stdout] test collections::btreemap::tests::BTreeMap__apply__different_values ... ok
[INFO] [stdout] test collections::btreemap::tests::BTreeMap__delta__different_values ... ok
[INFO] [stdout] test collections::btreeset::tests::BTreeSet__delta__same_values ... ok
[INFO] [stdout] test borrow::tests::Cow__delta___same_values ... ok
[INFO] [stdout] test collections::hashmap::tests::HashMap__apply__different_values ... ok
[INFO] [stdout] test boxed::tests::Box__apply__different_values ... ok
[INFO] [stdout] test collections::hashmap::tests::HashMap__apply__same_values ... ok
[INFO] [stdout] test boxed::tests::Box__delta__different_values ... ok
[INFO] [stdout] test collections::btreeset::tests::BTreeSet__delta__different_values ... ok
[INFO] [stdout] test collections::btreeset::tests::BTreeSet__apply__different_values ... ok
[INFO] [stdout] test collections::btreemap::tests::BTreeMap__apply__same_values ... ok
[INFO] [stdout] test collections::hashmap::tests::HashMap__delta__different_values ... ok
[INFO] [stdout] test collections::hashmap::tests::HashMap__delta__same_values ... ok
[INFO] [stdout] test collections::hashset::tests::HashSet__apply__different_values ... ok
[INFO] [stdout] test collections::hashset::tests::HashSet__apply__same_values ... ok
[INFO] [stdout] test collections::hashset::tests::HashSet__delta__different_values ... ok
[INFO] [stdout] test collections::hashset::tests::HashSet__delta__same_values ... ok
[INFO] [stdout] test collections::vecdeque::tests::VecDeque__apply__same_values ... ok
[INFO] [stdout] test collections::vecdeque::tests::VecDeque__delta__same_values ... ok
[INFO] [stdout] test option::tests::Option__apply__different_values ... ok
[INFO] [stdout] test option::tests::Option__apply__same_values ... ok
[INFO] [stdout] test option::tests::Option__delta__different_values ... ok
[INFO] [stdout] test option::tests::Option__delta__same_values ... ok
[INFO] [stdout] test range::tests::Range__apply__different_values ... ok
[INFO] [stdout] test rc::tests::Rc__apply__different_values ... ok
[INFO] [stdout] test range::tests::Range__delta___different_values ... ok
[INFO] [stdout] test range::tests::Range__apply__same_values ... ok
[INFO] [stdout] test arrays::tests::array_of_len_N__apply__different_values ... ok
[INFO] [stdout] test rc::tests::Rc__delta___same_values ... ok
[INFO] [stdout] test rc::tests::Rc__delta___different_values ... ok
[INFO] [stdout] test collections::vecdeque::tests::VecDeque__apply__different_values ... ok
[INFO] [stdout] test arrays::tests::array_of_len_0__delta ... ok
[INFO] [stdout] test result::tests::Result_Ok__apply__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 string::tests::Str__apply__different_values ... ok
[INFO] [stdout] test string::tests::Str__apply__same_values ... ok
[INFO] [stdout] test string::tests::Str__delta__same_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::String__delta__same_values ... ok
[INFO] [stdout] test boxed::tests::Box__apply__same_values ... ok
[INFO] [stdout] test sync::arc::tests::Arc__apply__same_values ... ok
[INFO] [stdout] test sync::arc::tests::Arc__apply__different_values ... ok
[INFO] [stdout] test sync::arc::tests::Arc__delta___different_values ... ok
[INFO] [stdout] test sync::arc::tests::Arc__delta___same_values ... ok
[INFO] [stdout] test sync::rwlock::tests::RwLock__apply_different_values ... ok
[INFO] [stdout] test sync::rwlock::tests::RwLock__apply_same_values ... ok
[INFO] [stdout] test sync::rwlock::tests::RwLock__delta__same_values ... ok
[INFO] [stdout] test sync::rwlock::tests::RwLock__delta__different_values ... ok
[INFO] [stdout] test tuple::tests::Tuple1__apply__different_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__delta__different_values ... ok
[INFO] [stdout] test string::tests::Str__delta__different_values ... ok
[INFO] [stdout] test arrays::tests::array_of_len_1__delta__different_values ... ok
[INFO] [stdout] test borrow::tests::Cow__apply__different_values ... ok
[INFO] [stdout] test collections::btreemap::tests::BTreeMap__delta__same_values ... ok
[INFO] [stdout] test collections::btreeset::tests::BTreeSet__apply__same_values ... ok
[INFO] [stdout] test collections::vecdeque::tests::VecDeque__delta__different_values ... ok
[INFO] [stdout] test range::tests::Range__delta___same_values ... ok
[INFO] [stdout] test rc::tests::Rc__apply__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 result::tests::Result_Err__delta__different_values ... ok
[INFO] [stdout] test result::tests::Result_Err__delta__same_values ... ok
[INFO] [stdout] test result::tests::Result_Ok__apply__same_values ... ok
[INFO] [stdout] test tuple::tests::Tuple1__apply__same_values ... ok
[INFO] [stdout] test tuple::tests::Tuple2__apply__different_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 tuple::tests::Tuple3__delta__different_values ... ok
[INFO] [stdout] test tuple::tests::Tuple3__delta__same_values ... ok
[INFO] [stdout] test tuple::tests::Tuple4__delta__different_values ... ok
[INFO] [stdout] test tuple::tests::Tuple4__apply__same_values ... ok
[INFO] [stdout] test tuple::tests::Tuple4__apply__different_values ... ok
[INFO] [stdout] test tuple::tests::Tuple3__apply__different_values ... ok
[INFO] [stdout] test tuple::tests::Tuple4__delta__same_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 tuple::tests::Tuple5__delta__same_values ... ok
[INFO] [stdout] test vec::tests::Vec__apply__different_values__different_length ... ok
[INFO] [stdout] test vec::tests::Vec__apply__different_values__same_length ... ok
[INFO] [stdout] test vec::tests::Vec__delta__different_values__same_length ... ok
[INFO] [stdout] test tuple::tests::Tuple5__delta__different_values ... ok
[INFO] [stdout] test vec::tests::Vec__delta__same_values ... ok
[INFO] [stdout] test vec::tests::Vec__delta__different_values__different_length ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 99 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests deltoid
[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" "2ba6fb7177e9af27e0fd1520bfd88c4ef9d5d91faef2be13881057b0ad3b0677", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ba6fb7177e9af27e0fd1520bfd88c4ef9d5d91faef2be13881057b0ad3b0677", kill_on_drop: false }`
[INFO] [stdout] 2ba6fb7177e9af27e0fd1520bfd88c4ef9d5d91faef2be13881057b0ad3b0677
