[INFO] cloning repository https://github.com/AvailX/avail-lib
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AvailX/avail-lib" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAvailX%2Favail-lib", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAvailX%2Favail-lib'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9093fadbfbbc95cebdb7001e38110d9d0b325773
[INFO] testing AvailX/avail-lib 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%2FAvailX%2Favail-lib" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AvailX/avail-lib
[INFO] finished tweaking git repo https://github.com/AvailX/avail-lib
[INFO] tweaked toml for git repo https://github.com/AvailX/avail-lib written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AvailX/avail-lib 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/AvailX/avail-lib 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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] f9f24648a5b0aef4d8350ede7a4d492203b4f2f7c23c192cd78701f888843477
[INFO] running `Command { std: "docker" "start" "-a" "f9f24648a5b0aef4d8350ede7a4d492203b4f2f7c23c192cd78701f888843477", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f9f24648a5b0aef4d8350ede7a4d492203b4f2f7c23c192cd78701f888843477", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9f24648a5b0aef4d8350ede7a4d492203b4f2f7c23c192cd78701f888843477", kill_on_drop: false }`
[INFO] [stdout] f9f24648a5b0aef4d8350ede7a4d492203b4f2f7c23c192cd78701f888843477
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 10ca8a4c5d6dd280b6b6386d5a8c87a898f13470f30d43bb97ee8b1c4f9df517
[INFO] running `Command { std: "docker" "start" "-a" "10ca8a4c5d6dd280b6b6386d5a8c87a898f13470f30d43bb97ee8b1c4f9df517", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling syn v2.0.58
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling serde_json v1.0.120
[INFO] [stderr]    Compiling thiserror v1.0.49
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling semver v1.0.19
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rayon v1.8.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling aleo-std-storage v0.1.7
[INFO] [stderr]    Compiling aleo-std-profiler v0.1.15
[INFO] [stderr]    Compiling aleo-std-timer v0.1.2
[INFO] [stderr]    Compiling aleo-std-cpu v0.1.4
[INFO] [stderr]    Compiling openssl-sys v0.9.93
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling rand_xorshift v0.3.0
[INFO] [stderr]    Compiling smol_str v0.2.0
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling snarkvm-curves v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling bitflags v2.4.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling bech32 v0.9.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling rustix v0.38.21
[INFO] [stderr]    Compiling libz-sys v1.1.12
[INFO] [stderr]    Compiling linux-raw-sys v0.4.11
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stderr]    Compiling curl-sys v0.4.66+curl-8.3.0
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling curl v0.4.44
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling blake2s_simd v1.0.2
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling snarkvm-circuit-environment-witness v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-circuit-types-boolean v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling unicode-xid v0.0.4
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]    Compiling bs58 v0.5.0
[INFO] [stderr]    Compiling synom v0.11.3
[INFO] [stderr]    Compiling snarkvm-circuit-types-field v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stderr]    Compiling snarkvm-circuit-types-scalar v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling enum_index v0.2.0
[INFO] [stderr]    Compiling snarkvm-circuit-types-integers v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-circuit-types-group v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-circuit-types-address v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-circuit-types-string v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling snarkvm-circuit-algorithms v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling snarkvm-circuit-collections v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling socket2 v0.5.4
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling lru v0.12.3
[INFO] [stderr]    Compiling enum_index_derive v0.2.0
[INFO] [stderr]    Compiling snarkvm-circuit-network v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling tokio v1.32.0
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling thiserror-impl v1.0.49
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling snarkvm-utilities-derives v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling colored v2.0.4
[INFO] [stderr]    Compiling enum-iterator-derive v1.4.0
[INFO] [stderr]    Compiling zeroize v1.6.0
[INFO] [stderr]    Compiling num-derive v0.4.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.26
[INFO] [stderr]    Compiling aleo-std-time v0.1.2
[INFO] [stderr]    Compiling aleo-std-timed v0.1.2
[INFO] [stderr]    Compiling snarkvm-circuit-account v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling aleo-std v0.1.24
[INFO] [stderr]    Compiling enum-iterator v2.1.0
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling snarkvm-circuit-program v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling openssl v0.10.57
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling concurrent-queue v2.3.0
[INFO] [stderr]    Compiling async-trait v0.1.73
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling base64 v0.21.4
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling url v2.4.1
[INFO] [stderr]    Compiling event-listener v3.1.0
[INFO] [stderr]    Compiling tokio-util v0.7.9
[INFO] [stderr]    Compiling winnow v0.5.19
[INFO] [stderr]    Compiling rustls v0.21.7
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.6
[INFO] [stderr]    Compiling h2 v0.3.21
[INFO] [stderr]    Compiling rustls-webpki v0.100.3
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling event-listener-strategy v0.3.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling aho-corasick v1.1.1
[INFO] [stderr]    Compiling encoding_rs v0.8.33
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling flate2 v1.0.27
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling webpki-roots v0.23.1
[INFO] [stderr]    Compiling zvariant_utils v1.0.1
[INFO] [stderr]    Compiling hyper v0.14.27
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling snarkvm-utilities v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling regex-automata v0.3.8
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling ureq v2.7.1
[INFO] [stderr]    Compiling snarkvm-fields v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling async-lock v3.1.1
[INFO] [stderr]    Compiling enumflags2_derive v0.7.8
[INFO] [stderr]    Compiling futures-lite v2.0.1
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling async-task v4.5.0
[INFO] [stderr]    Compiling rustix v0.37.27
[INFO] [stderr]    Compiling waker-fn v1.1.1
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling piper v0.2.1
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling reqwest v0.11.20
[INFO] [stderr]    Compiling enumflags2 v0.7.8
[INFO] [stderr]    Compiling zvariant_derive v3.15.0
[INFO] [stderr]    Compiling async-lock v2.8.0
[INFO] [stderr]    Compiling snarkvm-console-network-environment v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-parameters v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling regex v1.9.5
[INFO] [stderr]    Compiling snarkvm-console-types-boolean v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling async-channel v2.1.0
[INFO] [stderr]    Compiling snarkvm-console-types-field v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling async-fs v1.6.0
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling snarkvm-console-types-scalar v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling portable-atomic v1.6.0
[INFO] [stderr]    Compiling zvariant v3.15.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling snarkvm-console-types-group v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-console-types-integers v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-console-types-address v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-console-types-string v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling blocking v1.5.1
[INFO] [stderr]    Compiling snarkvm-console-types v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling snarkvm-console-algorithms v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling cipher v0.3.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling anstyle v1.0.6
[INFO] [stderr]    Compiling snarkvm-console-collections v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling deranged v0.3.8
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling snarkvm-algorithms v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling anstream v0.6.13
[INFO] [stderr]    Compiling time v0.3.29
[INFO] [stderr]    Compiling zbus_names v2.6.0
[INFO] [stderr]    Compiling xdg-home v1.0.0
[INFO] [stderr]    Compiling console v0.15.8
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling zbus_macros v3.14.1
[INFO] [stderr]    Compiling async-executor v1.7.2
[INFO] [stderr]    Compiling async-broadcast v0.5.1
[INFO] [stderr]    Compiling tempfile v3.8.0
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling async-recursion v1.0.5
[INFO] [stderr]    Compiling serde_repr v0.1.17
[INFO] [stderr]    Compiling ordered-stream v0.2.0
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.26.0
[INFO] [stderr]    Compiling num-complex v0.4.4
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling rust_decimal v1.32.0
[INFO] [stderr]    Compiling self_update v0.38.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling clap_lex v0.7.0
[INFO] [stderr]    Compiling block-modes v0.8.1
[INFO] [stderr]    Compiling clap_builder v4.5.2
[INFO] [stderr]    Compiling num v0.4.1
[INFO] [stderr]    Compiling clap_derive v4.5.4
[INFO] [stderr]    Compiling indicatif v0.17.8
[INFO] [stderr]    Compiling snarkvm-console-network v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling polyval v0.6.1
[INFO] [stderr]    Compiling hkdf v0.12.3
[INFO] [stderr]    Compiling self-replace v1.3.7
[INFO] [stderr]    Compiling snarkvm v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling aes v0.7.5
[INFO] [stderr]    Compiling quick-xml v0.23.1
[INFO] [stderr]    Compiling zbus v3.14.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.57
[INFO] [stderr]    Compiling chrono v0.4.31
[INFO] [stderr]    Compiling snarkvm-circuit-environment v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-console-account v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-console-program v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling clap v4.5.4
[INFO] [stderr]    Compiling ghash v0.5.0
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling aes v0.8.3
[INFO] [stderr]    Compiling snarkvm-circuit-types v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling linux-keyutils v0.2.3
[INFO] [stderr]    Compiling snarkvm-console v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling uuid-macro-internal v1.4.1
[INFO] [stderr]    Compiling snarkvm-ledger-puzzle v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger-narwhal-data v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling combine v4.6.6
[INFO] [stderr]    Compiling blake2b_simd v1.0.2
[INFO] [stderr]    Compiling snarkvm-ledger-narwhal-transmission-id v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling num-format v0.4.4
[INFO] [stderr]    Compiling snarkvm-ledger-narwhal-batch-header v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger-committee v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger-narwhal-batch-certificate v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling snarkvm-ledger-narwhal-subdag v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling cesu8 v1.1.0
[INFO] [stderr]    Compiling jni-sys v0.3.0
[INFO] [stderr]    Compiling snarkvm-ledger-authority v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling xdg v2.5.2
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling rust-argon2 v1.0.1
[INFO] [stderr]    Compiling app_dirs2 v2.5.5
[INFO] [stderr]    Compiling uuid v1.4.1
[INFO] [stderr]    Compiling duration-str v0.7.0
[INFO] [stderr]    Compiling secret-service v3.0.1
[INFO] [stderr]    Compiling snarkvm-circuit v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-synthesizer-snark v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-synthesizer-program v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling keyring v2.0.5
[INFO] [stderr]    Compiling rusqlite v0.29.0
[INFO] [stderr]    Compiling jni v0.21.1
[INFO] [stderr]    Compiling snarkvm-ledger-block v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger-store v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger-narwhal-transmission v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger-narwhal v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger-query v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-synthesizer-process v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger-puzzle-epoch v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-synthesizer v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling avail-common v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `async`
[INFO] [stdout]   --> src/aleo_tools/api/blocking.rs:23:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(not(feature = "async"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `diesel_postgres`, `snarkvm`, and `tauri`
[INFO] [stdout]    = help: consider adding `r#async` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fmt::format`
[INFO] [stdout]   --> src/aleo_tools/api/blocking.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | use std::{fmt::format, ops::Range};
[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: `snarkvm::prelude::CryptoRng`
[INFO] [stdout]  --> src/models/mobile_prover.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use snarkvm::prelude::CryptoRng;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `snarkvm::prelude::Rng`
[INFO] [stdout]  --> src/models/mobile_prover.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use snarkvm::prelude::Rng;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `synthesis_cost`
[INFO] [stdout]    --> src/aleo_tools/program_manager/deploy.rs:170:54
[INFO] [stdout]     |
[INFO] [stdout] 170 |         let (minimum_deployment_cost, (storage_cost, synthesis_cost, namespace_cost)) =
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_synthesis_cost`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 13s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: snarkvm-synthesizer v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[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" "10ca8a4c5d6dd280b6b6386d5a8c87a898f13470f30d43bb97ee8b1c4f9df517", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10ca8a4c5d6dd280b6b6386d5a8c87a898f13470f30d43bb97ee8b1c4f9df517", kill_on_drop: false }`
[INFO] [stdout] 10ca8a4c5d6dd280b6b6386d5a8c87a898f13470f30d43bb97ee8b1c4f9df517
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 4efb39982f93e1b7fc2515070f8c5881ba5c8097f70d4b63928ad42fa889a99d
[INFO] running `Command { std: "docker" "start" "-a" "4efb39982f93e1b7fc2515070f8c5881ba5c8097f70d4b63928ad42fa889a99d", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling rstest_macros v0.17.0
[INFO] [stderr]    Compiling predicates-core v1.0.6
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling termtree v0.4.1
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling downcast v0.11.0
[INFO] [stderr]    Compiling fragile v2.0.0
[INFO] [stderr]    Compiling predicates-tree v1.0.9
[INFO] [stderr]    Compiling pretty_assertions v1.4.0
[INFO] [stderr]    Compiling temp-env v0.3.6
[INFO] [stderr]    Compiling predicates v2.1.5
[INFO] [stderr]    Compiling h2 v0.3.21
[INFO] [stderr]    Compiling futures-executor v0.3.28
[INFO] [stderr]    Compiling futures v0.3.28
[INFO] [stderr]    Compiling zvariant_utils v1.0.1
[INFO] [stderr]    Compiling aleo-std-timed v0.1.2
[INFO] [stderr]    Compiling aleo-std-time v0.1.2
[INFO] [stderr]    Compiling zvariant_derive v3.15.0
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling zbus_macros v3.14.1
[INFO] [stderr]    Compiling mockall_derive v0.11.4
[INFO] [stderr]    Compiling aleo-std v0.1.24
[INFO] [stderr]    Compiling snarkvm-utilities v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-fields v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling zvariant v3.15.0
[INFO] [stderr]    Compiling hyper v0.14.27
[INFO] [stderr]    Compiling snarkvm-curves v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling zbus_names v2.6.0
[INFO] [stderr]    Compiling rstest v0.17.0
[INFO] [stderr]    Compiling snarkvm-console-network-environment v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-parameters v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling mockall v0.11.4
[INFO] [stderr]    Compiling zbus v3.14.1
[INFO] [stderr]    Compiling snarkvm-console-types-boolean v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-console-types-field v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-console-types-scalar v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-console-types-group v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-console-types-integers v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-console-types-address v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling snarkvm-console-types-string v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling reqwest v0.11.20
[INFO] [stderr]    Compiling snarkvm-console-types v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-console-algorithms v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-console-collections v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-algorithms v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling self_update v0.38.0
[INFO] [stderr]    Compiling snarkvm-console-network v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling secret-service v3.0.1
[INFO] [stderr]    Compiling snarkvm-circuit-environment v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-console-account v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-console-program v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-circuit-types-boolean v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-circuit-types-field v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling keyring v2.0.5
[INFO] [stderr]    Compiling snarkvm-circuit-types-scalar v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-circuit-types-group v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-circuit-types-integers v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-circuit-types-address v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-circuit-types-string v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-circuit-types v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-circuit-algorithms v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-console v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-circuit-collections v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger-puzzle v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger-narwhal-data v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger-narwhal-transmission-id v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-circuit-network v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger-narwhal-batch-header v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger-committee v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger-narwhal-batch-certificate v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger-narwhal-subdag v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-circuit-account v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger-authority v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-circuit-program v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-circuit v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-synthesizer-program v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-synthesizer-snark v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger-block v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger-store v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger-narwhal-transmission v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger-narwhal v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger-query v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-synthesizer-process v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger-puzzle-epoch v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-synthesizer v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm-ledger v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling snarkvm v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[INFO] [stderr]    Compiling avail-common v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `async`
[INFO] [stdout]   --> src/aleo_tools/api/blocking.rs:23:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(not(feature = "async"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `diesel_postgres`, `snarkvm`, and `tauri`
[INFO] [stdout]    = help: consider adding `r#async` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fmt::format`
[INFO] [stdout]   --> src/aleo_tools/api/blocking.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | use std::{fmt::format, ops::Range};
[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: `snarkvm::prelude::CryptoRng`
[INFO] [stdout]  --> src/models/mobile_prover.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use snarkvm::prelude::CryptoRng;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `snarkvm::prelude::Rng`
[INFO] [stdout]  --> src/models/mobile_prover.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use snarkvm::prelude::Rng;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `synthesis_cost`
[INFO] [stdout]    --> src/aleo_tools/program_manager/deploy.rs:170:54
[INFO] [stdout]     |
[INFO] [stdout] 170 |         let (minimum_deployment_cost, (storage_cost, synthesis_cost, namespace_cost)) =
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_synthesis_cost`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `async`
[INFO] [stdout]   --> src/aleo_tools/api/blocking.rs:23:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[cfg(not(feature = "async"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `diesel_postgres`, `snarkvm`, and `tauri`
[INFO] [stdout]    = help: consider adding `r#async` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fmt::format`
[INFO] [stdout]   --> src/aleo_tools/api/blocking.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | use std::{fmt::format, ops::Range};
[INFO] [stdout]    |           ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `wasm`
[INFO] [stdout]    --> src/aleo_tools/program_manager.rs:192:11
[INFO] [stdout]     |
[INFO] [stdout] 192 | #[cfg(not(feature = "wasm"))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `diesel_postgres`, `snarkvm`, and `tauri`
[INFO] [stdout]     = help: consider adding `wasm` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `wasm`
[INFO] [stdout]    --> src/aleo_tools/program_manager/deploy.rs:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 | #[cfg(not(feature = "wasm"))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `diesel_postgres`, `snarkvm`, and `tauri`
[INFO] [stdout]     = help: consider adding `wasm` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `snarkvm::prelude::CryptoRng`
[INFO] [stdout]  --> src/models/mobile_prover.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use snarkvm::prelude::CryptoRng;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `snarkvm::prelude::Rng`
[INFO] [stdout]  --> src/models/mobile_prover.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use snarkvm::prelude::Rng;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `synthesis_cost`
[INFO] [stdout]    --> src/aleo_tools/program_manager/deploy.rs:170:54
[INFO] [stdout]     |
[INFO] [stdout] 170 |         let (minimum_deployment_cost, (storage_cost, synthesis_cost, namespace_cost)) =
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_synthesis_cost`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `deployment_fee`
[INFO] [stdout]    --> src/aleo_tools/program_manager/deploy.rs:238:13
[INFO] [stdout]     |
[INFO] [stdout] 238 |         let deployment_fee = 200_000_001;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_deployment_fee`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 35s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: snarkvm-synthesizer v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[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" "4efb39982f93e1b7fc2515070f8c5881ba5c8097f70d4b63928ad42fa889a99d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4efb39982f93e1b7fc2515070f8c5881ba5c8097f70d4b63928ad42fa889a99d", kill_on_drop: false }`
[INFO] [stdout] 4efb39982f93e1b7fc2515070f8c5881ba5c8097f70d4b63928ad42fa889a99d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 147f6a1bc155ba33c351ab6cdf1a973229ab185408437aa593ec67002f9b1f79
[INFO] running `Command { std: "docker" "start" "-a" "147f6a1bc155ba33c351ab6cdf1a973229ab185408437aa593ec67002f9b1f79", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `async`
[INFO] [stderr]   --> src/aleo_tools/api/blocking.rs:23:11
[INFO] [stderr]    |
[INFO] [stderr] 23 | #[cfg(not(feature = "async"))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `diesel_postgres`, `snarkvm`, and `tauri`
[INFO] [stderr]    = help: consider adding `r#async` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `fmt::format`
[INFO] [stderr]   --> src/aleo_tools/api/blocking.rs:17:11
[INFO] [stderr]    |
[INFO] [stderr] 17 | use std::{fmt::format, ops::Range};
[INFO] [stderr]    |           ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `snarkvm::prelude::CryptoRng`
[INFO] [stderr]  --> src/models/mobile_prover.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use snarkvm::prelude::CryptoRng;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `snarkvm::prelude::Rng`
[INFO] [stderr]  --> src/models/mobile_prover.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use snarkvm::prelude::Rng;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `synthesis_cost`
[INFO] [stderr]    --> src/aleo_tools/program_manager/deploy.rs:170:54
[INFO] [stderr]     |
[INFO] [stderr] 170 |         let (minimum_deployment_cost, (storage_cost, synthesis_cost, namespace_cost)) =
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_synthesis_cost`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `avail-common` (lib) generated 5 warnings (run `cargo fix --lib -p avail-common` to apply 3 suggestions)
[INFO] [stderr] warning: unexpected `cfg` condition value: `wasm`
[INFO] [stderr]    --> src/aleo_tools/program_manager.rs:192:11
[INFO] [stderr]     |
[INFO] [stderr] 192 | #[cfg(not(feature = "wasm"))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `diesel_postgres`, `snarkvm`, and `tauri`
[INFO] [stderr]     = help: consider adding `wasm` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `wasm`
[INFO] [stderr]    --> src/aleo_tools/program_manager/deploy.rs:196:11
[INFO] [stderr]     |
[INFO] [stderr] 196 | #[cfg(not(feature = "wasm"))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `diesel_postgres`, `snarkvm`, and `tauri`
[INFO] [stderr]     = help: consider adding `wasm` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `deployment_fee`
[INFO] [stderr]    --> src/aleo_tools/program_manager/deploy.rs:238:13
[INFO] [stderr]     |
[INFO] [stderr] 238 |         let deployment_fee = 200_000_001;
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_deployment_fee`
[INFO] [stderr] 
[INFO] [stderr] warning: `avail-common` (lib test) generated 8 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.94s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: snarkvm-synthesizer v0.16.19 (https://github.com/AleoNet/snarkVM?rev=d170a9f#d170a9f7)
[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/lib.rs (/opt/rustwide/target/debug/deps/avail_common-decbe026bea60aa7)
[INFO] [stdout] 
[INFO] [stdout] running 102 tests
[INFO] [stdout] test aleo_tools::encryptor::tests::test_encryptor_encrypt_and_decrypt ... ok
[INFO] [stdout] test aleo_tools::encryptor::tests::test_encryptor_private_keys_encrypted_with_different_passwords_match ... ok
[INFO] [stdout] test aleo_tools::encryptor::tests::test_encryptor_different_private_keys_encrypted_with_same_password_dont_match ... ok
[INFO] [stdout] test aleo_tools::program_manager::deploy::tests::test_deploy ... ignored
[INFO] [stdout] test aleo_tools::encryptor::tests::test_encryptor_same_secret_doesnt_produce_same_ciphertext_on_different_runs ... ok
[INFO] [stdout] test aleo_tools::api::blocking::tests::test_mappings_query ... FAILED
[INFO] [stdout] test aleo_tools::api::blocking::tests::test_api_get_blocks ... FAILED
[INFO] [stdout] test aleo_tools::api::blocking::tests::test_api_get_blocks_obscura ... FAILED
[INFO] [stdout] test aleo_tools::encryptor::tests::test_encryptor_wrong_private_key_doesnt_decrypt ... ok
[INFO] [stdout] test aleo_tools::api::blocking::tests::test_import_resolution ... FAILED
[INFO] [stdout] test aleo_tools::api::blocking::tests::test_api_get_block ... FAILED
[INFO] [stdout] test aleo_tools::program_manager::resolver::tests::test_network_resolution_produces_resolution_errors_for_bad_imports ... ok
[INFO] [stdout] test aleo_tools::program_manager::resolver::tests::test_network_resolution_doesnt_find_programs_not_on_chain ... ok
[INFO] [stdout] test aleo_tools::program_manager::tests::test_import_resolution ... FAILED
[INFO] [stdout] test aleo_tools::program_manager::tests::test_constructors_fail_with_multiple_keys_or_no_keys ... ok
[INFO] [stdout] test aleo_tools::program_manager::tests::test_private_key_retrieval_from_plaintext ... ok
[INFO] [stdout] test aleo_tools::program_manager::tests::test_program_management_methods ... ok
[INFO] [stdout] test aleo_tools::program_manager::tests::test_private_key_retrieval_from_ciphertext ... ok
[INFO] [stdout] test env_var::tests::parse_bool_type_failure::case_1 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_bool_type_failure::case_2 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_bool_type_failure::case_3 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_bool_type_failure::case_5 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_bool_type_failure::case_4 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_bool_type_success::case_1 ... ok
[INFO] [stdout] test env_var::tests::parse_bool_type_success::case_2 ... ok
[INFO] [stdout] test env_var::tests::parse_bool_type_success::case_3 ... ok
[INFO] [stdout] test env_var::tests::parse_bool_type_success::case_4 ... ok
[INFO] [stdout] test env_var::tests::parse_duration_type_failure::case_1 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_duration_type_failure::case_2 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_duration_type_failure::case_3 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_duration_type_failure::case_4 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_duration_type_success::case_1 ... ok
[INFO] [stdout] test env_var::tests::parse_duration_type_non_existent_var - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_duration_type_success::case_2 ... ok
[INFO] [stdout] test env_var::tests::parse_duration_type_success::case_3 ... ok
[INFO] [stdout] test env_var::tests::parse_duration_type_success::case_4 ... ok
[INFO] [stdout] test env_var::tests::parse_f32_type_failure::case_1 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_f32_type_failure::case_2 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_f32_type_success::case_1 ... ok
[INFO] [stdout] test env_var::tests::parse_f32_type_success::case_2 ... ok
[INFO] [stdout] test env_var::tests::parse_f32_type_success::case_3 ... ok
[INFO] [stdout] test env_var::tests::parse_f32_type_success::case_4 ... ok
[INFO] [stdout] test env_var::tests::parse_f32_type_failure::case_3 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_f32_type_success::case_6 ... ok
[INFO] [stdout] test env_var::tests::parse_i32_type_failure::case_1 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_f32_type_success::case_5 ... ok
[INFO] [stdout] test env_var::tests::parse_i32_type_failure::case_2 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_i32_type_failure::case_3 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_i32_type_failure::case_4 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_i32_type_failure::case_5 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_i32_type_success::case_1 ... ok
[INFO] [stdout] test env_var::tests::parse_i32_type_success::case_2 ... ok
[INFO] [stdout] test env_var::tests::parse_i32_type_success::case_3 ... ok
[INFO] [stdout] test env_var::tests::parse_invalid_url_should_panic - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_ipaddr_type_failure::case_1 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_ipaddr_type_failure::case_2 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_ipaddr_type_failure::case_3 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_ipaddr_type_failure::case_4 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_ipaddr_type_non_existent_var - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_ipaddr_type_success::case_1 ... ok
[INFO] [stdout] test env_var::tests::parse_ipaddr_type_success::case_2 ... ok
[INFO] [stdout] test env_var::tests::parse_ipaddr_type_success::case_3 ... ok
[INFO] [stdout] test env_var::tests::parse_ipaddr_type_success::case_4 ... ok
[INFO] [stdout] test env_var::tests::parse_log_level_type_failure::case_1 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_ipaddr_type_failure::case_5 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_log_level_type_failure::case_2 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_log_level_type_non_existent_var - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_log_level_type_failure::case_3 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_log_level_type_success::case_1 ... ok
[INFO] [stdout] test env_var::tests::parse_log_level_type_success::case_2 ... ok
[INFO] [stdout] test env_var::tests::parse_log_level_type_success::case_3 ... ok
[INFO] [stdout] test env_var::tests::parse_log_level_type_success::case_4 ... ok
[INFO] [stdout] test env_var::tests::parse_log_level_type_success::case_5 ... ok
[INFO] [stdout] test env_var::tests::parse_log_level_type_success::case_6 ... ok
[INFO] [stdout] test env_var::tests::parse_log_level_type_success::case_7 ... ok
[INFO] [stdout] test env_var::tests::parse_non_existent_env_var - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_path_type_non_existent_var - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_path_type_success::case_1 ... ok
[INFO] [stdout] test env_var::tests::parse_path_type_success::case_2 ... ok
[INFO] [stdout] test env_var::tests::parse_path_type_success::case_3 ... ok
[INFO] [stdout] test env_var::tests::parse_path_type_success::case_4 ... ok
[INFO] [stdout] test env_var::tests::parse_string_type_success::case_1 ... ok
[INFO] [stdout] test env_var::tests::parse_string_type_success::case_2 ... ok
[INFO] [stdout] test env_var::tests::parse_string_type_success::case_3 ... ok
[INFO] [stdout] test env_var::tests::parse_u32_type_failure::case_1 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_u32_type_failure::case_2 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_u32_type_failure::case_4 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_u32_type_failure::case_3 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_u32_type_failure::case_5 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_u32_type_failure::case_6 - should panic ... ok
[INFO] [stdout] test env_var::tests::parse_u32_type_success::case_1 ... ok
[INFO] [stdout] test env_var::tests::parse_u32_type_success::case_2 ... ok
[INFO] [stdout] test env_var::tests::parse_url_type_success::case_1 ... ok
[INFO] [stdout] test models::server_auth::test_encrypt_view_key ... ok
[INFO] [stdout] test models::traits::encryptable::tests::test_c_encryption ... ok
[INFO] [stdout] test models::traits::encryptable::tests::test_encryption ... ok
[INFO] [stdout] test aleo_tools::program_manager::resolver::tests::test_network_program_resolution ... FAILED
[INFO] [stdout] test aleo_tools::program_manager::network::tests::test_network_functionality_works_as_expected ... FAILED
[INFO] [stdout] test aleo_tools::program_manager::resolver::tests::test_network_program_imports_are_resolved_correctly ... FAILED
[INFO] [stdout] test aleo_tools::program_manager::resolver::tests::test_file_loading_and_imports ... ok
[INFO] [stdout] test aleo_tools::program_manager::resolver::tests::test_hybrid_program_and_import_loading ... ok
[INFO] [stdout] test aleo_tools::program_manager::deploy::tests::test_deploy_failure_conditions has been running for over 60 seconds
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "147f6a1bc155ba33c351ab6cdf1a973229ab185408437aa593ec67002f9b1f79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "147f6a1bc155ba33c351ab6cdf1a973229ab185408437aa593ec67002f9b1f79", kill_on_drop: false }`
[INFO] [stdout] 147f6a1bc155ba33c351ab6cdf1a973229ab185408437aa593ec67002f9b1f79
