(src/js/tests/form-elements/SelectField.test.jsx:5:1)
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 console.error
build 09-May-2023 17:00:33 Warning: Each child in a list should have a unique "key" prop.
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 Check the render method of `WizardTitle`. See https://fb.me/react-warning-keys for more information.
build 09-May-2023 17:00:33 in span (created by WizardTitle)
build 09-May-2023 17:00:33 in WizardTitle (created by Wizard)
build 09-May-2023 17:00:33 in div (created by Wizard)
build 09-May-2023 17:00:33 in Wizard (created by ConnectFunction)
build 09-May-2023 17:00:33 in ConnectFunction
build 09-May-2023 17:00:33 in Provider
build 09-May-2023 17:00:33 in Router (created by BrowserRouter)
build 09-May-2023 17:00:33 in BrowserRouter
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 14 | {props.title ?
build 09-May-2023 17:00:33 15 | (
build 09-May-2023 17:00:33 > 16 |
build 09-May-2023 17:00:33 | ^
build 09-May-2023 17:00:33 17 | {
build 09-May-2023 17:00:33 18 | _.map(props.title, element => (
build 09-May-2023 17:00:33 19 |
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 at warningWithoutStack (node_modules/react/cjs/react.development.js:188:32)
build 09-May-2023 17:00:33 at warning (node_modules/react/cjs/react.development.js:603:27)
build 09-May-2023 17:00:33 at validateExplicitKey (node_modules/react/cjs/react.development.js:1593:5)
build 09-May-2023 17:00:33 at validateChildKeys (node_modules/react/cjs/react.development.js:1615:9)
build 09-May-2023 17:00:33 at Object.createElementWithValidation [as createElement] (node_modules/react/cjs/react.development.js:1748:7)
build 09-May-2023 17:00:33 at WizardTitle (src/js/components/wizard/WizardTitle.jsx:16:11)
build 09-May-2023 17:00:33 at renderWithHooks (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:5036:18)
build 09-May-2023 17:00:33 at mountIndeterminateComponent (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:7118:13)
build 09-May-2023 17:00:33 at beginWork (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:7723:16)
build 09-May-2023 17:00:33 at performUnitOfWork (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:11413:12)
build 09-May-2023 17:00:33 at workLoop (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:11445:24)
build 09-May-2023 17:00:33 at renderRoot (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:11528:7)
build 09-May-2023 17:00:33 at performWorkOnRoot (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:12416:7)
build 09-May-2023 17:00:33 at performWork (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:12328:7)
build 09-May-2023 17:00:33 at performSyncWork (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:12302:3)
build 09-May-2023 17:00:33 at requestWork (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:12171:5)
build 09-May-2023 17:00:33 at scheduleWork (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:11986:5)
build 09-May-2023 17:00:33 at scheduleRootUpdate (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:12585:3)
build 09-May-2023 17:00:33 at updateContainerAtExpirationTime (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:12613:10)
build 09-May-2023 17:00:33 at updateContainer (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:12624:10)
build 09-May-2023 17:00:33 at Object.create (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:13057:5)
build 09-May-2023 17:00:33 at Object.create (src/js/tests/menu/Wizard.test.jsx:31:31)
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 PASS src/js/tests/utils/menu-utils.test.jsx
build 09-May-2023 17:00:33 getAllMenuUrls
build 09-May-2023 17:00:33 ✓ should return section with url (2 ms)
build 09-May-2023 17:00:33 ✓ should return subsection with url
build 09-May-2023 17:00:33 ✓ should return menu item with url (1 ms)
build 09-May-2023 17:00:33 checkActiveSection
build 09-May-2023 17:00:33 ✓ should return dashboard when there is no matching url (1 ms)
build 09-May-2023 17:00:33 ✓ should return dashboard when there is no matching query params (1 ms)
build 09-May-2023 17:00:33 ✓ should match path with params
build 09-May-2023 17:00:33 ✓ should skip id in path (1 ms)
build 09-May-2023 17:00:33 ✓ should match path without params
build 09-May-2023 17:00:33 ✓ should skip direction in path
build 09-May-2023 17:00:33 ✓ should match section from config (1 ms)
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 PASS src/js/tests/utils/Filter.test.jsx
build 09-May-2023 17:00:33 filter
build 09-May-2023 17:00:33 ✓ should match snapshot (13 ms)
build 09-May-2023 17:00:33 ✓ should render properly (71 ms)
build 09-May-2023 17:00:33 ✓ should call function when data changes (16 ms)
build 09-May-2023 17:00:33 ✓ should have starting value when filter.value is present (4 ms)
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 PASS src/js/tests/utils/list-utils.test.jsx
build 09-May-2023 17:00:33 hasMinimumRequiredRole()
build 09-May-2023 17:00:33 ✓ should return true if have minimum required role (2 ms)
build 09-May-2023 17:00:33 ✓ should return true if roles are equal
build 09-May-2023 17:00:33 ✓ should return false if do not have minimum required role
build 09-May-2023 17:00:33 ✓ should return false if role does not exist (1 ms)
build 09-May-2023 17:00:33 ✓ should return false if both roles does not exist
build 09-May-2023 17:00:33 findActions()
build 09-May-2023 17:00:33 ✓ should filter by status (1 ms)
build 09-May-2023 17:00:33 ✓ should filter by activity code (1 ms)
build 09-May-2023 17:00:33 ✓ should filter by minimum required role
build 09-May-2023 17:00:33 ✓ should return all actions (1 ms)
build 09-May-2023 17:00:33 ✓ should return empty list
build 09-May-2023 17:00:33 ✓ should filter using custom filters
build 09-May-2023 17:00:33 transformFilterParams()
build 09-May-2023 17:00:33 ✓ should transform normal key (6 ms)
build 09-May-2023 17:00:33 ✓ should transform key which is an array (6 ms)
build 09-May-2023 17:00:33 ✓ should return empty object
build 09-May-2023 17:00:33 getParamList()
build 09-May-2023 17:00:33 ✓ transform object into an array
build 09-May-2023 17:00:33 ✓ transform string into an array (1 ms)
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 PASS src/js/tests/utils/AlertMessage.test.jsx
build 09-May-2023 17:00:33 alert message
build 09-May-2023 17:00:33 ✓ should match snapshot (10 ms)
build 09-May-2023 17:00:33 ✓ should render properly (26 ms)
build 09-May-2023 17:00:33 ✓ should not be displayed when show is set to false (101 ms)
build 09-May-2023 17:00:33 ✓ should display alert message (31 ms)
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 PASS src/js/tests/utils/Input.test.jsx
build 09-May-2023 17:00:33 input
build 09-May-2023 17:00:33 ✓ should match snapshot (12 ms)
build 09-May-2023 17:00:33 ✓ should render properly (51 ms)
build 09-May-2023 17:00:33 ✓ should trigger function on change (9 ms)
build 09-May-2023 17:00:33 ✓ should trigger onKeyDown (5 ms)
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 PASS src/js/tests/utils/ActionDots.test.jsx
build 09-May-2023 17:00:33 action dots
build 09-May-2023 17:00:33 ✓ should match snapshot (61 ms)
build 09-May-2023 17:00:33 ✓ should render component correctly (8 ms)
build 09-May-2023 17:00:33 ✓ should have button after clicking it (60 ms)
build 09-May-2023 17:00:33 ✓ should have hidden dropdown-menu (34 ms)
build 09-May-2023 17:00:33 ✓ should have visible dropdown-menu (30 ms)
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 PASS src/js/tests/utils/SearchInput.test.jsx
build 09-May-2023 17:00:33 search input
build 09-May-2023 17:00:33 ✓ should match snapshot (15 ms)
build 09-May-2023 17:00:33 ✓ should render properly (77 ms)
build 09-May-2023 17:00:33 ✓ should not render button element (10 ms)
build 09-May-2023 17:00:33 ✓ should render button element (59 ms)
build 09-May-2023 17:00:33 ✓ should call handleClear on click (42 ms)
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 PASS src/js/tests/utils/Checkbox.test.jsx
build 09-May-2023 17:00:33 custom checkbox
build 09-May-2023 17:00:33 ✓ should match snapshot (17 ms)
build 09-May-2023 17:00:33 ✓ should not be checked (69 ms)
build 09-May-2023 17:00:33 ✓ should be checked after selecting (103 ms)
build 09-May-2023 17:00:33 checkbox with label
build 09-May-2023 17:00:33 ✓ should match snapshot (5 ms)
build 09-May-2023 17:00:33 ✓ should not be checked (30 ms)
build 09-May-2023 17:00:33 ✓ should be checked after selecting (36 ms)
build 09-May-2023 17:00:33 ✓ should have label (44 ms)
build 09-May-2023 17:00:33 default checkbox
build 09-May-2023 17:00:33 ✓ should match snapshot (1 ms)
build 09-May-2023 17:00:33 ✓ should not be checked (14 ms)
build 09-May-2023 17:00:33 ✓ should be checked after selecting (55 ms)
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 PASS src/js/tests/form-elements/ButtonField.test.jsx
build 09-May-2023 17:00:33 ButtonField component is correctly rendering
build 09-May-2023 17:00:33 ✓ string label (16 ms)
build 09-May-2023 17:00:33 ✓ component label (2 ms)
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 PASS src/js/tests/utils/StatusIndicator.test.jsx
build 09-May-2023 17:00:33 status indicator
build 09-May-2023 17:00:33 ✓ should match snapshot (3 ms)
build 09-May-2023 17:00:33 ✓ should render properly (8 ms)
build 09-May-2023 17:00:33 ✓ should map status (6 ms)
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 PASS src/js/tests/utils/number-utils.test.jsx
build 09-May-2023 17:00:33 accountingFormat()
build 09-May-2023 17:00:33 ✓ should return empty string if no value is given (1 ms)
build 09-May-2023 17:00:33 ✓ should return numbers with two decimal places after the dot (16 ms)
build 09-May-2023 17:00:33 ✓ should convert negative numbers to positive (1 ms)
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 PASS src/js/tests/utils/translation-utils.test.jsx
build 09-May-2023 17:00:33 splitTranslation()
build 09-May-2023 17:00:33 ✓ should return english (1 ms)
build 09-May-2023 17:00:33 ✓ should return french
build 09-May-2023 17:00:33 ✓ should return english when french is not present (1 ms)
build 09-May-2023 17:00:33 ✓ should return empty string when english is not present
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 PASS src/js/tests/menu/Spinner.test.jsx
build 09-May-2023 17:00:33 spinner component
build 09-May-2023 17:00:33 ✓ should match snapshot (2 ms)
build 09-May-2023 17:00:33 ✓ should render component correctly (5 ms)
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 PASS src/js/tests/form-elements/WizardSteps.test.jsx
build 09-May-2023 17:00:33 ✓ WizardSteps renders correctly (4 ms)
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 PASS src/js/tests/utils/product-handling-icons.test.jsx
build 09-May-2023 17:00:33 product-handling-icons
build 09-May-2023 17:00:33 ✓ should return null if handlingIcons is not specified
build 09-May-2023 17:00:33 ✓ should return fontAwesomeIcon (37 ms)
build 09-May-2023 17:00:33 ✓ should render properly (22 ms)
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 PASS src/js/tests/api-client/apiClient.test.js
build 09-May-2023 17:00:33 apiClient
build 09-May-2023 17:00:33 ✓ returns 200 (15 ms)
build 09-May-2023 17:00:33 ✓ returns 400 (3 ms)
build 09-May-2023 17:00:33 ✓ returns 401 (3 ms)
build 09-May-2023 17:00:33 ✓ returns 403 (3 ms)
build 09-May-2023 17:00:33 ✓ returns 404 (2 ms)
build 09-May-2023 17:00:33 ✓ returns 500 (3 ms)
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 PASS src/js/tests/menu/Menu.test.jsx
build 09-May-2023 17:00:33 menu component
build 09-May-2023 17:00:33 ✓ should match snapshot (15 ms)
build 09-May-2023 17:00:33 menuConfigurationSubsection component
build 09-May-2023 17:00:33 ✓ should map menu items correctly (81 ms)
build 09-May-2023 17:00:33 ✓ should match snapshot (2 ms)
build 09-May-2023 17:00:33 menuItem component
build 09-May-2023 17:00:33 ✓ should match snapshot (3 ms)
build 09-May-2023 17:00:33 ✓ should render collapseMenuItem and dropdownMenuItem correctly (2 ms)
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 PASS src/js/tests/menu/Logo.test.jsx
build 09-May-2023 17:00:33 logo component
build 09-May-2023 17:00:33 ✓ should match snapshot (15 ms)
build 09-May-2023 17:00:33 ✓ should render component correctly (2 ms)
build 09-May-2023 17:00:33 ✓ should include logo after redirecting to the main page (44 ms)
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 PASS src/js/tests/utils/DateCell.test.jsx
build 09-May-2023 17:00:33 date cell
build 09-May-2023 17:00:33 ✓ should contain proper text when date provided (28 ms)
build 09-May-2023 17:00:33 ✓ should contain default value when date not provided (4 ms)
build 09-May-2023 17:00:33 ✓ should contain proper text when date provided with hour (4 ms)
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 PASS src/js/tests/menu/Wizard.test.jsx
build 09-May-2023 17:00:33 wizard component
build 09-May-2023 17:00:33 ✓ should match snapshot (111 ms)
build 09-May-2023 17:00:33 ✓ should render component correctly (17 ms)
build 09-May-2023 17:00:33 wizardPage component
build 09-May-2023 17:00:33 ✓ should match snapshot (17 ms)
build 09-May-2023 17:00:33 ✓ should render component correctly (15 ms)
build 09-May-2023 17:00:33 wizardSteps component
build 09-May-2023 17:00:33 ✓ should match snapshot (1 ms)
build 09-May-2023 17:00:33 ✓ should have an active element (1 ms)
build 09-May-2023 17:00:33 ✓ should have an inactive element
build 09-May-2023 17:00:33 wizardTitle component
build 09-May-2023 17:00:33 ✓ should match snapshot (1 ms)
build 09-May-2023 17:00:33 ✓ should render component correctly
build 09-May-2023 17:00:33 ✓ should display text correctly (24 ms)
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 (node:2292442) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'status' of undefined
build 09-May-2023 17:00:33 (Use `node --trace-warnings ...` to show where the warning was created)
build 09-May-2023 17:00:33 (node:2292442) 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 09-May-2023 17:00:33 (node:2292442) [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 09-May-2023 17:00:33 (node:2292442) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'status' of undefined
build 09-May-2023 17:00:33 (node:2292442) 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 09-May-2023 17:00:33 Test Suites: 6 skipped, 20 passed, 20 of 26 total
build 09-May-2023 17:00:33 Tests: 9 skipped, 103 passed, 112 total
build 09-May-2023 17:00:33 Snapshots: 21 passed, 21 total
build 09-May-2023 17:00:33 Time: 5.949 s
build 09-May-2023 17:00:33 Ran all test suites.
build 09-May-2023 17:00:33
build 09-May-2023 17:00:33 Tests PASSED
build 09-May-2023 17:00:33 configuring joda-time support for simple datastore ...
build 09-May-2023 17:00:33 [mkdir] Created dir: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/target/test-classes/unit
build 09-May-2023 17:00:33 [groovyc] Compiling 47 source files to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/target/test-classes/unit
build 09-May-2023 17:00:38
build 09-May-2023 17:00:38 -------------------------------------------------------
build 09-May-2023 17:00:38 Running 211 unit tests...
build 09-May-2023 17:00:42 Running test org.pih.warehouse.shipping.ShipmentServiceUnitTest...PASSED
build 09-May-2023 17:00:43 Running test org.pih.warehouse.core.BaseUnitTest...PASSED
build 09-May-2023 17:00:43 Running test org.pih.warehouse.core.LocalizationUtilTest...PASSED
build 09-May-2023 17:00:44 Running test org.pih.warehouse.picklist.PicklistServiceTests...PASSED
build 09-May-2023 17:00:46 Running test org.pih.warehouse.picklist.PicklistControllerTests...PASSED
build 09-May-2023 17:00:46 Running test org.pih.warehouse.picklist.PicklistItemTests...PASSED
build 09-May-2023 17:00:47 Running test org.pih.warehouse.requisition.RequisitionServiceTests...PASSED
build 09-May-2023 17:00:52 Running test org.pih.warehouse.requisition.RequisitionItemTests...PASSED
build 09-May-2023 17:00:53 Running test org.pih.warehouse.requisition.RequisitionTests...PASSED
build 09-May-2023 17:00:57 Running test org.pih.warehouse.requisition.RequisitionControllerTests...PASSED
build 09-May-2023 17:01:02 Running test org.pih.warehouse.shipping.ShipmentControllerTests...PASSED
build 09-May-2023 17:01:03 Running test org.pih.warehouse.shipping.CreateShipmentWorkflowControllerTests...PASSED
build 09-May-2023 17:01:04 Running test org.pih.warehouse.shipping.ShipmentWorkflowTests...PASSED
build 09-May-2023 17:01:05 Running test org.pih.warehouse.shipping.ShipmentTests...PASSED
build 09-May-2023 17:01:16 Running test org.pih.warehouse.api.LocationApiControllerTests...PASSED
build 09-May-2023 17:01:17 Running test org.pih.warehouse.api.CategoryApiControllerTests...PASSED
build 09-May-2023 17:01:22 Running test org.pih.warehouse.api.ApiControllerTests...PASSED
build 09-May-2023 17:01:24 Running test org.pih.warehouse.api.ProductApiControllerTests...PASSED
build 09-May-2023 17:01:24 Running test org.pih.warehouse.api.BinLocationApiControllerTests...PASSED
build 09-May-2023 17:01:24 Running test org.pih.warehouse.api.PersonApiControllerTests...PASSED
build 09-May-2023 17:01:24 Running test org.pih.warehouse.api.IdentifierApiControllerTests...PASSED
build 09-May-2023 17:01:24 Running test org.pih.warehouse.inventory.InventoryTests...PASSED
build 09-May-2023 17:01:25 Running test org.pih.warehouse.inventory.InventoryServiceUnitTests...PASSED
build 09-May-2023 17:01:25 Running test org.pih.warehouse.inventory.InventoryItemTests...PASSED
build 09-May-2023 17:01:26 Running test org.pih.warehouse.inventory.InventoryItemControllerTests...PASSED
build 09-May-2023 17:01:27 Running test org.pih.warehouse.product.CategoryTests...PASSED
build 09-May-2023 17:01:28 Running test org.pih.warehouse.product.ProductControllerTests...PASSED
build 09-May-2023 17:01:28 Running test org.pih.warehouse.product.ProductTests...PASSED
build 09-May-2023 17:01:28 Running test org.pih.warehouse.product.ProductGroupTests...PASSED
build 09-May-2023 17:01:29 Running test org.pih.warehouse.user.UserTests...PASSED
build 09-May-2023 17:01:29 Running test org.pih.warehouse.core.DashboardServiceTests...PASSED
build 09-May-2023 17:01:29 Running test org.pih.warehouse.core.PersonTests...PASSED
build 09-May-2023 17:01:29 Running test org.pih.warehouse.core.SynonymTests...PASSED
build 09-May-2023 17:01:30 Running test org.pih.warehouse.core.DocumentTests...PASSED
build 09-May-2023 17:01:30 Running test org.pih.warehouse.core.LocationTests...PASSED
build 09-May-2023 17:01:30 Running test org.pih.warehouse.core.UserTests...PASSED
build 09-May-2023 17:01:32 Running test org.pih.warehouse.core.LocationControllerTests...PASSED
build 09-May-2023 17:01:32 Running test org.pih.warehouse.core.IdentifierServiceUnitTests...PASSED
build 09-May-2023 17:01:32 Running test org.pih.warehouse.core.EventTypeControllerTests...PASSED
build 09-May-2023 17:01:33 Running test org.pih.warehouse.core.UserServiceTests...PASSED
build 09-May-2023 17:01:33 Running test org.pih.warehouse.core.LocationGroupTests...PASSED
build 09-May-2023 17:01:35 Running test org.pih.warehouse.utils.ConfigHelperTests...PASSED
build 09-May-2023 17:01:35 Running test org.pih.warehouse.order.OrderTests...PASSED
build 09-May-2023 17:01:36 Running test org.pih.warehouse.order.OrderServiceUnitTests...PASSED
build 09-May-2023 17:01:36 Tests Completed in 57401ms ...
build 09-May-2023 17:01:36 -------------------------------------------------------
build 09-May-2023 17:01:36 Tests passed: 207
build 09-May-2023 17:01:36 Tests failed: 0
build 09-May-2023 17:01:36 -------------------------------------------------------
build 09-May-2023 17:01:37
build 09-May-2023 17:01:37 -------------------------------------------------------
build 09-May-2023 17:01:37 Running 1 spock test...
build 09-May-2023 17:01:37 Running test org.pih.warehouse.inventory.InventoryLevelSpec...PASSED
build 09-May-2023 17:01:37 Tests Completed in 639ms ...
build 09-May-2023 17:01:37 -------------------------------------------------------
build 09-May-2023 17:01:37 Tests passed: 1
build 09-May-2023 17:01:37 Tests failed: 0
build 09-May-2023 17:01:37 -------------------------------------------------------
build 09-May-2023 17:01:38 [junitreport] Processing /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/target/test-reports/TESTS-TestSuites.xml to /tmp/null1397490330
build 09-May-2023 17:01:38 [junitreport] Loading stylesheet /home/bamboo/remote-agent/build_tools/grails-1.3.9/lib/junit-frames.xsl
build 09-May-2023 17:01:40 [junitreport] Transform time: 2609ms
build 09-May-2023 17:01:40 [junitreport] Deleting: /tmp/null1397490330
build 09-May-2023 17:01:40
build 09-May-2023 17:01:40 Tests PASSED - view reports in target/test-reports
simple 09-May-2023 17:01:40 Parsing test results under /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ...
simple 09-May-2023 17:01:42 Finished task 'run unit tests' with result: Success
command 09-May-2023 17:01:42 Substituting variable: ${bamboo.buildNumber} with 507
simple 09-May-2023 17:01:42 Starting task 'build war file' of type 'com.atlassian.bamboo.plugins.bamboo-grails-plugin:grailsBuilderTaskType'
command 09-May-2023 17:01:42 Beginning to execute external process for build 'OpenBoxes - ☆ obnavstage ← release - Default Job #507 (OPENBOXES-SDONS-DJ-507)'\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-SDONS-DJ\n
error 09-May-2023 17:01:42 Picked up JAVA_TOOL_OPTIONS: -Dstringchararrayaccessor.disabled=true
build 09-May-2023 17:01:42 Welcome to Grails 1.3.9 - http://grails.org/
build 09-May-2023 17:01:42 Licensed under Apache Standard License 2.0
build 09-May-2023 17:01:42 Grails home is set to: /home/bamboo/remote-agent/build_tools/grails-1.3.9
build 09-May-2023 17:01:42
build 09-May-2023 17:01:42 Base Directory: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ
build 09-May-2023 17:01:44 Resolving dependencies...
build 09-May-2023 17:01:46 Dependencies resolved in 1643ms.
build 09-May-2023 17:01:46 Running script /home/bamboo/remote-agent/build_tools/grails-1.3.9/scripts/Upgrade.groovy
build 09-May-2023 17:01:46 Environment set to development
build 09-May-2023 17:01:48 [mkdir] Created dir: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/src/java
build 09-May-2023 17:01:48 [mkdir] Created dir: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/web-app/META-INF
build 09-May-2023 17:01:48 [mkdir] Created dir: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/lib
build 09-May-2023 17:01:48 Setting non-interactive mode
build 09-May-2023 17:01:48 [delete] Deleting directory /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/target/classes
build 09-May-2023 17:01:48 [delete] Deleting directory /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugin-classes
build 09-May-2023 17:01:48 [delete] Deleting directory /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:48 [delete] Deleting directory /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/target/test-classes
build 09-May-2023 17:01:49 [copy] Copying 1 file to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/web-app/WEB-INF
build 09-May-2023 17:01:49 [copy] Copying 1 file to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/web-app/WEB-INF
build 09-May-2023 17:01:49 [copy] Copying 4 files to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/web-app/WEB-INF/tld
build 09-May-2023 17:01:49 Installing zip /home/bamboo/remote-agent/build_tools/grails-1.3.9/plugins/grails-hibernate-1.3.9.zip... ...
build 09-May-2023 17:01:49 [delete] Deleting directory /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/hibernate-1.3.9
build 09-May-2023 17:01:49 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/hibernate-1.3.9
build 09-May-2023 17:01:49 [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-SDONS-DJ/plugins/hibernate-1.3.9
build 09-May-2023 17:01:49 Installed plugin hibernate-1.3.9 to location /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/hibernate-1.3.9. ...
build 09-May-2023 17:01:49 Resolving plugin JAR dependencies ...
build 09-May-2023 17:01:49 Executing hibernate-1.3.9 plugin post-install script ...
build 09-May-2023 17:01:49 Plugin hibernate-1.3.9 installed
build 09-May-2023 17:01:50 Installing zip /home/bamboo/remote-agent/build_tools/grails-1.3.9/plugins/grails-tomcat-1.3.9.zip... ...
build 09-May-2023 17:01:50 [delete] Deleting directory /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/tomcat-1.3.9
build 09-May-2023 17:01:50 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/tomcat-1.3.9
build 09-May-2023 17:01:50 [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-SDONS-DJ/plugins/tomcat-1.3.9
build 09-May-2023 17:01:50 Installed plugin tomcat-1.3.9 to location /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/tomcat-1.3.9. ...
build 09-May-2023 17:01:50 Resolving plugin JAR dependencies ...
build 09-May-2023 17:01:50 Executing tomcat-1.3.9 plugin post-install script ...
build 09-May-2023 17:01:50 Plugin tomcat-1.3.9 installed
build 09-May-2023 17:01:50 Plugin provides the following new scripts:
build 09-May-2023 17:01:50 ------------------------------------------
build 09-May-2023 17:01:50 grails tomcat
build 09-May-2023 17:01:50 Please make sure you view the README for important information about changes to your source code. ...
build 09-May-2023 17:01:50 Project upgraded
command 09-May-2023 17:01:50 Beginning to execute external process for build 'OpenBoxes - ☆ obnavstage ← release - Default Job #507 (OPENBOXES-SDONS-DJ-507)'\n ... running command line: \n/home/bamboo/remote-agent/build_tools/grails-1.3.9/bin/grails -Dbuild.number=507 prod war target/openboxes.war --non-interactive\n ... in: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ\n
error 09-May-2023 17:01:50 Picked up JAVA_TOOL_OPTIONS: -Dstringchararrayaccessor.disabled=true
build 09-May-2023 17:01:51 Welcome to Grails 1.3.9 - http://grails.org/
build 09-May-2023 17:01:51 Licensed under Apache Standard License 2.0
build 09-May-2023 17:01:51 Grails home is set to: /home/bamboo/remote-agent/build_tools/grails-1.3.9
build 09-May-2023 17:01:51
build 09-May-2023 17:01:51 Base Directory: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ
build 09-May-2023 17:01:52 Resolving dependencies...
build 09-May-2023 17:01:54 Dependencies resolved in 1763ms.
build 09-May-2023 17:01:54 Running script /home/bamboo/remote-agent/build_tools/grails-1.3.9/scripts/War.groovy
build 09-May-2023 17:01:54 Environment set to production
build 09-May-2023 17:01:56 Setting non-interactive mode
build 09-May-2023 17:01:56 Generating plugin.xml for inline plugin at location file [/home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/spock]
build 09-May-2023 17:01:56 Generating plugin.xml for inline plugin at location file [/home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/liquibase]
build 09-May-2023 17:01:57 Plugin [webxml-1.4.1] not installed. ...
build 09-May-2023 17:01:57 Plugin [plugin-config-0.1.5] not installed. ...
build 09-May-2023 17:01:57 Resolving new plugins. Please wait... ...
build 09-May-2023 17:01:57 Installing zip /home/bamboo/.ivy2/cache/org.grails.plugins/webxml/zips/webxml-1.4.1.zip... ...
build 09-May-2023 17:01:57 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/webxml-1.4.1
build 09-May-2023 17:01:57 [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-SDONS-DJ/plugins/webxml-1.4.1
build 09-May-2023 17:01:57 Installed plugin webxml-1.4.1 to location /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/webxml-1.4.1. ...
build 09-May-2023 17:01:57 Resolving plugin JAR dependencies ...
build 09-May-2023 17:01:57 Plugin webxml-1.4.1 installed
build 09-May-2023 17:01:57 Plugin provides the following new scripts:
build 09-May-2023 17:01:57 ------------------------------------------
build 09-May-2023 17:01:57 grails create-web-xml-config
build 09-May-2023 17:01:58 [delete] Deleting directory /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:58 Installing zip /home/bamboo/.ivy2/cache/org.grails.plugins/plugin-config/zips/plugin-config-0.1.5.zip... ...
build 09-May-2023 17:01:58 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/plugin-config-0.1.5
build 09-May-2023 17:01:58 [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-SDONS-DJ/plugins/plugin-config-0.1.5
build 09-May-2023 17:01:58 Installed plugin plugin-config-0.1.5 to location /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/plugin-config-0.1.5. ...
build 09-May-2023 17:01:58 Resolving plugin JAR dependencies ...
build 09-May-2023 17:01:58 Executing plugin-config-0.1.5 plugin post-install script ...
build 09-May-2023 17:01:58 Plugin plugin-config-0.1.5 installed
build 09-May-2023 17:01:59 [copy] Copied 4 empty directories to 3 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 3 empty directories to 2 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 6 empty directories to 4 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 3 empty directories to 2 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 5 empty directories to 3 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 2 empty directories to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 3 empty directories to 2 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 2 empty directories to 2 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 3 empty directories to 2 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 2 empty directories to 2 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 1 empty directory to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 4 empty directories to 2 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 7 empty directories to 6 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 1 empty directory to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 1 empty directory to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 1 empty directory to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 1 empty directory to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 2 empty directories to 2 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 5 empty directories to 2 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 1 empty directory to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 1 empty directory to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 1 empty directory to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 2 empty directories to 2 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 5 empty directories to 4 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [copy] Copied 2 empty directories to 2 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:01:59 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugin-classes
build 09-May-2023 17:01:59 [groovyc] Compiling 224 source files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugin-classes
build 09-May-2023 17:02:09 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-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 09-May-2023 17:02:09 import com.sun.org.apache.xml.internal.serialize.XMLSerializer;
build 09-May-2023 17:02:09 ^
build 09-May-2023 17:02:09 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-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 09-May-2023 17:02:09 import com.sun.org.apache.xml.internal.serialize.OutputFormat;
build 09-May-2023 17:02:09 ^
build 09-May-2023 17:02:09 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-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 09-May-2023 17:02:09 OutputFormat format = new OutputFormat(doc);
build 09-May-2023 17:02:09 ^
build 09-May-2023 17:02:09 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-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 09-May-2023 17:02:09 OutputFormat format = new OutputFormat(doc);
build 09-May-2023 17:02:09 ^
build 09-May-2023 17:02:09 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-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 09-May-2023 17:02:09 XMLSerializer serializer = new XMLSerializer(outputStream, format);
build 09-May-2023 17:02:09 ^
build 09-May-2023 17:02:09 /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-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 09-May-2023 17:02:09 XMLSerializer serializer = new XMLSerializer(outputStream, format);
build 09-May-2023 17:02:09 ^
build 09-May-2023 17:02:09 6 warnings
build 09-May-2023 17:02:13 [mkdir] Created dir: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/target/classes
build 09-May-2023 17:02:13 [groovyc] Compiling 570 source files to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/target/classes
build 09-May-2023 17:02:28 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 09-May-2023 17:02:29 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 09-May-2023 17:02:29 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 09-May-2023 17:02:29 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 09-May-2023 17:02:29 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 09-May-2023 17:02:29 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/grails-app/i18n
build 09-May-2023 17:02:30 [native2ascii] Converting 11 files from /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/grails-app/i18n
build 09-May-2023 17:02:31 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/excel-import-0.3/grails-app/i18n
build 09-May-2023 17:02:31 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/zipped-resources-1.0/grails-app/i18n
build 09-May-2023 17:02:31 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/jquery-validation-ui-1.4.7/grails-app/i18n
build 09-May-2023 17:02:31 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/resources-1.1.6/grails-app/i18n
build 09-May-2023 17:02:31 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/zipped-resources-1.0/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/zipped-resources-1.0/grails-app/i18n[native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/excel-import-0.3/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/excel-import-0.3/grails-app/i18n
build 09-May-2023 17:02:31
build 09-May-2023 17:02:31 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/jquery-validation-ui-1.4.7/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/jquery-validation-ui-1.4.7/grails-app/i18n
build 09-May-2023 17:02:31 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/resources-1.1.6/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/resources-1.1.6/grails-app/i18n
build 09-May-2023 17:02:31 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/browser-detection-0.4.3/grails-app/i18n
build 09-May-2023 17:02:31 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/browser-detection-0.4.3/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/browser-detection-0.4.3/grails-app/i18n
build 09-May-2023 17:02:31 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/jquery-ui-1.8.7/grails-app/i18n [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/cached-resources-1.0/grails-app/i18n
build 09-May-2023 17:02:31
build 09-May-2023 17:02:31 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/jquery-ui-1.8.7/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/jquery-ui-1.8.7/grails-app/i18n
build 09-May-2023 17:02:31 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/cached-resources-1.0/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/cached-resources-1.0/grails-app/i18n
build 09-May-2023 17:02:31 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/cache-headers-1.1.5/grails-app/i18n
build 09-May-2023 17:02:31 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/pretty-time-0.3/grails-app/i18n
build 09-May-2023 17:02:31 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/jquery-validation-1.9/grails-app/i18n
build 09-May-2023 17:02:31 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/cache-headers-1.1.5/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/cache-headers-1.1.5/grails-app/i18n
build 09-May-2023 17:02:31 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/pretty-time-0.3/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/pretty-time-0.3/grails-app/i18n
build 09-May-2023 17:02:31 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/jquery-validation-1.9/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/jquery-validation-1.9/grails-app/i18n
build 09-May-2023 17:02:31 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/jquery-1.7.2/grails-app/i18n [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/build-test-data-1.1.1/grails-app/i18n
build 09-May-2023 17:02:31
build 09-May-2023 17:02:31 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/jquery-1.7.2/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/jquery-1.7.2/grails-app/i18n
build 09-May-2023 17:02:31 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/build-test-data-1.1.1/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/build-test-data-1.1.1/grails-app/i18n
build 09-May-2023 17:02:31 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/code-coverage-1.2.5/grails-app/i18n
build 09-May-2023 17:02:31 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/csv-0.3.1/grails-app/i18n [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/constraints-0.6.0/grails-app/i18n
build 09-May-2023 17:02:31
build 09-May-2023 17:02:31 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/code-coverage-1.2.5/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/code-coverage-1.2.5/grails-app/i18n
build 09-May-2023 17:02:31 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/csv-0.3.1/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/csv-0.3.1/grails-app/i18n
build 09-May-2023 17:02:31 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/mail-1.0.6/grails-app/i18n
build 09-May-2023 17:02:31 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/constraints-0.6.0/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/constraints-0.6.0/grails-app/i18n
build 09-May-2023 17:02:31 [native2ascii] Converting 2 files from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/mail-1.0.6/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/mail-1.0.6/grails-app/i18n
build 09-May-2023 17:02:31 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/plugin-config-0.1.5/grails-app/i18n
build 09-May-2023 17:02:31 [native2ascii] Converting 1 file from /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/plugins/plugin-config-0.1.5/grails-app/i18n to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/plugins/plugin-config-0.1.5/grails-app/i18n
build 09-May-2023 17:02:31 [copy] Copying 1 file to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/target/classes
build 09-May-2023 17:02:31 [copy] Copying 36 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:02:31 [copy] Copied 4 empty directories to 2 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:02:31 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:02:31 [copy] Copied 19 empty directories to 16 empty directories under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources
build 09-May-2023 17:02:38 2023-05-09 17:02:38,745 [main] INFO cfg.Environment - Hibernate 3.3.1.GA
build 09-May-2023 17:02:38 2023-05-09 17:02:38,747 [main] INFO cfg.Environment - hibernate.properties not found
build 09-May-2023 17:02:38 2023-05-09 17:02:38,749 [main] INFO cfg.Environment - Bytecode provider name : javassist
build 09-May-2023 17:02:38 2023-05-09 17:02:38,751 [main] INFO cfg.Environment - using JDK 1.4 java.sql.Timestamp handling
build 09-May-2023 17:02:39 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ
build 09-May-2023 17:02:41 [gspc] Compiling 617 GSP files for package [openboxes] to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/target/classes
build 09-May-2023 17:04:41 [gspc] Compiling 1 GSP file for package [zippedResources] to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/target/classes
build 09-May-2023 17:04:41 [gspc] Compiling 1 GSP file for package [cachedResources] to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/target/classes
build 09-May-2023 17:04:42 [gspc] Compiling 1 GSP file for package [console] to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/target/classes
build 09-May-2023 17:04:42 [gspc] Compiling 4 GSP files for package [mail] to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/target/classes
build 09-May-2023 17:04:43 [gspc] Compiling 8 GSP files for package [jodaTime] to /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/target/classes
build 09-May-2023 17:04:44 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage
build 09-May-2023 17:04:44 Building WAR file ...
build 09-May-2023 17:04:44 [copy] Copying 2888 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage
build 09-May-2023 17:04:45 [copy] Copied 73 empty directories to 1 empty directory under /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage
build 09-May-2023 17:04:45 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/jquery-validation-ui-1.4.7
build 09-May-2023 17:04:45 [copy] Copying 29 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/jquery-validation-ui-1.4.7
build 09-May-2023 17:04:45 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/zipped-resources-1.0
build 09-May-2023 17:04:45 [copy] Copying 19 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/zipped-resources-1.0
build 09-May-2023 17:04:45 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/browser-detection-0.4.3
build 09-May-2023 17:04:45 [copy] Copying 36 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/browser-detection-0.4.3
build 09-May-2023 17:04:45 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/cached-resources-1.0
build 09-May-2023 17:04:45 [copy] Copying 19 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/cached-resources-1.0
build 09-May-2023 17:04:45 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/jquery-ui-1.8.7
build 09-May-2023 17:04:45 [copy] Copying 95 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/jquery-ui-1.8.7
build 09-May-2023 17:04:45 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/yui-2.8.2.1
build 09-May-2023 17:04:45 [copy] Copying 392 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/yui-2.8.2.1
build 09-May-2023 17:04:45 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/cache-headers-1.1.5
build 09-May-2023 17:04:45 [copy] Copying 32 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/cache-headers-1.1.5
build 09-May-2023 17:04:45 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/jquery-validation-1.9
build 09-May-2023 17:04:45 [copy] Copying 40 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/jquery-validation-1.9
build 09-May-2023 17:04:45 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/jquery-1.7.2
build 09-May-2023 17:04:45 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/jquery-1.7.2
build 09-May-2023 17:04:45 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/code-coverage-1.2.5
build 09-May-2023 17:04:45 [copy] Copying 32 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/code-coverage-1.2.5
build 09-May-2023 17:04:45 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/console-1.1
build 09-May-2023 17:04:45 [copy] Copying 17 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/console-1.1
build 09-May-2023 17:04:45 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/csv-0.3.1
build 09-May-2023 17:04:45 [copy] Copying 4 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/csv-0.3.1
build 09-May-2023 17:04:45 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/constraints-0.6.0
build 09-May-2023 17:04:45 [copy] Copying 32 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/constraints-0.6.0
build 09-May-2023 17:04:45 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/plugin-config-0.1.5
build 09-May-2023 17:04:45 [copy] Copying 32 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/plugin-config-0.1.5
build 09-May-2023 17:04:45 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/plugins/liquibase-1.9.3.6
build 09-May-2023 17:04:45 [copy] Copying 630 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/grails-app
build 09-May-2023 17:04:45 [copy] Copying 881 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/classes
build 09-May-2023 17:04:46 [copy] Copying 11598 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/classes
build 09-May-2023 17:04:47 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/spring
build 09-May-2023 17:04:47 [copy] Copying 38 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/classes
build 09-May-2023 17:04:47 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/templates/scaffolding
build 09-May-2023 17:04:47 [copy] Copying 6 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/templates/scaffolding
build 09-May-2023 17:04:47 [copy] Copying 157 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/lib
build 09-May-2023 17:04:47 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF
build 09-May-2023 17:04:47 [delete] Deleting: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/resources/web.xml
build 09-May-2023 17:04:47 [copy] Copying 4 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/lib
build 09-May-2023 17:04:47 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/lib
build 09-May-2023 17:04:48 [propertyfile] Updating property file: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/classes/application.properties
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/excel-import-0.3
build 09-May-2023 17:04:48 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/excel-import-0.3
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/spring-events-1.2
build 09-May-2023 17:04:48 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/spring-events-1.2
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/barcode4j-0.2.1
build 09-May-2023 17:04:48 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/barcode4j-0.2.1
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/rendering-0.4.4
build 09-May-2023 17:04:48 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/rendering-0.4.4
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/resources-1.1.6
build 09-May-2023 17:04:48 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/resources-1.1.6
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/jquery-validation-ui-1.4.7
build 09-May-2023 17:04:48 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/jquery-validation-ui-1.4.7
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/webflow-1.3.8
build 09-May-2023 17:04:48 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/webflow-1.3.8
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/external-config-reload-1.4.0
build 09-May-2023 17:04:48 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/external-config-reload-1.4.0
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/zipped-resources-1.0
build 09-May-2023 17:04:48 [copy] Copying 3 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/zipped-resources-1.0
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/browser-detection-0.4.3
build 09-May-2023 17:04:48 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/browser-detection-0.4.3
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/cached-resources-1.0
build 09-May-2023 17:04:48 [copy] Copying 3 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/cached-resources-1.0
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/jquery-ui-1.8.7
build 09-May-2023 17:04:48 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/jquery-ui-1.8.7
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/quartz2-2.1.6.2
build 09-May-2023 17:04:48 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/quartz2-2.1.6.2
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/yui-2.8.2.1
build 09-May-2023 17:04:48 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/yui-2.8.2.1
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/cache-headers-1.1.5
build 09-May-2023 17:04:48 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/cache-headers-1.1.5
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/springcache-1.3.1
build 09-May-2023 17:04:48 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/springcache-1.3.1
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/pretty-time-0.3
build 09-May-2023 17:04:48 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/pretty-time-0.3
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/hibernate-1.3.9
build 09-May-2023 17:04:48 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/hibernate-1.3.9
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/image-builder-0.2
build 09-May-2023 17:04:48 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/image-builder-0.2
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/jquery-validation-1.9
build 09-May-2023 17:04:48 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/jquery-validation-1.9
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/jquery-1.7.2
build 09-May-2023 17:04:48 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/jquery-1.7.2
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/build-test-data-1.1.1
build 09-May-2023 17:04:48 [copy] Copying 3 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/build-test-data-1.1.1
build 09-May-2023 17:04:48 [copy] Copying 3 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/classes
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/console-1.1
build 09-May-2023 17:04:48 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/console-1.1
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/csv-0.3.1
build 09-May-2023 17:04:48 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/csv-0.3.1
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/constraints-0.6.0
build 09-May-2023 17:04:48 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/constraints-0.6.0
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/mail-1.0.6
build 09-May-2023 17:04:48 [copy] Copying 7 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/mail-1.0.6
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/plugin-config-0.1.5
build 09-May-2023 17:04:48 [copy] Copying 2 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/plugin-config-0.1.5
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/raven-0.5.8
build 09-May-2023 17:04:48 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/raven-0.5.8
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/joda-time-1.4
build 09-May-2023 17:04:48 [copy] Copying 9 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/joda-time-1.4
build 09-May-2023 17:04:48 [mkdir] Created dir: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/liquibase-1.9.3.6
build 09-May-2023 17:04:48 [copy] Copying 1 file to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/plugins/liquibase-1.9.3.6
build 09-May-2023 17:04:48 2023-05-09 17:04:48,172 [main] INFO warehouse._Events - Copying liquibase changelogs from /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/grails-app/migrations ...
build 09-May-2023 17:04:48 [copy] Copying 277 files to /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/classes
build 09-May-2023 17:04:48 2023-05-09 17:04:48,227 [main] INFO warehouse._Events - Setting build date, build number, and revision number ...
build 09-May-2023 17:04:48 2023-05-09 17:04:48,266 [main] INFO warehouse._Events - Setting git revision number v0.8.21-hotfix1-242-gb0a92dfea
build 09-May-2023 17:04:48 2023-05-09 17:04:48,268 [main] INFO warehouse._Events - Executing command git branch | grep \* | cut -d ' '
build 09-May-2023 17:04:48 2023-05-09 17:04:48,845 [main] INFO warehouse._Events - Done executing command:release/0.8.22
build 09-May-2023 17:04:48 2023-05-09 17:04:48,845 [main] INFO warehouse._Events - Setting git branch to release/0.8.22
build 09-May-2023 17:04:48 2023-05-09 17:04:48,845 [main] INFO warehouse._Events - Setting BUILD_NUMBER to 507
build 09-May-2023 17:04:48 2023-05-09 17:04:48,845 [main] INFO warehouse._Events - Setting build properties /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/classes/application.properties
build 09-May-2023 17:04:48 [propertyfile] Updating property file: /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage/WEB-INF/classes/application.properties
build 09-May-2023 17:04:51 [jar] Building jar: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/target/openboxes.war
build 09-May-2023 17:05:02 [delete] Deleting directory /home/bamboo/.grails/1.3.9/projects/OPENBOXES-SDONS-DJ/stage
build 09-May-2023 17:05:03 Done creating WAR /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ/target/openboxes.war
simple 09-May-2023 17:05:03 Finished task 'build war file' with result: Success
simple 09-May-2023 17:05:03 Starting task 'Undeploy Tomcat Application' of type 'com.atlassian.bamboo.plugins.tomcat.bamboo-tomcat-plugin:undeployAppTask'
simple 09-May-2023 17:05:03 Undeploying application at context '/openboxes' on server 'https://obnavstage.pih-emr.org/manager'
simple 09-May-2023 17:05:03 Confirm expected Tomcat manager location.
simple 09-May-2023 17:05:03 Trying to retrieve Tomcat details from https://obnavstage.pih-emr.org/manager/text/serverinfo
error 09-May-2023 17:05:03 Could not list server info from /manager/text/serverinfo
error 09-May-2023 17:05:03 java.net.ConnectException: Connection refused (Connection refused)
error 09-May-2023 17:05:03 at java.net.PlainSocketImpl.socketConnect(Native Method)
error 09-May-2023 17:05:03 at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
error 09-May-2023 17:05:03 at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
error 09-May-2023 17:05:03 at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
error 09-May-2023 17:05:03 at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
error 09-May-2023 17:05:03 at java.net.Socket.connect(Socket.java:613)
error 09-May-2023 17:05:03 at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:293)
error 09-May-2023 17:05:03 at sun.security.ssl.SSLSocketImpl.(SSLSocketImpl.java:198)
error 09-May-2023 17:05:03 at sun.security.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:153)
error 09-May-2023 17:05:03 at org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket(SSLProtocolSocketFactory.java:117)
error 09-May-2023 17:05:03 at org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket(SSLProtocolSocketFactory.java:157)
error 09-May-2023 17:05:03 at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
error 09-May-2023 17:05:03 at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
error 09-May-2023 17:05:03 at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
error 09-May-2023 17:05:03 at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
error 09-May-2023 17:05:03 at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.plugins.tomcat.manager.TomcatApplicationManagerImpl.getTomcatVersionFromServerInfo(TomcatApplicationManagerImpl.java:279)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.plugins.tomcat.manager.TomcatApplicationManagerImpl.confirmTomcatVersionThroughServerInfo(TomcatApplicationManagerImpl.java:236)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.plugins.tomcat.manager.TomcatApplicationManagerImpl.getURLPrefix(TomcatApplicationManagerImpl.java:222)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.plugins.tomcat.manager.TomcatApplicationManagerImpl.undeployApplication(TomcatApplicationManagerImpl.java:129)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.plugins.tomcat.tasks.UndeployAppTask.execute(UndeployAppTask.java:53)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.task.TaskExecutorImpl.lambda$executeTasks$3(TaskExecutorImpl.java:323)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.task.TaskExecutorImpl.executeTaskWithPrePostActions(TaskExecutorImpl.java:258)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.task.TaskExecutorImpl.executeTasks(TaskExecutorImpl.java:323)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.task.TaskExecutorImpl.execute(TaskExecutorImpl.java:118)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.build.pipeline.tasks.ExecuteBuildTask.call(ExecuteBuildTask.java:73)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent.executeBuildPhase(DefaultBuildAgent.java:207)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent.build(DefaultBuildAgent.java:179)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl.lambda$waitAndPerformBuild$0(BuildAgentControllerImpl.java:169)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.variable.CustomVariableContextImpl.withVariableSubstitutor(CustomVariableContextImpl.java:118)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl.waitAndPerformBuild(BuildAgentControllerImpl.java:162)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent.lambda$start$0(DefaultBuildAgent.java:124)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.utils.BambooRunnables$1.run(BambooRunnables.java:48)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.security.ImpersonationHelper.runWith(ImpersonationHelper.java:26)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.security.ImpersonationHelper.runWithSystemAuthority(ImpersonationHelper.java:17)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.security.ImpersonationHelper$1.run(ImpersonationHelper.java:41)
error 09-May-2023 17:05:03 at java.lang.Thread.run(Thread.java:750)
error 09-May-2023 17:05:03 Try likely variations of Tomcat manager location.
simple 09-May-2023 17:05:03 Trying to retrieve Tomcat details from https://obnavstage.pih-emr.org/manager/serverinfo
error 09-May-2023 17:05:03 Could not list server info from /manager/serverinfo
error 09-May-2023 17:05:03 java.net.ConnectException: Connection refused (Connection refused)
error 09-May-2023 17:05:03 at java.net.PlainSocketImpl.socketConnect(Native Method)
error 09-May-2023 17:05:03 at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
error 09-May-2023 17:05:03 at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
error 09-May-2023 17:05:03 at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
error 09-May-2023 17:05:03 at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
error 09-May-2023 17:05:03 at java.net.Socket.connect(Socket.java:613)
error 09-May-2023 17:05:03 at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:293)
error 09-May-2023 17:05:03 at sun.security.ssl.SSLSocketImpl.(SSLSocketImpl.java:198)
error 09-May-2023 17:05:03 at sun.security.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:153)
error 09-May-2023 17:05:03 at org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket(SSLProtocolSocketFactory.java:117)
error 09-May-2023 17:05:03 at org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket(SSLProtocolSocketFactory.java:157)
error 09-May-2023 17:05:03 at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
error 09-May-2023 17:05:03 at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
error 09-May-2023 17:05:03 at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
error 09-May-2023 17:05:03 at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
error 09-May-2023 17:05:03 at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.plugins.tomcat.manager.TomcatApplicationManagerImpl.getTomcatVersionFromServerInfo(TomcatApplicationManagerImpl.java:279)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.plugins.tomcat.manager.TomcatApplicationManagerImpl.confirmTomcatVersionThroughServerInfo(TomcatApplicationManagerImpl.java:244)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.plugins.tomcat.manager.TomcatApplicationManagerImpl.getURLPrefix(TomcatApplicationManagerImpl.java:222)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.plugins.tomcat.manager.TomcatApplicationManagerImpl.undeployApplication(TomcatApplicationManagerImpl.java:129)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.plugins.tomcat.tasks.UndeployAppTask.execute(UndeployAppTask.java:53)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.task.TaskExecutorImpl.lambda$executeTasks$3(TaskExecutorImpl.java:323)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.task.TaskExecutorImpl.executeTaskWithPrePostActions(TaskExecutorImpl.java:258)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.task.TaskExecutorImpl.executeTasks(TaskExecutorImpl.java:323)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.task.TaskExecutorImpl.execute(TaskExecutorImpl.java:118)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.build.pipeline.tasks.ExecuteBuildTask.call(ExecuteBuildTask.java:73)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent.executeBuildPhase(DefaultBuildAgent.java:207)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent.build(DefaultBuildAgent.java:179)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl.lambda$waitAndPerformBuild$0(BuildAgentControllerImpl.java:169)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.variable.CustomVariableContextImpl.withVariableSubstitutor(CustomVariableContextImpl.java:118)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl.waitAndPerformBuild(BuildAgentControllerImpl.java:162)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent.lambda$start$0(DefaultBuildAgent.java:124)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.utils.BambooRunnables$1.run(BambooRunnables.java:48)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.security.ImpersonationHelper.runWith(ImpersonationHelper.java:26)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.security.ImpersonationHelper.runWithSystemAuthority(ImpersonationHelper.java:17)
error 09-May-2023 17:05:03 at com.atlassian.bamboo.security.ImpersonationHelper$1.run(ImpersonationHelper.java:41)
error 09-May-2023 17:05:03 at java.lang.Thread.run(Thread.java:750)
error 09-May-2023 17:05:03 Could not detect Tomcat version from server info, trusting configuration of Tomcat 7 or greater
error 09-May-2023 17:05:03 Could not undeploy application: Connection refused (Connection refused)
simple 09-May-2023 17:05:03 Finished task 'Undeploy Tomcat Application' with result: Error
simple 09-May-2023 17:05:03 Starting task 'restart tomcat via ssh' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.command'
command 09-May-2023 17:05:03 Beginning to execute external process for build 'OpenBoxes - ☆ obnavstage ← release - Default Job #507 (OPENBOXES-SDONS-DJ-507)'\n ... running command line: \n/usr/bin/ssh bamboo@10.160.28.11 /opt/restart-tomcat.sh\n ... in: /home/bamboo/remote-agent/xml-data/build-dir/OPENBOXES-SDONS-DJ\n
error 09-May-2023 17:05:03 ssh: connect to host 10.160.28.11 port 22: No route to host
simple 09-May-2023 17:05:03 Failing task since return code of [/usr/bin/ssh bamboo@10.160.28.11 /opt/restart-tomcat.sh] was 255 while expected 0
simple 09-May-2023 17:05:03 Finished task 'restart tomcat via ssh' with result: Failed
simple 09-May-2023 17:05:03 Running post build plugin 'Docker Container Cleanup'
simple 09-May-2023 17:05:03 Running post build plugin 'NCover Results Collector'
simple 09-May-2023 17:05:03 Running post build plugin 'Build Results Label Collector'
simple 09-May-2023 17:05:03 Running post build plugin 'Clover Results Collector'
simple 09-May-2023 17:05:03 Running post build plugin 'npm Cache Cleanup'
simple 09-May-2023 17:05:03 Running post build plugin 'Artifact Copier'
simple 09-May-2023 17:05:03 Publishing an artifact: Latest WAR
simple 09-May-2023 17:05:07 Finished publishing of artifact Non required job artifact Http Compression On : [Latest WAR], patterns: [openboxes.war] anchored at: [target] in 4.549 s
simple 09-May-2023 17:05:07 Finalising the build...
simple 09-May-2023 17:05:07 Stopping timer.
simple 09-May-2023 17:05:07 Build OPENBOXES-SDONS-DJ-507 completed.
simple 09-May-2023 17:05:08 Running on server: post build plugin 'Build Hanging Detection Configuration'
simple 09-May-2023 17:05:08 Running on server: post build plugin 'NCover Results Collector'
simple 09-May-2023 17:05:08 Running on server: post build plugin 'Build Labeller'
simple 09-May-2023 17:05:08 Running on server: post build plugin 'Clover Delta Calculator'
simple 09-May-2023 17:05:08 Running on server: post build plugin 'Maven Dependencies Postprocessor'
simple 09-May-2023 17:05:08 All post build plugins have finished
simple 09-May-2023 17:05:08 Generating build results summary...
simple 09-May-2023 17:05:08 Saving build results to disk...
simple 09-May-2023 17:05:08 Store variable context...
simple 09-May-2023 17:05:08 Finished building OPENBOXES-SDONS-DJ-507.