Deploy details
Deploy successful for carbon-icons-motion
convert properties to camelcase classes in scss file to remove consol…Deploy log
Initializing
Complete
Initializing
Complete
6:28:27 PM: Build ready to start
6:28:31 PM: build-image version: 73f16e520fdddf409be6f578c8c2c8941bdf32d3 (focal)
6:28:31 PM: buildbot version: aae36d37bb0728ee6dc52d97c5e1b5b83720773e
6:28:31 PM: Fetching cached dependencies
6:28:31 PM: Starting to download cache of 143.5MB
6:28:34 PM: Finished downloading cache in 3.42s
6:28:34 PM: Starting to extract cache
6:28:36 PM: Finished extracting cache in 1.581s
6:28:36 PM: Finished fetching cache in 5.053s
6:28:36 PM: Starting to prepare the repo for build
6:28:36 PM: Preparing Git Reference pull/270/head
6:28:37 PM: Starting to install dependencies
6:28:37 PM: Python version set to 3.8
6:28:38 PM: Attempting Ruby version 2.7.2, read from environment
6:28:38 PM: Using Ruby version 2.7.2
6:28:39 PM: Started restoring cached go cache
6:28:39 PM: Finished restoring cached go cache
6:28:39 PM: Installing Go version 1.17 (requested 1.17)
6:28:44 PM: go version go1.17 linux/amd64
6:28:44 PM: Using PHP version 8.0
6:28:45 PM: Started restoring cached Node.js version
6:28:46 PM: Finished restoring cached Node.js version
6:28:46 PM: v16.20.2 is already installed.
6:28:46 PM: Now using node v16.20.2 (npm v8.19.4)
6:28:46 PM: Enabling Node.js Corepack
6:28:46 PM: Started restoring cached build plugins
6:28:46 PM: Finished restoring cached build plugins
6:28:46 PM: Started restoring cached corepack dependencies
6:28:46 PM: Finished restoring cached corepack dependencies
6:28:46 PM: No npm workspaces detected
6:28:46 PM: Started restoring cached node modules
6:28:46 PM: Finished restoring cached node modules
6:28:47 PM: Installing npm packages using npm version 8.19.4
6:28:50 PM: > @carbon/icons-motion@2.1.0 prepare
6:28:50 PM: > run-s build
6:28:51 PM: > @carbon/icons-motion@2.1.0 build
6:28:51 PM: > microbundle-crl --no-compress --format modern,cjs
6:28:58 PM: Build "iconsMotion" to dist:
6:28:58 PM: 30.2 kB: index.js.gz
6:28:58 PM: 25.2 kB: index.js.br
6:28:58 PM: 29.6 kB: index.modern.js.gz
6:28:58 PM: 24.8 kB: index.modern.js.br
6:28:58 PM: up to date, audited 1811 packages in 12s
6:28:58 PM: 256 packages are looking for funding
6:28:58 PM: run `npm fund` for details
6:28:58 PM: 19 vulnerabilities (7 moderate, 12 high)
6:28:58 PM: To address issues that do not require attention, run:
6:28:58 PM: npm audit fix
6:28:58 PM: To address all issues possible (including breaking changes), run:
6:28:58 PM: npm audit fix --force
6:28:58 PM: Some issues need review, and may require choosing
6:28:58 PM: a different dependency.
6:28:58 PM: Run `npm audit` for details.
6:28:58 PM: npm packages installed
6:28:59 PM: Install dependencies script success
6:28:59 PM: Starting build script
6:29:00 PM: Detected 1 framework(s)
6:29:00 PM: "create-react-app" at version "5.0.1"
6:29:00 PM: Section completed: initializing
Building
Complete
Building
Complete
6:29:01 PM: Netlify Build
6:29:01 PM: ────────────────────────────────────────────────────────────────
6:29:01 PM:
6:29:01 PM: ❯ Version
6:29:01 PM: @netlify/build 29.21.1
6:29:01 PM:
6:29:01 PM: ❯ Flags
6:29:01 PM: baseRelDir: true
6:29:01 PM: buildId: 650ddccbbf4375000860068f
6:29:01 PM: deployId: 650ddccbbf43750008600691
6:29:01 PM:
6:29:01 PM: ❯ Current directory
6:29:01 PM: /opt/build/repo
6:29:01 PM:
6:29:01 PM: ❯ Config file
6:29:01 PM: No config file was defined: using default values.
6:29:01 PM:
6:29:01 PM: ❯ Context
6:29:01 PM: deploy-preview
6:29:01 PM:
6:29:01 PM: Build command from Netlify app
6:29:01 PM: ────────────────────────────────────────────────────────────────
6:29:01 PM:
6:29:01 PM: $ npm run build && npm run predeploy
6:29:02 PM: > @carbon/icons-motion@2.1.0 build
6:29:02 PM: > microbundle-crl --no-compress --format modern,cjs
6:29:09 PM: Build "iconsMotion" to dist:
6:29:09 PM: 30.2 kB: index.js.gz
6:29:09 PM: 25.2 kB: index.js.br
6:29:09 PM: 29.6 kB: index.modern.js.gz
6:29:09 PM: 24.8 kB: index.modern.js.br
6:29:09 PM: > @carbon/icons-motion@2.1.0 predeploy
6:29:09 PM: > cd example && npm install && npm run build
6:29:21 PM: added 135 packages, and audited 144 packages in 11s
6:29:21 PM: 6 packages are looking for funding
6:29:21 PM: run `npm fund` for details
6:29:21 PM: found 0 vulnerabilities
6:29:21 PM: > carbon-motion-example@0.0.0 build
6:29:21 PM: > node ../node_modules/react-scripts/bin/react-scripts.js build
6:29:22 PM: Creating an optimized production build...
6:29:26 PM: One of your dependencies, babel-preset-react-app, is importing the
6:29:26 PM: "@babel/plugin-proposal-private-property-in-object" package without
6:29:26 PM: declaring it in its dependencies. This is currently working because
6:29:26 PM: "@babel/plugin-proposal-private-property-in-object" is already in your
6:29:26 PM: node_modules folder for unrelated reasons, but it may break at any time.
6:29:26 PM: babel-preset-react-app is part of the create-react-app project, which
6:29:26 PM: is not maintianed anymore. It is thus unlikely that this bug will
6:29:26 PM: ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to
6:29:26 PM: your devDependencies to work around this error. This will make this message
6:29:26 PM: go away.
6:29:39 PM: Compiled successfully.
6:29:39 PM:
6:29:39 PM: File sizes after gzip:
6:29:39 PM: 80.48 kB build/static/js/main.45ac4fe0.js
6:29:39 PM: 76.98 kB build/static/css/main.40c7846d.css
6:29:39 PM: The project was built assuming it is hosted at ./.
6:29:39 PM: You can control this with the homepage field in your package.json.
6:29:39 PM: The build folder is ready to be deployed.
6:29:39 PM: Find out more about deployment here:
6:29:39 PM: https://cra.link/deployment
6:29:39 PM:
6:29:39 PM: (build.command completed in 37.9s)
6:29:39 PM:
6:29:40 PM: (Netlify Build completed in 38.3s)
6:29:40 PM: Section completed: building
6:29:43 PM: Finished processing build request in 1m12.289s
Deploying
Complete
Deploying
Complete
6:29:39 PM: Deploy site
6:29:39 PM: ────────────────────────────────────────────────────────────────
6:29:39 PM:
6:29:39 PM: Starting to deploy site from "example/build"
6:29:39 PM: Calculating files to upload
6:29:40 PM: 6 new files to upload
6:29:40 PM: 0 new functions to upload
6:29:40 PM: Section completed: deploying
6:29:40 PM: Site deploy was successfully initiated
6:29:40 PM:
6:29:40 PM: (Deploy site completed in 371ms)
Cleanup
Complete
Cleanup
Complete
6:29:40 PM: Netlify Build Complete
6:29:40 PM: ────────────────────────────────────────────────────────────────
6:29:40 PM:
6:29:40 PM: Caching artifacts
6:29:40 PM: Started saving node modules
6:29:40 PM: Finished saving node modules
6:29:40 PM: Started saving build plugins
6:29:40 PM: Finished saving build plugins
6:29:40 PM: Started saving corepack cache
6:29:40 PM: Finished saving corepack cache
6:29:40 PM: Started saving pip cache
6:29:40 PM: Finished saving pip cache
6:29:40 PM: Started saving emacs cask dependencies
6:29:40 PM: Finished saving emacs cask dependencies
6:29:40 PM: Started saving maven dependencies
6:29:40 PM: Finished saving maven dependencies
6:29:40 PM: Started saving boot dependencies
6:29:40 PM: Finished saving boot dependencies
6:29:40 PM: Started saving rust rustup cache
6:29:40 PM: Finished saving rust rustup cache
6:29:40 PM: Started saving go dependencies
6:29:40 PM: Finished saving go dependencies
6:29:40 PM: Build script success
6:29:42 PM: Uploading Cache of size 144.3MB
6:29:43 PM: Section completed: cleanup
Post-processing
Complete
Post-processing
Complete
6:29:40 PM: Starting post processing
6:29:40 PM: Skipping HTML post processing
6:29:40 PM: Post processing - header rules
6:29:40 PM: Post processing - redirect rules
6:29:41 PM: Post processing done
6:29:41 PM: Section completed: postprocessing
6:29:42 PM: Site is live ✨