[INFO] cloning repository https://github.com/kgjoner/mimic [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kgjoner/mimic" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkgjoner%2Fmimic", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkgjoner%2Fmimic'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b153b85af7b15f81c1c7bf40c2d67ff99edf8e10 [INFO] testing kgjoner/mimic against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkgjoner%2Fmimic" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/kgjoner/mimic [INFO] finished tweaking git repo https://github.com/kgjoner/mimic [INFO] tweaked toml for git repo https://github.com/kgjoner/mimic written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/kgjoner/mimic 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] crate git repo https://github.com/kgjoner/mimic 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 9a6a8866217f93d0f7328c88974ebab99a61d6da1e4778f2e27bf2cbc432b830 [INFO] running `Command { std: "docker" "start" "-a" "9a6a8866217f93d0f7328c88974ebab99a61d6da1e4778f2e27bf2cbc432b830", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9a6a8866217f93d0f7328c88974ebab99a61d6da1e4778f2e27bf2cbc432b830", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a6a8866217f93d0f7328c88974ebab99a61d6da1e4778f2e27bf2cbc432b830", kill_on_drop: false }` [INFO] [stdout] 9a6a8866217f93d0f7328c88974ebab99a61d6da1e4778f2e27bf2cbc432b830 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 8a4a169ac7226eaeee1b326525cae7c171dd42683f1deb3f61ef7cf9a4097439 [INFO] running `Command { std: "docker" "start" "-a" "8a4a169ac7226eaeee1b326525cae7c171dd42683f1deb3f61ef7cf9a4097439", kill_on_drop: false }` [INFO] [stderr] Compiling mimic v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/app/use_cases/list_treasures.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> ListTreasuresInteractor { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> ListTreasuresInteractor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/app/use_cases/memorize_treasure.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> MemorizeTreasureInteractor { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> MemorizeTreasureInteractor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/app/use_cases/forget_treasure.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> ForgetTreasureInteractor { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> ForgetTreasureInteractor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/app/use_cases/spit.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> SpitInteractor { [INFO] [stdout] | -- ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> SpitInteractor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/app/use_cases/swallow.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(repos: &'a Repos) -> SwallowInteractor { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(repos: &'a Repos) -> SwallowInteractor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/app/use_cases/destroy.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> DestroyInteractor { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> DestroyInteractor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/gateway/cli/controller/command.rs:56:48 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn to_help_dto<'a>(&'a self) -> Result { [INFO] [stdout] | -- ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 56 | pub fn to_help_dto<'a>(&'a self) -> Result, NormalizedError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/gateway/cli/controller/command.rs:62:68 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn to_path_dto<'a>(&'a self, config: &'a Config) -> Result { [INFO] [stdout] | -- -- ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 62 | pub fn to_path_dto<'a>(&'a self, config: &'a Config) -> Result, NormalizedError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/gateway/cli/controller/command.rs:81:17 [INFO] [stdout] | [INFO] [stdout] 79 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 80 | config: &'a Config, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 81 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 81 | ) -> Result, NormalizedError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/gateway/cli/controller/command.rs:100:17 [INFO] [stdout] | [INFO] [stdout] 98 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 99 | config: &'a Config, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 100 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 100 | ) -> Result, NormalizedError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s [INFO] running `Command { std: "docker" "inspect" "8a4a169ac7226eaeee1b326525cae7c171dd42683f1deb3f61ef7cf9a4097439", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a4a169ac7226eaeee1b326525cae7c171dd42683f1deb3f61ef7cf9a4097439", kill_on_drop: false }` [INFO] [stdout] 8a4a169ac7226eaeee1b326525cae7c171dd42683f1deb3f61ef7cf9a4097439 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 6fd2d8b7e7a7cfd1ca0f24ceab1ee2de30b221db1d9a76d9ae2609deacbffc70 [INFO] running `Command { std: "docker" "start" "-a" "6fd2d8b7e7a7cfd1ca0f24ceab1ee2de30b221db1d9a76d9ae2609deacbffc70", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/app/use_cases/list_treasures.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> ListTreasuresInteractor { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> ListTreasuresInteractor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/app/use_cases/memorize_treasure.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> MemorizeTreasureInteractor { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> MemorizeTreasureInteractor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/app/use_cases/forget_treasure.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> ForgetTreasureInteractor { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> ForgetTreasureInteractor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/app/use_cases/spit.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> SpitInteractor { [INFO] [stdout] | -- ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> SpitInteractor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/app/use_cases/swallow.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(repos: &'a Repos) -> SwallowInteractor { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(repos: &'a Repos) -> SwallowInteractor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/app/use_cases/destroy.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> DestroyInteractor { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> DestroyInteractor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/gateway/cli/controller/command.rs:56:48 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn to_help_dto<'a>(&'a self) -> Result { [INFO] [stdout] | -- ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 56 | pub fn to_help_dto<'a>(&'a self) -> Result, NormalizedError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/gateway/cli/controller/command.rs:62:68 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn to_path_dto<'a>(&'a self, config: &'a Config) -> Result { [INFO] [stdout] | -- -- ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 62 | pub fn to_path_dto<'a>(&'a self, config: &'a Config) -> Result, NormalizedError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/gateway/cli/controller/command.rs:81:17 [INFO] [stdout] | [INFO] [stdout] 79 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 80 | config: &'a Config, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 81 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 81 | ) -> Result, NormalizedError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/gateway/cli/controller/command.rs:100:17 [INFO] [stdout] | [INFO] [stdout] 98 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 99 | config: &'a Config, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 100 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 100 | ) -> Result, NormalizedError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling mimic v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/app/use_cases/list_treasures.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> ListTreasuresInteractor { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> ListTreasuresInteractor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/app/use_cases/memorize_treasure.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> MemorizeTreasureInteractor { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> MemorizeTreasureInteractor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/app/use_cases/forget_treasure.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> ForgetTreasureInteractor { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> ForgetTreasureInteractor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/app/use_cases/spit.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> SpitInteractor { [INFO] [stdout] | -- ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> SpitInteractor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/app/use_cases/swallow.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(repos: &'a Repos) -> SwallowInteractor { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(repos: &'a Repos) -> SwallowInteractor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/app/use_cases/destroy.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> DestroyInteractor { [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(repos: &'a Repos) -> DestroyInteractor<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/gateway/cli/controller/command.rs:56:48 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn to_help_dto<'a>(&'a self) -> Result { [INFO] [stdout] | -- ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 56 | pub fn to_help_dto<'a>(&'a self) -> Result, NormalizedError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/gateway/cli/controller/command.rs:62:68 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn to_path_dto<'a>(&'a self, config: &'a Config) -> Result { [INFO] [stdout] | -- -- ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 62 | pub fn to_path_dto<'a>(&'a self, config: &'a Config) -> Result, NormalizedError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/gateway/cli/controller/command.rs:81:17 [INFO] [stdout] | [INFO] [stdout] 79 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 80 | config: &'a Config, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 81 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 81 | ) -> Result, NormalizedError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/gateway/cli/controller/command.rs:100:17 [INFO] [stdout] | [INFO] [stdout] 98 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 99 | config: &'a Config, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 100 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 100 | ) -> Result, NormalizedError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.48s [INFO] running `Command { std: "docker" "inspect" "6fd2d8b7e7a7cfd1ca0f24ceab1ee2de30b221db1d9a76d9ae2609deacbffc70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fd2d8b7e7a7cfd1ca0f24ceab1ee2de30b221db1d9a76d9ae2609deacbffc70", kill_on_drop: false }` [INFO] [stdout] 6fd2d8b7e7a7cfd1ca0f24ceab1ee2de30b221db1d9a76d9ae2609deacbffc70 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 01f736dec458b551dd9bc665f2a72c5fa213ba880c70f8260e4791c5a8455d13 [INFO] running `Command { std: "docker" "start" "-a" "01f736dec458b551dd9bc665f2a72c5fa213ba880c70f8260e4791c5a8455d13", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/app/use_cases/list_treasures.rs:12:37 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn new(repos: &'a Repos) -> ListTreasuresInteractor { [INFO] [stderr] | -- ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named 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 `'a` [INFO] [stderr] | [INFO] [stderr] 12 | pub fn new(repos: &'a Repos) -> ListTreasuresInteractor<'a> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/app/use_cases/memorize_treasure.rs:12:37 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn new(repos: &'a Repos) -> MemorizeTreasureInteractor { [INFO] [stderr] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 12 | pub fn new(repos: &'a Repos) -> MemorizeTreasureInteractor<'a> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/app/use_cases/forget_treasure.rs:12:37 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn new(repos: &'a Repos) -> ForgetTreasureInteractor { [INFO] [stderr] | -- ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 12 | pub fn new(repos: &'a Repos) -> ForgetTreasureInteractor<'a> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/app/use_cases/spit.rs:12:37 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn new(repos: &'a Repos) -> SpitInteractor { [INFO] [stderr] | -- ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 12 | pub fn new(repos: &'a Repos) -> SpitInteractor<'a> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/app/use_cases/swallow.rs:14:37 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn new(repos: &'a Repos) -> SwallowInteractor { [INFO] [stderr] | -- ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 14 | pub fn new(repos: &'a Repos) -> SwallowInteractor<'a> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/app/use_cases/destroy.rs:12:37 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn new(repos: &'a Repos) -> DestroyInteractor { [INFO] [stderr] | -- ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 12 | pub fn new(repos: &'a Repos) -> DestroyInteractor<'a> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/gateway/cli/controller/command.rs:56:48 [INFO] [stderr] | [INFO] [stderr] 56 | pub fn to_help_dto<'a>(&'a self) -> Result { [INFO] [stderr] | -- ^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 56 | pub fn to_help_dto<'a>(&'a self) -> Result, NormalizedError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/gateway/cli/controller/command.rs:62:68 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn to_path_dto<'a>(&'a self, config: &'a Config) -> Result { [INFO] [stderr] | -- -- ^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the lifetime is named here [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 62 | pub fn to_path_dto<'a>(&'a self, config: &'a Config) -> Result, NormalizedError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/gateway/cli/controller/command.rs:81:17 [INFO] [stderr] | [INFO] [stderr] 79 | &'a self, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] 80 | config: &'a Config, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] 81 | ) -> Result { [INFO] [stderr] | ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 81 | ) -> Result, NormalizedError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/gateway/cli/controller/command.rs:100:17 [INFO] [stderr] | [INFO] [stderr] 98 | &'a self, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] 99 | config: &'a Config, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] 100 | ) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 100 | ) -> Result, NormalizedError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `mimic` (lib) generated 10 warnings (run `cargo fix --lib -p mimic` to apply 10 suggestions) [INFO] [stderr] warning: `mimic` (lib test) generated 10 warnings (10 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/mimic-dcdade64fce3c32e) [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] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mimic-788f1032963fa993) [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 mimic [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" "01f736dec458b551dd9bc665f2a72c5fa213ba880c70f8260e4791c5a8455d13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01f736dec458b551dd9bc665f2a72c5fa213ba880c70f8260e4791c5a8455d13", kill_on_drop: false }` [INFO] [stdout] 01f736dec458b551dd9bc665f2a72c5fa213ba880c70f8260e4791c5a8455d13