Skip to main content

Deploy details

Deploy successful for hopeful-gates-0a8969

:recycle: cleaning gatsby config

PR #34: feature/clear-the-gatsby-config@b8ca9b2

Deploy log

2:46:12 PM: Build ready to start
2:46:14 PM: build-image version: d84c79427e8f83c1ba17bcdd7b3fe38059376b68
2:46:14 PM: build-image tag: v3.6.1
2:46:14 PM: buildbot version: 84797942a921f1c638bb743029b0d17c8e0112bd
2:46:14 PM: Fetching cached dependencies
2:46:15 PM: Starting to download cache of 186.7MB
2:46:17 PM: Finished downloading cache in 2.197176872s
2:46:17 PM: Starting to extract cache
2:46:24 PM: Finished extracting cache in 7.391751358s
2:46:24 PM: Finished fetching cache in 9.646131607s
2:46:24 PM: Starting to prepare the repo for build
2:46:24 PM: Preparing Git Reference pull/34/head
2:46:26 PM: Different publish path detected, going to use the one specified in the Netlify configuration file: 'public' versus 'public/' in the Netlify UI
2:46:26 PM: Starting build script
2:46:26 PM: Installing dependencies
2:46:26 PM: Python version set to 2.7
2:46:27 PM: Started restoring cached node version
2:46:29 PM: Finished restoring cached node version
2:46:30 PM: v12.18.0 is already installed.
2:46:31 PM: Now using node v12.18.0 (npm v6.14.4)
2:46:31 PM: Started restoring cached build plugins
2:46:31 PM: Finished restoring cached build plugins
2:46:31 PM: Attempting ruby version 2.7.1, read from environment
2:46:32 PM: Using ruby version 2.7.1
2:46:32 PM: Using PHP version 5.6
2:46:32 PM: Started restoring cached node modules
2:46:32 PM: Finished restoring cached node modules
2:46:32 PM: Started restoring cached yarn cache
2:46:32 PM: Finished restoring cached yarn cache
2:46:33 PM: Installing NPM modules using Yarn version 1.22.4
2:46:33 PM: yarn install v1.22.4
2:46:33 PM: [1/4] Resolving packages...
2:46:34 PM: success Already up-to-date.
2:46:34 PM: Done in 1.08s.
2:46:34 PM: NPM modules installed using Yarn
2:46:34 PM: Started restoring cached go cache
2:46:34 PM: Finished restoring cached go cache
2:46:34 PM: go version go1.14.4 linux/amd64
2:46:34 PM: go version go1.14.4 linux/amd64
2:46:34 PM: Installing missing commands
2:46:34 PM: Verify run directory
2:46:36 PM:
2:46:36 PM: ────────────────────────────────────────────────────────────────
2:46:36 PM: Netlify Build
2:46:36 PM: ────────────────────────────────────────────────────────────────
2:46:36 PM:
2:46:36 PM: ❯ Version
2:46:36 PM: @netlify/build 9.8.3
2:46:36 PM:
2:46:36 PM: ❯ Flags
2:46:36 PM: deployId: 6044e73430ac3f0007dcf0cb
2:46:36 PM: mode: buildbot
2:46:36 PM:
2:46:36 PM: ❯ Current directory
2:46:36 PM: /opt/build/repo
2:46:36 PM:
2:46:36 PM: ❯ Config file
2:46:36 PM: No config file was defined: using default values.
2:46:36 PM:
2:46:36 PM: ❯ Context
2:46:36 PM: deploy-preview
2:46:36 PM:
2:46:36 PM: ────────────────────────────────────────────────────────────────
2:46:36 PM: 1. Build command from Netlify app
2:46:36 PM: ────────────────────────────────────────────────────────────────
2:46:36 PM: ​
2:46:36 PM: $ gatsby build
2:46:39 PM: success open and validate gatsby-configs - 0.109s
2:46:40 PM: success load plugins - 1.191s
2:46:40 PM: success onPreInit - 0.033s
2:46:40 PM: success delete html and css files from previous builds - 0.003s
2:46:40 PM: success initialize cache - 0.006s
2:46:40 PM: success copy gatsby files - 0.036s
2:46:40 PM: success onPreBootstrap - 0.017s
2:46:40 PM: success createSchemaCustomization - 0.011s
2:46:41 PM: success Checking for changed pages - 0.000s
2:46:41 PM: success source and transform nodes - 0.318s
2:46:41 PM: success building schema - 0.375s
2:46:41 PM: warning The plugin "gatsby-plugin-i18n" used a reserved field name in the context object when creating a page:
2:46:41 PM: * "path"
2:46:41 PM: {
2:46:41 PM: "path": "/en/blog/01-10-2020-parks-without-bottles/",
2:46:41 PM: "component": "/opt/build/repo/src/templates/post.js",
2:46:41 PM: "context": {
2:46:41 PM: "path": "/en/blog/01-10-2020-parks-without-bottles/",
2:46:41 PM: "slug": "/en/blog/01-10-2020-parks-without-bottles/",
2:46:41 PM: "langKey": "en"
2:46:41 PM: },
2:46:41 PM: "layout": "en"
2:46:41 PM: }
2:46:41 PM: Data in "context" is passed to GraphQL as potential arguments when running the
2:46:41 PM: page query.
2:46:41 PM: When arguments for GraphQL are constructed, the context object is combined with
2:46:41 PM: the page object so *both* page object and context data are available as
2:46:41 PM: arguments. So you don't need to add the page "path" to the context as it's
2:46:41 PM: already available in GraphQL. If a context field duplicates a field already
2:46:41 PM: used by the page object, this can break functionality within Gatsby so must be
2:46:41 PM: avoided.
2:46:41 PM: Please choose another name for the conflicting fields.
2:46:41 PM: The following fields are used by the page object and should be avoided.
2:46:41 PM: * "path"
2:46:41 PM: * "matchPath"
2:46:41 PM: * "component"
2:46:41 PM: * "componentChunkName"
2:46:41 PM: * "pluginCreator___NODE"
2:46:41 PM: * "pluginCreatorId"
2:46:41 PM: success createPages - 0.344s
2:46:41 PM: success Checking for changed pages - 0.000s
2:46:41 PM: success createPagesStatefully - 0.107s
2:46:41 PM: success update schema - 0.032s
2:46:41 PM: success onPreExtractQueries - 0.000s
2:46:42 PM: success extract queries from components - 0.369s
2:46:42 PM: success write out redirect data - 0.001s
2:46:42 PM: success Build manifest and related icons - 0.212s
2:46:42 PM: success onPostBootstrap - 0.213s
2:46:42 PM: info bootstrap finished - 5.884s
2:46:42 PM: success run static queries - 0.054s - 4/4 73.62/s
2:46:42 PM: success run page queries - 0.085s - 61/61 716.46/s
2:46:42 PM: success write out requires - 0.003s
2:46:42 PM: warning Browserslist: caniuse-lite is outdated. Please run:
2:46:42 PM: npx browserslist@latest --update-db
2:47:04 PM: success Building production JavaScript and CSS bundles - 22.068s
2:47:04 PM: success Rewriting compilation hashes - 0.002s
2:47:10 PM: success Building static HTML for pages - 5.130s - 61/61 11.89/s
2:47:10 PM: info Generated public/sw.js, which will precache 7 files, totaling 277151 bytes.
2:47:10 PM: The following pages will be precached:
2:47:10 PM: /offline-plugin-app-shell-fallback/index.html
2:47:10 PM: success onPostBuild - 0.092s
2:47:10 PM: info Done building in 33.549924567 sec
2:47:10 PM: ​
2:47:10 PM: (build.command completed in 33.8s)
2:47:10 PM:
2:47:10 PM: ────────────────────────────────────────────────────────────────
2:47:10 PM: 2. Deploy site
2:47:10 PM: ────────────────────────────────────────────────────────────────
2:47:10 PM: ​
2:47:10 PM: Starting to deploy site from 'public'
2:47:10 PM: Creating deploy tree
2:47:10 PM: Creating deploy upload records
2:47:10 PM: 132 new files to upload
2:47:10 PM: 0 new functions to upload
2:47:13 PM: Site deploy was successfully initiated
2:47:13 PM: ​
2:47:13 PM: (Deploy site completed in 3.5s)
2:47:13 PM:
2:47:13 PM: ────────────────────────────────────────────────────────────────
2:47:13 PM: Netlify Build Complete
2:47:13 PM: ────────────────────────────────────────────────────────────────
2:47:13 PM: ​
2:47:13 PM: (Netlify Build completed in 37.3s)
2:47:13 PM: Caching artifacts
2:47:13 PM: Started saving node modules
2:47:13 PM: Finished saving node modules
2:47:13 PM: Started saving build plugins
2:47:13 PM: Finished saving build plugins
2:47:13 PM: Started saving yarn cache
2:47:13 PM: Finished saving yarn cache
2:47:13 PM: Started saving pip cache
2:47:14 PM: Finished saving pip cache
2:47:14 PM: Started saving emacs cask dependencies
2:47:14 PM: Finished saving emacs cask dependencies
2:47:14 PM: Started saving maven dependencies
2:47:14 PM: Finished saving maven dependencies
2:47:14 PM: Started saving boot dependencies
2:47:14 PM: Finished saving boot dependencies
2:47:14 PM: Started saving rust rustup cache
2:47:14 PM: Finished saving rust rustup cache
2:47:14 PM: Started saving go dependencies
2:47:14 PM: Finished saving go dependencies
2:47:14 PM: Build script success
2:47:14 PM: Starting post processing
2:47:14 PM: Post processing - HTML
2:47:18 PM: Post processing - header rules
2:47:19 PM: Post processing - redirect rules
2:47:19 PM: Post processing done
2:47:19 PM: Site is live ✨
2:47:42 PM: Finished processing build request in 1m27.850300714s