[12:52:27 AM] Starting deployment...
[12:52:29 AM] Fetching commit information...
[12:52:29 AM] Commit: 1eb53e6
[12:52:29 AM] Creating GitHub deployment...
[12:52:29 AM] GitHub deployment initialized
[12:52:29 AM] Cloning repository...
[12:52:30 AM] Validating files...
[12:52:31 AM] Build files validated
[12:52:32 AM] Deployment credentials configured
[12:52:32 AM] Preparing build files...
[12:52:32 AM] Build files prepared
[12:52:32 AM] Building Docker image...
[12:52:41 AM] #5 transferring dockerfile: 3.34kB 0.2s done
[12:52:41 AM] #5 DONE 0.2s
[12:52:41 AM] #6 DONE 0.4s
[12:52:41 AM] #7 [internal] load metadata for docker.io/library/node:22-slim
[12:52:41 AM] #7 DONE 0.4s
[12:52:41 AM] #8 [internal] load .dockerignore
[12:52:41 AM] #8 transferring context: 0.1s
[12:52:41 AM] #8 transferring context: 2B 0.1s done
[12:52:41 AM] #8 DONE 0.2s
[12:52:42 AM] #9 [internal] load build context
[12:52:42 AM] #9 DONE 0.0s
[12:52:42 AM] #10 DONE 0.0s
[12:52:42 AM] #11 [stage-1 1/11] FROM docker.io/library/node:22-slim@sha256:330fc735268c38d88788c3469a8dff2d0ad834af58569a42c61c47e4578d953b
[12:52:42 AM] #11 resolve docker.io/library/node:22-slim@sha256:330fc735268c38d88788c3469a8dff2d0ad834af58569a42c61c47e4578d953b 0.0s done
[12:52:42 AM] #11 DONE 0.0s
[12:52:42 AM] #9 [internal] load build context
[12:52:42 AM] #9 transferring context: 137.03kB 0.3s done
[12:52:42 AM] #9 DONE 0.4s
[12:52:42 AM] #12 [stage-1 2/11] WORKDIR /app
[12:52:42 AM] #12 CACHED
[12:52:42 AM] #10 CACHED
[12:52:42 AM] #13 [stage-1 3/11] COPY . .
[12:52:42 AM] #13 DONE 0.1s
[12:52:43 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:52:45 AM] #14 2.831
[12:52:45 AM] #14 2.831 added 127 packages, and audited 128 packages in 2s
[12:52:45 AM] #14 2.831
[12:52:45 AM] #14 2.831 28 packages are looking for funding
[12:52:45 AM] #14 2.831 run `npm fund` for details
[12:52:45 AM] #14 2.832
[12:52:45 AM] #14 2.832 found 0 vulnerabilities
[12:52:45 AM] #14 2.833 npm notice
[12:52:45 AM] #14 2.833 npm notice New major version of npm available! 10.9.4 -> 11.6.4
[12:52:45 AM] #14 2.833 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.6.4
[12:52:45 AM] #14 2.833 npm notice To update run: npm install -g npm@11.6.4
[12:52:45 AM] #14 2.833 npm notice
[12:52:46 AM] #14 DONE 3.1s
[12:52:46 AM] #15 [stage-1 5/11] RUN npx -y @smithery/cli build -o .smithery/index.cjs
[12:52:51 AM] #15 5.321 SMITHERY v1.6.6 Building MCP server with streamable http transport...
[12:52:51 AM] #15 5.330 ✘ [ERROR] Could not resolve "@smithery/sdk"
[12:52:51 AM] #15 5.330
[12:52:51 AM] #15 5.330 bootstrap:virtual:bootstrap:5:7:
[12:52:51 AM] #15 5.330 5 │ } from "@smithery/sdk";
[12:52:51 AM] #15 5.330 ╵ ~~~~~~~~~~~~~~~
[12:52:51 AM] #15 5.330
[12:52:51 AM] #15 5.330 You can mark the path "@smithery/sdk" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.
[12:52:51 AM] #15 5.330
[12:52:51 AM] #15 5.330 ✘ [ERROR] Could not resolve "@smithery/sdk/server/stateful.js"
[12:52:51 AM] #15 5.330
[12:52:51 AM] #15 5.330 bootstrap:virtual:bootstrap:8:7:
[12:52:51 AM] #15 5.330 8 │ } from "@smithery/sdk/server/stateful.js";
[12:52:51 AM] #15 5.330 ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[12:52:51 AM] #15 5.330
[12:52:51 AM] #15 5.330 You can mark the path "@smithery/sdk/server/stateful.js" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.
[12:52:51 AM] #15 5.330
[12:52:51 AM] #15 5.330 ✘ [ERROR] Could not resolve "@smithery/sdk/server/stateless.js"
[12:52:51 AM] #15 5.330
[12:52:51 AM] #15 5.330 bootstrap:virtual:bootstrap:11:7:
[12:52:51 AM] #15 5.330 11 │ } from "@smithery/sdk/server/stateless.js";
[12:52:51 AM] #15 5.330 ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[12:52:51 AM] #15 5.330
[12:52:51 AM] #15 5.330 You can mark the path "@smithery/sdk/server/stateless.js" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.
[12:52:51 AM] #15 5.330
[12:52:51 AM] #15 5.330 ✘ [ERROR] Could not resolve "chalk"
[12:52:51 AM] #15 5.330
[12:52:51 AM] #15 5.330 bootstrap:virtual:bootstrap:12:18:
[12:52:51 AM] #15 5.330 12 │ import chalk from "chalk";
[12:52:51 AM] #15 5.330 ╵ ~~~~~~~
[12:52:51 AM] #15 5.330
[12:52:51 AM] #15 5.330 You can mark the path "chalk" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.
[12:52:51 AM] #15 5.330
[12:52:51 AM] #15 5.332 ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta]
[12:52:51 AM] #15 5.332
[12:52:51 AM] #15 5.332 src/index.ts:182:21:
[12:52:51 AM] #15 5.332 182 │ const isMainModule = import.meta.url === `file://${process.argv[1...
[12:52:51 AM] #15 5.332 ╵ ~~~~~~~~~~~
[12:52:51 AM] #15 5.332
[12:52:51 AM] #15 5.332 You need to set the output format to "esm" for "import.meta" to work correctly.
[12:52:51 AM] #15 5.332
[12:52:51 AM] #15 5.369 ✗ Build failed
[12:52:51 AM] #15 5.369 Error: Build failed with 4 errors:
[12:52:51 AM] #15 5.369 bootstrap:virtual:bootstrap:5:7: ERROR: Could not resolve "@smithery/sdk"
[12:52:51 AM] #15 5.369 bootstrap:virtual:bootstrap:8:7: ERROR: Could not resolve "@smithery/sdk/server/stateful.js"
[12:52:51 AM] #15 5.369 bootstrap:virtual:bootstrap:11:7: ERROR: Could not resolve "@smithery/sdk/server/stateless.js"
[12:52:51 AM] #15 5.369 bootstrap:virtual:bootstrap:12:18: ERROR: Could not resolve "chalk"
[12:52:51 AM] #15 5.369 at failureErrorWithLog (/root/.npm/_npx/2d0620bb1d41b604/node_modules/esbuild/lib/main.js:1467:15)
[12:52:51 AM] #15 5.369 at /root/.npm/_npx/2d0620bb1d41b604/node_modules/esbuild/lib/main.js:926:25
[12:52:51 AM] #15 5.369 at runOnEndCallbacks (/root/.npm/_npx/2d0620bb1d41b604/node_modules/esbuild/lib/main.js:1307:45)