[INFO] cloning repository https://github.com/mcheshkov/paidy-restaurant-api
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mcheshkov/paidy-restaurant-api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmcheshkov%2Fpaidy-restaurant-api", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmcheshkov%2Fpaidy-restaurant-api'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 561d1be3120ff5f98c8a8244299081a90e804139
[INFO] testing mcheshkov/paidy-restaurant-api against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmcheshkov%2Fpaidy-restaurant-api" "/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/mcheshkov/paidy-restaurant-api
[INFO] finished tweaking git repo https://github.com/mcheshkov/paidy-restaurant-api
[INFO] tweaked toml for git repo https://github.com/mcheshkov/paidy-restaurant-api written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mcheshkov/paidy-restaurant-api on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mcheshkov/paidy-restaurant-api 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.99.0-beta.1" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c71d3637cbccdcce2efdb9828a6a08079bb18e8bcb0a856a3404784013edcace
[INFO] running `Command { std: "docker" "start" "c71d3637cbccdcce2efdb9828a6a08079bb18e8bcb0a856a3404784013edcace", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c71d3637cbccdcce2efdb9828a6a08079bb18e8bcb0a856a3404784013edcace", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c71d3637cbccdcce2efdb9828a6a08079bb18e8bcb0a856a3404784013edcace" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c71d3637cbccdcce2efdb9828a6a08079bb18e8bcb0a856a3404784013edcace", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c71d3637cbccdcce2efdb9828a6a08079bb18e8bcb0a856a3404784013edcace" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling smallvec v1.11.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling syn v2.0.37
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.57
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling memchr v2.6.3
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling anstyle-parse v0.2.1
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling array-init v2.1.0
[INFO] [stderr]    Compiling stringprep v0.1.4
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling anstyle v1.0.3
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling whoami v1.4.1
[INFO] [stderr]    Compiling anstream v0.5.0
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling sharded-slab v0.1.6
[INFO] [stderr]    Compiling chrono v0.4.31
[INFO] [stderr]    Compiling postgres-protocol v0.6.6
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling clap_builder v4.4.5
[INFO] [stderr]    Compiling postgres-types v0.2.6
[INFO] [stderr]    Compiling regex-automata v0.3.8
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling regex v1.9.5
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.26
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling async-trait v0.1.73
[INFO] [stderr]    Compiling clap_derive v4.4.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.49
[INFO] [stderr]    Compiling tokio v1.32.0
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling tracing-subscriber v0.3.17
[INFO] [stderr]    Compiling thiserror v1.0.49
[INFO] [stderr]    Compiling clap v4.4.5
[INFO] [stderr]    Compiling deadpool-runtime v0.1.3
[INFO] [stderr]    Compiling tokio-util v0.7.9
[INFO] [stderr]    Compiling deadpool v0.10.0
[INFO] [stderr]    Compiling tokio-postgres v0.7.10
[INFO] [stderr]    Compiling deadpool-postgres v0.11.0
[INFO] [stderr]    Compiling paidy-restaurant-api v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `SimpleMemoryStorageInner` is never constructed
[INFO] [stdout]   --> src/storage/memory.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct SimpleMemoryStorageInner {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_items` is never used
[INFO] [stdout]   --> src/storage/memory.rs:26:8
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl SimpleMemoryStorageInner {
[INFO] [stdout]    | ----------------------------- method in this implementation
[INFO] [stdout] 26 |     fn add_items(&mut self, table_id: TableId, items: impl Iterator<Item = NewItem> + Send) {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SimpleMemoryStorage` is never constructed
[INFO] [stdout]   --> src/storage/memory.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct SimpleMemoryStorage {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `SimpleMemoryStorageError` is never used
[INFO] [stdout]   --> src/storage/memory.rs:53:6
[INFO] [stdout]    |
[INFO] [stdout] 53 | type SimpleMemoryStorageError = Infallible;
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/storage/pg.rs:132:36
[INFO] [stdout]     |
[INFO] [stdout] 132 |     async fn start_transaction(db: &mut Client) -> Result<Transaction, PostgresStorageError> {
[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] 132 |     async fn start_transaction(db: &mut Client) -> Result<Transaction<'_>, PostgresStorageError> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/storage/pg.rs:141:13
[INFO] [stdout]     |
[INFO] [stdout] 141 |         db: &mut Client,
[INFO] [stdout]     |             ^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 142 |     ) -> Result<Transaction, PostgresStorageError> {
[INFO] [stdout]     |                 ^^^^^^^^^^^ the same lifetime is hidden 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] 142 |     ) -> Result<Transaction<'_>, PostgresStorageError> {
[INFO] [stdout]     |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 49.37s
[INFO] running `Command { std: "docker" "inspect" "c71d3637cbccdcce2efdb9828a6a08079bb18e8bcb0a856a3404784013edcace", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c71d3637cbccdcce2efdb9828a6a08079bb18e8bcb0a856a3404784013edcace" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling paidy-restaurant-api v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/storage/pg.rs:132:36
[INFO] [stdout]     |
[INFO] [stdout] 132 |     async fn start_transaction(db: &mut Client) -> Result<Transaction, PostgresStorageError> {
[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] 132 |     async fn start_transaction(db: &mut Client) -> Result<Transaction<'_>, PostgresStorageError> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/storage/pg.rs:141:13
[INFO] [stdout]     |
[INFO] [stdout] 141 |         db: &mut Client,
[INFO] [stdout]     |             ^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 142 |     ) -> Result<Transaction, PostgresStorageError> {
[INFO] [stdout]     |                 ^^^^^^^^^^^ the same lifetime is hidden 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] 142 |     ) -> Result<Transaction<'_>, PostgresStorageError> {
[INFO] [stdout]     |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 11.03s
[INFO] running `Command { std: "docker" "inspect" "c71d3637cbccdcce2efdb9828a6a08079bb18e8bcb0a856a3404784013edcace", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c71d3637cbccdcce2efdb9828a6a08079bb18e8bcb0a856a3404784013edcace" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/storage/pg.rs:132:36
[INFO] [stderr]     |
[INFO] [stderr] 132 |     async fn start_transaction(db: &mut Client) -> Result<Transaction, PostgresStorageError> {
[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] 132 |     async fn start_transaction(db: &mut Client) -> Result<Transaction<'_>, PostgresStorageError> {
[INFO] [stderr]     |                                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/storage/pg.rs:141:13
[INFO] [stderr]     |
[INFO] [stderr] 141 |         db: &mut Client,
[INFO] [stderr]     |             ^^^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 142 |     ) -> Result<Transaction, PostgresStorageError> {
[INFO] [stderr]     |                 ^^^^^^^^^^^ the same lifetime is hidden 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] 142 |     ) -> Result<Transaction<'_>, PostgresStorageError> {
[INFO] [stderr]     |                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `paidy-restaurant-api` (bin "paidy-restaurant-api" test) generated 2 warnings (run `cargo fix --bin "paidy-restaurant-api" -p paidy-restaurant-api --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/paidy_restaurant_api-18a047211d846eb2)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test storage::pg::tests::test_pg_storage ... ignored
[INFO] [stdout] test storage::memory::tests::test_memory_storage ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c71d3637cbccdcce2efdb9828a6a08079bb18e8bcb0a856a3404784013edcace", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c71d3637cbccdcce2efdb9828a6a08079bb18e8bcb0a856a3404784013edcace", kill_on_drop: false }`
[INFO] [stdout] c71d3637cbccdcce2efdb9828a6a08079bb18e8bcb0a856a3404784013edcace
