[INFO] updating cached repository https://github.com/jpikl/mmvv [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/jpikl/mmvv [INFO] [stderr] 4c3fd57..cc210b4 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cc210b4cb52c2290395d2d1090ffc5e4d6dac013 [INFO] testing jpikl/mmvv against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjpikl%2Fmmvv" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jpikl/mmvv on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jpikl/mmvv [INFO] finished tweaking git repo https://github.com/jpikl/mmvv [INFO] tweaked toml for git repo https://github.com/jpikl/mmvv written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/jpikl/mmvv already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 97af8bdbc8911bd45d4eb5a61b17e5367e1ae44a5108e52da33595fa707ff452 [INFO] running `"docker" "start" "-a" "97af8bdbc8911bd45d4eb5a61b17e5367e1ae44a5108e52da33595fa707ff452"` [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling unidecode v0.3.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling regex v1.3.6 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling mw v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0495]: cannot infer an appropriate lifetime for lifetime parameter `'a` due to conflicting requirements [INFO] [stderr] --> src/cli.rs:47:24 [INFO] [stderr] | [INFO] [stderr] 47 | .validator(Self::validate_pattern) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: first, the lifetime cannot outlive the lifetime `'a` as defined on the impl at 24:6... [INFO] [stderr] --> src/cli.rs:24:6 [INFO] [stderr] | [INFO] [stderr] 24 | impl<'a> Cli<'a> { [INFO] [stderr] | ^^ [INFO] [stderr] note: ...so that the types are compatible [INFO] [stderr] --> src/cli.rs:47:24 [INFO] [stderr] | [INFO] [stderr] 47 | .validator(Self::validate_pattern) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: expected `cli::Cli<'_>` [INFO] [stderr] found `cli::Cli<'a>` [INFO] [stderr] = note: but, the lifetime must be valid for the static lifetime... [INFO] [stderr] note: ...so that the type `fn(std::string::String) -> std::result::Result<(), std::string::String> {cli::Cli::<'_>::validate_pattern}` will meet its required lifetime bounds [INFO] [stderr] --> src/cli.rs:47:14 [INFO] [stderr] | [INFO] [stderr] 47 | .validator(Self::validate_pattern) [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0495]: cannot infer an appropriate lifetime for lifetime parameter `'a` due to conflicting requirements [INFO] [stderr] --> src/cli.rs:100:24 [INFO] [stderr] | [INFO] [stderr] 100 | .validator(Self::validate_escape) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: first, the lifetime cannot outlive the lifetime `'a` as defined on the impl at 24:6... [INFO] [stderr] --> src/cli.rs:24:6 [INFO] [stderr] | [INFO] [stderr] 24 | impl<'a> Cli<'a> { [INFO] [stderr] | ^^ [INFO] [stderr] note: ...so that the types are compatible [INFO] [stderr] --> src/cli.rs:100:24 [INFO] [stderr] | [INFO] [stderr] 100 | .validator(Self::validate_escape) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: expected `cli::Cli<'_>` [INFO] [stderr] found `cli::Cli<'a>` [INFO] [stderr] = note: but, the lifetime must be valid for the static lifetime... [INFO] [stderr] note: ...so that the type `fn(std::string::String) -> std::result::Result<(), std::string::String> {cli::Cli::<'_>::validate_escape}` will meet its required lifetime bounds [INFO] [stderr] --> src/cli.rs:100:14 [INFO] [stderr] | [INFO] [stderr] 100 | .validator(Self::validate_escape) [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0495]: cannot infer an appropriate lifetime for lifetime parameter `'a` due to conflicting requirements [INFO] [stderr] --> src/cli.rs:169:24 [INFO] [stderr] | [INFO] [stderr] 169 | .validator(Self::validate_regex) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: first, the lifetime cannot outlive the lifetime `'a` as defined on the impl at 24:6... [INFO] [stderr] --> src/cli.rs:24:6 [INFO] [stderr] | [INFO] [stderr] 24 | impl<'a> Cli<'a> { [INFO] [stderr] | ^^ [INFO] [stderr] note: ...so that the types are compatible [INFO] [stderr] --> src/cli.rs:169:24 [INFO] [stderr] | [INFO] [stderr] 169 | .validator(Self::validate_regex) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: expected `cli::Cli<'_>` [INFO] [stderr] found `cli::Cli<'a>` [INFO] [stderr] = note: but, the lifetime must be valid for the static lifetime... [INFO] [stderr] note: ...so that the type `fn(std::string::String) -> std::result::Result<(), std::string::String> {cli::Cli::<'_>::validate_regex}` will meet its required lifetime bounds [INFO] [stderr] --> src/cli.rs:169:14 [INFO] [stderr] | [INFO] [stderr] 169 | .validator(Self::validate_regex) [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0495]: cannot infer an appropriate lifetime for lifetime parameter `'a` due to conflicting requirements [INFO] [stderr] --> src/cli.rs:186:24 [INFO] [stderr] | [INFO] [stderr] 186 | .validator(Self::validate_regex) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: first, the lifetime cannot outlive the lifetime `'a` as defined on the impl at 24:6... [INFO] [stderr] --> src/cli.rs:24:6 [INFO] [stderr] | [INFO] [stderr] 24 | impl<'a> Cli<'a> { [INFO] [stderr] | ^^ [INFO] [stderr] note: ...so that the types are compatible [INFO] [stderr] --> src/cli.rs:186:24 [INFO] [stderr] | [INFO] [stderr] 186 | .validator(Self::validate_regex) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: expected `cli::Cli<'_>` [INFO] [stderr] found `cli::Cli<'a>` [INFO] [stderr] = note: but, the lifetime must be valid for the static lifetime... [INFO] [stderr] note: ...so that the type `fn(std::string::String) -> std::result::Result<(), std::string::String> {cli::Cli::<'_>::validate_regex}` will meet its required lifetime bounds [INFO] [stderr] --> src/cli.rs:186:14 [INFO] [stderr] | [INFO] [stderr] 186 | .validator(Self::validate_regex) [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0495`. [INFO] [stderr] error: could not compile `mw`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "97af8bdbc8911bd45d4eb5a61b17e5367e1ae44a5108e52da33595fa707ff452"` [INFO] running `"docker" "rm" "-f" "97af8bdbc8911bd45d4eb5a61b17e5367e1ae44a5108e52da33595fa707ff452"` [INFO] [stdout] 97af8bdbc8911bd45d4eb5a61b17e5367e1ae44a5108e52da33595fa707ff452