[INFO] cloning repository https://github.com/annieversary/moho
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/annieversary/moho" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fannieversary%2Fmoho", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fannieversary%2Fmoho'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8ec33283dd04f9ff34e30678a3800c399180106b
[INFO] testing annieversary/moho against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fannieversary%2Fmoho" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/annieversary/moho
[INFO] finished tweaking git repo https://github.com/annieversary/moho
[INFO] tweaked toml for git repo https://github.com/annieversary/moho written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/annieversary/moho on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/annieversary/moho 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7d1e7491fd12d163eb4a62521b2c2182b10e79fce5aadcc55bc8fcf21a072724
[INFO] running `Command { std: "docker" "start" "-a" "7d1e7491fd12d163eb4a62521b2c2182b10e79fce5aadcc55bc8fcf21a072724", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7d1e7491fd12d163eb4a62521b2c2182b10e79fce5aadcc55bc8fcf21a072724", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d1e7491fd12d163eb4a62521b2c2182b10e79fce5aadcc55bc8fcf21a072724", kill_on_drop: false }`
[INFO] [stdout] 7d1e7491fd12d163eb4a62521b2c2182b10e79fce5aadcc55bc8fcf21a072724
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e0d2fe7e391ce251eabfc2c31c2c3daf52f402c469e20a20e47529c7de48ba31
[INFO] running `Command { std: "docker" "start" "-a" "e0d2fe7e391ce251eabfc2c31c2c3daf52f402c469e20a20e47529c7de48ba31", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling once_cell v1.13.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling io-lifetimes v0.7.2
[INFO] [stderr]    Compiling rustix v0.35.7
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling serde v1.0.139
[INFO] [stderr]    Compiling linux-raw-sys v0.0.46
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling tracing-core v0.1.28
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling gimli v0.26.1
[INFO] [stderr]    Compiling smallvec v1.9.0
[INFO] [stderr]    Compiling eyre v0.6.8
[INFO] [stderr]    Compiling miniz_oxide v0.5.3
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling os_str_bytes v6.1.0
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling tracing v0.1.35
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.14
[INFO] [stderr]    Compiling either v1.7.0
[INFO] [stderr]    Compiling hashbrown v0.12.2
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling serde_derive v1.0.139
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling object v0.29.0
[INFO] [stderr]    Compiling owo-colors v3.4.0
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling utf8parse v0.2.0
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling backtrace v0.3.66
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling textwrap v0.15.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling which v4.2.5
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling nix v0.24.2
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling edit v0.1.4
[INFO] [stderr]    Compiling tracing-error v0.2.0
[INFO] [stderr]    Compiling color-spantrace v0.2.0
[INFO] [stderr]    Compiling fd-lock v3.0.6
[INFO] [stderr]    Compiling addr2line v0.17.0
[INFO] [stderr]    Compiling rustyline v10.0.0
[INFO] [stderr]    Compiling clap_derive v3.2.7
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling color-eyre v0.6.2
[INFO] [stderr]    Compiling clap v3.2.12
[INFO] [stderr]    Compiling moho v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parse.rs:3:33
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn parse_template(template: &str) -> Result<Template> {
[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] 3 | pub fn parse_template(template: &str) -> Result<Template<'_>> {
[INFO] [stdout]   |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:105:31
[INFO] [stdout]     |
[INFO] [stdout] 105 | fn parse_filtered_variable(v: &str) -> Result<FilteredVariable> {
[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] 105 | fn parse_filtered_variable(v: &str) -> Result<FilteredVariable<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.78s
[INFO] running `Command { std: "docker" "inspect" "e0d2fe7e391ce251eabfc2c31c2c3daf52f402c469e20a20e47529c7de48ba31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e0d2fe7e391ce251eabfc2c31c2c3daf52f402c469e20a20e47529c7de48ba31", kill_on_drop: false }`
[INFO] [stdout] e0d2fe7e391ce251eabfc2c31c2c3daf52f402c469e20a20e47529c7de48ba31
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d0749b7df91e136d35983680a626293f43aa334b2a035610f1d683b5932cb7ef
[INFO] running `Command { std: "docker" "start" "-a" "d0749b7df91e136d35983680a626293f43aa334b2a035610f1d683b5932cb7ef", kill_on_drop: false }`
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling pretty_assertions v1.2.1
[INFO] [stderr]    Compiling moho v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/parse.rs:3:33
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn parse_template(template: &str) -> Result<Template> {
[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] 3 | pub fn parse_template(template: &str) -> Result<Template<'_>> {
[INFO] [stdout]   |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:105:31
[INFO] [stdout]     |
[INFO] [stdout] 105 | fn parse_filtered_variable(v: &str) -> Result<FilteredVariable> {
[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] 105 | fn parse_filtered_variable(v: &str) -> Result<FilteredVariable<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.46s
[INFO] running `Command { std: "docker" "inspect" "d0749b7df91e136d35983680a626293f43aa334b2a035610f1d683b5932cb7ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0749b7df91e136d35983680a626293f43aa334b2a035610f1d683b5932cb7ef", kill_on_drop: false }`
[INFO] [stdout] d0749b7df91e136d35983680a626293f43aa334b2a035610f1d683b5932cb7ef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bb1d30f67b8735a4b619784523dd64e88804a83ce92d613a5254f14245e2fa38
[INFO] running `Command { std: "docker" "start" "-a" "bb1d30f67b8735a4b619784523dd64e88804a83ce92d613a5254f14245e2fa38", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/parse.rs:3:33
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub fn parse_template(template: &str) -> Result<Template> {
[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] 3 | pub fn parse_template(template: &str) -> Result<Template<'_>> {
[INFO] [stderr]   |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parse.rs:105:31
[INFO] [stderr]     |
[INFO] [stderr] 105 | fn parse_filtered_variable(v: &str) -> Result<FilteredVariable> {
[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] 105 | fn parse_filtered_variable(v: &str) -> Result<FilteredVariable<'_>> {
[INFO] [stderr]     |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `moho` (bin "moho" test) generated 2 warnings (run `cargo fix --bin "moho" -p moho --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/moho-8e4da30d909e99b1)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test tests::nested_variable ... ok
[INFO] [stdout] test tests::parse_and_generate ... ok
[INFO] [stdout] test tests::escapes ... ok
[INFO] [stdout] test tests::unfinished_variable ... ok
[INFO] [stdout] test tests::parse ... ok
[INFO] [stdout] test tests::invalid_variables ... ok
[INFO] [stdout] test tests::verify_cli ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "bb1d30f67b8735a4b619784523dd64e88804a83ce92d613a5254f14245e2fa38", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb1d30f67b8735a4b619784523dd64e88804a83ce92d613a5254f14245e2fa38", kill_on_drop: false }`
[INFO] [stdout] bb1d30f67b8735a4b619784523dd64e88804a83ce92d613a5254f14245e2fa38
