Skip to content

Instantly share code, notes, and snippets.

@ccfiel
Created September 14, 2020 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccfiel/903fa8ea12344ecade7a8e5f456ae645 to your computer and use it in GitHub Desktop.
Save ccfiel/903fa8ea12344ecade7a8e5f456ae645 to your computer and use it in GitHub Desktop.
Started by GitLab push by Chris Ian Fiel
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/kahero - backoffice
The recommended git tool is: NONE
using credential gitlab
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://gitlab.com/bailabs/kahero-web-app.git # timeout=10
Fetching upstream changes from https://gitlab.com/bailabs/kahero-web-app.git
> git --version # timeout=10
> git --version # 'git version 2.28.0'
using GIT_ASKPASS to set credentials gitlab
> git fetch --tags --force --progress -- https://gitlab.com/bailabs/kahero-web-app.git +refs/heads/*:refs/remotes/origin/* # timeout=10
skipping resolution of commit remotes/origin/master, since it originates from another repository
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 9d994dae574ec8a10c54dea94a1b76c72fea0317 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 9d994dae574ec8a10c54dea94a1b76c72fea0317 # timeout=10
Commit message: "Merge remote-tracking branch 'origin/master'"
> git rev-list --no-walk fc8fd992fd2302f587416118c454aba32ec68eae # timeout=10
[kahero - backoffice] $ /bin/sh -xe /tmp/jenkins6771105800256071778.sh
+ cd /var/lib/jenkins/kahero-web-app
+ ./build.sh
HEAD is now at fc8fd99 feat: prompt enable inventory management
warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:
git config pull.rebase false # merge (the default strategy)
git config pull.rebase true # rebase
git config pull.ff only # fast-forward only
You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.
From gitlab.com:bailabs/kahero-web-app
fc8fd99..9d994da master -> origin/master
Updating fc8fd99..9d994da
Fast-forward
package.json | 2 +-
yarn.lock | 143 +++++------------------------------------------------------
2 files changed, 12 insertions(+), 133 deletions(-)
yarn install v1.12.3
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@2.1.2: The platform "linux" is incompatible with this module.
info "fsevents@2.1.2" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.2.13: The platform "linux" is incompatible with this module.
info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@2.1.3: The platform "linux" is incompatible with this module.
info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning " > less-loader@7.0.1" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
warning " > react-scripts@3.4.3" has incorrect peer dependency "typescript@^3.2.1".
warning "react-scripts > sass-loader@8.0.2" has unmet peer dependency "node-sass@^4.0.0".
warning "react-scripts > sass-loader@8.0.2" has unmet peer dependency "sass@^1.3.0".
warning "react-scripts > sass-loader@8.0.2" has unmet peer dependency "fibers@>= 3.1.0".
warning "request-promise > request-promise-core@1.1.4" has unmet peer dependency "request@^2.34".
warning " > request-promise@4.2.6" has unmet peer dependency "request@^2.34".
warning " > awesome-typescript-loader@5.2.1" has incorrect peer dependency "typescript@^2.7 || ^3".
warning " > source-map-loader@1.1.0" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
[4/4] Building fresh packages...
Done in 15.57s.
yarn run v1.12.3
$ yarn run prettier --write 'src/**/*.js' && eslint src/**/*.js --fix
$ /var/lib/jenkins/kahero-web-app/node_modules/.bin/prettier --write 'src/**/*.js'
src/App.js 53ms
src/app/redux/auth/auth.actions.js 37ms
src/app/redux/auth/auth.reducers.js 16ms
src/app/redux/auth/auth.types.js 6ms
src/app/redux/categories/categories.actions.js 30ms
src/app/redux/categories/categories.reducers.js 21ms
src/app/redux/categories/categories.types.js 9ms
src/app/redux/customers/customers.actions.js 32ms
src/app/redux/customers/customers.reducers.js 13ms
src/app/redux/customers/customers.types.js 6ms
src/app/redux/devices/devices.actions.js 22ms
src/app/redux/devices/devices.reducers.js 10ms
src/app/redux/devices/devices.types.js 7ms
src/app/redux/discounts/discounts.actions.js 23ms
src/app/redux/discounts/discounts.reducers.js 12ms
src/app/redux/discounts/discounts.types.js 4ms
src/app/redux/employees/employee.actions.js 44ms
src/app/redux/employees/employee.reducers.js 19ms
src/app/redux/employees/employee.types.js 16ms
src/app/redux/inventory/inventory.actions.js 15ms
src/app/redux/inventory/inventory.reducers.js 6ms
src/app/redux/inventory/inventory.types.js 13ms
src/app/redux/items/items.actions.js 30ms
src/app/redux/items/items.reducers.js 16ms
src/app/redux/items/items.types.js 7ms
src/app/redux/payment_types/payment_types.actions.js 12ms
src/app/redux/payment_types/payment_types.reducers.js 10ms
src/app/redux/payment_types/payment_types.types.js 4ms
src/app/redux/sales_reports/reports.actions.js 14ms
src/app/redux/sales_reports/reports.reducers.js 10ms
src/app/redux/sales_reports/reports.types.js 3ms
src/app/redux/settings/settings.actions.js 15ms
src/app/redux/settings/settings.reducers.js 9ms
src/app/redux/settings/settings.types.js 3ms
src/app/redux/shift_reports/shift_reports.actions.js 6ms
src/app/redux/shift_reports/shift_reports.reducers.js 4ms
src/app/redux/shift_reports/shift_reports.types.js 4ms
src/app/redux/taxes/taxes.actions.js 15ms
src/app/redux/taxes/taxes.reducers.js 9ms
src/app/redux/taxes/taxes.types.js 4ms
src/app/redux/warehouses/actions.js 16ms
src/app/redux/warehouses/reducers.js 6ms
src/app/redux/warehouses/types.js 3ms
src/index.js 3ms
src/serviceWorker.js 30ms
Done in 5.18s.
:: Ommm nomm nomm tasty folder ::
Processing File -> src/serviceWorker.js
Processing File -> src/App.js
Processing File -> src/index.js
Processing File -> src/app/redux/taxes/taxes.reducers.js
Processing File -> src/app/redux/taxes/taxes.actions.js
Processing File -> src/app/redux/taxes/taxes.types.js
Processing File -> src/app/redux/categories/categories.types.js
Processing File -> src/app/redux/categories/categories.reducers.js
Processing File -> src/app/redux/categories/categories.actions.js
Processing File -> src/app/redux/warehouses/reducers.js
Processing File -> src/app/redux/warehouses/actions.js
Processing File -> src/app/redux/warehouses/types.js
Processing File -> src/app/redux/employees/employee.types.js
Processing File -> src/app/redux/employees/employee.reducers.js
Processing File -> src/app/redux/employees/employee.actions.js
Processing File -> src/app/redux/auth/auth.types.js
Processing File -> src/app/redux/auth/auth.reducers.js
Processing File -> src/app/redux/auth/auth.actions.js
Processing File -> src/app/redux/customers/customers.reducers.js
Processing File -> src/app/redux/customers/customers.actions.js
Processing File -> src/app/redux/customers/customers.types.js
Processing File -> src/app/redux/shift_reports/shift_reports.reducers.js
Processing File -> src/app/redux/shift_reports/shift_reports.actions.js
Processing File -> src/app/redux/shift_reports/shift_reports.types.js
Processing File -> src/app/redux/discounts/discounts.reducers.js
Processing File -> src/app/redux/discounts/discounts.actions.js
Processing File -> src/app/redux/discounts/discounts.types.js
Processing File -> src/app/redux/sales_reports/reports.types.js
Processing File -> src/app/redux/sales_reports/reports.actions.js
Processing File -> src/app/redux/sales_reports/reports.reducers.js
Processing File -> src/app/redux/devices/devices.actions.js
Processing File -> src/app/redux/devices/devices.reducers.js
Processing File -> src/app/redux/devices/devices.types.js
Processing File -> src/app/redux/payment_types/payment_types.reducers.js
Processing File -> src/app/redux/payment_types/payment_types.types.js
Processing File -> src/app/redux/payment_types/payment_types.actions.js
Processing File -> src/app/redux/items/items.types.js
Processing File -> src/app/redux/items/items.actions.js
Processing File -> src/app/redux/items/items.reducers.js
Processing File -> src/app/redux/settings/settings.reducers.js
Processing File -> src/app/redux/settings/settings.types.js
Processing File -> src/app/redux/settings/settings.actions.js
Processing File -> src/app/redux/inventory/inventory.types.js
Processing File -> src/app/redux/inventory/inventory.reducers.js
Processing File -> src/app/redux/inventory/inventory.actions.js
:: Done Consoles are gone ::
yarn run v1.12.3
$ react-app-rewired build --build-optimizer=true --aot=true
Creating an optimized production build...
Failed to compile.
./src/domain/entities/modifier.ts
Syntax error: Cannot read property 'map' of undefined (0:undefined)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
]0;Firebase CLI
=== Deploying to 'kahero-8dfde'...
i  deploying hosting
i hosting[kahero-backoffice]: beginning deploy...
i hosting[kahero-backoffice]: found 6 files in build
✔ hosting[kahero-backoffice]: file upload complete
i hosting[kahero-backoffice]: finalizing version...
✔ hosting[kahero-backoffice]: version finalized
i hosting[kahero-backoffice]: releasing new version...
✔ hosting[kahero-backoffice]: release complete
✔  Deploy complete!
Project Console: https://console.firebase.google.com/project/kahero-8dfde/overview
Hosting URL: https://kahero-backoffice.firebaseapp.com
Finished: SUCCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment