[12:28:32 AM] Starting deployment...
[12:28:33 AM] Fetching commit information...
[12:28:33 AM] Commit: 3f55622
[12:28:33 AM] Creating GitHub deployment...
[12:28:33 AM] GitHub deployment initialized
[12:28:33 AM] Cloning repository...
[12:28:34 AM] Validating files...
[12:28:34 AM] Unexpected fields found in smithery.yaml: startCommand. For TypeScript runtime, only 'runtime', 'target', and 'env' fields are allowed.
Cause: Unexpected fields: startCommand
[12:28:34 AM] Build files validated
[12:28:42 AM] Deployment credentials configured
[12:28:42 AM] Preparing build files...
[12:28:43 AM] Build files prepared
[12:28:43 AM] Building Docker image...
[12:28:45 AM] #5 transferring dockerfile: 3.34kB 0.2s done
[12:28:45 AM] #5 DONE 0.2s
[12:28:45 AM] #6 DONE 0.0s
[12:28:45 AM] #7 [internal] load metadata for docker.io/library/node:22-slim
[12:28:45 AM] #7 DONE 0.4s
[12:28:45 AM] #8 [internal] load .dockerignore
[12:28:45 AM] #8 transferring context: 0.1s
[12:28:46 AM] #8 transferring context: 2B 0.1s done
[12:28:46 AM] #8 DONE 0.2s
[12:28:46 AM] #9 CACHED
[12:28:46 AM] #10 [stage-1 1/11] FROM docker.io/library/node:22-slim@sha256:330fc735268c38d88788c3469a8dff2d0ad834af58569a42c61c47e4578d953b
[12:28:46 AM] #10 resolve docker.io/library/node:22-slim@sha256:330fc735268c38d88788c3469a8dff2d0ad834af58569a42c61c47e4578d953b 0.0s done
[12:28:46 AM] #10 DONE 0.0s
[12:28:46 AM] #11 [internal] load build context
[12:28:46 AM] #11 transferring context: 146.75kB 0.3s done
[12:28:46 AM] #11 DONE 0.4s
[12:28:46 AM] #12 [stage-1 2/11] WORKDIR /app
[12:28:46 AM] #12 CACHED
[12:28:46 AM] #13 [stage-1 3/11] COPY . .
[12:28:46 AM] #13 DONE 0.1s
[12:28:46 AM] #14 [stage-1 4/11] RUN if [ -f bun.lockb ]; then bun install --no-cache; elif [ -f pnpm-lock.yaml ]; then npm install -g pnpm && echo "shamefully-hoist=true" >> .npmrc && pnpm install --frozen-lockfile; elif [ -f yarn.lock ]; then yarn install --frozen-lockfile; elif [ -f package-lock.json ]; then npm ci; elif [ -f package.json ]; then npm install; fi
[12:28:48 AM] #14 2.214
[12:28:48 AM] #14 2.214 added 137 packages, and audited 138 packages in 2s
[12:28:48 AM] #14 2.214
[12:28:48 AM] #14 2.214 28 packages are looking for funding
[12:28:48 AM] #14 2.214 run `npm fund` for details
[12:28:48 AM] #14 2.214
[12:28:48 AM] #14 2.214 found 0 vulnerabilities
[12:28:48 AM] #14 2.215 npm notice
[12:28:48 AM] #14 2.215 npm notice New major version of npm available! 10.9.4 -> 11.6.4
[12:28:48 AM] #14 2.215 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.6.4
[12:28:48 AM] #14 2.215 npm notice To update run: npm install -g npm@11.6.4
[12:28:48 AM] #14 2.215 npm notice
[12:28:49 AM] #14 DONE 2.4s
[12:28:49 AM] #15 [stage-1 5/11] RUN npx -y @smithery/cli build -o .smithery/index.cjs
[12:28:55 AM] #15 6.165 ✗ Build failed: Error: Entry file specified in package.json not found at /app/build/index.js.
[12:28:55 AM] #15 6.165 at file:///root/.npm/_npx/2d0620bb1d41b604/node_modules/@smithery/cli/dist/index.js:27:1849
[12:28:55 AM] #15 6.165 Check that the file exists or update your package.json
[12:28:55 AM] #15 6.165 at t._chainOrCall (file:///root/.npm/_npx/2d0620bb1d41b604/node_modules/@smithery/cli/dist/index.js:27:3009)
[12:28:55 AM] #15 6.165 at LOe (file:///root/.npm/_npx/2d0620bb1d41b604/node_modules/@smithery/cli/dist/index.js:409:108)
[12:28:55 AM] #15 6.165 at Y8 (file:///root/.npm/_npx/2d0620bb1d41b604/node_modules/@smithery/cli/dist/index.js:608:137)
[12:28:55 AM] #15 6.165 at tW (file:///root/.npm/_npx/2d0620bb1d41b604/node_modules/@smithery/cli/dist/index.js:608:309)
[12:28:55 AM] #15 6.165 at t.<anonymous> (file:///root/.npm/_npx/2d0620bb1d41b604/node_modules/@smithery/cli/dist/index.js:641:12227)
[12:28:55 AM] #15 6.165 at t.r [as _actionHandler] (file:///root/.npm/_npx/2d0620bb1d41b604/node_modules/@smithery/cli/dist/index.js:22:497)
[12:28:55 AM] #15 6.165 at file:///root/.npm/_npx/2d0620bb1d41b604/node_modules/@smithery/cli/dist/index.js:27:4410
[12:28:55 AM] #15 6.165 at t._chainOrCall (file:///root/.npm/_npx/2d0620bb1d41b604/node_modules/@smithery/cli/dist/index.js:27:3009)
[12:28:55 AM] #15 6.165 at t._parseCommand (file:///root/.npm/_npx/2d0620bb1d41b604/node_modules/@smithery/cli/dist/index.js:27:4386)
[12:28:55 AM] #15 ERROR: process "/bin/sh -c npx -y @smithery/cli build -o .smithery/index.cjs" did not complete successfully: exit code: 1
[12:28:55 AM] ------
[12:28:55 AM] > [stage-1 5/11] RUN npx -y @smithery/cli build -o .smithery/index.cjs:
[12:28:55 AM] #15 6.165 at LOe (file:///root/.npm/_npx/2d0620bb1d41b604/node_modules/@smithery/cli/dist/index.js:409:108)
[12:28:55 AM] #15 6.165 at Y8 (file:///root/.npm/_npx/2d0620bb1d41b604/node_modules/@smithery/cli/dist/index.js:608:137)
[12:28:55 AM] #15 6.165 at tW (file:///root/.npm/_npx/2d0620bb1d41b604/node_modules/@smithery/cli/dist/index.js:608:309)
[12:28:55 AM] #15 6.165 at t.<anonymous> (file:///root/.npm/_npx/2d0620bb1d41b604/node_modules/@smithery/cli/dist/index.js:641:12227)
[12:28:55 AM] #15 6.165 at t.r [as _actionHandler] (file:///root/.npm/_npx/2d0620bb1d41b604/node_modules/@smithery/cli/dist/index.js:22:497)
[12:28:55 AM] #15 6.165 at file:///root/.npm/_npx/2d0620bb1d41b604/node_modules/@smithery/cli/dist/index.js:27:4410
[12:28:55 AM] #15 6.165 at t._chainOrCall (file:///root/.npm/_npx/2d0620bb1d41b604/node_modules/@smithery/cli/dist/index.js:27:3009)
[12:28:55 AM] #15 6.165 at t._parseCommand (file:///root/.npm/_npx/2d0620bb1d41b604/node_modules/@smithery/cli/dist/index.js:27:4386)
[12:28:55 AM] #15 6.165 at file:///root/.npm/_npx/2d0620bb1d41b604/node_modules/@smithery/cli/dist/index.js:27:1849
[12:28:55 AM] #15 6.165 at t._chainOrCall (file:///root/.npm/_npx/2d0620bb1d41b604/node_modules/@smithery/cli/dist/index.js:27:3009)
[12:28:55 AM] ------
[12:28:55 AM] [1;36m
[12:28:55 AM] Error: failed to solve: process "/bin/sh -c npx -y @smithery/cli build -o .smithery/index.cjs" did not complete successfully: exit code: 1
[12:28:55 AM] Deploy failed: Failed to build server. Run `smithery run dev` or `smithery run build` to check if it works locally. If it works locally but fails here, contact support or try again later.