[INFO] cloning repository https://github.com/thereisnospoon/tokio-rest-api-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thereisnospoon/tokio-rest-api-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthereisnospoon%2Ftokio-rest-api-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthereisnospoon%2Ftokio-rest-api-example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7fa5df73aae8e3d17fa45b2107ed972fe59a214d
[INFO] checking thereisnospoon/tokio-rest-api-example against master#642c19bfc3a5c1de985bf5d0cc8207ac9d22708a for pr-148577
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthereisnospoon%2Ftokio-rest-api-example" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/thereisnospoon/tokio-rest-api-example
[INFO] finished tweaking git repo https://github.com/thereisnospoon/tokio-rest-api-example
[INFO] tweaked toml for git repo https://github.com/thereisnospoon/tokio-rest-api-example written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/thereisnospoon/tokio-rest-api-example on toolchain 642c19bfc3a5c1de985bf5d0cc8207ac9d22708a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/thereisnospoon/tokio-rest-api-example 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" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded deadpool-postgres v0.7.0
[INFO] [stderr]   Downloaded deadpool v0.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0b829c0a311f3781072f343ff8f5df872cce9792bd048b706114a04a0027c1b2
[INFO] running `Command { std: "docker" "start" "-a" "0b829c0a311f3781072f343ff8f5df872cce9792bd048b706114a04a0027c1b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0b829c0a311f3781072f343ff8f5df872cce9792bd048b706114a04a0027c1b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b829c0a311f3781072f343ff8f5df872cce9792bd048b706114a04a0027c1b2", kill_on_drop: false }`
[INFO] [stdout] 0b829c0a311f3781072f343ff8f5df872cce9792bd048b706114a04a0027c1b2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5e5a15c70eb67aa7779edfb0e217e49b47d09cf62909938b9843fa71afb2219b
[INFO] running `Command { std: "docker" "start" "-a" "5e5a15c70eb67aa7779edfb0e217e49b47d09cf62909938b9843fa71afb2219b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]    Compiling syn v1.0.72
[INFO] [stderr]    Compiling libc v0.2.94
[INFO] [stderr]     Checking futures-sink v0.3.14
[INFO] [stderr]     Checking futures-core v0.3.14
[INFO] [stderr]     Checking once_cell v1.7.2
[INFO] [stderr]     Checking futures-task v0.3.14
[INFO] [stderr]     Checking futures-io v0.3.14
[INFO] [stderr]     Checking subtle v2.4.0
[INFO] [stderr]     Checking futures-channel v0.3.14
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.4
[INFO] [stderr]     Checking crypto-mac v0.10.0
[INFO] [stderr]    Compiling async-trait v0.1.50
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking cpufeatures v0.1.1
[INFO] [stderr]     Checking sha2 v0.9.4
[INFO] [stderr]     Checking hmac v0.10.1
[INFO] [stderr]     Checking stringprep v0.1.2
[INFO] [stderr]     Checking md-5 v0.9.1
[INFO] [stderr]     Checking siphasher v0.3.5
[INFO] [stderr]     Checking tracing-core v0.1.18
[INFO] [stderr]    Compiling httparse v1.4.0
[INFO] [stderr]     Checking phf_shared v0.8.0
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking parking_lot_core v0.8.3
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking signal-hook-registry v1.3.0
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking getrandom v0.2.2
[INFO] [stderr]     Checking parking_lot v0.11.1
[INFO] [stderr]     Checking mio v0.7.11
[INFO] [stderr]     Checking rand_core v0.6.2
[INFO] [stderr]     Checking socket2 v0.4.0
[INFO] [stderr]     Checking tracing v0.1.26
[INFO] [stderr]     Checking rand_chacha v0.3.0
[INFO] [stderr]     Checking crossbeam-queue v0.3.1
[INFO] [stderr]     Checking phf v0.8.0
[INFO] [stderr]     Checking httpdate v1.0.0
[INFO] [stderr]     Checking rand v0.8.3
[INFO] [stderr]     Checking postgres-protocol v0.6.1
[INFO] [stderr]     Checking postgres-types v0.2.1
[INFO] [stderr]    Compiling tokio-macros v1.1.0
[INFO] [stderr]    Compiling futures-macro v0.3.14
[INFO] [stderr]    Compiling serde_derive v1.0.125
[INFO] [stderr]    Compiling pin-project-internal v1.0.7
[INFO] [stderr]     Checking tokio v1.5.0
[INFO] [stderr]     Checking futures-util v0.3.14
[INFO] [stderr]     Checking pin-project v1.0.7
[INFO] [stderr]     Checking serde v1.0.125
[INFO] [stderr]     Checking futures-executor v0.3.14
[INFO] [stderr]     Checking futures v0.3.14
[INFO] [stderr]     Checking tokio-util v0.6.6
[INFO] [stderr]     Checking h2 v0.3.3
[INFO] [stderr]     Checking tokio-postgres v0.7.2
[INFO] [stderr]     Checking config v0.10.1
[INFO] [stderr]     Checking serde_json v1.0.64
[INFO] [stderr]     Checking deadpool v0.7.0
[INFO] [stderr]     Checking deadpool-postgres v0.7.0
[INFO] [stderr]     Checking hyper v0.14.7
[INFO] [stderr]     Checking tokio-rest-api v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `pool_error`
[INFO] [stdout]   --> src/db.rs:81:19
[INFO] [stdout]    |
[INFO] [stdout] 81 | fn map_pool_error(pool_error: PoolError) -> AppError {
[INFO] [stdout]    |                   ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pool_error`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pool_error`
[INFO] [stdout]   --> src/db.rs:81:19
[INFO] [stdout]    |
[INFO] [stdout] 81 | fn map_pool_error(pool_error: PoolError) -> AppError {
[INFO] [stdout]    |                   ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pool_error`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/routes.rs:48:41
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn parse_query_params(query: Option<&str>) -> AppResult<Vec<Param>> {
[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] 48 |     fn parse_query_params(query: Option<&str>) -> AppResult<Vec<Param<'_>>> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/routes.rs:48:41
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn parse_query_params(query: Option<&str>) -> AppResult<Vec<Param>> {
[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] 48 |     fn parse_query_params(query: Option<&str>) -> AppResult<Vec<Param<'_>>> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.11s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] running `Command { std: "docker" "inspect" "5e5a15c70eb67aa7779edfb0e217e49b47d09cf62909938b9843fa71afb2219b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e5a15c70eb67aa7779edfb0e217e49b47d09cf62909938b9843fa71afb2219b", kill_on_drop: false }`
[INFO] [stdout] 5e5a15c70eb67aa7779edfb0e217e49b47d09cf62909938b9843fa71afb2219b
