Deploy details
Published deploy for thecollective
Merge pull request #123 from supertypeai/staging add user email to sendgrin contact when a user signupProduction: main@5739534
Deploy summary
Built using the Next.js Runtime
Build time: 2m 12s. Total deploy time: 2m 12s
Deploy log
Initializing
Complete
Initializing
Complete
8:36:24 AM: Build ready to start
8:36:38 AM: build-image version: 3d3c7e8b4321e2c1a54a2c4584fb46ba742b1630 (focal)
8:36:38 AM: buildbot version: 3d3c7e8b4321e2c1a54a2c4584fb46ba742b1630
8:36:38 AM: Fetching cached dependencies
8:36:38 AM: Starting to download cache of 976.7MB
8:36:47 AM: Finished downloading cache in 9.032s
8:36:47 AM: Starting to extract cache
8:36:54 AM: Finished extracting cache in 7.058s
8:36:54 AM: Finished fetching cache in 16.21s
8:36:54 AM: Starting to prepare the repo for build
8:36:55 AM: Preparing Git Reference refs/heads/main
8:36:57 AM: Starting to install dependencies
8:36:57 AM: Python version set to 3.8
8:36:57 AM: Attempting Ruby version 2.7.2, read from environment
8:36:58 AM: Using Ruby version 2.7.2
8:36:58 AM: Started restoring cached go cache
8:36:58 AM: Finished restoring cached go cache
8:36:58 AM: go version go1.19.13 linux/amd64
8:36:59 AM: Using PHP version 8.0
8:37:00 AM: Started restoring cached Node.js version
8:37:01 AM: Finished restoring cached Node.js version
8:37:01 AM: v16.20.2 is already installed.
8:37:02 AM: Now using node v16.20.2 (npm v8.19.4)
8:37:02 AM: Enabling Node.js Corepack
8:37:02 AM: Started restoring cached build plugins
8:37:02 AM: Finished restoring cached build plugins
8:37:02 AM: Started restoring cached corepack dependencies
8:37:02 AM: Finished restoring cached corepack dependencies
8:37:02 AM: Started restoring cached yarn cache
8:37:02 AM: Finished restoring cached yarn cache
8:37:02 AM: No yarn workspaces detected
8:37:02 AM: Started restoring cached node modules
8:37:02 AM: Finished restoring cached node modules
8:37:03 AM: Installing npm packages using Yarn version 1.22.19
8:37:03 AM: yarn install v1.22.19
8:37:03 AM: [1/4] Resolving packages...
8:37:03 AM: success Already up-to-date.
8:37:03 AM: Done in 0.28s.
8:37:03 AM: npm packages installed using Yarn
8:37:04 AM: Successfully installed dependencies
8:37:04 AM: Starting build script
8:37:05 AM: Detected 1 framework(s)
8:37:05 AM: "next" at version "13.1.6"
8:37:05 AM: Section completed: initializing
Building
Complete
Building
Complete
8:37:06 AM: Netlify Build
8:37:06 AM: ────────────────────────────────────────────────────────────────
8:37:06 AM:
8:37:06 AM: ❯ Version
8:37:06 AM: @netlify/build 29.39.2
8:37:06 AM:
8:37:06 AM: ❯ Flags
8:37:06 AM: baseRelDir: true
8:37:06 AM: buildId: 66262187bd858b0008909e51
8:37:06 AM: deployId: 66262187bd858b0008909e53
8:37:06 AM:
8:37:06 AM: ❯ Current directory
8:37:06 AM: /opt/build/repo
8:37:06 AM:
8:37:06 AM: ❯ Config file
8:37:06 AM: No config file was defined: using default values.
8:37:06 AM:
8:37:06 AM: ❯ Context
8:37:06 AM: production
8:37:07 AM:
8:37:07 AM: ❯ Using Next.js Runtime - v4.41.3
8:37:07 AM:
8:37:07 AM: ❯ Outdated plugins
8:37:07 AM: - @netlify/plugin-nextjs@4.41.3: latest version is 5.1.2
8:37:07 AM: To upgrade this plugin, please uninstall and re-install it from the Netlify plugins directory (https://app.netlify.com/plugins)
8:37:08 AM:
8:37:08 AM: @netlify/plugin-nextjs (onPreBuild event)
8:37:08 AM: ────────────────────────────────────────────────────────────────
8:37:08 AM:
8:37:08 AM: Next.js cache restored.
8:37:09 AM:
8:37:09 AM: (@netlify/plugin-nextjs onPreBuild completed in 468ms)
8:37:09 AM:
8:37:09 AM: Build command from Netlify app
8:37:09 AM: ────────────────────────────────────────────────────────────────
8:37:09 AM:
8:37:09 AM: $ yarn build
8:37:09 AM: yarn run v1.22.19
8:37:09 AM: $ next build
8:37:09 AM: info - Linting and checking validity of types...
8:37:13 AM: ./src/blocks/Mainframe/index.js
8:37:13 AM: 186:6 Warning: React Hook useEffect has a missing dependency: 'isLoggedIn'. Either include it or remove the dependency array. You can also do a functional update 'setIsLoggedIn(i => ...)' if you only need 'isLoggedIn' in the 'setIsLoggedIn' call. react-hooks/exhaustive-deps
8:37:13 AM: ./src/components/CreateForm.js
8:37:13 AM: 88:6 Warning: React Hook useEffect has missing dependencies: 'isLoggedIn.user.id' and 'reset'. Either include them or remove the dependency array. react-hooks/exhaustive-deps
8:37:13 AM: ./src/components/EditMiscellaneousDetails.js
8:37:13 AM: 277:8 Warning: React Hook useEffect has missing dependencies: 'isLoggedIn' and 'superinference'. Either include them or remove the dependency array. react-hooks/exhaustive-deps
8:37:13 AM: ./src/pages/book/Ticket.js
8:37:13 AM: 124:8 Warning: React Hook useEffect has missing dependencies: 'billableAmt' and 'metadata'. Either include them or remove the dependency array. react-hooks/exhaustive-deps
8:37:13 AM: info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
8:37:13 AM: info - Creating an optimized production build...
8:37:13 AM: Browserslist: caniuse-lite is outdated. Please run:
8:37:13 AM: npx browserslist@latest --update-db
8:37:13 AM: Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
8:37:23 AM: Browserslist: caniuse-lite is outdated. Please run:
8:37:23 AM: npx update-browserslist-db@latest
8:37:23 AM: Why you should do it regularly: https://github.com/browserslist/update-db#readme
8:37:23 AM: 🌼 daisyUI components 2.50.2 https://daisyui.com
8:37:23 AM: ✔︎ Including: base, components, 2 themes, utilities
8:37:23 AM: ❤︎ Support daisyUI: https://opencollective.com/daisyui
8:37:26 AM: info - Compiled successfully
8:37:26 AM: info - Collecting page data...
8:37:30 AM: info - Generating static pages (0/65)
8:37:31 AM: info - Generating static pages (16/65)
8:37:33 AM: info - Generating static pages (32/65)
8:37:35 AM: info - Generating static pages (48/65)
8:37:37 AM: info - Generating static pages (65/65)
8:37:37 AM: info - Finalizing page optimization...
8:37:37 AM: Route (pages) Size First Load JS
8:37:37 AM: ┌ ○ / (4501 ms) 7.58 kB 185 kB
8:37:37 AM: ├ /_app 0 B 83.9 kB
8:37:37 AM: ├ ○ /_index_old (2598 ms) 1.95 kB 91.3 kB
8:37:37 AM: ├ └ css/cadd9ae57684aa57.css 1.92 kB
8:37:37 AM: ├ ○ /404 183 B 84 kB
8:37:37 AM: ├ λ /api/create-payment-intent 0 B 83.9 kB
8:37:37 AM: ├ λ /api/enroll 0 B 83.9 kB
8:37:37 AM: ├ λ /api/githubRanker 0 B 83.9 kB
8:37:37 AM: ├ λ /api/hiringNotification 0 B 83.9 kB
8:37:37 AM: ├ λ /api/medium 0 B 83.9 kB
8:37:37 AM: ├ λ /api/sendgrid-contact 0 B 83.9 kB
8:37:37 AM: ├ λ /api/slackNotification 0 B 83.9 kB
8:37:37 AM: ├ λ /api/stripe-webhook 0 B 83.9 kB
8:37:37 AM: ├ ● /book/[id] (1387 ms) 18.6 kB 207 kB
8:37:37 AM: ├ └ css/5707d0030c60ee22.css 1.96 kB
8:37:37 AM: ├ ├ /book/10 (890 ms)
8:37:37 AM: ├ └ /book/9 (497 ms)
8:37:37 AM: ├ ○ /book/Ticket (2182 ms) 3.01 kB 91.2 kB
8:37:37 AM: ├ └ css/b348c1d675ece0e0.css 801 B
8:37:37 AM: ├ ○ /community-guidelines (3584 ms) 2.59 kB 177 kB
8:37:37 AM: ├ ○ /discover (2242 ms) 146 kB 321 kB
8:37:37 AM: ├ ○ /edit (3750 ms) 18.6 kB 372 kB
8:37:37 AM: ├ ○ /enroll (3443 ms) 10.2 kB 282 kB
8:37:37 AM: ├ ○ /executive (3212 ms) 663 B 175 kB
8:37:37 AM: ├ ○ /hire (4079 ms) 3.74 kB 189 kB
8:37:37 AM: ├ ● /p/[user] (73358 ms) 39 kB 375 kB
8:37:37 AM: ├ ├ /p/wilsen (4854 ms)
8:37:37 AM: ├ ├ /p/timotius (4536 ms)
8:37:37 AM: ├ ├ /p/fendy07 (3996 ms)
8:37:37 AM: ├ ├ /p/gerald (3969 ms)
8:37:37 AM: ├ ├ /p/brianloe (3791 ms)
8:37:37 AM: ├ ├ /p/samuel (3721 ms)
8:37:37 AM: ├ ├ /p/patrick (3707 ms)
8:37:37 AM: ├ └ [+16 more paths] (avg 2799 ms)
8:37:37 AM: ├ ○ /privacy (4686 ms) 2.27 kB 176 kB
8:37:37 AM: ├ ● /r/[repo] (7876 ms) 3.73 kB 182 kB
8:37:37 AM: ├ ├ /r/twitter-sentiment (3445 ms)
8:37:37 AM: ├ ├ /r/nomiden (1640 ms)
8:37:37 AM: ├ ├ /r/sectors (697 ms)
8:37:37 AM: ├ ├ /r/collective (503 ms)
8:37:37 AM: ├ ├ /r/wordpress-posts-react (392 ms)
8:37:37 AM: ├ ├ /r/summary (390 ms)
8:37:37 AM: ├ ├ /r/superinference (307 ms)
8:37:37 AM: ├ └ [+2 more paths]
8:37:37 AM: ├ ○ /session-manager (5153 ms) 20.5 kB 201 kB
8:37:37 AM: ├ └ css/0224634fcf376fd6.css 1.22 kB
8:37:37 AM: ├ ○ /soon (4284 ms) 588 B 175 kB
8:37:37 AM: ├ ○ /superinference (1754 ms) 4.3 kB 178 kB
8:37:37 AM: ├ ● /tags/[tag] (22147 ms) 2.96 kB 181 kB
8:37:37 AM: ├ ├ /tags/python (2438 ms)
8:37:37 AM: ├ ├ /tags/machine-learning (2342 ms)
8:37:37 AM: ├ ├ /tags/data-science (2150 ms)
8:37:37 AM: ├ ├ /tags/javascript (1750 ms)
8:37:37 AM: ├ ├ /tags/data-analytics (1735 ms)
8:37:37 AM: ├ ├ /tags/react (1451 ms)
8:37:37 AM: ├ ├ /tags/data-visualization (1448 ms)
8:37:37 AM: ├ └ [+7 more paths] (avg 1262 ms)
8:37:37 AM: ├ ○ /templates (2078 ms) 518 B 86.4 kB
8:37:37 AM: └ ○ /terms-and-conditions (3992 ms) 6.85 kB 181 kB
8:37:37 AM: + First Load JS shared by all 105 kB
8:37:37 AM: ├ chunks/framework-73b8966a3c579ab0.js 45.2 kB
8:37:37 AM: ├ chunks/main-69a178ab7f70753f.js 26.9 kB
8:37:37 AM: ├ chunks/pages/_app-e4dfd7425234a06e.js 9.6 kB
8:37:37 AM: ├ chunks/webpack-7411bb449638469d.js 2.07 kB
8:37:37 AM: └ css/6cc316a51f10e907.css 20.7 kB
8:37:37 AM: λ (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps)
8:37:37 AM: ○ (Static) automatically rendered as static HTML (uses no initial props)
8:37:37 AM: ● (SSG) automatically generated as static HTML + JSON (uses getStaticProps)
8:37:37 AM: Done in 28.02s.
8:37:37 AM:
8:37:37 AM: (build.command completed in 28.2s)
8:37:37 AM:
8:37:37 AM: @netlify/plugin-nextjs (onBuild event)
8:37:37 AM: ────────────────────────────────────────────────────────────────
8:37:37 AM:
8:37:37 AM: Moving static page files to serve from CDN...
8:37:37 AM: Moved 113 files to CDN
8:37:37 AM: You are not using Netlify Edge Functions for image format detection. Set env var "NEXT_FORCE_EDGE_IMAGES=true" to enable.
8:37:37 AM:
8:37:37 AM: (@netlify/plugin-nextjs onBuild completed in 568ms)
8:37:37 AM:
8:37:37 AM: Functions bundling
8:37:37 AM: ────────────────────────────────────────────────────────────────
8:37:37 AM:
8:37:37 AM: Packaging Functions from .netlify/functions-internal directory:
8:37:37 AM: - ___netlify-handler/___netlify-handler.js
8:37:37 AM: - ___netlify-odb-handler/___netlify-odb-handler.js
8:37:37 AM: - _ipx/_ipx.js
8:37:37 AM:
8:38:37 AM:
8:38:37 AM: (Functions bundling completed in 59.5s)
8:38:37 AM:
8:38:37 AM: Edge Functions bundling
8:38:37 AM: ────────────────────────────────────────────────────────────────
8:38:37 AM:
8:38:38 AM:
8:38:38 AM: (Edge Functions bundling completed in 599ms)
8:38:38 AM:
8:38:38 AM: @netlify/plugin-nextjs (onPostBuild event)
8:38:38 AM: ────────────────────────────────────────────────────────────────
8:38:38 AM:
8:38:38 AM: Next.js cache saved.
8:38:38 AM:
8:38:38 AM: (@netlify/plugin-nextjs onPostBuild completed in 336ms)
8:38:38 AM:
8:38:50 AM: (Netlify Build completed in 1m 43.2s)
8:38:50 AM: Section completed: building
8:39:21 AM: Finished processing build request in 2m43.422s
Deploying
Complete
Deploying
Complete
8:38:38 AM: Deploy site
8:38:38 AM: ────────────────────────────────────────────────────────────────
8:38:38 AM:
8:38:38 AM: Starting to deploy site from '.next'
8:38:38 AM: Calculating files to upload
8:38:40 AM: 116 new files to upload
8:38:40 AM: 2 new functions to upload
8:38:50 AM: Section completed: deploying
8:38:50 AM: Site deploy was successfully initiated
8:38:50 AM:
8:38:50 AM: (Deploy site completed in 11.7s)
Cleanup
Complete
Cleanup
Complete
8:38:50 AM: Netlify Build Complete
8:38:50 AM: ────────────────────────────────────────────────────────────────
8:38:50 AM:
8:38:50 AM: Caching artifacts
8:38:50 AM: Started saving node modules
8:38:50 AM: Finished saving node modules
8:38:50 AM: Started saving build plugins
8:38:50 AM: Finished saving build plugins
8:38:50 AM: Started saving corepack cache
8:38:50 AM: Finished saving corepack cache
8:38:50 AM: Started saving yarn cache
8:38:50 AM: Finished saving yarn cache
8:38:50 AM: Started saving pip cache
8:38:50 AM: Finished saving pip cache
8:38:50 AM: Started saving emacs cask dependencies
8:38:50 AM: Finished saving emacs cask dependencies
8:38:50 AM: Started saving maven dependencies
8:38:50 AM: Finished saving maven dependencies
8:38:50 AM: Started saving boot dependencies
8:38:50 AM: Finished saving boot dependencies
8:38:50 AM: Started saving rust rustup cache
8:38:50 AM: Finished saving rust rustup cache
8:38:50 AM: Started saving go dependencies
8:38:50 AM: Finished saving go dependencies
8:38:50 AM: Build script success
8:39:16 AM: Uploading Cache of size 976.9MB
8:39:21 AM: Section completed: cleanup
Post-processing
Complete
Post-processing
Complete
8:38:50 AM: Skipping form detection
8:38:50 AM: Post processing - header rules
8:38:50 AM: Starting post processing
8:38:50 AM: Post processing - redirect rules
8:38:50 AM: Post processing done
8:38:50 AM: Section completed: postprocessing
8:38:51 AM: Site is live ✨