[INFO] fetching crate leetcode-tui-db 0.4.0...
[INFO] checking leetcode-tui-db-0.4.0 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate leetcode-tui-db 0.4.0 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate leetcode-tui-db 0.4.0 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate leetcode-tui-db 0.4.0
[INFO] finished tweaking crates.io crate leetcode-tui-db 0.4.0
[INFO] tweaked toml for crates.io crate leetcode-tui-db 0.4.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 336 packages to latest compatible versions
[INFO] [stderr]       Adding backtrace v0.3.71 (available: v0.3.74)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.3)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fded58593e2ebdbeafdc95e81e1c4029c4677b67ef248c38954b4a950091ece4
[INFO] running `Command { std: "docker" "start" "-a" "fded58593e2ebdbeafdc95e81e1c4029c4677b67ef248c38954b4a950091ece4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fded58593e2ebdbeafdc95e81e1c4029c4677b67ef248c38954b4a950091ece4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fded58593e2ebdbeafdc95e81e1c4029c4677b67ef248c38954b4a950091ece4", kill_on_drop: false }`
[INFO] [stdout] fded58593e2ebdbeafdc95e81e1c4029c4677b67ef248c38954b4a950091ece4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0402f6334868d70cc2bd1ccfcf0a3c645d96d29a384de4b2a7c5dd6e6140f2d8
[INFO] running `Command { std: "docker" "start" "-a" "0402f6334868d70cc2bd1ccfcf0a3c645d96d29a384de4b2a7c5dd6e6140f2d8", kill_on_drop: false }`
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling cc v1.2.2
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]     Checking serde v1.0.215
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]    Compiling pulldown-cmark v0.9.6
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling cargo-platform v0.1.9
[INFO] [stderr]     Checking indexmap v2.6.0
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]    Compiling fastrand v2.2.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling unicase v2.8.0
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking tokio v1.41.1
[INFO] [stderr]    Compiling bytecount v0.6.8
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]     Checking miniz_oxide v0.7.4
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]    Compiling cargo_metadata v0.14.2
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]    Compiling zerocopy v0.8.11
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]    Compiling zerocopy-derive v0.8.11
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling openssl v0.10.68
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]     Checking time-core v0.1.2
[INFO] [stderr]    Compiling thiserror v2.0.3
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]    Compiling tempfile v3.14.0
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]    Compiling markup5ever v0.14.0
[INFO] [stderr]    Compiling redb v1.5.1
[INFO] [stderr]    Compiling skeptic v0.13.7
[INFO] [stderr]    Compiling redb v2.2.0
[INFO] [stderr]     Checking num-conv v0.1.0
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking winnow v0.6.20
[INFO] [stderr]     Checking eyre v0.6.12
[INFO] [stderr]     Checking string_cache v0.8.7
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking crossterm v0.27.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking terminal_size v0.4.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.3
[INFO] [stderr]    Compiling native_model_macro v0.4.20
[INFO] [stderr]    Compiling native_model v0.4.20
[INFO] [stderr]    Compiling native_db v0.8.1
[INFO] [stderr]    Compiling html5ever v0.29.0
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.2
[INFO] [stderr]     Checking clap_lex v0.7.3
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking uuid v1.11.0
[INFO] [stderr]     Checking clap_builder v4.5.21
[INFO] [stderr]     Checking vte v0.11.1
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking strum v0.25.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking ratatui v0.23.0
[INFO] [stderr]     Checking os_info v3.8.2
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]     Checking tracing-error v0.2.1
[INFO] [stderr]     Checking toml_edit v0.22.22
[INFO] [stderr]     Checking color-spantrace v0.2.1
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]    Compiling native_db_macro v0.8.1
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking h2 v0.4.7
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking strip-ansi-escapes v0.2.0
[INFO] [stderr]    Compiling serde_with_macros v3.11.0
[INFO] [stderr]     Checking directories v5.0.1
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking color-eyre v0.6.3
[INFO] [stderr]     Checking better-panic v0.3.0
[INFO] [stderr]    Compiling native_model_macro v0.6.1
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking leetcode-tui-shared v0.4.0
[INFO] [stderr]     Checking native_model v0.6.1
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking serde_with v3.11.0
[INFO] [stderr]     Checking clap v4.5.21
[INFO] [stderr]     Checking toml v0.8.19
[INFO] [stderr]     Checking html2text v0.13.4
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking human-panic v1.2.3
[INFO] [stderr]     Checking hyper v1.5.1
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.9
[INFO] [stderr]     Checking leetcode-tui-config v0.4.0
[INFO] [stdout] error[E0432]: unresolved import `native_db::DatabaseBuilder`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leetcode-tui-config-0.4.0/src/clients.rs:4:27
[INFO] [stdout]   |
[INFO] [stdout] 4 | use native_db::{Database, DatabaseBuilder};
[INFO] [stdout]   |                           ^^^^^^^^^^^^^^^
[INFO] [stdout]   |                           |
[INFO] [stdout]   |                           no `DatabaseBuilder` in the root
[INFO] [stdout]   |                           help: a similar name exists in the module: `database_builder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `native_db::DatabaseBuilder`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leetcode-tui-config-0.4.0/src/lib.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use native_db::DatabaseBuilder;
[INFO] [stdout]    |     ^^^^^^^^^^^---------------
[INFO] [stdout]    |     |          |
[INFO] [stdout]    |     |          help: a similar name exists in the module: `database_builder`
[INFO] [stdout]    |     no `DatabaseBuilder` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode-tui-config` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "0402f6334868d70cc2bd1ccfcf0a3c645d96d29a384de4b2a7c5dd6e6140f2d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0402f6334868d70cc2bd1ccfcf0a3c645d96d29a384de4b2a7c5dd6e6140f2d8", kill_on_drop: false }`
[INFO] [stdout] 0402f6334868d70cc2bd1ccfcf0a3c645d96d29a384de4b2a7c5dd6e6140f2d8
