(src/js/tests/form-elements/SelectField.test.jsx:5:1)
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 console.error
build 13-Feb-2024 19:28:49 It looks like you're using a version of react-dom that supports the "act" function, but not an awaitable version of "act" which you will need. Please upgrade to at least react-dom@16.9.0 to remove this warning.
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 53 | it('should map menu items correctly', () => {
build 13-Feb-2024 19:28:49 54 | render();
build 13-Feb-2024 19:28:49 > 55 | expect(screen.findByText('Settings'))
build 13-Feb-2024 19:28:49 | ^
build 13-Feb-2024 19:28:49 56 | .toBeTruthy();
build 13-Feb-2024 19:28:49 57 | });
build 13-Feb-2024 19:28:49 58 |
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 at node_modules/@testing-library/react/dist/act-compat.js:91:21
build 13-Feb-2024 19:28:49 at asyncAct (node_modules/@testing-library/react/dist/act-compat.js:40:14)
build 13-Feb-2024 19:28:49 at Object.asyncWrapper (node_modules/@testing-library/react/dist/pure.js:58:35)
build 13-Feb-2024 19:28:49 at waitForWrapper (node_modules/@testing-library/dom/dist/wait-for.js:188:35)
build 13-Feb-2024 19:28:49 at node_modules/@testing-library/dom/dist/query-helpers.js:101:33
build 13-Feb-2024 19:28:49 at Object.findByText (src/js/tests/menu/Menu.test.jsx:55:19)
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 console.error
build 13-Feb-2024 19:28:49 Warning: Each child in a list should have a unique "key" prop.
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 Check the render method of `WizardTitle`. See https://fb.me/react-warning-keys for more information.
build 13-Feb-2024 19:28:49 in span (created by WizardTitle)
build 13-Feb-2024 19:28:49 in WizardTitle (created by Wizard)
build 13-Feb-2024 19:28:49 in div (created by Wizard)
build 13-Feb-2024 19:28:49 in Wizard (created by ConnectFunction)
build 13-Feb-2024 19:28:49 in ConnectFunction
build 13-Feb-2024 19:28:49 in Provider
build 13-Feb-2024 19:28:49 in Router (created by BrowserRouter)
build 13-Feb-2024 19:28:49 in BrowserRouter
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 14 | {props.title ?
build 13-Feb-2024 19:28:49 15 | (
build 13-Feb-2024 19:28:49 > 16 |
build 13-Feb-2024 19:28:49 | ^
build 13-Feb-2024 19:28:49 17 | {
build 13-Feb-2024 19:28:49 18 | _.map(props.title, element => (
build 13-Feb-2024 19:28:49 19 |
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 at warningWithoutStack (node_modules/react/cjs/react.development.js:188:32)
build 13-Feb-2024 19:28:49 at warning (node_modules/react/cjs/react.development.js:603:27)
build 13-Feb-2024 19:28:49 at validateExplicitKey (node_modules/react/cjs/react.development.js:1593:5)
build 13-Feb-2024 19:28:49 at validateChildKeys (node_modules/react/cjs/react.development.js:1615:9)
build 13-Feb-2024 19:28:49 at Object.createElementWithValidation [as createElement] (node_modules/react/cjs/react.development.js:1748:7)
build 13-Feb-2024 19:28:49 at WizardTitle (src/js/components/wizard/WizardTitle.jsx:16:11)
build 13-Feb-2024 19:28:49 at renderWithHooks (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:5036:18)
build 13-Feb-2024 19:28:49 at mountIndeterminateComponent (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:7118:13)
build 13-Feb-2024 19:28:49 at beginWork (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:7723:16)
build 13-Feb-2024 19:28:49 at performUnitOfWork (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:11413:12)
build 13-Feb-2024 19:28:49 at workLoop (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:11445:24)
build 13-Feb-2024 19:28:49 at renderRoot (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:11528:7)
build 13-Feb-2024 19:28:49 at performWorkOnRoot (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:12416:7)
build 13-Feb-2024 19:28:49 at performWork (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:12328:7)
build 13-Feb-2024 19:28:49 at performSyncWork (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:12302:3)
build 13-Feb-2024 19:28:49 at requestWork (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:12171:5)
build 13-Feb-2024 19:28:49 at scheduleWork (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:11986:5)
build 13-Feb-2024 19:28:49 at scheduleRootUpdate (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:12585:3)
build 13-Feb-2024 19:28:49 at updateContainerAtExpirationTime (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:12613:10)
build 13-Feb-2024 19:28:49 at updateContainer (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:12624:10)
build 13-Feb-2024 19:28:49 at Object.create (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:13057:5)
build 13-Feb-2024 19:28:49 at Object.create (src/js/tests/menu/Wizard.test.jsx:31:31)
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 PASS src/js/tests/api-client/apiClient.test.js
build 13-Feb-2024 19:28:49 apiClient
build 13-Feb-2024 19:28:49 ✓ returns 200 (48 ms)
build 13-Feb-2024 19:28:49 ✓ returns 400 (3 ms)
build 13-Feb-2024 19:28:49 ✓ returns 401 (3 ms)
build 13-Feb-2024 19:28:49 ✓ returns 403 (3 ms)
build 13-Feb-2024 19:28:49 ✓ returns 404 (3 ms)
build 13-Feb-2024 19:28:49 ✓ returns 500 (2 ms)
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 PASS src/js/tests/utils/AlertMessage.test.jsx
build 13-Feb-2024 19:28:49 alert message
build 13-Feb-2024 19:28:49 ✓ should match snapshot (10 ms)
build 13-Feb-2024 19:28:49 ✓ should render properly (22 ms)
build 13-Feb-2024 19:28:49 ✓ should not be displayed when show is set to false (47 ms)
build 13-Feb-2024 19:28:49 ✓ should display alert message (7 ms)
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 PASS src/js/tests/utils/list-utils.test.jsx
build 13-Feb-2024 19:28:49 hasMinimumRequiredRole()
build 13-Feb-2024 19:28:49 ✓ should return true if have minimum required role (2 ms)
build 13-Feb-2024 19:28:49 ✓ should return true if roles are equal
build 13-Feb-2024 19:28:49 ✓ should return false if do not have minimum required role (1 ms)
build 13-Feb-2024 19:28:49 ✓ should return false if role does not exist
build 13-Feb-2024 19:28:49 ✓ should return false if both roles does not exist
build 13-Feb-2024 19:28:49 findActions()
build 13-Feb-2024 19:28:49 ✓ should filter by status (1 ms)
build 13-Feb-2024 19:28:49 ✓ should filter by activity code
build 13-Feb-2024 19:28:49 ✓ should filter by minimum required role
build 13-Feb-2024 19:28:49 ✓ should return all actions
build 13-Feb-2024 19:28:49 ✓ should return empty list (1 ms)
build 13-Feb-2024 19:28:49 ✓ should filter using custom filters
build 13-Feb-2024 19:28:49 transformFilterParams()
build 13-Feb-2024 19:28:49 ✓ should transform normal key (2 ms)
build 13-Feb-2024 19:28:49 ✓ should transform key which is an array
build 13-Feb-2024 19:28:49 ✓ should return empty object (1 ms)
build 13-Feb-2024 19:28:49 getParamList()
build 13-Feb-2024 19:28:49 ✓ transform object into an array
build 13-Feb-2024 19:28:49 ✓ transform string into an array
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 PASS src/js/tests/utils/product-handling-icons.test.jsx
build 13-Feb-2024 19:28:49 product-handling-icons
build 13-Feb-2024 19:28:49 ✓ should return null if handlingIcons is not specified (1 ms)
build 13-Feb-2024 19:28:49 ✓ should return fontAwesomeIcon (36 ms)
build 13-Feb-2024 19:28:49 ✓ should render properly (35 ms)
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 PASS src/js/tests/utils/Input.test.jsx
build 13-Feb-2024 19:28:49 input
build 13-Feb-2024 19:28:49 ✓ should match snapshot (10 ms)
build 13-Feb-2024 19:28:49 ✓ should render properly (21 ms)
build 13-Feb-2024 19:28:49 ✓ should trigger function on change (10 ms)
build 13-Feb-2024 19:28:49 ✓ should trigger onKeyDown (5 ms)
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 PASS src/js/tests/utils/SearchInput.test.jsx
build 13-Feb-2024 19:28:49 search input
build 13-Feb-2024 19:28:49 ✓ should match snapshot (12 ms)
build 13-Feb-2024 19:28:49 ✓ should render properly (25 ms)
build 13-Feb-2024 19:28:49 ✓ should not render button element (9 ms)
build 13-Feb-2024 19:28:49 ✓ should render button element (58 ms)
build 13-Feb-2024 19:28:49 ✓ should call handleClear on click (36 ms)
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 PASS src/js/tests/utils/StatusIndicator.test.jsx
build 13-Feb-2024 19:28:49 status indicator
build 13-Feb-2024 19:28:49 ✓ should match snapshot (10 ms)
build 13-Feb-2024 19:28:49 ✓ should render properly (30 ms)
build 13-Feb-2024 19:28:49 ✓ should map status (6 ms)
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 PASS src/js/tests/form-elements/WizardSteps.test.jsx
build 13-Feb-2024 19:28:49 ✓ WizardSteps renders correctly (3 ms)
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 PASS src/js/tests/menu/Logo.test.jsx
build 13-Feb-2024 19:28:49 logo component
build 13-Feb-2024 19:28:49 ✓ should match snapshot (15 ms)
build 13-Feb-2024 19:28:49 ✓ should render component correctly (3 ms)
build 13-Feb-2024 19:28:49 ✓ should include logo after redirecting to the main page (34 ms)
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 PASS src/js/tests/utils/menu-utils.test.jsx
build 13-Feb-2024 19:28:49 getAllMenuUrls
build 13-Feb-2024 19:28:49 ✓ should return section with url (1 ms)
build 13-Feb-2024 19:28:49 ✓ should return subsection with url (1 ms)
build 13-Feb-2024 19:28:49 ✓ should return menu item with url
build 13-Feb-2024 19:28:49 checkActiveSection
build 13-Feb-2024 19:28:49 ✓ should return dashboard when there is no matching url (1 ms)
build 13-Feb-2024 19:28:49 ✓ should return dashboard when there is no matching query params (1 ms)
build 13-Feb-2024 19:28:49 ✓ should match path with params
build 13-Feb-2024 19:28:49 ✓ should skip id in path
build 13-Feb-2024 19:28:49 ✓ should match path without params
build 13-Feb-2024 19:28:49 ✓ should skip direction in path (1 ms)
build 13-Feb-2024 19:28:49 ✓ should match section from config
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 PASS src/js/tests/utils/Filter.test.jsx
build 13-Feb-2024 19:28:49 filter
build 13-Feb-2024 19:28:49 ✓ should match snapshot (10 ms)
build 13-Feb-2024 19:28:49 ✓ should render properly (30 ms)
build 13-Feb-2024 19:28:49 ✓ should call function when data changes (8 ms)
build 13-Feb-2024 19:28:49 ✓ should have starting value when filter.value is present (3 ms)
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 PASS src/js/tests/utils/ActionDots.test.jsx
build 13-Feb-2024 19:28:49 action dots
build 13-Feb-2024 19:28:49 ✓ should match snapshot (24 ms)
build 13-Feb-2024 19:28:49 ✓ should render component correctly (3 ms)
build 13-Feb-2024 19:28:49 ✓ should have button after clicking it (96 ms)
build 13-Feb-2024 19:28:49 ✓ should have hidden dropdown-menu (40 ms)
build 13-Feb-2024 19:28:49 ✓ should have visible dropdown-menu (23 ms)
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 PASS src/js/tests/utils/Checkbox.test.jsx
build 13-Feb-2024 19:28:49 custom checkbox
build 13-Feb-2024 19:28:49 ✓ should match snapshot (10 ms)
build 13-Feb-2024 19:28:49 ✓ should not be checked (63 ms)
build 13-Feb-2024 19:28:49 ✓ should be checked after selecting (51 ms)
build 13-Feb-2024 19:28:49 checkbox with label
build 13-Feb-2024 19:28:49 ✓ should match snapshot (4 ms)
build 13-Feb-2024 19:28:49 ✓ should not be checked (14 ms)
build 13-Feb-2024 19:28:49 ✓ should be checked after selecting (34 ms)
build 13-Feb-2024 19:28:49 ✓ should have label (31 ms)
build 13-Feb-2024 19:28:49 default checkbox
build 13-Feb-2024 19:28:49 ✓ should match snapshot (1 ms)
build 13-Feb-2024 19:28:49 ✓ should not be checked (17 ms)
build 13-Feb-2024 19:28:49 ✓ should be checked after selecting (19 ms)
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 PASS src/js/tests/utils/number-utils.test.jsx
build 13-Feb-2024 19:28:49 accountingFormat()
build 13-Feb-2024 19:28:49 ✓ should return empty string if no value is given (1 ms)
build 13-Feb-2024 19:28:49 ✓ should return numbers with two decimal places after the dot (14 ms)
build 13-Feb-2024 19:28:49 ✓ should convert negative numbers to positive (1 ms)
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 PASS src/js/tests/utils/translation-utils.test.jsx
build 13-Feb-2024 19:28:49 splitTranslation()
build 13-Feb-2024 19:28:49 ✓ should return english (1 ms)
build 13-Feb-2024 19:28:49 ✓ should return french
build 13-Feb-2024 19:28:49 ✓ should return english when french is not present
build 13-Feb-2024 19:28:49 ✓ should return empty string when english is not present (1 ms)
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 PASS src/js/tests/utils/DateCell.test.jsx
build 13-Feb-2024 19:28:49 date cell
build 13-Feb-2024 19:28:49 ✓ should contain proper text when date provided (27 ms)
build 13-Feb-2024 19:28:49 ✓ should contain default value when date not provided (4 ms)
build 13-Feb-2024 19:28:49 ✓ should contain proper text when date provided with hour (4 ms)
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 PASS src/js/tests/form-elements/ButtonField.test.jsx
build 13-Feb-2024 19:28:49 ButtonField component is correctly rendering
build 13-Feb-2024 19:28:49 ✓ string label (4 ms)
build 13-Feb-2024 19:28:49 ✓ component label (1 ms)
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 PASS src/js/tests/menu/Menu.test.jsx
build 13-Feb-2024 19:28:49 menu component
build 13-Feb-2024 19:28:49 ✓ should match snapshot (14 ms)
build 13-Feb-2024 19:28:49 menuConfigurationSubsection component
build 13-Feb-2024 19:28:49 ✓ should map menu items correctly (63 ms)
build 13-Feb-2024 19:28:49 ✓ should match snapshot (1 ms)
build 13-Feb-2024 19:28:49 menuItem component
build 13-Feb-2024 19:28:49 ✓ should match snapshot (3 ms)
build 13-Feb-2024 19:28:49 ✓ should render collapseMenuItem and dropdownMenuItem correctly (2 ms)
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 PASS src/js/tests/menu/Spinner.test.jsx
build 13-Feb-2024 19:28:49 spinner component
build 13-Feb-2024 19:28:49 ✓ should match snapshot (8 ms)
build 13-Feb-2024 19:28:49 ✓ should render component correctly (16 ms)
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 PASS src/js/tests/menu/Wizard.test.jsx
build 13-Feb-2024 19:28:49 wizard component
build 13-Feb-2024 19:28:49 ✓ should match snapshot (109 ms)
build 13-Feb-2024 19:28:49 ✓ should render component correctly (17 ms)
build 13-Feb-2024 19:28:49 wizardPage component
build 13-Feb-2024 19:28:49 ✓ should match snapshot (17 ms)
build 13-Feb-2024 19:28:49 ✓ should render component correctly (13 ms)
build 13-Feb-2024 19:28:49 wizardSteps component
build 13-Feb-2024 19:28:49 ✓ should match snapshot (1 ms)
build 13-Feb-2024 19:28:49 ✓ should have an active element (1 ms)
build 13-Feb-2024 19:28:49 ✓ should have an inactive element (1 ms)
build 13-Feb-2024 19:28:49 wizardTitle component
build 13-Feb-2024 19:28:49 ✓ should match snapshot (1 ms)
build 13-Feb-2024 19:28:49 ✓ should render component correctly (1 ms)
build 13-Feb-2024 19:28:49 ✓ should display text correctly (18 ms)
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 (node:2701786) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'status' of undefined
build 13-Feb-2024 19:28:49 (Use `node --trace-warnings ...` to show where the warning was created)
build 13-Feb-2024 19:28:49 (node:2701786) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
build 13-Feb-2024 19:28:49 (node:2701786) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
build 13-Feb-2024 19:28:49 (node:2701786) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'status' of undefined
build 13-Feb-2024 19:28:49 (node:2701786) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 4)
build 13-Feb-2024 19:28:49 Test Suites: 6 skipped, 20 passed, 20 of 26 total
build 13-Feb-2024 19:28:49 Tests: 9 skipped, 103 passed, 112 total
build 13-Feb-2024 19:28:49 Snapshots: 21 passed, 21 total
build 13-Feb-2024 19:28:49 Time: 2.791 s, estimated 4 s
build 13-Feb-2024 19:28:49 Ran all test suites.
build 13-Feb-2024 19:28:49
build 13-Feb-2024 19:28:49 Tests PASSED
build 13-Feb-2024 19:28:49 configuring joda-time support for simple datastore ...
build 13-Feb-2024 19:28:49 [mkdir] Created dir: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/target/test-classes/unit
build 13-Feb-2024 19:28:49 [groovyc] Compiling 47 source files to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/target/test-classes/unit
build 13-Feb-2024 19:28:51
build 13-Feb-2024 19:28:51 -------------------------------------------------------
build 13-Feb-2024 19:28:51 Running 213 unit tests...
build 13-Feb-2024 19:28:52 Running test org.pih.warehouse.shipping.ShipmentServiceUnitTest...PASSED
build 13-Feb-2024 19:28:52 Running test org.pih.warehouse.core.BaseUnitTest...PASSED
build 13-Feb-2024 19:28:52 Running test org.pih.warehouse.core.LocalizationUtilTest...PASSED
build 13-Feb-2024 19:28:53 Running test org.pih.warehouse.picklist.PicklistServiceTests...PASSED
build 13-Feb-2024 19:28:53 Running test org.pih.warehouse.picklist.PicklistControllerTests...PASSED
build 13-Feb-2024 19:28:53 Running test org.pih.warehouse.picklist.PicklistItemTests...PASSED
build 13-Feb-2024 19:28:54 Running test org.pih.warehouse.requisition.RequisitionServiceTests...PASSED
build 13-Feb-2024 19:28:56 Running test org.pih.warehouse.requisition.RequisitionItemTests...PASSED
build 13-Feb-2024 19:28:58 Running test org.pih.warehouse.requisition.RequisitionTests...PASSED
build 13-Feb-2024 19:29:00 Running test org.pih.warehouse.requisition.RequisitionControllerTests...PASSED
build 13-Feb-2024 19:29:02 Running test org.pih.warehouse.shipping.ShipmentControllerTests...PASSED
build 13-Feb-2024 19:29:02 Running test org.pih.warehouse.shipping.CreateShipmentWorkflowControllerTests...PASSED
build 13-Feb-2024 19:29:02 Running test org.pih.warehouse.shipping.ShipmentWorkflowTests...PASSED
build 13-Feb-2024 19:29:03 Running test org.pih.warehouse.shipping.ShipmentTests...PASSED
build 13-Feb-2024 19:29:09 Running test org.pih.warehouse.api.LocationApiControllerTests...PASSED
build 13-Feb-2024 19:29:09 Running test org.pih.warehouse.api.CategoryApiControllerTests...PASSED
build 13-Feb-2024 19:29:13 Running test org.pih.warehouse.api.ApiControllerTests...PASSED
build 13-Feb-2024 19:29:18 Running test org.pih.warehouse.api.ProductApiControllerTests...PASSED
build 13-Feb-2024 19:29:18 Running test org.pih.warehouse.api.BinLocationApiControllerTests...PASSED
build 13-Feb-2024 19:29:18 Running test org.pih.warehouse.api.PersonApiControllerTests...PASSED
build 13-Feb-2024 19:29:18 Running test org.pih.warehouse.api.IdentifierApiControllerTests...PASSED
build 13-Feb-2024 19:29:18 Running test org.pih.warehouse.inventory.InventoryTests...PASSED
build 13-Feb-2024 19:29:18 Running test org.pih.warehouse.inventory.InventoryServiceUnitTests...PASSED
build 13-Feb-2024 19:29:18 Running test org.pih.warehouse.inventory.InventoryItemTests...PASSED
build 13-Feb-2024 19:29:18 Running test org.pih.warehouse.inventory.InventoryItemControllerTests...PASSED
build 13-Feb-2024 19:29:19 Running test org.pih.warehouse.product.CategoryTests...PASSED
build 13-Feb-2024 19:29:19 Running test org.pih.warehouse.product.ProductControllerTests...PASSED
build 13-Feb-2024 19:29:19 Running test org.pih.warehouse.product.ProductTests...PASSED
build 13-Feb-2024 19:29:19 Running test org.pih.warehouse.product.ProductGroupTests...PASSED
build 13-Feb-2024 19:29:19 Running test org.pih.warehouse.user.UserTests...PASSED
build 13-Feb-2024 19:29:19 Running test org.pih.warehouse.core.DashboardServiceTests...PASSED
build 13-Feb-2024 19:29:19 Running test org.pih.warehouse.core.PersonTests...PASSED
build 13-Feb-2024 19:29:19 Running test org.pih.warehouse.core.SynonymTests...PASSED
build 13-Feb-2024 19:29:19 Running test org.pih.warehouse.core.DocumentTests...PASSED
build 13-Feb-2024 19:29:19 Running test org.pih.warehouse.core.LocationTests...PASSED
build 13-Feb-2024 19:29:19 Running test org.pih.warehouse.core.UserTests...PASSED
build 13-Feb-2024 19:29:20 Running test org.pih.warehouse.core.LocationControllerTests...PASSED
build 13-Feb-2024 19:29:20 Running test org.pih.warehouse.core.IdentifierServiceUnitTests...PASSED
build 13-Feb-2024 19:29:20 Running test org.pih.warehouse.core.EventTypeControllerTests...PASSED
build 13-Feb-2024 19:29:20 Running test org.pih.warehouse.core.UserServiceTests...PASSED
build 13-Feb-2024 19:29:20 Running test org.pih.warehouse.core.LocationGroupTests...PASSED
build 13-Feb-2024 19:29:20 Running test org.pih.warehouse.utils.ConfigHelperTests...PASSED
build 13-Feb-2024 19:29:20 Running test org.pih.warehouse.order.OrderTests...PASSED
build 13-Feb-2024 19:29:20 Running test org.pih.warehouse.order.OrderServiceUnitTests...PASSED
build 13-Feb-2024 19:29:20 Tests Completed in 29863ms ...
build 13-Feb-2024 19:29:20 -------------------------------------------------------
build 13-Feb-2024 19:29:20 Tests passed: 209
build 13-Feb-2024 19:29:20 Tests failed: 0
build 13-Feb-2024 19:29:20 -------------------------------------------------------
build 13-Feb-2024 19:29:21
build 13-Feb-2024 19:29:21 -------------------------------------------------------
build 13-Feb-2024 19:29:21 Running 1 spock test...
build 13-Feb-2024 19:29:21 Running test org.pih.warehouse.inventory.InventoryLevelSpec...PASSED
build 13-Feb-2024 19:29:21 Tests Completed in 69ms ...
build 13-Feb-2024 19:29:21 -------------------------------------------------------
build 13-Feb-2024 19:29:21 Tests passed: 1
build 13-Feb-2024 19:29:21 Tests failed: 0
build 13-Feb-2024 19:29:21 -------------------------------------------------------
build 13-Feb-2024 19:29:21 [junitreport] Processing /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/target/test-reports/TESTS-TestSuites.xml to /tmp/null544325893
build 13-Feb-2024 19:29:21 [junitreport] Loading stylesheet /home/bamboo/remote-agent/build_tools/grails-1.3.9/lib/junit-frames.xsl
build 13-Feb-2024 19:29:22 [junitreport] Transform time: 1144ms
build 13-Feb-2024 19:29:22 [junitreport] Deleting: /tmp/null544325893
build 13-Feb-2024 19:29:22
build 13-Feb-2024 19:29:22 Tests PASSED - view reports in target/test-reports
simple 13-Feb-2024 19:29:22 Parsing test results under /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ...
simple 13-Feb-2024 19:29:23 Finished task 'run unit tests' with result: Success
command 13-Feb-2024 19:29:23 Substituting variable: ${bamboo.buildNumber} with 196
simple 13-Feb-2024 19:29:23 Starting task 'build war file' of type 'com.atlassian.bamboo.plugins.bamboo-grails-plugin:grailsBuilderTaskType'
command 13-Feb-2024 19:29:23 Beginning to execute external process for build 'OpenBoxes - ☆ obdev1 ← develop - Default Job #196 (OPENBOXES-OBDEV1-DJ-196)'\n ... running command line: \n/home/bamboo/remote-agent/build_tools/grails-1.3.9/bin/grails upgrade --non-interactive\n ... in: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ\n
error 13-Feb-2024 19:29:23 Picked up JAVA_TOOL_OPTIONS: -Dstringchararrayaccessor.disabled=true
build 13-Feb-2024 19:29:23 Welcome to Grails 1.3.9 - http://grails.org/
build 13-Feb-2024 19:29:23 Licensed under Apache Standard License 2.0
build 13-Feb-2024 19:29:23 Grails home is set to: /home/bamboo/remote-agent/build_tools/grails-1.3.9
build 13-Feb-2024 19:29:23
build 13-Feb-2024 19:29:23 Base Directory: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ
build 13-Feb-2024 19:29:25 Resolving dependencies...
build 13-Feb-2024 19:29:26 Dependencies resolved in 1536ms.
build 13-Feb-2024 19:29:26 Running script /home/bamboo/remote-agent/build_tools/grails-1.3.9/scripts/Upgrade.groovy
build 13-Feb-2024 19:29:27 Environment set to development
build 13-Feb-2024 19:29:28 [mkdir] Created dir: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/src/java
build 13-Feb-2024 19:29:28 [mkdir] Created dir: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/web-app/META-INF
build 13-Feb-2024 19:29:28 [mkdir] Created dir: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/lib
build 13-Feb-2024 19:29:28 Setting non-interactive mode
build 13-Feb-2024 19:29:28 [delete] Deleting directory /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/gspcompile
build 13-Feb-2024 19:29:28 [delete] Deleting directory /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/target/classes
build 13-Feb-2024 19:29:29 [delete] Deleting directory /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugin-classes
build 13-Feb-2024 19:29:29 [delete] Deleting directory /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:29 [delete] Deleting directory /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/target/test-classes
build 13-Feb-2024 19:29:29 [copy] Copying 1 file to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/web-app/WEB-INF
build 13-Feb-2024 19:29:29 [copy] Copying 1 file to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/web-app/WEB-INF
build 13-Feb-2024 19:29:29 [copy] Copying 4 files to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/web-app/WEB-INF/tld
build 13-Feb-2024 19:29:29 Installing zip /home/bamboo/remote-agent/build_tools/grails-1.3.9/plugins/grails-hibernate-1.3.9.zip... ...
build 13-Feb-2024 19:29:29 [delete] Deleting directory /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/hibernate-1.3.9
build 13-Feb-2024 19:29:29 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/hibernate-1.3.9
build 13-Feb-2024 19:29:29 [unzip] Expanding: /home/bamboo/remote-agent/build_tools/grails-1.3.9/plugins/grails-hibernate-1.3.9.zip into /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/hibernate-1.3.9
build 13-Feb-2024 19:29:29 Installed plugin hibernate-1.3.9 to location /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/hibernate-1.3.9. ...
build 13-Feb-2024 19:29:29 Resolving plugin JAR dependencies ...
build 13-Feb-2024 19:29:29 Executing hibernate-1.3.9 plugin post-install script ...
build 13-Feb-2024 19:29:29 Plugin hibernate-1.3.9 installed
build 13-Feb-2024 19:29:30 Installing zip /home/bamboo/remote-agent/build_tools/grails-1.3.9/plugins/grails-tomcat-1.3.9.zip... ...
build 13-Feb-2024 19:29:30 [delete] Deleting directory /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/tomcat-1.3.9
build 13-Feb-2024 19:29:30 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/tomcat-1.3.9
build 13-Feb-2024 19:29:30 [unzip] Expanding: /home/bamboo/remote-agent/build_tools/grails-1.3.9/plugins/grails-tomcat-1.3.9.zip into /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/tomcat-1.3.9
build 13-Feb-2024 19:29:30 Installed plugin tomcat-1.3.9 to location /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/tomcat-1.3.9. ...
build 13-Feb-2024 19:29:30 Resolving plugin JAR dependencies ...
build 13-Feb-2024 19:29:30 Executing tomcat-1.3.9 plugin post-install script ...
build 13-Feb-2024 19:29:30 Plugin tomcat-1.3.9 installed
build 13-Feb-2024 19:29:30 Plugin provides the following new scripts:
build 13-Feb-2024 19:29:30 ------------------------------------------
build 13-Feb-2024 19:29:30 grails tomcat
build 13-Feb-2024 19:29:30 Please make sure you view the README for important information about changes to your source code. ...
build 13-Feb-2024 19:29:30 Project upgraded
command 13-Feb-2024 19:29:30 Beginning to execute external process for build 'OpenBoxes - ☆ obdev1 ← develop - Default Job #196 (OPENBOXES-OBDEV1-DJ-196)'\n ... running command line: \n/home/bamboo/remote-agent/build_tools/grails-1.3.9/bin/grails -Dbuild.number=196 prod war target/openboxes.war --non-interactive\n ... in: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ\n
error 13-Feb-2024 19:29:30 Picked up JAVA_TOOL_OPTIONS: -Dstringchararrayaccessor.disabled=true
build 13-Feb-2024 19:29:31 Welcome to Grails 1.3.9 - http://grails.org/
build 13-Feb-2024 19:29:31 Licensed under Apache Standard License 2.0
build 13-Feb-2024 19:29:31 Grails home is set to: /home/bamboo/remote-agent/build_tools/grails-1.3.9
build 13-Feb-2024 19:29:31
build 13-Feb-2024 19:29:31 Base Directory: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ
build 13-Feb-2024 19:29:32 Resolving dependencies...
build 13-Feb-2024 19:29:34 Dependencies resolved in 1557ms.
build 13-Feb-2024 19:29:34 Running script /home/bamboo/remote-agent/build_tools/grails-1.3.9/scripts/War.groovy
build 13-Feb-2024 19:29:34 Environment set to production
build 13-Feb-2024 19:29:36 Setting non-interactive mode
build 13-Feb-2024 19:29:36 Generating plugin.xml for inline plugin at location file [/home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/spock]
build 13-Feb-2024 19:29:36 Generating plugin.xml for inline plugin at location file [/home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/liquibase]
build 13-Feb-2024 19:29:36 [copy] Copied 4 empty directories to 2 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 3 empty directories to 2 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 6 empty directories to 2 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 3 empty directories to 3 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 5 empty directories to 3 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 2 empty directories to 2 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 3 empty directories to 2 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 2 empty directories to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 3 empty directories to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 2 empty directories to 2 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 1 empty directory to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 4 empty directories to 3 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 7 empty directories to 5 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 1 empty directory to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 1 empty directory to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 1 empty directory to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 1 empty directory to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 2 empty directories to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 5 empty directories to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 1 empty directory to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 1 empty directory to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 1 empty directory to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 2 empty directories to 2 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 5 empty directories to 4 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [copy] Copied 2 empty directories to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:29:36 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugin-classes
build 13-Feb-2024 19:29:37 [groovyc] Compiling 224 source files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugin-classes
build 13-Feb-2024 19:29:47 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/liquibase/src/java/org/liquibase/grails/GrailsXmlWriter.java:5: warning: XMLSerializer is internal proprietary API and may be removed in a future release
build 13-Feb-2024 19:29:47 import com.sun.org.apache.xml.internal.serialize.XMLSerializer;
build 13-Feb-2024 19:29:47 ^
build 13-Feb-2024 19:29:47 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/liquibase/src/java/org/liquibase/grails/GrailsXmlWriter.java:6: warning: OutputFormat is internal proprietary API and may be removed in a future release
build 13-Feb-2024 19:29:47 import com.sun.org.apache.xml.internal.serialize.OutputFormat;
build 13-Feb-2024 19:29:47 ^
build 13-Feb-2024 19:29:47 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/liquibase/src/java/org/liquibase/grails/GrailsXmlWriter.java:14: warning: OutputFormat is internal proprietary API and may be removed in a future release
build 13-Feb-2024 19:29:47 OutputFormat format = new OutputFormat(doc);
build 13-Feb-2024 19:29:47 ^
build 13-Feb-2024 19:29:47 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/liquibase/src/java/org/liquibase/grails/GrailsXmlWriter.java:14: warning: OutputFormat is internal proprietary API and may be removed in a future release
build 13-Feb-2024 19:29:47 OutputFormat format = new OutputFormat(doc);
build 13-Feb-2024 19:29:47 ^
build 13-Feb-2024 19:29:47 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/liquibase/src/java/org/liquibase/grails/GrailsXmlWriter.java:16: warning: XMLSerializer is internal proprietary API and may be removed in a future release
build 13-Feb-2024 19:29:47 XMLSerializer serializer = new XMLSerializer(outputStream, format);
build 13-Feb-2024 19:29:47 ^
build 13-Feb-2024 19:29:47 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/liquibase/src/java/org/liquibase/grails/GrailsXmlWriter.java:16: warning: XMLSerializer is internal proprietary API and may be removed in a future release
build 13-Feb-2024 19:29:47 XMLSerializer serializer = new XMLSerializer(outputStream, format);
build 13-Feb-2024 19:29:47 ^
build 13-Feb-2024 19:29:47 6 warnings
build 13-Feb-2024 19:29:50 [mkdir] Created dir: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/target/classes
build 13-Feb-2024 19:29:50 [groovyc] Compiling 574 source files to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/target/classes
build 13-Feb-2024 19:30:05 Using configuration locations [classpath:openboxes-config.properties, classpath:openboxes-config.groovy, file:/home/bamboo/.grails/openboxes-config.properties, file:/home/bamboo/.grails/openboxes-config.groovy] [production]
error 13-Feb-2024 19:30:06 Unable to load specified config location classpath:openboxes-config.properties : class path resource [openboxes-config.properties] cannot be opened because it does not exist
error 13-Feb-2024 19:30:06 Unable to load specified config location classpath:openboxes-config.groovy : class path resource [openboxes-config.groovy] cannot be opened because it does not exist
error 13-Feb-2024 19:30:06 Unable to load specified config location file:/home/bamboo/.grails/openboxes-config.properties : /home/bamboo/.grails/openboxes-config.properties (No such file or directory)
error 13-Feb-2024 19:30:06 Unable to load specified config location file:/home/bamboo/.grails/openboxes-config.groovy : /home/bamboo/.grails/openboxes-config.groovy (No such file or directory)
build 13-Feb-2024 19:30:06 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/grails-app/i18n
build 13-Feb-2024 19:30:06 [native2ascii] Converting 14 files from /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/grails-app/i18n
build 13-Feb-2024 19:30:06 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/browser-detection-0.4.3/grails-app/i18n
build 13-Feb-2024 19:30:06 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/zipped-resources-1.0/grails-app/i18n
build 13-Feb-2024 19:30:06 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/resources-1.1.6/grails-app/i18n
build 13-Feb-2024 19:30:06 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/excel-import-0.3/grails-app/i18n
build 13-Feb-2024 19:30:06 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/jquery-validation-ui-1.4.7/grails-app/i18n
build 13-Feb-2024 19:30:06 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/browser-detection-0.4.3/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/browser-detection-0.4.3/grails-app/i18n
build 13-Feb-2024 19:30:06 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/zipped-resources-1.0/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/zipped-resources-1.0/grails-app/i18n
build 13-Feb-2024 19:30:06 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/resources-1.1.6/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/resources-1.1.6/grails-app/i18n
build 13-Feb-2024 19:30:06 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/excel-import-0.3/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/excel-import-0.3/grails-app/i18n[native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/jquery-validation-ui-1.4.7/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/jquery-validation-ui-1.4.7/grails-app/i18n
build 13-Feb-2024 19:30:06
build 13-Feb-2024 19:30:06 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/cached-resources-1.0/grails-app/i18n
build 13-Feb-2024 19:30:06 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/cached-resources-1.0/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/cached-resources-1.0/grails-app/i18n
build 13-Feb-2024 19:30:06 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/jquery-ui-1.8.7/grails-app/i18n
build 13-Feb-2024 19:30:06 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/jquery-ui-1.8.7/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/jquery-ui-1.8.7/grails-app/i18n
build 13-Feb-2024 19:30:06 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/cache-headers-1.1.5/grails-app/i18n
build 13-Feb-2024 19:30:06 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/cache-headers-1.1.5/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/cache-headers-1.1.5/grails-app/i18n
build 13-Feb-2024 19:30:06 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/jquery-validation-1.9/grails-app/i18n
build 13-Feb-2024 19:30:06 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/pretty-time-0.3/grails-app/i18n
build 13-Feb-2024 19:30:06 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/jquery-1.7.2/grails-app/i18n
build 13-Feb-2024 19:30:06 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/jquery-validation-1.9/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/jquery-validation-1.9/grails-app/i18n
build 13-Feb-2024 19:30:06 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/pretty-time-0.3/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/pretty-time-0.3/grails-app/i18n
build 13-Feb-2024 19:30:06 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/jquery-1.7.2/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/jquery-1.7.2/grails-app/i18n
build 13-Feb-2024 19:30:06 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/build-test-data-1.1.1/grails-app/i18n
build 13-Feb-2024 19:30:06 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/build-test-data-1.1.1/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/build-test-data-1.1.1/grails-app/i18n
build 13-Feb-2024 19:30:06 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/code-coverage-1.2.5/grails-app/i18n
build 13-Feb-2024 19:30:06 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/code-coverage-1.2.5/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/code-coverage-1.2.5/grails-app/i18n
build 13-Feb-2024 19:30:06 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/mail-1.0.6/grails-app/i18n
build 13-Feb-2024 19:30:06 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/plugin-config-0.1.5/grails-app/i18n
build 13-Feb-2024 19:30:06 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/csv-0.3.1/grails-app/i18n [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/constraints-0.6.0/grails-app/i18n
build 13-Feb-2024 19:30:06
build 13-Feb-2024 19:30:06 [native2ascii] Converting 2 files from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/mail-1.0.6/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/mail-1.0.6/grails-app/i18n
build 13-Feb-2024 19:30:06 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/plugin-config-0.1.5/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/plugin-config-0.1.5/grails-app/i18n
build 13-Feb-2024 19:30:06 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/csv-0.3.1/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/csv-0.3.1/grails-app/i18n
build 13-Feb-2024 19:30:06 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/plugins/constraints-0.6.0/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/plugins/constraints-0.6.0/grails-app/i18n
build 13-Feb-2024 19:30:06 [copy] Copying 1 file to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/target/classes
build 13-Feb-2024 19:30:06 [copy] Copying 36 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:30:06 [copy] Copied 4 empty directories to 2 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:30:06 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:30:06 [copy] Copied 19 empty directories to 17 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources
build 13-Feb-2024 19:30:14 2024-02-13 19:30:14,550 [main] INFO cfg.Environment - Hibernate 3.3.1.GA
build 13-Feb-2024 19:30:14 2024-02-13 19:30:14,552 [main] INFO cfg.Environment - hibernate.properties not found
build 13-Feb-2024 19:30:14 2024-02-13 19:30:14,554 [main] INFO cfg.Environment - Bytecode provider name : javassist
build 13-Feb-2024 19:30:14 2024-02-13 19:30:14,556 [main] INFO cfg.Environment - using JDK 1.4 java.sql.Timestamp handling
build 13-Feb-2024 19:30:15 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ
build 13-Feb-2024 19:30:18 [gspc] Compiling 623 GSP files for package [openboxes] to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/target/classes
build 13-Feb-2024 19:32:21 [gspc] Compiling 1 GSP file for package [zippedResources] to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/target/classes
build 13-Feb-2024 19:32:21 [gspc] Compiling 1 GSP file for package [cachedResources] to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/target/classes
build 13-Feb-2024 19:32:21 [gspc] Compiling 1 GSP file for package [console] to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/target/classes
build 13-Feb-2024 19:32:21 [gspc] Compiling 4 GSP files for package [mail] to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/target/classes
build 13-Feb-2024 19:32:22 [gspc] Compiling 8 GSP files for package [jodaTime] to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/target/classes
build 13-Feb-2024 19:32:22 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage
build 13-Feb-2024 19:32:22 Building WAR file ...
build 13-Feb-2024 19:32:23 [copy] Copying 2888 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage
build 13-Feb-2024 19:32:23 [copy] Copied 73 empty directories to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage
build 13-Feb-2024 19:32:23 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/jquery-validation-ui-1.4.7
build 13-Feb-2024 19:32:23 [copy] Copying 29 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/jquery-validation-ui-1.4.7
build 13-Feb-2024 19:32:23 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/zipped-resources-1.0
build 13-Feb-2024 19:32:23 [copy] Copying 19 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/zipped-resources-1.0
build 13-Feb-2024 19:32:23 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/browser-detection-0.4.3
build 13-Feb-2024 19:32:23 [copy] Copying 36 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/browser-detection-0.4.3
build 13-Feb-2024 19:32:23 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/cached-resources-1.0
build 13-Feb-2024 19:32:23 [copy] Copying 19 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/cached-resources-1.0
build 13-Feb-2024 19:32:23 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/jquery-ui-1.8.7
build 13-Feb-2024 19:32:23 [copy] Copying 95 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/jquery-ui-1.8.7
build 13-Feb-2024 19:32:23 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/yui-2.8.2.1
build 13-Feb-2024 19:32:23 [copy] Copying 392 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/yui-2.8.2.1
build 13-Feb-2024 19:32:23 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/cache-headers-1.1.5
build 13-Feb-2024 19:32:23 [copy] Copying 32 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/cache-headers-1.1.5
build 13-Feb-2024 19:32:23 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/jquery-validation-1.9
build 13-Feb-2024 19:32:23 [copy] Copying 40 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/jquery-validation-1.9
build 13-Feb-2024 19:32:23 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/jquery-1.7.2
build 13-Feb-2024 19:32:23 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/jquery-1.7.2
build 13-Feb-2024 19:32:23 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/code-coverage-1.2.5
build 13-Feb-2024 19:32:24 [copy] Copying 32 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/code-coverage-1.2.5
build 13-Feb-2024 19:32:24 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/console-1.1
build 13-Feb-2024 19:32:24 [copy] Copying 17 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/console-1.1
build 13-Feb-2024 19:32:24 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/csv-0.3.1
build 13-Feb-2024 19:32:24 [copy] Copying 4 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/csv-0.3.1
build 13-Feb-2024 19:32:24 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/constraints-0.6.0
build 13-Feb-2024 19:32:24 [copy] Copying 32 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/constraints-0.6.0
build 13-Feb-2024 19:32:24 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/plugin-config-0.1.5
build 13-Feb-2024 19:32:24 [copy] Copying 32 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/plugin-config-0.1.5
build 13-Feb-2024 19:32:24 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/plugins/liquibase-1.9.3.6
build 13-Feb-2024 19:32:24 [copy] Copying 639 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/grails-app
build 13-Feb-2024 19:32:24 [copy] Copying 881 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/classes
build 13-Feb-2024 19:32:25 [copy] Copying 11718 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/classes
build 13-Feb-2024 19:32:25 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/spring
build 13-Feb-2024 19:32:25 [copy] Copying 39 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/classes
build 13-Feb-2024 19:32:25 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/templates/scaffolding
build 13-Feb-2024 19:32:25 [copy] Copying 6 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/templates/scaffolding
build 13-Feb-2024 19:32:26 [copy] Copying 158 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/lib
build 13-Feb-2024 19:32:26 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF
build 13-Feb-2024 19:32:26 [delete] Deleting: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/resources/web.xml
build 13-Feb-2024 19:32:26 [copy] Copying 4 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/lib
build 13-Feb-2024 19:32:26 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/lib
build 13-Feb-2024 19:32:26 [propertyfile] Updating property file: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/classes/application.properties
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/excel-import-0.3
build 13-Feb-2024 19:32:26 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/excel-import-0.3
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/spring-events-1.2
build 13-Feb-2024 19:32:26 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/spring-events-1.2
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/barcode4j-0.2.1
build 13-Feb-2024 19:32:26 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/barcode4j-0.2.1
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/rendering-0.4.4
build 13-Feb-2024 19:32:26 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/rendering-0.4.4
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/resources-1.1.6
build 13-Feb-2024 19:32:26 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/resources-1.1.6
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/jquery-validation-ui-1.4.7
build 13-Feb-2024 19:32:26 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/jquery-validation-ui-1.4.7
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/webflow-1.3.8
build 13-Feb-2024 19:32:26 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/webflow-1.3.8
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/external-config-reload-1.4.0
build 13-Feb-2024 19:32:26 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/external-config-reload-1.4.0
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/zipped-resources-1.0
build 13-Feb-2024 19:32:26 [copy] Copying 3 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/zipped-resources-1.0
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/browser-detection-0.4.3
build 13-Feb-2024 19:32:26 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/browser-detection-0.4.3
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/cached-resources-1.0
build 13-Feb-2024 19:32:26 [copy] Copying 3 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/cached-resources-1.0
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/jquery-ui-1.8.7
build 13-Feb-2024 19:32:26 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/jquery-ui-1.8.7
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/quartz2-2.1.6.2
build 13-Feb-2024 19:32:26 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/quartz2-2.1.6.2
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/yui-2.8.2.1
build 13-Feb-2024 19:32:26 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/yui-2.8.2.1
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/cache-headers-1.1.5
build 13-Feb-2024 19:32:26 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/cache-headers-1.1.5
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/springcache-1.3.1
build 13-Feb-2024 19:32:26 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/springcache-1.3.1
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/pretty-time-0.3
build 13-Feb-2024 19:32:26 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/pretty-time-0.3
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/hibernate-1.3.9
build 13-Feb-2024 19:32:26 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/hibernate-1.3.9
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/image-builder-0.2
build 13-Feb-2024 19:32:26 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/image-builder-0.2
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/jquery-validation-1.9
build 13-Feb-2024 19:32:26 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/jquery-validation-1.9
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/jquery-1.7.2
build 13-Feb-2024 19:32:26 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/jquery-1.7.2
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/build-test-data-1.1.1
build 13-Feb-2024 19:32:26 [copy] Copying 3 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/build-test-data-1.1.1
build 13-Feb-2024 19:32:26 [copy] Copying 3 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/classes
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/console-1.1
build 13-Feb-2024 19:32:26 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/console-1.1
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/csv-0.3.1
build 13-Feb-2024 19:32:26 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/csv-0.3.1
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/constraints-0.6.0
build 13-Feb-2024 19:32:26 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/constraints-0.6.0
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/mail-1.0.6
build 13-Feb-2024 19:32:26 [copy] Copying 7 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/mail-1.0.6
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/plugin-config-0.1.5
build 13-Feb-2024 19:32:26 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/plugin-config-0.1.5
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/raven-0.5.8
build 13-Feb-2024 19:32:26 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/raven-0.5.8
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/joda-time-1.4
build 13-Feb-2024 19:32:26 [copy] Copying 9 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/joda-time-1.4
build 13-Feb-2024 19:32:26 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/liquibase-1.9.3.6
build 13-Feb-2024 19:32:26 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/plugins/liquibase-1.9.3.6
build 13-Feb-2024 19:32:26 2024-02-13 19:32:26,760 [main] INFO warehouse._Events - Copying liquibase changelogs from /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/grails-app/migrations ...
build 13-Feb-2024 19:32:26 [copy] Copying 287 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/classes
build 13-Feb-2024 19:32:26 2024-02-13 19:32:26,824 [main] INFO warehouse._Events - Setting build date, build number, and revision number ...
build 13-Feb-2024 19:32:26 2024-02-13 19:32:26,842 [main] INFO warehouse._Events - Setting git revision number v0.8.23-hotfix2-6-g18637c0b4
build 13-Feb-2024 19:32:26 2024-02-13 19:32:26,844 [main] INFO warehouse._Events - Executing command git branch | grep \* | cut -d ' '
build 13-Feb-2024 19:32:26 2024-02-13 19:32:26,846 [main] INFO warehouse._Events - Done executing command:develop
build 13-Feb-2024 19:32:26 2024-02-13 19:32:26,846 [main] INFO warehouse._Events - Setting git branch to develop
build 13-Feb-2024 19:32:26 2024-02-13 19:32:26,847 [main] INFO warehouse._Events - Setting BUILD_NUMBER to 196
build 13-Feb-2024 19:32:26 2024-02-13 19:32:26,847 [main] INFO warehouse._Events - Setting build properties /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/classes/application.properties
build 13-Feb-2024 19:32:26 [propertyfile] Updating property file: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage/WEB-INF/classes/application.properties
build 13-Feb-2024 19:32:29 [jar] Building jar: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/target/openboxes.war
build 13-Feb-2024 19:32:41 [delete] Deleting directory /home/bamboo/.grails/1.3.9/projects/OPENBOXES-OBDEV1-DJ/stage
build 13-Feb-2024 19:32:42 Done creating WAR /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ/target/openboxes.war
simple 13-Feb-2024 19:32:42 Finished task 'build war file' with result: Success
simple 13-Feb-2024 19:32:42 Starting task 'Undeploy Tomcat Application' of type 'com.atlassian.bamboo.plugins.tomcat.bamboo-tomcat-plugin:undeployAppTask'
simple 13-Feb-2024 19:32:42 Undeploying application at context '/openboxes' on server 'https://obdev1.pih-emr.org/manager'
simple 13-Feb-2024 19:32:42 Confirm expected Tomcat manager location.
simple 13-Feb-2024 19:32:42 Trying to retrieve Tomcat details from https://obdev1.pih-emr.org/manager/text/serverinfo
simple 13-Feb-2024 19:32:42 Found Tomcat Version: [Apache Tomcat/7.0.109]
simple 13-Feb-2024 19:32:42 Confirmed Tomcat version: [Apache Tomcat/7.0.109]
simple 13-Feb-2024 19:32:44 The application has been undeployed
simple 13-Feb-2024 19:32:44 Finished task 'Undeploy Tomcat Application' with result: Success
simple 13-Feb-2024 19:32:44 Starting task 'Deploy Tomcat Application' of type 'com.atlassian.bamboo.plugins.tomcat.bamboo-tomcat-plugin:deployAppTask'
simple 13-Feb-2024 19:32:44 Deploying application with war file 'target/openboxes.war' to context '/openboxes' to server 'https://obdev1.pih-emr.org/manager'
simple 13-Feb-2024 19:32:44 Confirm expected Tomcat manager location.
simple 13-Feb-2024 19:32:44 Trying to retrieve Tomcat details from https://obdev1.pih-emr.org/manager/text/serverinfo
simple 13-Feb-2024 19:32:44 Found Tomcat Version: [Apache Tomcat/7.0.109]
simple 13-Feb-2024 19:32:44 Confirmed Tomcat version: [Apache Tomcat/7.0.109]
simple 13-Feb-2024 19:33:26 Application was successfully deployed.
simple 13-Feb-2024 19:33:26 Finished task 'Deploy Tomcat Application' with result: Success
simple 13-Feb-2024 19:33:26 Starting task 'restart tomcat server via ssh' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.command'
command 13-Feb-2024 19:33:26 Beginning to execute external process for build 'OpenBoxes - ☆ obdev1 ← develop - Default Job #196 (OPENBOXES-OBDEV1-DJ-196)'\n ... running command line: \n/usr/bin/ssh bamboo@obdev1.pih-emr.org /opt/restart-tomcat.sh\n ... in: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-OBDEV1-DJ\n
build 13-Feb-2024 19:33:26 Restarting tomcat ...
build 13-Feb-2024 19:33:28 Allowing 90 seconds for tomcat to restart ...
build 13-Feb-2024 19:34:58 Emailing notifications ...
build 13-Feb-2024 19:34:59 Done.
simple 13-Feb-2024 19:34:59 Finished task 'restart tomcat server via ssh' with result: Success
simple 13-Feb-2024 19:34:59 Running post build plugin 'Docker Container Cleanup'
simple 13-Feb-2024 19:34:59 Running post build plugin 'NCover Results Collector'
simple 13-Feb-2024 19:34:59 Running post build plugin 'Build Results Label Collector'
simple 13-Feb-2024 19:34:59 Running post build plugin 'Clover Results Collector'
simple 13-Feb-2024 19:34:59 Running post build plugin 'npm Cache Cleanup'
simple 13-Feb-2024 19:34:59 Running post build plugin 'Artifact Copier'
simple 13-Feb-2024 19:34:59 Publishing an artifact: Latest WAR
simple 13-Feb-2024 19:35:03 Finished publishing of artifact Non required job artifact Http Compression On : [Latest WAR], patterns: [openboxes.war] anchored at: [target] in 4.579 s
simple 13-Feb-2024 19:35:03 Finalising the build...
simple 13-Feb-2024 19:35:03 Stopping timer.
simple 13-Feb-2024 19:35:03 Build OPENBOXES-OBDEV1-DJ-196 completed.
simple 13-Feb-2024 19:35:04 Running on server: post build plugin 'Build Hanging Detection Configuration'
simple 13-Feb-2024 19:35:04 Running on server: post build plugin 'NCover Results Collector'
simple 13-Feb-2024 19:35:04 Running on server: post build plugin 'Build Labeller'
simple 13-Feb-2024 19:35:04 Running on server: post build plugin 'Clover Delta Calculator'
simple 13-Feb-2024 19:35:04 Running on server: post build plugin 'Maven Dependencies Postprocessor'
simple 13-Feb-2024 19:35:04 All post build plugins have finished
simple 13-Feb-2024 19:35:04 Generating build results summary...
simple 13-Feb-2024 19:35:04 Saving build results to disk...
simple 13-Feb-2024 19:35:04 Store variable context...
simple 13-Feb-2024 19:35:04 Finished building OPENBOXES-OBDEV1-DJ-196.