About the role
Skip to content
2
1
heycoach
log out
Dashboard
Admin-Frontend(SIT)
#50
Status
Changes
Console Output
Edit Build Information
Delete build '#50'
Timings
Restart from Stage
Replay
Pipeline Steps
Workspaces
Previous Build
Success
Console Output
Download
Copy
View as plain text
Started by user heycoach
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins
in /var/jenkins_home/workspace/Admin-Frontend(SIT)
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $REMOTE_HOST or $REMOTE_USER
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (SSH to Remote Server & Deploy)
[Pipeline] script
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials ****
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-yXI0wecH5fPG/agent.151363
SSH_AGENT_PID=151367
Running ssh-add (command line suppressed)
Identity added: /var/jenkins_home/workspace/Admin-Frontend(SIT)@tmp/private_key_17256919262883822889.key (tech@heycoach.in)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
Affected argument(s) used the following variable(s): [REMOTE_HOST, REMOTE_USER]
See https://jenkins.io/redirect/groovy-string-interpolation for details.
+ ssh -o StrictHostKeyChecking=no ****@****
Pseudo-terminal will not be allocated because stdin is not a terminal.
Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 6.8.0-1025-azure x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/pro
System information as of Wed Apr 9 10:03:27 UTC 2025
System load: 0.03 Processes: 220
Usage of /: 85.4% of 123.87GB Users logged in: 1
Memory usage: 57% IPv4 address for eth0: 10.0.0.28
Swap usage: 0%
=> / is using 85.4% of 123.87GB
* Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
just raised the bar for easy, resilient and secure K8s cluster deployment.
https://ubuntu.com/engage/secure-kubernetes-at-the-edge
Expanded Security Maintenance for Applications is not enabled.
31 updates can be applied immediately.
20 of these updates are standard security updates.
To see these additional updates run: apt list --upgradable
3 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm
New release '24.04.2 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
✅ SSH Successful: Connected to ****
Fetching origin
From github.com:heycoach-in/admin_portal_fe
fdf3746..f80b8c9 develop -> origin/develop
Already on 'develop'
Your branch is behind 'origin/develop' by 1 commit, and can be fast-forwarded.
(use "git pull" to update your local branch)
From github.com:heycoach-in/admin_portal_fe
* branch develop -> FETCH_HEAD
Updating fdf3746..f80b8c9
Fast-forward
src/app/dashboard/neetcode/luna-store/thunk/testCasesThunk.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
✅ Git pull successful.
Container admin_portal_fe-app-1 Stopping
Container admin_portal_fe-app-1 Stopped
Container admin_portal_fe-app-1 Removing
Container admin_portal_fe-app-1 Removed
Network admin_portal_fe_default Removing
Network admin_portal_fe_default Removed
Compose can now delegate builds to bake for better performance.
To do so, set COMPOSE_BAKE=true.
#0 building with "default" instance using docker driver
#1 [app internal] load build definition from Dockerfile
#1 transferring dockerfile: 504B done
#1 DONE 0.0s
#2 [app internal] load metadata for docker.io/library/node:22-slim
#2 ...
#3 [app auth] library/node:pull token for registry-1.docker.io
#3 DONE 0.0s
#2 [app internal] load metadata for docker.io/library/node:22-slim
#2 DONE 1.5s
#4 [app internal] load .dockerignore
#4 transferring context: 2B done
#4 DONE 0.0s
#5 [app 1/6] FROM docker.io/library/node:22-slim@sha256:1c18d9ab3af4585870b92e4dbc5cac5a0dc77dd13df1a5905cea89fc720eb05b
#5 resolve docker.io/library/node:22-slim@sha256:1c18d9ab3af4585870b92e4dbc5cac5a0dc77dd13df1a5905cea89fc720eb05b 0.0s done
#5 DONE 0.0s
#6 [app internal] load build context
#6 transferring context: 232.42kB 0.1s done
#6 DONE 0.2s
#7 [app 2/6] WORKDIR /app
#7 CACHED
#8 [app 3/6] COPY package.json ./
#8 CACHED
#9 [app 4/6] RUN yarn install
#9 CACHED
#10 [app 5/6] COPY . .
#10 DONE 0.9s
#11 [app 6/6] RUN yarn build
#11 0.463 yarn run v1.22.22
#11 0.489 $ next build
#11 1.217 Attention: Next.js now collects completely anonymous telemetry regarding usage.
#11 1.217 This information is used to shape Next.js' roadmap and prioritize features.
#11 1.217 You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
#11 1.217 https://nextjs.org/telemetry
#11 1.217
#11 1.353 ▲ Next.js 15.2.4
#11 1.353 - Environments: .env
#11 1.353
#11 1.376 Creating an optimized production build ...
#11 23.98 Failed to compile.
#11 23.98
#11 23.98 ./src/app/dashboard/neetcode/luna-store/thunk/testCasesThunk.ts
#11 23.98 Error: [31mx[0m Expected a semicolon
#11 23.98 ,-[[36;1;4m/app/src/app/dashboard/neetcode/luna-store/thunk/testCasesThunk.ts[0m:71:1]
#11 23.98 [2m68[0m | { rejectWithValue }
#11 23.98 [2m69[0m | ) => {
#11 23.98 [2m70[0m | // Use a URL pattern that matches the backend API structure
#11 23.98 [2m71[0m | const url = ``${problems_base_url}/${testCaseId}`;
#11 23.98 : [35;1m ^[0m
#11 23.98 [2m72[0m |
#11 23.98 [2m73[0m | try {
#11 23.98 [2m74[0m | const response = await apiServices.delete(url);
#11 23.98 `----
#11 23.98 [31mx[0m Expected a semicolon
#11 23.98 ,-[[36;1;4m/app/src/app/dashboard/neetcode/luna-store/thunk/testCasesThunk.ts[0m:71:1]
#11 23.98 [2m68[0m | { rejectWithValue }
#11 23.98 [2m69[0m | ) => {
#11 23.98 [2m70[0m | // Use a URL pattern that matches the backend API structure
#11 23.98 [2m71[0m | const url = ``${problems_base_url}/${testCaseId}`;
#11 23.98 : [35;1m ^[0m
#11 23.98 [2m72[0m |
#11 23.98 [2m73[0m | try {
#11 23.98 [2m74[0m | const response = await apiServices.delete(url);
#11 23.98 `----
#11 23.98 [31mx[0m Expected a semicolon
#11 23.98 ,-[[36;1;4m/app/src/app/dashboard/neetcode/luna-store/thunk/testCasesThunk.ts[0m:71:1]
#11 23.98 [2m68[0m | { rejectWithValue }
#11 23.98 [2m69[0m | ) => {
#11 23.98 [2m70[0m | // Use a URL pattern that matches the backend API structure
#11 23.98 [2m71[0m | const url = ``${problems_base_url}/${testCaseId}`;
#11 23.98 : [35;1m ^[0m
#11 23.98 [2m72[0m |
#11 23.98 [2m73[0m | try {
#11 23.98 [2m74[0m | const response = await apiServices.delete(url);
#11 23.98 `----
#11 23.98 [31mx[0m Expected ',', got '{'
#11 23.98 ,-[[36;1;4m/app/src/app/dashboard/neetcode/luna-store/thunk/testCasesThunk.ts[0m:71:1]
#11 23.98 [2m68[0m | { rejectWithValue }
#11 23.98 [2m69[0m | ) => {
#11 23.98 [2m70[0m | // Use a URL pattern that matches the backend API structure
#11 23.98 [2m71[0m | const url = ``${problems_base_url}/${testCaseId}`;
#11 23.98 : [35;1m ^[0m
#11 23.98 [2m72[0m |
#11 23.98 [2m73[0m | try {
#11 23.98 [2m74[0m | const response = await apiServices.delete(url);
#11 23.98 `----
#11 23.98
#11 23.98 Caused by:
#11 23.98 Syntax Error
#11 23.98
#11 23.98 Import trace for requested module:
#11 23.98 ./src/app/dashboard/neetcode/luna-store/thunk/testCasesThunk.ts
#11 23.98 ./src/app/components/problemSolutions/problemSolutions.tsx
#11 23.98 ./src/app/dashboard/neetcode/add-problem-question/[problemId]/solutions/page.tsx
#11 23.98
#11 23.98
#11 23.98 > Build failed because of webpack errors
#11 24.01 error Command failed with exit code 1.
#11 24.01 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
#11 ERROR: process "/bin/sh -c yarn build" did not complete successfully: exit code: 1
------
> [app 6/6] RUN yarn build:
23.98
23.98 Import trace for requested module:
23.98 ./src/app/dashboard/neetcode/luna-store/thunk/testCasesThunk.ts
23.98 ./src/app/components/problemSolutions/problemSolutions.tsx
23.98 ./src/app/dashboard/neetcode/add-problem-question/[problemId]/solutions/page.tsx
23.98
23.98
23.98 > Build failed because of webpack errors
24.01 error Command failed with exit code 1.
24.01 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
------
failed to solve: process "/bin/sh -c yarn build" did not complete successfully: exit code: 1
✅ Deployment successful. Verifying running containers...
CONTAINER ID