[INFO] cloning repository https://github.com/hedon-rust-road/conutils
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hedon-rust-road/conutils" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhedon-rust-road%2Fconutils", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhedon-rust-road%2Fconutils'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 57ad3e99c8392a6b712f590c73174cbb908848e3
[INFO] testing hedon-rust-road/conutils against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhedon-rust-road%2Fconutils" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hedon-rust-road/conutils
[INFO] finished tweaking git repo https://github.com/hedon-rust-road/conutils
[INFO] tweaked toml for git repo https://github.com/hedon-rust-road/conutils written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hedon-rust-road/conutils on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hedon-rust-road/conutils already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded anyhow v1.0.95
[INFO] [stderr]   Downloaded atomic-wait v1.1.0
[INFO] [stderr]   Downloaded libc v0.2.172
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6386a1f99cdd9692efb05d2d43ffc4f66309f49ca0656b93ebe8256b748f4aa7
[INFO] running `Command { std: "docker" "start" "-a" "6386a1f99cdd9692efb05d2d43ffc4f66309f49ca0656b93ebe8256b748f4aa7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6386a1f99cdd9692efb05d2d43ffc4f66309f49ca0656b93ebe8256b748f4aa7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6386a1f99cdd9692efb05d2d43ffc4f66309f49ca0656b93ebe8256b748f4aa7", kill_on_drop: false }`
[INFO] [stdout] 6386a1f99cdd9692efb05d2d43ffc4f66309f49ca0656b93ebe8256b748f4aa7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3c7358afdea8d054b76326c6d536fde317c88f749746f2b52bf56d74a543ea8f
[INFO] running `Command { std: "docker" "start" "-a" "3c7358afdea8d054b76326c6d536fde317c88f749746f2b52bf56d74a543ea8f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling atomic-wait v1.1.0
[INFO] [stderr]    Compiling conutils v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/mutex.rs:29:17
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn lock(&self) -> MutexGuard<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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn lock(&self) -> MutexGuard<'_, T> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rwlock.rs:40:17
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn read(&self) -> ReadGuard<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] 40 |     pub fn read(&self) -> ReadGuard<'_, T> {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rwlock.rs:63:18
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn write(&self) -> WriteGuard<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] 63 |     pub fn write(&self) -> WriteGuard<'_, T> {
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spinlock.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn lock(&self) -> Guard<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] 35 |     pub fn lock(&self) -> Guard<'_, T> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
[INFO] running `Command { std: "docker" "inspect" "3c7358afdea8d054b76326c6d536fde317c88f749746f2b52bf56d74a543ea8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c7358afdea8d054b76326c6d536fde317c88f749746f2b52bf56d74a543ea8f", kill_on_drop: false }`
[INFO] [stdout] 3c7358afdea8d054b76326c6d536fde317c88f749746f2b52bf56d74a543ea8f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 831222ef43a2a048c63885a28f189964ecf8c1a4c04e1ec390b0cc16d6bebfab
[INFO] running `Command { std: "docker" "start" "-a" "831222ef43a2a048c63885a28f189964ecf8c1a4c04e1ec390b0cc16d6bebfab", kill_on_drop: false }`
[INFO] [stderr]    Compiling conutils v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/mutex.rs:29:17
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn lock(&self) -> MutexGuard<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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn lock(&self) -> MutexGuard<'_, T> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rwlock.rs:40:17
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn read(&self) -> ReadGuard<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] 40 |     pub fn read(&self) -> ReadGuard<'_, T> {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rwlock.rs:63:18
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn write(&self) -> WriteGuard<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] 63 |     pub fn write(&self) -> WriteGuard<'_, T> {
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spinlock.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn lock(&self) -> Guard<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] 35 |     pub fn lock(&self) -> Guard<'_, T> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/mutex.rs:29:17
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn lock(&self) -> MutexGuard<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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn lock(&self) -> MutexGuard<'_, T> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rwlock.rs:40:17
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn read(&self) -> ReadGuard<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] 40 |     pub fn read(&self) -> ReadGuard<'_, T> {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rwlock.rs:63:18
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn write(&self) -> WriteGuard<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] 63 |     pub fn write(&self) -> WriteGuard<'_, T> {
[INFO] [stdout]    |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spinlock.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn lock(&self) -> Guard<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] 35 |     pub fn lock(&self) -> Guard<'_, T> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.59s
[INFO] running `Command { std: "docker" "inspect" "831222ef43a2a048c63885a28f189964ecf8c1a4c04e1ec390b0cc16d6bebfab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "831222ef43a2a048c63885a28f189964ecf8c1a4c04e1ec390b0cc16d6bebfab", kill_on_drop: false }`
[INFO] [stdout] 831222ef43a2a048c63885a28f189964ecf8c1a4c04e1ec390b0cc16d6bebfab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b2506b3c6f10c1742a33594b04d0f6c0f4d6e59ac1fe8b8791e318916b5d93e6
[INFO] running `Command { std: "docker" "start" "-a" "b2506b3c6f10c1742a33594b04d0f6c0f4d6e59ac1fe8b8791e318916b5d93e6", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/mutex.rs:29:17
[INFO] [stderr]    |
[INFO] [stderr] 29 |     pub fn lock(&self) -> MutexGuard<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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 29 |     pub fn lock(&self) -> MutexGuard<'_, T> {
[INFO] [stderr]    |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/rwlock.rs:40:17
[INFO] [stderr]    |
[INFO] [stderr] 40 |     pub fn read(&self) -> ReadGuard<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] 40 |     pub fn read(&self) -> ReadGuard<'_, T> {
[INFO] [stderr]    |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/rwlock.rs:63:18
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub fn write(&self) -> WriteGuard<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] 63 |     pub fn write(&self) -> WriteGuard<'_, T> {
[INFO] [stderr]    |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/spinlock.rs:35:17
[INFO] [stderr]    |
[INFO] [stderr] 35 |     pub fn lock(&self) -> Guard<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] 35 |     pub fn lock(&self) -> Guard<'_, T> {
[INFO] [stderr]    |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: `conutils` (lib) generated 4 warnings
[INFO] [stderr] warning: `conutils` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/conutils-586f97ebec028faa)
[INFO] [stdout] 
[INFO] [stdout] running 27 tests
[INFO] [stdout] test arc::tests::cycle_reference_no_weak_should_not_free_resource ... ok
[INFO] [stdout] test arc::tests::cycle_reference_use_weak_should_free_resource ... ok
[INFO] [stdout] test arc::tests::test_basic_arc ... ok
[INFO] [stdout] test arc::tests::test_get_mut ... ok
[INFO] [stdout] test arc::tests::test_weak_reference ... ok
[INFO] [stdout] test mpsc::tests::channel_fast_path_should_work ... ok
[INFO] [stdout] test mpsc::tests::channel_should_work ... ok
[INFO] [stdout] test arc::tests::arc_should_work ... ok
[INFO] [stdout] test arc::tests::test_multiple_threads ... ok
[INFO] [stdout] test mpsc::tests::receiver_drop_should_error_when_send ... ok
[INFO] [stdout] test mpsc::tests::multi_producer_should_work ... ok
[INFO] [stdout] test mutex::tests::one_thread_should_work ... ok
[INFO] [stdout] test mutex::tests::high_concurrency_test ... ok
[INFO] [stdout] test oneshot::tests::one_thread_should_work ... ok
[INFO] [stdout] test oneshot::tests::multi_threads_should_work ... ok
[INFO] [stdout] test rwlock::tests::one_thread_should_work ... ok
[INFO] [stdout] test rwlock::tests::remutex_should_work ... ok
[INFO] [stdout] test mutex::tests::cross_thread_should_work ... ok
[INFO] [stdout] test condvar::tests::condvar_usage ... ok
[INFO] [stdout] test spinlock::tests::one_thread_should_work ... ok
[INFO] [stdout] test spinlock::tests::multi_threads_should_work ... ok
[INFO] [stdout] test mpsc::tests::receiver_should_be_blocked_when_no_message_is_available ... ok
[INFO] [stdout] test mpsc::tests::last_sender_drop_should_error_when_receive ... ok
[INFO] [stdout] test mpsc::tests::receiver_shall_be_notified_when_all_senders_exit ... ok
[INFO] [stdout] test rwlock::tests::writer_starvation_should_resolved ... ok
[INFO] [stdout] test condvar::tests::condvar_should_work ... ok
[INFO] [stdout] test rwlock::tests::cross_thread_should_work ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.12s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests conutils
[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" "b2506b3c6f10c1742a33594b04d0f6c0f4d6e59ac1fe8b8791e318916b5d93e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2506b3c6f10c1742a33594b04d0f6c0f4d6e59ac1fe8b8791e318916b5d93e6", kill_on_drop: false }`
[INFO] [stdout] b2506b3c6f10c1742a33594b04d0f6c0f4d6e59ac1fe8b8791e318916b5d93e6
