[INFO] cloning repository https://github.com/nymtech/nym-zcash-rpc-demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nymtech/nym-zcash-rpc-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnymtech%2Fnym-zcash-rpc-demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnymtech%2Fnym-zcash-rpc-demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 265492d16e9a0da36e9b9516c67f5fdda17a7c35
[INFO] testing nymtech/nym-zcash-rpc-demo 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%2Fnymtech%2Fnym-zcash-rpc-demo" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nymtech/nym-zcash-rpc-demo
[INFO] finished tweaking git repo https://github.com/nymtech/nym-zcash-rpc-demo
[INFO] tweaked toml for git repo https://github.com/nymtech/nym-zcash-rpc-demo written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nymtech/nym-zcash-rpc-demo 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/nymtech/nym-zcash-rpc-demo already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6728387bb1ea4b5330de435ee5a9c5ce1a77f363a0a3ea35e03b2fde48da9942
[INFO] running `Command { std: "docker" "start" "-a" "6728387bb1ea4b5330de435ee5a9c5ce1a77f363a0a3ea35e03b2fde48da9942", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6728387bb1ea4b5330de435ee5a9c5ce1a77f363a0a3ea35e03b2fde48da9942", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6728387bb1ea4b5330de435ee5a9c5ce1a77f363a0a3ea35e03b2fde48da9942", kill_on_drop: false }`
[INFO] [stdout] 6728387bb1ea4b5330de435ee5a9c5ce1a77f363a0a3ea35e03b2fde48da9942
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 53daadd39a00c50dd414ff2f11daac88859176e54b12a4ffccb7c4f815481a62
[INFO] running `Command { std: "docker" "start" "-a" "53daadd39a00c50dd414ff2f11daac88859176e54b12a4ffccb7c4f815481a62", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.85
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling cc v1.0.99
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling zerocopy v0.7.34
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling litemap v0.7.3
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling icu_properties_data v1.5.0
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.0
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling schemars v0.8.21
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling dyn-clone v1.0.17
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling ff v0.13.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling bnum v0.8.1
[INFO] [stderr]    Compiling forward_ref v1.0.0
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling generic-array v0.12.4
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling platforms v3.4.0
[INFO] [stderr]    Compiling curve25519-dalek v4.1.2
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling subtle v1.0.0
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling crypto-mac v0.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling zeroize v1.6.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.4
[INFO] [stderr]    Compiling yoke-derive v0.7.4
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling zerovec-derive v0.10.2
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]    Compiling displaydoc v0.2.4
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling der v0.7.9
[INFO] [stderr]    Compiling schemars_derive v0.8.21
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling zerofrom v0.1.4
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling yoke v0.7.4
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling cosmwasm-derive v1.5.5
[INFO] [stderr]    Compiling zerovec v0.10.2
[INFO] [stderr]    Compiling cosmwasm-schema-derive v1.4.3
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling subtle-encoding v0.5.1
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling digest v0.8.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling opaque-debug v0.2.3
[INFO] [stderr]    Compiling byte-tools v0.3.1
[INFO] [stderr]    Compiling arrayref v0.3.7
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling keystream v1.0.0
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling chacha v0.3.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling blake2 v0.8.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling regex v1.10.5
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling blake3 v1.5.1
[INFO] [stderr]    Compiling pem v0.8.3
[INFO] [stderr]    Compiling nym-pemstore v0.3.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling lioness v0.1.2
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stderr]    Compiling constant_time_eq v0.3.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling icu_properties v1.5.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling signature v1.6.4
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling httparse v1.9.2
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling pest v2.7.10
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling serdect v0.2.0
[INFO] [stderr]    Compiling serde-json-wasm v0.5.0
[INFO] [stderr]    Compiling tokio v1.38.0
[INFO] [stderr]    Compiling serde_bytes v0.11.14
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling curve25519-dalek v3.2.0
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling bs58 v0.5.1
[INFO] [stderr]    Compiling block-padding v0.3.3
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling ed25519-zebra v3.1.0
[INFO] [stderr]    Compiling idna v1.0.0
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling cosmwasm-schema v1.4.3
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling url v2.5.1
[INFO] [stderr]    Compiling sphinx-packet v0.1.1
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling elliptic-curve v0.13.7
[INFO] [stderr]    Compiling ed25519 v1.5.3
[INFO] [stderr]    Compiling nym-outfox v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling ed25519-dalek v1.0.1
[INFO] [stderr]    Compiling x25519-dalek v1.1.1
[INFO] [stderr]    Compiling nym-sphinx-types v0.2.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling nym-crypto v0.4.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling k256 v0.13.2
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling anstyle-parse v0.2.4
[INFO] [stderr]    Compiling cosmwasm-crypto v1.5.2
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling cosmwasm-std v1.4.3
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.0
[INFO] [stderr]    Compiling anstyle-query v1.1.0
[INFO] [stderr]    Compiling colorchoice v1.0.1
[INFO] [stderr]    Compiling anstyle v1.0.7
[INFO] [stderr]    Compiling vergen v8.2.6
[INFO] [stderr]    Compiling flex-error v0.4.4
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling anstream v0.6.14
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling prost v0.12.6
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling prost-types v0.12.6
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling clap_lex v0.7.1
[INFO] [stderr]    Compiling subtle-ng v2.5.0
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling rustls-native-certs v0.6.3
[INFO] [stderr]    Compiling clap_derive v4.5.5
[INFO] [stderr]    Compiling tendermint-proto v0.34.1
[INFO] [stderr]    Compiling clap_builder v4.5.7
[INFO] [stderr]    Compiling curve25519-dalek-ng v4.1.1
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling ripemd v0.1.3
[INFO] [stderr]    Compiling rustls v0.20.9
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling hyper v0.14.29
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling nym-contracts-common v0.5.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling humantime-serde v1.1.1
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling clap v4.5.7
[INFO] [stderr]    Compiling ed25519-consensus v2.1.0
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling pairing v0.23.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling peg-runtime v0.8.3
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling peg-macros v0.8.3
[INFO] [stderr]    Compiling bls12_381 v0.8.0 (https://github.com/jstuczyn/bls12_381?branch=feature%2Fgt-serialization-0.8.0#c4543fde)
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling nym-bin-common v0.6.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling clap_complete v4.5.5
[INFO] [stderr]    Compiling semver-parser v0.10.2
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling peg v0.8.3
[INFO] [stderr]    Compiling semver v0.11.0
[INFO] [stderr]    Compiling nym-dkg v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling clap_complete_fig v4.5.1
[INFO] [stderr]    Compiling pretty_env_logger v0.4.0
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling pest_meta v2.7.10
[INFO] [stderr]    Compiling x25519-dalek v2.0.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling const-str v0.5.7
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]    Compiling bs58 v0.4.0
[INFO] [stderr]    Compiling pest_generator v2.7.10
[INFO] [stderr]    Compiling nym-mixnet-contract-common v0.6.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-wireguard-types v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling bip32 v0.5.1
[INFO] [stderr]    Compiling webpki v0.22.4
[INFO] [stderr]    Compiling nym-coconut v0.5.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling cw-storage-plus v1.2.0
[INFO] [stderr]    Compiling nym-exit-policy v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling toml_datetime v0.6.6
[INFO] [stderr]    Compiling serde_spanned v0.6.6
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.24.2
[INFO] [stderr]    Compiling nym-credentials-interface v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling tendermint v0.34.1
[INFO] [stderr]    Compiling cosmos-sdk-proto v0.20.0 (https://github.com/jstuczyn/cosmos-rust?branch=nym-temp%2Fall-validator-features#41ed4631)
[INFO] [stderr]    Compiling nym-node-requests v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling pest_derive v2.7.10
[INFO] [stderr]    Compiling getset v0.1.2
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling hex-literal v0.3.4
[INFO] [stderr]    Compiling nym-network-defaults v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling handlebars v3.5.5
[INFO] [stderr]    Compiling toml v0.7.8
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling cw2 v1.1.2
[INFO] [stderr]    Compiling tendermint-config v0.34.1
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling tendermint-rpc v0.34.1
[INFO] [stderr]    Compiling unicode-properties v0.1.1
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling sqlformat v0.2.3
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling cw-utils v1.0.1
[INFO] [stderr]    Compiling nym-config v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling atoi v1.0.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling sqlx-rt v0.6.3
[INFO] [stderr]    Compiling futures-intrusive v0.4.2
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling flume v0.10.14
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling webpki-roots v0.22.6
[INFO] [stderr]    Compiling nym-sphinx-addressing v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling nym-sphinx-params v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-sphinx-routing v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling cw20 v1.1.2
[INFO] [stderr]    Compiling cw4 v1.1.2
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling cw-controllers v1.1.0
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling cw3 v1.1.2
[INFO] [stderr]    Compiling miniz_oxide v0.7.3
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling cosmrs v0.15.0 (https://github.com/jstuczyn/cosmos-rust?branch=nym-temp%2Fall-validator-features#41ed4631)
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling bitcoin_hashes v0.11.0
[INFO] [stderr]    Compiling flate2 v1.0.30
[INFO] [stderr]    Compiling nym-name-service-common v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-multisig-contract-common v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-api-requests v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling bip39 v2.0.0
[INFO] [stderr]    Compiling nym-coconut-dkg-common v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-coconut-bandwidth-contract-common v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling sqlx-core v0.6.3
[INFO] [stderr]    Compiling nym-group-contract-common v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-service-provider-directory-common v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-ephemera-common v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-topology v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-vesting-contract-common v0.7.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-http-api-client v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling colored v2.1.0
[INFO] [stderr]    Compiling nym-sphinx-chunking v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-sphinx-anonymous-replies v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-sphinx-acknowledgements v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-sphinx-forwarding v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-sphinx-framing v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling nym-sphinx-cover v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling rand_distr v0.3.0
[INFO] [stderr]    Compiling data-encoding v2.6.0
[INFO] [stderr]    Compiling nym-validator-client v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling nym-sphinx v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling tungstenite v0.20.1
[INFO] [stderr]    Compiling protobuf v2.18.2
[INFO] [stderr]    Compiling nym-task v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling prometheus v0.13.4
[INFO] [stderr]    Compiling nym-explorer-api-requests v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling tokio-tungstenite v0.20.1
[INFO] [stderr]    Compiling http-body v1.0.0
[INFO] [stderr]    Compiling hyper v1.3.1
[INFO] [stderr]    Compiling nym-country-group v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling trackable_derive v1.0.0
[INFO] [stderr]    Compiling si-scale v0.2.2
[INFO] [stderr]    Compiling nym-client-core-config-types v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling trackable v1.3.0
[INFO] [stderr]    Compiling nym-explorer-client v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling hyper-util v0.1.5
[INFO] [stderr]    Compiling nym-service-providers-common v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-nonexhaustive-delayqueue v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling trackable v0.2.24
[INFO] [stderr]    Compiling nym-ordered-buffer v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling nym-socks5-requests v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling sqlx-macros v0.6.3
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling bytecodec v0.4.15
[INFO] [stderr]    Compiling nym-socks5-proxy-helpers v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling httpcodec v0.2.3
[INFO] [stderr]    Compiling sqlx v0.6.3
[INFO] [stderr]    Compiling nym-credential-storage v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-client-core-surb-storage v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-client-core-gateways-storage v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-metrics v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-credentials v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-gateway-requests v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-bandwidth-controller v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-id v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-gateway-client v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-client-core v1.1.15 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-credential-utils v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-socks5-client-core v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-sdk v0.1.0 (https://github.com/nymtech/nym?rev=c6103891989855eea6471ef4f5f836dc5fbcbd19#c6103891)
[INFO] [stderr]    Compiling nym-zcash-rpc-pipes v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 11s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: x25519-dalek v1.1.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "53daadd39a00c50dd414ff2f11daac88859176e54b12a4ffccb7c4f815481a62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53daadd39a00c50dd414ff2f11daac88859176e54b12a4ffccb7c4f815481a62", kill_on_drop: false }`
[INFO] [stdout] 53daadd39a00c50dd414ff2f11daac88859176e54b12a4ffccb7c4f815481a62
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 489d5350adf26e1ff8f40c329504df17d080923aec1fcd00b375acc79376b8bb
[INFO] running `Command { std: "docker" "start" "-a" "489d5350adf26e1ff8f40c329504df17d080923aec1fcd00b375acc79376b8bb", kill_on_drop: false }`
[INFO] [stderr]    Compiling nym-zcash-rpc-pipes v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.85s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: x25519-dalek v1.1.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "489d5350adf26e1ff8f40c329504df17d080923aec1fcd00b375acc79376b8bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "489d5350adf26e1ff8f40c329504df17d080923aec1fcd00b375acc79376b8bb", kill_on_drop: false }`
[INFO] [stdout] 489d5350adf26e1ff8f40c329504df17d080923aec1fcd00b375acc79376b8bb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 15fb7e58ea8bc30ffd376ccb3a393fdc7f47c5dc86d5eaf4a180b1c17771d650
[INFO] running `Command { std: "docker" "start" "-a" "15fb7e58ea8bc30ffd376ccb3a393fdc7f47c5dc86d5eaf4a180b1c17771d650", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: x25519-dalek v1.1.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/client.rs (/opt/rustwide/target/debug/deps/client-4aa1d4f59010312a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/server.rs (/opt/rustwide/target/debug/deps/server-bb1667a9ec1ce43f)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "15fb7e58ea8bc30ffd376ccb3a393fdc7f47c5dc86d5eaf4a180b1c17771d650", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "15fb7e58ea8bc30ffd376ccb3a393fdc7f47c5dc86d5eaf4a180b1c17771d650", kill_on_drop: false }`
[INFO] [stdout] 15fb7e58ea8bc30ffd376ccb3a393fdc7f47c5dc86d5eaf4a180b1c17771d650
