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