Deploy details
Deploy successful for opensauced-landing
chore (automated): OpenSauced updatesPR #362: chore_automated_open-sauced-updates_1726358759@53b790c
Deploy summary
Built using the Next.js Runtime
3 plugins ran successfully
@netlify/plugin-lighthouse ran successfully
[Cloudinary] Done.
Build time: 1m 16s. Total deploy time: 1m 16s
Deploy log
Initializing
Complete
Initializing
Complete
12:06:05 AM: Build ready to start
12:06:18 AM: build-image version: ecdc8b770f4a0193fd3f258c1bc6029e681813a4 (focal)
12:06:18 AM: buildbot version: 16ead92caa9f8e177f18ab47e138c7dc936e93d8
12:06:18 AM: Fetching cached dependencies
12:06:18 AM: Starting to download cache of 712.7MB
12:06:19 AM: Finished downloading cache in 1.461s
12:06:19 AM: Starting to extract cache
12:06:26 AM: Finished extracting cache in 6.564s
12:06:26 AM: Finished fetching cache in 8.114s
12:06:26 AM: Starting to prepare the repo for build
12:06:26 AM: Preparing Git Reference pull/362/head
12:06:28 AM: Starting to install dependencies
12:06:28 AM: Python version set to 3.8
12:06:28 AM: Attempting Ruby version 2.7.2, read from environment
12:06:29 AM: Using Ruby version 2.7.2
12:06:30 AM: Started restoring cached go cache
12:06:30 AM: Finished restoring cached go cache
12:06:30 AM: Installing Go version 1.16.5 (requested 1.16.5)
12:06:34 AM: go version go1.16.5 linux/amd64
12:06:34 AM: Using PHP version 8.0
12:06:36 AM: Started restoring cached Node.js version
12:06:38 AM: Finished restoring cached Node.js version
12:06:38 AM: v18.20.4 is already installed.
12:06:38 AM: Now using node v18.20.4 (npm v10.7.0)
12:06:38 AM: Enabling Node.js Corepack
12:06:38 AM: Started restoring cached build plugins
12:06:38 AM: Finished restoring cached build plugins
12:06:38 AM: Started restoring cached corepack dependencies
12:06:38 AM: Finished restoring cached corepack dependencies
12:06:38 AM: No npm workspaces detected
12:06:38 AM: Started restoring cached node modules
12:06:38 AM: Finished restoring cached node modules
12:06:38 AM: Installing npm packages using npm version 10.7.0
12:06:41 AM: removed 20 packages, and audited 1621 packages in 2s
12:06:41 AM: 312 packages are looking for funding
12:06:41 AM: run `npm fund` for details
12:06:41 AM: 2 vulnerabilities (1 low, 1 moderate)
12:06:41 AM: To address all issues, run:
12:06:41 AM: npm audit fix
12:06:41 AM: Run `npm audit` for details.
12:06:41 AM: npm packages installed
12:06:41 AM: Successfully installed dependencies
12:06:41 AM: Starting build script
12:06:42 AM: Detected 1 framework(s)
12:06:42 AM: "next" at version "14.2.4"
12:06:42 AM: Section completed: initializing
Building
Complete
Building
Complete
12:06:44 AM: Netlify Build
12:06:44 AM: ────────────────────────────────────────────────────────────────
12:06:44 AM:
12:06:44 AM: ❯ Version
12:06:44 AM: @netlify/build 29.54.2
12:06:44 AM:
12:06:44 AM: ❯ Flags
12:06:44 AM: accountId: 58dbe4e5d6865d45a58189e1
12:06:44 AM: baseRelDir: true
12:06:44 AM: buildId: 66e624ebd134690008ad548a
12:06:44 AM: deployId: 66e624ebd134690008ad548c
12:06:44 AM:
12:06:44 AM: ❯ Current directory
12:06:44 AM: /opt/build/repo
12:06:44 AM:
12:06:44 AM: ❯ Config file
12:06:44 AM: No config file was defined: using default values.
12:06:44 AM:
12:06:44 AM: ❯ Context
12:06:44 AM: deploy-preview
12:06:44 AM:
12:06:44 AM: ❯ Using Next.js Runtime - v5.7.1
12:06:44 AM:
12:06:44 AM: ❯ Loading plugins
12:06:44 AM: - netlify-plugin-cloudinary@1.17.0 from Netlify app
12:06:44 AM: - @netlify/plugin-emails@0.0.28 from Netlify app
12:06:44 AM: - @netlify/plugin-lighthouse@4.1.1 from Netlify app
12:06:44 AM:
12:06:44 AM: ❯ Outdated plugins
12:06:44 AM: - @netlify/plugin-emails@0.0.28: latest version is 1.1.1
12:06:44 AM: To upgrade this plugin, please uninstall and re-install it from the Netlify plugins directory (https://app.netlify.com/plugins)
12:06:44 AM: - @netlify/plugin-lighthouse@4.1.1: latest version is 6.0.0
12:06:44 AM: To upgrade this plugin, please uninstall and re-install it from the Netlify plugins directory (https://app.netlify.com/plugins)
12:06:46 AM: Next.js cache restored
12:06:46 AM: Installing email function dependencies
12:06:50 AM: Installed email function dependencies
12:06:50 AM:
12:06:50 AM: Build command from Netlify app
12:06:50 AM: ────────────────────────────────────────────────────────────────
12:06:50 AM:
12:06:50 AM: $ npm run build
12:06:50 AM: > my-app@0.1.0 build
12:06:50 AM: > next build
12:06:51 AM: ▲ Next.js 14.2.4
12:06:51 AM: - Environments: .env
12:06:51 AM: Linting and checking validity of types ...
12:06:53 AM: ./pages/_app.tsx
12:06:53 AM: 32:6 Warning: React Hook useEffect has a missing dependency: 'router.events'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
12:06:53 AM: ./components/common/product-hunt/PHBadge.tsx
12:06:53 AM: 6:154 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
12:06:53 AM: ./components/common/product-hunt/PHBadgeDark.tsx
12:06:53 AM: 6:153 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
12:06:53 AM: ./components/sections/home-page/Hero.tsx
12:06:53 AM: 29:17 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
12:06:53 AM: ./components/sections/home-page/Logos.tsx
12:06:53 AM: 34:17 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
12:06:53 AM: ./components/sections/home-page/features/Feature.tsx
12:06:53 AM: 77: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
12:06:53 AM: 82: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
12:06:53 AM: ./components/sections/home-page/features/StudentsFeatures.tsx
12:06:53 AM: 89: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
12:06:53 AM: 89:15 Warning: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images. jsx-a11y/alt-text
12:06:53 AM: ./components/sections/home-page/features/TeamsFeatures.tsx
12:06:53 AM: 87: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
12:06:53 AM: 87:15 Warning: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images. jsx-a11y/alt-text
12:06:53 AM: 162: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
12:06:53 AM: 162:15 Warning: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images. jsx-a11y/alt-text
12:06:53 AM: ./components/sections/maintainers/GitHubMock.tsx
12:06:53 AM: 81:17 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
12:06:53 AM: ./components/sections/maintainers/Hero.tsx
12:06:53 AM: 28:17 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
12:06:53 AM: ./components/sections/maintainers/Logos.tsx
12:06:53 AM: 34:17 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
12:06:53 AM: ./components/sections/maintainers/features/Feature.tsx
12:06:53 AM: 77: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
12:06:53 AM: 82: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
12:06:53 AM: ./components/sections/press/OpenSaucedLogo.tsx
12:06:53 AM: 24: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
12:06:53 AM: ./components/sections/press/PressHeading.tsx
12:06:53 AM: 54: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
12:06:53 AM: 81: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
12:06:53 AM: ./components/sections/teams/GitHubMock.tsx
12:06:53 AM: 79:17 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
12:06:53 AM: ./components/sections/teams/TeamsHero.tsx
12:06:53 AM: 52: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
12:06:53 AM: ./components/sections/teams/TeamsLogos.tsx
12:06:53 AM: 25: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
12:06:53 AM: ./components/sections/teams/features/TeamsFeature.tsx
12:06:53 AM: 32: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
12:06:53 AM: info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
12:06:53 AM: Creating an optimized production build ...
12:06:58 AM: ✓ Compiled successfully
12:06:58 AM: Collecting page data ...
12:07:01 AM: Generating static pages (0/61) ...
12:07:03 AM: Warning: data for page "/blog/[slug]" (path "/blog/numbers-and-narratives") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:03 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:03 AM: Warning: data for page "/blog/[slug]" (path "/blog/discover-contributor-impact") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:03 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:03 AM: Warning: data for page "/blog/[slug]" (path "/blog/open-source-community-self-selection") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:03 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:03 AM: Warning: data for page "/blog/[slug]" (path "/blog/when-open-source-maintainers-leave") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:03 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:03 AM: Warning: data for page "/blog/[slug]" (path "/blog/yolo-coder") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:03 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:03 AM: Warning: data for page "/blog/[slug]" (path "/blog/how-we-use-kubernetes-jobs-to-scale-openssf-scorecard") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:03 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:03 AM: Warning: data for page "/blog/[slug]" (path "/blog/security-and-SBOMs") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:03 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:03 AM: Warning: data for page "/blog/[slug]" (path "/blog/introducing-openssf-scorecard-for-opensauced") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:03 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:03 AM: Warning: data for page "/blog/[slug]" (path "/blog/introducing-OSCR") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:03 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:04 AM: Warning: data for page "/blog/[slug]" (path "/blog/product-update-list-feature") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:04 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:04 AM: Warning: data for page "/blog/[slug]" (path "/blog/open-source-network-effects") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:04 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:04 AM: Warning: data for page "/blog/[slug]" (path "/blog/github-repos-as-datasets") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:04 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:04 AM: fetch {
12:07:04 AM: teamsPageData: {
12:07:04 AM: _id: 'studentsPage',
12:07:04 AM: _updatedAt: '2024-04-11T18:23:33Z',
12:07:04 AM: features: [ [Object], [Object], [Object] ],
12:07:04 AM: ctaSection: {
12:07:04 AM: ctaLink: 'https://app.opensauced.pizza/start',
12:07:04 AM: ctaLabel: 'Get Started'
12:07:04 AM: },
12:07:04 AM: _createdAt: '2024-03-18T17:54:32Z',
12:07:04 AM: _rev: 'x92MZWXNiN5YFkwWmsIdmP',
12:07:04 AM: _type: 'studentsPage',
12:07:04 AM: hero: {
12:07:04 AM: users: [Array],
12:07:04 AM: cta: [Array],
12:07:04 AM: heading: 'Begin Your Open Source Adventure $yellow-to-orange with OpenSauced $yellow-to-orange ',
12:07:04 AM: description: 'Follow the path to your next contribution and join the global community of open source contributors making an impact around the world.',
12:07:04 AM: title: 'STUDENTS'
12:07:04 AM: }
12:07:04 AM: }
12:07:04 AM: }
12:07:04 AM: Warning: data for page "/blog/[slug]" (path "/blog/building-better-developers") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:04 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:04 AM: Warning: data for page "/blog/[slug]" (path "/blog/effective-open-source-contribution-guide") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:04 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:04 AM: Generating static pages (15/61)
12:07:04 AM: Warning: data for page "/blog/[slug]" (path "/blog/problems-with-open-source") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:04 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:04 AM: Warning: data for page "/blog/[slug]" (path "/blog/how-we-built-our-lottery-factor-chart") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:04 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:04 AM: Warning: data for page "/blog/[slug]" (path "/blog/open-source-success") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:04 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:04 AM: Warning: data for page "/blog/[slug]" (path "/blog/human-dependency-graph") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:04 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:04 AM: Warning: data for page "/blog" is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:04 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:04 AM: Warning: data for page "/contributors" is 427 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:04 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:04 AM: Warning: data for page "/teams" is 428 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:04 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:04 AM: Generating static pages (30/61)
12:07:04 AM: Warning: data for page "/blog/[slug]" (path "/blog/open-source-community") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:04 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:04 AM: Warning: data for page "/maintainers" is 427 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:04 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:04 AM: Warning: data for page "/students" is 427 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:04 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:05 AM: Warning: data for page "/blog/[slug]" (path "/blog/opensauced-raises-3.5-million-from-boldstart%2C-github-and-more-") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:05 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:05 AM: Generating static pages (45/61)
12:07:05 AM: Warning: data for page "/blog/[slug]" (path "/blog/bridging-the-gap-organizational-insights") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:05 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:05 AM: Warning: data for page "/blog/[slug]" (path "/blog/you-don%E2%80%99t-need-a-mentor") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:05 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:05 AM: Warning: data for page "/blog/[slug]" (path "/blog/open-source-101-a-beginner's-guide-to-getting-started") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:05 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:05 AM: Warning: data for page "/blog/[slug]" (path "/blog/retaining-the-best-engineers") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:05 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:05 AM: Warning: data for page "/blog/[slug]" (path "/blog/hacktoberfest-2023-beyond-green-squares") is 424 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
12:07:05 AM: See more info here: https://nextjs.org/docs/messages/large-page-data
12:07:05 AM: ✓ Generating static pages (61/61)
12:07:12 AM: Finalizing page optimization ...
12:07:12 AM: Collecting build traces ...
12:07:14 AM: Route (pages) Size First Load JS
12:07:14 AM: ┌ ○ / (597 ms) 265 B 129 kB
12:07:14 AM: ├ /_app 0 B 128 kB
12:07:14 AM: ├ ○ /404 (2110 ms) 2.86 kB 149 kB
12:07:14 AM: ├ ● /about (ISR: 30 Seconds) (1988 ms) 3.92 kB 150 kB
12:07:14 AM: ├ ƒ /api/hello 0 B 128 kB
12:07:14 AM: ├ ƒ /api/rss/blog 0 B 128 kB
12:07:14 AM: ├ ƒ /api/rss/changelog 0 B 128 kB
12:07:14 AM: ├ ● /blog (ISR: 30 Seconds) (2208 ms) 987 B 151 kB
12:07:14 AM: ├ ● /blog/[slug] (ISR: 30 Seconds) (73831 ms) 10.3 kB 195 kB
12:07:14 AM: ├ ├ /blog/human-dependency-graph (2946 ms)
12:07:14 AM: ├ ├ /blog/open-source-success (2906 ms)
12:07:14 AM: ├ ├ /blog/how-we-built-our-lottery-factor-chart (2867 ms)
12:07:14 AM: ├ ├ /blog/effective-open-source-contribution-guide (2831 ms)
12:07:14 AM: ├ ├ /blog/building-better-developers (2829 ms)
12:07:14 AM: ├ ├ /blog/github-repos-as-datasets (2748 ms)
12:07:14 AM: ├ ├ /blog/product-update-list-feature (2646 ms)
12:07:14 AM: ├ └ [+39 more paths] (avg 1354 ms)
12:07:14 AM: ├ ● /changelog (ISR: 30 Seconds) (2495 ms) 24.2 kB 226 kB
12:07:14 AM: ├ ƒ /changelog/[slug] 1.44 kB 205 kB
12:07:14 AM: ├ ● /cli (2102 ms) 2.45 kB 149 kB
12:07:14 AM: ├ ● /contributors (ISR: 30 Seconds) (2410 ms) 2.86 kB 186 kB
12:07:14 AM: ├ ● /lunchweek (ISR: 30 Seconds) (2504 ms) 5.41 kB 184 kB
12:07:14 AM: ├ ● /maintainers (ISR: 30 Seconds) (2721 ms) 2.9 kB 186 kB
12:07:14 AM: ├ ● /press (ISR: 30 Seconds) (2100 ms) 2.73 kB 149 kB
12:07:14 AM: ├ ƒ /sitemap.xml 248 B 129 kB
12:07:14 AM: ├ ● /students (ISR: 30 Seconds) (2761 ms) 2.2 kB 185 kB
12:07:14 AM: ├ ● /teams (ISR: 30 Seconds) (2527 ms) 2.86 kB 186 kB
12:07:14 AM: └ ○ /u/[username] (599 ms) 345 B 129 kB
12:07:14 AM: + First Load JS shared by all 138 kB
12:07:14 AM: ├ chunks/framework-0995a3e8436ddc4f.js 45.2 kB
12:07:14 AM: ├ chunks/main-61477a7430941ada.js 36.7 kB
12:07:14 AM: ├ chunks/pages/_app-a91ef17a1cf65f9a.js 44.3 kB
12:07:14 AM: └ other shared chunks (total) 11.6 kB
12:07:14 AM: ƒ Middleware 28 kB
12:07:14 AM: ○ (Static) prerendered as static content
12:07:14 AM: ● (SSG) prerendered as static HTML (uses getStaticProps)
12:07:14 AM: (ISR) incremental static regeneration (uses revalidate in getStaticProps)
12:07:14 AM: ƒ (Dynamic) server-rendered on demand
12:07:14 AM:
12:07:14 AM: (build.command completed in 24.3s)
12:07:15 AM: Next.js cache saved
12:07:16 AM: [Cloudinary] Creating redirects...
12:07:16 AM: [Cloudinary] Using host: https://deploy-preview-362--opensauced-landing.netlify.app
12:07:16 AM: [Cloudinary] No image files found in /images
12:07:16 AM: [Cloudinary] Did you update your images path? You can set the imagesPath input in your Netlify config.
12:07:16 AM:
12:07:16 AM: netlify-plugin-cloudinary (onBuild event)
12:07:16 AM: ────────────────────────────────────────────────────────────────
12:07:16 AM:
12:07:16 AM: Netlify configuration property "redirects" value changed to [
12:07:16 AM: {
12:07:16 AM: from: '/images/*',
12:07:16 AM: status: 302,
12:07:16 AM: force: true
12:07:16 AM: },
12:07:16 AM: {
12:07:16 AM: from: '/cld-assets/images/*',
12:07:16 AM: to: '/images/:splat',
12:07:16 AM: status: 200,
12:07:16 AM: force: true
12:07:16 AM: },
12:07:16 AM: {
12:07:16 AM: from: '/_next/image',
12:07:16 AM: query: { url: ':url', w: ':width', q: ':quality' },
12:07:16 AM: to: '/.netlify/images?url=:url&w=:width&q=:quality',
12:07:16 AM: status: 200,
12:07:16 AM: force: false,
12:07:16 AM: conditions: {},
12:07:16 AM: headers: {}
12:07:16 AM: },
12:07:16 AM: {
12:07:16 AM: from: '/_ipx/*',
12:07:16 AM: query: { url: ':url', w: ':width', q: ':quality' },
12:07:16 AM: to: '/.netlify/images?url=:url&w=:width&q=:quality',
12:07:16 AM: status: 200,
12:07:16 AM: force: false,
12:07:16 AM: conditions: {},
12:07:16 AM: headers: {}
12:07:16 AM: }
12:07:16 AM: ].
12:07:16 AM:
12:07:16 AM: (netlify-plugin-cloudinary onBuild completed in 68ms)
12:07:16 AM:
12:07:16 AM: Functions bundling
12:07:16 AM: ────────────────────────────────────────────────────────────────
12:07:16 AM:
12:07:16 AM: Packaging Functions from .netlify/functions-internal directory:
12:07:16 AM: - ___netlify-server-handler/___netlify-server-handler.mjs
12:07:16 AM: - emails/index.ts
12:07:16 AM:
12:07:18 AM:
12:07:18 AM: (Functions bundling completed in 1.5s)
12:07:18 AM:
12:07:18 AM: Edge Functions bundling
12:07:18 AM: ────────────────────────────────────────────────────────────────
12:07:18 AM:
12:07:18 AM: Packaging Edge Functions from .netlify/edge-functions directory:
12:07:18 AM: - ___netlify-edge-handler-middleware
12:07:19 AM:
12:07:19 AM: (Edge Functions bundling completed in 1.2s)
12:07:19 AM: [Cloudinary] Replacing on-page images with Cloudinary URLs...
12:07:19 AM: [Cloudinary] Using host: https://deploy-preview-362--opensauced-landing.netlify.app
12:07:19 AM: Generating Lighthouse report. This may take a minute…
12:07:19 AM: Running Lighthouse on .next/
12:07:19 AM: Serving and scanning site from directory .next
12:07:25 AM: ERRORED_DOCUMENT_REQUEST
12:07:25 AM: Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests. (Status code: 404)
12:07:26 AM:
12:07:41 AM: (Netlify Build completed in 57.2s)
12:07:41 AM: Section completed: building
12:08:35 AM: Finished processing build request in 2m17.85s
Deploying
Complete
Deploying
Complete
12:07:26 AM: Deploy site
12:07:26 AM: ────────────────────────────────────────────────────────────────
12:07:26 AM:
12:07:26 AM: Starting to deploy site from '.next'
12:07:27 AM: Calculating files to upload
12:07:27 AM: 3 new file(s) to upload
12:07:27 AM: 2 new function(s) to upload
12:07:34 AM: Section completed: deploying
12:07:36 AM: Finished waiting for live deploy in 2.056s
12:07:36 AM: Site deploy was successfully initiated
12:07:36 AM:
12:07:36 AM: (Deploy site completed in 9.3s)
12:07:40 AM: (node:5428) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 unpipe listeners added to [Socket]. Use emitter.setMaxListeners() to increase limit
12:07:40 AM: (Use `node --trace-warnings ...` to show where the warning was created)
12:07:40 AM: (node:5428) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 error listeners added to [Socket]. Use emitter.setMaxListeners() to increase limit
12:07:40 AM: (node:5428) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [Socket]. Use emitter.setMaxListeners() to increase limit
12:07:40 AM: (node:5428) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 finish listeners added to [Socket]. Use emitter.setMaxListeners() to increase limit
12:07:40 AM: (node:5428) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 unpipe listeners added to [Socket]. Use emitter.setMaxListeners() to increase limit
12:07:40 AM: (node:5428) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 error listeners added to [Socket]. Use emitter.setMaxListeners() to increase limit
12:07:40 AM: (node:5428) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [Socket]. Use emitter.setMaxListeners() to increase limit
12:07:40 AM: (node:5428) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 finish listeners added to [Socket]. Use emitter.setMaxListeners() to increase limit
Cleanup
Complete
Cleanup
Complete
12:07:41 AM: Netlify Build Complete
12:07:41 AM: ────────────────────────────────────────────────────────────────
12:07:41 AM:
12:07:41 AM: Caching artifacts
12:07:41 AM: Started saving node modules
12:07:41 AM: Finished saving node modules
12:07:41 AM: Started saving build plugins
12:07:41 AM: Finished saving build plugins
12:07:41 AM: Started saving corepack cache
12:07:41 AM: Finished saving corepack cache
12:07:41 AM: Started saving pip cache
12:07:41 AM: Finished saving pip cache
12:07:41 AM: Started saving emacs cask dependencies
12:07:41 AM: Finished saving emacs cask dependencies
12:07:41 AM: Started saving maven dependencies
12:07:41 AM: Finished saving maven dependencies
12:07:41 AM: Started saving boot dependencies
12:07:41 AM: Finished saving boot dependencies
12:07:41 AM: Started saving rust rustup cache
12:07:41 AM: Finished saving rust rustup cache
12:07:41 AM: Started saving go dependencies
12:07:41 AM: Finished saving go dependencies
12:07:41 AM: Build script success
12:08:34 AM: Uploading Cache of size 712.1MB
12:08:35 AM: Section completed: cleanup
Post-processing
Complete
Post-processing
Complete
12:07:34 AM: Post processing - Forms
12:07:34 AM: Post processing - header rules
12:07:34 AM: Post processing done
12:07:34 AM: Section completed: postprocessing
12:07:34 AM: Starting post processing
12:07:34 AM: Post processing - redirect rules
12:07:35 AM: Site is live ✨