shadowsocks-rust 1.17.0 -> 1.17.1 https://github.com/shadowsocks/shadowsocks-rust/releases attrpath: shadowsocks-rust Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-NgKudCK5Sjr7k8IQ0bZe8rAWl464nF6KkabLzqEElTE= Received ExitFailure 1 when running Raw command: /nix/store/dsqs4fpljrws4ikzfriyixcp0n7kxrmk-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A shadowsocks-rust nix build failed.  Compiling enum-as-inner v0.6.0  Compiling openssl-macros v0.1.1  Compiling build-time v0.1.3  Compiling derivative v2.2.0  Compiling clap v4.4.8  Compiling pest v2.7.4  Compiling pin-project v1.1.3  Compiling tracing v0.1.37  Compiling regex v1.10.0  Compiling pest_meta v2.7.4  Compiling ring-compat v0.5.1  Compiling shadowsocks-crypto v0.5.2 error[E0433]: failed to resolve: use of undeclared crate or module `ctr`  --> /build/shadowsocks-rust-1.17.1-vendor.tar.gz/shadowsocks-crypto/src/v1/aeadcipher/sm4_gcm_cipher.rs:39:42  | 39 | type Ctr32BE<'a> = ctr::CtrCore<&'a Sm4, ctr::flavors::Ctr32BE>;  |  ^^^ use of undeclared crate or module `ctr` error[E0433]: failed to resolve: use of undeclared crate or module `ctr`  --> /build/shadowsocks-rust-1.17.1-vendor.tar.gz/shadowsocks-crypto/src/v1/aeadcipher/sm4_gcm_cipher.rs:39:20  | 39 | type Ctr32BE<'a> = ctr::CtrCore<&'a Sm4, ctr::flavors::Ctr32BE>;  |  ^^^  |  |  |  use of undeclared crate or module `ctr`  |  help: a builtin type with a similar name exists: `str` For more information about this error, try `rustc --explain E0433`. error: could not compile `shadowsocks-crypto` (lib) due to 2 previous errors warning: build failed, waiting for other jobs to finish...