[INFO] cloning repository https://github.com/bczhc/backup-tool
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bczhc/backup-tool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbczhc%2Fbackup-tool", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbczhc%2Fbackup-tool'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 758dec6fd8918bf6e33a4ba507130299266b818f
[INFO] checking bczhc/backup-tool against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbczhc%2Fbackup-tool" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bczhc/backup-tool
[INFO] finished tweaking git repo https://github.com/bczhc/backup-tool
[INFO] tweaked toml for git repo https://github.com/bczhc/backup-tool written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bczhc/backup-tool on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bczhc/backup-tool 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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 64e222a050dba6f5405a30489051cb61584a3f0ef048dcea9d0d1dc85fe50e76
[INFO] running `Command { std: "docker" "start" "-a" "64e222a050dba6f5405a30489051cb61584a3f0ef048dcea9d0d1dc85fe50e76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "64e222a050dba6f5405a30489051cb61584a3f0ef048dcea9d0d1dc85fe50e76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64e222a050dba6f5405a30489051cb61584a3f0ef048dcea9d0d1dc85fe50e76", kill_on_drop: false }`
[INFO] [stdout] 64e222a050dba6f5405a30489051cb61584a3f0ef048dcea9d0d1dc85fe50e76
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "-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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a1ca8598be21d8dccf1727a11d707566995de39379f69d72cfc71682f1bf7ed7
[INFO] running `Command { std: "docker" "start" "-a" "a1ca8598be21d8dccf1727a11d707566995de39379f69d72cfc71682f1bf7ed7", kill_on_drop: false }`
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]    Compiling libsqlite3-sys v0.32.0
[INFO] [stderr]    Compiling blake3 v1.7.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]     Checking clap_builder v4.5.32
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking fern v0.7.1
[INFO] [stderr]     Checking filetime v0.2.25
[INFO] [stderr]     Checking colored v3.0.0
[INFO] [stderr]     Checking bytesize v2.0.1
[INFO] [stderr]     Checking humantime v2.2.0
[INFO] [stderr]     Checking yeet-ops v1.0.0
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking jwalk v0.8.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling lazy-regex-proc_macros v3.4.1
[INFO] [stderr]     Checking lazy-regex v3.4.1
[INFO] [stderr]     Checking clap v4.5.32
[INFO] [stderr]     Checking rusqlite v0.34.0
[INFO] [stderr]     Checking backup-tool v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `IteratorExt`
[INFO] [stdout]   --> src/lib.rs:14:53
[INFO] [stdout]    |
[INFO] [stdout] 14 | use rusqlite::fallible_iterator::{FallibleIterator, IteratorExt};
[INFO] [stdout]    |                                                     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Permissions`
[INFO] [stdout]   --> src/lib.rs:17:21
[INFO] [stdout]    |
[INFO] [stdout] 17 | use std::fs::{File, Permissions};
[INFO] [stdout]    |                     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `UNIX_EPOCH`
[INFO] [stdout]   --> src/lib.rs:26:29
[INFO] [stdout]    |
[INFO] [stdout] 26 | use std::time::{SystemTime, UNIX_EPOCH};
[INFO] [stdout]    |                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `IteratorExt`
[INFO] [stdout]   --> src/lib.rs:14:53
[INFO] [stdout]    |
[INFO] [stdout] 14 | use rusqlite::fallible_iterator::{FallibleIterator, IteratorExt};
[INFO] [stdout]    |                                                     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Permissions`
[INFO] [stdout]   --> src/lib.rs:17:21
[INFO] [stdout]    |
[INFO] [stdout] 17 | use std::fs::{File, Permissions};
[INFO] [stdout]    |                     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `UNIX_EPOCH`
[INFO] [stdout]   --> src/lib.rs:26:29
[INFO] [stdout]    |
[INFO] [stdout] 26 | use std::time::{SystemTime, UNIX_EPOCH};
[INFO] [stdout]    |                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `FallibleIterator`
[INFO] [stdout]   --> src/lib.rs:14:35
[INFO] [stdout]    |
[INFO] [stdout] 14 | use rusqlite::fallible_iterator::{FallibleIterator, IteratorExt};
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/db.rs:37:24
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn transaction(&mut self) -> anyhow::Result<IndexDbTx> {
[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] 37 |     pub fn transaction(&mut self) -> anyhow::Result<IndexDbTx<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `FallibleIterator`
[INFO] [stdout]   --> src/lib.rs:14:35
[INFO] [stdout]    |
[INFO] [stdout] 14 | use rusqlite::fallible_iterator::{FallibleIterator, IteratorExt};
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/db.rs:37:24
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn transaction(&mut self) -> anyhow::Result<IndexDbTx> {
[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] 37 |     pub fn transaction(&mut self) -> anyhow::Result<IndexDbTx<'_>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.22s
[INFO] running `Command { std: "docker" "inspect" "a1ca8598be21d8dccf1727a11d707566995de39379f69d72cfc71682f1bf7ed7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1ca8598be21d8dccf1727a11d707566995de39379f69d72cfc71682f1bf7ed7", kill_on_drop: false }`
[INFO] [stdout] a1ca8598be21d8dccf1727a11d707566995de39379f69d72cfc71682f1bf7ed7
