Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Artist Reveal #99

Merged
merged 23 commits into from
Nov 6, 2024
Merged

Artist Reveal #99

merged 23 commits into from
Nov 6, 2024

Conversation

rishinhk004
Copy link
Collaborator

No description provided.

Copy link

github-actions bot commented Nov 3, 2024

Cloudflare Pages Build Logs

Key Value
Branch SparkNew
Commit a2afcc4
Build Time 2024-11-06 09:36:31 UTC
Status success
Click to expand build logs
Fetching deployment logs for deployment: 5d596d0a-f3dd-498a-b3b1-7847fb4ba12d
Deployment Log Summary:
========================
Total log entries: 312


[STEP] Cloning repository...
From https://github.com/gdsc-nits-org/tecnoesis-2024
* branch            a2afcc466decc7e687ce831d86d07b1104b353b2 -> FETCH_HEAD

HEAD is now at a2afcc4 Merge branch 'main' of https://github.com/gdsc-nits-org/tecnoesis-2024 into SparkNew


Using v2 root directory strategy
[SUCCESS] Success: Finished cloning repository files

Checking for configuration in a wrangler.toml configuration file (BETA)

No wrangler.toml file found. Continuing.
Restoring from dependencies cache
Restoring from build output cache
Success: Build output restored from build cache.
Success: Dependencies restored from build cache.

[INFO] Detected the following tools from environment: [email protected], [email protected]
Preparing [email protected] for immediate activation...

[STEP] Installing project dependencies: pnpm install
Lockfile is up to date, resolution step is skipped
Progress: resolved 1, reused 0, downloaded 0, added 0
Packages: +617
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Progress: resolved 617, reused 441, downloaded 0, added 0
Progress: resolved 617, reused 617, downloaded 0, added 375
Progress: resolved 617, reused 617, downloaded 0, added 615
Progress: resolved 617, reused 617, downloaded 0, added 617, done

dependencies:
+ @next/third-parties 15.0.1
+ @radix-ui/react-slot 1.1.0
+ @react-three/drei 9.115.0
+ @react-three/fiber 8.17.10
+ @react-three/postprocessing 2.16.3
+ @studio-freight/react-lenis 0.0.47
+ @t3-oss/env-nextjs 0.10.1
+ @tanstack/react-query 4.36.1
+ @types/three 0.167.2
+ axios 1.7.7
+ class-variance-authority 0.7.0
+ clsx 2.1.1
+ cmdk 1.0.0
+ firebase 10.14.1
+ geist 1.3.1
+ gsap 3.12.5
+ lucide-react 0.436.0
+ next 14.2.16
+ react 18.3.1
+ react-cmdk 1.3.9
+ react-cursor 2.0.15
+ react-dom 18.3.1
+ react-fast-marquee 1.6.5
+ react-firebase-hooks 5.1.1
+ react-icons 5.3.0
+ react-social-icons 6.18.0
+ sonner 1.5.0
+ swiper 11.1.14
+ tailwind-merge 2.5.4
+ tailwindcss-animate 1.0.7
+ three 0.168.0
+ three-stdlib 2.33.0
+ usehooks-ts 3.1.0
+ zod 3.23.8

devDependencies:
+ @tanstack/eslint-plugin-query 5.59.7
+ @types/eslint 8.56.12
+ @types/node 20.17.2
+ @types/react 18.3.12
+ @types/react-dom 18.3.1
+ @typescript-eslint/eslint-plugin 8.12.1
+ @typescript-eslint/parser 8.12.1
+ eslint 8.57.1
+ eslint-config-next 14.2.16
+ postcss 8.4.47
+ prettier 3.3.3
+ prettier-plugin-tailwindcss 0.6.8
+ tailwind-scrollbar 3.1.0
+ tailwindcss 3.4.14
+ typescript 5.6.3

