Command ['sh', '-c', 'curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=stable --profile=minimal -y\nrustup target add aarch64-unknown-linux-gnu\nrustup target add x86_64-unknown-linux-gnu\nrustup target add wasm32-unknown-unknown\ncargo install -f wasm-bindgen-cli\nrustup show\n\ncurl -sL https://rpm.nodesource.com/setup_20.x | bash -\nyum install nodejs -y\nnpm i -g pnpm\npnpm install\npnpm run build\n'] failed with code 1.