[INFO] cloning repository https://github.com/gregcline/grok-list
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gregcline/grok-list" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgregcline%2Fgrok-list", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgregcline%2Fgrok-list'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 74036e709ad5eab713801ae7ec58e4e0cf90821d
[INFO] testing gregcline/grok-list against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgregcline%2Fgrok-list" "/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/gregcline/grok-list
[INFO] finished tweaking git repo https://github.com/gregcline/grok-list
[INFO] tweaked toml for git repo https://github.com/gregcline/grok-list written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gregcline/grok-list on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gregcline/grok-list 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" "+beta-2025-09-21" "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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a413ca799f288b2ad9f57d60057b40db58bc01bf42999704d10a1c5fe7380767
[INFO] running `Command { std: "docker" "start" "-a" "a413ca799f288b2ad9f57d60057b40db58bc01bf42999704d10a1c5fe7380767", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a413ca799f288b2ad9f57d60057b40db58bc01bf42999704d10a1c5fe7380767", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a413ca799f288b2ad9f57d60057b40db58bc01bf42999704d10a1c5fe7380767", kill_on_drop: false }`
[INFO] [stdout] a413ca799f288b2ad9f57d60057b40db58bc01bf42999704d10a1c5fe7380767
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 06f50996ab1aafb954b7ce5605f5aeb7ab4e4aebfa3044bd622700be02eb9df2
[INFO] running `Command { std: "docker" "start" "-a" "06f50996ab1aafb954b7ce5605f5aeb7ab4e4aebfa3044bd622700be02eb9df2", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.27
[INFO] [stderr]    Compiling syn v1.0.73
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling libc v0.2.97
[INFO] [stderr]    Compiling once_cell v1.5.2
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling futures-core v0.3.8
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling futures-io v0.3.8
[INFO] [stderr]    Compiling serde_derive v1.0.118
[INFO] [stderr]    Compiling serde v1.0.118
[INFO] [stderr]    Compiling futures-sink v0.3.8
[INFO] [stderr]    Compiling yansi v0.5.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling futures-task v0.3.8
[INFO] [stderr]    Compiling tracing-core v0.1.17
[INFO] [stderr]    Compiling tokio v1.8.0
[INFO] [stderr]    Compiling futures-channel v0.3.8
[INFO] [stderr]    Compiling indexmap v1.6.1
[INFO] [stderr]    Compiling bytes v1.0.1
[INFO] [stderr]    Compiling cc v1.0.66
[INFO] [stderr]    Compiling smallvec v1.5.1
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling value-bag v1.0.0-alpha.7
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.9.1
[INFO] [stderr]    Compiling standback v0.2.13
[INFO] [stderr]    Compiling cache-padded v1.1.1
[INFO] [stderr]    Compiling tinyvec v1.1.0
[INFO] [stderr]    Compiling http v0.2.2
[INFO] [stderr]    Compiling miniz_oxide v0.4.3
[INFO] [stderr]    Compiling concurrent-queue v1.2.2
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling httparse v1.4.1
[INFO] [stderr]    Compiling fastrand v1.4.1
[INFO] [stderr]    Compiling event-listener v2.5.1
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling const_fn v0.4.4
[INFO] [stderr]    Compiling time v0.2.23
[INFO] [stderr]    Compiling uncased v0.9.6
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling instant v0.1.9
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling async-trait v0.1.50
[INFO] [stderr]    Compiling rustversion v1.0.4
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling signal-hook-registry v1.3.0
[INFO] [stderr]    Compiling getrandom v0.1.15
[INFO] [stderr]    Compiling socket2 v0.4.0
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling unicode-normalization v0.1.16
[INFO] [stderr]    Compiling net2 v0.2.37
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling quote v1.0.8
[INFO] [stderr]    Compiling gimli v0.23.0
[INFO] [stderr]    Compiling ring v0.16.19
[INFO] [stderr]    Compiling strsim v0.9.3
[INFO] [stderr]    Compiling lock_api v0.4.2
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling parking_lot_core v0.8.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling cookie v0.15.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling digest v0.8.1
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling unicode-segmentation v1.7.1
[INFO] [stderr]    Compiling rustc-demangle v0.1.18
[INFO] [stderr]    Compiling inlinable_string v0.1.14
[INFO] [stderr]    Compiling object v0.22.0
[INFO] [stderr]    Compiling pin-project-lite v0.1.11
[INFO] [stderr]    Compiling async-task v4.0.3
[INFO] [stderr]    Compiling serde_json v1.0.60
[INFO] [stderr]    Compiling idna v0.2.0
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling parking_lot v0.11.1
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling block-buffer v0.7.3
[INFO] [stderr]    Compiling heck v0.3.2
[INFO] [stderr]    Compiling async-channel v1.6.1
[INFO] [stderr]    Compiling form_urlencoded v1.0.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling sharded-slab v0.1.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.3
[INFO] [stderr]    Compiling match_cfg v0.1.0
[INFO] [stderr]    Compiling encoding_rs v0.8.28
[INFO] [stderr]    Compiling atomic-waker v1.0.0
[INFO] [stderr]    Compiling httpdate v1.0.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling subtle v1.0.0
[INFO] [stderr]    Compiling hostname v0.3.1
[INFO] [stderr]    Compiling async-executor v1.4.1
[INFO] [stderr]    Compiling err-derive v0.2.4
[INFO] [stderr]    Compiling crypto-mac v0.7.0
[INFO] [stderr]    Compiling blocking v1.0.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling url v2.2.0
[INFO] [stderr]    Compiling async-mutex v1.4.0
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling http-body v0.4.2
[INFO] [stderr]    Compiling figment v0.10.6
[INFO] [stderr]    Compiling multer v2.0.0
[INFO] [stderr]    Compiling atomic v0.5.0
[INFO] [stderr]    Compiling unchecked-index v0.2.2
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling base64 v0.11.0
[INFO] [stderr]    Compiling state v0.5.2
[INFO] [stderr]    Compiling eyre v0.6.3
[INFO] [stderr]    Compiling fake-simd v0.1.2
[INFO] [stderr]    Compiling twoway v0.2.2
[INFO] [stderr]    Compiling resolv-conf v0.7.0
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling lru-cache v0.1.2
[INFO] [stderr]    Compiling uuid v0.8.1
[INFO] [stderr]    Compiling tracing-subscriber v0.2.15
[INFO] [stderr]    Compiling async-lock v2.4.0
[INFO] [stderr]    Compiling rocket v0.5.0-rc.1
[INFO] [stderr]    Compiling addr2line v0.14.0
[INFO] [stderr]    Compiling tokio v0.3.6
[INFO] [stderr]    Compiling spin v0.9.1
[INFO] [stderr]    Compiling owo-colors v1.2.1
[INFO] [stderr]    Compiling hex v0.4.2
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling indenter v0.3.1
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]    Compiling sha2 v0.8.2
[INFO] [stderr]    Compiling sha-1 v0.8.2
[INFO] [stderr]    Compiling hmac v0.7.1
[INFO] [stderr]    Compiling pbkdf2 v0.3.0
[INFO] [stderr]    Compiling md-5 v0.8.0
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling socket2 v0.3.19
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling bytes v0.6.0
[INFO] [stderr]    Compiling take_mut v0.2.2
[INFO] [stderr]    Compiling binascii v0.1.4
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling backtrace v0.3.55
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling sct v0.6.0
[INFO] [stderr]    Compiling webpki-roots v0.18.0
[INFO] [stderr]    Compiling darling_core v0.10.2
[INFO] [stderr]    Compiling synstructure v0.12.4
[INFO] [stderr]    Compiling devise_core v0.3.0
[INFO] [stderr]    Compiling ctor v0.1.19
[INFO] [stderr]    Compiling pin-project-internal v1.0.2
[INFO] [stderr]    Compiling futures-macro v0.3.8
[INFO] [stderr]    Compiling tracing-attributes v0.1.11
[INFO] [stderr]    Compiling tokio-macros v1.2.0
[INFO] [stderr]    Compiling time-macros-impl v0.1.1
[INFO] [stderr]    Compiling pear_codegen v0.2.3
[INFO] [stderr]    Compiling tokio-macros v0.2.6
[INFO] [stderr]    Compiling ref-cast-impl v1.0.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.22
[INFO] [stderr]    Compiling enum-as-inner v0.3.3
[INFO] [stderr]    Compiling derive_more v0.99.14
[INFO] [stderr]    Compiling ref-cast v1.0.3
[INFO] [stderr]    Compiling async-stream-impl v0.3.2
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]    Compiling typed-builder v0.4.1
[INFO] [stderr]    Compiling pear v0.2.3
[INFO] [stderr]    Compiling derivative v2.1.1
[INFO] [stderr]    Compiling time-macros v0.1.1
[INFO] [stderr]    Compiling tokio-macros v0.3.2
[INFO] [stderr]    Compiling devise_codegen v0.3.0
[INFO] [stderr]    Compiling async-stream v0.3.2
[INFO] [stderr]    Compiling pin-project v1.0.2
[INFO] [stderr]    Compiling futures-util v0.3.8
[INFO] [stderr]    Compiling thiserror v1.0.22
[INFO] [stderr]    Compiling mio v0.7.6
[INFO] [stderr]    Compiling tracing v0.1.22
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling polling v2.1.0
[INFO] [stderr]    Compiling darling_macro v0.10.2
[INFO] [stderr]    Compiling tracing-error v0.1.2
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling rustls v0.17.0
[INFO] [stderr]    Compiling os_info v3.0.6
[INFO] [stderr]    Compiling async-io v1.6.0
[INFO] [stderr]    Compiling devise v0.3.0
[INFO] [stderr]    Compiling darling v0.10.2
[INFO] [stderr]    Compiling color-spantrace v0.1.6
[INFO] [stderr]    Compiling serde_with_macros v1.3.0
[INFO] [stderr]    Compiling color-eyre v0.5.10
[INFO] [stderr]    Compiling tokio v0.2.24
[INFO] [stderr]    Compiling async-global-executor v2.0.2
[INFO] [stderr]    Compiling async-std v1.9.0
[INFO] [stderr]    Compiling futures-executor v0.3.8
[INFO] [stderr]    Compiling futures v0.3.8
[INFO] [stderr]    Compiling tokio-util v0.6.7
[INFO] [stderr]    Compiling tokio-stream v0.1.6
[INFO] [stderr]    Compiling trust-dns-proto v0.19.6
[INFO] [stderr]    Compiling tokio-rustls v0.13.1
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling serde_with v1.6.0
[INFO] [stderr]    Compiling ubyte v0.10.1
[INFO] [stderr]    Compiling h2 v0.3.3
[INFO] [stderr]    Compiling trust-dns-resolver v0.19.6
[INFO] [stderr]    Compiling bson v1.2.2
[INFO] [stderr]    Compiling mongodb v1.2.2
[INFO] [stderr]    Compiling hyper v0.14.9
[INFO] [stderr]    Compiling rocket_http v0.5.0-rc.1
[INFO] [stderr]    Compiling rocket_codegen v0.5.0-rc.1
[INFO] [stderr]    Compiling grok_list v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `RepoError`
[INFO] [stdout]  --> src/user_handlers.rs:6:25
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::repo::{Repo, RepoError};
[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: `create_user`
[INFO] [stdout]   --> src/user_handlers.rs:29:14
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub async fn create_user(user: Json<User>, repo: &State<Repo>) -> Result<Json<User>, Status> {
[INFO] [stdout]    |              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `replace_result`
[INFO] [stdout]   --> src/repo.rs:98:13
[INFO] [stdout]    |
[INFO] [stdout] 98 |         let replace_result = db_collection
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_replace_result`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `List` is never constructed
[INFO] [stdout]  --> src/list.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct List {
[INFO] [stdout]   |            ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `builder` and `add_item` are never used
[INFO] [stdout]   --> src/list.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl List {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 15 |     pub fn builder(name: String, user_id: ObjectId) -> ListBuilder {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub fn add_item(&mut self, item: ListItem) {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ListBuilder` is never constructed
[INFO] [stdout]   --> src/list.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct ListBuilder {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `build`, and `add_item` are never used
[INFO] [stdout]   --> src/list.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl ListBuilder {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] 33 |     pub fn new(name: String, user_id: ObjectId) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn build(&self) -> List {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn add_item(&mut self, item: ListItem) -> &mut Self {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ListItem` is never constructed
[INFO] [stdout]   --> src/list.rs:58:12
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub struct ListItem {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `builder` is never used
[INFO] [stdout]   --> src/list.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 64 | impl ListItem {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] 65 |     pub fn builder(name: &str) -> ListItemBuilder {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ListItemBuilder` is never constructed
[INFO] [stdout]   --> src/list.rs:71:12
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub struct ListItemBuilder {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `category`, `amount`, and `build` are never used
[INFO] [stdout]   --> src/list.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 77 | impl ListItemBuilder {
[INFO] [stdout]    | -------------------- associated items in this implementation
[INFO] [stdout] 78 |     pub fn new(name: &str) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |     pub fn category<'a>(&'a mut self, category: &str) -> &'a mut Self {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |     pub fn amount<'a>(&'a mut self, amount: &str) -> &'a mut Self {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |     pub fn build(&self) -> ListItem {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `ObjectNotFound` is never constructed
[INFO] [stdout]   --> src/repo.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub enum RepoError {
[INFO] [stdout]    |          --------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 25 |     ObjectNotFound(ObjectId, Collections)
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RepoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Lists` and `Stores` are never constructed
[INFO] [stdout]   --> src/repo.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub enum Collections {
[INFO] [stdout]    |          ----------- variants in this enum
[INFO] [stdout] 30 |     Lists,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 31 |     Stores,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Collections` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/repo.rs:90:14
[INFO] [stdout]     |
[INFO] [stdout]  49 | impl Repo {
[INFO] [stdout]     | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  90 |     async fn replace_document_by_id<T: Serialize + DeserializeOwned + fmt::Debug>(
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     async fn delete_document_by_id(
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 |     pub async fn add_list(&self, list: &List) -> Result<Option<List>, RepoError> {
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |     pub async fn get_list_by_id(&self, id: &ObjectId) -> Result<Option<List>, RepoError> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 122 |     pub async fn delete_list_by_id(&self, id: &ObjectId) -> Result<i64, RepoError> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 |     pub async fn add_store(&self, store: &Store) -> Result<Option<Store>, RepoError> {
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 |     pub async fn get_store_by_id(&self, id: &ObjectId) -> Result<Option<Store>, RepoError> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     pub async fn delete_store_by_id(&self, id: &ObjectId) -> Result<i64, RepoError> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |     pub async fn get_user_by_name(&self, name: &str) -> Result<Option<User>, RepoError> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 |     pub async fn get_lists_by_user(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 |     pub async fn add_list_item(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Store` is never constructed
[INFO] [stdout]  --> src/store.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Store {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `add_category` are never used
[INFO] [stdout]   --> src/store.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Store {
[INFO] [stdout]    | ---------- associated items in this implementation
[INFO] [stdout] 13 |     pub fn new(name: &str) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub fn add_category(&mut self, category: &str) {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bson v1.2.2, ubyte v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "06f50996ab1aafb954b7ce5605f5aeb7ab4e4aebfa3044bd622700be02eb9df2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06f50996ab1aafb954b7ce5605f5aeb7ab4e4aebfa3044bd622700be02eb9df2", kill_on_drop: false }`
[INFO] [stdout] 06f50996ab1aafb954b7ce5605f5aeb7ab4e4aebfa3044bd622700be02eb9df2
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 19097530be68109bfef9d5d3cea9db8e0ea71f7e8f5f50bb930fee2971b9bbaa
[INFO] running `Command { std: "docker" "start" "-a" "19097530be68109bfef9d5d3cea9db8e0ea71f7e8f5f50bb930fee2971b9bbaa", kill_on_drop: false }`
[INFO] [stderr]    Compiling grok_list v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `RepoError`
[INFO] [stdout]  --> src/user_handlers.rs:6:25
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::repo::{Repo, RepoError};
[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: `create_user`
[INFO] [stdout]   --> src/user_handlers.rs:29:14
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub async fn create_user(user: Json<User>, repo: &State<Repo>) -> Result<Json<User>, Status> {
[INFO] [stdout]    |              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `replace_result`
[INFO] [stdout]   --> src/repo.rs:98:13
[INFO] [stdout]    |
[INFO] [stdout] 98 |         let replace_result = db_collection
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_replace_result`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `inserted_user`
[INFO] [stdout]    --> src/repo.rs:294:13
[INFO] [stdout]     |
[INFO] [stdout] 294 |         let inserted_user = repo
[INFO] [stdout]     |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_inserted_user`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.57s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bson v1.2.2, ubyte v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "19097530be68109bfef9d5d3cea9db8e0ea71f7e8f5f50bb930fee2971b9bbaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19097530be68109bfef9d5d3cea9db8e0ea71f7e8f5f50bb930fee2971b9bbaa", kill_on_drop: false }`
[INFO] [stdout] 19097530be68109bfef9d5d3cea9db8e0ea71f7e8f5f50bb930fee2971b9bbaa
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 287e0d6c53e0d3846bf539a21e06132193bf9742cbdc9c394c52eef61838331b
[INFO] running `Command { std: "docker" "start" "-a" "287e0d6c53e0d3846bf539a21e06132193bf9742cbdc9c394c52eef61838331b", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `RepoError`
[INFO] [stderr]  --> src/user_handlers.rs:6:25
[INFO] [stderr]   |
[INFO] [stderr] 6 | use crate::repo::{Repo, RepoError};
[INFO] [stderr]   |                         ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `create_user`
[INFO] [stderr]   --> src/user_handlers.rs:29:14
[INFO] [stderr]    |
[INFO] [stderr] 29 | pub async fn create_user(user: Json<User>, repo: &State<Repo>) -> Result<Json<User>, Status> {
[INFO] [stderr]    |              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `replace_result`
[INFO] [stderr]   --> src/repo.rs:98:13
[INFO] [stderr]    |
[INFO] [stderr] 98 |         let replace_result = db_collection
[INFO] [stderr]    |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_replace_result`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `inserted_user`
[INFO] [stderr]    --> src/repo.rs:294:13
[INFO] [stderr]     |
[INFO] [stderr] 294 |         let inserted_user = repo
[INFO] [stderr]     |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_inserted_user`
[INFO] [stderr] 
[INFO] [stderr] warning: `grok_list` (bin "grok_list" test) generated 4 warnings (run `cargo fix --bin "grok_list" --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bson v1.2.2, ubyte v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/grok_list-1ce59a8da8f1cc8e)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test list::test::category_and_amount_none_by_default ... ok
[INFO] [stdout] test list::test::list_builder_can_add_items ... ok
[INFO] [stdout] test list::test::list_can_add_items ... ok
[INFO] [stdout] test user::test::name_and_email_are_required ... ok
[INFO] [stdout] test store::test::categories_are_made_lowercase_when_added ... ok
[INFO] [stdout] test list::test::category_set_to_lowercase ... ok
[INFO] [stdout] test list::test::list_builder_requires_a_name_and_user ... ok
[INFO] [stdout] test repo::test::can_insert_user ... FAILED
[INFO] [stdout] test repo::test::can_add_items_to_existing_list ... FAILED
[INFO] [stdout] test repo::test::can_fetch_lists_by_user ... FAILED
[INFO] [stdout] test repo::test::can_insert_and_retrieve_categories_by_id ... FAILED
[INFO] [stdout] test repo::test::can_insert_and_retrieve_lists_by_id ... FAILED
[INFO] [stdout] test test::can_add_user ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- repo::test::can_insert_user stdout ----
[INFO] [stdout] Error: mongo returned an error: Error { kind: ServerSelectionError { message: "Server selection timeout: No available servers. Topology: { Type: Unknown, Servers: [ { Address: localhost:27017, Type: Unknown, Error: Connection refused (os error 111) }, ] }" }, labels: [] }
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     Server selection timeout: No available servers. Topology: { Type: Unknown, Servers: [ { Address: localhost:27017, Type: Unknown, Error: Connection refused (os error 111) }, ] }
[INFO] [stdout] 
[INFO] [stdout] Location:
[INFO] [stdout]     src/repo.rs:294:29
[INFO] [stdout] 
[INFO] [stdout] ---- repo::test::can_add_items_to_existing_list stdout ----
[INFO] [stdout] Error: mongo returned an error: Error { kind: ServerSelectionError { message: "Server selection timeout: No available servers. Topology: { Type: Unknown, Servers: [ { Address: localhost:27017, Type: Unknown, Error: Connection refused (os error 111) }, ] }" }, labels: [] }
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     Server selection timeout: No available servers. Topology: { Type: Unknown, Servers: [ { Address: localhost:27017, Type: Unknown, Error: Connection refused (os error 111) }, ] }
[INFO] [stdout] 
[INFO] [stdout] Location:
[INFO] [stdout]     src/repo.rs:366:29
[INFO] [stdout] 
[INFO] [stdout] ---- repo::test::can_fetch_lists_by_user stdout ----
[INFO] [stdout] Error: mongo returned an error: Error { kind: ServerSelectionError { message: "Server selection timeout: No available servers. Topology: { Type: Unknown, Servers: [ { Address: localhost:27017, Type: Unknown, Error: Connection refused (os error 111) }, ] }" }, labels: [] }
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     Server selection timeout: No available servers. Topology: { Type: Unknown, Servers: [ { Address: localhost:27017, Type: Unknown, Error: Connection refused (os error 111) }, ] }
[INFO] [stdout] 
[INFO] [stdout] Location:
[INFO] [stdout]     src/repo.rs:317:29
[INFO] [stdout] 
[INFO] [stdout] ---- repo::test::can_insert_and_retrieve_categories_by_id stdout ----
[INFO] [stdout] Error: mongo returned an error: Error { kind: ServerSelectionError { message: "Server selection timeout: No available servers. Topology: { Type: Unknown, Servers: [ { Address: localhost:27017, Type: Unknown, Error: Connection refused (os error 111) }, ] }" }, labels: [] }
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     Server selection timeout: No available servers. Topology: { Type: Unknown, Servers: [ { Address: localhost:27017, Type: Unknown, Error: Connection refused (os error 111) }, ] }
[INFO] [stdout] 
[INFO] [stdout] Location:
[INFO] [stdout]     src/repo.rs:256:30
[INFO] [stdout] 
[INFO] [stdout] ---- repo::test::can_insert_and_retrieve_lists_by_id stdout ----
[INFO] [stdout] Error: mongo returned an error: Error { kind: ServerSelectionError { message: "Server selection timeout: No available servers. Topology: { Type: Unknown, Servers: [ { Address: localhost:27017, Type: Unknown, Error: Connection refused (os error 111) }, ] }" }, labels: [] }
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     Server selection timeout: No available servers. Topology: { Type: Unknown, Servers: [ { Address: localhost:27017, Type: Unknown, Error: Connection refused (os error 111) }, ] }
[INFO] [stdout] 
[INFO] [stdout] Location:
[INFO] [stdout]     src/repo.rs:221:29
[INFO] [stdout] 
[INFO] [stdout] ---- test::can_add_user stdout ----
[INFO] [stdout] Configured for test.
[INFO] [stdout]    >> address: 127.0.0.1
[INFO] [stdout]    >> port: 8000
[INFO] [stdout]    >> workers: 16
[INFO] [stdout]    >> ident: Rocket
[INFO] [stdout]    >> keep-alive: 5s
[INFO] [stdout]    >> limits: bytes = 8KiB, data-form = 2MiB, file = 1MiB, form = 32KiB, json = 1MiB, msgpack = 1MiB, string = 8KiB
[INFO] [stdout]    >> tls: disabled
[INFO] [stdout]    >> temp dir: /tmp
[INFO] [stdout]    >> log level: normal
[INFO] [stdout]    >> cli colors: true
[INFO] [stdout]    >> shutdown: ctrlc = true, force = true, signals = [SIGTERM], grace = 2s, mercy = 3s
[INFO] [stdout] Routes:
[INFO] [stdout]    >> (create_user) POST /api/users
[INFO] [stdout] Fairings:
[INFO] [stdout]    >> grok_list::DbConfig (ignite)
[INFO] [stdout]    >> Mongo (ignite)
[INFO] [stdout]    >> Shield (liftoff, response, singleton)
[INFO] [stdout] Shield:
[INFO] [stdout]    >> Permissions-Policy: interest-cohort=()
[INFO] [stdout]    >> X-Content-Type-Options: nosniff
[INFO] [stdout]    >> X-Frame-Options: SAMEORIGIN
[INFO] [stdout] Rocket has launched into local orbit
[INFO] [stdout] POST /api/users application/json:
[INFO] [stdout]    >> Matched: (create_user) POST /api/users
[INFO] [stdout] Error: MongoError(Error { kind: ServerSelectionError { message: "Server selection timeout: No available servers. Topology: { Type: Unknown, Servers: [ { Address: localhost:27017, Type: Unknown, Error: Connection refused (os error 111) }, ] }" }, labels: [] })
[INFO] [stdout]    >> Outcome: Failure
[INFO] [stdout]    >> No 500 catcher registered. Using Rocket default.
[INFO] [stdout] 
[INFO] [stdout] thread 'test::can_add_user' (36) panicked at src/main.rs:89:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Status { code: 500 }
[INFO] [stdout]  right: Status { code: 200 }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64a2fd502222 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64a2fd502222 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64a2fd502222 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64a2fd502222 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64a2fd51550f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64a2fd51550f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x64a2fd4cd401 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64a2fd4cd401 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64a2fd4da892 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64a2fd4df96f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x64a2fd4df801 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x64a2fca7006e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x64a2fca7006e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64a2fd4e002f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x64a2fd4e002f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x64a2fd4dfe8a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x64a2fd4da9c9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x64a2fd4c0dcd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x64a2fd520930 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64a2fd5206e3 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x64a2fc973b78 - core::panicking::assert_failed::he643bbcf085c7a6c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x64a2fc9aab6b - grok_list::test::can_add_user::{{closure}}::h642c144d188810c2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:89:9
[INFO] [stdout]   22:     0x64a2fc97809d - <core::pin::Pin<P> as core::future::future::Future>::poll::hd4b72363467943ac
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x64a2fc96801d - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::{{closure}}::he9a7203f790fd156
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.6/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   24:     0x64a2fc9d2229 - tokio::coop::with_budget::{{closure}}::hab8a97edc2f041a4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.6/src/coop.rs:121:9
[INFO] [stdout]   25:     0x64a2fc9aef2c - std::thread::local::LocalKey<T>::try_with::hb2f02254c22b7b6e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   26:     0x64a2fc9acc7e - std::thread::local::LocalKey<T>::with::h8ca879fa0a3045fb
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   27:     0x64a2fc965f4c - tokio::coop::with_budget::h3548be811f3c2258
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.6/src/coop.rs:114:13
[INFO] [stdout]   28:     0x64a2fc965f4c - tokio::coop::budget::he2c24f62dd5823e3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.6/src/coop.rs:98:5
[INFO] [stdout]   29:     0x64a2fc965f4c - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::h7d329e6476711f16
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.6/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   30:     0x64a2fc96c09a - tokio::runtime::basic_scheduler::enter::{{closure}}::h4ea4eb8e13bcc0c8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.6/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   31:     0x64a2fc9d94dd - tokio::macros::scoped_tls::ScopedKey<T>::set::hfd009b91670597d2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.6/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x64a2fc96a9e4 - tokio::runtime::basic_scheduler::enter::h6808382b2dc6cbe1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.6/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   33:     0x64a2fc964393 - tokio::runtime::basic_scheduler::Inner<P>::block_on::h0b6c31ef24b1120b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.6/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   34:     0x64a2fc968293 - tokio::runtime::basic_scheduler::InnerGuard<P>::block_on::h0a5c799224729dfc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.6/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   35:     0x64a2fc969e08 - tokio::runtime::basic_scheduler::BasicScheduler<P>::block_on::hf5b539690aa4e2a4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.6/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   36:     0x64a2fc9625d9 - tokio::runtime::Runtime::block_on::h3e0207193fcb070e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.6/src/runtime/mod.rs:450:51
[INFO] [stdout]   37:     0x64a2fc9aa2a2 - grok_list::test::can_add_user::h802ac659a29701d7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:77:5
[INFO] [stdout]   38:     0x64a2fc9ab0a7 - grok_list::test::can_add_user::{{closure}}::hfce31449b587d496
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:78:32
[INFO] [stdout]   39:     0x64a2fc92b246 - core::ops::function::FnOnce::call_once::hdc585c3c3d311e43
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x64a2fca6fe2b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x64a2fca6fe2b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   42:     0x64a2fca85a95 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   43:     0x64a2fca85a95 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   44:     0x64a2fca85a95 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   45:     0x64a2fca85a95 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   46:     0x64a2fca85a95 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x64a2fca85a95 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   48:     0x64a2fca85a95 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   49:     0x64a2fca5c284 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   50:     0x64a2fca5c284 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   51:     0x64a2fca5fb4a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   52:     0x64a2fca5fb4a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x64a2fca5fb4a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   54:     0x64a2fca5fb4a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   55:     0x64a2fca5fb4a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x64a2fca5fb4a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   57:     0x64a2fca5fb4a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x64a2fd4d5a4f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   59:     0x64a2fd4d5a4f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   60:     0x77fb1b0d7aa4 - <unknown>
[INFO] [stdout]   61:     0x77fb1b164a34 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     repo::test::can_add_items_to_existing_list
[INFO] [stdout]     repo::test::can_fetch_lists_by_user
[INFO] [stdout]     repo::test::can_insert_and_retrieve_categories_by_id
[INFO] [stdout]     repo::test::can_insert_and_retrieve_lists_by_id
[INFO] [stdout]     repo::test::can_insert_user
[INFO] [stdout]     test::can_add_user
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 7 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 30.20s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin grok_list`
[INFO] running `Command { std: "docker" "inspect" "287e0d6c53e0d3846bf539a21e06132193bf9742cbdc9c394c52eef61838331b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "287e0d6c53e0d3846bf539a21e06132193bf9742cbdc9c394c52eef61838331b", kill_on_drop: false }`
[INFO] [stdout] 287e0d6c53e0d3846bf539a21e06132193bf9742cbdc9c394c52eef61838331b