Done in 3.8s
Executing user command: npx @cloudflare/next-on-pages@1
⚡️ @cloudflare/next-on-pages CLI v.1.13.5
⚡️ Detected Package Manager: npm (9.6.7)
⚡️ Preparing project...

⚡️ The project is set up for pnpm but it is currently being run via npm this might lead to build errors, please be sure to use the same package manager your project uses when running @cloudflare/next-on-pages

⚡️ Project is ready
⚡️ Building project...
▲  Vercel CLI 37.14.0
▲  Detected `pnpm-lock.yaml` version 9 generated by [email protected]
▲  Installing dependencies...
▲  Lockfile is up to date, resolution step is skipped
▲  Already up to date
▲
▲  Done in 1.6s
▲  Detected Next.js version: 14.2.16
▲  Running "pnpm run build"
▲  > [email protected] build /opt/buildhome/repo
▲  > next build
▲  ▲ Next.js 14.2.16
▲
▲  Creating an optimized production build ...
▲
▲  �[1m�[33mwarn�[39m�[22m - The class `duration-[50ms]` is ambiguous and matches multiple utilities.
▲  �[1m�[33mwarn�[39m�[22m - If this is content and not a class, replace it with `duration-[50ms]` to silence this warning.
▲  ✓ Compiled successfully
▲  Linting and checking validity of types ...
▲  ./src/app/(main)/layout.tsx
▲  4:8  Warning: 'SmoothScroll' is defined but never used.  @typescript-eslint/no-unused-vars
▲
▲  ./src/app/(main)/loading.tsx
▲  11:9  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/app/(main)/teamRegistration/[id]/page.tsx
▲  151:10  Warning: 'formErrors' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲
▲  ./src/app/(main)/userSignUp/page.tsx
▲  9:1  Warning: All imports in the declaration are only used as types. Use `import type`.  @typescript-eslint/consistent-type-imports
▲  69:10  Warning: 'error' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲  70:10  Warning: 'formErrors' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲
▲  ./src/app/layout.tsx
▲  7:8  Warning: 'Head' is defined but never used.  @typescript-eslint/no-unused-vars
▲
▲  ./src/components/AboutPage.tsx
▲  199:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  206:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  213:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  219:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  225:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  231:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  237:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  304:15  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  311:15  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  318:15  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/components/Dashboard/EventsInfo.tsx
▲  10:11  Warning: 'CompletedProps' is defined but never used.  @typescript-eslint/no-unused-vars
▲  157:6  Warning: React Hook useEffect has a missing dependency: 'token'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps
▲  222:6  Warning: React Hook useEffect has a missing dependency: 'token'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps
▲
▲  ./src/components/Download.tsx
▲  20:11  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/components/EventCard.tsx
▲  17:3  Warning: 'modulename' is defined but never used. Allowed unused args must match /^_/u.  @typescript-eslint/no-unused-vars
▲
▲  ./src/components/GoogleAuth.tsx
▲  10:17  Warning: 'AxiosError' is defined but never used.  @typescript-eslint/no-unused-vars
▲  21:27  Warning: '_error' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲  161:3  Warning: 'displayName' is defined but never used. Allowed unused args must match /^_/u.  @typescript-eslint/no-unused-vars
▲
▲  ./src/components/Landing.tsx
▲  122:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/components/LandingNav.tsx
▲  44:3  Warning: React Hook useEffect contains a call to 'setRam'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [] as a second argument to the useEffect Hook.  react-hooks/exhaustive-deps
▲
▲  ./src/components/Loader.tsx
▲  11:9  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/components/Navbar/DeskNav.tsx
▲  20:9  Warning: 'router' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲  21:19  Warning: 'setSection' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲  185:6  Warning: React Hook useEffect has a missing dependency: 'section'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps
▲
▲  ./src/components/Scene.tsx
▲  17:3  Warning: 'Noise' is defined but never used.  @typescript-eslint/no-unused-vars
▲  22:1  Warning: All imports in the declaration are only used as types. Use `import type`.  @typescript-eslint/consistent-type-imports
▲
▲  ./src/components/Spark/AboutArtist.tsx
▲  65:38  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  66:31  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/components/Spark/Landing.tsx
▲  11:21  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  info  - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
▲  Collecting page data ...
▲  ⚠ Using edge runtime on a page currently disables static generation for that page
▲  Generating static pages (0/6) ...
▲  Generating static pages (1/6)
▲  Generating static pages (2/6)
▲  Generating static pages (4/6)
▲  ✓ Generating static pages (6/6)
▲  Finalizing page optimization ...
▲  Collecting build traces ...
▲
▲  Route (app)                              Size     First Load JS
▲  ┌ ƒ /                                    2.78 kB         131 kB
▲  ├ ƒ /_not-found                          139 B          87.4 kB
▲  ├ ƒ /allEvents/[id]                      1.64 kB         137 kB
▲  ├ ○ /credits                             292 B          94.3 kB
▲  ├ ƒ /dashboard                           4.47 kB         175 kB
▲  ├ ƒ /event/[id]                          2.3 kB          137 kB
▲  ├ ○ /gallery                             1.92 kB         139 kB
▲  ├ ○ /home                                6.16 kB         137 kB
▲  ├ ○ /modules                             1.41 kB         167 kB
▲  ├ ƒ /spark                               37.6 kB         138 kB
▲  ├ ƒ /team                                10.8 kB         114 kB
▲  ├ ƒ /teamRegistration/[id]               16.6 kB         187 kB
▲  └ ƒ /userSignUp                          2.83 kB         174 kB
▲  + First Load JS shared by all            87.2 kB
▲  ├ chunks/623-ad7e7cace638f7d8.js       31.6 kB
▲  ├ chunks/8bc8d761-9833bd5ee964deab.js  53.7 kB
▲  └ other shared chunks (total)          1.98 kB
▲  ○  (Static)   prerendered as static content
▲  ƒ  (Dynamic)  server-rendered on demand
▲  Traced Next.js server files in: 266.339ms
▲  Created all serverless functions in: 63.144ms
▲  Collected static files (public/, static/, .next/static): 21.024ms
▲  Build Completed in .vercel/output [35s]
⚡️ Completed `npx vercel build`.

⚡️ Build Summary (@cloudflare/next-on-pages v1.13.5)
⚡️
⚡️ Edge Function Routes (9)
⚡️   ┌ /
⚡️   ├ /_not-found
⚡️   ├ /allEvents/[id]
⚡️   ├ /dashboard
⚡️   ├ /event/[id]
⚡️   ├ /spark
⚡️   ├ /team
⚡️   ├ /teamRegistration/[id]
⚡️   └ /userSignUp
⚡️
⚡️ Prerendered Routes (8)
⚡️   ┌ /credits
⚡️   ├ /credits.rsc
⚡️   ├ /gallery
⚡️   ├ /gallery.rsc
⚡️   ├ /home
⚡️   ├ /home.rsc
⚡️   ├ /modules
⚡️   └ /modules.rsc
⚡️
⚡️ Other Static Assets (219)
⚡️   ┌ /_app.rsc.json
⚡️   ├ /_document.rsc.json
⚡️   ├ /_error.rsc.json
⚡️   ├ /500.html
⚡️   └ ... 215 more

⚡️ Build log saved to '.vercel/output/static/_worker.js/nop-build-log.json'
⚡️ Generated '.vercel/output/static/_worker.js/index.js'.
⚡️ Build completed in 3.37s
Finished
Found _worker.js in output directory. Uploading.
⛅️ wrangler 3.76.0
-------------------
Attaching additional modules:
┌─────────────────────────────────────────────────────────────────────┬──────┬─────────────┐
│ Name                                                                │ Type │ Size        │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/cache/adaptor.js                             │ esm  │ 2.29 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/cache/cache-api.js                           │ esm  │ 0.43 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/cache/kv.js                                  │ esm  │ 0.35 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/_not-found.func.js                 │ esm  │ 33.66 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/allEvents/[id].func.js             │ esm  │ 39.23 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/dashboard.func.js                  │ esm  │ 46.78 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/event/[id].func.js                 │ esm  │ 38.43 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/index.func.js                      │ esm  │ 40.35 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/spark.func.js                      │ esm  │ 149.28 KiB  │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/team.func.js                       │ esm  │ 90.69 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/teamRegistration/[id].func.js      │ esm  │ 80.53 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/userSignUp.func.js                 │ esm  │ 42.44 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/manifest/88a389dd6c068190adb2efc795e4063c.js │ esm  │ 0.53 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/0eabccb2887e9290e537094cb1930e60.js  │ esm  │ 551.81 KiB  │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/5317.js                              │ esm  │ 1.08 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/902.js                               │ esm  │ 0.08 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/b4f3ec5811e6034a76f726c64608c753.js  │ esm  │ 222.37 KiB  │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/d2f636ee12cd80d0b534d96a456311fe.js  │ esm  │ 72.51 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ Total (18 modules)                                                  │      │ 1412.83 KiB │
└─────────────────────────────────────────────────────────────────────┴──────┴─────────────┘
✨ Compiled Worker successfully
Found _routes.json in output directory. Uploading.
Validating asset output directory
Deploying your site to Cloudflare's global network...
Parsed 1 valid header rule.
Uploading... (219/228)
Uploading... (222/228)
Uploading... (225/228)
Uploading... (228/228)
✨ Success! Uploaded 9 files (219 already uploaded) (1.85 sec)

✨ Upload complete!
Uploading to build output cache
Success: Build output uploaded to build cache.
Success: Assets published!
Success: Your site was deployed!

Copy link

github-actions bot commented Nov 3, 2024

Cloudflare Pages Build Logs

Key Value
Branch SparkNew
Commit 36e43bc
Build Time 2024-11-03 19:03:20 UTC
Status success
Click to expand build logs
Fetching deployment logs for deployment: 354ec303-c4a0-45f7-a392-d7aa9de879cf
Deployment Log Summary:
========================
Total log entries: 312


[STEP] Cloning repository...
From https://github.com/gdsc-nits-org/tecnoesis-2024
* branch            36e43bc7d142dfca0ab4cc483eca3fb53fe5b7fb -> FETCH_HEAD

HEAD is now at 36e43bc cursor add


Using v2 root directory strategy
[SUCCESS] Success: Finished cloning repository files

Checking for configuration in a wrangler.toml configuration file (BETA)

No wrangler.toml file found. Continuing.
Restoring from dependencies cache
Restoring from build output cache
Success: Build output restored from build cache.
Success: Dependencies restored from build cache.

[INFO] Detected the following tools from environment: [email protected], [email protected]
Preparing [email protected] for immediate activation...

[STEP] Installing project dependencies: pnpm install
Lockfile is up to date, resolution step is skipped
Progress: resolved 1, reused 0, downloaded 0, added 0
Packages: +617
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Progress: resolved 617, reused 394, downloaded 0, added 0
Progress: resolved 617, reused 617, downloaded 0, added 348
Progress: resolved 617, reused 617, downloaded 0, added 615
Progress: resolved 617, reused 617, downloaded 0, added 617, done

dependencies:
+ @next/third-parties 15.0.1
+ @radix-ui/react-slot 1.1.0
+ @react-three/drei 9.115.0
+ @react-three/fiber 8.17.10
+ @react-three/postprocessing 2.16.3
+ @studio-freight/react-lenis 0.0.47
+ @t3-oss/env-nextjs 0.10.1
+ @tanstack/react-query 4.36.1
+ @types/three 0.167.2
+ axios 1.7.7
+ class-variance-authority 0.7.0
+ clsx 2.1.1
+ cmdk 1.0.0
+ firebase 10.14.1
+ geist 1.3.1
+ gsap 3.12.5
+ lucide-react 0.436.0
+ next 14.2.16
+ react 18.3.1
+ react-cmdk 1.3.9
+ react-cursor 2.0.15
+ react-dom 18.3.1
+ react-fast-marquee 1.6.5
+ react-firebase-hooks 5.1.1
+ react-icons 5.3.0
+ react-social-icons 6.18.0
+ sonner 1.5.0
+ swiper 11.1.14
+ tailwind-merge 2.5.4
+ tailwindcss-animate 1.0.7
+ three 0.168.0
+ three-stdlib 2.33.0
+ usehooks-ts 3.1.0
+ zod 3.23.8

devDependencies:
+ @tanstack/eslint-plugin-query 5.59.7
+ @types/eslint 8.56.12
+ @types/node 20.17.2
+ @types/react 18.3.12
+ @types/react-dom 18.3.1
+ @typescript-eslint/eslint-plugin 8.12.1
+ @typescript-eslint/parser 8.12.1
+ eslint 8.57.1
+ eslint-config-next 14.2.16
+ postcss 8.4.47
+ prettier 3.3.3
+ prettier-plugin-tailwindcss 0.6.8
+ tailwind-scrollbar 3.1.0
+ tailwindcss 3.4.14
+ typescript 5.6.3

Done in 3.8s
Executing user command: npx @cloudflare/next-on-pages@1
⚡️ @cloudflare/next-on-pages CLI v.1.13.5
⚡️ Detected Package Manager: npm (9.6.7)
⚡️ Preparing project...

⚡️ The project is set up for pnpm but it is currently being run via npm this might lead to build errors, please be sure to use the same package manager your project uses when running @cloudflare/next-on-pages

⚡️ Project is ready
⚡️ Building project...
▲  Vercel CLI 37.14.0
▲  Detected `pnpm-lock.yaml` version 9 generated by [email protected]
▲  Installing dependencies...
▲  Lockfile is up to date, resolution step is skipped
▲  Already up to date
▲
▲  Done in 2.7s
▲  Detected Next.js version: 14.2.16
▲  Running "pnpm run build"
▲  > [email protected] build /opt/buildhome/repo
▲  > next build
▲  ▲ Next.js 14.2.16
▲
▲  Creating an optimized production build ...
▲
▲  �[1m�[33mwarn�[39m�[22m - The class `duration-[50ms]` is ambiguous and matches multiple utilities.
▲  �[1m�[33mwarn�[39m�[22m - If this is content and not a class, replace it with `duration-&lsqb;50ms&rsqb;` to silence this warning.
▲  ✓ Compiled successfully
▲  Linting and checking validity of types ...
▲  ./src/app/(main)/layout.tsx
▲  4:8  Warning: 'SmoothScroll' is defined but never used.  @typescript-eslint/no-unused-vars
▲
▲  ./src/app/(main)/loading.tsx
▲  11:9  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/app/(main)/teamRegistration/[id]/page.tsx
▲  151:10  Warning: 'formErrors' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲
▲  ./src/app/(main)/userSignUp/page.tsx
▲  9:1  Warning: All imports in the declaration are only used as types. Use `import type`.  @typescript-eslint/consistent-type-imports
▲  69:10  Warning: 'error' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲  70:10  Warning: 'formErrors' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲
▲  ./src/app/layout.tsx
▲  7:8  Warning: 'Head' is defined but never used.  @typescript-eslint/no-unused-vars
▲
▲  ./src/components/AboutPage.tsx
▲  199:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  206:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  213:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  219:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  225:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  231:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  237:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  304:15  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  311:15  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  318:15  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/components/Dashboard/EventsInfo.tsx
▲  10:11  Warning: 'CompletedProps' is defined but never used.  @typescript-eslint/no-unused-vars
▲  157:6  Warning: React Hook useEffect has a missing dependency: 'token'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps
▲  222:6  Warning: React Hook useEffect has a missing dependency: 'token'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps
▲
▲  ./src/components/Download.tsx
▲  20:11  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/components/EventCard.tsx
▲  17:3  Warning: 'modulename' is defined but never used. Allowed unused args must match /^_/u.  @typescript-eslint/no-unused-vars
▲
▲  ./src/components/GoogleAuth.tsx
▲  10:17  Warning: 'AxiosError' is defined but never used.  @typescript-eslint/no-unused-vars
▲  21:27  Warning: '_error' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲  161:3  Warning: 'displayName' is defined but never used. Allowed unused args must match /^_/u.  @typescript-eslint/no-unused-vars
▲
▲  ./src/components/Landing.tsx
▲  122:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/components/LandingNav.tsx
▲  44:3  Warning: React Hook useEffect contains a call to 'setRam'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [] as a second argument to the useEffect Hook.  react-hooks/exhaustive-deps
▲
▲  ./src/components/Loader.tsx
▲  11:9  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/components/Navbar/DeskNav.tsx
▲  20:9  Warning: 'router' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲  21:19  Warning: 'setSection' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲  185:6  Warning: React Hook useEffect has a missing dependency: 'section'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps
▲
▲  ./src/components/Scene.tsx
▲  17:3  Warning: 'Noise' is defined but never used.  @typescript-eslint/no-unused-vars
▲  22:1  Warning: All imports in the declaration are only used as types. Use `import type`.  @typescript-eslint/consistent-type-imports
▲
▲  ./src/components/Spark/AboutArtist.tsx
▲  54:38  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  55:31  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/components/Spark/Landing.tsx
▲  11:21  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  info  - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
▲  Collecting page data ...
▲  ⚠ Using edge runtime on a page currently disables static generation for that page
▲  Generating static pages (0/6) ...
▲  Generating static pages (1/6)
▲  Generating static pages (2/6)
▲  Generating static pages (4/6)
▲  ✓ Generating static pages (6/6)
▲  Finalizing page optimization ...
▲  Collecting build traces ...
▲
▲  Route (app)                              Size     First Load JS
▲  ┌ ƒ /                                    2.78 kB         131 kB
▲  ├ ƒ /_not-found                          139 B          87.4 kB
▲  ├ ƒ /allEvents/[id]                      1.64 kB         137 kB
▲  ├ ○ /credits                             292 B          94.3 kB
▲  ├ ƒ /dashboard                           4.47 kB         175 kB
▲  ├ ƒ /event/[id]                          2.27 kB         137 kB
▲  ├ ○ /gallery                             1.92 kB         139 kB
▲  ├ ○ /home                                6.16 kB         137 kB
▲  ├ ○ /modules                             1.41 kB         167 kB
▲  ├ ƒ /spark                               37.3 kB         138 kB
▲  ├ ƒ /team                                10.8 kB         114 kB
▲  ├ ƒ /teamRegistration/[id]               16.6 kB         187 kB
▲  └ ƒ /userSignUp                          2.83 kB         174 kB
▲  + First Load JS shared by all            87.2 kB
▲  ├ chunks/623-ad7e7cace638f7d8.js       31.6 kB
▲  ├ chunks/8bc8d761-9833bd5ee964deab.js  53.7 kB
▲  └ other shared chunks (total)          1.98 kB
▲  ○  (Static)   prerendered as static content
▲  ƒ  (Dynamic)  server-rendered on demand
▲  Traced Next.js server files in: 271.74ms
▲  Created all serverless functions in: 51.251ms
▲  Collected static files (public/, static/, .next/static): 19.602ms
▲  Build Completed in .vercel/output [39s]
⚡️ Completed `npx vercel build`.

⚡️ Build Summary (@cloudflare/next-on-pages v1.13.5)
⚡️
⚡️ Edge Function Routes (9)
⚡️   ┌ /
⚡️   ├ /_not-found
⚡️   ├ /allEvents/[id]
⚡️   ├ /dashboard
⚡️   ├ /event/[id]
⚡️   ├ /spark
⚡️   ├ /team
⚡️   ├ /teamRegistration/[id]
⚡️   └ /userSignUp
⚡️
⚡️ Prerendered Routes (8)
⚡️   ┌ /credits
⚡️   ├ /credits.rsc
⚡️   ├ /gallery
⚡️   ├ /gallery.rsc
⚡️   ├ /home
⚡️   ├ /home.rsc
⚡️   ├ /modules
⚡️   └ /modules.rsc
⚡️
⚡️ Other Static Assets (217)
⚡️   ┌ /_app.rsc.json
⚡️   ├ /_document.rsc.json
⚡️   ├ /_error.rsc.json
⚡️   ├ /500.html
⚡️   └ ... 213 more

⚡️ Build log saved to '.vercel/output/static/_worker.js/nop-build-log.json'
⚡️ Generated '.vercel/output/static/_worker.js/index.js'.
⚡️ Build completed in 3.55s
Finished
Found _worker.js in output directory. Uploading.
⛅️ wrangler 3.76.0
-------------------
Attaching additional modules:
┌─────────────────────────────────────────────────────────────────────┬──────┬─────────────┐
│ Name                                                                │ Type │ Size        │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/cache/adaptor.js                             │ esm  │ 2.29 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/cache/cache-api.js                           │ esm  │ 0.43 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/cache/kv.js                                  │ esm  │ 0.35 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/_not-found.func.js                 │ esm  │ 33.66 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/allEvents/[id].func.js             │ esm  │ 39.23 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/dashboard.func.js                  │ esm  │ 46.78 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/event/[id].func.js                 │ esm  │ 38.40 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/index.func.js                      │ esm  │ 40.35 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/spark.func.js                      │ esm  │ 148.61 KiB  │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/team.func.js                       │ esm  │ 90.69 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/teamRegistration/[id].func.js      │ esm  │ 80.53 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/userSignUp.func.js                 │ esm  │ 42.44 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/manifest/88a389dd6c068190adb2efc795e4063c.js │ esm  │ 0.53 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/0eabccb2887e9290e537094cb1930e60.js  │ esm  │ 551.81 KiB  │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/5317.js                              │ esm  │ 1.08 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/902.js                               │ esm  │ 0.08 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/b4f3ec5811e6034a76f726c64608c753.js  │ esm  │ 222.37 KiB  │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/d2f636ee12cd80d0b534d96a456311fe.js  │ esm  │ 72.51 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ Total (18 modules)                                                  │      │ 1412.13 KiB │
└─────────────────────────────────────────────────────────────────────┴──────┴─────────────┘
✨ Compiled Worker successfully
Found _routes.json in output directory. Uploading.
Validating asset output directory
Deploying your site to Cloudflare's global network...
Parsed 1 valid header rule.
Uploading... (215/226)
Uploading... (218/226)
Uploading... (222/226)
Uploading... (226/226)
✨ Success! Uploaded 11 files (215 already uploaded) (1.07 sec)

✨ Upload complete!
Uploading to build output cache
Success: Build output uploaded to build cache.
Success: Assets published!
Success: Your site was deployed!

Copy link

cloudflare-workers-and-pages bot commented Nov 4, 2024

Deploying tecnoesis-2024 with  Cloudflare Pages  Cloudflare Pages

Latest commit: a2afcc4
Status:⚡️  Build in progress...

View logs

@gdsc-nits gdsc-nits merged commit b13bdb1 into main Nov 6, 2024
1 of 2 checks passed
@gdsc-nits gdsc-nits deleted the SparkNew branch November 6, 2024 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants