[INFO] cloning repository https://github.com/gabrielhjs/parking-system
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gabrielhjs/parking-system" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgabrielhjs%2Fparking-system", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgabrielhjs%2Fparking-system'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fbd96f9fb43f73daf7c3bf6abe35a59339c7f4a6
[INFO] checking gabrielhjs/parking-system against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgabrielhjs%2Fparking-system" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gabrielhjs/parking-system
[INFO] finished tweaking git repo https://github.com/gabrielhjs/parking-system
[INFO] tweaked toml for git repo https://github.com/gabrielhjs/parking-system written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gabrielhjs/parking-system on toolchain bca37a20bd376ce3fd138e7cdee7fe704e0f8814
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gabrielhjs/parking-system 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" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0a49443b321729fc13ace3627fe5d57662225a511f4f00aa16ec2c80dcd31976
[INFO] running `Command { std: "docker" "start" "-a" "0a49443b321729fc13ace3627fe5d57662225a511f4f00aa16ec2c80dcd31976", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0a49443b321729fc13ace3627fe5d57662225a511f4f00aa16ec2c80dcd31976", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a49443b321729fc13ace3627fe5d57662225a511f4f00aa16ec2c80dcd31976", kill_on_drop: false }`
[INFO] [stdout] 0a49443b321729fc13ace3627fe5d57662225a511f4f00aa16ec2c80dcd31976
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3fd3cfd74b45f95c02401a95125aa653e7a2222450780e7a21c7d5db1244c18c
[INFO] running `Command { std: "docker" "start" "-a" "3fd3cfd74b45f95c02401a95125aa653e7a2222450780e7a21c7d5db1244c18c", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.103
[INFO] [stderr]     Checking instant v0.1.11
[INFO] [stderr]     Checking futures-util v0.3.17
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.0
[INFO] [stderr]     Checking sha-1 v0.9.8
[INFO] [stderr]    Compiling actix-web-codegen v0.4.0
[INFO] [stderr]     Checking actix-router v0.2.7
[INFO] [stderr]     Checking time-macros v0.1.1
[INFO] [stderr]     Checking net2 v0.2.37
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking parking_lot_core v0.8.5
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]     Checking hostname v0.3.1
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking brotli-sys v0.3.2
[INFO] [stderr]     Checking time v0.2.27
[INFO] [stderr]     Checking socket2 v0.3.19
[INFO] [stderr]     Checking flate2 v1.0.22
[INFO] [stderr]     Checking resolv-conf v0.7.0
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking brotli2 v0.3.2
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking actix-threadpool v0.3.3
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking thiserror v1.0.30
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking cookie v0.14.4
[INFO] [stderr]     Checking mio-uds v0.6.8
[INFO] [stderr]     Checking tokio v0.2.25
[INFO] [stderr]     Checking actix-service v1.0.6
[INFO] [stderr]     Checking futures v0.3.17
[INFO] [stderr]     Checking parking_system v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/core/repository.rs:5:22
[INFO] [stdout]   |
[INFO] [stdout] 5 |   fn get_parking_lot(&self, code: &str) -> Option<ParkingLot>;
[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] 5 |   fn get_parking_lot(&self, code: &str) -> Option<ParkingLot<'_>>;
[INFO] [stdout]   |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/core/use_case/get_parking_lot.rs:17:18
[INFO] [stdout]    |
[INFO] [stdout] 17 |   pub fn execute(&self, code: &str) -> Option<ParkingLot> {
[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] 17 |   pub fn execute(&self, code: &str) -> Option<ParkingLot<'_>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/core/repository.rs:5:22
[INFO] [stdout]   |
[INFO] [stdout] 5 |   fn get_parking_lot(&self, code: &str) -> Option<ParkingLot>;
[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] 5 |   fn get_parking_lot(&self, code: &str) -> Option<ParkingLot<'_>>;
[INFO] [stdout]   |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/core/use_case/get_parking_lot.rs:17:18
[INFO] [stdout]    |
[INFO] [stdout] 17 |   pub fn execute(&self, code: &str) -> Option<ParkingLot> {
[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] 17 |   pub fn execute(&self, code: &str) -> Option<ParkingLot<'_>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/core/tests/test_enter_parking_lot.rs:10:22
[INFO] [stdout]    |
[INFO] [stdout] 10 |   fn get_parking_lot(&self, _code: &str) -> Option<ParkingLot> {
[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] 10 |   fn get_parking_lot(&self, _code: &str) -> Option<ParkingLot<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tokio-util v0.3.1
[INFO] [stderr]     Checking actix-rt v1.1.1
[INFO] [stderr]     Checking trust-dns-proto v0.19.7
[INFO] [stderr]     Checking actix-codec v0.3.0
[INFO] [stderr]     Checking h2 v0.2.7
[INFO] [stderr]     Checking actix-utils v2.0.0
[INFO] [stderr]     Checking actix-server v1.0.4
[INFO] [stderr]     Checking actix-tls v2.0.0
[INFO] [stderr]     Checking trust-dns-resolver v0.19.7
[INFO] [stderr]     Checking actix-testing v1.0.1
[INFO] [stderr]     Checking actix-connect v2.0.0
[INFO] [stderr]     Checking actix-http v2.2.1
[INFO] [stderr]     Checking awc v2.0.3
[INFO] [stderr]     Checking actix-web v3.3.2
[INFO] [stderr]     Checking actix v0.1.0 (/opt/rustwide/workdir/http/actix)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> http/actix/src/enter_parking_lot_controller.rs:15:22
[INFO] [stdout]    |
[INFO] [stdout] 15 |   fn get_parking_lot(&self, _code: &str) -> Option<ParkingLot> {
[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] 15 |   fn get_parking_lot(&self, _code: &str) -> Option<ParkingLot<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> http/actix/src/get_parking_lot_controller.rs:15:22
[INFO] [stdout]    |
[INFO] [stdout] 15 |   fn get_parking_lot(&self, _code: &str) -> Option<ParkingLot> {
[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] 15 |   fn get_parking_lot(&self, _code: &str) -> Option<ParkingLot<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> http/actix/src/enter_parking_lot_controller.rs:15:22
[INFO] [stdout]    |
[INFO] [stdout] 15 |   fn get_parking_lot(&self, _code: &str) -> Option<ParkingLot> {
[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] 15 |   fn get_parking_lot(&self, _code: &str) -> Option<ParkingLot<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> http/actix/src/get_parking_lot_controller.rs:15:22
[INFO] [stdout]    |
[INFO] [stdout] 15 |   fn get_parking_lot(&self, _code: &str) -> Option<ParkingLot> {
[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] 15 |   fn get_parking_lot(&self, _code: &str) -> Option<ParkingLot<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.77s
[INFO] running `Command { std: "docker" "inspect" "3fd3cfd74b45f95c02401a95125aa653e7a2222450780e7a21c7d5db1244c18c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3fd3cfd74b45f95c02401a95125aa653e7a2222450780e7a21c7d5db1244c18c", kill_on_drop: false }`
[INFO] [stdout] 3fd3cfd74b45f95c02401a95125aa653e7a2222450780e7a21c7d5db1244c18c
