fedimint-testing 0.5.0

fedimint-testing provides a library of shared objects and utilities for testing fedimint components
Build #1594271 2024-12-19T19:01:55.094928+00:00
# rustc version
rustc 1.85.0-nightly (4ba4ac612 2024-12-18)# docs.rs version
docsrs 0.6.0 (c595fb1a 2024-12-19)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/fedimint-testing-0.5.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/fedimint-testing-0.5.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustflags=[\"--cfg\", \"tokio_unstable\"]" "-Zhost-config" "-Ztarget-applies-to-host" "--config" "host.rustflags=[\"--cfg\", \"tokio_unstable\"]" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241218-1.85.0-nightly-4ba4ac612\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] b306cbc7123c2740d5c8631c9f6745762089daff4913215dda6bfb25bde86a45
[INFO] running `Command { std: "docker" "start" "-a" "b306cbc7123c2740d5c8631c9f6745762089daff4913215dda6bfb25bde86a45", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]     Checking ldk-node v0.4.2
[INFO] [stderr] error[E0382]: borrow of moved value: `runtime`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ldk-node-0.4.2/src/lib.rs:705:5
[INFO] [stderr]      |
[INFO] [stderr] 642  |         let runtime = self.runtime.write().unwrap().take().ok_or(Error::NotRunning)?;
[INFO] [stderr]      |             ------- move occurs because `runtime` has type `Arc<Runtime>`, which does not implement the `Copy` trait
[INFO] [stderr] ...
[INFO] [stderr] 669  |         let timeout_res = tokio::task::block_in_place(move || {
[INFO] [stderr]      |                                                       ------- value moved into closure here
[INFO] [stderr] 670  |             runtime.block_on(async {
[INFO] [stderr]      |             ------- variable moved due to use in closure
[INFO] [stderr] ...
[INFO] [stderr] 705  |                 runtime.metrics().active_tasks_count()
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^ value borrowed here after move
[INFO] [stderr]      |
[INFO] [stderr]      = note: borrow occurs due to deref coercion to `Runtime`
[INFO] [stderr] note: deref defined here
[INFO] [stderr]     --> /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/sync.rs:2177:5
[INFO] [stderr]      |
[INFO] [stderr] 2177 |     type Target = T;
[INFO] [stderr]      |     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0382`.
[INFO] [stderr] error: could not compile `ldk-node` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "b306cbc7123c2740d5c8631c9f6745762089daff4913215dda6bfb25bde86a45", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b306cbc7123c2740d5c8631c9f6745762089daff4913215dda6bfb25bde86a45", kill_on_drop: false }`
[INFO] [stdout] b306cbc7123c2740d5c8631c9f6745762089daff4913215dda6bfb25bde86a45