I found that the dependency declaration for CetusClmm in the Move.toml example is using the wrong rev tag.
Currently it is testnet-v1.35.1 (see testnet/Move.toml).
[dependencies]
CetusClmm = { git = "https://github.com/CetusProtocol/cetus-clmm-interface.git", subdir = "sui/cetus_clmm", rev = "testnet-v1.35.1", override = true }
But the latest testnet version tag is testnet-v1.25.1 (see Sui release testnet-v1.25.1
).
This mismatch cause build errors on Sui testnet.