Skip to main content

Deploy details

Deploy successful for prod-veniqa-client

Bump browserslist from 4.15.0 to 4.16.6 in /documentation

PR #176: dependabot/npm_and_yarn/documentation/browserslist-4.16.6@2a4604f

Deploy log

2:30:30 AM: Build ready to start
2:30:32 AM: build-image version: 8e315e54bc4032a32e73290be556cde4f8348c12
2:30:32 AM: build-image tag: v2.8.2
2:30:32 AM: buildbot version: 76af94f42647b2019c5925a515cc8332b4883b85
2:30:32 AM: Fetching cached dependencies
2:30:32 AM: Starting to download cache of 243.3MB
2:30:33 AM: Finished downloading cache in 1.486802967s
2:30:33 AM: Starting to extract cache
2:30:39 AM: Finished extracting cache in 5.512739714s
2:30:39 AM: Finished fetching cache in 7.306853021s
2:30:39 AM: Starting to prepare the repo for build
2:30:40 AM: Preparing Git Reference pull/176/head
2:30:40 AM: Starting build script
2:30:40 AM: Installing dependencies
2:30:41 AM: Started restoring cached node version
2:30:44 AM: Finished restoring cached node version
2:30:44 AM: v10.24.1 is already installed.
2:30:45 AM: Now using node v10.24.1 (npm v6.14.12)
2:30:45 AM: Attempting ruby version 2.6.2, read from environment
2:30:46 AM: Using ruby version 2.6.2
2:30:46 AM: Using PHP version 5.6
2:30:46 AM: Started restoring cached node modules
2:30:46 AM: Finished restoring cached node modules
2:30:47 AM: Started restoring cached go cache
2:30:47 AM: Finished restoring cached go cache
2:30:47 AM: unset GOOS;
2:30:47 AM: unset GOARCH;
2:30:47 AM: export GOROOT='/opt/buildhome/.gimme/versions/go1.12.linux.amd64';
2:30:47 AM: export PATH="/opt/buildhome/.gimme/versions/go1.12.linux.amd64/bin:${PATH}";
2:30:47 AM: go version >&2;
2:30:47 AM: export GIMME_ENV='/opt/buildhome/.gimme/env/go1.12.linux.amd64.env';
2:30:47 AM: go version go1.12 linux/amd64
2:30:47 AM: Installing missing commands
2:30:47 AM: Verify run directory
2:30:47 AM: Executing user command: npm run build
2:30:47 AM: > veniqa@0.1.0 build /opt/build/repo/shopping-webclient
2:30:47 AM: > vue-cli-service build
2:30:48 AM: - Building for production...
2:30:50 AM: Browserslist: caniuse-lite is outdated. Please run:
2:30:50 AM: npx browserslist@latest --update-db
2:30:55 AM: Browserslist: caniuse-lite is outdated. Please run:
2:30:55 AM: npx browserslist@latest --update-db
2:30:55 AM: Browserslist: caniuse-lite is outdated. Please run:
2:30:55 AM: npx browserslist@latest --update-db
2:30:56 AM: Browserslist: caniuse-lite is outdated. Please run:
2:30:56 AM: npx browserslist@latest --update-db
2:30:56 AM: Browserslist: caniuse-lite is outdated. Please run:
2:30:56 AM: npx browserslist@latest --update-db
2:30:56 AM: Browserslist: caniuse-lite is outdated. Please run:
2:30:56 AM: npx browserslist@latest --update-db
2:30:57 AM: Browserslist: caniuse-lite is outdated. Please run:
2:30:57 AM: npx browserslist@latest --update-db
2:30:59 AM: Browserslist: caniuse-lite is outdated. Please run:
2:30:59 AM: npx browserslist@latest --update-db
2:31:17 AM: WARNING Compiled with 7 warnings2:31:17 AM
2:31:17 AM: Module Warning (from ./node_modules/eslint-loader/index.js):
2:31:17 AM: error: `./index` import should occur after import of `@/constants/ProxyUrls` (import/order) at src/components/checkout/stripe/Stripe.vue:26:1:
2:31:17 AM: 24 | <script>
2:31:17 AM: 25 | import _ from 'lodash';
2:31:17 AM: > 26 | import { Card, Stripe } from './index';
2:31:17 AM: | ^
2:31:17 AM: 27 | import PaymentRequestDTO from './StripePaymentRequestDTO.json';
2:31:17 AM: 28 | import { mapGetters } from 'vuex';
2:31:17 AM: 29 | import Vue from 'vue';
2:31:17 AM: error: `./StripePaymentRequestDTO.json` import should occur after import of `@/constants/ProxyUrls` (import/order) at src/components/checkout/stripe/Stripe.vue:27:1:
2:31:17 AM: 25 | import _ from 'lodash';
2:31:17 AM: 26 | import { Card, Stripe } from './index';
2:31:17 AM: > 27 | import PaymentRequestDTO from './StripePaymentRequestDTO.json';
2:31:17 AM: | ^
2:31:17 AM: 28 | import { mapGetters } from 'vuex';
2:31:17 AM: 29 | import Vue from 'vue';
2:31:17 AM: 30 | import ProxyUrl from '@/constants/ProxyUrls';
2:31:17 AM: error: Use object destructuring (prefer-destructuring) at src/components/checkout/stripe/Stripe.vue:75:13:
2:31:17 AM: 73 | // this.$emit('pay', data.token);
2:31:17 AM: 74 | event.target.disabled = true;
2:31:17 AM: > 75 | let checkoutId = this.checkoutId;
2:31:17 AM: | ^
2:31:17 AM: 76 | const { data } = await Vue.prototype.$axios({
2:31:17 AM: 77 | url: ProxyUrl.stripeInstantPay,
2:31:17 AM: 78 | method: 'post',
2:31:17 AM: error: 'checkoutId' is never reassigned. Use 'const' instead (prefer-const) at src/components/checkout/stripe/Stripe.vue:75:13:
2:31:17 AM: 73 | // this.$emit('pay', data.token);
2:31:17 AM: 74 | event.target.disabled = true;
2:31:17 AM: > 75 | let checkoutId = this.checkoutId;
2:31:17 AM: | ^
2:31:17 AM: 76 | const { data } = await Vue.prototype.$axios({
2:31:17 AM: 77 | url: ProxyUrl.stripeInstantPay,
2:31:17 AM: 78 | method: 'post',
2:31:17 AM: error: Expected '===' and instead saw '==' (eqeqeq) at src/components/checkout/stripe/Stripe.vue:104:57:
2:31:17 AM: 102 | if (confirmPayment) {
2:31:17 AM: 103 | console.log('inside confirmPayment', confirmPayment);
2:31:17 AM: > 104 | if (confirmPayment.paymentIntent.status == 'succeeded') {
2:31:17 AM: | ^
2:31:17 AM: 105 | console.log('inside confirmPayment status', confirmPayment);
2:31:17 AM: 106 | if (confirmPayment.hasOwnProperty('error')) {
2:31:17 AM: 107 | this.$notify({
2:31:17 AM: error: Do not access Object.prototype method 'hasOwnProperty' from target object (no-prototype-builtins) at src/components/checkout/stripe/Stripe.vue:106:38:
2:31:17 AM: 104 | if (confirmPayment.paymentIntent.status == 'succeeded') {
2:31:17 AM: 105 | console.log('inside confirmPayment status', confirmPayment);
2:31:17 AM: > 106 | if (confirmPayment.hasOwnProperty('error')) {
2:31:17 AM: | ^
2:31:17 AM: 107 | this.$notify({
2:31:17 AM: 108 | group: 'toast',
2:31:17 AM: 109 | type: 'error',
2:31:17 AM: error: 'data' is already declared in the upper scope (no-shadow) at src/components/checkout/stripe/Stripe.vue:114:27:
2:31:17 AM: 112 | event.target.disabled = false;
2:31:17 AM: 113 | }
2:31:17 AM: > 114 | const { data } = await Vue.prototype.$axios({
2:31:17 AM: | ^
2:31:17 AM: 115 | url: ProxyUrl.stripeInstantPayment,
2:31:17 AM: 116 | method: 'post',
2:31:17 AM: 117 | data: {
2:31:17 AM: error: Expected exception block, space or tab after '//' in comment (spaced-comment) at src/components/checkout/stripe/Stripe.vue:124:21:
2:31:17 AM: 122 | if (data && data.httpStatus === 200) {
2:31:17 AM: 123 | return this.$router.push('/orders');
2:31:17 AM: > 124 | //return data.responseData;
2:31:17 AM: | ^
2:31:17 AM: 125 | }
2:31:17 AM: 126 | //this.createPayment(confirmPayment.paymentIntent.id);
2:31:17 AM: 127 | } else {
2:31:17 AM: error: Expected exception block, space or tab after '//' in comment (spaced-comment) at src/components/checkout/stripe/Stripe.vue:126:19:
2:31:17 AM: 124 | //return data.responseData;
2:31:17 AM: 125 | }
2:31:17 AM: > 126 | //this.createPayment(confirmPayment.paymentIntent.id);
2:31:17 AM: | ^
2:31:17 AM: 127 | } else {
2:31:17 AM: 128 | event.target.disabled = false;
2:31:17 AM: 129 | throw new Error('Card details are invalid !');
2:31:17 AM: error: Expected exception block, space or tab after '//' in comment (spaced-comment) at src/components/checkout/stripe/Stripe.vue:148:11:
2:31:19 AM: Creating deploy upload records
2:31:17 AM: 146 | * }
2:31:17 AM: 147 | */
2:31:17 AM: > 148 | //return data.responseData;
2:31:17 AM: | ^
2:31:17 AM: 149 | }
2:31:17 AM: 150 | // const data = await Stripe.createToken();
2:31:17 AM: 151 | console.log('stripe payWithStripe token', this.checkoutId);
2:31:17 AM: error: Expected exception block, space or tab after '//' in comment (spaced-comment) at src/components/checkout/stripe/Stripe.vue:152:9:
2:31:17 AM: 150 | // const data = await Stripe.createToken();
2:31:19 AM: Starting post processing
2:31:17 AM: 151 | console.log('stripe payWithStripe token', this.checkoutId);
2:31:17 AM: > 152 | //this.$emit('pay', data.token);
2:31:19 AM: Post processing - HTML
2:31:17 AM: | ^
2:31:17 AM: 153 | } catch (error) {
2:31:19 AM: Post processing - header rules
2:31:17 AM: 154 | console.log('Stripe error', error.message);
2:31:17 AM: 155 | }
2:31:19 AM: Post processing - redirect rules
2:31:17 AM: 11 errors found.
2:31:17 AM: 8 errors potentially fixable with the `--fix` option.
2:31:19 AM: Post processing done
2:31:17 AM: You may use special comments to disable some warnings.
2:31:17 AM: Use // eslint-disable-next-line to ignore the next line.
2:31:17 AM: Use /* eslint-disable */ to ignore all warnings in a file.
2:31:17 AM: warning in ./src/components/checkout/stripe/stripeElements.js
2:31:17 AM: Module Warning (from ./node_modules/thread-loader/dist/cjs.js):
2:31:17 AM: /opt/build/repo/shopping-webclient/src/components/checkout/stripe/stripeElements.js
2:31:17 AM: 63:32 error 'options' is already declared in the upper scope no-shadow
2:31:17 AM: 63:87 error Missing semicolon semi
2:31:17 AM: 64:103 error Missing semicolon semi
2:31:19 AM: Site is live ✨
2:31:17 AM: 65:116 error Missing semicolon semi
2:31:17 AM: 66:112 error Missing semicolon semi
2:31:17 AM: 67:93 error Missing semicolon semi
2:31:17 AM: 68:122 error Missing semicolon semi
2:31:17 AM: 69:112 error Missing semicolon semi
2:31:17 AM: 71:20 error Missing space before value for key 'payment_method' key-spacing
2:31:17 AM: 72:12 error Missing space before value for key 'card' key-spacing
2:31:17 AM: 75:11 error Missing semicolon semi
2:31:17 AM: ✖ 11 problems (11 errors, 0 warnings)
2:31:17 AM: 10 errors and 0 warnings potentially fixable with the `--fix` option.
2:31:17 AM: @ ./src/components/checkout/stripe/index.js 2:0-53 9:0-95 9:0-95
2:31:17 AM: @ ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/checkout/stripe/Stripe.vue?vue&type=script&lang=js&
2:31:17 AM: @ ./src/components/checkout/stripe/Stripe.vue?vue&type=script&lang=js&
2:31:17 AM: @ ./src/components/checkout/stripe/Stripe.vue
2:31:17 AM: @ ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/checkout/PaymentDetail.vue?vue&type=script&lang=js&
2:31:17 AM: @ ./src/components/checkout/PaymentDetail.vue?vue&type=script&lang=js&
2:31:17 AM: @ ./src/components/checkout/PaymentDetail.vue
2:31:17 AM: @ ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/checkout/Checkout.vue?vue&type=script&lang=js&
2:31:17 AM: @ ./src/components/checkout/Checkout.vue?vue&type=script&lang=js&
2:31:17 AM: @ ./src/components/checkout/Checkout.vue
2:31:17 AM: @ ./src/routers/router.js
2:31:17 AM: @ ./src/main.js
2:31:17 AM: @ multi ./src/main.js
2:31:17 AM: warning in ./src/constants/ProxyUrls.js
2:31:17 AM: Module Warning (from ./node_modules/thread-loader/dist/cjs.js):
2:31:17 AM: /opt/build/repo/shopping-webclient/src/constants/ProxyUrls.js
2:31:17 AM: 39:1 error Trailing spaces not allowed no-trailing-spaces
2:31:17 AM: ✖ 1 problem (1 error, 0 warnings)
2:31:17 AM: 1 error and 0 warnings potentially fixable with the `--fix` option.
2:31:17 AM: @ ./src/store/categories.js 4:0-46 33:23-32
2:31:17 AM: @ ./src/store/store.js
2:31:17 AM: @ ./src/main.js
2:31:17 AM: @ multi ./src/main.js
2:31:17 AM: warning in ./src/services/paymentService.js
2:31:17 AM: Module Warning (from ./node_modules/thread-loader/dist/cjs.js):
2:31:17 AM: /opt/build/repo/shopping-webclient/src/services/paymentService.js
2:31:17 AM: 5:23 error 'token' is defined but never used no-unused-vars
2:31:17 AM: 5:30 error 'checkoutId' is defined but never used no-unused-vars
2:31:17 AM: ✖ 2 problems (2 errors, 0 warnings)
2:31:17 AM: @ ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/checkout/PaymentDetail.vue?vue&type=script&lang=js& 32:0-55 72:23-37 120:23-37
2:31:17 AM: @ ./src/components/checkout/PaymentDetail.vue?vue&type=script&lang=js&
2:31:17 AM: @ ./src/components/checkout/PaymentDetail.vue
2:31:17 AM: @ ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/checkout/Checkout.vue?vue&type=script&lang=js&
2:31:17 AM: @ ./src/components/checkout/Checkout.vue?vue&type=script&lang=js&
2:31:17 AM: @ ./src/components/checkout/Checkout.vue
2:31:17 AM: @ ./src/routers/router.js
2:31:17 AM: @ ./src/main.js
2:31:17 AM: @ multi ./src/main.js
2:31:17 AM: warning in ./node_modules/moment/src/lib/locale/locales.js
2:31:17 AM: Module not found: Error: Can't resolve './locale' in '/opt/build/repo/shopping-webclient/node_modules/moment/src/lib/locale'
2:31:17 AM: warning
2:31:17 AM: asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
2:31:17 AM: This can impact web performance.
2:31:17 AM: Assets:
2:31:17 AM: img/fashion.45a0d0f3.jpg (546 KiB)
2:31:17 AM: css/chunk-vendors.138acdba.css (350 KiB)
2:31:17 AM: js/chunk-vendors.a8b832c0.js (1.46 MiB)
2:31:17 AM: Wireframes/DesignPrototype.xd (8.6 MiB)
2:31:17 AM: warning
2:31:17 AM: entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
2:31:17 AM: Entrypoints:
2:31:17 AM: app (1.94 MiB)
2:31:17 AM: css/chunk-vendors.138acdba.css
2:31:17 AM: js/chunk-vendors.a8b832c0.js
2:31:17 AM: css/app.7ddeed79.css
2:31:17 AM: js/app.a0795763.js
2:31:18 AM: File Size Gzipped
2:31:18 AM: dist/js/chunk-vendors.a8b832c0.js 1498.41 KiB 453.58 KiB
2:31:18 AM: dist/js/app.a0795763.js 111.36 KiB 23.43 KiB
2:31:18 AM: dist/js/chunk-6bb1c665.bb48ccfc.js 26.72 KiB 7.75 KiB
2:31:18 AM: dist/js/chunk-7eebdfa4.0bb576c9.js 8.41 KiB 2.69 KiB
2:31:18 AM: dist/js/chunk-621b7f28.41e7dfdc.js 6.90 KiB 2.37 KiB
2:31:18 AM: dist/js/chunk-571e310f.41e52542.js 6.39 KiB 2.31 KiB
2:31:18 AM: dist/js/chunk-60757630.3abe2218.js 5.26 KiB 1.65 KiB
2:31:18 AM: dist/js/chunk-3408dd7e.80992bcc.js 3.30 KiB 1.40 KiB
2:31:18 AM: dist/js/about.d5717c86.js 0.93 KiB 0.38 KiB
2:31:18 AM: dist/css/chunk-vendors.138acdba.css 350.13 KiB 41.28 KiB
2:31:18 AM: dist/css/app.7ddeed79.css 28.43 KiB 5.11 KiB
2:31:18 AM: dist/css/chunk-6bb1c665.f7268d6a.css 6.44 KiB 1.26 KiB
2:31:18 AM: dist/css/chunk-3408dd7e.dda5710d.css 1.98 KiB 0.76 KiB
2:31:18 AM: dist/css/chunk-7eebdfa4.ce7a507d.css 0.90 KiB 0.40 KiB
2:31:18 AM: dist/css/chunk-621b7f28.813f1f7a.css 0.40 KiB 0.18 KiB
2:31:18 AM: dist/css/chunk-60757630.fd7a02b1.css 0.18 KiB 0.13 KiB
2:31:18 AM: dist/css/chunk-571e310f.2fd9c4c8.css 0.13 KiB 0.11 KiB
2:31:18 AM: Images and other types of assets omitted.
2:31:18 AM: DONE Build complete. The dist directory is ready to be deployed.
2:31:18 AM: INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
2:31:18 AM: Skipping functions preparation step: no functions directory set
2:31:18 AM: Caching artifacts
2:31:18 AM: Started saving node modules
2:31:18 AM: Finished saving node modules
2:31:18 AM: Started saving pip cache
2:31:18 AM: Finished saving pip cache
2:31:18 AM: Started saving emacs cask dependencies
2:31:19 AM: Finished saving emacs cask dependencies
2:31:19 AM: Started saving maven dependencies
2:31:19 AM: Finished saving maven dependencies
2:31:19 AM: Started saving boot dependencies
2:31:19 AM: Finished saving boot dependencies
2:31:19 AM: Started saving go dependencies
2:31:19 AM: Finished saving go dependencies
2:31:19 AM: Build script success
2:31:19 AM: Starting to deploy site from 'shopping-webclient/dist'
2:31:19 AM: Creating deploy tree
2:31:19 AM: 0 new files to upload
2:31:19 AM: 0 new functions to upload
2:31:45 AM: Finished processing build request in 1m12.873658386s