Skip to main content

Deploy details

Deploy successful for hopeful-gates-0a8969

:pencil: locking down the trash

PR #47: content/locking-down-the-trash@1c8d05d

Deploy log

1:50:13 AM: Waiting for other deploys from your team to complete. Check the queue: https://app.netlify.com/teams/justvr/builds
1:51:05 AM: Build ready to start
1:51:07 AM: build-image version: fd3b56fcdbaad56e70919e8a4b2da9b411ec3532 (xenial)
1:51:07 AM: build-image tag: v3.10.1
1:51:07 AM: buildbot version: c2658b6ce49cb27704ca96893b48327b2f69714e
1:51:07 AM: Fetching cached dependencies
1:51:07 AM: Starting to download cache of 377.6MB
1:51:09 AM: Finished downloading cache in 1.813261071s
1:51:09 AM: Starting to extract cache
1:51:26 AM: Finished extracting cache in 17.150278571s
1:51:26 AM: Finished fetching cache in 19.091287612s
1:51:26 AM: Starting to prepare the repo for build
1:51:27 AM: Preparing Git Reference pull/47/head
1:51:27 AM: Parsing package.json dependencies
1:51:28 AM: Different publish path detected, going to use the one specified in the Netlify configuration file: 'public' versus 'public/' in the Netlify UI
1:51:28 AM: Starting build script
1:51:28 AM: Installing dependencies
1:51:28 AM: Python version set to 2.7
1:51:29 AM: Started restoring cached node version
1:51:32 AM: Finished restoring cached node version
1:51:33 AM: v12.18.0 is already installed.
1:51:34 AM: Now using node v12.18.0 (npm v6.14.4)
1:51:34 AM: Started restoring cached build plugins
1:51:34 AM: Finished restoring cached build plugins
1:51:34 AM: Attempting ruby version 2.7.1, read from environment
1:51:35 AM: Started restoring cached ruby version
1:51:35 AM: Finished restoring cached ruby version
1:51:38 AM: Using ruby version 2.7.1
1:51:38 AM: Using PHP version 5.6
1:51:38 AM: Started restoring cached yarn cache
1:51:49 AM: Finished restoring cached yarn cache
1:51:50 AM: No yarn workspaces detected
1:51:50 AM: Started restoring cached node modules
1:51:50 AM: Finished restoring cached node modules
1:51:50 AM: Installing NPM modules using Yarn version 1.22.4
1:51:51 AM: yarn install v1.22.4
1:51:51 AM: [1/4] Resolving packages...
1:51:52 AM: success Already up-to-date.
1:51:52 AM: Done in 1.54s.
1:51:52 AM: NPM modules installed using Yarn
1:51:53 AM: Started restoring cached go cache
1:51:53 AM: Finished restoring cached go cache
1:51:53 AM: go version go1.14.4 linux/amd64
1:51:53 AM: go version go1.14.4 linux/amd64
1:51:53 AM: Installing missing commands
1:51:53 AM: Verify run directory
1:51:54 AM:
1:51:54 AM: ────────────────────────────────────────────────────────────────
1:51:54 AM: Netlify Build
1:51:54 AM: ────────────────────────────────────────────────────────────────
1:51:54 AM:
1:51:54 AM: ❯ Version
1:51:54 AM: @netlify/build 19.0.3
1:51:54 AM:
1:51:54 AM: ❯ Flags
1:51:54 AM: baseRelDir: true
1:51:54 AM: buildId: 619eebd59f1fe40008d213bd
1:51:54 AM: deployId: 619eebd59f1fe40008d213bf
1:51:54 AM:
1:51:54 AM: ❯ Current directory
1:51:54 AM: /opt/build/repo
1:51:54 AM:
1:51:54 AM: ❯ Config file
1:51:54 AM: No config file was defined: using default values.
1:51:54 AM:
1:51:54 AM: ❯ Context
1:51:54 AM: deploy-preview
1:51:54 AM:
1:51:54 AM: ────────────────────────────────────────────────────────────────
1:51:54 AM: 1. Build command from Netlify app
1:51:54 AM: ────────────────────────────────────────────────────────────────
1:51:54 AM: ​
1:51:54 AM: $ gatsby build
1:51:58 AM: success open and validate gatsby-configs - 0.104s
1:52:00 AM: success load plugins - 1.680s
1:52:00 AM: success onPreInit - 0.049s
1:52:00 AM: success delete html and css files from previous builds - 0.003s
1:52:00 AM: success initialize cache - 0.013s
1:52:00 AM: success copy gatsby files - 0.028s
1:52:00 AM: success onPreBootstrap - 0.013s
1:52:00 AM: success createSchemaCustomization - 0.048s
1:52:01 AM: success Checking for changed pages - 0.000s
1:52:01 AM: success source and transform nodes - 0.565s
1:52:01 AM: success building schema - 0.417s
1:52:01 AM: warning The plugin "gatsby-plugin-i18n" used a reserved field name in the context object when creating a page:
1:52:01 AM: * "path"
1:52:01 AM: {
1:52:01 AM: "path": "/en/blog/01-10-2020-parks-without-bottles/",
1:52:01 AM: "component": "/opt/build/repo/src/templates/post.js",
1:52:01 AM: "context": {
1:52:01 AM: "path": "/en/blog/01-10-2020-parks-without-bottles/",
1:52:01 AM: "slug": "/en/blog/01-10-2020-parks-without-bottles/",
1:52:01 AM: "langKey": "en"
1:52:01 AM: },
1:52:01 AM: "layout": "en"
1:52:01 AM: }
1:52:01 AM: Data in "context" is passed to GraphQL as potential arguments when running the
1:52:01 AM: page query.
1:52:01 AM: When arguments for GraphQL are constructed, the context object is combined with
1:52:01 AM: the page object so *both* page object and context data are available as
1:52:01 AM: arguments. So you don't need to add the page "path" to the context as it's
1:52:01 AM: already available in GraphQL. If a context field duplicates a field already
1:52:01 AM: used by the page object, this can break functionality within Gatsby so must be
1:52:01 AM: avoided.
1:52:01 AM: Please choose another name for the conflicting fields.
1:52:01 AM: The following fields are used by the page object and should be avoided.
1:52:01 AM: * "path"
1:52:01 AM: * "matchPath"
1:52:01 AM: * "component"
1:52:01 AM: * "componentChunkName"
1:52:01 AM: * "pluginCreator___NODE"
1:52:01 AM: * "pluginCreatorId"
1:52:02 AM: success createPages - 0.836s
1:52:02 AM: success Checking for changed pages - 0.000s
1:52:02 AM: success createPagesStatefully - 0.160s
1:52:02 AM: success update schema - 0.064s
1:52:02 AM: success onPreExtractQueries - 0.000s
1:52:03 AM: success extract queries from components - 0.633s
1:52:03 AM: success write out redirect data - 0.001s
1:52:03 AM: success Build manifest and related icons - 0.286s
1:52:03 AM: success onPostBootstrap - 0.288s
1:52:03 AM: info bootstrap finished - 8.840s
1:52:03 AM: success run static queries - 0.033s - 2/2 59.81/s
1:52:04 AM: success run page queries - 0.322s - 113/113 351.03/s
1:52:04 AM: success write out requires - 0.004s
1:52:04 AM: warning Browserslist: caniuse-lite is outdated. Please run:
1:52:04 AM: npx browserslist@latest --update-db
1:52:32 AM: success Building production JavaScript and CSS bundles - 28.671s
1:52:33 AM: success Rewriting compilation hashes - 0.002s
1:52:40 AM: success Building static HTML for pages - 7.645s - 113/113 14.78/s
1:52:41 AM: info Generated public/sw.js, which will precache 7 files, totaling 277151 bytes.
1:52:41 AM: The following pages will be precached:
1:52:41 AM: /offline-plugin-app-shell-fallback/index.html
1:52:41 AM: success onPostBuild - 0.278s
1:52:41 AM: info Done building in 46.219272198 sec
1:52:41 AM: ​
1:52:41 AM: (build.command completed in 46.4s)
1:52:41 AM:
1:52:41 AM: ────────────────────────────────────────────────────────────────
1:52:41 AM: 2. Deploy site
1:52:41 AM: ────────────────────────────────────────────────────────────────
1:52:41 AM: ​
1:52:41 AM: Starting to deploy site from 'public'
1:52:41 AM: Creating deploy tree
1:52:41 AM: Creating deploy upload records
1:52:41 AM: 3 new files to upload
1:52:41 AM: 0 new functions to upload
1:52:42 AM: Site deploy was successfully initiated
1:52:42 AM: ​
1:52:42 AM: (Deploy site completed in 635ms)
1:52:42 AM:
1:52:42 AM: ────────────────────────────────────────────────────────────────
1:52:42 AM: Netlify Build Complete
1:52:42 AM: ────────────────────────────────────────────────────────────────
1:52:42 AM: ​
1:52:42 AM: (Netlify Build completed in 47.2s)
1:52:42 AM: Caching artifacts
1:52:42 AM: Started saving node modules
1:52:42 AM: Finished saving node modules
1:52:42 AM: Started saving build plugins
1:52:42 AM: Finished saving build plugins
1:52:42 AM: Started saving yarn cache
1:52:42 AM: Starting post processing
1:52:42 AM: Post processing - HTML
1:52:43 AM: Post processing - header rules
1:52:43 AM: Post processing - redirect rules
1:52:43 AM: Post processing done
1:52:43 AM: Site is live ✨
1:52:53 AM: Finished saving yarn cache
1:52:53 AM: Started saving pip cache
1:52:53 AM: Finished saving pip cache
1:52:53 AM: Started saving emacs cask dependencies
1:52:53 AM: Finished saving emacs cask dependencies
1:52:53 AM: Started saving maven dependencies
1:52:53 AM: Finished saving maven dependencies
1:52:53 AM: Started saving boot dependencies
1:52:53 AM: Finished saving boot dependencies
1:52:53 AM: Started saving rust rustup cache
1:52:53 AM: Finished saving rust rustup cache
1:52:53 AM: Started saving go dependencies
1:52:53 AM: Finished saving go dependencies
1:52:53 AM: Build script success
1:54:06 AM: Finished processing build request in 2m59.477842525s