Skip to main content

Deploy details

Deploy successful for netlify-lamda-function

Update dependency html-loader to v1

PR #34: renovate/html-loader-1.x@b71f895

Deploy log

6:37:39 PM: Build ready to start
6:37:43 PM: build-image version: 2dbd444fcdce00cf06325060a8238d5ae3e86774
6:37:43 PM: build-image tag: v3.3.7
6:37:43 PM: buildbot version: 11918e084194721d200458438c92ff8180b3b56c
6:37:43 PM: Fetching cached dependencies
6:37:43 PM: Starting to download cache of 146.7MB
6:37:44 PM: Finished downloading cache in 665.569929ms
6:37:44 PM: Starting to extract cache
6:37:49 PM: Finished extracting cache in 5.418025645s
6:37:49 PM: Finished fetching cache in 6.134156468s
6:37:49 PM: Starting to prepare the repo for build
6:37:49 PM: Preparing Git Reference pull/34/head
6:37:50 PM: Found Netlify configuration file netlify.toml in site root
6:37:50 PM: Found Netlify configuration file(s). Overriding site configuration
6:37:50 PM: Different publish path detected, going to use the one specified in the Netlify configuration file: 'dist/client' versus 'lambda' in the Netlify UI
6:37:50 PM: Different build command detected, going to use the one specified in the Netlify configuration file: 'npm run build' versus 'npm run build:lambda' in the Netlify UI
6:37:50 PM: Different functions path detected, going to use the one specified in the Netlify configuration file: 'dist/server' versus '' in the Netlify UI
6:37:50 PM: Creating functions prep folder
6:37:50 PM: Starting build script
6:37:50 PM: Installing dependencies
6:37:51 PM: Started restoring cached node version
6:37:54 PM: Finished restoring cached node version
6:37:54 PM: v10.19.0 is already installed.
6:37:55 PM: Now using node v10.19.0 (npm v6.13.4)
6:37:56 PM: Attempting ruby version 2.6.2, read from environment
6:37:57 PM: Using ruby version 2.6.2
6:37:57 PM: Using PHP version 5.6
6:37:57 PM: Started restoring cached node modules
6:37:57 PM: Finished restoring cached node modules
6:37:57 PM: Installing NPM modules using NPM version 6.13.4
6:38:07 PM: npm WARN
6:38:07 PM: netlify-lambda-functions@1.0.0 No repository field.
6:38:07 PM: npm WARN
6:38:07 PM: optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/fsevents):
6:38:07 PM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
6:38:07 PM: added 105 packages from 67 contributors, removed 6 packages, updated 6 packages and audited 19377 packages in 8.675s
6:38:08 PM: 17 packages are looking for funding
6:38:08 PM: run `npm fund` for details
6:38:08 PM: found 601 vulnerabilities (599 low, 2 moderate)
6:38:08 PM: run `npm audit fix` to fix them, or `npm audit` for details
6:38:08 PM: NPM modules installed
6:38:08 PM: Started restoring cached go cache
6:38:08 PM: Finished restoring cached go cache
6:38:08 PM: unset GOOS;
6:38:08 PM: unset GOARCH;
6:38:08 PM: export GOROOT='/opt/buildhome/.gimme/versions/go1.12.linux.amd64';
6:38:08 PM: export PATH="/opt/buildhome/.gimme/versions/go1.12.linux.amd64/bin:${PATH}";
6:38:08 PM: go version >&2;
6:38:08 PM: export GIMME_ENV='/opt/buildhome/.gimme/env/go1.12.linux.amd64.env';
6:38:08 PM: go version go1.12 linux/amd64
6:38:08 PM: Installing missing commands
6:38:08 PM: Verify run directory
6:38:08 PM: Executing user command: npm run build
6:38:08 PM: > netlify-lambda-functions@1.0.0 build /opt/build/repo
6:38:08 PM: > npm run build:client && npm run build:server
6:38:09 PM: > netlify-lambda-functions@1.0.0 build:client /opt/build/repo
6:38:09 PM: > webpack --mode production --config webpack.client.js
6:38:11 PM: Hash: 287d7ae7ab8c0c8a39b6
6:38:11 PM: Version: webpack 4.42.0
6:38:11 PM: Time: 812ms
6:38:11 PM: Built at: 03/22/2020 6:38:11 PM
6:38:11 PM: Asset Size Chunks Chunk Names
6:38:11 PM: index.html 2.88 KiB [emitted]
6:38:11 PM: main.js 959 bytes 0 [emitted] main
6:38:11 PM: normalize.css 5.99 KiB [emitted]
6:38:11 PM: styles.css 3.52 KiB [emitted]
6:38:11 PM: Entrypoint main = main.js
6:38:11 PM: [0] ./src/index.js + 2 modules 248 bytes {0} [built]
6:38:11 PM: | ./src/index.js 137 bytes [built]
6:38:11 PM: | ./node_modules/file-loader/dist/cjs.js?name=styles.css!./src/styles.css 54 bytes [built]
6:38:11 PM: | + 1 hidden module
6:38:11 PM: Child html-webpack-plugin for "index.html":
6:38:11 PM: 1 asset
6:38:11 PM: Entrypoint undefined = index.html
6:38:11 PM: [0] ./node_modules/html-webpack-plugin/lib/loader.js!./src/index.html 2.53 KiB {0} [built]
6:38:11 PM: [2] (webpack)/buildin/global.js 472 bytes {0} [built]
6:38:11 PM: [3] (webpack)/buildin/module.js 497 bytes {0} [built]
6:38:11 PM: [4] ./node_modules/html-loader/dist/cjs.js!./src/lambda/hello.js 189 bytes {0} [built]
6:38:11 PM: [5] ./node_modules/html-loader/dist/cjs.js!./src/lambda/emoji.js 192 bytes {0} [built]
6:38:11 PM: [6] ./node_modules/html-loader/dist/cjs.js!./src/lambda/dog.js 625 bytes {0} [built]
6:38:11 PM: + 1 hidden module
6:38:11 PM: > netlify-lambda-functions@1.0.0 build:server /opt/build/repo
6:38:11 PM: > netlify-lambda build src/lambda
6:38:11 PM: netlify-lambda: Building functions
6:38:13 PM: Hash: b081e932814eddead2a2
6:38:13 PM: Version: webpack 4.42.0
6:38:13 PM: Time: 609ms
6:38:13 PM: Built at: 03/22/2020 6:38:13 PM
6:38:13 PM: Asset Size Chunks Chunk Names
6:38:13 PM: dog.js 32.5 KiB 0 [emitted] dog
6:38:13 PM: emoji.js 42.6 KiB 1 [emitted] emoji
6:38:13 PM: hello.js 1.05 KiB 2 [emitted] hello
6:38:13 PM: Entrypoint dog = dog.js
6:38:13 PM: Entrypoint emoji = emoji.js
6:38:13 PM: Entrypoint hello = hello.js
6:38:13 PM: [0] /opt/build/repo/node_modules/axios/lib/utils.js 8.28 KiB {0} [built]
6:38:13 PM: [3] /opt/build/repo/node_modules/axios/lib/helpers/bind.js 256 bytes {0} [built]
6:38:13 PM: [4] /opt/build/repo/node_modules/axios/lib/cancel/isCancel.js 102 bytes {0} [built]
6:38:13 PM: [5] /opt/build/repo/node_modules/axios/lib/defaults.js 2.55 KiB {0} [built]
6:38:13 PM: [13] /opt/build/repo/node_modules/axios/lib/core/mergeConfig.js 1.69 KiB {0} [built]
6:38:13 PM: [14] /opt/build/repo/node_modules/axios/lib/cancel/Cancel.js 385 bytes {0} [built]
6:38:13 PM: [15] /opt/build/repo/node_modules/node-emoji/index.js 40 bytes {1} [built]
6:38:13 PM: [16] ./dog.js 638 bytes {0} [built]
6:38:13 PM: [17] /opt/build/repo/node_modules/axios/index.js 40 bytes {0} [built]
6:38:13 PM: [18] /opt/build/repo/node_modules/axios/lib/axios.js 1.39 KiB {0} [built]
6:38:13 PM: [20] /opt/build/repo/node_modules/axios/lib/core/Axios.js 2.4 KiB {0} [built]
6:38:13 PM: [45] /opt/build/repo/node_modules/axios/lib/cancel/CancelToken.js 1.21 KiB {0} [built]
6:38:13 PM: [47] ./emoji.js 145 bytes {1} [built]
6:38:13 PM: [48] /opt/build/repo/node_modules/node-emoji/lib/emoji.js 7.93 KiB {1} [built]
6:38:13 PM: [51] ./hello.js 140 bytes {2} [built]
6:38:13 PM: + 37 hidden modules
6:38:13 PM: Function Dir: /opt/build/repo/dist/server
6:38:13 PM: TempDir: /tmp/zisi-5e77b073818d100007f33dd7
6:38:13 PM: Prepping functions with zip-it-and-ship-it 0.3.1
6:38:14 PM: [ { path: '/tmp/zisi-5e77b073818d100007f33dd7/dog.zip',
6:38:14 PM: runtime: 'js' },
6:38:14 PM: { path: '/tmp/zisi-5e77b073818d100007f33dd7/emoji.zip',
6:38:14 PM: runtime: 'js' },
6:38:14 PM: { path: '/tmp/zisi-5e77b073818d100007f33dd7/hello.zip',
6:38:14 PM: runtime: 'js' } ]
6:38:14 PM: Prepping functions complete
6:38:14 PM: Caching artifacts
6:38:14 PM: Started saving node modules
6:38:14 PM: Finished saving node modules
6:38:14 PM: Started saving pip cache
6:38:14 PM: Finished saving pip cache
6:38:14 PM: Started saving emacs cask dependencies
6:38:14 PM: Finished saving emacs cask dependencies
6:38:14 PM: Started saving maven dependencies
6:38:14 PM: Finished saving maven dependencies
6:38:14 PM: Started saving boot dependencies
6:38:14 PM: Finished saving boot dependencies
6:38:14 PM: Started saving go dependencies
6:38:14 PM: Finished saving go dependencies
6:38:14 PM: Build script success
6:38:14 PM: Starting to deploy site from 'dist/client'
6:38:14 PM: Creating deploy tree
6:38:15 PM: Creating deploy upload records
6:38:15 PM: 0 new files to upload
6:38:15 PM: 2 new functions to upload
6:38:16 PM: Starting post processing
6:38:16 PM: Post processing done
6:38:16 PM: Site is live
6:38:39 PM: Finished processing build request in 56.10199616s