[INFO] cloning repository https://github.com/TheCookiess/rust-compiler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TheCookiess/rust-compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheCookiess%2Frust-compiler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheCookiess%2Frust-compiler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 12795ed034cd69b69880ccf288a8d38680870138
[INFO] testing TheCookiess/rust-compiler against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheCookiess%2Frust-compiler" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/TheCookiess/rust-compiler
[INFO] finished tweaking git repo https://github.com/TheCookiess/rust-compiler
[INFO] tweaked toml for git repo https://github.com/TheCookiess/rust-compiler written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/TheCookiess/rust-compiler on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 259 packages to latest compatible versions
[INFO] [stderr]       Adding globset v0.4.6 (available: v0.4.16)
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] [stderr]       Adding termcolor v1.1.3 (available: v1.4.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4a0b2d1098c5ee23a8dc09c8567f9ab6215b7b6f7988e917f8f14b7eedfed55c
[INFO] running `Command { std: "docker" "start" "-a" "4a0b2d1098c5ee23a8dc09c8567f9ab6215b7b6f7988e917f8f14b7eedfed55c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4a0b2d1098c5ee23a8dc09c8567f9ab6215b7b6f7988e917f8f14b7eedfed55c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4a0b2d1098c5ee23a8dc09c8567f9ab6215b7b6f7988e917f8f14b7eedfed55c", kill_on_drop: false }`
[INFO] [stdout] 4a0b2d1098c5ee23a8dc09c8567f9ab6215b7b6f7988e917f8f14b7eedfed55c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 88b1dc1be20c1403f3d219d3036056ad4e58896d214d9c1b35ff3ed396179d85
[INFO] running `Command { std: "docker" "start" "-a" "88b1dc1be20c1403f3d219d3036056ad4e58896d214d9c1b35ff3ed396179d85", kill_on_drop: false }`
[INFO] [stderr] warning: toy_compiler v0.1.0 (/opt/rustwide/workdir) ignoring invalid dependency `cargo-watch` which is missing a lib target
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling indexed_valued_enums v1.0.0
[INFO] [stderr]    Compiling text-to-ascii-art v0.1.10
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.1
[INFO] [stderr]    Compiling enum-ordinalize v4.3.0
[INFO] [stderr]    Compiling educe v0.6.0
[INFO] [stderr]    Compiling toy_compiler v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/checker/mod.rs:1055:19
[INFO] [stdout]      |
[INFO] [stdout] 1055 |     fn check_expr(&self, expr: &Node<Expr>) -> Result<ExprSem> {
[INFO] [stdout]      |                   ^^^^^                               ------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   this lifetime flows to the output
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1055 |     fn check_expr(&self, expr: &Node<Expr>) -> Result<ExprSem<'_>> {
[INFO] [stdout]      |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/checker/mod.rs:1070:23
[INFO] [stdout]      |
[INFO] [stdout] 1070 |     fn check_expr_dot(&self, op: TokenKind, lhs: &Box<Node<Expr>>, rhs: &Box<Node<Expr>>) -> Result<ExprSem> {
[INFO] [stdout]      |                       ^^^^^ this lifetime flows to the output                                       ------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1070 |     fn check_expr_dot(&self, op: TokenKind, lhs: &Box<Node<Expr>>, rhs: &Box<Node<Expr>>) -> Result<ExprSem<'_>> {
[INFO] [stdout]      |                                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/checker/mod.rs:1102:34
[INFO] [stdout]      |
[INFO] [stdout] 1102 |     fn check_expr_unified_binary(&self, op: TokenKind, lhs: &Box<Node<Expr>>, rhs: &Box<Node<Expr>>) -> Result<ExprSem> {
[INFO] [stdout]      |                                  ^^^^^ this lifetime flows to the output                                       ------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1102 |     fn check_expr_unified_binary(&self, op: TokenKind, lhs: &Box<Node<Expr>>, rhs: &Box<Node<Expr>>) -> Result<ExprSem<'_>> {
[INFO] [stdout]      |                                                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/checker/mod.rs:1175:25
[INFO] [stdout]      |
[INFO] [stdout] 1175 |     fn check_expr_unary(&self, op: TokenKind, expr: &Node<Expr>) -> Result<ExprSem> {
[INFO] [stdout]      |                         ^^^^^ this lifetime flows to the output            ------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1175 |     fn check_expr_unary(&self, op: TokenKind, expr: &Node<Expr>) -> Result<ExprSem<'_>> {
[INFO] [stdout]      |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/checker/mod.rs:1252:19
[INFO] [stdout]      |
[INFO] [stdout] 1252 |     fn check_term(&self, term: &Term, start: Pos, end: Pos) -> Result<ExprSem> {
[INFO] [stdout]      |                   ^^^^^ this lifetime flows to the output             ------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1252 |     fn check_term(&self, term: &Term, start: Pos, end: Pos) -> Result<ExprSem<'_>> {
[INFO] [stdout]      |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/checker/mod.rs:1437:9
[INFO] [stdout]      |
[INFO] [stdout] 1437 |         &self,
[INFO] [stdout]      |         ^^^^^ this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 1440 |     ) -> Result<ExprData> {
[INFO] [stdout]      |                 -------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1440 |     ) -> Result<ExprData<'_>> {
[INFO] [stdout]      |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/checker/mod.rs:1518:30
[INFO] [stdout]      |
[INFO] [stdout] 1518 |     fn create_expr_semantics(&self, var_type: AddressedType) -> Result<ExprSem> {
[INFO] [stdout]      |                              ^^^^^ this lifetime flows to the output   ------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1518 |     fn create_expr_semantics(&self, var_type: AddressedType) -> Result<ExprSem<'_>> {
[INFO] [stdout]      |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.18s
[INFO] running `Command { std: "docker" "inspect" "88b1dc1be20c1403f3d219d3036056ad4e58896d214d9c1b35ff3ed396179d85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88b1dc1be20c1403f3d219d3036056ad4e58896d214d9c1b35ff3ed396179d85", kill_on_drop: false }`
[INFO] [stdout] 88b1dc1be20c1403f3d219d3036056ad4e58896d214d9c1b35ff3ed396179d85
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bb67580a7bb7f6018d9d3486a9aad34823e205721437fdc9ce85c434ac97643c
[INFO] running `Command { std: "docker" "start" "-a" "bb67580a7bb7f6018d9d3486a9aad34823e205721437fdc9ce85c434ac97643c", kill_on_drop: false }`
[INFO] [stderr] warning: toy_compiler v0.1.0 (/opt/rustwide/workdir) ignoring invalid dependency `cargo-watch` which is missing a lib target
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/checker/mod.rs:1055:19
[INFO] [stdout]      |
[INFO] [stdout] 1055 |     fn check_expr(&self, expr: &Node<Expr>) -> Result<ExprSem> {
[INFO] [stdout]      |                   ^^^^^                               ------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   this lifetime flows to the output
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1055 |     fn check_expr(&self, expr: &Node<Expr>) -> Result<ExprSem<'_>> {
[INFO] [stdout]      |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/checker/mod.rs:1070:23
[INFO] [stdout]      |
[INFO] [stdout] 1070 |     fn check_expr_dot(&self, op: TokenKind, lhs: &Box<Node<Expr>>, rhs: &Box<Node<Expr>>) -> Result<ExprSem> {
[INFO] [stdout]      |                       ^^^^^ this lifetime flows to the output                                       ------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1070 |     fn check_expr_dot(&self, op: TokenKind, lhs: &Box<Node<Expr>>, rhs: &Box<Node<Expr>>) -> Result<ExprSem<'_>> {
[INFO] [stdout]      |                                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/checker/mod.rs:1102:34
[INFO] [stdout]      |
[INFO] [stdout] 1102 |     fn check_expr_unified_binary(&self, op: TokenKind, lhs: &Box<Node<Expr>>, rhs: &Box<Node<Expr>>) -> Result<ExprSem> {
[INFO] [stdout]      |                                  ^^^^^ this lifetime flows to the output                                       ------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1102 |     fn check_expr_unified_binary(&self, op: TokenKind, lhs: &Box<Node<Expr>>, rhs: &Box<Node<Expr>>) -> Result<ExprSem<'_>> {
[INFO] [stdout]      |                                                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/checker/mod.rs:1175:25
[INFO] [stdout]      |
[INFO] [stdout] 1175 |     fn check_expr_unary(&self, op: TokenKind, expr: &Node<Expr>) -> Result<ExprSem> {
[INFO] [stdout]      |                         ^^^^^ this lifetime flows to the output            ------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1175 |     fn check_expr_unary(&self, op: TokenKind, expr: &Node<Expr>) -> Result<ExprSem<'_>> {
[INFO] [stdout]      |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/checker/mod.rs:1252:19
[INFO] [stdout]      |
[INFO] [stdout] 1252 |     fn check_term(&self, term: &Term, start: Pos, end: Pos) -> Result<ExprSem> {
[INFO] [stdout]      |                   ^^^^^ this lifetime flows to the output             ------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1252 |     fn check_term(&self, term: &Term, start: Pos, end: Pos) -> Result<ExprSem<'_>> {
[INFO] [stdout]      |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/checker/mod.rs:1437:9
[INFO] [stdout]      |
[INFO] [stdout] 1437 |         &self,
[INFO] [stdout]      |         ^^^^^ this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 1440 |     ) -> Result<ExprData> {
[INFO] [stdout]      |                 -------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1440 |     ) -> Result<ExprData<'_>> {
[INFO] [stdout]      |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/checker/mod.rs:1518:30
[INFO] [stdout]      |
[INFO] [stdout] 1518 |     fn create_expr_semantics(&self, var_type: AddressedType) -> Result<ExprSem> {
[INFO] [stdout]      |                              ^^^^^ this lifetime flows to the output   ------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1518 |     fn create_expr_semantics(&self, var_type: AddressedType) -> Result<ExprSem<'_>> {
[INFO] [stdout]      |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling toy_compiler v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/checker/mod.rs:1055:19
[INFO] [stdout]      |
[INFO] [stdout] 1055 |     fn check_expr(&self, expr: &Node<Expr>) -> Result<ExprSem> {
[INFO] [stdout]      |                   ^^^^^                               ------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   this lifetime flows to the output
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1055 |     fn check_expr(&self, expr: &Node<Expr>) -> Result<ExprSem<'_>> {
[INFO] [stdout]      |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/checker/mod.rs:1070:23
[INFO] [stdout]      |
[INFO] [stdout] 1070 |     fn check_expr_dot(&self, op: TokenKind, lhs: &Box<Node<Expr>>, rhs: &Box<Node<Expr>>) -> Result<ExprSem> {
[INFO] [stdout]      |                       ^^^^^ this lifetime flows to the output                                       ------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1070 |     fn check_expr_dot(&self, op: TokenKind, lhs: &Box<Node<Expr>>, rhs: &Box<Node<Expr>>) -> Result<ExprSem<'_>> {
[INFO] [stdout]      |                                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/checker/mod.rs:1102:34
[INFO] [stdout]      |
[INFO] [stdout] 1102 |     fn check_expr_unified_binary(&self, op: TokenKind, lhs: &Box<Node<Expr>>, rhs: &Box<Node<Expr>>) -> Result<ExprSem> {
[INFO] [stdout]      |                                  ^^^^^ this lifetime flows to the output                                       ------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1102 |     fn check_expr_unified_binary(&self, op: TokenKind, lhs: &Box<Node<Expr>>, rhs: &Box<Node<Expr>>) -> Result<ExprSem<'_>> {
[INFO] [stdout]      |                                                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/checker/mod.rs:1175:25
[INFO] [stdout]      |
[INFO] [stdout] 1175 |     fn check_expr_unary(&self, op: TokenKind, expr: &Node<Expr>) -> Result<ExprSem> {
[INFO] [stdout]      |                         ^^^^^ this lifetime flows to the output            ------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1175 |     fn check_expr_unary(&self, op: TokenKind, expr: &Node<Expr>) -> Result<ExprSem<'_>> {
[INFO] [stdout]      |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/checker/mod.rs:1252:19
[INFO] [stdout]      |
[INFO] [stdout] 1252 |     fn check_term(&self, term: &Term, start: Pos, end: Pos) -> Result<ExprSem> {
[INFO] [stdout]      |                   ^^^^^ this lifetime flows to the output             ------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1252 |     fn check_term(&self, term: &Term, start: Pos, end: Pos) -> Result<ExprSem<'_>> {
[INFO] [stdout]      |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/checker/mod.rs:1437:9
[INFO] [stdout]      |
[INFO] [stdout] 1437 |         &self,
[INFO] [stdout]      |         ^^^^^ this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 1440 |     ) -> Result<ExprData> {
[INFO] [stdout]      |                 -------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1440 |     ) -> Result<ExprData<'_>> {
[INFO] [stdout]      |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]     --> src/checker/mod.rs:1518:30
[INFO] [stdout]      |
[INFO] [stdout] 1518 |     fn create_expr_semantics(&self, var_type: AddressedType) -> Result<ExprSem> {
[INFO] [stdout]      |                              ^^^^^ this lifetime flows to the output   ------- the lifetime gets resolved as `'_`
[INFO] [stdout]      |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]      |
[INFO] [stdout] 1518 |     fn create_expr_semantics(&self, var_type: AddressedType) -> Result<ExprSem<'_>> {
[INFO] [stdout]      |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.07s
[INFO] running `Command { std: "docker" "inspect" "bb67580a7bb7f6018d9d3486a9aad34823e205721437fdc9ce85c434ac97643c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb67580a7bb7f6018d9d3486a9aad34823e205721437fdc9ce85c434ac97643c", kill_on_drop: false }`
[INFO] [stdout] bb67580a7bb7f6018d9d3486a9aad34823e205721437fdc9ce85c434ac97643c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 24e6187e873493ad4ae82acb246b7a39fe5ecd0f620ac90b4aa96e62242959a9
[INFO] running `Command { std: "docker" "start" "-a" "24e6187e873493ad4ae82acb246b7a39fe5ecd0f620ac90b4aa96e62242959a9", kill_on_drop: false }`
[INFO] [stderr] warning: toy_compiler v0.1.0 (/opt/rustwide/workdir) ignoring invalid dependency `cargo-watch` which is missing a lib target
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]     --> src/checker/mod.rs:1055:19
[INFO] [stderr]      |
[INFO] [stderr] 1055 |     fn check_expr(&self, expr: &Node<Expr>) -> Result<ExprSem> {
[INFO] [stderr]      |                   ^^^^^                               ------- the lifetime gets resolved as `'_`
[INFO] [stderr]      |                   |
[INFO] [stderr]      |                   this lifetime flows to the output
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]      |
[INFO] [stderr] 1055 |     fn check_expr(&self, expr: &Node<Expr>) -> Result<ExprSem<'_>> {
[INFO] [stderr]      |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]     --> src/checker/mod.rs:1070:23
[INFO] [stderr]      |
[INFO] [stderr] 1070 |     fn check_expr_dot(&self, op: TokenKind, lhs: &Box<Node<Expr>>, rhs: &Box<Node<Expr>>) -> Result<ExprSem> {
[INFO] [stderr]      |                       ^^^^^ this lifetime flows to the output                                       ------- the lifetime gets resolved as `'_`
[INFO] [stderr]      |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]      |
[INFO] [stderr] 1070 |     fn check_expr_dot(&self, op: TokenKind, lhs: &Box<Node<Expr>>, rhs: &Box<Node<Expr>>) -> Result<ExprSem<'_>> {
[INFO] [stderr]      |                                                                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]     --> src/checker/mod.rs:1102:34
[INFO] [stderr]      |
[INFO] [stderr] 1102 |     fn check_expr_unified_binary(&self, op: TokenKind, lhs: &Box<Node<Expr>>, rhs: &Box<Node<Expr>>) -> Result<ExprSem> {
[INFO] [stderr]      |                                  ^^^^^ this lifetime flows to the output                                       ------- the lifetime gets resolved as `'_`
[INFO] [stderr]      |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]      |
[INFO] [stderr] 1102 |     fn check_expr_unified_binary(&self, op: TokenKind, lhs: &Box<Node<Expr>>, rhs: &Box<Node<Expr>>) -> Result<ExprSem<'_>> {
[INFO] [stderr]      |                                                                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]     --> src/checker/mod.rs:1175:25
[INFO] [stderr]      |
[INFO] [stderr] 1175 |     fn check_expr_unary(&self, op: TokenKind, expr: &Node<Expr>) -> Result<ExprSem> {
[INFO] [stderr]      |                         ^^^^^ this lifetime flows to the output            ------- the lifetime gets resolved as `'_`
[INFO] [stderr]      |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]      |
[INFO] [stderr] 1175 |     fn check_expr_unary(&self, op: TokenKind, expr: &Node<Expr>) -> Result<ExprSem<'_>> {
[INFO] [stderr]      |                                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]     --> src/checker/mod.rs:1252:19
[INFO] [stderr]      |
[INFO] [stderr] 1252 |     fn check_term(&self, term: &Term, start: Pos, end: Pos) -> Result<ExprSem> {
[INFO] [stderr]      |                   ^^^^^ this lifetime flows to the output             ------- the lifetime gets resolved as `'_`
[INFO] [stderr]      |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]      |
[INFO] [stderr] 1252 |     fn check_term(&self, term: &Term, start: Pos, end: Pos) -> Result<ExprSem<'_>> {
[INFO] [stderr]      |                                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]     --> src/checker/mod.rs:1437:9
[INFO] [stderr]      |
[INFO] [stderr] 1437 |         &self,
[INFO] [stderr]      |         ^^^^^ this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 1440 |     ) -> Result<ExprData> {
[INFO] [stderr]      |                 -------- the lifetime gets resolved as `'_`
[INFO] [stderr]      |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]      |
[INFO] [stderr] 1440 |     ) -> Result<ExprData<'_>> {
[INFO] [stderr]      |                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]     --> src/checker/mod.rs:1518:30
[INFO] [stderr]      |
[INFO] [stderr] 1518 |     fn create_expr_semantics(&self, var_type: AddressedType) -> Result<ExprSem> {
[INFO] [stderr]      |                              ^^^^^ this lifetime flows to the output   ------- the lifetime gets resolved as `'_`
[INFO] [stderr]      |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]      |
[INFO] [stderr] 1518 |     fn create_expr_semantics(&self, var_type: AddressedType) -> Result<ExprSem<'_>> {
[INFO] [stderr]      |                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `toy_compiler` (lib) generated 7 warnings
[INFO] [stderr] warning: `toy_compiler` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/toy_compiler-fd2e579c4397e0f7)
[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/toy_compiler-35c68bbe0dc4ac75)
[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 tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-b0948084c86226a5)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test lex_tests::test_3 ... ok
[INFO] [stdout] test lex_tests::test_2 ... ok
[INFO] [stdout] test lex_tests::test_1 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests toy_compiler
[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" "24e6187e873493ad4ae82acb246b7a39fe5ecd0f620ac90b4aa96e62242959a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24e6187e873493ad4ae82acb246b7a39fe5ecd0f620ac90b4aa96e62242959a9", kill_on_drop: false }`
[INFO] [stdout] 24e6187e873493ad4ae82acb246b7a39fe5ecd0f620ac90b4aa96e62242959a9
