Deploy details
Deploy successful for relaxed-khorana-454801
Fix some flows and validations in form (#9)Production: dev@b70d2fe
Deploy log
7:08:15 PM: Build ready to start
7:08:17 PM: build-image version: 30f629161c0736b1a3ecd8b418e5eeffab5c0faf
7:08:17 PM: build-image tag: v3.3.14
7:08:17 PM: buildbot version: 1da4cf38e1ad1fe9ce7deeeba939bcc9c6c3f794
7:08:17 PM: Fetching cached dependencies
7:08:17 PM: Starting to download cache of 176.1MB
7:08:18 PM: Finished downloading cache in 920.855455ms
7:08:18 PM: Starting to extract cache
7:08:28 PM: Finished extracting cache in 10.129538124s
7:08:28 PM: Finished fetching cache in 11.112561406s
7:08:28 PM: Starting to prepare the repo for build
7:08:29 PM: Preparing Git Reference refs/heads/dev
7:08:31 PM: Different publish path detected, going to use the one specified in the Netlify configuration file: 'out' versus 'out/' in the Netlify UI
7:08:31 PM: Starting build script
7:08:31 PM: Installing dependencies
7:08:31 PM: Started restoring cached node version
7:08:34 PM: Finished restoring cached node version
7:08:35 PM: v10.20.1 is already installed.
7:08:36 PM: Now using node v10.20.1 (npm v6.14.4)
7:08:36 PM: Started restoring cached build plugins
7:08:36 PM: Finished restoring cached build plugins
7:08:36 PM: Attempting ruby version 2.6.2, read from environment
7:08:37 PM: Using ruby version 2.6.2
7:08:37 PM: Using PHP version 5.6
7:08:37 PM: 5.2 is already installed.
7:08:37 PM: Using Swift version 5.2
7:08:37 PM: Started restoring cached node modules
7:08:37 PM: Finished restoring cached node modules
7:08:38 PM: Started restoring cached go cache
7:08:38 PM: Finished restoring cached go cache
7:08:38 PM: go version go1.12 linux/amd64
7:08:38 PM: go version go1.12 linux/amd64
7:08:38 PM: Installing missing commands
7:08:38 PM: Verify run directory
7:08:39 PM:
7:08:39 PM: ┌─────────────────────────────┐
7:08:39 PM: │ Netlify Build │
7:08:39 PM: └─────────────────────────────┘
7:08:39 PM:
7:08:39 PM: ❯ Version
7:08:39 PM: @netlify/build 1.0.10
7:08:39 PM:
7:08:39 PM: ❯ Flags
7:08:39 PM: mode: buildbot
7:08:39 PM:
7:08:39 PM: ❯ Current directory
7:08:39 PM: /opt/build/repo
7:08:39 PM:
7:08:39 PM: ❯ Config file
7:08:39 PM: No config file was defined: using default values.
7:08:39 PM:
7:08:39 PM: ❯ Context
7:08:39 PM: production
7:08:40 PM:
7:08:40 PM: ┌────────────────────────────────┐
7:08:40 PM: │ 1. Build command from settings │
7:08:40 PM: └────────────────────────────────┘
7:08:40 PM:
7:08:40 PM: $ npm run build && npm run export
7:08:40 PM: > web-app@0.0.1 build /opt/build/repo
7:08:40 PM: > next build
7:08:42 PM: warn - You have enabled experimental feature(s).
7:08:42 PM: warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use them at your own risk.
7:08:42 PM: Warning: No build cache found. Please configure build caching for faster rebuilds. Read more: https://err.sh/next.js/no-cache
7:08:42 PM: Creating an optimized production build...
7:08:42 PM: Warning: Built-in CSS support is being disabled due to custom CSS configuration being detected.
7:08:42 PM: See here for more info: https://err.sh/next.js/built-in-css-disabled
7:08:44 PM: > Using external babel configuration
7:08:44 PM: > Location: "/opt/build/repo/.babelrc"
7:09:03 PM: Compiled successfully.
7:09:03 PM:
7:09:03 PM: Automatically optimizing pages...
7:09:05 PM: Page Size First Load JS
7:09:05 PM: ┌ ○ / 2.95 kB 65.3 kB
7:09:05 PM: ├ /_app 4.25 kB 62.4 kB
7:09:05 PM: ├ ○ /404 3.24 kB 65.6 kB
7:09:05 PM: ├ λ /api/admin/list
7:09:05 PM: ├ λ /api/collections/[segmentId]
7:09:05 PM: ├ λ /api/posts/[slug]
7:09:05 PM: ├ λ /api/posts/download
7:09:05 PM: ├ λ /api/posts/page/[page]
7:09:05 PM: ├ λ /api/segments
7:09:05 PM: ├ λ /api/segments/page/[page]
7:09:05 PM: └ ○ /cotacao/dados-pessoais 114 kB 177 kB
7:09:05 PM: + First Load JS shared by all 62.4 kB
7:09:05 PM: ├ static/pages/_app.js 4.25 kB
7:09:05 PM: ├ chunks/d32c95d754c92d94f7e6c26752a90ae306feac00.481425.js 10.5 kB
7:09:05 PM: ├ chunks/framework.c4a2b0.js 40.3 kB
7:09:05 PM: ├ chunks/styles.3b8b97.js 139 B
7:09:05 PM: ├ runtime/main.20f5f4.js 6.44 kB
7:09:05 PM: ├ runtime/webpack.83bd83.js 746 B
7:09:05 PM: └ css/styles.b18bebe2.chunk.css 6.09 kB
7:09:05 PM: λ (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps)
7:09:05 PM: ○ (Static) automatically rendered as static HTML (uses no initial props)
7:09:05 PM: ● (SSG) automatically generated as static HTML + JSON (uses getStaticProps)
7:09:05 PM: Rewrites
7:09:05 PM: ┌ source: /service-worker.js
7:09:05 PM: └ destination: /_next/static/service-worker.js
7:09:05 PM: > web-app@0.0.1 export /opt/build/repo
7:09:05 PM: > next export
7:09:07 PM: warn - You have enabled experimental feature(s).
7:09:07 PM: warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use them at your own risk.
7:09:07 PM: > using build directory: /opt/build/repo/build
7:09:07 PM: copying "static build" directory
7:09:07 PM: launching 7 workers
7:09:07 PM: Attention: Statically exporting a Next.js application via `next export` disables API routes.
7:09:07 PM: This command is meant for static-only hosts, and is not necessary to make your application static.
7:09:07 PM: Pages in your application without server-side data dependencies will be automatically statically exported by `next build`, including pages powered by `getStaticProps`.
7:09:07 PM: Learn more: https://err.sh/zeit/next.js/api-routes-static-export
7:09:07 PM: Exporting (0/4)
7:09:07 PM: copying "public" directory
7:09:07 PM: Exporting (1/4)
7:09:07 PM: Exporting (2/4)
7:09:07 PM: Exporting (3/4)
7:09:07 PM: Exporting (4/4)
7:09:07 PM: Export successful
7:09:07 PM:
7:09:07 PM: (build.command completed in 27.8s)
7:09:07 PM:
7:09:07 PM: ┌─────────────────────────────┐
7:09:07 PM: │ Netlify Build Complete │
7:09:07 PM: └─────────────────────────────┘
7:09:07 PM:
7:09:07 PM: (Netlify Build completed in 27.9s)
7:09:08 PM: Caching artifacts
7:09:08 PM: Started saving node modules
7:09:08 PM: Finished saving node modules
7:09:08 PM: Started saving build plugins
7:09:08 PM: Finished saving build plugins
7:09:08 PM: Started saving pip cache
7:09:09 PM: Finished saving pip cache
7:09:09 PM: Started saving emacs cask dependencies
7:09:09 PM: Finished saving emacs cask dependencies
7:09:09 PM: Started saving maven dependencies
7:09:09 PM: Finished saving maven dependencies
7:09:09 PM: Started saving boot dependencies
7:09:09 PM: Finished saving boot dependencies
7:09:09 PM: Started saving go dependencies
7:09:09 PM: Finished saving go dependencies
7:09:09 PM: Build script success
7:09:09 PM: Starting to deploy site from 'out'
7:09:09 PM: Creating deploy upload records
7:09:09 PM: Creating deploy tree
7:09:09 PM: 6 new files to upload
7:09:09 PM: 0 new functions to upload
7:09:10 PM: Starting post processing
7:09:11 PM: Post processing done
7:09:11 PM: Site is live
7:09:43 PM: Finished processing build request in 1m26.484631921s