Deploy details
Deploy log
9:03:18 AM: Build ready to start
9:03:20 AM: build-image version: 6ebfb829398e07eb99ad5455777162ff19838822 (xenial)
9:03:20 AM: build-image tag: v3.10.5
9:03:20 AM: buildbot version: 7383bb8971c718de9618a700ec5049cb71af7102
9:03:20 AM: Fetching cached dependencies
9:03:20 AM: Starting to download cache of 378.7MB
9:03:22 AM: Finished downloading cache in 1.751192668s
9:03:22 AM: Starting to extract cache
9:03:34 AM: Finished extracting cache in 12.667584127s
9:03:34 AM: Finished fetching cache in 14.485718808s
9:03:34 AM: Starting to prepare the repo for build
9:03:35 AM: Preparing Git Reference pull/49/head
9:03:35 AM: Parsing package.json dependencies
9:03:36 AM: Starting build script
9:03:36 AM: Installing dependencies
9:03:36 AM: Python version set to 2.7
9:03:36 AM: Started restoring cached node version
9:03:39 AM: Finished restoring cached node version
9:03:39 AM: v12.18.0 is already installed.
9:03:40 AM: Now using node v12.18.0 (npm v6.14.4)
9:03:40 AM: Started restoring cached build plugins
9:03:40 AM: Finished restoring cached build plugins
9:03:40 AM: Attempting ruby version 2.7.1, read from environment
9:03:41 AM: Started restoring cached ruby version
9:03:41 AM: Finished restoring cached ruby version
9:03:43 AM: Using ruby version 2.7.1
9:03:43 AM: Using PHP version 5.6
9:03:43 AM: WARNING: The environment variable 'NODE_ENV' is set to 'production'. Any 'devDependencies' in package.json will not be installed
9:03:43 AM: Started restoring cached yarn cache
9:03:52 AM: Finished restoring cached yarn cache
9:03:53 AM: No yarn workspaces detected
9:03:53 AM: Started restoring cached node modules
9:03:53 AM: Finished restoring cached node modules
9:03:53 AM: Installing NPM modules using Yarn version 1.22.4
9:03:54 AM: yarn install v1.22.4
9:03:54 AM: [1/4] Resolving packages...
9:03:55 AM: success Already up-to-date.
9:03:55 AM: Done in 1.02s.
9:03:55 AM: NPM modules installed using Yarn
9:03:55 AM: Started restoring cached go cache
9:03:55 AM: Finished restoring cached go cache
9:03:55 AM: go version go1.14.4 linux/amd64
9:03:55 AM: go version go1.14.4 linux/amd64
9:03:55 AM: Installing missing commands
9:03:55 AM: Verify run directory
9:03:56 AM:
9:03:56 AM: ────────────────────────────────────────────────────────────────
9:03:56 AM: Netlify Build
9:03:56 AM: ────────────────────────────────────────────────────────────────
9:03:56 AM:
9:03:56 AM: ❯ Version
9:03:56 AM: @netlify/build 26.3.0
9:03:56 AM:
9:03:56 AM: ❯ Flags
9:03:56 AM: baseRelDir: true
9:03:56 AM: buildId: 6208c95698db3f0008c0e5b4
9:03:56 AM: deployId: 6208c95698db3f0008c0e5b6
9:03:56 AM:
9:03:56 AM: ❯ Current directory
9:03:56 AM: /opt/build/repo
9:03:56 AM:
9:03:56 AM: ❯ Config file
9:03:56 AM: No config file was defined: using default values.
9:03:56 AM:
9:03:56 AM: ❯ Context
9:03:56 AM: deploy-preview
9:03:56 AM:
9:03:56 AM: ────────────────────────────────────────────────────────────────
9:03:56 AM: 1. Build command from Netlify app
9:03:56 AM: ────────────────────────────────────────────────────────────────
9:03:56 AM:
9:03:56 AM: $ gatsby build
9:03:59 AM: success open and validate gatsby-configs - 0.070s
9:04:01 AM: success load plugins - 1.213s
9:04:01 AM: success onPreInit - 0.036s
9:04:01 AM: success delete html and css files from previous builds - 0.003s
9:04:01 AM: success initialize cache - 0.006s
9:04:01 AM: success copy gatsby files - 0.040s
9:04:01 AM: success onPreBootstrap - 0.013s
9:04:01 AM: success createSchemaCustomization - 0.008s
9:04:01 AM: success Checking for changed pages - 0.000s
9:04:01 AM: success source and transform nodes - 0.462s
9:04:02 AM: success building schema - 0.332s
9:04:02 AM: warning The plugin "gatsby-plugin-i18n" used a reserved field name in the context object when creating a page:
9:04:02 AM: * "path"
9:04:02 AM: {
9:04:02 AM: "path": "/en/blog/01-10-2020-parks-without-bottles/",
9:04:02 AM: "component": "/opt/build/repo/src/templates/post.js",
9:04:02 AM: "context": {
9:04:02 AM: "path": "/en/blog/01-10-2020-parks-without-bottles/",
9:04:02 AM: "slug": "/en/blog/01-10-2020-parks-without-bottles/",
9:04:02 AM: "langKey": "en"
9:04:02 AM: },
9:04:02 AM: "layout": "en"
9:04:02 AM: }
9:04:02 AM: Data in "context" is passed to GraphQL as potential arguments when running the
9:04:02 AM: page query.
9:04:02 AM: When arguments for GraphQL are constructed, the context object is combined with
9:04:02 AM: the page object so *both* page object and context data are available as
9:04:02 AM: arguments. So you don't need to add the page "path" to the context as it's
9:04:02 AM: already available in GraphQL. If a context field duplicates a field already
9:04:02 AM: used by the page object, this can break functionality within Gatsby so must be
9:04:02 AM: avoided.
9:04:02 AM: Please choose another name for the conflicting fields.
9:04:02 AM: The following fields are used by the page object and should be avoided.
9:04:02 AM: * "path"
9:04:02 AM: * "matchPath"
9:04:02 AM: * "component"
9:04:02 AM: * "componentChunkName"
9:04:02 AM: * "pluginCreator___NODE"
9:04:02 AM: * "pluginCreatorId"
9:04:02 AM: success createPages - 0.590s
9:04:02 AM: success Checking for changed pages - 0.000s
9:04:02 AM: success createPagesStatefully - 0.129s
9:04:02 AM: success update schema - 0.045s
9:04:02 AM: success onPreExtractQueries - 0.000s
9:04:03 AM: success extract queries from components - 0.413s
9:04:03 AM: success write out redirect data - 0.001s
9:04:03 AM: success Build manifest and related icons - 0.218s
9:04:03 AM: success onPostBootstrap - 0.220s
9:04:03 AM: info bootstrap finished - 6.531s
9:04:03 AM: success run static queries - 0.013s - 2/2 153.13/s
9:04:03 AM: success run page queries - 0.268s - 121/121 451.55/s
9:04:03 AM: success write out requires - 0.005s
9:04:04 AM: warning Browserslist: caniuse-lite is outdated. Please run:
9:04:04 AM: npx browserslist@latest --update-db
9:04:27 AM: success Building production JavaScript and CSS bundles - 23.654s
9:04:27 AM: success Rewriting compilation hashes - 0.011s
9:04:33 AM: success Building static HTML for pages - 5.759s - 121/121 21.01/s
9:04:33 AM: info Generated public/sw.js, which will precache 7 files, totaling 277151 bytes.
9:04:33 AM: The following pages will be precached:
9:04:33 AM: /offline-plugin-app-shell-fallback/index.html
9:04:33 AM: success onPostBuild - 0.138s
9:04:33 AM: info Done building in 36.655914756 sec
9:04:33 AM:
9:04:33 AM: (build.command completed in 36.8s)
9:04:33 AM:
9:04:33 AM: ────────────────────────────────────────────────────────────────
9:04:33 AM: 2. Deploy site
9:04:33 AM: ────────────────────────────────────────────────────────────────
9:04:33 AM:
9:04:33 AM: Starting to deploy site from 'public'
9:04:33 AM: Creating deploy tree
9:04:33 AM: Creating deploy upload records
9:04:34 AM: 5 new files to upload
9:04:34 AM: 0 new functions to upload
9:04:34 AM: Site deploy was successfully initiated
9:04:34 AM:
9:04:34 AM: (Deploy site completed in 633ms)
9:04:34 AM:
9:04:34 AM: ────────────────────────────────────────────────────────────────
9:04:34 AM: Netlify Build Complete
9:04:34 AM: ────────────────────────────────────────────────────────────────
9:04:34 AM:
9:04:34 AM: (Netlify Build completed in 37.4s)
9:04:34 AM: Caching artifacts
9:04:34 AM: Started saving node modules
9:04:34 AM: Finished saving node modules
9:04:34 AM: Started saving build plugins
9:04:34 AM: Finished saving build plugins
9:04:34 AM: Started saving yarn cache
9:04:35 AM: Starting post processing
9:04:35 AM: Post processing - HTML
9:04:36 AM: Post processing - header rules
9:04:36 AM: Post processing - redirect rules
9:04:36 AM: Post processing done
9:04:37 AM: Site is live ✨
9:04:44 AM: Finished saving yarn cache
9:04:44 AM: Started saving pip cache
9:04:44 AM: Finished saving pip cache
9:04:44 AM: Started saving emacs cask dependencies
9:04:44 AM: Finished saving emacs cask dependencies
9:04:44 AM: Started saving maven dependencies
9:04:44 AM: Finished saving maven dependencies
9:04:44 AM: Started saving boot dependencies
9:04:44 AM: Finished saving boot dependencies
9:04:44 AM: Started saving rust rustup cache
9:04:44 AM: Finished saving rust rustup cache
9:04:44 AM: Started saving go dependencies
9:04:44 AM: Finished saving go dependencies
9:04:44 AM: Build script success
9:05:44 AM: Finished processing build request in 2m24.050489449s