[INFO] fetching crate mutable 0.2.8...
[INFO] testing mutable-0.2.8 against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] extracting crate mutable 0.2.8 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate mutable 0.2.8
[INFO] finished tweaking crates.io crate mutable 0.2.8
[INFO] tweaked toml for crates.io crate mutable 0.2.8 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mutable 0.2.8 on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "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" "+9f93af291970322f4f1c6315ccde4d7078201159" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 20 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6dc7b09aad6462626fa974e96d4ffac8323c0e1caf18eaaf58ecfcbb5d673857
[INFO] running `Command { std: "docker" "start" "-a" "6dc7b09aad6462626fa974e96d4ffac8323c0e1caf18eaaf58ecfcbb5d673857", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6dc7b09aad6462626fa974e96d4ffac8323c0e1caf18eaaf58ecfcbb5d673857", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6dc7b09aad6462626fa974e96d4ffac8323c0e1caf18eaaf58ecfcbb5d673857", kill_on_drop: false }`
[INFO] [stdout] 6dc7b09aad6462626fa974e96d4ffac8323c0e1caf18eaaf58ecfcbb5d673857
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1e7c8b30bd4cd14f822ce52ca6ff6785909a7e46ca5b4bcba86ff5f0c25c5d78
[INFO] running `Command { std: "docker" "start" "-a" "1e7c8b30bd4cd14f822ce52ca6ff6785909a7e46ca5b4bcba86ff5f0c25c5d78", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling convert_case v0.5.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling mutable_derive v0.3.3
[INFO] [stderr]    Compiling mutable v0.2.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `softeq::*`
[INFO] [stdout]  --> src/default_impl/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use softeq::*;
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/holder.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn get_mut(&mut self) -> MHRefMut<M> { MHRefMut(self) }
[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] 51 |     pub fn get_mut(&mut self) -> MHRefMut<'_, M> { MHRefMut(self) }
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
[INFO] running `Command { std: "docker" "inspect" "1e7c8b30bd4cd14f822ce52ca6ff6785909a7e46ca5b4bcba86ff5f0c25c5d78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e7c8b30bd4cd14f822ce52ca6ff6785909a7e46ca5b4bcba86ff5f0c25c5d78", kill_on_drop: false }`
[INFO] [stdout] 1e7c8b30bd4cd14f822ce52ca6ff6785909a7e46ca5b4bcba86ff5f0c25c5d78
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ad62e7c0c4f04094dc27ef02f9504306b33c722543113f786fa53c31bee5ac34
[INFO] running `Command { std: "docker" "start" "-a" "ad62e7c0c4f04094dc27ef02f9504306b33c722543113f786fa53c31bee5ac34", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `softeq::*`
[INFO] [stdout]  --> src/default_impl/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use softeq::*;
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling mutable v0.2.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/holder.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn get_mut(&mut self) -> MHRefMut<M> { MHRefMut(self) }
[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] 51 |     pub fn get_mut(&mut self) -> MHRefMut<'_, M> { MHRefMut(self) }
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `softeq::*`
[INFO] [stdout]  --> src/default_impl/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use softeq::*;
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/holder.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn get_mut(&mut self) -> MHRefMut<M> { MHRefMut(self) }
[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] 51 |     pub fn get_mut(&mut self) -> MHRefMut<'_, M> { MHRefMut(self) }
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] running `Command { std: "docker" "inspect" "ad62e7c0c4f04094dc27ef02f9504306b33c722543113f786fa53c31bee5ac34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad62e7c0c4f04094dc27ef02f9504306b33c722543113f786fa53c31bee5ac34", kill_on_drop: false }`
[INFO] [stdout] ad62e7c0c4f04094dc27ef02f9504306b33c722543113f786fa53c31bee5ac34
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 91ef67e4d7213b18e3d0fe09c8048aa88e44f9d0edfd0d3f3501d1b2133cf7ff
[INFO] running `Command { std: "docker" "start" "-a" "91ef67e4d7213b18e3d0fe09c8048aa88e44f9d0edfd0d3f3501d1b2133cf7ff", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `softeq::*`
[INFO] [stderr]  --> src/default_impl/mod.rs:5:9
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub use softeq::*;
[INFO] [stderr]   |         ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/holder.rs:51:20
[INFO] [stderr]    |
[INFO] [stderr] 51 |     pub fn get_mut(&mut self) -> MHRefMut<M> { MHRefMut(self) }
[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] 51 |     pub fn get_mut(&mut self) -> MHRefMut<'_, M> { MHRefMut(self) }
[INFO] [stderr]    |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: `mutable` (lib) generated 2 warnings (run `cargo fix --lib -p mutable` to apply 2 suggestions)
[INFO] [stderr] warning: `mutable` (lib test) generated 2 warnings (2 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/mutable-791017ea62389471)
[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] [stderr]    Doc-tests mutable
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test src/lib.rs - Mutable (line 54) ... FAILED
[INFO] [stdout] test src/lib.rs - Mutable (line 13) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 8) ... FAILED
[INFO] [stdout] test src/lib.rs - Mutable (line 28) ... FAILED
[INFO] [stdout] test src/cmp.rs - cmp::SoftEq (line 16) ... ok
[INFO] [stdout] test src/holder.rs - holder::MutableHolder (line 8) ... ok
[INFO] [stdout] test src/lib.rs - Mutable (line 88) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - Mutable (line 54) stdout ----
[INFO] [stdout] error[E0252]: the name `Mutable` is defined multiple times
[INFO] [stdout]  --> src/lib.rs:58:22
[INFO] [stdout]   |
[INFO] [stdout] 4 | use mutable::Mutable;
[INFO] [stdout]   |     ---------------- previous import of the macro `Mutable` here
[INFO] [stdout] 5 | use mutable::cmp::SoftEq;
[INFO] [stdout] 6 | use mutable_derive::{Mutable, SoftEq};
[INFO] [stdout]   |                      ^^^^^^^--
[INFO] [stdout]   |                      |
[INFO] [stdout]   |                      `Mutable` reimported here
[INFO] [stdout]   |                      help: remove unnecessary import
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Mutable` must be defined only once in the macro namespace of this module
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0252`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Mutable (line 13) stdout ----
[INFO] [stdout] error[E0252]: the name `Mutable` is defined multiple times
[INFO] [stdout]  --> src/lib.rs:16:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use mutable::Mutable;
[INFO] [stdout]   |     ---------------- previous import of the macro `Mutable` here
[INFO] [stdout] 6 | use mutable_derive::Mutable;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^ `Mutable` reimported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Mutable` must be defined only once in the macro namespace of this block
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0252`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 8) stdout ----
[INFO] [stdout] error[E0252]: the name `Mutable` is defined multiple times
[INFO] [stdout]  --> src/lib.rs:11:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use mutable::Mutable;
[INFO] [stdout]   |     ---------------- previous import of the macro `Mutable` here
[INFO] [stdout] 5 | use mutable_derive::Mutable;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^ `Mutable` reimported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Mutable` must be defined only once in the macro namespace of this module
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0252`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Mutable (line 28) stdout ----
[INFO] [stdout] error[E0252]: the name `Mutable` is defined multiple times
[INFO] [stdout]  --> src/lib.rs:31:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use mutable::Mutable;
[INFO] [stdout]   |     ---------------- previous import of the macro `Mutable` here
[INFO] [stdout] 5 | use mutable_derive::Mutable;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^ `Mutable` reimported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Mutable` must be defined only once in the macro namespace of this module
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0252`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 8)
[INFO] [stdout]     src/lib.rs - Mutable (line 13)
[INFO] [stdout]     src/lib.rs - Mutable (line 28)
[INFO] [stdout]     src/lib.rs - Mutable (line 54)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "91ef67e4d7213b18e3d0fe09c8048aa88e44f9d0edfd0d3f3501d1b2133cf7ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91ef67e4d7213b18e3d0fe09c8048aa88e44f9d0edfd0d3f3501d1b2133cf7ff", kill_on_drop: false }`
[INFO] [stdout] 91ef67e4d7213b18e3d0fe09c8048aa88e44f9d0edfd0d3f3501d1b2133cf7ff
