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_22.x | bash -\nyum install nodejs -y\necho "installing pnpm"\ncurl -fsSL https://get.pnpm.io/install.sh | sh -\necho "installing deps"\ncd js && pnpm install --verbose --prefer-frozen-lockfile --prefer-offline\necho "running build"\ncd js && pnpm run build\n'] failed with code 1.