[INFO] cloning repository https://github.com/wuggen/hypescript
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wuggen/hypescript" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwuggen%2Fhypescript", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwuggen%2Fhypescript'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 14b44ead8f7b7531a305e00bca1512be5fbbd029
[INFO] checking wuggen/hypescript against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwuggen%2Fhypescript" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/wuggen/hypescript
[INFO] finished tweaking git repo https://github.com/wuggen/hypescript
[INFO] tweaked toml for git repo https://github.com/wuggen/hypescript written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wuggen/hypescript on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/wuggen/hypescript 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.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded stacker v0.1.15
[INFO] [stderr]   Downloaded zerocopy v0.7.18
[INFO] [stderr]   Downloaded zerocopy-derive v0.7.18
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 837008f3fdd8a4df07d90c4176d691f2e63f69f604ae8a2bdfb7115973af25a2
[INFO] running `Command { std: "docker" "start" "-a" "837008f3fdd8a4df07d90c4176d691f2e63f69f604ae8a2bdfb7115973af25a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "837008f3fdd8a4df07d90c4176d691f2e63f69f604ae8a2bdfb7115973af25a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "837008f3fdd8a4df07d90c4176d691f2e63f69f604ae8a2bdfb7115973af25a2", kill_on_drop: false }`
[INFO] [stdout] 837008f3fdd8a4df07d90c4176d691f2e63f69f604ae8a2bdfb7115973af25a2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b70f55bc9db654ea8d51d755c84214d69e6595a876ef8cbd609914f3b49e1f09
[INFO] running `Command { std: "docker" "start" "-a" "b70f55bc9db654ea8d51d755c84214d69e6595a876ef8cbd609914f3b49e1f09", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]     Checking hypescript-util v0.1.0 (/opt/rustwide/workdir/hypescript-util)
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]     Checking zerocopy v0.7.18
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling ahash v0.8.6
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking hashbrown v0.14.2
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling psm v0.1.21
[INFO] [stderr]    Compiling stacker v0.1.15
[INFO] [stderr]     Checking chumsky v0.9.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]     Checking hypescript-bytecode v0.1.0 (/opt/rustwide/workdir/hypescript-bytecode)
[INFO] [stderr]     Checking hypescript-vm v0.1.0 (/opt/rustwide/workdir/hypescript-vm)
[INFO] [stderr]     Checking hypescript-lang v0.1.0 (/opt/rustwide/workdir/hypescript-lang)
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hypescript-lang/src/parse.rs:211:11
[INFO] [stdout]     |
[INFO] [stdout] 211 |     expr: Recursive<Tok, Ast, Simple<Tok>>,
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is hidden here
[INFO] [stdout] 212 | ) -> impl Parser<Tok, Ast, Error = Simple<Tok>> + '_ {
[INFO] [stdout]     |                                                   ^^ the same 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: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 211 |     expr: Recursive<'_, Tok, Ast, Simple<Tok>>,
[INFO] [stdout]     |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hypescript-lang/src/parse.rs:228:11
[INFO] [stdout]     |
[INFO] [stdout] 228 |     expr: Recursive<Tok, Ast, Simple<Tok>>,
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is hidden here
[INFO] [stdout] 229 | ) -> impl Parser<Tok, Ast, Error = Simple<Tok>> + '_ {
[INFO] [stdout]     |                                                   ^^ the same 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: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 228 |     expr: Recursive<'_, Tok, Ast, Simple<Tok>>,
[INFO] [stdout]     |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hypescript-lang/src/parse.rs:264:11
[INFO] [stdout]     |
[INFO] [stdout] 264 |     expr: Recursive<Tok, Ast, Simple<Tok>>,
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is hidden here
[INFO] [stdout] 265 | ) -> impl Parser<Tok, Vec<Ast>, Error = Simple<Tok>> + '_ {
[INFO] [stdout]     |                                                        ^^ the same 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: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 264 |     expr: Recursive<'_, Tok, Ast, Simple<Tok>>,
[INFO] [stdout]     |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hypescript-lang/src/parse.rs:273:13
[INFO] [stdout]     |
[INFO] [stdout] 273 |     factor: Recursive<Tok, Ast, Simple<Tok>>,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is hidden here
[INFO] [stdout] 274 | ) -> impl Parser<Tok, Ast, Error = Simple<Tok>> + '_ {
[INFO] [stdout]     |                                                   ^^ the same 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: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 273 |     factor: Recursive<'_, Tok, Ast, Simple<Tok>>,
[INFO] [stdout]     |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hypescript-lang/src/parse.rs:287:11
[INFO] [stdout]     |
[INFO] [stdout] 287 |     expr: Recursive<Tok, Ast, Simple<Tok>>,
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is hidden here
[INFO] [stdout] 288 | ) -> impl Parser<Tok, Ast, Error = Simple<Tok>> + '_ {
[INFO] [stdout]     |                                                   ^^ the same 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: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 287 |     expr: Recursive<'_, Tok, Ast, Simple<Tok>>,
[INFO] [stdout]     |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hypescript-lang/src/parse.rs:211:11
[INFO] [stdout]     |
[INFO] [stdout] 211 |     expr: Recursive<Tok, Ast, Simple<Tok>>,
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is hidden here
[INFO] [stdout] 212 | ) -> impl Parser<Tok, Ast, Error = Simple<Tok>> + '_ {
[INFO] [stdout]     |                                                   ^^ the same 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: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 211 |     expr: Recursive<'_, Tok, Ast, Simple<Tok>>,
[INFO] [stdout]     |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hypescript-lang/src/parse.rs:228:11
[INFO] [stdout]     |
[INFO] [stdout] 228 |     expr: Recursive<Tok, Ast, Simple<Tok>>,
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is hidden here
[INFO] [stdout] 229 | ) -> impl Parser<Tok, Ast, Error = Simple<Tok>> + '_ {
[INFO] [stdout]     |                                                   ^^ the same 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: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 228 |     expr: Recursive<'_, Tok, Ast, Simple<Tok>>,
[INFO] [stdout]     |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hypescript-lang/src/parse.rs:264:11
[INFO] [stdout]     |
[INFO] [stdout] 264 |     expr: Recursive<Tok, Ast, Simple<Tok>>,
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is hidden here
[INFO] [stdout] 265 | ) -> impl Parser<Tok, Vec<Ast>, Error = Simple<Tok>> + '_ {
[INFO] [stdout]     |                                                        ^^ the same 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: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 264 |     expr: Recursive<'_, Tok, Ast, Simple<Tok>>,
[INFO] [stdout]     |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hypescript-lang/src/parse.rs:273:13
[INFO] [stdout]     |
[INFO] [stdout] 273 |     factor: Recursive<Tok, Ast, Simple<Tok>>,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is hidden here
[INFO] [stdout] 274 | ) -> impl Parser<Tok, Ast, Error = Simple<Tok>> + '_ {
[INFO] [stdout]     |                                                   ^^ the same 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: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 273 |     factor: Recursive<'_, Tok, Ast, Simple<Tok>>,
[INFO] [stdout]     |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hypescript-lang/src/parse.rs:287:11
[INFO] [stdout]     |
[INFO] [stdout] 287 |     expr: Recursive<Tok, Ast, Simple<Tok>>,
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is hidden here
[INFO] [stdout] 288 | ) -> impl Parser<Tok, Ast, Error = Simple<Tok>> + '_ {
[INFO] [stdout]     |                                                   ^^ the same 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: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 287 |     expr: Recursive<'_, Tok, Ast, Simple<Tok>>,
[INFO] [stdout]     |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking structopt v0.3.26
[INFO] [stderr]     Checking hype v0.1.0 (/opt/rustwide/workdir/hype)
[INFO] [stderr]     Checking hypec v0.1.0 (/opt/rustwide/workdir/hypec)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.30s
[INFO] running `Command { std: "docker" "inspect" "b70f55bc9db654ea8d51d755c84214d69e6595a876ef8cbd609914f3b49e1f09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b70f55bc9db654ea8d51d755c84214d69e6595a876ef8cbd609914f3b49e1f09", kill_on_drop: false }`
[INFO] [stdout] b70f55bc9db654ea8d51d755c84214d69e6595a876ef8cbd609914f3b49e1f09
