Build: #250 was successful

Job: Default job was successful

Stages & jobs

  1. Build

Build log

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

15-Oct-2024 08:47:07 Build OpenBoxes - ☆ obdev5 ← grails 3 - Default job #250 (OPENBOXES-OBDEV5-G3JOB-250) is being prepared for building on agent obagent1.pih-emr.org (2), bamboo version: 9.2.1
15-Oct-2024 08:47:07 Remote agent on host obagent1.pih-emr.org
15-Oct-2024 08:47:08 Build working directory is /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB
15-Oct-2024 08:47:08 Executing build OpenBoxes - ☆ obdev5 ← grails 3 - Default job #250 (OPENBOXES-OBDEV5-G3JOB-250)
15-Oct-2024 08:47:08 Starting task 'Source Code Checkout' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout'
15-Oct-2024 08:47:08 Build always requires a clean checkout
15-Oct-2024 08:47:08 Cleaning build directory '/home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB'
15-Oct-2024 08:47:10 Checking out into /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB
15-Oct-2024 08:47:10 Updating source code to revision: bda3654f8737bc2319f68b55fb8e6ac8fc0490ed
15-Oct-2024 08:47:11 Fetching 'refs/heads/develop' from 'https://github.com/openboxes/openboxes'.
15-Oct-2024 08:47:11 Checking out revision bda3654f8737bc2319f68b55fb8e6ac8fc0490ed.
15-Oct-2024 08:47:11 Creating local git repository in '/home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/.git'.
15-Oct-2024 08:47:11 Cloning into '/home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB'...
15-Oct-2024 08:47:11 done.
15-Oct-2024 08:47:12 Switched to a new branch 'develop'
15-Oct-2024 08:47:12 Branch 'develop' set up to track remote branch 'develop' from 'origin'.
15-Oct-2024 08:47:12 Updated source code to revision: bda3654f8737bc2319f68b55fb8e6ac8fc0490ed
15-Oct-2024 08:47:12 Finished task 'Source Code Checkout' with result: Success
15-Oct-2024 08:47:12 Running pre-build action: Build Log Labeller Pre Build Action
15-Oct-2024 08:47:12 Running pre-build action: VCS Version Collector
15-Oct-2024 08:47:12 Build OpenBoxes - ☆ obdev5 ← grails 3 - Default job #250 (OPENBOXES-OBDEV5-G3JOB-250) started building on agent 'obagent1.pih-emr.org (2)' (Remote agent on host obagent1.pih-emr.org)
15-Oct-2024 08:47:12 Skipping execution of task 'com.atlassian.bamboo.plugins.bamboo-variable-inject-plugin:dump' as it is disabled
15-Oct-2024 08:47:12 Skipping execution of task './gradlew --stop' as it is disabled
15-Oct-2024 08:47:12
Substituting variable: ${bamboo.buildNumber} with 250
15-Oct-2024 08:47:12 Starting task 'grails war --info --no-daemon --plain-output' of type 'com.atlassian.bamboo.plugins.bamboo-grails-plugin:grailsBuilderTaskType'
15-Oct-2024 08:47:12
Beginning to execute external process for build 'OpenBoxes - ☆ obdev5 ← grails 3 - Default job #250 (OPENBOXES-OBDEV5-G3JOB-250)'
... running command line:
/home/bamboo/remote-agent/build_tools/grails-3.3.16/bin/grails -Dbuild.number=250 -Dorg.gradle.daemon=false war --info --no-daemon --plain-output
... in: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB
15-Oct-2024 08:47:13 |Resolving Dependencies. Please wait...
15-Oct-2024 08:47:18
15-Oct-2024 08:47:18 > Configure project :
15-Oct-2024 08:47:18 configuring for a Tomcat-hosted environment...
15-Oct-2024 08:47:18
15-Oct-2024 08:47:18 CONFIGURE SUCCESSFUL in 5s
15-Oct-2024 08:47:25
15-Oct-2024 08:47:25 > Configure project :
15-Oct-2024 08:47:25 configuring for a Tomcat-hosted environment...
15-Oct-2024 08:47:26
15-Oct-2024 08:47:26 > Task :bootBuildInfo
15-Oct-2024 08:47:26 > Task :compileJava NO-SOURCE
15-Oct-2024 08:47:28
15-Oct-2024 08:47:28 > Task :compileGroovy
15-Oct-2024 08:47:28 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.
15-Oct-2024 08:47:32 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.
15-Oct-2024 08:47:32
15-Oct-2024 08:47:32        Invoice bindInvoiceData(Invoice invoice, Location currentLocation, JSONObject jsonObject) {
15-Oct-2024 08:47:32        ^
15-Oct-2024 08:47:32 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.
15-Oct-2024 08:47:32
15-Oct-2024 08:47:32        Location bindLocationData(Location location, JSONObject jsonObject) {
15-Oct-2024 08:47:32        ^
15-Oct-2024 08:47:32 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.
15-Oct-2024 08:47:32
15-Oct-2024 08:47:32        def getOrdersCsv(List<OrderSummary> purchaseOrders) {
15-Oct-2024 08:47:32        ^
15-Oct-2024 08:47:32 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.
15-Oct-2024 08:47:32
15-Oct-2024 08:47:32        def getOrderItemsCsv(List<OrderSummary> purchaseOrders) {
15-Oct-2024 08:47:32        ^
15-Oct-2024 08:47:33 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.
15-Oct-2024 08:47:33
15-Oct-2024 08:47:33        ReasonCodeCommand getReasonCode(ReasonCode reasonCodeEnum) {
15-Oct-2024 08:47:33        ^
15-Oct-2024 08:47:33 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.
15-Oct-2024 08:47:33
15-Oct-2024 08:47:33        Replenishment bindReplenishmentData(Replenishment replenishment, User currentUser, Location currentLocation, JSONObject jsonObject) {
15-Oct-2024 08:47:33        ^
15-Oct-2024 08:47:33 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.
15-Oct-2024 08:47:33
15-Oct-2024 08:47:33        def getShipmentItemsCsv(List shipmentItems) {
15-Oct-2024 08:47:33        ^
15-Oct-2024 08:47:33 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.
15-Oct-2024 08:47:33
15-Oct-2024 08:47:33        def getPendingRequisitionItemsCsv(List pendingRequisitionItems) {
15-Oct-2024 08:47:33        ^
15-Oct-2024 08:47:33 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.
15-Oct-2024 08:47:33
15-Oct-2024 08:47:33        def getStockMovementsCsv(List stockMovements) {
15-Oct-2024 08:47:33        ^
15-Oct-2024 08:47:33 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.
15-Oct-2024 08:47:33
15-Oct-2024 08:47:33        StockTransfer bindStockTransferData(StockTransfer stockTransfer, User currentUser, Location currentLocation, JSONObject jsonObject) {
15-Oct-2024 08:47:33        ^
15-Oct-2024 08:47:33 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.
15-Oct-2024 08:47:33
15-Oct-2024 08:47:33        def markAs(Product product, Inventory inventory, InventoryStatus inventoryStatus) {
15-Oct-2024 08:47:33        ^
15-Oct-2024 08:47:33 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.
15-Oct-2024 08:47:33
15-Oct-2024 08:47:33        def updateAttributes(ProductSupplier productSupplier, Map params) {
15-Oct-2024 08:47:33        ^
15-Oct-2024 08:47:45
15-Oct-2024 08:47:45 > Task :generateGitProperties
15-Oct-2024 08:47:45 Processing File 1 of 48 - mobile.css
15-Oct-2024 08:47:46 Processing File 2 of 48 - badge.css
15-Oct-2024 08:47:46 Processing File 3 of 48 - errors.css
15-Oct-2024 08:47:46 Processing File 4 of 48 - grails.css
15-Oct-2024 08:47:46 Processing File 5 of 48 - onScan.min.js
15-Oct-2024 08:47:46 Processing File 6 of 48 - jquery.clock.css
15-Oct-2024 08:47:46 Processing File 7 of 48 - jquery.clock.js
15-Oct-2024 08:47:46 Processing File 8 of 48 - jquery.color.js
15-Oct-2024 08:47:46 Processing File 9 of 48 - jquery.countdown.css
15-Oct-2024 08:47:46 Processing File 10 of 48 - jquery.countdown.js
15-Oct-2024 08:47:46 Processing File 11 of 48 - quartz-monitor-main.css
15-Oct-2024 08:47:46 Processing File 12 of 48 - quartz-monitor-main.js
15-Oct-2024 08:47:46 Processing File 13 of 48 - quartz-monitor.css
15-Oct-2024 08:47:46 Processing File 14 of 48 - quartz-monitor.js
15-Oct-2024 08:47:46 Processing File 15 of 48 - apple-touch-icon.png
15-Oct-2024 08:47:46 Processing File 16 of 48 - openboxes_logo_40x40.jpg
15-Oct-2024 08:47:46 Processing File 17 of 48 - slack.svg
15-Oct-2024 08:47:46 Processing File 18 of 48 - grails-cupsonly-logo-white.svg
15-Oct-2024 08:47:46 Processing File 19 of 48 - advancedgrails.svg
15-Oct-2024 08:47:46 Processing File 20 of 48 - documentation.svg
15-Oct-2024 08:47:46 Processing File 21 of 48 - grails.svg
15-Oct-2024 08:47:46 Processing File 22 of 48 - apple-touch-icon-retina.png
15-Oct-2024 08:47:46 Processing File 23 of 48 - favicon.ico
15-Oct-2024 08:47:46 Processing File 24 of 48 - jgreenspan.png
15-Oct-2024 08:47:46 Processing File 25 of 48 - skin/sorted_asc.gif
15-Oct-2024 08:47:46 Processing File 26 of 48 - skin/database_delete.png
15-Oct-2024 08:47:46 Processing File 27 of 48 - skin/information.png
15-Oct-2024 08:47:46 Processing File 28 of 48 - skin/exclamation.png
15-Oct-2024 08:47:46 Processing File 29 of 48 - skin/sorted_desc.gif
15-Oct-2024 08:47:46 Processing File 30 of 48 - skin/database_save.png
15-Oct-2024 08:47:46 Processing File 31 of 48 - skin/database_table.png
15-Oct-2024 08:47:46 Processing File 32 of 48 - skin/database_edit.png
15-Oct-2024 08:47:46 Processing File 33 of 48 - skin/database_add.png
15-Oct-2024 08:47:46 Processing File 34 of 48 - skin/shadow.jpg
15-Oct-2024 08:47:46 Processing File 35 of 48 - skin/house.png
15-Oct-2024 08:47:46 Processing File 36 of 48 - spinner.gif
15-Oct-2024 08:47:46 Processing File 37 of 48 - complete.gif
15-Oct-2024 08:47:46 Processing File 38 of 48 - error.gif
15-Oct-2024 08:47:46 Processing File 39 of 48 - not-run.gif
15-Oct-2024 08:47:46 Processing File 40 of 48 - pause-all.png
15-Oct-2024 08:47:46 Processing File 41 of 48 - pause.png
15-Oct-2024 08:47:46 Processing File 42 of 48 - play-all.png
15-Oct-2024 08:47:46 Processing File 43 of 48 - reschedule.png
15-Oct-2024 08:47:46 Processing File 44 of 48 - resume.png
15-Oct-2024 08:47:46 Processing File 45 of 48 - run.png
15-Oct-2024 08:47:46 Processing File 46 of 48 - running.gif
15-Oct-2024 08:47:46 Processing File 47 of 48 - start.png
15-Oct-2024 08:47:46 Processing File 48 of 48 - stop.png
15-Oct-2024 08:47:46
15-Oct-2024 08:47:46 > Task :assetCompile
15-Oct-2024 08:47:46 Finished Precompiling Assets
15-Oct-2024 08:47:46
15-Oct-2024 08:47:46 > Task :buildProperties
15-Oct-2024 08:47:47 > Task :nodeSetup
15-Oct-2024 08:48:01
15-Oct-2024 08:48:01 > Task :npmSetup
15-Oct-2024 08:48:01 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/.gradle/npm/npm-v6.14.18/bin/npm -> /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/.gradle/npm/npm-v6.14.18/lib/node_modules/npm/bin/npm-cli.js
15-Oct-2024 08:48:01 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/.gradle/npm/npm-v6.14.18/bin/npx -> /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/.gradle/npm/npm-v6.14.18/lib/node_modules/npm/bin/npx-cli.js
15-Oct-2024 08:48:01 + npm@6.14.18
15-Oct-2024 08:48:01 added 458 packages from 896 contributors in 13.332s
15-Oct-2024 08:48:02
15-Oct-2024 08:48:02 > Task :nodeVersionInfo
15-Oct-2024 08:48:02 {
15-Oct-2024 08:48:02   openboxes: '1.0.0',
15-Oct-2024 08:48:02   npm: '6.14.18',
15-Oct-2024 08:48:02   ares: '1.18.1',
15-Oct-2024 08:48:02   brotli: '1.0.9',
15-Oct-2024 08:48:02   cldr: '40.0',
15-Oct-2024 08:48:02   icu: '70.1',
15-Oct-2024 08:48:02   llhttp: '2.1.6',
15-Oct-2024 08:48:02   modules: '83',
15-Oct-2024 08:48:02   napi: '8',
15-Oct-2024 08:48:02   nghttp2: '1.42.0',
15-Oct-2024 08:48:02   node: '14.21.3',
15-Oct-2024 08:48:02   openssl: '1.1.1t',
15-Oct-2024 08:48:02   tz: '2022f',
15-Oct-2024 08:48:02   unicode: '14.0',
15-Oct-2024 08:48:02   uv: '1.42.0',
15-Oct-2024 08:48:02   v8: '8.4.371.23-node.88',
15-Oct-2024 08:48:02   zlib: '1.2.11'
15-Oct-2024 08:48:02 }
15-Oct-2024 08:48:26
15-Oct-2024 08:48:26 > Task :npmInstall
15-Oct-2024 08:48:26
15-Oct-2024 08:48:26 > @fortawesome/fontawesome-common-types@0.2.36 postinstall /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/node_modules/@fortawesome/fontawesome-common-types
15-Oct-2024 08:48:26 > node attribution.js
15-Oct-2024 08:48:26
15-Oct-2024 08:48:26 Font Awesome Free 0.2.36 by @fontawesome - https://fontawesome.com
15-Oct-2024 08:48:26 License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
15-Oct-2024 08:48:26
15-Oct-2024 08:48:26
15-Oct-2024 08:48:26 > core-js@2.6.12 postinstall /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/node_modules/core-js
15-Oct-2024 08:48:26 > node -e "try{require('./postinstall')}catch(e){}"
15-Oct-2024 08:48:26
15-Oct-2024 08:48:27 Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
15-Oct-2024 08:48:27
15-Oct-2024 08:48:27 The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
15-Oct-2024 08:48:27 > https://opencollective.com/core-js
15-Oct-2024 08:48:27 > https://www.patreon.com/zloirock
15-Oct-2024 08:48:27
15-Oct-2024 08:48:27 Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
15-Oct-2024 08:48:27
15-Oct-2024 08:48:27
15-Oct-2024 08:48:27 > core-js-pure@3.30.2 postinstall /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/node_modules/core-js-pure
15-Oct-2024 08:48:27 > node -e "try{require('./postinstall')}catch(e){}"
15-Oct-2024 08:48:27
15-Oct-2024 08:48:27 Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
15-Oct-2024 08:48:27
15-Oct-2024 08:48:27 The project needs your help! Please consider supporting of core-js:
15-Oct-2024 08:48:27 > https://opencollective.com/core-js
15-Oct-2024 08:48:27 > https://patreon.com/zloirock
15-Oct-2024 08:48:27 > https://boosty.to/zloirock
15-Oct-2024 08:48:27 > bitcoin: bc1qlea7544qtsmj2rayg0lthvza9fau63ux0fstcz
15-Oct-2024 08:48:27
15-Oct-2024 08:48:27 I highly recommend reading this: https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md
15-Oct-2024 08:48:27
15-Oct-2024 08:48:27
15-Oct-2024 08:48:27 > core-js@3.30.2 postinstall /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/node_modules/mock-local-storage/node_modules/core-js
15-Oct-2024 08:48:27 > node -e "try{require('./postinstall')}catch(e){}"
15-Oct-2024 08:48:27
15-Oct-2024 08:48:27
15-Oct-2024 08:48:27 > core-js@3.30.2 postinstall /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/node_modules/react-styleguidist/node_modules/core-js
15-Oct-2024 08:48:27 > node -e "try{require('./postinstall')}catch(e){}"
15-Oct-2024 08:48:27
15-Oct-2024 08:48:27
15-Oct-2024 08:48:27 > react-final-form@3.6.5 postinstall /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/node_modules/react-final-form
15-Oct-2024 08:48:27 > opencollective postinstall || exit 0
15-Oct-2024 08:48:27
15-Oct-2024 08:48:27 sh: 1: opencollective: not found
15-Oct-2024 08:48:28 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
15-Oct-2024 08:48:28 npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
15-Oct-2024 08:48:28
15-Oct-2024 08:48:28 added 1837 packages from 953 contributors and audited 1840 packages in 25.932s
15-Oct-2024 08:48:28 found 43 vulnerabilities (1 low, 24 moderate, 17 high, 1 critical)
15-Oct-2024 08:48:28   run `npm audit fix` to fix them, or `npm audit` for details
15-Oct-2024 08:48:44
15-Oct-2024 08:48:44 > Task :npm_run_bundle
15-Oct-2024 08:48:44
15-Oct-2024 08:48:44 > openboxes@1.0.0 bundle /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB
15-Oct-2024 08:48:44 > webpack --no-color --mode=production
15-Oct-2024 08:48:44
15-Oct-2024 08:48:44 <i> [FileManagerPlugin] deleted /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/src/main/webapp/webpack
15-Oct-2024 08:49:25 (node:2414754) [DEP_WEBPACK_TEMPLATE_PATH_PLUGIN_REPLACE_PATH_VARIABLES_HASH] DeprecationWarning: [hash] is now [fullhash] (also consider using [chunkhash] or [contenthash], see documentation for details)
15-Oct-2024 08:49:25 (Use `node --trace-deprecation ...` to show where the warning was created)
15-Oct-2024 08:49:51 Browserslist: caniuse-lite is outdated. Please run:
15-Oct-2024 08:49:51   npx update-browserslist-db@latest
15-Oct-2024 08:49:51   Why you should do it regularly: https://github.com/browserslist/update-db#readme
15-Oct-2024 08:49:51 Browserslist: caniuse-lite is outdated. Please run:
15-Oct-2024 08:49:51   npx update-browserslist-db@latest
15-Oct-2024 08:49:51   Why you should do it regularly: https://github.com/browserslist/update-db#readme
15-Oct-2024 08:49:51 Browserslist: caniuse-lite is outdated. Please run:
15-Oct-2024 08:49:51   npx update-browserslist-db@latest
15-Oct-2024 08:49:51   Why you should do it regularly: https://github.com/browserslist/update-db#readme
15-Oct-2024 08:49:51 Browserslist: caniuse-lite is outdated. Please run:
15-Oct-2024 08:49:51   npx update-browserslist-db@latest
15-Oct-2024 08:49:51   Why you should do it regularly: https://github.com/browserslist/update-db#readme
15-Oct-2024 08:49:51 Browserslist: caniuse-lite is outdated. Please run:
15-Oct-2024 08:49:51   npx update-browserslist-db@latest
15-Oct-2024 08:49:51   Why you should do it regularly: https://github.com/browserslist/update-db#readme
15-Oct-2024 08:49:51 Browserslist: caniuse-lite is outdated. Please run:
15-Oct-2024 08:49:51   npx update-browserslist-db@latest
15-Oct-2024 08:49:51   Why you should do it regularly: https://github.com/browserslist/update-db#readme
15-Oct-2024 08:49:51 Browserslist: caniuse-lite is outdated. Please run:
15-Oct-2024 08:49:51   npx update-browserslist-db@latest
15-Oct-2024 08:49:51   Why you should do it regularly: https://github.com/browserslist/update-db#readme
15-Oct-2024 08:49:51 Browserslist: caniuse-lite is outdated. Please run:
15-Oct-2024 08:49:51   npx update-browserslist-db@latest
15-Oct-2024 08:49:51   Why you should do it regularly: https://github.com/browserslist/update-db#readme
15-Oct-2024 08:49:51 Browserslist: caniuse-lite is outdated. Please run:
15-Oct-2024 08:49:51   npx update-browserslist-db@latest
15-Oct-2024 08:49:51   Why you should do it regularly: https://github.com/browserslist/update-db#readme
15-Oct-2024 08:49:51 Browserslist: caniuse-lite is outdated. Please run:
15-Oct-2024 08:49:51   npx update-browserslist-db@latest
15-Oct-2024 08:49:51   Why you should do it regularly: https://github.com/browserslist/update-db#readme
15-Oct-2024 08:49:51 Browserslist: caniuse-lite is outdated. Please run:
15-Oct-2024 08:49:51   npx update-browserslist-db@latest
15-Oct-2024 08:49:51   Why you should do it regularly: https://github.com/browserslist/update-db#readme
15-Oct-2024 08:49:51 Browserslist: caniuse-lite is outdated. Please run:
15-Oct-2024 08:49:51   npx update-browserslist-db@latest
15-Oct-2024 08:49:51   Why you should do it regularly: https://github.com/browserslist/update-db#readme
15-Oct-2024 08:49:51 Browserslist: caniuse-lite is outdated. Please run:
15-Oct-2024 08:49:51   npx update-browserslist-db@latest
15-Oct-2024 08:49:51   Why you should do it regularly: https://github.com/browserslist/update-db#readme
15-Oct-2024 08:49:51 Browserslist: caniuse-lite is outdated. Please run:
15-Oct-2024 08:49:51   npx update-browserslist-db@latest
15-Oct-2024 08:49:51   Why you should do it regularly: https://github.com/browserslist/update-db#readme
15-Oct-2024 08:49:51 Browserslist: caniuse-lite is outdated. Please run:
15-Oct-2024 08:49:51   npx update-browserslist-db@latest
15-Oct-2024 08:49:51   Why you should do it regularly: https://github.com/browserslist/update-db#readme
15-Oct-2024 08:49:54 assets by path *.js 5.28 MiB
15-Oct-2024 08:49:54   assets by chunk 802 KiB (id hint: vendors) 14 assets
15-Oct-2024 08:49:54   + 43 assets
15-Oct-2024 08:49:54 assets by path *.css 656 KiB
15-Oct-2024 08:49:54   asset bundle.b61e83adbbe973f1fb68.css 253 KiB [emitted] [immutable] [minimized] [big] (name: app)
15-Oct-2024 08:49:54   asset bundle.b61e83adbbe973f1fb68.7521.css 33.1 KiB [emitted] [immutable] [minimized]
15-Oct-2024 08:49:54   + 24 assets
15-Oct-2024 08:49:54 assets by path ./ 1.09 MiB
15-Oct-2024 08:49:54   assets by path ./*.woff2 135 KiB 6 assets
15-Oct-2024 08:49:54   assets by path ./*.woff 222 KiB 2 assets
15-Oct-2024 08:49:54   + 3 assets
15-Oct-2024 08:49:54 assets by path ../../../../grails-app/views/ 986 bytes
15-Oct-2024 08:49:54   asset ../../../../grails-app/views/partialReceiving/create.gsp 557 bytes [emitted]
15-Oct-2024 08:49:54   asset ../../../../grails-app/views/common/react.gsp 429 bytes [emitted]
15-Oct-2024 08:49:54 Entrypoint app [big] 2.75 MiB = bundle.b61e83adbbe973f1fb68.css 253 KiB bundle.b61e83adbbe973f1fb68.js 2.5 MiB
15-Oct-2024 08:49:54 orphan modules 27.1 MiB (javascript) 776 bytes (runtime) [orphan] 889 modules
15-Oct-2024 08:49:54 runtime modules 11.1 KiB 19 modules
15-Oct-2024 08:49:54 cacheable modules 11.5 MiB (javascript) 351 KiB (css/mini-extract)
15-Oct-2024 08:49:54   modules by path ./node_modules/ 6.66 MiB (javascript) 254 KiB (css/mini-extract)
15-Oct-2024 08:49:54     javascript modules 6.59 MiB 754 modules
15-Oct-2024 08:49:54     css modules 254 KiB 10 modules
15-Oct-2024 08:49:54     json modules 62.9 KiB 9 modules
15-Oct-2024 08:49:54   modules by path ./src/ 4.89 MiB (javascript) 96.9 KiB (css/mini-extract)
15-Oct-2024 08:49:54     javascript modules 4.89 MiB 131 modules
15-Oct-2024 08:49:54     css modules 96.9 KiB
15-Oct-2024 08:49:54       modules by path ./src/js/components/ 71.8 KiB 32 modules
15-Oct-2024 08:49:54       + 3 modules
15-Oct-2024 08:49:54   readable-stream (ignored) 15 bytes [built] [code generated]
15-Oct-2024 08:49:54 ./node_modules/moment/locale/ sync ^\.\/.*$ 3.21 KiB [optional] [built] [code generated]
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 WARNING in ./node_modules/react-icons/all.js 5:0-22
15-Oct-2024 08:49:54 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'
15-Oct-2024 08:49:54 @ ./src/js/components/stock-movement/outbound/StockMovementOutboundTable.jsx 10:0-46 107:51-62
15-Oct-2024 08:49:54 @ ./src/js/components/stock-movement/outbound/StockMovementOutboundList.jsx 9:0-103 35:39-65
15-Oct-2024 08:49:54 @ ./src/js/components/Router.jsx
15-Oct-2024 08:49:54 @ ./src/js/MainRouter.jsx 32:0-39 84:46-52
15-Oct-2024 08:49:54 @ ./src/js/index.jsx 10:0-40 30:38-48
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 WARNING in ./node_modules/react-icons/all.js 19:0-22
15-Oct-2024 08:49:54 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'
15-Oct-2024 08:49:54 @ ./src/js/components/stock-movement/outbound/StockMovementOutboundTable.jsx 10:0-46 107:51-62
15-Oct-2024 08:49:54 @ ./src/js/components/stock-movement/outbound/StockMovementOutboundList.jsx 9:0-103 35:39-65
15-Oct-2024 08:49:54 @ ./src/js/components/Router.jsx
15-Oct-2024 08:49:54 @ ./src/js/MainRouter.jsx 32:0-39 84:46-52
15-Oct-2024 08:49:54 @ ./src/js/index.jsx 10:0-40 30:38-48
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 WARNING in chunk 1240 [mini-css-extract-plugin]
15-Oct-2024 08:49:54 Conflicting order. Following module has been added:
15-Oct-2024 08:49:54 * css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/react-table/react-table.css
15-Oct-2024 08:49:54 despite it was not able to fulfill desired ordering with these modules:
15-Oct-2024 08:49:54 * css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/react-datepicker/dist/react-datepicker.css
15-Oct-2024 08:49:54    - couldn't fulfill desired order of chunk group(s) , , , , , , ,
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 WARNING in chunk 1240 [mini-css-extract-plugin]
15-Oct-2024 08:49:54 Conflicting order. Following module has been added:
15-Oct-2024 08:49:54 * css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/react-datepicker/dist/react-datepicker.css
15-Oct-2024 08:49:54 despite it was not able to fulfill desired ordering with these modules:
15-Oct-2024 08:49:54 * 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
15-Oct-2024 08:49:54    - couldn't fulfill desired order of chunk group(s)
15-Oct-2024 08:49:54    - while fulfilling desired order of chunk group(s) , , , , , , ,
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 WARNING in chunk 9676 [mini-css-extract-plugin]
15-Oct-2024 08:49:54 Conflicting order. Following module has been added:
15-Oct-2024 08:49:54 * css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/react-datepicker/dist/react-datepicker.css
15-Oct-2024 08:49:54 despite it was not able to fulfill desired ordering with these modules:
15-Oct-2024 08:49:54 * 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
15-Oct-2024 08:49:54    - couldn't fulfill desired order of chunk group(s) , ,
15-Oct-2024 08:49:54    - while fulfilling desired order of chunk group(s) , , ,
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 WARNING in chunk 9676 [mini-css-extract-plugin]
15-Oct-2024 08:49:54 Conflicting order. Following module has been added:
15-Oct-2024 08:49:54 * 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
15-Oct-2024 08:49:54 despite it was not able to fulfill desired ordering with these modules:
15-Oct-2024 08:49:54 * css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/js/components/wizard/WizardSteps.scss
15-Oct-2024 08:49:54    - couldn't fulfill desired order of chunk group(s)
15-Oct-2024 08:49:54    - while fulfilling desired order of chunk group(s) , , , , ,
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 WARNING in [eslint]
15-Oct-2024 08:49:54 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/src/js/actions/index.js
15-Oct-2024 08:49:54   202:65  warning  '||' should be placed at the beginning of the line   operator-linebreak
15-Oct-2024 08:49:54   251:23  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   371:44  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   378:13  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   522:44  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   620:7   warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   630:41  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   630:47  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   646:35  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   673:28  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   680:29  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   687:28  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   694:33  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   701:33  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/src/js/api/services/GlAccountApi.js
15-Oct-2024 08:49:54   5:24  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/src/js/api/services/InvoiceItemApi.js
15-Oct-2024 08:49:54   5:24  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/src/js/api/services/PurchaseOrderApi.js
15-Oct-2024 08:49:54   10:16  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   11:18  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   12:14  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   13:20  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/src/js/api/services/StockListApi.js
15-Oct-2024 08:49:54   12:18  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   13:20  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   14:19  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   15:19  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   16:21  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   17:23  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/src/js/api/services/StockMovementApi.js
15-Oct-2024 08:49:54   11:22  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   12:24  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   26:21  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/src/js/api/services/StockTransferApi.js
15-Oct-2024 08:49:54   10:22  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   11:21  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   13:24  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   14:15  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   15:19  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/src/js/api/services/UserApi.js
15-Oct-2024 08:49:54   5:20  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/src/js/api/urls.js
15-Oct-2024 08:49:54    11:38  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    12:46  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    16:37  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    19:45  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    20:49  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    21:37  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    22:44  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    23:48  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    24:38  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    25:38  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    26:41  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    27:32  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    32:42  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    33:44  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    34:43  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    35:47  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    36:47  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    37:48  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    41:37  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    42:48  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    46:42  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    78:33  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    79:33  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    80:32  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    81:32  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    82:34  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54    83:36  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   114:25  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   117:37  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   137:30  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   166:31  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/src/js/hooks/list-pages/purchase-order/usePurchaseOrderFiltersCleaner.js
15-Oct-2024 08:49:54   14:19  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/src/js/hooks/list-pages/useCommonFiltersCleaner.js
15-Oct-2024 08:49:54   14:19  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/src/js/hooks/options-data/useOptionsFetch.js
15-Oct-2024 08:49:54   12:19  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54   30:21  warning  Expected parentheses around arrow function argument  arrow-parens
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/src/js/hooks/productSupplier/form/useCalculateEachPrice.js
15-Oct-2024 08:49:54   15:30  warning  '&&' should be placed at the beginning of the line  operator-linebreak
15-Oct-2024 08:49:54   16:40  warning  '&&' should be placed at the beginning of the line  operator-linebreak
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/src/js/hooks/productSupplier/form/useProductSupplierForm.js
15-Oct-2024 08:49:54   278:28  warning  There should be no line break before or after '='  operator-linebreak
15-Oct-2024 08:49:54   283:32  warning  There should be no line break before or after '='  operator-linebreak
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/src/js/utils/permissionUtils.js
15-Oct-2024 08:49:54   24:30  warning  '&&' should be placed at the beginning of the line  operator-linebreak
15-Oct-2024 08:49:54   25:53  warning  '&&' should be placed at the beginning of the line  operator-linebreak
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB/src/js/utils/supportedActivitiesUtils.js
15-Oct-2024 08:49:54   8:39  warning  '&&' should be placed at the beginning of the line  operator-linebreak
15-Oct-2024 08:49:54   9:64  warning  '&&' should be placed at the beginning of the line  operator-linebreak
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 ✖ 78 problems (0 errors, 78 warnings)
15-Oct-2024 08:49:54   0 errors and 78 warnings potentially fixable with the `--fix` option.
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
15-Oct-2024 08:49:54 This can impact web performance.
15-Oct-2024 08:49:54 Assets:
15-Oct-2024 08:49:54   ./c1e38fd9e0e74ba58f7a2b77ef29fdd3.svg (434 KiB)
15-Oct-2024 08:49:54   bundle.b61e83adbbe973f1fb68.css (253 KiB)
15-Oct-2024 08:49:54   bundle.b61e83adbbe973f1fb68.js (2.5 MiB)
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
15-Oct-2024 08:49:54 Entrypoints:
15-Oct-2024 08:49:54   app (2.75 MiB)
15-Oct-2024 08:49:54       bundle.b61e83adbbe973f1fb68.css
15-Oct-2024 08:49:54       bundle.b61e83adbbe973f1fb68.js
15-Oct-2024 08:49:54
15-Oct-2024 08:49:54 webpack 5.82.1 compiled with 9 warnings in 70204 ms
15-Oct-2024 08:49:55
15-Oct-2024 08:49:55 > Task :processResources
15-Oct-2024 08:49:55 > Task :classes
15-Oct-2024 08:49:57 > Task :compileWebappGroovyPages
15-Oct-2024 08:50:17 > Task :compileGroovyPages
15-Oct-2024 08:50:18 > Task :compileGsonViews
15-Oct-2024 08:50:22 > Task :jar
15-Oct-2024 08:50:22 > Task :findMainClass
15-Oct-2024 08:50:22 > Task :startScripts
15-Oct-2024 08:50:23 > Task :distTar
15-Oct-2024 08:50:29 > Task :distZip
15-Oct-2024 08:50:29 > Task :grailsFindMainClass
15-Oct-2024 08:50:38 > Task :war
15-Oct-2024 08:50:44 > Task :bootRepackage
15-Oct-2024 08:50:44 > Task :assemble
15-Oct-2024 08:50:44
15-Oct-2024 08:50:44 BUILD SUCCESSFUL in 3m 22s
15-Oct-2024 08:50:44 22 actionable tasks: 22 executed
15-Oct-2024 08:50:44 |Built application to build/libs using environment: production
15-Oct-2024 08:50:44 Finished task 'grails war --info --no-daemon --plain-output' with result: Success
15-Oct-2024 08:50:44 Skipping execution of task 'com.atlassian.bamboo.plugins.tomcat.bamboo-tomcat-plugin:undeployAppTask' as it is disabled
15-Oct-2024 08:50:44 Starting task 'Deploy Tomcat Application' of type 'com.atlassian.bamboo.plugins.tomcat.bamboo-tomcat-plugin:deployAppTask'
15-Oct-2024 08:50:44 Deploying application with war file 'build/libs/openboxes.war' to context '/openboxes' to server 'https://obdev5.pih-emr.org/manager'
15-Oct-2024 08:50:44 Confirm expected Tomcat manager location.
15-Oct-2024 08:50:44 Trying to retrieve Tomcat details from https://obdev5.pih-emr.org/manager/text/serverinfo
15-Oct-2024 08:50:44 Found Tomcat Version: [Apache Tomcat/8.5.89]
15-Oct-2024 08:50:44 Confirmed Tomcat version: [Apache Tomcat/8.5.89]
15-Oct-2024 08:51:33 Application was successfully deployed.
15-Oct-2024 08:51:33 Finished task 'Deploy Tomcat Application' with result: Success
15-Oct-2024 08:51:33 Starting task 'restart tomcat server via ssh' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.command'
15-Oct-2024 08:51:33
Beginning to execute external process for build 'OpenBoxes - ☆ obdev5 ← grails 3 - Default job #250 (OPENBOXES-OBDEV5-G3JOB-250)'
... running command line:
/usr/bin/ssh bamboo@obdev5.pih-emr.org /opt/restart-tomcat.sh
... in: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV5-G3JOB
15-Oct-2024 08:51:33 Restarting tomcat ...
15-Oct-2024 08:51:35 Allowing 90 seconds for tomcat to restart ...
15-Oct-2024 08:53:05 Emailing notifications ...
15-Oct-2024 08:53:05 Done.
15-Oct-2024 08:53:05 Finished task 'restart tomcat server via ssh' with result: Success
15-Oct-2024 08:53:05 Skipping execution of task './gradlew --stop' as it is disabled
15-Oct-2024 08:53:05 Running post build plugin 'Docker Container Cleanup'
15-Oct-2024 08:53:05 Running post build plugin 'NCover Results Collector'
15-Oct-2024 08:53:05 Running post build plugin 'Build Results Label Collector'
15-Oct-2024 08:53:05 Running post build plugin 'Clover Results Collector'
15-Oct-2024 08:53:05 Running post build plugin 'npm Cache Cleanup'
15-Oct-2024 08:53:05 Running post build plugin 'Artifact Copier'
15-Oct-2024 08:53:05 Publishing an artifact: Latest WAR
15-Oct-2024 08:53:11 Finished publishing of artifact Non required job artifact Http Compression On : [Latest WAR], patterns: [**/*.war] anchored at: [build/libs] in 6.615 s
15-Oct-2024 08:53:11 Finalising the build...
15-Oct-2024 08:53:11 Stopping timer.
15-Oct-2024 08:53:11 Build OPENBOXES-OBDEV5-G3JOB-250 completed.
15-Oct-2024 08:53:12 Running on server: post build plugin 'Build Hanging Detection Configuration'
15-Oct-2024 08:53:12 Running on server: post build plugin 'NCover Results Collector'
15-Oct-2024 08:53:12 Running on server: post build plugin 'Build Labeller'
15-Oct-2024 08:53:12 Running on server: post build plugin 'Clover Delta Calculator'
15-Oct-2024 08:53:12 Running on server: post build plugin 'Maven Dependencies Postprocessor'
15-Oct-2024 08:53:12 All post build plugins have finished
15-Oct-2024 08:53:12 Generating build results summary...
15-Oct-2024 08:53:12 Saving build results to disk...
15-Oct-2024 08:53:12 Store variable context...
15-Oct-2024 08:53:12 Finished building OPENBOXES-OBDEV5-G3JOB-250.