Deploy master branch to production (obnav.pih-emr.org)

Build: #86 was successful

Job: Default job was successful

Stages & jobs

  1. Build

Build log

The build generated 566 lines of output. Download or view full build log.

26-Jul-2024 16:22:18 Build OpenBoxes - ☆ obnav ← master - Default job #86 (OPENBOXES-SDNAV-G3JOB-86) is being prepared for building on agent obagent1.pih-emr.org (2), bamboo version: 9.2.1
26-Jul-2024 16:22:18 Remote agent on host obagent1.pih-emr.org
26-Jul-2024 16:22:19 Build working directory is /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB
26-Jul-2024 16:22:19 Executing build OpenBoxes - ☆ obnav ← master - Default job #86 (OPENBOXES-SDNAV-G3JOB-86)
26-Jul-2024 16:22:19 Starting task 'Source Code Checkout' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout'
26-Jul-2024 16:22:19 Build always requires a clean checkout
26-Jul-2024 16:22:19 Cleaning build directory '/home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB'
26-Jul-2024 16:22:19 Checking out into /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB
26-Jul-2024 16:22:19 Updating source code to revision: 5d28bece1de87e49f7697d9477bd626149e0e25f
26-Jul-2024 16:22:19 Fetching 'refs/heads/0.9.x' from 'https://github.com/openboxes/openboxes'.
26-Jul-2024 16:22:19 Checking out revision 5d28bece1de87e49f7697d9477bd626149e0e25f.
26-Jul-2024 16:22:19 Creating local git repository in '/home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/.git'.
26-Jul-2024 16:22:19 Cloning into '/home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB'...
26-Jul-2024 16:22:19 done.
26-Jul-2024 16:22:20 Switched to a new branch '0.9.x'
26-Jul-2024 16:22:20 Branch '0.9.x' set up to track remote branch '0.9.x' from 'origin'.
26-Jul-2024 16:22:20 Updated source code to revision: 5d28bece1de87e49f7697d9477bd626149e0e25f
26-Jul-2024 16:22:20 Finished task 'Source Code Checkout' with result: Success
26-Jul-2024 16:22:20 Running pre-build action: Build Log Labeller Pre Build Action
26-Jul-2024 16:22:20 Running pre-build action: VCS Version Collector
26-Jul-2024 16:22:20 Build OpenBoxes - ☆ obnav ← master - Default job #86 (OPENBOXES-SDNAV-G3JOB-86) started building on agent 'obagent1.pih-emr.org (2)' (Remote agent on host obagent1.pih-emr.org)
26-Jul-2024 16:22:20 Skipping execution of task 'com.atlassian.bamboo.plugins.bamboo-variable-inject-plugin:dump' as it is disabled
26-Jul-2024 16:22:20 Skipping execution of task './gradlew --stop' as it is disabled
26-Jul-2024 16:22:20
Substituting variable: ${bamboo.buildNumber} with 86
26-Jul-2024 16:22:20 Starting task 'grails war --info --no-daemon --plain-output' of type 'com.atlassian.bamboo.plugins.bamboo-grails-plugin:grailsBuilderTaskType'
26-Jul-2024 16:22:20
Beginning to execute external process for build 'OpenBoxes - ☆ obnav ← master - Default job #86 (OPENBOXES-SDNAV-G3JOB-86)'
... running command line:
/home/bamboo/remote-agent/build_tools/grails-3.3.16/bin/grails -Dbuild.number=86 -Dorg.gradle.daemon=false war --info --no-daemon --plain-output
... in: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB
26-Jul-2024 16:22:21 |Resolving Dependencies. Please wait...
26-Jul-2024 16:22:26
26-Jul-2024 16:22:26 > Configure project :
26-Jul-2024 16:22:26 configuring for a Tomcat-hosted environment...
26-Jul-2024 16:22:27
26-Jul-2024 16:22:27 CONFIGURE SUCCESSFUL in 5s
26-Jul-2024 16:22:33
26-Jul-2024 16:22:33 > Configure project :
26-Jul-2024 16:22:33 configuring for a Tomcat-hosted environment...
26-Jul-2024 16:22:34
26-Jul-2024 16:22:34 > Task :bootBuildInfo
26-Jul-2024 16:22:34 > Task :compileJava NO-SOURCE
26-Jul-2024 16:22:36
26-Jul-2024 16:22:36 > Task :compileGroovy
26-Jul-2024 16:22:36 Detecting annotation processors on the compile classpath has been deprecated. Gradle 5.0 will ignore annotation processors on the compile classpath. The following annotation processors were detected on the compile classpath: 'org.apache.logging.log4j.core.config.plugins.processor.PluginProcessor'.  Please add them to the annotation processor path instead. If you did not intend to use annotation processors, you can use the '-proc:none' compiler argument to ignore them.
26-Jul-2024 16:22:40 WARNING: The [bindInvoiceData] action accepts a parameter of type [org.grails.web.json.JSONObject] which does not implement grails.validation.Validateable.  Data binding will still be applied to this command object but the instance will not be validateable.
26-Jul-2024 16:22:40
26-Jul-2024 16:22:40        Invoice bindInvoiceData(Invoice invoice, Location currentLocation, JSONObject jsonObject) {
26-Jul-2024 16:22:40        ^
26-Jul-2024 16:22:40 WARNING: The [bindLocationData] action accepts a parameter of type [org.grails.web.json.JSONObject] which does not implement grails.validation.Validateable.  Data binding will still be applied to this command object but the instance will not be validateable.
26-Jul-2024 16:22:40
26-Jul-2024 16:22:40        Location bindLocationData(Location location, JSONObject jsonObject) {
26-Jul-2024 16:22:40        ^
26-Jul-2024 16:22:41 WARNING: The [getOrdersCsv] action in [org.pih.warehouse.api.PurchaseOrderApiController] accepts a parameter of type [java.util.List].  Interface types and abstract class types are not supported as command objects.  This parameter will be ignored.
26-Jul-2024 16:22:41
26-Jul-2024 16:22:41        def getOrdersCsv(List<OrderSummary> purchaseOrders) {
26-Jul-2024 16:22:41        ^
26-Jul-2024 16:22:41 WARNING: The [getOrderItemsCsv] action in [org.pih.warehouse.api.PurchaseOrderApiController] accepts a parameter of type [java.util.List].  Interface types and abstract class types are not supported as command objects.  This parameter will be ignored.
26-Jul-2024 16:22:41
26-Jul-2024 16:22:41        def getOrderItemsCsv(List<OrderSummary> purchaseOrders) {
26-Jul-2024 16:22:41        ^
26-Jul-2024 16:22:41 WARNING: The [getReasonCode] action accepts a parameter of type [org.pih.warehouse.core.ReasonCode] which does not implement grails.validation.Validateable.  Data binding will still be applied to this command object but the instance will not be validateable.
26-Jul-2024 16:22:41
26-Jul-2024 16:22:41        ReasonCodeCommand getReasonCode(ReasonCode reasonCodeEnum) {
26-Jul-2024 16:22:41        ^
26-Jul-2024 16:22:41 WARNING: The [bindReplenishmentData] action accepts a parameter of type [org.grails.web.json.JSONObject] which does not implement grails.validation.Validateable.  Data binding will still be applied to this command object but the instance will not be validateable.
26-Jul-2024 16:22:41
26-Jul-2024 16:22:41        Replenishment bindReplenishmentData(Replenishment replenishment, User currentUser, Location currentLocation, JSONObject jsonObject) {
26-Jul-2024 16:22:41        ^
26-Jul-2024 16:22:41 WARNING: The [getShipmentItemsCsv] action in [org.pih.warehouse.api.StockMovementApiController] accepts a parameter of type [java.util.List].  Interface types and abstract class types are not supported as command objects.  This parameter will be ignored.
26-Jul-2024 16:22:41
26-Jul-2024 16:22:41        def getShipmentItemsCsv(List shipmentItems) {
26-Jul-2024 16:22:41        ^
26-Jul-2024 16:22:41 WARNING: The [getPendingRequisitionItemsCsv] action in [org.pih.warehouse.api.StockMovementApiController] accepts a parameter of type [java.util.List].  Interface types and abstract class types are not supported as command objects.  This parameter will be ignored.
26-Jul-2024 16:22:41
26-Jul-2024 16:22:41        def getPendingRequisitionItemsCsv(List pendingRequisitionItems) {
26-Jul-2024 16:22:41        ^
26-Jul-2024 16:22:41 WARNING: The [getStockMovementsCsv] action in [org.pih.warehouse.api.StockMovementApiController] accepts a parameter of type [java.util.List].  Interface types and abstract class types are not supported as command objects.  This parameter will be ignored.
26-Jul-2024 16:22:41
26-Jul-2024 16:22:41        def getStockMovementsCsv(List stockMovements) {
26-Jul-2024 16:22:41        ^
26-Jul-2024 16:22:41 WARNING: The [bindStockTransferData] action accepts a parameter of type [org.grails.web.json.JSONObject] which does not implement grails.validation.Validateable.  Data binding will still be applied to this command object but the instance will not be validateable.
26-Jul-2024 16:22:41
26-Jul-2024 16:22:41        StockTransfer bindStockTransferData(StockTransfer stockTransfer, User currentUser, Location currentLocation, JSONObject jsonObject) {
26-Jul-2024 16:22:41        ^
26-Jul-2024 16:22:41 WARNING: The [markAs] action accepts a parameter of type [org.pih.warehouse.inventory.InventoryStatus] which does not implement grails.validation.Validateable.  Data binding will still be applied to this command object but the instance will not be validateable.
26-Jul-2024 16:22:41
26-Jul-2024 16:22:41        def markAs(Product product, Inventory inventory, InventoryStatus inventoryStatus) {
26-Jul-2024 16:22:41        ^
26-Jul-2024 16:22:42 WARNING: The [updateAttributes] action in [org.pih.warehouse.product.ProductSupplierController] accepts a parameter of type [java.util.Map].  Interface types and abstract class types are not supported as command objects.  This parameter will be ignored.
26-Jul-2024 16:22:42
26-Jul-2024 16:22:42        def updateAttributes(ProductSupplier productSupplier, Map params) {
26-Jul-2024 16:22:42        ^
26-Jul-2024 16:22:53
26-Jul-2024 16:22:53 > Task :generateGitProperties
26-Jul-2024 16:22:53 Processing File 1 of 48 - mobile.css
26-Jul-2024 16:22:54 Processing File 2 of 48 - badge.css
26-Jul-2024 16:22:54 Processing File 3 of 48 - errors.css
26-Jul-2024 16:22:54 Processing File 4 of 48 - grails.css
26-Jul-2024 16:22:54 Processing File 5 of 48 - onScan.min.js
26-Jul-2024 16:22:54 Processing File 6 of 48 - jquery.clock.css
26-Jul-2024 16:22:54 Processing File 7 of 48 - jquery.clock.js
26-Jul-2024 16:22:54 Processing File 8 of 48 - jquery.color.js
26-Jul-2024 16:22:54 Processing File 9 of 48 - jquery.countdown.css
26-Jul-2024 16:22:54 Processing File 10 of 48 - jquery.countdown.js
26-Jul-2024 16:22:54 Processing File 11 of 48 - quartz-monitor-main.css
26-Jul-2024 16:22:54 Processing File 12 of 48 - quartz-monitor-main.js
26-Jul-2024 16:22:54 Processing File 13 of 48 - quartz-monitor.css
26-Jul-2024 16:22:54 Processing File 14 of 48 - quartz-monitor.js
26-Jul-2024 16:22:54 Processing File 15 of 48 - apple-touch-icon.png
26-Jul-2024 16:22:54 Processing File 16 of 48 - openboxes_logo_40x40.jpg
26-Jul-2024 16:22:54 Processing File 17 of 48 - slack.svg
26-Jul-2024 16:22:54 Processing File 18 of 48 - grails-cupsonly-logo-white.svg
26-Jul-2024 16:22:54 Processing File 19 of 48 - advancedgrails.svg
26-Jul-2024 16:22:54 Processing File 20 of 48 - documentation.svg
26-Jul-2024 16:22:54 Processing File 21 of 48 - grails.svg
26-Jul-2024 16:22:54 Processing File 22 of 48 - apple-touch-icon-retina.png
26-Jul-2024 16:22:54 Processing File 23 of 48 - favicon.ico
26-Jul-2024 16:22:54 Processing File 24 of 48 - jgreenspan.png
26-Jul-2024 16:22:54 Processing File 25 of 48 - skin/sorted_asc.gif
26-Jul-2024 16:22:54 Processing File 26 of 48 - skin/database_delete.png
26-Jul-2024 16:22:54 Processing File 27 of 48 - skin/information.png
26-Jul-2024 16:22:54 Processing File 28 of 48 - skin/exclamation.png
26-Jul-2024 16:22:54 Processing File 29 of 48 - skin/sorted_desc.gif
26-Jul-2024 16:22:54 Processing File 30 of 48 - skin/database_save.png
26-Jul-2024 16:22:54 Processing File 31 of 48 - skin/database_table.png
26-Jul-2024 16:22:54 Processing File 32 of 48 - skin/database_edit.png
26-Jul-2024 16:22:54 Processing File 33 of 48 - skin/database_add.png
26-Jul-2024 16:22:54 Processing File 34 of 48 - skin/shadow.jpg
26-Jul-2024 16:22:54 Processing File 35 of 48 - skin/house.png
26-Jul-2024 16:22:54 Processing File 36 of 48 - spinner.gif
26-Jul-2024 16:22:54 Processing File 37 of 48 - complete.gif
26-Jul-2024 16:22:54 Processing File 38 of 48 - error.gif
26-Jul-2024 16:22:54 Processing File 39 of 48 - not-run.gif
26-Jul-2024 16:22:54 Processing File 40 of 48 - pause-all.png
26-Jul-2024 16:22:54 Processing File 41 of 48 - pause.png
26-Jul-2024 16:22:54 Processing File 42 of 48 - play-all.png
26-Jul-2024 16:22:54 Processing File 43 of 48 - reschedule.png
26-Jul-2024 16:22:54 Processing File 44 of 48 - resume.png
26-Jul-2024 16:22:54 Processing File 45 of 48 - run.png
26-Jul-2024 16:22:54 Processing File 46 of 48 - running.gif
26-Jul-2024 16:22:54 Processing File 47 of 48 - start.png
26-Jul-2024 16:22:54 Processing File 48 of 48 - stop.png
26-Jul-2024 16:22:54
26-Jul-2024 16:22:54 > Task :assetCompile
26-Jul-2024 16:22:54 Finished Precompiling Assets
26-Jul-2024 16:22:54
26-Jul-2024 16:22:54 > Task :buildProperties
26-Jul-2024 16:22:56 > Task :nodeSetup
26-Jul-2024 16:23:09
26-Jul-2024 16:23:09 > Task :npmSetup
26-Jul-2024 16:23:09 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/.gradle/npm/npm-v6.14.18/bin/npm -> /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/.gradle/npm/npm-v6.14.18/lib/node_modules/npm/bin/npm-cli.js
26-Jul-2024 16:23:09 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/.gradle/npm/npm-v6.14.18/bin/npx -> /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/.gradle/npm/npm-v6.14.18/lib/node_modules/npm/bin/npx-cli.js
26-Jul-2024 16:23:09 + npm@6.14.18
26-Jul-2024 16:23:09 added 458 packages from 896 contributors in 13.208s
26-Jul-2024 16:23:10
26-Jul-2024 16:23:10 > Task :nodeVersionInfo
26-Jul-2024 16:23:10 {
26-Jul-2024 16:23:10   openboxes: '1.0.0',
26-Jul-2024 16:23:10   npm: '6.14.18',
26-Jul-2024 16:23:10   ares: '1.18.1',
26-Jul-2024 16:23:10   brotli: '1.0.9',
26-Jul-2024 16:23:10   cldr: '40.0',
26-Jul-2024 16:23:10   icu: '70.1',
26-Jul-2024 16:23:10   llhttp: '2.1.6',
26-Jul-2024 16:23:10   modules: '83',
26-Jul-2024 16:23:10   napi: '8',
26-Jul-2024 16:23:10   nghttp2: '1.42.0',
26-Jul-2024 16:23:10   node: '14.21.3',
26-Jul-2024 16:23:10   openssl: '1.1.1t',
26-Jul-2024 16:23:10   tz: '2022f',
26-Jul-2024 16:23:10   unicode: '14.0',
26-Jul-2024 16:23:10   uv: '1.42.0',
26-Jul-2024 16:23:10   v8: '8.4.371.23-node.88',
26-Jul-2024 16:23:10   zlib: '1.2.11'
26-Jul-2024 16:23:10 }
26-Jul-2024 16:23:34
26-Jul-2024 16:23:34 > Task :npmInstall
26-Jul-2024 16:23:34
26-Jul-2024 16:23:34 > @fortawesome/fontawesome-common-types@0.2.36 postinstall /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/node_modules/@fortawesome/fontawesome-common-types
26-Jul-2024 16:23:34 > node attribution.js
26-Jul-2024 16:23:34
26-Jul-2024 16:23:34 Font Awesome Free 0.2.36 by @fontawesome - https://fontawesome.com
26-Jul-2024 16:23:34 License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
26-Jul-2024 16:23:34
26-Jul-2024 16:23:34
26-Jul-2024 16:23:34 > core-js@2.6.12 postinstall /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/node_modules/core-js
26-Jul-2024 16:23:34 > node -e "try{require('./postinstall')}catch(e){}"
26-Jul-2024 16:23:34
26-Jul-2024 16:23:34 Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
26-Jul-2024 16:23:34
26-Jul-2024 16:23:34 The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
26-Jul-2024 16:23:34 > https://opencollective.com/core-js
26-Jul-2024 16:23:34 > https://www.patreon.com/zloirock
26-Jul-2024 16:23:34
26-Jul-2024 16:23:34 Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
26-Jul-2024 16:23:34
26-Jul-2024 16:23:34
26-Jul-2024 16:23:34 > core-js-pure@3.30.2 postinstall /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/node_modules/core-js-pure
26-Jul-2024 16:23:34 > node -e "try{require('./postinstall')}catch(e){}"
26-Jul-2024 16:23:34
26-Jul-2024 16:23:34 Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
26-Jul-2024 16:23:34
26-Jul-2024 16:23:34 The project needs your help! Please consider supporting of core-js:
26-Jul-2024 16:23:34 > https://opencollective.com/core-js
26-Jul-2024 16:23:34 > https://patreon.com/zloirock
26-Jul-2024 16:23:34 > https://boosty.to/zloirock
26-Jul-2024 16:23:34 > bitcoin: bc1qlea7544qtsmj2rayg0lthvza9fau63ux0fstcz
26-Jul-2024 16:23:34
26-Jul-2024 16:23:34 I highly recommend reading this: https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md
26-Jul-2024 16:23:34
26-Jul-2024 16:23:34
26-Jul-2024 16:23:34 > core-js@3.30.2 postinstall /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/node_modules/mock-local-storage/node_modules/core-js
26-Jul-2024 16:23:34 > node -e "try{require('./postinstall')}catch(e){}"
26-Jul-2024 16:23:34
26-Jul-2024 16:23:34
26-Jul-2024 16:23:34 > core-js@3.30.2 postinstall /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/node_modules/react-styleguidist/node_modules/core-js
26-Jul-2024 16:23:34 > node -e "try{require('./postinstall')}catch(e){}"
26-Jul-2024 16:23:34
26-Jul-2024 16:23:34
26-Jul-2024 16:23:34 > react-final-form@3.6.5 postinstall /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/node_modules/react-final-form
26-Jul-2024 16:23:34 > opencollective postinstall || exit 0
26-Jul-2024 16:23:34
26-Jul-2024 16:23:35 sh: 1: opencollective: not found
26-Jul-2024 16:23:35 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
26-Jul-2024 16:23:35 npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
26-Jul-2024 16:23:35
26-Jul-2024 16:23:35 added 1836 packages from 952 contributors and audited 1839 packages in 25.219s
26-Jul-2024 16:23:35 found 21 vulnerabilities (7 moderate, 13 high, 1 critical)
26-Jul-2024 16:23:35   run `npm audit fix` to fix them, or `npm audit` for details
26-Jul-2024 16:23:48
26-Jul-2024 16:23:48 > Task :npm_run_bundle
26-Jul-2024 16:23:48
26-Jul-2024 16:23:48 > openboxes@1.0.0 bundle /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB
26-Jul-2024 16:23:48 > webpack --no-color --mode=production
26-Jul-2024 16:23:48
26-Jul-2024 16:23:48 <i> [FileManagerPlugin] deleted /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/src/main/webapp/webpack
26-Jul-2024 16:24:26 (node:1777966) [DEP_WEBPACK_TEMPLATE_PATH_PLUGIN_REPLACE_PATH_VARIABLES_HASH] DeprecationWarning: [hash] is now [fullhash] (also consider using [chunkhash] or [contenthash], see documentation for details)
26-Jul-2024 16:24:26 (Use `node --trace-deprecation ...` to show where the warning was created)
26-Jul-2024 16:24:53 Browserslist: caniuse-lite is outdated. Please run:
26-Jul-2024 16:24:53   npx update-browserslist-db@latest
26-Jul-2024 16:24:53   Why you should do it regularly: https://github.com/browserslist/update-db#readme
26-Jul-2024 16:24:53 Browserslist: caniuse-lite is outdated. Please run:
26-Jul-2024 16:24:53   npx update-browserslist-db@latest
26-Jul-2024 16:24:53   Why you should do it regularly: https://github.com/browserslist/update-db#readme
26-Jul-2024 16:24:53 Browserslist: caniuse-lite is outdated. Please run:
26-Jul-2024 16:24:53   npx update-browserslist-db@latest
26-Jul-2024 16:24:53   Why you should do it regularly: https://github.com/browserslist/update-db#readme
26-Jul-2024 16:24:53 Browserslist: caniuse-lite is outdated. Please run:
26-Jul-2024 16:24:53   npx update-browserslist-db@latest
26-Jul-2024 16:24:53   Why you should do it regularly: https://github.com/browserslist/update-db#readme
26-Jul-2024 16:24:53 Browserslist: caniuse-lite is outdated. Please run:
26-Jul-2024 16:24:53   npx update-browserslist-db@latest
26-Jul-2024 16:24:53   Why you should do it regularly: https://github.com/browserslist/update-db#readme
26-Jul-2024 16:24:53 Browserslist: caniuse-lite is outdated. Please run:
26-Jul-2024 16:24:53   npx update-browserslist-db@latest
26-Jul-2024 16:24:53   Why you should do it regularly: https://github.com/browserslist/update-db#readme
26-Jul-2024 16:24:53 Browserslist: caniuse-lite is outdated. Please run:
26-Jul-2024 16:24:53   npx update-browserslist-db@latest
26-Jul-2024 16:24:53   Why you should do it regularly: https://github.com/browserslist/update-db#readme
26-Jul-2024 16:24:53 Browserslist: caniuse-lite is outdated. Please run:
26-Jul-2024 16:24:53   npx update-browserslist-db@latest
26-Jul-2024 16:24:53   Why you should do it regularly: https://github.com/browserslist/update-db#readme
26-Jul-2024 16:24:53 Browserslist: caniuse-lite is outdated. Please run:
26-Jul-2024 16:24:53   npx update-browserslist-db@latest
26-Jul-2024 16:24:53   Why you should do it regularly: https://github.com/browserslist/update-db#readme
26-Jul-2024 16:24:53 Browserslist: caniuse-lite is outdated. Please run:
26-Jul-2024 16:24:53   npx update-browserslist-db@latest
26-Jul-2024 16:24:53   Why you should do it regularly: https://github.com/browserslist/update-db#readme
26-Jul-2024 16:24:53 Browserslist: caniuse-lite is outdated. Please run:
26-Jul-2024 16:24:53   npx update-browserslist-db@latest
26-Jul-2024 16:24:53   Why you should do it regularly: https://github.com/browserslist/update-db#readme
26-Jul-2024 16:24:53 Browserslist: caniuse-lite is outdated. Please run:
26-Jul-2024 16:24:53   npx update-browserslist-db@latest
26-Jul-2024 16:24:53   Why you should do it regularly: https://github.com/browserslist/update-db#readme
26-Jul-2024 16:24:53 Browserslist: caniuse-lite is outdated. Please run:
26-Jul-2024 16:24:53   npx update-browserslist-db@latest
26-Jul-2024 16:24:53   Why you should do it regularly: https://github.com/browserslist/update-db#readme
26-Jul-2024 16:24:53 Browserslist: caniuse-lite is outdated. Please run:
26-Jul-2024 16:24:53   npx update-browserslist-db@latest
26-Jul-2024 16:24:53   Why you should do it regularly: https://github.com/browserslist/update-db#readme
26-Jul-2024 16:24:53 Browserslist: caniuse-lite is outdated. Please run:
26-Jul-2024 16:24:53   npx update-browserslist-db@latest
26-Jul-2024 16:24:53   Why you should do it regularly: https://github.com/browserslist/update-db#readme
26-Jul-2024 16:24:56 assets by path *.js 5.2 MiB
26-Jul-2024 16:24:56   assets by chunk 791 KiB (id hint: vendors) 13 assets
26-Jul-2024 16:24:56   + 43 assets
26-Jul-2024 16:24:56 assets by path *.css 641 KiB
26-Jul-2024 16:24:56   asset bundle.47f1beb48fcfc483c485.css 253 KiB [emitted] [immutable] [minimized] [big] (name: app)
26-Jul-2024 16:24:56   asset bundle.47f1beb48fcfc483c485.7521.css 33.1 KiB [emitted] [immutable] [minimized]
26-Jul-2024 16:24:56   asset bundle.47f1beb48fcfc483c485.2357.css 25.6 KiB [emitted] [immutable] [minimized]
26-Jul-2024 16:24:56   + 23 assets
26-Jul-2024 16:24:56 assets by path ./ 1.09 MiB
26-Jul-2024 16:24:56   assets by path ./*.woff2 135 KiB 6 assets
26-Jul-2024 16:24:56   assets by path ./*.woff 222 KiB 2 assets
26-Jul-2024 16:24:56   + 3 assets
26-Jul-2024 16:24:56 assets by path ../../../../grails-app/views/ 986 bytes
26-Jul-2024 16:24:56   asset ../../../../grails-app/views/partialReceiving/create.gsp 557 bytes [emitted]
26-Jul-2024 16:24:56   asset ../../../../grails-app/views/common/react.gsp 429 bytes [emitted]
26-Jul-2024 16:24:56 Entrypoint app [big] 2.75 MiB = bundle.47f1beb48fcfc483c485.css 253 KiB bundle.47f1beb48fcfc483c485.js 2.5 MiB
26-Jul-2024 16:24:56 orphan modules 27 MiB (javascript) 776 bytes (runtime) [orphan] 877 modules
26-Jul-2024 16:24:56 runtime modules 11.1 KiB 19 modules
26-Jul-2024 16:24:56 cacheable modules 11.4 MiB (javascript) 351 KiB (css/mini-extract)
26-Jul-2024 16:24:56   modules by path ./node_modules/ 6.63 MiB (javascript) 254 KiB (css/mini-extract)
26-Jul-2024 16:24:56     javascript modules 6.57 MiB 746 modules
26-Jul-2024 16:24:56     css modules 254 KiB 10 modules
26-Jul-2024 16:24:56     json modules 62.9 KiB 9 modules
26-Jul-2024 16:24:56   modules by path ./src/ 4.79 MiB (javascript) 96.4 KiB (css/mini-extract)
26-Jul-2024 16:24:56     javascript modules 4.79 MiB 126 modules
26-Jul-2024 16:24:56     css modules 96.4 KiB
26-Jul-2024 16:24:56       modules by path ./src/js/components/ 71.7 KiB 32 modules
26-Jul-2024 16:24:56       + 3 modules
26-Jul-2024 16:24:56   readable-stream (ignored) 15 bytes [built] [code generated]
26-Jul-2024 16:24:56 ./node_modules/moment/locale/ sync ^\.\/.*$ 3.21 KiB [optional] [built] [code generated]
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 WARNING in ./node_modules/react-icons/all.js 5:0-22
26-Jul-2024 16:24:56 The requested module './io5' contains conflicting star exports for the names 'IoLogoAndroid', 'IoLogoAngular', 'IoLogoApple', 'IoLogoBitbucket', 'IoLogoBitcoin', 'IoLogoBuffer', 'IoLogoChrome', 'IoLogoClosedCaptioning', 'IoLogoCodepen', 'IoLogoCss3', 'IoLogoDesignernews', 'IoLogoDribbble', 'IoLogoDropbox', 'IoLogoEuro', 'IoLogoFacebook', 'IoLogoFlickr', 'IoLogoFoursquare', 'IoLogoGithub', 'IoLogoGoogle', 'IoLogoHackernews', 'IoLogoHtml5', 'IoLogoInstagram', 'IoLogoIonic', 'IoLogoIonitron', 'IoLogoJavascript', 'IoLogoLinkedin', 'IoLogoMarkdown', 'IoLogoNoSmoking', 'IoLogoNodejs', 'IoLogoNpm', 'IoLogoOctocat', 'IoLogoPinterest', 'IoLogoPlaystation', 'IoLogoPython', 'IoLogoReddit', 'IoLogoRss', 'IoLogoSass', 'IoLogoSkype', 'IoLogoSlack', 'IoLogoSnapchat', 'IoLogoSteam', 'IoLogoTumblr', 'IoLogoTux', 'IoLogoTwitch', 'IoLogoTwitter', 'IoLogoUsd', 'IoLogoVimeo', 'IoLogoVk', 'IoLogoWhatsapp', 'IoLogoWindows', 'IoLogoWordpress', 'IoLogoXbox', 'IoLogoXing', 'IoLogoYahoo', 'IoLogoYen', 'IoLogoYoutube' with the previous requested module './io'
26-Jul-2024 16:24:56 @ ./src/js/components/stock-movement/outbound/StockMovementOutboundTable.jsx 10:0-46 107:51-62
26-Jul-2024 16:24:56 @ ./src/js/components/stock-movement/outbound/StockMovementOutboundList.jsx 9:0-103 35:39-65
26-Jul-2024 16:24:56 @ ./src/js/components/Router.jsx
26-Jul-2024 16:24:56 @ ./src/js/MainRouter.jsx 32:0-39 84:46-52
26-Jul-2024 16:24:56 @ ./src/js/index.jsx 10:0-40 30:38-48
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 WARNING in ./node_modules/react-icons/all.js 19:0-22
26-Jul-2024 16:24:56 The requested module './hi2' contains conflicting star exports for the names 'HiAcademicCap', 'HiArrowDown', 'HiArrowLeft', 'HiArrowRight', 'HiArrowUp', 'HiAtSymbol', 'HiBackspace', 'HiBeaker', 'HiBell', 'HiBookOpen', 'HiBookmark', 'HiBriefcase', 'HiCake', 'HiCalculator', 'HiCalendar', 'HiCamera', 'HiChartBar', 'HiChartPie', 'HiCheck', 'HiCheckCircle', 'HiChevronDoubleDown', 'HiChevronDoubleLeft', 'HiChevronDoubleRight', 'HiChevronDoubleUp', 'HiChevronDown', 'HiChevronLeft', 'HiChevronRight', 'HiChevronUp', 'HiClipboard', 'HiClock', 'HiCloud', 'HiCog', 'HiCreditCard', 'HiCube', 'HiCurrencyDollar', 'HiCurrencyEuro', 'HiCurrencyPound', 'HiCurrencyRupee', 'HiCurrencyYen', 'HiDeviceTablet', 'HiDocument', 'HiDocumentDuplicate', 'HiDocumentText', 'HiExclamationCircle', 'HiEye', 'HiFilm', 'HiFingerPrint', 'HiFire', 'HiFlag', 'HiFolder', 'HiFolderOpen', 'HiGift', 'HiGlobeAlt', 'HiHashtag', 'HiHeart', 'HiHome', 'HiIdentification', 'HiInbox', 'HiInformationCircle', 'HiKey', 'HiLightBulb', 'HiLink', 'HiLockClosed', 'HiLockOpen', 'HiMap', 'HiMicrophone', 'HiMinus', 'HiMinusCircle', 'HiMoon', 'HiNewspaper', 'HiOutlineAcademicCap', 'HiOutlineArrowDown', 'HiOutlineArrowLeft', 'HiOutlineArrowRight', 'HiOutlineArrowUp', 'HiOutlineAtSymbol', 'HiOutlineBackspace', 'HiOutlineBeaker', 'HiOutlineBell', 'HiOutlineBookOpen', 'HiOutlineBookmark', 'HiOutlineBriefcase', 'HiOutlineCake', 'HiOutlineCalculator', 'HiOutlineCalendar', 'HiOutlineCamera', 'HiOutlineChartBar', 'HiOutlineChartPie', 'HiOutlineCheck', 'HiOutlineCheckCircle', 'HiOutlineChevronDoubleDown', 'HiOutlineChevronDoubleLeft', 'HiOutlineChevronDoubleRight', 'HiOutlineChevronDoubleUp', 'HiOutlineChevronDown', 'HiOutlineChevronLeft', 'HiOutlineChevronRight', 'HiOutlineChevronUp', 'HiOutlineClipboard', 'HiOutlineClock', 'HiOutlineCloud', 'HiOutlineCog', 'HiOutlineCreditCard', 'HiOutlineCube', 'HiOutlineCurrencyDollar', 'HiOutlineCurrencyEuro', 'HiOutlineCurrencyPound', 'HiOutlineCurrencyRupee', 'HiOutlineCurrencyYen', 'HiOutlineDeviceTablet', 'HiOutlineDocument', 'HiOutlineDocumentDuplicate', 'HiOutlineDocumentText', 'HiOutlineExclamationCircle', 'HiOutlineEye', 'HiOutlineFilm', 'HiOutlineFingerPrint', 'HiOutlineFire', 'HiOutlineFlag', 'HiOutlineFolder', 'HiOutlineFolderOpen', 'HiOutlineGift', 'HiOutlineGlobeAlt', 'HiOutlineHashtag', 'HiOutlineHeart', 'HiOutlineHome', 'HiOutlineIdentification', 'HiOutlineInbox', 'HiOutlineInformationCircle', 'HiOutlineKey', 'HiOutlineLightBulb', 'HiOutlineLink', 'HiOutlineLockClosed', 'HiOutlineLockOpen', 'HiOutlineMap', 'HiOutlineMicrophone', 'HiOutlineMinus', 'HiOutlineMinusCircle', 'HiOutlineMoon', 'HiOutlineNewspaper', 'HiOutlinePaperAirplane', 'HiOutlinePaperClip', 'HiOutlinePause', 'HiOutlinePencil', 'HiOutlinePhone', 'HiOutlinePlay', 'HiOutlinePlus', 'HiOutlinePlusCircle', 'HiOutlinePresentationChartBar', 'HiOutlinePresentationChartLine', 'HiOutlinePrinter', 'HiOutlineQuestionMarkCircle', 'HiOutlineReceiptRefund', 'HiOutlineRss', 'HiOutlineScale', 'HiOutlineScissors', 'HiOutlineServer', 'HiOutlineShare', 'HiOutlineShieldCheck', 'HiOutlineShieldExclamation', 'HiOutlineShoppingBag', 'HiOutlineShoppingCart', 'HiOutlineSparkles', 'HiOutlineStar', 'HiOutlineStop', 'HiOutlineSun', 'HiOutlineTag', 'HiOutlineTicket', 'HiOutlineTrash', 'HiOutlineTruck', 'HiOutlineUser', 'HiOutlineUserCircle', 'HiOutlineUserGroup', 'HiOutlineUsers', 'HiOutlineVideoCamera', 'HiOutlineWifi', 'HiOutlineXCircle', 'HiPaperAirplane', 'HiPaperClip', 'HiPause', 'HiPencil', 'HiPhone', 'HiPlay', 'HiPlus', 'HiPlusCircle', 'HiPresentationChartBar', 'HiPresentationChartLine', 'HiPrinter', 'HiQuestionMarkCircle', 'HiReceiptRefund', 'HiRss', 'HiScale', 'HiScissors', 'HiServer', 'HiShare', 'HiShieldCheck', 'HiShieldExclamation', 'HiShoppingBag', 'HiShoppingCart', 'HiSparkles', 'HiStar', 'HiStop', 'HiSun', 'HiTag', 'HiTicket', 'HiTrash', 'HiTruck', 'HiUser', 'HiUserCircle', 'HiUserGroup', 'HiUsers', 'HiVideoCamera', 'HiWifi', 'HiXCircle' with the previous requested module './hi'
26-Jul-2024 16:24:56 @ ./src/js/components/stock-movement/outbound/StockMovementOutboundTable.jsx 10:0-46 107:51-62
26-Jul-2024 16:24:56 @ ./src/js/components/stock-movement/outbound/StockMovementOutboundList.jsx 9:0-103 35:39-65
26-Jul-2024 16:24:56 @ ./src/js/components/Router.jsx
26-Jul-2024 16:24:56 @ ./src/js/MainRouter.jsx 32:0-39 84:46-52
26-Jul-2024 16:24:56 @ ./src/js/index.jsx 10:0-40 30:38-48
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 WARNING in chunk 1240 [mini-css-extract-plugin]
26-Jul-2024 16:24:56 Conflicting order. Following module has been added:
26-Jul-2024 16:24:56 * css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/react-table/react-table.css
26-Jul-2024 16:24:56 despite it was not able to fulfill desired ordering with these modules:
26-Jul-2024 16:24:56 * css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/react-datepicker/dist/react-datepicker.css
26-Jul-2024 16:24:56    - couldn't fulfill desired order of chunk group(s) , , , , , , ,
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 WARNING in chunk 1240 [mini-css-extract-plugin]
26-Jul-2024 16:24:56 Conflicting order. Following module has been added:
26-Jul-2024 16:24:56 * css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/react-datepicker/dist/react-datepicker.css
26-Jul-2024 16:24:56 despite it was not able to fulfill desired ordering with these modules:
26-Jul-2024 16:24:56 * css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/react-table-hoc-fixed-columns/lib/styles.css
26-Jul-2024 16:24:56    - couldn't fulfill desired order of chunk group(s)
26-Jul-2024 16:24:56    - while fulfilling desired order of chunk group(s) , , , , , , ,
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 WARNING in chunk 9676 [mini-css-extract-plugin]
26-Jul-2024 16:24:56 Conflicting order. Following module has been added:
26-Jul-2024 16:24:56 * css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/react-datepicker/dist/react-datepicker.css
26-Jul-2024 16:24:56 despite it was not able to fulfill desired ordering with these modules:
26-Jul-2024 16:24:56 * css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/react-confirm-alert/src/react-confirm-alert.css
26-Jul-2024 16:24:56    - couldn't fulfill desired order of chunk group(s) , ,
26-Jul-2024 16:24:56    - while fulfilling desired order of chunk group(s) , , ,
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 WARNING in chunk 9676 [mini-css-extract-plugin]
26-Jul-2024 16:24:56 Conflicting order. Following module has been added:
26-Jul-2024 16:24:56 * css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/react-confirm-alert/src/react-confirm-alert.css
26-Jul-2024 16:24:56 despite it was not able to fulfill desired ordering with these modules:
26-Jul-2024 16:24:56 * css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/js/components/wizard/WizardSteps.scss
26-Jul-2024 16:24:56    - couldn't fulfill desired order of chunk group(s)
26-Jul-2024 16:24:56    - while fulfilling desired order of chunk group(s) , , , , ,
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 WARNING in [eslint]
26-Jul-2024 16:24:56 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/src/js/actions/index.js
26-Jul-2024 16:24:56   202:65  warning  '||' should be placed at the beginning of the line   operator-linebreak
26-Jul-2024 16:24:56   251:23  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   371:44  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   378:13  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   522:44  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   620:7   warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   630:41  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   630:47  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   646:35  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   673:28  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   680:29  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   687:28  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   694:33  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   701:33  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/src/js/api/services/GlAccountApi.js
26-Jul-2024 16:24:56   5:24  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/src/js/api/services/InvoiceApi.js
26-Jul-2024 16:24:56    6:16  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   10:21  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/src/js/api/services/InvoiceItemApi.js
26-Jul-2024 16:24:56   5:24  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/src/js/api/services/LocationApi.js
26-Jul-2024 16:24:56   5:21  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/src/js/api/services/PurchaseOrderApi.js
26-Jul-2024 16:24:56   10:16  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   11:18  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   12:14  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   13:20  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/src/js/api/services/StockListApi.js
26-Jul-2024 16:24:56   12:18  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   13:20  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   14:19  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   15:19  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   16:21  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   17:23  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/src/js/api/services/StockMovementApi.js
26-Jul-2024 16:24:56   11:22  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   12:24  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   26:21  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/src/js/api/services/StockTransferApi.js
26-Jul-2024 16:24:56   10:22  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   11:21  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   13:24  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   14:15  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   15:19  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/src/js/api/services/UserApi.js
26-Jul-2024 16:24:56   5:20  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/src/js/api/urls.js
26-Jul-2024 16:24:56    11:38  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    12:46  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    16:37  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    19:45  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    20:49  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    21:37  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    22:44  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    23:48  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    24:38  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    25:38  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    26:41  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    27:32  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    32:42  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    33:44  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    34:43  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    35:47  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    36:47  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    37:48  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    41:37  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    42:48  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    46:42  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    50:30  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    51:36  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    55:38  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    63:33  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    64:33  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    65:32  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    66:32  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    67:34  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    68:36  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56    99:25  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   102:37  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   122:30  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   151:31  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/src/js/hooks/list-pages/purchase-order/usePurchaseOrderFiltersCleaner.js
26-Jul-2024 16:24:56   14:19  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/src/js/hooks/list-pages/useCommonFiltersCleaner.js
26-Jul-2024 16:24:56   14:19  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/src/js/hooks/options-data/useOptionsFetch.js
26-Jul-2024 16:24:56   12:19  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   30:21  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/src/js/hooks/outboundImport/useOutboundImportForm.js
26-Jul-2024 16:24:56    54:46  warning  Expected parentheses around arrow function argument  arrow-parens
26-Jul-2024 16:24:56   106:5   warning  Unexpected console statement                         no-console
26-Jul-2024 16:24:56   138:5   warning  Unexpected console statement                         no-console
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/src/js/hooks/productSupplier/form/useCalculateEachPrice.js
26-Jul-2024 16:24:56   15:30  warning  '&&' should be placed at the beginning of the line  operator-linebreak
26-Jul-2024 16:24:56   16:40  warning  '&&' should be placed at the beginning of the line  operator-linebreak
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/src/js/hooks/productSupplier/form/useProductSupplierForm.js
26-Jul-2024 16:24:56   278:28  warning  There should be no line break before or after '='  operator-linebreak
26-Jul-2024 16:24:56   283:32  warning  There should be no line break before or after '='  operator-linebreak
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/src/js/utils/permissionUtils.js
26-Jul-2024 16:24:56   24:30  warning  '&&' should be placed at the beginning of the line  operator-linebreak
26-Jul-2024 16:24:56   25:53  warning  '&&' should be placed at the beginning of the line  operator-linebreak
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB/src/js/utils/supportedActivitiesUtils.js
26-Jul-2024 16:24:56   8:39  warning  '&&' should be placed at the beginning of the line  operator-linebreak
26-Jul-2024 16:24:56   9:64  warning  '&&' should be placed at the beginning of the line  operator-linebreak
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 ✖ 87 problems (0 errors, 87 warnings)
26-Jul-2024 16:24:56   0 errors and 85 warnings potentially fixable with the `--fix` option.
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
26-Jul-2024 16:24:56 This can impact web performance.
26-Jul-2024 16:24:56 Assets:
26-Jul-2024 16:24:56   ./c1e38fd9e0e74ba58f7a2b77ef29fdd3.svg (434 KiB)
26-Jul-2024 16:24:56   bundle.47f1beb48fcfc483c485.css (253 KiB)
26-Jul-2024 16:24:56   bundle.47f1beb48fcfc483c485.js (2.5 MiB)
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
26-Jul-2024 16:24:56 Entrypoints:
26-Jul-2024 16:24:56   app (2.75 MiB)
26-Jul-2024 16:24:56       bundle.47f1beb48fcfc483c485.css
26-Jul-2024 16:24:56       bundle.47f1beb48fcfc483c485.js
26-Jul-2024 16:24:56
26-Jul-2024 16:24:56 webpack 5.82.1 compiled with 9 warnings in 68657 ms
26-Jul-2024 16:24:58
26-Jul-2024 16:24:58 > Task :processResources
26-Jul-2024 16:24:58 > Task :classes
26-Jul-2024 16:25:00 > Task :compileWebappGroovyPages
26-Jul-2024 16:25:19 > Task :compileGroovyPages
26-Jul-2024 16:25:20 > Task :compileGsonViews
26-Jul-2024 16:25:24 > Task :jar
26-Jul-2024 16:25:24 > Task :findMainClass
26-Jul-2024 16:25:24 > Task :startScripts
26-Jul-2024 16:25:25 > Task :distTar
26-Jul-2024 16:25:31 > Task :distZip
26-Jul-2024 16:25:31 > Task :grailsFindMainClass
26-Jul-2024 16:25:40 > Task :war
26-Jul-2024 16:25:46 > Task :bootRepackage
26-Jul-2024 16:25:46 > Task :assemble
26-Jul-2024 16:25:46
26-Jul-2024 16:25:46 BUILD SUCCESSFUL in 3m 16s
26-Jul-2024 16:25:46 22 actionable tasks: 22 executed
26-Jul-2024 16:25:46 |Built application to build/libs using environment: production
26-Jul-2024 16:25:47 Finished task 'grails war --info --no-daemon --plain-output' with result: Success
26-Jul-2024 16:25:47 Starting task 'Undeploy Tomcat Application' of type 'com.atlassian.bamboo.plugins.tomcat.bamboo-tomcat-plugin:undeployAppTask'
26-Jul-2024 16:25:47 Undeploying application at context '/openboxes' on server 'https://obnav.pih-emr.org/manager'
26-Jul-2024 16:25:47 Confirm expected Tomcat manager location.
26-Jul-2024 16:25:47 Trying to retrieve Tomcat details from https://obnav.pih-emr.org/manager/text/serverinfo
26-Jul-2024 16:25:47 Found Tomcat Version: [Apache Tomcat/8.5.88]
26-Jul-2024 16:25:47 Confirmed Tomcat version: [Apache Tomcat/8.5.88]
26-Jul-2024 16:25:50 The application has been undeployed
26-Jul-2024 16:25:50 Finished task 'Undeploy Tomcat Application' with result: Success
26-Jul-2024 16:25:50 Starting task 'Deploy Tomcat Application' of type 'com.atlassian.bamboo.plugins.tomcat.bamboo-tomcat-plugin:deployAppTask'
26-Jul-2024 16:25:50 Deploying application with war file 'build/libs/openboxes.war' to context '/openboxes' to server 'https://obnav.pih-emr.org/manager'
26-Jul-2024 16:25:50 Confirm expected Tomcat manager location.
26-Jul-2024 16:25:50 Trying to retrieve Tomcat details from https://obnav.pih-emr.org/manager/text/serverinfo
26-Jul-2024 16:25:50 Found Tomcat Version: [Apache Tomcat/8.5.88]
26-Jul-2024 16:25:50 Confirmed Tomcat version: [Apache Tomcat/8.5.88]
26-Jul-2024 16:27:55 Application was successfully deployed.
26-Jul-2024 16:27:55 Finished task 'Deploy Tomcat Application' with result: Success
26-Jul-2024 16:27:55 Starting task 'restart tomcat server via ssh' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.command'
26-Jul-2024 16:27:55
Beginning to execute external process for build 'OpenBoxes - ☆ obnav ← master - Default job #86 (OPENBOXES-SDNAV-G3JOB-86)'
... running command line:
/usr/bin/ssh bamboo@obnav.pih-emr.org /opt/restart-tomcat.sh
... in: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDNAV-G3JOB
26-Jul-2024 16:27:55 Restarting tomcat ...
26-Jul-2024 16:27:57 Allowing 90 seconds for tomcat to restart ...
26-Jul-2024 16:29:27 Emailing notifications ...
26-Jul-2024 16:29:28 Done.
26-Jul-2024 16:29:28 Finished task 'restart tomcat server via ssh' with result: Success
26-Jul-2024 16:29:28 Skipping execution of task './gradlew --stop' as it is disabled
26-Jul-2024 16:29:28 Running post build plugin 'Docker Container Cleanup'
26-Jul-2024 16:29:28 Running post build plugin 'NCover Results Collector'
26-Jul-2024 16:29:28 Running post build plugin 'Build Results Label Collector'
26-Jul-2024 16:29:28 Running post build plugin 'Clover Results Collector'
26-Jul-2024 16:29:28 Running post build plugin 'npm Cache Cleanup'
26-Jul-2024 16:29:28 Running post build plugin 'Artifact Copier'
26-Jul-2024 16:29:28 Publishing an artifact: Latest WAR
26-Jul-2024 16:29:34 Finished publishing of artifact Non required job artifact Http Compression On : [Latest WAR], patterns: [**/*.war] anchored at: [build/libs] in 6.574 s
26-Jul-2024 16:29:34 Finalising the build...
26-Jul-2024 16:29:34 Stopping timer.
26-Jul-2024 16:29:34 Build OPENBOXES-SDNAV-G3JOB-86 completed.
26-Jul-2024 16:29:35 Running on server: post build plugin 'Build Hanging Detection Configuration'
26-Jul-2024 16:29:35 Running on server: post build plugin 'NCover Results Collector'
26-Jul-2024 16:29:35 Running on server: post build plugin 'Build Labeller'
26-Jul-2024 16:29:35 Running on server: post build plugin 'Clover Delta Calculator'
26-Jul-2024 16:29:35 Running on server: post build plugin 'Maven Dependencies Postprocessor'
26-Jul-2024 16:29:35 All post build plugins have finished
26-Jul-2024 16:29:35 Generating build results summary...
26-Jul-2024 16:29:35 Saving build results to disk...
26-Jul-2024 16:29:35 Store variable context...
26-Jul-2024 16:29:35 Finished building OPENBOXES-SDNAV-G3JOB-86.