Good day, I am having this error any time I am deploying the page
can anyone tell me what is going on?
The log of the build is this:
12:38:08 PM: build-image version: 0bc34a4ade77d89b410ec23c508464028dd4b785 (focal)
12:38:08 PM: buildbot version: 0bc34a4ade77d89b410ec23c508464028dd4b785
12:38:08 PM: Building without cache
12:38:08 PM: Starting to prepare the repo for build
12:38:08 PM: No cached dependencies found. Cloning fresh repo
12:38:08 PM: git clone --filter=blob:none git@bitbucket.org:orienteed/web
12:38:16 PM: Preparing Git Reference refs/heads/master
12:38:16 PM: Parsing package.json dependencies
12:38:18 PM: Starting build script
12:38:18 PM: Installing dependencies
12:38:18 PM: Python version set to 2.7
12:38:18 PM: Downloading and installing node v12.18.0…
12:38:18 PM: Downloading https://nodejs.org/dist/v12.18.0/node-v12.18.0-linux-x64.tar.xz…
12:38:19 PM: Computing checksum with sha256sum
12:38:19 PM: Checksums matched!
12:38:21 PM: Now using node v12.18.0 (npm v6.14.4)
12:38:21 PM: Started restoring cached build plugins
12:38:21 PM: Finished restoring cached build plugins
12:38:21 PM: Attempting Ruby version 2.7.1, read from environment
12:38:21 PM: Required ruby-2.7.1 is not installed - installing.
12:38:22 PM: Searching for binary rubies, this might take some time.
12:38:22 PM: Found remote file https://rvm_io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.1.tar.bz2
12:38:22 PM: Checking requirements for ubuntu.
12:38:22 PM: Requirements installation successful.
12:38:22 PM: ruby-2.7.1 - #configure
12:38:22 PM: ruby-2.7.1 - #download
12:38:22 PM: ruby-2.7.1 - #validate archive
12:38:26 PM: ruby-2.7.1 - #extract
12:38:28 PM: ruby-2.7.1 - #validate binary
12:38:28 PM: ruby-2.7.1 - #setup
12:38:29 PM: ruby-2.7.1 - #gemset created /opt/buildhome/.rvm/gems/ruby-2.7.1@global
12:38:29 PM: ruby-2.7.1 - #importing gemset /opt/buildhome/.rvm/gemsets/global.gems…
12:38:29 PM: ruby-2.7.1 - #generating global wrappers…
12:38:29 PM: ruby-2.7.1 - #gemset created /opt/buildhome/.rvm/gems/ruby-2.7.1
12:38:29 PM: ruby-2.7.1 - #importing gemsetfile /opt/buildhome/.rvm/gemsets/default.gems evaluated to empty gem list
12:38:29 PM: ruby-2.7.1 - #generating default wrappers…
12:38:29 PM: Using /opt/buildhome/.rvm/gems/ruby-2.7.1
12:38:30 PM: Using Ruby version 2.7.1
12:38:30 PM: Using PHP version 8.0
12:38:30 PM: Started restoring cached corepack dependencies
12:38:30 PM: Finished restoring cached corepack dependencies
12:38:30 PM: No npm workspaces detected
12:38:30 PM: Started restoring cached node modules
12:38:30 PM: Finished restoring cached node modules
12:38:30 PM: Bypassing sha validation. Running pre & post install scripts
12:38:30 PM: Installing npm packages using npm version 6.14.4
12:38:31 PM: npm WARN deprecated gatsby-image@2.11.0: gatsby-image is now gatsby-plugin-image: gatsby-plugin-image - npm. This package will no longer receive updates.
12:38:31 PM: npm WARN deprecated gatsby-plugin-remove-trailing-slashes@2.10.0: This plugin’s functionality is now built-in to Gatsby. Use the trailingSlash feature: Gatsby Config API | Gatsby. This package will no longer receive updates.
npm WARN deprecated gatsby-plugin-netlify-cache@1.2.0: gatsby-plugin-netlify-cache got deprecated. Please migrate to GitHub - netlify/netlify-plugin-gatsby: A build plugin to integrate Gatsby seamlessly with Netlify
12:38:31 PM: npm WARN deprecated @contentful/gatsby-transformer-contentful-richtext@13.1.0: Package no longer supported. We recommend using @contentful/rich-text-react-renderer package. Please follow the link to learn more details https://www.gatsbyjs.org/packages/gatsby-source-contentful/\?\=contentful\#contentful-rich-text
12:38:33 PM: npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See There’s Math.random(), and then there’s Math.random() · V8 for details.
12:38:33 PM: npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
12:38:33 PM: npm WARN deprecated axios@0.20.0: Critical security vulnerability fixed in v0.21.1. For more information, see Hotfix: Prevent SSRF by timemachine3030 · Pull Request #3410 · axios/axios · GitHub
12:38:33 PM: npm WARN deprecated @hapi/joi@15.1.1: Switch to ‘npm install joi’
12:38:34 PM: npm WARN deprecated request@2.88.2: request has been deprecated, see Request’s Past, Present and Future · Issue #3142 · request/request · GitHub
12:38:34 PM: npm WARN deprecated babel-eslint@10.1.0: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.
12:38:35 PM: npm WARN deprecated eslint-loader@2.2.1: This loader has been deprecated. Please use eslint-webpack-plugin
12:38:36 PM: npm WARN deprecated @formatjs/intl-utils@2.3.0: the package is rather renamed to @formatjs/ecma-abstract with some changes in functionality (primarily selectUnit is removed and we don’t plan to make any further changes to this package
npm WARN deprecated intl-messageformat-parser@3.6.4: We’ve written a new parser that’s 6x faster and is backwards compatible. Please use @formatjs/icu-messageformat-parser
12:38:36 PM: npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
12:38:37 PM: npm WARN deprecated @formatjs/intl-unified-numberformat@3.3.7: We have renamed the package to @formatjs/intl-numberformat
12:38:37 PM: npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: Array.prototype.sort() - JavaScript | MDN
12:38:37 PM: npm WARN deprecated @hapi/address@2.1.4: Moved to ‘npm install @sideway/address’
12:38:37 PM: npm WARN deprecated @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained
12:38:37 PM: npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
12:38:37 PM: npm WARN deprecated @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
12:38:37 PM: npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
12:38:37 PM: npm WARN deprecated har-validator@5.1.5: this library is no longer supported
12:38:39 PM: npm WARN deprecated gatsby-recipes@0.9.3: gatsby-recipes has been removed from gatsby/gatsby-cli >=4.5.0. Update to gatsby@latest/gatsby-cli@latest to use versions without gatsby-recipes. This package will no longer receive updates.
12:38:40 PM: npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
12:38:41 PM: npm WARN deprecated async-cache@1.1.0: No longer maintained. Use lru-cache version 7.6 or higher, and provide an asynchronous fetchMethod
option.
12:38:43 PM: npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
12:38:46 PM: npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
12:38:47 PM: npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
12:38:49 PM: npm WARN deprecated subscriptions-transport-ws@0.9.19: The subscriptions-transport-ws
package is no longer maintained. We recommend you use graphql-ws
instead. For help migrating Apollo software to graphql-ws
, see Subscriptions in Apollo Server - Apollo GraphQL Docs For general help using graphql-ws
, see graphql-ws/README.md at master · enisdenjo/graphql-ws · GitHub
12:38:50 PM: npm WARN deprecated source-map-resolve@0.5.3: See GitHub - lydell/source-map-resolve: [DEPRECATED] Resolve the source map and/or sources for a generated file.
12:38:52 PM: npm WARN deprecated source-map-url@0.4.1: See GitHub - lydell/source-map-url: [DEPRECATED] Tools for working with sourceMappingURL comments.
12:38:52 PM: npm WARN deprecated urix@0.1.0: Please see GitHub - lydell/urix: [DEPRECATED] Makes Windows-style paths more unix and URI friendly.
12:38:52 PM: npm WARN deprecated resolve-url@0.2.1: GitHub - lydell/resolve-url: [DEPRECATED] Like Node.js’ `path.resolve`/`url.resolve` for the browser.
12:39:21 PM: > sharp@0.27.2 install /opt/build/repo/node_modules/sharp
12:39:21 PM: > (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)
12:39:22 PM: info sharp Downloading https://github.com/lovell/sharp-libvips/releases/download/v8.10.5/libvips-8.10.5-linux-x64.tar.br
12:39:24 PM: > node-sass@4.14.1 install /opt/build/repo/node_modules/node-sass
12:39:24 PM: > node scripts/install.js
12:39:24 PM: Downloading binary from https://github.com/sass/node-sass/releases/download/v4.14.1/linux-x64-72_binding.node
12:39:24 PM: Download complete
12:39:24 PM: Binary saved to /opt/build/repo/node_modules/node-sass/vendor/linux-x64-72/binding.node
12:39:24 PM: Caching binary to /opt/buildhome/.npm/node-sass/4.14.1/linux-x64-72_binding.node
12:39:24 PM: > core-js@2.6.12 postinstall /opt/build/repo/node_modules/babel-runtime/node_modules/core-js
12:39:24 PM: > node -e “try{require(‘./postinstall’)}catch(e){}”
12:39:24 PM: > core-js@3.27.2 postinstall /opt/build/repo/node_modules/core-js
12:39:24 PM: > node -e “try{require(‘./postinstall’)}catch(e){}”
12:39:25 PM: > es5-ext@0.10.62 postinstall /opt/build/repo/node_modules/es5-ext
12:39:25 PM: > node -e “try{require(‘./_postinstall’)}catch(e){}” || exit 0
12:39:25 PM: > gatsby-telemetry@1.10.2 postinstall /opt/build/repo/node_modules/gatsby-telemetry
12:39:25 PM: > node src/postinstall.js || true
12:39:25 PM: > mozjpeg@7.1.1 postinstall /opt/build/repo/node_modules/mozjpeg
12:39:25 PM: > node lib/install.js
12:39:25 PM: mozjpeg pre-build test passed successfully
12:39:26 PM: > pngquant-bin@6.0.1 postinstall /opt/build/repo/node_modules/pngquant-bin
12:39:26 PM: > node lib/install.js
12:39:26 PM: pngquant pre-build test passed successfully
12:39:26 PM: > gatsby-cli@2.19.3 postinstall /opt/build/repo/node_modules/gatsby/node_modules/gatsby-cli
12:39:26 PM: > node scripts/postinstall.js
12:39:26 PM: > gatsby@2.32.13 postinstall /opt/build/repo/node_modules/gatsby
12:39:26 PM: > node scripts/postinstall.js
12:39:26 PM: > node-sass@4.14.1 postinstall /opt/build/repo/node_modules/node-sass
12:39:26 PM: > node scripts/build.js
12:39:26 PM: Binary found at /opt/build/repo/node_modules/node-sass/vendor/linux-x64-72/binding.node
12:39:26 PM: Testing binary
12:39:26 PM: Binary is fine
12:39:26 PM: > styled-components@5.3.6 postinstall /opt/build/repo/node_modules/styled-components
12:39:26 PM: > node ./postinstall.js
12:39:27 PM: npm notice created a lockfile as package-lock.json. You should commit this file.
12:39:27 PM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
12:39:27 PM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“linux”,“arch”:“x64”})
12:39:27 PM: npm WARN notsup Unsupported engine for type-fest@2.19.0: wanted: {“node”:“>=12.20”} (current: {“node”:“12.18.0”,“npm”:“6.14.4”})
12:39:27 PM: npm WARN notsup Not compatible with your version of node/npm: type-fest@2.19.0
12:39:27 PM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/watchpack-chokidar2/node_modules/chokidar/node_modules/fsevents):
12:39:27 PM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“linux”,“arch”:“x64”})
12:39:27 PM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/webpack-dev-server/node_modules/chokidar/node_modules/fsevents):
12:39:27 PM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“linux”,“arch”:“x64”})
12:39:27 PM: npm WARN slick-carousel@1.8.1 requires a peer of jquery@>=1.8.0 but none is installed. You must install peer dependencies yourself.
12:39:27 PM: npm WARN typewriter-effect@2.19.0 requires a peer of react@^17.x || ^18.x but none is installed. You must install peer dependencies yourself.
12:39:27 PM: npm WARN typewriter-effect@2.19.0 requires a peer of react-dom@^17.x || ^18.x but none is installed. You must install peer dependencies yourself.
12:39:27 PM: npm WARN eslint-config-react-app@5.2.1 requires a peer of eslint-plugin-react-hooks@1.x || 2.x but none is installed. You must install peer dependencies yourself.
12:39:27 PM: added 2668 packages from 1334 contributors and audited 2676 packages in 56.71s
12:39:28 PM: 300 packages are looking for funding
12:39:28 PM: run npm fund
for details
12:39:28 PM: found 73 vulnerabilities (3 low, 33 moderate, 32 high, 5 critical)
12:39:28 PM: run npm audit fix
to fix them, or npm audit
for details
12:39:28 PM: npm packages installed
12:39:28 PM: Started restoring cached go cache
12:39:28 PM: Finished restoring cached go cache
12:39:28 PM: Installing Go version 1.14.4 (requested 1.14.4)
12:39:32 PM: go version go1.14.4 linux/amd64
12:39:32 PM: Detected 1 framework(s)
12:39:32 PM: “gatsby” at version “2.32.13”
12:39:32 PM: Installing missing commands
12:39:32 PM: Verify run directory
12:39:32 PM: Section completed: initializing
12:39:33 PM:
12:39:33 PM: Netlify Build
12:39:33 PM: ────────────────────────────────────────────────────────────────
12:39:33 PM:
12:39:33 PM: ❯ Version
12:39:33 PM: @netlify/build 29.5.4
12:39:33 PM:
12:39:33 PM: ❯ Flags
12:39:33 PM: baseRelDir: true
12:39:33 PM: buildId: 63e23814450fe65c2d3568be
12:39:33 PM: deployId: 63e23814450fe65c2d3568c0
12:39:33 PM:
12:39:33 PM: ❯ Current directory
12:39:33 PM: /opt/build/repo
12:39:33 PM:
12:39:33 PM: ❯ Config file
12:39:33 PM: /opt/build/repo/netlify.toml
12:39:33 PM:
12:39:33 PM: ❯ Context
12:39:33 PM: branch-deploy
12:39:34 PM:
12:39:34 PM: ❯ Installing plugins
12:39:34 PM: - @netlify/plugin-gatsby@1.0.3
12:39:37 PM:
12:39:37 PM: ❯ Loading plugins
12:39:37 PM: - @netlify/plugin-gatsby@1.0.3 from undefined
12:39:37 PM:
12:39:37 PM: ❯ Outdated plugins
12:39:37 PM: - @netlify/plugin-gatsby@1.0.3: latest version is 3.5.1
12:39:37 PM: Migration guide: Release v2.0.0 · netlify/netlify-plugin-gatsby · GitHub
12:39:37 PM: To upgrade this plugin, please remove it from “netlify.toml” and install it from the Netlify plugins directory instead (Netlify App)
12:39:38 PM:
12:39:38 PM: 1. @netlify/plugin-gatsby (onPreBuild event)
12:39:38 PM: ────────────────────────────────────────────────────────────────
12:39:38 PM:
12:39:38 PM: No Gatsby cache found. Building fresh.
12:39:38 PM: Add gatsby-plugin-netlify
to gatsby-config.js
if you would like to support Gatsby redirects.
12:39:38 PM: The plugin ‘gatsby-plugin-netlify-cache’ is not compatible with the Gatsby build plugin
12:39:38 PM: Please uninstall gatsby-plugin-netlify-cache and remove it from your gatsby-config.js
12:39:38 PM:
12:39:38 PM: Plugin “@netlify/plugin-gatsby” failed
12:39:38 PM: ────────────────────────────────────────────────────────────────
12:39:38 PM:
12:39:38 PM: Error message
12:39:38 PM: Error: Incompatible Gatsby plugin installed
12:39:38 PM:
12:39:38 PM: Plugin details
12:39:38 PM: Package: @netlify/plugin-gatsby
12:39:38 PM: Version: 1.0.3
12:39:38 PM: Repository: git+https://github.com/netlify/netlify-plugin-gatsby.git
12:39:38 PM: npm link: @netlify/plugin-gatsby - npm
12:39:38 PM: Report issues: Issues · netlify/netlify-plugin-gatsby · GitHub
12:39:38 PM:
12:39:38 PM: Error location
12:39:38 PM: In “onPreBuild” event in “@netlify/plugin-gatsby” from undefined
12:39:38 PM:
12:39:38 PM: Resolved config
12:39:38 PM: build:
12:39:38 PM: command: echo SITE_RECAPTCHA_KEY=$SITE_RECAPTCHA_KEY >> .env.production && GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages
12:39:38 PM: commandOrigin: ui
12:39:38 PM: environment:
12:39:38 PM: - GATSBY_DOMAIN
12:39:38 PM: - SITE_RECAPTCHA_KEY
12:39:38 PM: - SITE_RECAPTCHA_SECRET
12:39:38 PM: - CONTENTFUL_ACCESS_TOKEN
12:39:38 PM: - CONTENTFUL_SPACEID
12:39:38 PM: - GATSBY_DISABLEROBOTS
12:39:38 PM: - GATSBY_JIVOCHAT_ID
12:39:38 PM: - GOOGLE_ANALYTICS
12:39:38 PM: publish: /opt/build/repo/public
12:39:38 PM: publishOrigin: ui
12:39:40 PM: Failed during stage ‘building site’: Build script returned non-zero exit code: 2 (Search results for '"non-zero exit code: 2"' - Netlify Support Forums)
12:39:38 PM: headers:
12:39:38 PM: - for: /
12:39:38 PM: values:
12:39:38 PM: X-Content-Type-Options: nosniff
12:39:38 PM: X-Frame-Options: DENY
12:39:38 PM: X-XSS-Protection: 1; mode=block
12:39:38 PM: - for: /es/*
values:
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-XSS-Protection: 1; mode=block
- for: /en/*
values:
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-XSS-Protection: 1; mode=block
- for: /.css
values:
cache-control: public, max-age=31536000
- for: /.js
values:
cache-control: public, max-age=0, must-revalidate
- for: /.gif
values:
cache-control: public, max-age=604800, immutable
- for: /.jpg
values:
cache-control: public, max-age=604800, immutable
- for: /.jpeg
values:
cache-control: public, max-age=604800, immutable
- for: /.png
values:
cache-control: public, max-age=604800, immutable
- for: /sw.js
values:
cache-control: public, max-age=0, must-revalidate
- for: /.html
values:
cache-control: public, max-age=0, must-revalidate
- for: ‘/page-data/’
values:
cache-control: public, max-age=0, must-revalidate
- for: /app-data.json
values:
cache-control: public, max-age=0, must-revalidate
headersOrigin: config
plugins:
- inputs: {}
package: ‘@netlify/plugin-gatsby’
redirects:
- from: /
query:
lang: ‘:lang’
to: /:lang
- conditions:
Language:
- es
from: /
to: /es
- conditions:
Country:
- es
from: /
to: /es
- from: /
to: /en
- from: /blog
query:
lang: ‘:lang’
to: /:lang/blog
- from: /blog/page
query:
lang: ‘:lang’
to: /:lang/blog
- from: /blog/page/*
query:
lang: ‘:lang’
to: /:lang/blog
- conditions:
Language:
- es
from: /blog
to: /es/blog
- conditions:
Language:
- es
from: /blog/page
to: /es/blog
- conditions:
Language:
- es
from: /blog/page/*
to: /es/blog
- conditions:
Country:
- es
from: /blog
to: /es/blog
- conditions:
Country:
- es
from: /blog/page
to: /es/blog
- conditions:
Country:
- es
from: /blog/page/*
to: /es/blog
- from: /blog
to: /en/blog
- from: /blog/page
to: /en/blog
- from: /blog/page/*
to: /en/blog
- from: /quienes-somos/
to: /es/empresa
- from: /professional-careers/
to: /en/jobs
- from: /understanding-the-difference-between-process-procedures-and-work-instructions-and-why-it-matters/
to: /en/understanding-the-difference-between-process-procedures-and-work-instructions-and-why-it-matters
- from: /servicios/covid-19-oferta-ecommerce/
to: /es/servicios-ecommerce
- from: /services/covid-19-ecommerce-offer/
to: /en/ecommerce-services
- from: /contacto/
to: /es/contacto
- from: /websphere-commerce-payment-system-overview/
to: /en/websphere-commerce-payment-system-overview/
- from: /visual-validation-with-selenium/
to: /en/visual-validation-selenium
- from: /websphere-commerce-management-center-new-tool/
to: /en/websphere-commerce-management-center-new-tool/
- from: /carreras-profesionales/
to: /es/carrera
- from: /glosario-sobre-e-commerce/
to: /es/glosario-sobre-e-commerce
- from: /es/nescesita-mi-negocio-una-plataforma-b2b/
to: /es/necesita-mi-negocio-una-plataforma-b2b
- from: /nescesita-mi-negocio-una-plataforma-b2b/
to: /es/necesita-mi-negocio-una-plataforma-b2b
- from: /necesita-mi-negocio-una-plataforma-b2b/
to: /es/necesita-mi-negocio-una-plataforma-b2b
- from: /b2b-platform-business/
to: /en/b2b-platform-business
- from: /ecommerce-glossary/
to: /en/ecommerce-glossary
- from: /__trashed-3/
to: /en
- from: /gatsby-hcl-aurora/
to: /en/gatsby-hcl-aurora/
- from: /10-reasons-to-migrate-to-wcs-9__trashed/
to: /en/5-reasons-to-migrate-to-wcs-9
- from: /integration-of-sonarqube-with-hcl-commerce-9/
to: /en/sonarqube-hclcommerce9-integration
- from: /modelo-ecommerce-b2b-5-aspectos-a-tener-en-cuenta-antes-de-iniciar-tu-proyecto/
to: /es/modelo-ecommerce-b2b-5-aspectos-a-tener-en-cuenta-antes-de-iniciar-tu-proyecto/
- from: /small-effort-big-benefits-steps-to-migrate-to-websphere-commerce-version-9/
to: /en/websphere-commerce-version9-migracion
- from: /como-construir-un-front-end-funcional-para-hcl-commerce-con-gatsby/
to: /es/como-construir-un-front-end-funcional-para-hcl-commerce-con-gatsby/
- from: /b2b-b2c-b2b2c-c2c-c2b-lo-entiendes/
to: /es/b2b-b2c-b2b2c-c2c-c2b-lo-entiendes
- from: /casos-de-estudio/casos-de-estudio-1/
to: /es/proyectos-ecommerce-b2c
- from: /servicios/soporte-n1/
to: /es/servicios-ecommerce
- from: /services/
to: /en/ecommerce-services
- from: /casos-de-estudio/casos-de-estudio-5-valido/
to: /es/proyectos-ecommerce-b2c
- from: /transformacion-digital-en-el-mundo-b2b-pladur-un-caso-de-exito/
to: /es/transformacion-digital-en-el-mundo-b2b-pladur-un-caso-de-exito/
- from: /servicios/
to: /es/servicios-ecommerce
- from: /servicios/desarrollo-proyectos-ecommerce/
to: /es/servicios-ecommerce
- from: /websphere-commerce-management-center-jenkins-integration/
to: /en/websphere-commerce-management-center-jenkins-integracion
- from: /la-primera-compra-online-first-e-commerce-transaction/
to: /es/primera-transacción-online
- from: /digital-b2b-transformation-pladur-a-success-story/
to: /en/digital-b2b-transformation-pladur-a-success-story
- from: /how-we-verify-payments-with-elk-and-kibana/
to: /en/How-to-verify-payments-ELK-Kibana
- from: /casos-de-estudio/casos-de-estudio-2/
to: /es/proyectos-ecommerce-b2c
- from: /ecommerce-and-the-new-normal-in-the-covid-19-economy/
to: /en/ecommerce-and-the-new-normal-in-the-covid-19-economy
- from: /how-can-i-improve-my-ecommerce/
to: /en/how-improve-ecommerce
- from: /casos-de-estudio/casos-de-estudio-3/
to: /es/proyectos-ecommerce-b2c
- from: /converting-the-oslo-react-into-a-fully-functional-progressive-web-application/
to: /en/converting-the-oslo-react-into-a-fully-functional-progressive-web-application
- from: /how-to-drastically-improve-the-customers-payment-and-search-experience/
to: /en/how-to-drastically-improve-the-customers-payment-and-search-experience
- from: /contact/
to: /en/contact-us
- from: /top-10-los-ecommerce-con-mas-trafico-en-espana-2019/
to: /es/top-10-los-ecommerce-con-mas-trafico-en-espana-2019
- from: /category/websphere-commerce-en/
to: /en/ecommerce-tecnologies
- from: /aviso-legal/
to: /es/legal
- from: /casos-de-estudio/
to: /es/proyectos-ecommerce-b2c
- from: /casos-de-estudio/casos-de-estudio-4/
to: /es/proyectos-ecommerce-b2c
- from: /servicios/technical-commerce-office-tco/
to: /es/servicios-ecommerce
- from: /ecommerce-y-sostenibilidad/
to: /es/servicios-ecommerce
- from: /servicios/equipo-de-innovacion/
to: /es
- from: /54165/
to: /es/blog
- from: /como-mejorar-radicalmente-el-checkout-y-la-busqueda-de-un-e-commerce/
to: /es/como-mejorar-radicalmente-el-checkout-y-la-busqueda-de-un-e-commerce
- from: /servicios/mantenimiento-de-aplicaciones/
to: /es/servicios-ecommerce
- from: /the-relevant-option-between-magento-open-source-and-enterprise/
to: /en/the-relevant-option-between-magento-open-source-and-enterprise
- from: /ecommerce-y-la-nueva-normalidad-omnicanalidad-y-logistica/
to: /es/ecommerce-y-la-nueva-normalidad-omnicanalidad-y-logistica
- from: /magento-open-source-y-enterprise-escenarios-posibles-con-la-nueva-version-m2-de-magento/
to: /es/magento-open-source-enterprise
- from: /reasons-to-continue-shopping-online-after-confinement/
to: /en/reasons-to-continue-shopping-online-after-confinement
- from: //admin
to: /en
- from: /category/hcl-commerce/
to: /en/ecommerce-tecnologies
- from: /comunidades-autonomas-y-ecommerce-quienes-son-los-que-mas-compran/
to: /es/comunidades-autonomas-y-ecommerce-quienes-son-los-que-mas-compran
- from: /ecommerce-world-after-covid19-omnichannel-and-logistics/
to: /en/ecommerce-and-the-new-normal-in-the-covid-19-economy
- from: /servicios/inteligencia-artificial-y-big-data/
to: /es/servicios-ecommerce
- from: /5-datos-sobre-e-commerce-b2b-que-debes-conocer/
to: /es/5-datos-sobre-e-commerce-b2b-que-debes-conocer
- from: /servicios/auditoria-y-calidad/
to: /es/servicios-ecommerce
- from: /category/b2b/
to: /en/ecommerce-solutions-b2b
- from: /category/ecommerce-b2b-en/
to: /en/ecommerce-solutions-b2b
- from: /digital-transformation-the-opportunity-to-tackle-the-covid-19-economic-crisis/
to: /en/digital-transformation-the-opportunity-to-tackle-the-covid-19-economic-crisis
- from: /servicios/cloud-management/
to: /en/ecommerce-services
- from: /kbx0482/
to: /es
- from: /2019/01/*
to: /en
- from: /2019/02/*
to: /en
- from: /2019/03/*
to: /en
- from: /2019/04/*
to: /en
- from: /2019/05/*
to: /en
- from: /2019/06/*
to: /en
- from: /2019/07/*
to: /en
- from: /2019/08/*
to: /en
- from: /2019/09/*
to: /en
- from: /2019/10/*
to: /en
- from: /2019/11/*
to: /en
- from: /2019/12/*
to: /en
- from: /2020/01/*
to: /en
- from: /2020/02/*
to: /en
- from: /2020/03/*
to: /en
redirectsOrigin: config
Caching artifacts
12:39:38 PM: Started saving node modules
12:39:38 PM: Finished saving node modules
12:39:38 PM: Started saving build plugins
12:39:38 PM: Finished saving build plugins
12:39:38 PM: Started saving corepack cache
12:39:38 PM: Finished saving corepack cache
12:39:38 PM: Started saving pip cache
12:39:38 PM: Finished saving pip cache
12:39:38 PM: Started saving emacs cask dependencies
12:39:38 PM: Finished saving emacs cask dependencies
12:39:38 PM: Started saving maven dependencies
12:39:38 PM: Finished saving maven dependencies
12:39:38 PM: Started saving boot dependencies
12:39:38 PM: Finished saving boot dependencies
12:39:38 PM: Started saving rust rustup cache
12:39:38 PM: Finished saving rust rustup cache
12:39:38 PM: Started saving go dependencies
12:39:38 PM: Finished saving go dependencies
12:39:39 PM: Cached Ruby version 2.7.1
12:39:39 PM: Build failed due to a user error: Build script returned non-zero exit code: 2
12:39:39 PM: Failing build: Failed to build site
12:39:40 PM: Finished processing build request in 1m31.79s