[INFO] fetching crate holochain_sqlite 0.6.0-dev.22...
[INFO] testing holochain_sqlite-0.6.0-dev.22 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate holochain_sqlite 0.6.0-dev.22 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate holochain_sqlite 0.6.0-dev.22
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate holochain_sqlite 0.6.0-dev.22
[INFO] tweaked toml for crates.io crate holochain_sqlite 0.6.0-dev.22 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate holochain_sqlite 0.6.0-dev.22 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 335 packages to latest compatible versions
[INFO] [stderr]       Adding r2d2_sqlite v0.30.0 (available: v0.31.0)
[INFO] [stderr]       Adding rusqlite v0.36.0 (available: v0.37.0)
[INFO] [stderr]       Adding schemars v0.9.0 (available: v1.0.4)
[INFO] [stderr]       Adding serde v1.0.219 (available: v1.0.228)
[INFO] [stderr]       Adding serde_bytes v0.11.17 (available: v0.11.19)
[INFO] [stderr]       Adding serde_derive v1.0.219 (available: v1.0.228)
[INFO] [stderr]       Adding serde_json v1.0.143 (available: v1.0.145)
[INFO] [stderr]       Adding sqlformat v0.3.5 (available: v0.4.0)
[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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] a5528febd03cdbe1f9fd7ea9b6ee160158146cfbed9834c9460d007eed293235
[INFO] running `Command { std: "docker" "start" "-a" "a5528febd03cdbe1f9fd7ea9b6ee160158146cfbed9834c9460d007eed293235", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a5528febd03cdbe1f9fd7ea9b6ee160158146cfbed9834c9460d007eed293235", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5528febd03cdbe1f9fd7ea9b6ee160158146cfbed9834c9460d007eed293235", kill_on_drop: false }`
[INFO] [stdout] a5528febd03cdbe1f9fd7ea9b6ee160158146cfbed9834c9460d007eed293235
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] b15619bf0dfdb8c65e7cfc7143a03e6ce9fb321551e1ccabe875206d60177afa
[INFO] running `Command { std: "docker" "start" "-a" "b15619bf0dfdb8c65e7cfc7143a03e6ce9fb321551e1ccabe875206d60177afa", kill_on_drop: false }`
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling zlib-rs v0.5.2
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling core2 v0.4.0
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling rle-decode-fast v1.0.3
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling libsqlite3-sys v0.34.0
[INFO] [stderr]    Compiling dary_heap v0.3.8
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling minisign-verify v0.2.4
[INFO] [stderr]    Compiling zopfli v0.8.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling rmp v0.8.14
[INFO] [stderr]    Compiling libflate_lz77 v2.1.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling holochain_serialized_bytes_derive v0.0.56
[INFO] [stderr]    Compiling rtoolbox v0.0.3
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling libflate v2.1.0
[INFO] [stderr]    Compiling rpassword v7.4.0
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling constant_time_eq v0.3.1
[INFO] [stderr]    Compiling winnow v0.6.26
[INFO] [stderr]    Compiling blake2b_simd v1.0.3
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling ureq-proto v0.5.2
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling schemars_derive v0.9.0
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling ureq v3.1.2
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling prost-derive v0.14.1
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.7
[INFO] [stderr]    Compiling itertools v0.8.2
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling r2d2 v0.8.10
[INFO] [stderr]    Compiling sqlformat v0.3.5
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling opentelemetry_api v0.20.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling nanoid v0.4.0
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling holochain_sqlite v0.6.0-dev.22 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling libz-rs-sys v0.5.2
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling zip v5.1.1
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling shrinkwraprs v0.3.0
[INFO] [stderr]    Compiling libsodium-sys-stable v1.22.4
[INFO] [stderr]    Compiling rmp-serde v1.3.0
[INFO] [stderr]    Compiling serde-transcode v1.1.1
[INFO] [stderr]    Compiling serde_bytes v0.11.17
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling holochain_secure_primitive v0.6.0-dev.2
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling prost v0.14.1
[INFO] [stderr]    Compiling schemars v0.9.0
[INFO] [stderr]    Compiling holochain_serialized_bytes v0.0.56
[INFO] [stderr]    Compiling kitsune2_api v0.3.0-dev.3
[INFO] [stderr]    Compiling holochain_wasmer_common v0.0.101
[INFO] [stderr]    Compiling rusqlite v0.36.0
[INFO] [stderr]    Compiling holochain_timestamp v0.6.0-dev.3
[INFO] [stderr]    Compiling r2d2_sqlite v0.30.0
[INFO] [stderr]    Compiling holochain_nonce v0.6.0-dev.4
[INFO] [stderr]    Compiling sodoken v0.1.0
[INFO] [stderr]    Compiling holochain_util v0.6.0-dev.3
[INFO] [stderr]    Compiling holo_hash v0.6.0-dev.14
[INFO] [stderr]    Compiling holochain_integrity_types v0.6.0-dev.15
[INFO] [stderr]    Compiling holochain_zome_types v0.6.0-dev.18
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
[INFO] running `Command { std: "docker" "inspect" "b15619bf0dfdb8c65e7cfc7143a03e6ce9fb321551e1ccabe875206d60177afa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b15619bf0dfdb8c65e7cfc7143a03e6ce9fb321551e1ccabe875206d60177afa", kill_on_drop: false }`
[INFO] [stdout] b15619bf0dfdb8c65e7cfc7143a03e6ce9fb321551e1ccabe875206d60177afa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] e470719db6db7fd93d45cb33262a445c7154383cd82c1959bdb534821955506c
[INFO] running `Command { std: "docker" "start" "-a" "e470719db6db7fd93d45cb33262a445c7154383cd82c1959bdb534821955506c", kill_on_drop: false }`
[INFO] [stderr]    Compiling ureq-proto v0.5.2
[INFO] [stderr]    Compiling zopfli v0.8.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling bytemuck v1.23.2
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling r2d2 v0.8.10
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling num-format v0.4.4
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling rgb v0.8.52
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling str_stack v0.1.0
[INFO] [stderr]    Compiling ureq v3.1.2
[INFO] [stderr]    Compiling zip v5.1.1
[INFO] [stderr]    Compiling clap_builder v4.5.48
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling r2d2_sqlite v0.30.0
[INFO] [stderr]    Compiling kitsune2_api v0.3.0-dev.3
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling holochain_timestamp v0.6.0-dev.3
[INFO] [stderr]    Compiling holochain_nonce v0.6.0-dev.4
[INFO] [stderr]    Compiling libsodium-sys-stable v1.22.4
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling clap v4.5.48
[INFO] [stderr]    Compiling inferno v0.12.3
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling holochain_trace v0.6.0-dev.3
[INFO] [stderr]    Compiling sodoken v0.1.0
[INFO] [stderr]    Compiling holochain_util v0.6.0-dev.3
[INFO] [stderr]    Compiling holo_hash v0.6.0-dev.14
[INFO] [stderr]    Compiling holochain_integrity_types v0.6.0-dev.15
[INFO] [stderr]    Compiling holochain_zome_types v0.6.0-dev.18
[INFO] [stderr]    Compiling holochain_sqlite v0.6.0-dev.22 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no variant or associated item named `Test` found for enum `DbKind` in the current scope
[INFO] [stdout]   --> tests/tests/common/mod.rs:20:17
[INFO] [stdout]    |
[INFO] [stdout] 20 |         DbKind::Test(self.name.clone())
[INFO] [stdout]    |                 ^^^^ variant or associated item not found in `DbKind`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `test_in_mem` found for struct `DbWrite<_>` in the current scope
[INFO] [stdout]    --> tests/tests/peer_meta_store.rs:10:36
[INFO] [stdout]     |
[INFO] [stdout]  10 |     let peer_meta_store = DbWrite::test_in_mem(DbKindPeerMetaStore(Arc::new(
[INFO] [stdout]     |                                    ^^^^^^^^^^^ function or associated item not found in `DbWrite<_>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `DbWrite<_>` consider using one of the following associated functions:
[INFO] [stdout]       DbWrite::<Kind>::open_with_pool_config
[INFO] [stdout]       DbWrite::<Kind>::new
[INFO] [stdout]    --> /opt/rustwide/workdir/src/db/access.rs:252:5
[INFO] [stdout]     |
[INFO] [stdout] 252 | /     pub fn open_with_pool_config(
[INFO] [stdout] 253 | |         path_prefix: &Path,
[INFO] [stdout] 254 | |         kind: Kind,
[INFO] [stdout] 255 | |         pool_config: PoolConfig,
[INFO] [stdout] 256 | |     ) -> DatabaseResult<Self> {
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 262 | /     pub fn new(
[INFO] [stdout] 263 | |         path_prefix: Option<&Path>,
[INFO] [stdout] 264 | |         kind: Kind,
[INFO] [stdout] 265 | |         pool_config: PoolConfig,
[INFO] [stdout] 266 | |         statement_trace_fn: Option<fn(TraceEvent)>,
[INFO] [stdout] 267 | |     ) -> DatabaseResult<Self> {
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `test_in_mem` found for struct `DbWrite<_>` in the current scope
[INFO] [stdout]    --> tests/tests/peer_meta_store.rs:91:36
[INFO] [stdout]     |
[INFO] [stdout]  91 |     let peer_meta_store = DbWrite::test_in_mem(DbKindPeerMetaStore(Arc::new(
[INFO] [stdout]     |                                    ^^^^^^^^^^^ function or associated item not found in `DbWrite<_>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `DbWrite<_>` consider using one of the following associated functions:
[INFO] [stdout]       DbWrite::<Kind>::open_with_pool_config
[INFO] [stdout]       DbWrite::<Kind>::new
[INFO] [stdout]    --> /opt/rustwide/workdir/src/db/access.rs:252:5
[INFO] [stdout]     |
[INFO] [stdout] 252 | /     pub fn open_with_pool_config(
[INFO] [stdout] 253 | |         path_prefix: &Path,
[INFO] [stdout] 254 | |         kind: Kind,
[INFO] [stdout] 255 | |         pool_config: PoolConfig,
[INFO] [stdout] 256 | |     ) -> DatabaseResult<Self> {
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 262 | /     pub fn new(
[INFO] [stdout] 263 | |         path_prefix: Option<&Path>,
[INFO] [stdout] 264 | |         kind: Kind,
[INFO] [stdout] 265 | |         pool_config: PoolConfig,
[INFO] [stdout] 266 | |         statement_trace_fn: Option<fn(TraceEvent)>,
[INFO] [stdout] 267 | |     ) -> DatabaseResult<Self> {
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `test_in_mem` found for struct `DbWrite<_>` in the current scope
[INFO] [stdout]    --> tests/tests/peer_meta_store.rs:192:36
[INFO] [stdout]     |
[INFO] [stdout] 192 |     let peer_meta_store = DbWrite::test_in_mem(DbKindPeerMetaStore(Arc::new(
[INFO] [stdout]     |                                    ^^^^^^^^^^^ function or associated item not found in `DbWrite<_>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `DbWrite<_>` consider using one of the following associated functions:
[INFO] [stdout]       DbWrite::<Kind>::open_with_pool_config
[INFO] [stdout]       DbWrite::<Kind>::new
[INFO] [stdout]    --> /opt/rustwide/workdir/src/db/access.rs:252:5
[INFO] [stdout]     |
[INFO] [stdout] 252 | /     pub fn open_with_pool_config(
[INFO] [stdout] 253 | |         path_prefix: &Path,
[INFO] [stdout] 254 | |         kind: Kind,
[INFO] [stdout] 255 | |         pool_config: PoolConfig,
[INFO] [stdout] 256 | |     ) -> DatabaseResult<Self> {
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 262 | /     pub fn new(
[INFO] [stdout] 263 | |         path_prefix: Option<&Path>,
[INFO] [stdout] 264 | |         kind: Kind,
[INFO] [stdout] 265 | |         pool_config: PoolConfig,
[INFO] [stdout] 266 | |         statement_trace_fn: Option<fn(TraceEvent)>,
[INFO] [stdout] 267 | |     ) -> DatabaseResult<Self> {
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `test_in_mem` found for struct `DbWrite<_>` in the current scope
[INFO] [stdout]    --> tests/tests/schema.rs:13:29
[INFO] [stdout]     |
[INFO] [stdout]  13 |     let authored = DbWrite::test_in_mem(DbKindAuthored(Arc::new(CellId::new(
[INFO] [stdout]     |                             ^^^^^^^^^^^ function or associated item not found in `DbWrite<_>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `DbWrite<_>` consider using one of the following associated functions:
[INFO] [stdout]       DbWrite::<Kind>::open_with_pool_config
[INFO] [stdout]       DbWrite::<Kind>::new
[INFO] [stdout]    --> /opt/rustwide/workdir/src/db/access.rs:252:5
[INFO] [stdout]     |
[INFO] [stdout] 252 | /     pub fn open_with_pool_config(
[INFO] [stdout] 253 | |         path_prefix: &Path,
[INFO] [stdout] 254 | |         kind: Kind,
[INFO] [stdout] 255 | |         pool_config: PoolConfig,
[INFO] [stdout] 256 | |     ) -> DatabaseResult<Self> {
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 262 | /     pub fn new(
[INFO] [stdout] 263 | |         path_prefix: Option<&Path>,
[INFO] [stdout] 264 | |         kind: Kind,
[INFO] [stdout] 265 | |         pool_config: PoolConfig,
[INFO] [stdout] 266 | |         statement_trace_fn: Option<fn(TraceEvent)>,
[INFO] [stdout] 267 | |     ) -> DatabaseResult<Self> {
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `test_in_mem` found for struct `DbWrite<_>` in the current scope
[INFO] [stdout]    --> tests/tests/schema.rs:22:24
[INFO] [stdout]     |
[INFO] [stdout]  22 |     let dht = DbWrite::test_in_mem(DbKindDht(Arc::new(DnaHash::from_raw_36(vec![1; 36])))).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^ function or associated item not found in `DbWrite<_>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `DbWrite<_>` consider using one of the following associated functions:
[INFO] [stdout]       DbWrite::<Kind>::open_with_pool_config
[INFO] [stdout]       DbWrite::<Kind>::new
[INFO] [stdout]    --> /opt/rustwide/workdir/src/db/access.rs:252:5
[INFO] [stdout]     |
[INFO] [stdout] 252 | /     pub fn open_with_pool_config(
[INFO] [stdout] 253 | |         path_prefix: &Path,
[INFO] [stdout] 254 | |         kind: Kind,
[INFO] [stdout] 255 | |         pool_config: PoolConfig,
[INFO] [stdout] 256 | |     ) -> DatabaseResult<Self> {
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 262 | /     pub fn new(
[INFO] [stdout] 263 | |         path_prefix: Option<&Path>,
[INFO] [stdout] 264 | |         kind: Kind,
[INFO] [stdout] 265 | |         pool_config: PoolConfig,
[INFO] [stdout] 266 | |         statement_trace_fn: Option<fn(TraceEvent)>,
[INFO] [stdout] 267 | |     ) -> DatabaseResult<Self> {
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `test_in_mem` found for struct `DbWrite<_>` in the current scope
[INFO] [stdout]    --> tests/tests/schema.rs:25:18
[INFO] [stdout]     |
[INFO] [stdout]  25 |         DbWrite::test_in_mem(DbKindCache(Arc::new(DnaHash::from_raw_36(vec![1; 36])))).unwrap();
[INFO] [stdout]     |                  ^^^^^^^^^^^ function or associated item not found in `DbWrite<_>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `DbWrite<_>` consider using one of the following associated functions:
[INFO] [stdout]       DbWrite::<Kind>::open_with_pool_config
[INFO] [stdout]       DbWrite::<Kind>::new
[INFO] [stdout]    --> /opt/rustwide/workdir/src/db/access.rs:252:5
[INFO] [stdout]     |
[INFO] [stdout] 252 | /     pub fn open_with_pool_config(
[INFO] [stdout] 253 | |         path_prefix: &Path,
[INFO] [stdout] 254 | |         kind: Kind,
[INFO] [stdout] 255 | |         pool_config: PoolConfig,
[INFO] [stdout] 256 | |     ) -> DatabaseResult<Self> {
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 262 | /     pub fn new(
[INFO] [stdout] 263 | |         path_prefix: Option<&Path>,
[INFO] [stdout] 264 | |         kind: Kind,
[INFO] [stdout] 265 | |         pool_config: PoolConfig,
[INFO] [stdout] 266 | |         statement_trace_fn: Option<fn(TraceEvent)>,
[INFO] [stdout] 267 | |     ) -> DatabaseResult<Self> {
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `test_in_mem` found for struct `DbWrite<_>` in the current scope
[INFO] [stdout]    --> tests/tests/schema.rs:28:30
[INFO] [stdout]     |
[INFO] [stdout]  28 |     let conductor = DbWrite::test_in_mem(DbKindConductor).unwrap();
[INFO] [stdout]     |                              ^^^^^^^^^^^ function or associated item not found in `DbWrite<_>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `DbWrite<_>` consider using one of the following associated functions:
[INFO] [stdout]       DbWrite::<Kind>::open_with_pool_config
[INFO] [stdout]       DbWrite::<Kind>::new
[INFO] [stdout]    --> /opt/rustwide/workdir/src/db/access.rs:252:5
[INFO] [stdout]     |
[INFO] [stdout] 252 | /     pub fn open_with_pool_config(
[INFO] [stdout] 253 | |         path_prefix: &Path,
[INFO] [stdout] 254 | |         kind: Kind,
[INFO] [stdout] 255 | |         pool_config: PoolConfig,
[INFO] [stdout] 256 | |     ) -> DatabaseResult<Self> {
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 262 | /     pub fn new(
[INFO] [stdout] 263 | |         path_prefix: Option<&Path>,
[INFO] [stdout] 264 | |         kind: Kind,
[INFO] [stdout] 265 | |         pool_config: PoolConfig,
[INFO] [stdout] 266 | |         statement_trace_fn: Option<fn(TraceEvent)>,
[INFO] [stdout] 267 | |     ) -> DatabaseResult<Self> {
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `test_in_mem` found for struct `DbWrite<_>` in the current scope
[INFO] [stdout]    --> tests/tests/schema.rs:31:25
[INFO] [stdout]     |
[INFO] [stdout]  31 |     let wasm = DbWrite::test_in_mem(DbKindWasm).unwrap();
[INFO] [stdout]     |                         ^^^^^^^^^^^ function or associated item not found in `DbWrite<_>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `DbWrite<_>` consider using one of the following associated functions:
[INFO] [stdout]       DbWrite::<Kind>::open_with_pool_config
[INFO] [stdout]       DbWrite::<Kind>::new
[INFO] [stdout]    --> /opt/rustwide/workdir/src/db/access.rs:252:5
[INFO] [stdout]     |
[INFO] [stdout] 252 | /     pub fn open_with_pool_config(
[INFO] [stdout] 253 | |         path_prefix: &Path,
[INFO] [stdout] 254 | |         kind: Kind,
[INFO] [stdout] 255 | |         pool_config: PoolConfig,
[INFO] [stdout] 256 | |     ) -> DatabaseResult<Self> {
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 262 | /     pub fn new(
[INFO] [stdout] 263 | |         path_prefix: Option<&Path>,
[INFO] [stdout] 264 | |         kind: Kind,
[INFO] [stdout] 265 | |         pool_config: PoolConfig,
[INFO] [stdout] 266 | |         statement_trace_fn: Option<fn(TraceEvent)>,
[INFO] [stdout] 267 | |     ) -> DatabaseResult<Self> {
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `test_in_mem` found for struct `DbWrite<_>` in the current scope
[INFO] [stdout]    --> tests/tests/schema.rs:35:18
[INFO] [stdout]     |
[INFO] [stdout]  35 |         DbWrite::test_in_mem(DbKindPeerMetaStore(Arc::new(DnaHash::from_raw_36(vec![
[INFO] [stdout]     |                  ^^^^^^^^^^^ function or associated item not found in `DbWrite<_>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `DbWrite<_>` consider using one of the following associated functions:
[INFO] [stdout]       DbWrite::<Kind>::open_with_pool_config
[INFO] [stdout]       DbWrite::<Kind>::new
[INFO] [stdout]    --> /opt/rustwide/workdir/src/db/access.rs:252:5
[INFO] [stdout]     |
[INFO] [stdout] 252 | /     pub fn open_with_pool_config(
[INFO] [stdout] 253 | |         path_prefix: &Path,
[INFO] [stdout] 254 | |         kind: Kind,
[INFO] [stdout] 255 | |         pool_config: PoolConfig,
[INFO] [stdout] 256 | |     ) -> DatabaseResult<Self> {
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 262 | /     pub fn new(
[INFO] [stdout] 263 | |         path_prefix: Option<&Path>,
[INFO] [stdout] 264 | |         kind: Kind,
[INFO] [stdout] 265 | |         pool_config: PoolConfig,
[INFO] [stdout] 266 | |         statement_trace_fn: Option<fn(TraceEvent)>,
[INFO] [stdout] 267 | |     ) -> DatabaseResult<Self> {
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `holochain_sqlite` (test "integration") due to 10 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "e470719db6db7fd93d45cb33262a445c7154383cd82c1959bdb534821955506c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e470719db6db7fd93d45cb33262a445c7154383cd82c1959bdb534821955506c", kill_on_drop: false }`
[INFO] [stdout] e470719db6db7fd93d45cb33262a445c7154383cd82c1959bdb534821955506c
