You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Root Cause:
The AuthSchemeId type does not implement the Copy trait, but the code attempts to use the value multiple times after it has been moved.
Reproduction
This error occurs consistently when building Mononoke components that depend on AWS services:
cargo build --workspace -j4 --out-dir /tmp/build/mononoke/bin -Zunstable-options --release
It's not directly about AWS but if I --- build/fbcode_builder/getdeps.py# Basic build command python3 build/fbcode_builder/getdeps.py build mononoke or run build.sh only##UnitTest Github ActionsIf you want to read the log of the Github action in more detail, here is a link:https://github.com/thomsonberg63-gif/sapling/actions/runs/17252293167