SuccessConsole Output

Started by BitBucket push by rmemoria
Started by BitBucket push by rmemoria
Building in workspace C:\apps\jenkins\workspace\eTBM 3 (development)
 > git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git.exe config remote.origin.url https://rmemoria@bitbucket.org/rmemoria/etbmanager.git # timeout=10
Fetching upstream changes from https://rmemoria@bitbucket.org/rmemoria/etbmanager.git
 > git.exe --version # timeout=10
using .gitcredentials to set credentials
 > git.exe config --local credential.username rmemoria # timeout=10
 > git.exe config --local credential.helper store --file=\"C:\Users\jenkins\AppData\Local\Temp\git2529118192651148176.credentials\" # timeout=10
 > git.exe -c core.askpass=true fetch --tags --progress https://rmemoria@bitbucket.org/rmemoria/etbmanager.git +refs/heads/*:refs/remotes/origin/*
 > git.exe config --local --remove-section credential # timeout=10
 > git.exe rev-parse "refs/remotes/origin/development^{commit}" # timeout=10
 > git.exe rev-parse "refs/remotes/origin/origin/development^{commit}" # timeout=10
Checking out Revision 6d48342a98af51b21a611c4f4a049e769d330c12 (refs/remotes/origin/development)
 > git.exe config core.sparsecheckout # timeout=10
 > git.exe checkout -f 6d48342a98af51b21a611c4f4a049e769d330c12
 > git.exe rev-list ae11b653470c07047bdff0f610a9b42cea2d4929 # timeout=10
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[eTBM 3 (development)] $ cmd.exe /C "C:\apps\apache-maven-3.3.9\bin\mvn.cmd clean verify && exit %%ERRORLEVEL%%"
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building eTB Manager version 3.0.0 3.0.0
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ etbmanager ---
[INFO] Deleting C:\apps\jenkins\workspace\eTBM 3 (development)\target
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ etbmanager ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ etbmanager ---
[INFO] Storing buildNumber: 416 at timestamp: 1487811696668
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
[INFO] Working directory: C:\apps\jenkins\workspace\eTBM 3 (development)
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (validate) @ etbmanager ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- frontend-maven-plugin:0.0.27:install-node-and-npm (Install node and npm) @ etbmanager ---
[INFO] Found proxies: []
[INFO] Node v6.9.1 is already installed.
[INFO] Found NPM version 4.0.2
[INFO] 
[INFO] --- frontend-maven-plugin:0.0.27:npm (npm install) @ etbmanager ---
[INFO] Found proxies: []
[INFO] Running 'npm install --color=false' in C:\apps\jenkins\workspace\eTBM 3 (development)
[INFO] etbm@3.0.0 C:\apps\jenkins\workspace\eTBM 3 (development)
[INFO] `-- handlebars@4.0.6 
[INFO]   `-- source-map@0.4.4 
[INFO] 
[ERROR] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
[ERROR] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
[ERROR] npm WARN etbm@3.0.0 No repository field.
[INFO] 
[INFO] --- frontend-maven-plugin:0.0.27:gulp (gulp build) @ etbmanager ---
[INFO] Running 'gulp.js build --no-color' in C:\apps\jenkins\workspace\eTBM 3 (development)
[ERROR] (node:75200) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
[INFO] [20:01:57] Using gulpfile C:\apps\jenkins\workspace\eTBM 3 (development)\gulpfile.js
[INFO] [20:01:57] Starting 'build'...
[INFO] [20:01:57] Starting 'clean'...
[INFO] [20:01:57] Finished 'clean' after 3.72 ms
[INFO] [20:01:57] Starting 'eslint'...
[INFO] [20:01:57] Finished 'build' after 36 ms
[INFO] The react/require-extension rule is deprecated. Please use the import/extensions rule from eslint-plugin-import instead.
[INFO] The react/wrap-multilines rule is deprecated. Please use the react/jsx-wrap-multilines rule instead.
[INFO] [20:02:09] 
[INFO] C:\apps\jenkins\workspace\eTBM 3 (development)\client\src\scripts\commons\validator.jsx
[INFO]   47:1  warning  Function 'validateValue' has a complexity of 12  complexity
[INFO] 
[INFO] C:\apps\jenkins\workspace\eTBM 3 (development)\client\src\scripts\core\app.jsx
[INFO]   53:13  warning  Unexpected console statement  no-console
[INFO] 
[INFO] C:\apps\jenkins\workspace\eTBM 3 (development)\client\src\scripts\components\sidebar.jsx
[INFO]   50:9  warning  Unexpected console statement  no-console
[INFO] 
[INFO] C:\apps\jenkins\workspace\eTBM 3 (development)\client\src\scripts\components\tree-view.jsx
[INFO]   360:13  warning  Missing parentheses around multilines JSX  react/wrap-multilines
[INFO]   426:19  warning  Missing semicolon                          semi
[INFO] 
[INFO] C:\apps\jenkins\workspace\eTBM 3 (development)\client\src\scripts\forms\impl\form-render.jsx
[INFO]    87:1  warning  Declare only one React component per file  react/no-multi-comp
[INFO]   148:1  warning  Declare only one React component per file  react/no-multi-comp
[INFO] 
[INFO] C:\apps\jenkins\workspace\eTBM 3 (development)\client\src\scripts\sys\admin\tableview.jsx
[INFO]   112:33  warning  Empty components are self-closing  react/self-closing-comp
[INFO] 
[INFO] C:\apps\jenkins\workspace\eTBM 3 (development)\client\src\scripts\sys\dev\crud-example.jsx
[INFO]   66:9  warning  Unexpected alert  no-alert
[INFO] 
[INFO] C:\apps\jenkins\workspace\eTBM 3 (development)\client\src\scripts\sys\dev\form-modal-example.jsx
[INFO]   58:9  warning  Unexpected alert  no-alert
[INFO] 
[INFO] C:\apps\jenkins\workspace\eTBM 3 (development)\client\src\scripts\sys\dev\table-form-example.jsx
[INFO]   31:9  warning  Unexpected alert              no-alert
[INFO]   42:9  warning  Unexpected console statement  no-console
[INFO] 
[INFO] C:\apps\jenkins\workspace\eTBM 3 (development)\client\src\scripts\sys\dev\year-picker-example.jsx
[INFO]   33:13  warning  Unexpected console statement  no-console
[INFO] 
[INFO] C:\apps\jenkins\workspace\eTBM 3 (development)\client\src\scripts\sys\user\index-dashboard.jsx
[INFO]   28:33  warning  JSX props should not use arrow functions  react/jsx-no-bind
[INFO]   43:33  warning  JSX props should not use arrow functions  react/jsx-no-bind
[INFO] 
[INFO] C:\apps\jenkins\workspace\eTBM 3 (development)\client\src\scripts\sys\packages\crud\crud-cell.jsx
[INFO]   127:17  warning  Unexpected console statement  no-console
[INFO]   200:17  warning  Unexpected console statement  no-console
[INFO] 
[INFO] C:\apps\jenkins\workspace\eTBM 3 (development)\client\src\scripts\sys\packages\reports\report-header.jsx
[INFO]   36:9  warning  Unexpected console statement  no-console
[INFO] 
[INFO] ✖ 18 problems (0 errors, 18 warnings)
[INFO] 
[INFO] [20:02:09] Finished 'eslint' after 12 s
[INFO] [20:02:09] Starting 'msgs'...
[INFO] [20:02:09] Starting 'bootstrap-fonts'...
[INFO] [20:02:09] Finished 'bootstrap-fonts' after 4.31 ms
[INFO] [20:02:09] Starting 'copy'...
[INFO] C:\apps\jenkins\workspace\eTBM 3 (development)\client\src
[INFO] TO -> C:\apps\jenkins\workspace\eTBM 3 (development)\src\main\resources\static
[INFO] [20:02:09] Finished 'copy' after 4.27 ms
[INFO] [20:02:09] Starting 'less'...
[INFO] [messages]: Message files found:
[INFO] [ 'messages_en.properties',
[INFO]   'messages_pt_BR.properties',
[INFO]   'messages_ru.properties',
[INFO]   'messages_uk.properties' ]
[INFO] 
[INFO] [messages]: * Generated C:\apps\jenkins\workspace\eTBM 3 (development)\client\messages\messages_en.json
[INFO] * Generated C:\apps\jenkins\workspace\eTBM 3 (development)\client\messages\messages_pt_BR.json
[INFO] * Generated C:\apps\jenkins\workspace\eTBM 3 (development)\client\messages\messages_uk.json
[INFO] * Generated C:\apps\jenkins\workspace\eTBM 3 (development)\client\messages\messages_ru.json
[INFO] 
[INFO] [message]: FINISHED
[INFO] [20:02:10] Finished 'msgs' after 965 ms
[INFO] [20:02:10] Finished 'less' after 953 ms
[INFO] [20:02:10] Starting 'webpack-prod'...
[INFO] [20:03:23] [webpack:build-prod] Hash: 00d01415b76ad0dadc261801db100d15d5da107628d437f7c9c68e01728f
[INFO] Version: webpack 1.14.0
[INFO] Child
[INFO]     Hash: 00d01415b76ad0dadc26
[INFO]     Version: webpack 1.14.0
[INFO]     Time: 72236ms
[INFO]                                      Asset       Size  Chunks             Chunk Names
[INFO]                app.c82fbc30da10e4d3b08f.js     758 kB       0  [emitted]  app
[INFO]       89889688147bd7575d6327160d64e760.svg     109 kB          [emitted]  
[INFO]     af7ae505a9eed503f8b8e6982036873e.woff2    77.2 kB          [emitted]  
[INFO]      fee66e712a8a08eef5805a46892932ad.woff      98 kB          [emitted]  
[INFO]       b06871f281fee6b241d60582ae9369b9.ttf     166 kB          [emitted]  
[INFO]       912ec66d7572ff821749319396470bde.svg     444 kB          [emitted]  
[INFO]       674f50d287a8c48dc19ba404d20fe713.eot     166 kB          [emitted]  
[INFO]                1.1.5ccc71b5d4abc3c27235.js    23.3 kB       1  [emitted]  
[INFO]                2.2.261e1fb6629f64963276.js      24 kB       2  [emitted]  
[INFO]                3.3.510c39474f92f25d868c.js     614 kB       3  [emitted]  
[INFO]             vendor.a30674161dc159a1d31c.js     411 kB       4  [emitted]  vendor
[INFO]                              manifest.json  747 bytes          [emitted]  
[INFO]     chunk    {0} app.c82fbc30da10e4d3b08f.js (app) 1.19 MB {4} [rendered]
[INFO]         [0] ./client/src/scripts/main.js 375 bytes {0} [built]
[INFO]        [16] ./~/babel-polyfill/lib/index.js 833 bytes {0} [built]
[INFO]        [17] ./~/babel-polyfill/~/core-js/shim.js 7.38 kB {0} [built]
[INFO]        [18] ./~/babel-polyfill/~/core-js/modules/es6.symbol.js 8.93 kB {0} [built]
[INFO]        [19] ./~/babel-polyfill/~/core-js/modules/_global.js 322 bytes {0} [built]
[INFO]        [20] ./~/babel-polyfill/~/core-js/modules/_has.js 117 bytes {0} [built]
[INFO]        [21] ./~/babel-polyfill/~/core-js/modules/_descriptors.js 177 bytes {0} [built]
[INFO]        [22] ./~/babel-polyfill/~/core-js/modules/_fails.js 99 bytes {0} [built]
[INFO]        [23] ./~/babel-polyfill/~/core-js/modules/_export.js 1.6 kB {0} [built]
[INFO]        [24] ./~/babel-polyfill/~/core-js/modules/_core.js 117 bytes {0} [built]
[INFO]        [25] ./~/babel-polyfill/~/core-js/modules/_hide.js 288 bytes {0} [built]
[INFO]        [26] ./~/babel-polyfill/~/core-js/modules/_object-dp.js 608 bytes {0} [built]
[INFO]        [27] ./~/babel-polyfill/~/core-js/modules/_an-object.js 149 bytes {0} [built]
[INFO]        [28] ./~/babel-polyfill/~/core-js/modules/_is-object.js 107 bytes {0} [built]
[INFO]        [29] ./~/babel-polyfill/~/core-js/modules/_ie8-dom-define.js 192 bytes {0} [built]
[INFO]        [30] ./~/babel-polyfill/~/core-js/modules/_dom-create.js 286 bytes {0} [built]
[INFO]        [31] ./~/babel-polyfill/~/core-js/modules/_to-primitive.js 644 bytes {0} [built]
[INFO]        [32] ./~/babel-polyfill/~/core-js/modules/_property-desc.js 183 bytes {0} [built]
[INFO]        [33] ./~/babel-polyfill/~/core-js/modules/_redefine.js 1.05 kB {0} [built]
[INFO]        [34] ./~/babel-polyfill/~/core-js/modules/_uid.js 158 bytes {0} [built]
[INFO]        [35] ./~/babel-polyfill/~/core-js/modules/_ctx.js 505 bytes {0} [built]
[INFO]        [36] ./~/babel-polyfill/~/core-js/modules/_a-function.js 120 bytes {0} [built]
[INFO]        [37] ./~/babel-polyfill/~/core-js/modules/_meta.js 1.55 kB {0} [built]
[INFO]        [38] ./~/babel-polyfill/~/core-js/modules/_shared.js 198 bytes {0} [built]
[INFO]        [39] ./~/babel-polyfill/~/core-js/modules/_set-to-string-tag.js 253 bytes {0} [built]
[INFO]        [40] ./~/babel-polyfill/~/core-js/modules/_wks.js 368 bytes {0} [built]
[INFO]        [41] ./~/babel-polyfill/~/core-js/modules/_wks-ext.js 30 bytes {0} [built]
[INFO]        [42] ./~/babel-polyfill/~/core-js/modules/_wks-define.js 439 bytes {0} [built]
[INFO]        [43] ./~/babel-polyfill/~/core-js/modules/_library.js 23 bytes {0} [built]
[INFO]        [44] ./~/babel-polyfill/~/core-js/modules/_keyof.js 307 bytes {0} [built]
[INFO]        [45] ./~/babel-polyfill/~/core-js/modules/_object-keys.js 225 bytes {0} [built]
[INFO]        [46] ./~/babel-polyfill/~/core-js/modules/_object-keys-internal.js 546 bytes {0} [built]
[INFO]        [47] ./~/babel-polyfill/~/core-js/modules/_to-iobject.js 213 bytes {0} [built]
[INFO]        [48] ./~/babel-polyfill/~/core-js/modules/_iobject.js 236 bytes {0} [built]
[INFO]        [49] ./~/babel-polyfill/~/core-js/modules/_cof.js 103 bytes {0} [built]
[INFO]        [50] ./~/babel-polyfill/~/core-js/modules/_defined.js 157 bytes {0} [built]
[INFO]        [51] ./~/babel-polyfill/~/core-js/modules/_array-includes.js 788 bytes {0} [built]
[INFO]        [52] ./~/babel-polyfill/~/core-js/modules/_to-length.js 217 bytes {0} [built]
[INFO]        [53] ./~/babel-polyfill/~/core-js/modules/_to-integer.js 158 bytes {0} [built]
[INFO]        [54] ./~/babel-polyfill/~/core-js/modules/_to-index.js 230 bytes {0} [built]
[INFO]        [55] ./~/babel-polyfill/~/core-js/modules/_shared-key.js 158 bytes {0} [built]
[INFO]        [56] ./~/babel-polyfill/~/core-js/modules/_enum-bug-keys.js 159 bytes {0} [built]
[INFO]        [57] ./~/babel-polyfill/~/core-js/modules/_enum-keys.js 472 bytes {0} [built]
[INFO]        [58] ./~/babel-polyfill/~/core-js/modules/_object-gops.js 41 bytes {0} [built]
[INFO]        [59] ./~/babel-polyfill/~/core-js/modules/_object-pie.js 36 bytes {0} [built]
[INFO]        [60] ./~/babel-polyfill/~/core-js/modules/_is-array.js 145 bytes {0} [built]
[INFO]        [61] ./~/babel-polyfill/~/core-js/modules/_object-create.js 1.52 kB {0} [built]
[INFO]        [62] ./~/babel-polyfill/~/core-js/modules/_object-dps.js 404 bytes {0} [built]
[INFO]        [63] ./~/babel-polyfill/~/core-js/modules/_html.js 75 bytes {0} [built]
[INFO]        [64] ./~/babel-polyfill/~/core-js/modules/_object-gopn-ext.js 603 bytes {0} [built]
[INFO]        [65] ./~/babel-polyfill/~/core-js/modules/_object-gopn.js 290 bytes {0} [built]
[INFO]        [66] ./~/babel-polyfill/~/core-js/modules/_object-gopd.js 607 bytes {0} [built]
[INFO]        [67] ./~/babel-polyfill/~/core-js/modules/es6.object.create.js 158 bytes {0} [built]
[INFO]        [68] ./~/babel-polyfill/~/core-js/modules/es6.object.define-property.js 214 bytes {0} [built]
[INFO]        [69] ./~/babel-polyfill/~/core-js/modules/es6.object.define-properties.js 214 bytes {0} [built]
[INFO]        [70] ./~/babel-polyfill/~/core-js/modules/es6.object.get-own-property-descriptor.js 353 bytes {0} [built]
[INFO]        [71] ./~/babel-polyfill/~/core-js/modules/_object-sap.js 368 bytes {0} [built]
[INFO]        [72] ./~/babel-polyfill/~/core-js/modules/es6.object.get-prototype-of.js 275 bytes {0} [built]
[INFO]        [73] ./~/babel-polyfill/~/core-js/modules/_to-object.js 129 bytes {0} [built]
[INFO]        [74] ./~/babel-polyfill/~/core-js/modules/_object-gpo.js 497 bytes {0} [built]
[INFO]        [75] ./~/babel-polyfill/~/core-js/modules/es6.object.keys.js 223 bytes {0} [built]
[INFO]        [76] ./~/babel-polyfill/~/core-js/modules/es6.object.get-own-property-names.js 147 bytes {0} [built]
[INFO]        [77] ./~/babel-polyfill/~/core-js/modules/es6.object.freeze.js 266 bytes {0} [built]
[INFO]        [78] ./~/babel-polyfill/~/core-js/modules/es6.object.seal.js 255 bytes {0} [built]
[INFO]        [79] ./~/babel-polyfill/~/core-js/modules/es6.object.prevent-extensions.js 333 bytes {0} [built]
[INFO]        [80] ./~/babel-polyfill/~/core-js/modules/es6.object.is-frozen.js 239 bytes {0} [built]
[INFO]        [81] ./~/babel-polyfill/~/core-js/modules/es6.object.is-sealed.js 239 bytes {0} [built]
[INFO]        [82] ./~/babel-polyfill/~/core-js/modules/es6.object.is-extensible.js 263 bytes {0} [built]
[INFO]        [83] ./~/babel-polyfill/~/core-js/modules/es6.object.assign.js 159 bytes {0} [built]
[INFO]        [84] ./~/babel-polyfill/~/core-js/modules/_object-assign.js 1.16 kB {0} [built]
[INFO]        [85] ./~/babel-polyfill/~/core-js/modules/es6.object.is.js 136 bytes {0} [built]
[INFO]        [86] ./~/babel-polyfill/~/core-js/modules/_same-value.js 142 bytes {0} [built]
[INFO]        [87] ./~/babel-polyfill/~/core-js/modules/es6.object.set-prototype-of.js 157 bytes {0} [built]
[INFO]        [88] ./~/babel-polyfill/~/core-js/modules/_set-proto.js 893 bytes {0} [built]
[INFO]        [89] ./~/babel-polyfill/~/core-js/modules/es6.object.to-string.js 319 bytes {0} [built]
[INFO]        [90] ./~/babel-polyfill/~/core-js/modules/_classof.js 709 bytes {0} [built]
[INFO]        [91] ./~/babel-polyfill/~/core-js/modules/es6.function.bind.js 161 bytes {0} [built]
[INFO]        [92] ./~/babel-polyfill/~/core-js/modules/_bind.js 855 bytes {0} [built]
[INFO]        [93] ./~/babel-polyfill/~/core-js/modules/_invoke.js 709 bytes {0} [built]
[INFO]        [94] ./~/babel-polyfill/~/core-js/modules/es6.function.name.js 652 bytes {0} [built]
[INFO]        [95] ./~/babel-polyfill/~/core-js/modules/es6.function.has-instance.js 655 bytes {0} [built]
[INFO]        [96] ./~/babel-polyfill/~/core-js/modules/es6.parse-int.js 192 bytes {0} [built]
[INFO]        [97] ./~/babel-polyfill/~/core-js/modules/_parse-int.js 403 bytes {0} [built]
[INFO]        [98] ./~/babel-polyfill/~/core-js/modules/_string-trim.js 894 bytes {0} [built]
[INFO]        [99] ./~/babel-polyfill/~/core-js/modules/_string-ws.js 169 bytes {0} [built]
[INFO]       [100] ./~/babel-polyfill/~/core-js/modules/es6.parse-float.js 201 bytes {0} [built]
[INFO]       [101] ./~/babel-polyfill/~/core-js/modules/_parse-float.js 361 bytes {0} [built]
[INFO]       [102] ./~/babel-polyfill/~/core-js/modules/es6.number.constructor.js 2.93 kB {0} [built]
[INFO]       [103] ./~/babel-polyfill/~/core-js/modules/_inherit-if-required.js 331 bytes {0} [built]
[INFO]       [104] ./~/babel-polyfill/~/core-js/modules/es6.number.to-fixed.js 2.71 kB {0} [built]
[INFO]       [105] ./~/babel-polyfill/~/core-js/modules/_a-number-value.js 153 bytes {0} [built]
[INFO]       [106] ./~/babel-polyfill/~/core-js/modules/_string-repeat.js 366 bytes {0} [built]
[INFO]       [107] ./~/babel-polyfill/~/core-js/modules/es6.number.to-precision.js 615 bytes {0} [built]
[INFO]       [108] ./~/babel-polyfill/~/core-js/modules/es6.number.epsilon.js 122 bytes {0} [built]
[INFO]       [109] ./~/babel-polyfill/~/core-js/modules/es6.number.is-finite.js 245 bytes {0} [built]
[INFO]       [110] ./~/babel-polyfill/~/core-js/modules/es6.number.is-integer.js 142 bytes {0} [built]
[INFO]       [111] ./~/babel-polyfill/~/core-js/modules/_is-integer.js 206 bytes {0} [built]
[INFO]       [112] ./~/babel-polyfill/~/core-js/modules/es6.number.is-nan.js 170 bytes {0} [built]
[INFO]       [113] ./~/babel-polyfill/~/core-js/modules/es6.number.is-safe-integer.js 298 bytes {0} [built]
[INFO]       [114] ./~/babel-polyfill/~/core-js/modules/es6.number.max-safe-integer.js 140 bytes {0} [built]
[INFO]       [115] ./~/babel-polyfill/~/core-js/modules/es6.number.min-safe-integer.js 142 bytes {0} [built]
[INFO]       [116] ./~/babel-polyfill/~/core-js/modules/es6.number.parse-float.js 228 bytes {0} [built]
[INFO]       [117] ./~/babel-polyfill/~/core-js/modules/es6.number.parse-int.js 219 bytes {0} [built]
[INFO]       [118] ./~/babel-polyfill/~/core-js/modules/es6.math.acosh.js 573 bytes {0} [built]
[INFO]       [119] ./~/babel-polyfill/~/core-js/modules/_math-log1p.js 152 bytes {0} [built]
[INFO]       [120] ./~/babel-polyfill/~/core-js/modules/es6.math.asinh.js 339 bytes {0} [built]
[INFO]       [121] ./~/babel-polyfill/~/core-js/modules/es6.math.atanh.js 303 bytes {0} [built]
[INFO]       [122] ./~/babel-polyfill/~/core-js/modules/es6.math.cbrt.js 218 bytes {0} [built]
[INFO]       [123] ./~/babel-polyfill/~/core-js/modules/_math-sign.js 131 bytes {0} [built]
[INFO]       [124] ./~/babel-polyfill/~/core-js/modules/es6.math.clz32.js 206 bytes {0} [built]
[INFO]       [125] ./~/babel-polyfill/~/core-js/modules/es6.math.cosh.js 188 bytes {0} [built]
[INFO]       [126] ./~/babel-polyfill/~/core-js/modules/es6.math.expm1.js 184 bytes {0} [built]
[INFO]       [127] ./~/babel-polyfill/~/core-js/modules/_math-expm1.js 341 bytes {0} [built]
[INFO]       [128] ./~/babel-polyfill/~/core-js/modules/es6.math.fround.js 743 bytes {0} [built]
[INFO]       [129] ./~/babel-polyfill/~/core-js/modules/es6.math.hypot.js 660 bytes {0} [built]
[INFO]       [130] ./~/babel-polyfill/~/core-js/modules/es6.math.imul.js 532 bytes {0} [built]
[INFO]       [131] ./~/babel-polyfill/~/core-js/modules/es6.math.log10.js 164 bytes {0} [built]
[INFO]       [132] ./~/babel-polyfill/~/core-js/modules/es6.math.log1p.js 126 bytes {0} [built]
[INFO]       [133] ./~/babel-polyfill/~/core-js/modules/es6.math.log2.js 160 bytes {0} [built]
[INFO]       [134] ./~/babel-polyfill/~/core-js/modules/es6.math.sign.js 123 bytes {0} [built]
[INFO]       [135] ./~/babel-polyfill/~/core-js/modules/es6.math.sinh.js 454 bytes {0} [built]
[INFO]       [136] ./~/babel-polyfill/~/core-js/modules/es6.math.tanh.js 318 bytes {0} [built]
[INFO]       [137] ./~/babel-polyfill/~/core-js/modules/es6.math.trunc.js 179 bytes {0} [built]
[INFO]       [138] ./~/babel-polyfill/~/core-js/modules/es6.string.from-code-point.js 848 bytes {0} [built]
[INFO]       [139] ./~/babel-polyfill/~/core-js/modules/es6.string.raw.js 516 bytes {0} [built]
[INFO]       [140] ./~/babel-polyfill/~/core-js/modules/es6.string.trim.js 163 bytes {0} [built]
[INFO]       [141] ./~/babel-polyfill/~/core-js/modules/es6.string.iterator.js 523 bytes {0} [built]
[INFO]       [142] ./~/babel-polyfill/~/core-js/modules/_string-at.js 611 bytes {0} [built]
[INFO]       [143] ./~/babel-polyfill/~/core-js/modules/_iter-define.js 2.82 kB {0} [built]
[INFO]       [144] ./~/babel-polyfill/~/core-js/modules/_iterators.js 20 bytes {0} [built]
[INFO]       [145] ./~/babel-polyfill/~/core-js/modules/_iter-create.js 528 bytes {0} [built]
[INFO]       [146] ./~/babel-polyfill/~/core-js/modules/es6.string.code-point-at.js 250 bytes {0} [built]
[INFO]       [147] ./~/babel-polyfill/~/core-js/modules/es6.string.ends-with.js 840 bytes {0} [built]
[INFO]       [148] ./~/babel-polyfill/~/core-js/modules/_string-context.js 309 bytes {0} [built]
[INFO]       [149] ./~/babel-polyfill/~/core-js/modules/_is-regexp.js 292 bytes {0} [built]
[INFO]       [150] ./~/babel-polyfill/~/core-js/modules/_fails-is-regexp.js 244 bytes {0} [built]
[INFO]       [151] ./~/babel-polyfill/~/core-js/modules/es6.string.includes.js 476 bytes {0} [built]
[INFO]       [152] ./~/babel-polyfill/~/core-js/modules/es6.string.repeat.js 155 bytes {0} [built]
[INFO]       [153] ./~/babel-polyfill/~/core-js/modules/es6.string.starts-with.js 767 bytes {0} [built]
[INFO]       [154] ./~/babel-polyfill/~/core-js/modules/es6.string.anchor.js 200 bytes {0} [built]
[INFO]       [155] ./~/babel-polyfill/~/core-js/modules/_string-html.js 696 bytes {0} [built]
[INFO]       [156] ./~/babel-polyfill/~/core-js/modules/es6.string.big.js 179 bytes {0} [built]
[INFO]       [157] ./~/babel-polyfill/~/core-js/modules/es6.string.blink.js 187 bytes {0} [built]
[INFO]       [158] ./~/babel-polyfill/~/core-js/modules/es6.string.bold.js 180 bytes {0} [built]
[INFO]       [159] ./~/babel-polyfill/~/core-js/modules/es6.string.fixed.js 184 bytes {0} [built]
[INFO]       [160] ./~/babel-polyfill/~/core-js/modules/es6.string.fontcolor.js 216 bytes {0} [built]
[INFO]       [161] ./~/babel-polyfill/~/core-js/modules/es6.string.fontsize.js 209 bytes {0} [built]
[INFO]       [162] ./~/babel-polyfill/~/core-js/modules/es6.string.italics.js 189 bytes {0} [built]
[INFO]       [163] ./~/babel-polyfill/~/core-js/modules/es6.string.link.js 192 bytes {0} [built]
[INFO]       [164] ./~/babel-polyfill/~/core-js/modules/es6.string.small.js 188 bytes {0} [built]
[INFO]       [165] ./~/babel-polyfill/~/core-js/modules/es6.string.strike.js 192 bytes {0} [built]
[INFO]       [166] ./~/babel-polyfill/~/core-js/modules/es6.string.sub.js 180 bytes {0} [built]
[INFO]       [167] ./~/babel-polyfill/~/core-js/modules/es6.string.sup.js 180 bytes {0} [built]
[INFO]       [168] ./~/babel-polyfill/~/core-js/modules/es6.date.now.js 149 bytes {0} [built]
[INFO]       [169] ./~/babel-polyfill/~/core-js/modules/es6.date.to-json.js 510 bytes {0} [built]
[INFO]       [170] ./~/babel-polyfill/~/core-js/modules/es6.date.to-iso-string.js 1.01 kB {0} [built]
[INFO]       [171] ./~/babel-polyfill/~/core-js/modules/es6.date.to-string.js 393 bytes {0} [built]
[INFO]       [172] ./~/babel-polyfill/~/core-js/modules/es6.date.to-primitive.js 189 bytes {0} [built]
[INFO]       [173] ./~/babel-polyfill/~/core-js/modules/_date-to-primitive.js 318 bytes {0} [built]
[INFO]       [174] ./~/babel-polyfill/~/core-js/modules/es6.array.is-array.js 142 bytes {0} [built]
[INFO]       [175] ./~/babel-polyfill/~/core-js/modules/es6.array.from.js 1.67 kB {0} [built]
[INFO]       [176] ./~/babel-polyfill/~/core-js/modules/_iter-call.js 403 bytes {0} [built]
[INFO]       [177] ./~/babel-polyfill/~/core-js/modules/_is-array-iter.js 277 bytes {0} [built]
[INFO]       [178] ./~/babel-polyfill/~/core-js/modules/_create-property.js 270 bytes {0} [built]
[INFO]       [179] ./~/babel-polyfill/~/core-js/modules/core.get-iterator-method.js 293 bytes {0} [built]
[INFO]       [180] ./~/babel-polyfill/~/core-js/modules/_iter-detect.js 582 bytes {0} [built]
[INFO]       [181] ./~/babel-polyfill/~/core-js/modules/es6.array.of.js 599 bytes {0} [built]
[INFO]       [182] ./~/babel-polyfill/~/core-js/modules/es6.array.join.js 451 bytes {0} [built]
[INFO]       [183] ./~/babel-polyfill/~/core-js/modules/_strict-method.js 187 bytes {0} [built]
[INFO]       [184] ./~/babel-polyfill/~/core-js/modules/es6.array.slice.js 909 bytes {0} [built]
[INFO]       [185] ./~/babel-polyfill/~/core-js/modules/es6.array.sort.js 648 bytes {0} [built]
[INFO]       [186] ./~/babel-polyfill/~/core-js/modules/es6.array.for-each.js 403 bytes {0} [built]
[INFO]       [187] ./~/babel-polyfill/~/core-js/modules/_array-methods.js 1.56 kB {0} [built]
[INFO]       [188] ./~/babel-polyfill/~/core-js/modules/_array-species-create.js 220 bytes {0} [built]
[INFO]       [189] ./~/babel-polyfill/~/core-js/modules/_array-species-constructor.js 464 bytes {0} [built]
[INFO]       [190] ./~/babel-polyfill/~/core-js/modules/es6.array.map.js 359 bytes {0} [built]
[INFO]       [191] ./~/babel-polyfill/~/core-js/modules/es6.array.filter.js 373 bytes {0} [built]
[INFO]       [192] ./~/babel-polyfill/~/core-js/modules/es6.array.some.js 364 bytes {0} [built]
[INFO]       [193] ./~/babel-polyfill/~/core-js/modules/es6.array.every.js 368 bytes {0} [built]
[INFO]       [194] ./~/babel-polyfill/~/core-js/modules/es6.array.reduce.js 405 bytes {0} [built]
[INFO]       [195] ./~/babel-polyfill/~/core-js/modules/_array-reduce.js 816 bytes {0} [built]
[INFO]       [196] ./~/babel-polyfill/~/core-js/modules/es6.array.reduce-right.js 424 bytes {0} [built]
[INFO]       [197] ./~/babel-polyfill/~/core-js/modules/es6.array.index-of.js 605 bytes {0} [built]
[INFO]       [198] ./~/babel-polyfill/~/core-js/modules/es6.array.last-index-of.js 973 bytes {0} [built]
[INFO]       [199] ./~/babel-polyfill/~/core-js/modules/es6.array.copy-within.js 234 bytes {0} [built]
[INFO]       [200] ./~/babel-polyfill/~/core-js/modules/_array-copy-within.js 833 bytes {0} [built]
[INFO]       [201] ./~/babel-polyfill/~/core-js/modules/_add-to-unscopables.js 292 bytes {0} [built]
[INFO]       [202] ./~/babel-polyfill/~/core-js/modules/es6.array.fill.js 212 bytes {0} [built]
[INFO]       [203] ./~/babel-polyfill/~/core-js/modules/_array-fill.js 610 bytes {0} [built]
[INFO]       [204] ./~/babel-polyfill/~/core-js/modules/es6.array.find.js 523 bytes {0} [built]
[INFO]       [205] ./~/babel-polyfill/~/core-js/modules/es6.array.find-index.js 543 bytes {0} [built]
[INFO]       [206] ./~/babel-polyfill/~/core-js/modules/es6.array.species.js 35 bytes {0} [built]
[INFO]       [207] ./~/babel-polyfill/~/core-js/modules/_set-species.js 367 bytes {0} [built]
[INFO]       [208] ./~/babel-polyfill/~/core-js/modules/es6.array.iterator.js 1.13 kB {0} [built]
[INFO]       [209] ./~/babel-polyfill/~/core-js/modules/_iter-step.js 81 bytes {0} [built]
[INFO]       [210] ./~/babel-polyfill/~/core-js/modules/es6.regexp.constructor.js 1.71 kB {0} [built]
[INFO]       [211] ./~/babel-polyfill/~/core-js/modules/_flags.js 375 bytes {0} [built]
[INFO]       [212] ./~/babel-polyfill/~/core-js/modules/es6.regexp.to-string.js 821 bytes {0} [built]
[INFO]       [213] ./~/babel-polyfill/~/core-js/modules/es6.regexp.flags.js 198 bytes {0} [built]
[INFO]       [214] ./~/babel-polyfill/~/core-js/modules/es6.regexp.match.js 381 bytes {0} [built]
[INFO]       [215] ./~/babel-polyfill/~/core-js/modules/_fix-re-wks.js 944 bytes {0} [built]
[INFO]       [216] ./~/babel-polyfill/~/core-js/modules/es6.regexp.replace.js 491 bytes {0} [built]
[INFO]       [217] ./~/babel-polyfill/~/core-js/modules/es6.regexp.search.js 390 bytes {0} [built]
[INFO]       [218] ./~/babel-polyfill/~/core-js/modules/es6.regexp.split.js 3.32 kB {0} [built]
[INFO]       [219] ./~/babel-polyfill/~/core-js/modules/es6.promise.js 10 kB {0} [built]
[INFO]       [220] ./~/babel-polyfill/~/core-js/modules/_an-instance.js 232 bytes {0} [built]
[INFO]       [221] ./~/babel-polyfill/~/core-js/modules/_for-of.js 1.19 kB {0} [built]
[INFO]       [222] ./~/babel-polyfill/~/core-js/modules/_species-constructor.js 340 bytes {0} [built]
[INFO]       [223] ./~/babel-polyfill/~/core-js/modules/_task.js 2.28 kB {0} [built]
[INFO]       [224] ./~/babel-polyfill/~/core-js/modules/_microtask.js 1.75 kB {0} [built]
[INFO]       [225] ./~/babel-polyfill/~/core-js/modules/_redefine-all.js 164 bytes {0} [built]
[INFO]       [226] ./~/babel-polyfill/~/core-js/modules/es6.map.js 541 bytes {0} [built]
[INFO]       [227] ./~/babel-polyfill/~/core-js/modules/_collection-strong.js 4.83 kB {0} [built]
[INFO]       [228] ./~/babel-polyfill/~/core-js/modules/_collection.js 3.4 kB {0} [built]
[INFO]       [229] ./~/babel-polyfill/~/core-js/modules/es6.set.js 396 bytes {0} [built]
[INFO]       [230] ./~/babel-polyfill/~/core-js/modules/es6.weak-map.js 1.8 kB {0} [built]
[INFO]       [231] ./~/babel-polyfill/~/core-js/modules/_collection-weak.js 2.69 kB {0} [built]
[INFO]       [232] ./~/babel-polyfill/~/core-js/modules/es6.weak-set.js 373 bytes {0} [built]
[INFO]       [233] ./~/babel-polyfill/~/core-js/modules/es6.typed.array-buffer.js 1.8 kB {0} [built]
[INFO]       [234] ./~/babel-polyfill/~/core-js/modules/_typed.js 671 bytes {0} [built]
[INFO]       [235] ./~/babel-polyfill/~/core-js/modules/_typed-buffer.js 9.59 kB {0} [built]
[INFO]       [236] ./~/babel-polyfill/~/core-js/modules/es6.typed.data-view.js 159 bytes {0} [built]
[INFO]       [237] ./~/babel-polyfill/~/core-js/modules/es6.typed.int8-array.js 165 bytes {0} [built]
[INFO]       [238] ./~/babel-polyfill/~/core-js/modules/_typed-array.js 18.8 kB {0} [built]
[INFO]       [239] ./~/babel-polyfill/~/core-js/modules/es6.typed.uint8-array.js 167 bytes {0} [built]
[INFO]       [240] ./~/babel-polyfill/~/core-js/modules/es6.typed.uint8-clamped-array.js 180 bytes {0} [built]
[INFO]       [241] ./~/babel-polyfill/~/core-js/modules/es6.typed.int16-array.js 167 bytes {0} [built]
[INFO]       [242] ./~/babel-polyfill/~/core-js/modules/es6.typed.uint16-array.js 169 bytes {0} [built]
[INFO]       [243] ./~/babel-polyfill/~/core-js/modules/es6.typed.int32-array.js 167 bytes {0} [built]
[INFO]       [244] ./~/babel-polyfill/~/core-js/modules/es6.typed.uint32-array.js 169 bytes {0} [built]
[INFO]       [245] ./~/babel-polyfill/~/core-js/modules/es6.typed.float32-array.js 171 bytes {0} [built]
[INFO]       [246] ./~/babel-polyfill/~/core-js/modules/es6.typed.float64-array.js 171 bytes {0} [built]
[INFO]       [247] ./~/babel-polyfill/~/core-js/modules/es6.reflect.apply.js 640 bytes {0} [built]
[INFO]       [248] ./~/babel-polyfill/~/core-js/modules/es6.reflect.construct.js 1.95 kB {0} [built]
[INFO]       [249] ./~/babel-polyfill/~/core-js/modules/es6.reflect.define-property.js 763 bytes {0} [built]
[INFO]       [250] ./~/babel-polyfill/~/core-js/modules/es6.reflect.delete-property.js 405 bytes {0} [built]
[INFO]       [251] ./~/babel-polyfill/~/core-js/modules/es6.reflect.enumerate.js 732 bytes {0} [built]
[INFO]       [252] ./~/babel-polyfill/~/core-js/modules/es6.reflect.get.js 811 bytes {0} [built]
[INFO]       [253] ./~/babel-polyfill/~/core-js/modules/es6.reflect.get-own-property-descriptor.js 355 bytes {0} [built]
[INFO]       [254] ./~/babel-polyfill/~/core-js/modules/es6.reflect.get-prototype-of.js 287 bytes {0} [built]
[INFO]       [255] ./~/babel-polyfill/~/core-js/modules/es6.reflect.has.js 195 bytes {0} [built]
[INFO]       [256] ./~/babel-polyfill/~/core-js/modules/es6.reflect.is-extensible.js 332 bytes {0} [built]
[INFO]       [257] ./~/babel-polyfill/~/core-js/modules/es6.reflect.own-keys.js 137 bytes {0} [built]
[INFO]       [258] ./~/babel-polyfill/~/core-js/modules/_own-keys.js 418 bytes {0} [built]
[INFO]       [259] ./~/babel-polyfill/~/core-js/modules/es6.reflect.prevent-extensions.js 437 bytes {0} [built]
[INFO]       [260] ./~/babel-polyfill/~/core-js/modules/es6.reflect.set.js 1.19 kB {0} [built]
[INFO]       [261] ./~/babel-polyfill/~/core-js/modules/es6.reflect.set-prototype-of.js 376 bytes {0} [built]
[INFO]       [262] ./~/babel-polyfill/~/core-js/modules/es7.array.includes.js 377 bytes {0} [built]
[INFO]       [263] ./~/babel-polyfill/~/core-js/modules/es7.string.at.js 240 bytes {0} [built]
[INFO]       [264] ./~/babel-polyfill/~/core-js/modules/es7.string.pad-start.js 340 bytes {0} [built]
[INFO]       [265] ./~/babel-polyfill/~/core-js/modules/_string-pad.js 751 bytes {0} [built]
[INFO]       [266] ./~/babel-polyfill/~/core-js/modules/es7.string.pad-end.js 337 bytes {0} [built]
[INFO]       [267] ./~/babel-polyfill/~/core-js/modules/es7.string.trim-left.js 215 bytes {0} [built]
[INFO]       [268] ./~/babel-polyfill/~/core-js/modules/es7.string.trim-right.js 215 bytes {0} [built]
[INFO]       [269] ./~/babel-polyfill/~/core-js/modules/es7.string.match-all.js 1.04 kB {0} [built]
[INFO]       [270] ./~/babel-polyfill/~/core-js/modules/es7.symbol.async-iterator.js 42 bytes {0} [built]
[INFO]       [271] ./~/babel-polyfill/~/core-js/modules/es7.symbol.observable.js 39 bytes {0} [built]
[INFO]       [272] ./~/babel-polyfill/~/core-js/modules/es7.object.get-own-property-descriptors.js 659 bytes {0} [built]
[INFO]       [273] ./~/babel-polyfill/~/core-js/modules/es7.object.values.js 239 bytes {0} [built]
[INFO]       [274] ./~/babel-polyfill/~/core-js/modules/_object-to-array.js 469 bytes {0} [built]
[INFO]       [275] ./~/babel-polyfill/~/core-js/modules/es7.object.entries.js 243 bytes {0} [built]
[INFO]       [276] ./~/babel-polyfill/~/core-js/modules/es7.object.define-getter.js 519 bytes {0} [built]
[INFO]       [277] ./~/babel-polyfill/~/core-js/modules/_object-forced-pam.js 284 bytes {0} [built]
[INFO]       [278] ./~/babel-polyfill/~/core-js/modules/es7.object.define-setter.js 519 bytes {0} [built]
[INFO]       [279] ./~/babel-polyfill/~/core-js/modules/es7.object.lookup-getter.js 669 bytes {0} [built]
[INFO]       [280] ./~/babel-polyfill/~/core-js/modules/es7.object.lookup-setter.js 669 bytes {0} [built]
[INFO]       [281] ./~/babel-polyfill/~/core-js/modules/es7.map.to-json.js 186 bytes {0} [built]
[INFO]       [282] ./~/babel-polyfill/~/core-js/modules/_collection-to-json.js 313 bytes {0} [built]
[INFO]       [283] ./~/babel-polyfill/~/core-js/modules/_array-from-iterable.js 170 bytes {0} [built]
[INFO]       [284] ./~/babel-polyfill/~/core-js/modules/es7.set.to-json.js 186 bytes {0} [built]
[INFO]       [285] ./~/babel-polyfill/~/core-js/modules/es7.system.global.js 143 bytes {0} [built]
[INFO]       [286] ./~/babel-polyfill/~/core-js/modules/es7.error.is-error.js 218 bytes {0} [built]
[INFO]       [287] ./~/babel-polyfill/~/core-js/modules/es7.math.iaddh.js 335 bytes {0} [built]
[INFO]       [288] ./~/babel-polyfill/~/core-js/modules/es7.math.isubh.js 334 bytes {0} [built]
[INFO]       [289] ./~/babel-polyfill/~/core-js/modules/es7.math.imulh.js 436 bytes {0} [built]
[INFO]       [290] ./~/babel-polyfill/~/core-js/modules/es7.math.umulh.js 440 bytes {0} [built]
[INFO]       [291] ./~/babel-polyfill/~/core-js/modules/es7.reflect.define-metadata.js 406 bytes {0} [built]
[INFO]       [292] ./~/babel-polyfill/~/core-js/modules/_metadata.js 1.78 kB {0} [built]
[INFO]       [293] ./~/babel-polyfill/~/core-js/modules/es7.reflect.delete-metadata.js 750 bytes {0} [built]
[INFO]       [294] ./~/babel-polyfill/~/core-js/modules/es7.reflect.get-metadata.js 796 bytes {0} [built]
[INFO]       [295] ./~/babel-polyfill/~/core-js/modules/es7.reflect.get-metadata-keys.js 861 bytes {0} [built]
[INFO]       [296] ./~/babel-polyfill/~/core-js/modules/es7.reflect.get-own-metadata.js 417 bytes {0} [built]
[INFO]       [297] ./~/babel-polyfill/~/core-js/modules/es7.reflect.get-own-metadata-keys.js 400 bytes {0} [built]
[INFO]       [298] ./~/babel-polyfill/~/core-js/modules/es7.reflect.has-metadata.js 713 bytes {0} [built]
[INFO]       [299] ./~/babel-polyfill/~/core-js/modules/es7.reflect.has-own-metadata.js 417 bytes {0} [built]
[INFO]       [300] ./~/babel-polyfill/~/core-js/modules/es7.reflect.metadata.js 551 bytes {0} [built]
[INFO]       [301] ./~/babel-polyfill/~/core-js/modules/es7.asap.js 444 bytes {0} [built]
[INFO]       [302] ./~/babel-polyfill/~/core-js/modules/es7.observable.js 5.45 kB {0} [built]
[INFO]       [303] ./~/babel-polyfill/~/core-js/modules/web.timers.js 702 bytes {0} [built]
[INFO]       [304] ./~/babel-polyfill/~/core-js/modules/_partial.js 757 bytes {0} [built]
[INFO]       [305] ./~/babel-polyfill/~/core-js/modules/_path.js 38 bytes {0} [built]
[INFO]       [306] ./~/babel-polyfill/~/core-js/modules/web.immediate.js 164 bytes {0} [built]
[INFO]       [307] ./~/babel-polyfill/~/core-js/modules/web.dom.iterable.js 881 bytes {0} [built]
[INFO]       [308] ./~/babel-polyfill/~/regenerator-runtime/runtime.js 22.5 kB {0} [built]
[INFO]       [310] ./~/babel-polyfill/~/core-js/fn/regexp/escape.js 107 bytes {0} [built]
[INFO]       [311] ./~/babel-polyfill/~/core-js/modules/core.regexp.escape.js 232 bytes {0} [built]
[INFO]       [312] ./~/babel-polyfill/~/core-js/modules/_replacer.js 227 bytes {0} [built]
[INFO]       [313] ./client/src/scripts/core/app.jsx 7.99 kB {0} [built]
[INFO]       [478] ./client/src/scripts/core/main-page.jsx 4.53 kB {0} [built]
[INFO]       [479] ./client/src/scripts/components/router.jsx 15.6 kB {0} [built]
[INFO]       [480] ./client/src/scripts/commons/utils.jsx 8.42 kB {0} [built]
[INFO]       [484] ./client/src/scripts/core/page-not-found.jsx 3.32 kB {0} [built]
[INFO]       [737] ./client/src/scripts/components/callout.jsx 2.51 kB {0} [built]
[INFO]       [738] ./client/src/scripts/core/footer.jsx 3.03 kB {0} [built]
[INFO]       [739] ./client/src/scripts/components/wait-icon.jsx 3.19 kB {0} [built]
[INFO]       [740] ./client/src/scripts/core/error-view.jsx 5.59 kB {0} [built]
[INFO]       [741] ./client/src/scripts/core/actions.js 839 bytes {0} [built]
[INFO]       [742] ./client/src/scripts/core/app-message-dlg.jsx 4.02 kB {0} [built]
[INFO]       [743] ./client/src/scripts/components/message-dlg.jsx 6.98 kB {0} [built]
[INFO]       [744] ./client/src/scripts/init/index.js 658 bytes {0} [built]
[INFO]       [747] ./client/src/scripts/pub/index.js 631 bytes {0} [built]
[INFO]       [750] ./client/src/scripts/components/async-button.jsx 8.26 kB {0} [built]
[INFO]       [751] ./client/src/scripts/components/fa.jsx 3.65 kB {0} [built]
[INFO]       [754] ./client/src/scripts/commons/messages.js 760 bytes {0} [built]
[INFO]       [755] ./client/src/scripts/sys/index.js 1.16 kB {0} [built]
[INFO]       [756] ./client/src/scripts/sys/session.js 3.59 kB {0} [built]
[INFO]       [757] ./client/src/scripts/commons/server.js 4.92 kB {0} [built]
[INFO]       [765] ./client/src/scripts/sys/session-utils.jsx 11.6 kB {0} [built]
[INFO]       [766] ./client/src/scripts/components/index.js 5.72 kB {0} [built]
[INFO]       [767] ./client/src/scripts/components/card.jsx 4.51 kB {0} [built]
[INFO]       [768] ./client/src/scripts/components/fluidbar.jsx 3.65 kB {0} [built]
[INFO]       [769] ./client/src/scripts/components/profile.jsx 4.66 kB {0} [built]
[INFO]       [770] ./client/src/scripts/components/profile.less 1.1 kB {0} [built]
[INFO]       [771] ./~/css-loader!./~/less-loader!./client/src/scripts/components/profile.less 1.69 kB {0} [built]
[INFO]       [772] ./~/css-loader/lib/css-base.js 1.51 kB {0} [built]
[INFO]       [773] ./~/style-loader/addStyles.js 7.15 kB {0} [built]
[INFO]       [774] ./client/src/scripts/components/sidebar.jsx 7.12 kB {0} [built]
[INFO]       [775] ./client/src/scripts/components/sidebar.less 1.1 kB {0} [built]
[INFO]       [776] ./~/css-loader!./~/less-loader!./client/src/scripts/components/sidebar.less 749 bytes {0} [built]
[INFO]       [777] ./client/src/scripts/components/collapse-card.jsx 3.95 kB {0} [built]
[INFO]       [778] ./client/src/scripts/components/collapse-row.jsx 3.75 kB {0} [built]
[INFO]       [779] ./client/src/scripts/components/grid-table.jsx 5.64 kB {0} [built]
[INFO]       [780] ./client/src/scripts/commons/grid-utils.jsx 4.07 kB {0} [built]
[INFO]       [781] ./client/src/scripts/components/tree-view.jsx 22 kB {0} [built]
[INFO]       [782] ./~/react-addons-css-transition-group/index.js 62 bytes {0} [built]
[INFO]       [783] ./~/react/lib/ReactCSSTransitionGroup.js 4.65 kB {0} [built]
[INFO]       [784] ./~/react/lib/ReactTransitionGroup.js 8.68 kB {0} [built]
[INFO]       [785] ./~/react/lib/ReactTransitionChildMapping.js 3.27 kB {0} [built]
[INFO]       [786] ./~/react/lib/flattenChildren.js 2.76 kB {0} [built]
[INFO]       [787] ./~/react/lib/ReactCSSTransitionGroupChild.js 4.67 kB {0} [built]
[INFO]       [788] ./~/react/lib/ReactAddonsDOMDependencies.js 842 bytes {0} [built]
[INFO]       [789] ./~/fbjs/lib/CSSCore.js 4.53 kB {0} [built]
[INFO]       [790] ./~/react/lib/ReactTransitionEvents.js 1.97 kB {0} [built]
[INFO]       [791] ./client/src/scripts/components/tree-view.less 1.1 kB {0} [built]
[INFO]       [792] ./~/css-loader!./~/less-loader!./client/src/scripts/components/tree-view.less 510 bytes {0} [built]
[INFO]       [793] ./client/src/scripts/components/popup.jsx 4.6 kB {0} [built]
[INFO]       [794] ./client/src/scripts/components/form-dialog.jsx 9.77 kB {0} [built]
[INFO]       [795] ./client/src/scripts/forms/form.jsx 12.9 kB {0} [built]
[INFO]       [796] ./client/src/scripts/forms/impl/form-validate.js 1.74 kB {0} [built]
[INFO]       [797] ./client/src/scripts/forms/impl/form-render.jsx 4.83 kB {0} [built]
[INFO]       [798] ./client/src/scripts/forms/impl/form-snapshot.js 4.11 kB {0} [built]
[INFO]       [799] ./client/src/scripts/forms/form-utils.jsx 8.06 kB {0} [built]
[INFO]       [800] ./client/src/scripts/forms/controls/form-control.jsx 10.4 kB {0} [built]
[INFO]       [801] ./client/src/scripts/forms/impl/form-init.js 2.29 kB {0} [built]
[INFO]       [802] ./client/src/scripts/forms/form.less 1.09 kB {0} [built]
[INFO]       [803] ./~/css-loader!./~/less-loader!./client/src/scripts/forms/form.less 210 bytes {0} [built]
[INFO]       [804] ./client/src/scripts/forms/controls/input-control.jsx 5.61 kB {0} [built]
[INFO]       [805] ./client/src/scripts/forms/impl/validators.js 1.75 kB {0} [built]
[INFO]       [806] ./client/src/scripts/forms/controls/bool-control.jsx 3.65 kB {0} [built]
[INFO]       [807] ./client/src/scripts/forms/controls/text-control.jsx 4.45 kB {0} [built]
[INFO]       [808] ./client/src/scripts/forms/controls/select-control.jsx 6.25 kB {0} [built]
[INFO]       [809] ./client/src/scripts/forms/controls/date-control.jsx 4.32 kB {0} [built]
[INFO]       [810] ./client/src/scripts/components/date-picker.jsx 8.16 kB {0} [built]
[INFO]       [811] ./~/react-day-picker/dist/DayPicker.js 22.6 kB {0} [built]
[INFO]       [812] ./client/src/scripts/forms/controls/subtitle-control.jsx 2.65 kB {0} [built]
[INFO]       [813] ./client/src/scripts/forms/controls/group-control.jsx 2.55 kB {0} [built]
[INFO]       [814] ./client/src/scripts/forms/controls/period-control.jsx 4.1 kB {0} [built]
[INFO]       [815] ./client/src/scripts/components/month-year-picker.jsx 6.87 kB {0} [built]
[INFO]       [816] ./client/src/scripts/components/year-picker.jsx 6.86 kB {0} [built]
[INFO]       [817] ./client/src/scripts/components/popup-control.jsx 5.76 kB {0} [built]
[INFO]       [818] ./client/src/scripts/components/year-picker.less 1.11 kB {0} [built]
[INFO]       [819] ./~/css-loader!./~/less-loader!./client/src/scripts/components/year-picker.less 581 bytes {0} [built]
[INFO]       [820] ./client/src/scripts/components/selection-box.jsx 12.8 kB {0} [built]
[INFO]       [821] ./client/src/scripts/forms/controls/month-year-control.jsx 4.08 kB {0} [built]
[INFO]       [822] ./client/src/scripts/components/remote-form.jsx 5.79 kB {0} [built]
[INFO]       [823] ./client/src/scripts/components/react-table.jsx 8.6 kB {0} [built]
[INFO]       [824] ./client/src/scripts/components/react-row.jsx 2.98 kB {0} [built]
[INFO]       [825] ./client/src/scripts/components/expandable.jsx 3.64 kB {0} [built]
[INFO]       [826] ./client/src/scripts/components/autoheight-input.jsx 4.15 kB {0} [built]
[INFO]       [827] ./client/src/scripts/components/link-tooltip.jsx 3.42 kB {0} [built]
[INFO]       [828] ./client/src/scripts/components/react-grid.jsx 5.74 kB {0} [built]
[INFO]       [829] ./client/src/scripts/components/react-grid-cell.jsx 3.73 kB {0} [built]
[INFO]       [830] ./client/src/scripts/components/list-box.jsx 11.1 kB {0} [built]
[INFO]       [831] ./client/src/scripts/components/masked-input.jsx 5.19 kB {0} [built]
[INFO]       [832] ./client/src/scripts/components/command-bar.jsx 5.15 kB {0} [built]
[INFO]       [833] ./client/src/scripts/components/command-bar.less 1.11 kB {0} [built]
[INFO]       [834] ./~/css-loader!./~/less-loader!./client/src/scripts/components/command-bar.less 741 bytes {0} [built]
[INFO]       [835] ./client/src/scripts/components/errors.jsx 1.51 kB {0} [built]
[INFO]       [836] ./client/src/scripts/components/observer.jsx 4.18 kB {0} [built]
[INFO]       [837] ./client/src/scripts/components/sideview.jsx 8.61 kB {0} [built]
[INFO]       [838] ./client/src/scripts/components/sideview.less 1.1 kB {0} [built]
[INFO]       [839] ./~/css-loader!./~/less-loader!./client/src/scripts/components/sideview.less 762 bytes {0} [built]
[INFO]       [840] ./client/src/scripts/components/inline-editor.jsx 4.66 kB {0} [built]
[INFO]       [841] ./client/src/scripts/components/big-button.jsx 3.25 kB {0} [built]
[INFO]       [842] ./client/src/scripts/components/big-button.less 1.1 kB {0} [built]
[INFO]       [843] ./~/css-loader!./~/less-loader!./client/src/scripts/components/big-button.less 739 bytes {0} [built]
[INFO]       [859] ./client/src/scripts/core/storage.js 4.11 kB {0} [built]
[INFO]      [1025] ./client/src/styles/theme.css 931 bytes {0} [built]
[INFO]      [1026] ./~/css-loader!./client/src/styles/theme.css 135 kB {0} [built]
[INFO]      [1027] ./client/src/fonts/glyphicons-halflings-regular.eot 26.9 kB {0} [built]
[INFO]      [1028] ./client/src/fonts/glyphicons-halflings-regular.woff2 24.1 kB {0} [built]
[INFO]      [1029] ./client/src/fonts/glyphicons-halflings-regular.woff 31.3 kB {0} [built]
[INFO]      [1030] ./client/src/fonts/glyphicons-halflings-regular.ttf 60.6 kB {0} [built]
[INFO]      [1031] ./client/src/fonts/glyphicons-halflings-regular.svg 82 bytes {0} [built]
[INFO]      [1032] ./client/src/fonts/OpenSans-Regular.woff 85 kB {0} [built]
[INFO]      [1033] ./client/src/fonts/OpenSans-Bold.woff 84.8 kB {0} [built]
[INFO]      [1034] ./~/font-awesome-webpack/index.js 74 bytes {0} [built]
[INFO]      [1035] ./~/font-awesome-webpack/~/style-loader!./~/font-awesome-webpack/~/css-loader!./~/less-loader!./~/font-awesome-webpack/font-awesome-styles.loader.js!./~/font-awesome-webpack/font-awesome.config.js 1.11 kB {0} [built]
[INFO]      [1036] ./~/font-awesome-webpack/~/css-loader!./~/less-loader!./~/font-awesome-webpack/font-awesome-styles.loader.js!./~/font-awesome-webpack/font-awesome.config.js 32.8 kB {0} [built]
[INFO]      [1037] ./~/font-awesome-webpack/~/css-loader/lib/css-base.js 1.51 kB {0} [built]
[INFO]      [1038] ./~/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0 165 bytes {0} [built]
[INFO]      [1039] ./~/font-awesome/fonts/fontawesome-webfont.eot 281 bytes {0} [built]
[INFO]      [1040] ./~/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0 84 bytes {0} [built]
[INFO]      [1041] ./~/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0 83 bytes {0} [built]
[INFO]      [1042] ./~/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0 165 bytes {0} [built]
[INFO]      [1043] ./~/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0 165 bytes {0} [built]
[INFO]      [1044] ./~/font-awesome-webpack/~/style-loader/addStyles.js 6.09 kB {0} [built]
[INFO]     chunk    {1} 1.1.5ccc71b5d4abc3c27235.js 62.7 kB {0} {2} {3} [rendered]
[INFO]       [745] ./client/src/scripts/init/home.jsx 3.27 kB {1} [built]
[INFO]       [746] ./client/src/scripts/init/welcome.jsx 6.18 kB {1} [built]
[INFO]       [753] ./client/src/scripts/commons/validator.jsx 2.76 kB {1} {2} {3} [built]
[INFO]      [1021] ./client/src/scripts/init/initoptions.jsx 4.17 kB {1} [built]
[INFO]      [1022] ./client/src/scripts/init/newworkspace.jsx 15.8 kB {1} [built]
[INFO]      [1023] ./client/src/scripts/init/success.jsx 4.38 kB {1} [built]
[INFO]      [1024] ./client/src/scripts/init/offlineinit.jsx 26.1 kB {1} [built]
[INFO]     chunk    {2} 2.2.261e1fb6629f64963276.js 62 kB {1} {3} {0} [rendered]
[INFO]       [748] ./client/src/scripts/pub/routes.jsx 3.19 kB {2} [built]
[INFO]       [749] ./client/src/scripts/pub/login.jsx 12.7 kB {2} [built]
[INFO]       [752] ./client/src/scripts/components/error.jsx 868 bytes {2} [built]
[INFO]       [753] ./client/src/scripts/commons/validator.jsx 2.76 kB {1} {2} {3} [built]
[INFO]      [1010] ./client/src/scripts/pub/logo.jsx 2.33 kB {2} [built]
[INFO]      [1011] ./client/src/scripts/pub/logo.less 1.09 kB {2} [built]
[INFO]      [1012] ./~/css-loader!./~/less-loader!./client/src/scripts/pub/logo.less 403 bytes {2} [built]
[INFO]      [1013] ./client/src/scripts/pub/borderless-form.jsx 726 bytes {2} [built]
[INFO]      [1014] ./client/src/scripts/pub/borderless-form.less 1.12 kB {2} [built]
[INFO]      [1015] ./~/css-loader!./~/less-loader!./client/src/scripts/pub/borderless-form.less 429 bytes {2} [built]
[INFO]      [1016] ./client/src/scripts/pub/self-reg.jsx 11.3 kB {2} [built]
[INFO]      [1017] ./client/src/scripts/pub/forgot-pwd.jsx 7.94 kB {2} [built]
[INFO]      [1018] ./client/src/scripts/pub/reset-pwd.jsx 2.62 kB {2} [built]
[INFO]      [1019] ./client/src/scripts/pub/set-password.jsx 11.9 kB {2} [built]
[INFO]      [1020] ./client/src/scripts/pub/confirm-email.jsx 2.68 kB {2} [built]
[INFO]     chunk    {3} 3.3.510c39474f92f25d868c.js 1.18 MB {2} {1} {0} [rendered]
[INFO]       [753] ./client/src/scripts/commons/validator.jsx 2.76 kB {1} {2} {3} [built]
[INFO]       [844] ./client/src/scripts/sys/routes.jsx 5.66 kB {3} [built]
[INFO]       [845] ./client/src/scripts/sys/packages/types/init.js 1.71 kB {3} [built]
[INFO]       [846] ./client/src/scripts/sys/packages/types/admin-unit-control.jsx 8.26 kB {3} [built]
[INFO]       [847] ./client/src/scripts/sys/packages/types/yesno-control.jsx 6.05 kB {3} [built]
[INFO]       [848] ./client/src/scripts/sys/packages/types/unit-control.jsx 9.59 kB {3} [built]
[INFO]       [849] ./client/src/scripts/sys/packages/types/multi-select.jsx 4.54 kB {3} [built]
[INFO]       [850] ./client/src/scripts/sys/packages/types/list-box-control.jsx 5.3 kB {3} [built]
[INFO]       [851] ./client/src/scripts/sys/packages/types/table-form-control.jsx 8.44 kB {3} [built]
[INFO]       [852] ./client/src/scripts/sys/packages/types/table-form-control.less 1.17 kB {3} [built]
[INFO]       [853] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/types/table-form-control.less 242 bytes {3} [built]
[INFO]       [854] ./client/src/scripts/sys/packages/types/multi-list-box-control.jsx 4.81 kB {3} [built]
[INFO]       [855] ./client/src/scripts/sys/packages/types/person-name-control.jsx 9.15 kB {3} [built]
[INFO]       [856] ./client/src/scripts/sys/packages/types/person-name-control.less 1.17 kB {3} [built]
[INFO]       [857] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/types/person-name-control.less 294 bytes {3} [built]
[INFO]       [858] ./client/src/scripts/sys/packages/types/address-control.jsx 8.3 kB {3} [built]
[INFO]       [860] ./client/src/scripts/sys/user/language-sel.jsx 5.6 kB {3} [built]
[INFO]       [861] ./client/src/scripts/sys/user/workspace-sel.jsx 6.26 kB {3} [built]
[INFO]       [862] ./client/src/scripts/sys/toolbar.jsx 12.4 kB {3} [built]
[INFO]       [863] ./client/src/scripts/sys/search-box.jsx 10.2 kB {3} [built]
[INFO]       [864] ./client/src/scripts/sys/search-box.less 1.1 kB {3} [built]
[INFO]       [865] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/search-box.less 1.37 kB {3} [built]
[INFO]       [866] ./client/src/scripts/sys/toolbar.less 1.1 kB {3} [built]
[INFO]       [867] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/toolbar.less 887 bytes {3} [built]
[INFO]       [868] ./client/src/scripts/sys/admin/routes.jsx 3.21 kB {3} [built]
[INFO]       [869] ./client/src/scripts/sys/admin/tables.jsx 4.97 kB {3} [built]
[INFO]       [870] ./client/src/scripts/sys/page-content.jsx 3.17 kB {3} [built]
[INFO]       [871] ./client/src/scripts/sys/sidebar-content.jsx 5.25 kB {3} [built]
[INFO]       [872] ./client/src/scripts/sys/admin/tables/admunits.jsx 20.4 kB {3} [built]
[INFO]       [873] ./client/src/scripts/commons/crud.js 6.45 kB {3} [built]
[INFO]       [874] ./client/src/scripts/sys/admin/tables/country-structures.jsx 3.85 kB {3} [built]
[INFO]       [875] ./client/src/scripts/sys/packages/crud/crud-view.jsx 7.92 kB {3} [built]
[INFO]       [876] ./client/src/scripts/sys/packages/crud/crud-message.jsx 4.47 kB {3} [built]
[INFO]       [877] ./client/src/scripts/sys/packages/crud/crud-control-wrapper.jsx 3.34 kB {3} [built]
[INFO]       [878] ./client/src/scripts/sys/packages/crud/crud-pagination.jsx 3.6 kB {3} [built]
[INFO]       [879] ./client/src/scripts/sys/packages/crud/crud-grid.jsx 3.9 kB {3} [built]
[INFO]       [880] ./client/src/scripts/sys/packages/crud/crud-cell.jsx 10.7 kB {3} [built]
[INFO]       [881] ./client/src/scripts/sys/packages/crud/crud-controller.js 20.4 kB {3} [built]
[INFO]       [882] ./client/src/scripts/sys/packages/crud/crud-form.jsx 4.64 kB {3} [built]
[INFO]       [883] ./client/src/scripts/sys/packages/crud/crud-counter.jsx 4.92 kB {3} [built]
[INFO]       [884] ./client/src/scripts/sys/packages/crud/crud-add-button.jsx 4.59 kB {3} [built]
[INFO]       [885] ./client/src/scripts/sys/admin/tables/sources.jsx 4.21 kB {3} [built]
[INFO]       [886] ./client/src/scripts/sys/admin/tables/units.jsx 10.4 kB {3} [built]
[INFO]       [887] ./client/src/scripts/sys/admin/tables/substances.jsx 8 kB {3} [built]
[INFO]       [888] ./client/src/scripts/sys/admin/tables/products.jsx 6.52 kB {3} [built]
[INFO]       [889] ./client/src/scripts/sys/admin/tables/regimens.jsx 5.42 kB {3} [built]
[INFO]       [890] ./client/src/scripts/sys/admin/tables/tags.jsx 9.07 kB {3} [built]
[INFO]       [891] ./client/src/scripts/sys/admin/tables/user-profiles.jsx 3.71 kB {3} [built]
[INFO]       [892] ./client/src/scripts/sys/admin/tables/permission-tree.jsx 11.8 kB {3} [built]
[INFO]       [893] ./client/src/scripts/sys/admin/tables/users-ws.jsx 9.7 kB {3} [built]
[INFO]       [894] ./client/src/scripts/sys/admin/tables/user-ws-changepwd.jsx 4.52 kB {3} [built]
[INFO]       [895] ./client/src/scripts/sys/admin/tables/ageranges.jsx 3.55 kB {3} [built]
[INFO]       [896] ./client/src/scripts/sys/admin/reports.jsx 3.8 kB {3} [built]
[INFO]       [897] ./client/src/scripts/sys/admin/reports/usersessions.jsx 14 kB {3} [built]
[INFO]       [898] ./client/src/scripts/sys/admin/reports/onlineusers.jsx 8.05 kB {3} [built]
[INFO]       [899] ./client/src/scripts/sys/admin/reports/cmdhistory.jsx 14.4 kB {3} [built]
[INFO]       [900] ./client/src/scripts/sys/admin/reports/command-type-control.jsx 5.83 kB {3} [built]
[INFO]       [901] ./client/src/scripts/sys/admin/reports/errorlog.jsx 10.2 kB {3} [built]
[INFO]       [902] ./client/src/scripts/sys/admin/settings.jsx 3.24 kB {3} [built]
[INFO]       [903] ./client/src/scripts/sys/admin/settings/sys-config.jsx 8 kB {3} [built]
[INFO]       [904] ./client/src/scripts/sys/admin/settings/workspaces.jsx 3.53 kB {3} [built]
[INFO]       [905] ./client/src/scripts/sys/packages/crud/index.js 1.37 kB {3} [built]
[INFO]       [906] ./client/src/scripts/sys/packages/crud/crud-table.jsx 7.1 kB {3} [built]
[INFO]       [907] ./client/src/scripts/sys/workspace/index.jsx 3.15 kB {3} [built]
[INFO]       [908] ./client/src/scripts/sys/front-page.jsx 6.28 kB {3} [built]
[INFO]       [909] ./client/src/scripts/sys/workspace/general.jsx 3.47 kB {3} [built]
[INFO]       [910] ./client/src/scripts/sys/workspace/general-settings.jsx 8.77 kB {3} [built]
[INFO]       [911] ./client/src/scripts/sys/packages/others/units-card.jsx 8.1 kB {3} [built]
[INFO]       [912] ./client/src/scripts/commons/fake-crud.js 3.24 kB {3} [built]
[INFO]       [913] ./client/src/scripts/sys/packages/dashboard/dashboard-view.jsx 4.63 kB {3} [built]
[INFO]       [914] ./client/src/scripts/sys/packages/reports/indicator.js 6.84 kB {3} [built]
[INFO]       [915] ./client/src/scripts/sys/packages/reports/indicator-view.jsx 2.98 kB {3} [built]
[INFO]       [916] ./client/src/scripts/sys/packages/reports/chart.jsx 5.21 kB {3} [built]
[INFO]       [917] ./~/react-highcharts/dist/ReactHighcharts.js 2.18 kB {3} [built]
[INFO]       [918] ./~/highcharts/highcharts.js 194 kB {3} [built]
[INFO]       [919] ./client/src/scripts/sys/packages/reports/theme.js 531 bytes {3} [built]
[INFO]       [920] ./client/src/scripts/sys/packages/reports/table-view.jsx 6.16 kB {3} [built]
[INFO]       [921] ./client/src/scripts/sys/packages/reports/table-view.less 1.15 kB {3} [built]
[INFO]       [922] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/reports/table-view.less 798 bytes {3} [built]
[INFO]       [923] ./client/src/scripts/sys/packages/cases/cases.jsx 4.41 kB {3} [built]
[INFO]       [924] ./client/src/scripts/sys/packages/cases/cases-side-view.jsx 9.42 kB {3} [built]
[INFO]       [925] ./client/src/scripts/sys/packages/cases/advanced-search.jsx 5.37 kB {3} [built]
[INFO]       [926] ./client/src/scripts/sys/packages/filters/filters-card.jsx 4.46 kB {3} [built]
[INFO]       [927] ./client/src/scripts/sys/packages/filters/filters-selector.jsx 8.61 kB {3} [built]
[INFO]       [928] ./client/src/scripts/sys/packages/filters/group-popup.jsx 5.67 kB {3} [built]
[INFO]       [929] ./client/src/scripts/sys/packages/filters/filter-box.jsx 4.53 kB {3} [built]
[INFO]       [930] ./client/src/scripts/sys/packages/filters/filter-factory.js 799 bytes {3} [built]
[INFO]       [931] ./client/src/scripts/sys/packages/filters/select-filter.jsx 3.15 kB {3} [built]
[INFO]       [932] ./client/src/scripts/sys/packages/filters/period-filter.jsx 2.86 kB {3} [built]
[INFO]       [933] ./client/src/scripts/sys/packages/filters/filters.less 1.14 kB {3} [built]
[INFO]       [934] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/filters/filters.less 598 bytes {3} [built]
[INFO]       [935] ./client/src/scripts/sys/packages/cases/cases-list.jsx 8.56 kB {3} [built]
[INFO]       [936] ./client/src/scripts/sys/packages/cases/tag-cases-list.jsx 10.8 kB {3} [built]
[INFO]       [937] ./client/src/scripts/sys/packages/cases/summary-list.jsx 4.97 kB {3} [built]
[INFO]       [938] ./client/src/scripts/sys/packages/cases/cases-reports.jsx 5.33 kB {3} [built]
[INFO]       [939] ./client/src/scripts/sys/packages/reports/report-view.jsx 5.62 kB {3} [built]
[INFO]       [940] ./client/src/scripts/sys/packages/reports/report.js 4.68 kB {3} [built]
[INFO]       [941] ./client/src/scripts/sys/packages/reports/report.less 1.14 kB {3} [built]
[INFO]       [942] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/reports/report.less 718 bytes {3} [built]
[INFO]       [943] ./client/src/scripts/sys/packages/reports/report-editor.jsx 5.98 kB {3} [built]
[INFO]       [944] ./client/src/scripts/sys/packages/reports/report-header.jsx 6.84 kB {3} [built]
[INFO]       [945] ./client/src/scripts/sys/packages/reports/indicator-editor.jsx 11.6 kB {3} [built]
[INFO]       [946] ./client/src/scripts/sys/packages/reports/variables-selector.jsx 4.99 kB {3} [built]
[INFO]       [947] ./client/src/scripts/sys/packages/reports/variables-box.jsx 5.8 kB {3} [built]
[INFO]       [948] ./client/src/scripts/sys/packages/reports/variable-control.jsx 3.22 kB {3} [built]
[INFO]       [949] ./client/src/scripts/sys/packages/cases/cases-distribution.jsx 7.43 kB {3} [built]
[INFO]       [950] ./client/src/scripts/sys/adminunit/index.jsx 4.47 kB {3} [built]
[INFO]       [951] ./client/src/scripts/sys/adminunit/general.jsx 3.25 kB {3} [built]
[INFO]       [952] ./client/src/scripts/sys/unit/index.jsx 4.46 kB {3} [built]
[INFO]       [953] ./client/src/scripts/sys/unit/general.jsx 3.03 kB {3} [built]
[INFO]       [954] ./client/src/scripts/sys/unit/cases.jsx 4.67 kB {3} [built]
[INFO]       [955] ./client/src/scripts/sys/unit/cases-unit.jsx 13.1 kB {3} [built]
[INFO]       [956] ./client/src/scripts/sys/mock-option-lists.jsx 3.1 kB {3} [built]
[INFO]       [957] ./client/src/scripts/sys/case/treat/treat-progress.jsx 4.03 kB {3} [built]
[INFO]       [958] ./client/src/scripts/sys/case/treat/treat-progress.less 1.16 kB {3} [built]
[INFO]       [959] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/treat/treat-progress.less 302 bytes {3} [built]
[INFO]       [960] ./client/src/scripts/sys/case/index.jsx 19.8 kB {3} [built]
[INFO]       [961] ./client/src/scripts/sys/case/patient-panel.jsx 7.07 kB {3} [built]
[INFO]       [962] ./client/src/scripts/sys/case/patient-panel.less 1.14 kB {3} [built]
[INFO]       [963] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/patient-panel.less 698 bytes {3} [built]
[INFO]       [964] ./client/src/scripts/sys/case/events.js 836 bytes {3} [built]
[INFO]       [965] ./client/src/scripts/sys/case/case-data.jsx 6.2 kB {3} [built]
[INFO]       [966] ./client/src/scripts/sys/case/case-prev-tb-treats.jsx 7.43 kB {3} [built]
[INFO]       [967] ./client/src/scripts/sys/case/case-comments.jsx 5.49 kB {3} [built]
[INFO]       [968] ./client/src/scripts/sys/case/comments-box.jsx 16.7 kB {3} [built]
[INFO]       [969] ./client/src/scripts/sys/case/comments-box.less 1.13 kB {3} [built]
[INFO]       [970] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/comments-box.less 361 bytes {3} [built]
[INFO]       [971] ./client/src/scripts/sys/case/case-contacts.jsx 8.6 kB {3} [built]
[INFO]       [972] ./client/src/scripts/sys/case/case-adv-reacts.jsx 6.89 kB {3} [built]
[INFO]       [973] ./client/src/scripts/sys/case/case-comorbidities.jsx 9.25 kB {3} [built]
[INFO]       [974] ./client/src/scripts/sys/case/case-edit-form.jsx 4.47 kB {3} [built]
[INFO]       [975] ./client/src/scripts/sys/case/other-cases.jsx 4.86 kB {3} [built]
[INFO]       [976] ./client/src/scripts/sys/case/case-exams.jsx 12.2 kB {3} [built]
[INFO]       [977] ./client/src/scripts/sys/case/followup-display.jsx 6.63 kB {3} [built]
[INFO]       [978] ./client/src/scripts/sys/case/followup-utils.js 27 kB {3} [built]
[INFO]       [979] ./client/src/scripts/sys/case/followup-modal.jsx 5.64 kB {3} [built]
[INFO]       [980] ./client/src/scripts/sys/case/case-treatment.jsx 11.7 kB {3} [built]
[INFO]       [981] ./client/src/scripts/sys/case/treat/treat-timeline.jsx 11.7 kB {3} [built]
[INFO]       [982] ./client/src/scripts/sys/case/treat/treat-popup.jsx 8.04 kB {3} [built]
[INFO]       [983] ./client/src/scripts/sys/case/treat/treat-timeline.less 1.16 kB {3} [built]
[INFO]       [984] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/treat/treat-timeline.less 264 bytes {3} [built]
[INFO]       [985] ./client/src/scripts/sys/case/treat/treat-update.jsx 4.93 kB {3} [built]
[INFO]       [986] ./client/src/scripts/sys/case/treat/edt-prescription.jsx 6.29 kB {3} [built]
[INFO]       [987] ./client/src/scripts/sys/case/treat/add-prescription.jsx 5.75 kB {3} [built]
[INFO]       [988] ./client/src/scripts/sys/case/treat/treat-followup.jsx 8.35 kB {3} [built]
[INFO]       [989] ./client/src/scripts/sys/case/treat/followup-calendar.jsx 6.43 kB {3} [built]
[INFO]       [990] ./client/src/scripts/sys/case/treat/calend-editor.jsx 9.62 kB {3} [built]
[INFO]       [991] ./client/src/scripts/sys/case/treat/treat-followup.less 1.16 kB {3} [built]
[INFO]       [992] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/treat/treat-followup.less 2.12 kB {3} [built]
[INFO]       [993] ./client/src/scripts/sys/case/treat/no-treat-panel.jsx 5.21 kB {3} [built]
[INFO]       [994] ./client/src/scripts/sys/case/treat/start-regimen.jsx 8.14 kB {3} [built]
[INFO]       [995] ./client/src/scripts/sys/case/case-close.jsx 4.64 kB {3} [built]
[INFO]       [996] ./client/src/scripts/sys/case/case-move.jsx 5.01 kB {3} [built]
[INFO]       [997] ./client/src/scripts/sys/case/case-issues.jsx 9.51 kB {3} [built]
[INFO]       [998] ./client/src/scripts/sys/case/issues.jsx 4.61 kB {3} [built]
[INFO]       [999] ./client/src/scripts/sys/case/issue-card.jsx 12.9 kB {3} [built]
[INFO]      [1000] ./client/src/scripts/sys/case/issue-followups-box.jsx 11.3 kB {3} [built]
[INFO]      [1001] ./client/src/scripts/sys/case/case-tags.jsx 5.14 kB {3} [built]
[INFO]      [1002] ./client/src/scripts/sys/case/suspect-followup.jsx 3.79 kB {3} [built]
[INFO]      [1003] ./client/src/scripts/sys/case/new/index.jsx 5.97 kB {3} [built]
[INFO]      [1004] ./client/src/scripts/sys/case/new/new-searchpatient.jsx 14.8 kB {3} [built]
[INFO]      [1005] ./client/src/scripts/sys/case/new/new-notifform.jsx 4.52 kB {3} [built]
[INFO]      [1006] ./client/src/scripts/sys/user/settings.jsx 5.58 kB {3} [built]
[INFO]      [1007] ./client/src/scripts/sys/user/change-password.jsx 5.04 kB {3} [built]
[INFO]      [1008] ./client/src/scripts/sys/sync.jsx 15.6 kB {3} [built]
[INFO]      [1009] ./client/src/scripts/sys/start.jsx 2.57 kB {3} [built]
[INFO]     chunk    {4} vendor.a30674161dc159a1d31c.js (vendor) 1.38 MB [rendered]
[INFO]         [0] multi vendor 64 bytes {4} [built]
[INFO]       [309] ./~/node-libs-browser/~/process/browser.js 5.3 kB {4} [built]
[INFO]       [314] ./~/react/react.js 56 bytes {4} [built]
[INFO]       [315] ./~/react/lib/React.js 2.69 kB {4} [built]
[INFO]       [316] ./~/object-assign/index.js 1.99 kB {4} [built]
[INFO]       [317] ./~/react/lib/ReactChildren.js 6.19 kB {4} [built]
[INFO]       [318] ./~/react/lib/PooledClass.js 3.36 kB {4} [built]
[INFO]       [319] ./~/react/lib/reactProdInvariant.js 1.24 kB {4} [built]
[INFO]       [320] ./~/fbjs/lib/invariant.js 1.63 kB {4} [built]
[INFO]       [321] ./~/react/lib/ReactElement.js 11.2 kB {4} [built]
[INFO]       [322] ./~/react/lib/ReactCurrentOwner.js 623 bytes {4} [built]
[INFO]       [323] ./~/fbjs/lib/warning.js 2.1 kB {4} [built]
[INFO]       [324] ./~/fbjs/lib/emptyFunction.js 1.08 kB {4} [built]
[INFO]       [325] ./~/react/lib/canDefineProperty.js 661 bytes {4} [built]
[INFO]       [326] ./~/react/lib/ReactElementSymbol.js 622 bytes {4} [built]
[INFO]       [327] ./~/react/lib/traverseAllChildren.js 7.03 kB {4} [built]
[INFO]       [328] ./~/react/lib/getIteratorFn.js 1.12 kB {4} [built]
[INFO]       [329] ./~/react/lib/KeyEscapeUtils.js 1.29 kB {4} [built]
[INFO]       [330] ./~/react/lib/ReactComponent.js 4.61 kB {4} [built]
[INFO]       [331] ./~/react/lib/ReactNoopUpdateQueue.js 3.36 kB {4} [built]
[INFO]       [332] ./~/fbjs/lib/emptyObject.js 458 bytes {4} [built]
[INFO]       [333] ./~/react/lib/ReactPureComponent.js 1.32 kB {4} [built]
[INFO]       [334] ./~/react/lib/ReactClass.js 26.5 kB {4} [built]
[INFO]       [335] ./~/react/lib/ReactPropTypeLocationNames.js 572 bytes {4} [built]
[INFO]       [336] ./~/react/lib/ReactDOMFactories.js 5.53 kB {4} [built]
[INFO]       [337] ./~/react/lib/ReactPropTypes.js 15.8 kB {4} [built]
[INFO]       [338] ./~/react/lib/ReactPropTypesSecret.js 442 bytes {4} [built]
[INFO]       [339] ./~/react/lib/ReactVersion.js 350 bytes {4} [built]
[INFO]       [340] ./~/react/lib/onlyChild.js 1.34 kB {4} [built]
[INFO]       [341] ./~/react-dom/index.js 59 bytes {4} [built]
[INFO]       [342] ./~/react-dom/lib/ReactDOM.js 5.14 kB {4} [built]
[INFO]       [343] ./~/react-dom/lib/ReactDOMComponentTree.js 6.27 kB {4} [built]
[INFO]       [344] ./~/react-dom/lib/reactProdInvariant.js 1.24 kB {4} [built]
[INFO]       [345] ./~/react-dom/lib/DOMProperty.js 8.24 kB {4} [built]
[INFO]       [346] ./~/react-dom/lib/ReactDOMComponentFlags.js 429 bytes {4} [built]
[INFO]       [347] ./~/react-dom/lib/ReactDefaultInjection.js 3.5 kB {4} [built]
[INFO]       [348] ./~/react-dom/lib/ARIADOMPropertyConfig.js 1.82 kB {4} [built]
[INFO]       [349] ./~/react-dom/lib/BeforeInputEventPlugin.js 13.3 kB {4} [built]
[INFO]       [350] ./~/react-dom/lib/EventPropagators.js 5.09 kB {4} [built]
[INFO]       [351] ./~/react-dom/lib/EventPluginHub.js 9.11 kB {4} [built]
[INFO]       [352] ./~/react-dom/lib/EventPluginRegistry.js 9.75 kB {4} [built]
[INFO]       [353] ./~/react-dom/lib/EventPluginUtils.js 7.95 kB {4} [built]
[INFO]       [354] ./~/react-dom/lib/ReactErrorUtils.js 2.25 kB {4} [built]
[INFO]       [355] ./~/react-dom/lib/accumulateInto.js 1.69 kB {4} [built]
[INFO]       [356] ./~/react-dom/lib/forEachAccumulated.js 855 bytes {4} [built]
[INFO]       [357] ./~/fbjs/lib/ExecutionEnvironment.js 1.06 kB {4} [built]
[INFO]       [358] ./~/react-dom/lib/FallbackCompositionState.js 2.43 kB {4} [built]
[INFO]       [359] ./~/react-dom/lib/PooledClass.js 3.36 kB {4} [built]
[INFO]       [360] ./~/react-dom/lib/getTextContentAccessor.js 955 bytes {4} [built]
[INFO]       [361] ./~/react-dom/lib/SyntheticCompositionEvent.js 1.1 kB {4} [built]
[INFO]       [362] ./~/react-dom/lib/SyntheticEvent.js 9.18 kB {4} [built]
[INFO]       [363] ./~/react-dom/lib/SyntheticInputEvent.js 1.09 kB {4} [built]
[INFO]       [364] ./~/react-dom/lib/ChangeEventPlugin.js 11.1 kB {4} [built]
[INFO]       [365] ./~/react-dom/lib/ReactUpdates.js 9.53 kB {4} [built]
[INFO]       [366] ./~/react-dom/lib/CallbackQueue.js 3.16 kB {4} [built]
[INFO]       [367] ./~/react-dom/lib/ReactFeatureFlags.js 628 bytes {4} [built]
[INFO]       [368] ./~/react-dom/lib/ReactReconciler.js 6.21 kB {4} [built]
[INFO]       [369] ./~/react-dom/lib/ReactRef.js 2.56 kB {4} [built]
[INFO]       [370] ./~/react-dom/lib/ReactOwner.js 3.53 kB {4} [built]
[INFO]       [371] ./~/react-dom/lib/ReactInstrumentation.js 601 bytes {4} [built]
[INFO]       [372] ./~/react-dom/lib/Transaction.js 9.45 kB {4} [built]
[INFO]       [373] ./~/react-dom/lib/getEventTarget.js 1.01 kB {4} [built]
[INFO]       [374] ./~/react-dom/lib/isEventSupported.js 1.94 kB {4} [built]
[INFO]       [375] ./~/react-dom/lib/isTextInputElement.js 1.04 kB {4} [built]
[INFO]       [376] ./~/react-dom/lib/DefaultEventPluginOrder.js 1.08 kB {4} [built]
[INFO]       [377] ./~/react-dom/lib/EnterLeaveEventPlugin.js 3.16 kB {4} [built]
[INFO]       [378] ./~/react-dom/lib/SyntheticMouseEvent.js 2.14 kB {4} [built]
[INFO]       [379] ./~/react-dom/lib/SyntheticUIEvent.js 1.57 kB {4} [built]
[INFO]       [380] ./~/react-dom/lib/ViewportMetrics.js 606 bytes {4} [built]
[INFO]       [381] ./~/react-dom/lib/getEventModifierState.js 1.23 kB {4} [built]
[INFO]       [382] ./~/react-dom/lib/HTMLDOMPropertyConfig.js 5.44 kB {4} [built]
[INFO]       [383] ./~/react-dom/lib/ReactComponentBrowserEnvironment.js 906 bytes {4} [built]
[INFO]       [384] ./~/react-dom/lib/DOMChildrenOperations.js 7.67 kB {4} [built]
[INFO]       [385] ./~/react-dom/lib/DOMLazyTree.js 3.71 kB {4} [built]
[INFO]       [386] ./~/react-dom/lib/DOMNamespaces.js 505 bytes {4} [built]
[INFO]       [387] ./~/react-dom/lib/setInnerHTML.js 3.86 kB {4} [built]
[INFO]       [388] ./~/react-dom/lib/createMicrosoftUnsafeLocalFunction.js 810 bytes {4} [built]
[INFO]       [389] ./~/react-dom/lib/setTextContent.js 1.45 kB {4} [built]
[INFO]       [390] ./~/react-dom/lib/escapeTextContentForBrowser.js 3.43 kB {4} [built]
[INFO]       [391] ./~/react-dom/lib/Danger.js 2.24 kB {4} [built]
[INFO]       [392] ./~/fbjs/lib/createNodesFromMarkup.js 2.66 kB {4} [built]
[INFO]       [393] ./~/fbjs/lib/createArrayFromMixed.js 4.11 kB {4} [built]
[INFO]       [394] ./~/fbjs/lib/getMarkupWrap.js 3.04 kB {4} [built]
[INFO]       [395] ./~/react-dom/lib/ReactDOMIDOperations.js 956 bytes {4} [built]
[INFO]       [396] ./~/react-dom/lib/ReactDOMComponent.js 38.5 kB {4} [built]
[INFO]       [397] ./~/react-dom/lib/AutoFocusUtils.js 599 bytes {4} [built]
[INFO]       [398] ./~/fbjs/lib/focusNode.js 704 bytes {4} [built]
[INFO]       [399] ./~/react-dom/lib/CSSPropertyOperations.js 6.87 kB {4} [built]
[INFO]       [400] ./~/react-dom/lib/CSSProperty.js 3.66 kB {4} [built]
[INFO]       [401] ./~/fbjs/lib/camelizeStyleName.js 1 kB {4} [built]
[INFO]       [402] ./~/fbjs/lib/camelize.js 708 bytes {4} [built]
[INFO]       [403] ./~/react-dom/lib/dangerousStyleValue.js 3.02 kB {4} [built]
[INFO]       [404] ./~/fbjs/lib/hyphenateStyleName.js 974 bytes {4} [built]
[INFO]       [405] ./~/fbjs/lib/hyphenate.js 800 bytes {4} [built]
[INFO]       [406] ./~/fbjs/lib/memoizeStringOnly.js 698 bytes {4} [built]
[INFO]       [407] ./~/react-dom/lib/DOMPropertyOperations.js 7.61 kB {4} [built]
[INFO]       [408] ./~/react-dom/lib/quoteAttributeValueForBrowser.js 700 bytes {4} [built]
[INFO]       [409] ./~/react-dom/lib/ReactBrowserEventEmitter.js 12.6 kB {4} [built]
[INFO]       [410] ./~/react-dom/lib/ReactEventEmitterMixin.js 959 bytes {4} [built]
[INFO]       [411] ./~/react-dom/lib/getVendorPrefixedEventName.js 2.87 kB {4} [built]
[INFO]       [412] ./~/react-dom/lib/ReactDOMInput.js 12.6 kB {4} [built]
[INFO]       [413] ./~/react-dom/lib/LinkedValueUtils.js 5.15 kB {4} [built]
[INFO]       [414] ./~/react-dom/lib/ReactPropTypesSecret.js 442 bytes {4} [built]
[INFO]       [415] ./~/react-dom/lib/ReactDOMOption.js 3.69 kB {4} [built]
[INFO]       [416] ./~/react-dom/lib/ReactDOMSelect.js 6.81 kB {4} [built]
[INFO]       [417] ./~/react-dom/lib/ReactDOMTextarea.js 6.46 kB {4} [built]
[INFO]       [418] ./~/react-dom/lib/ReactMultiChild.js 14.6 kB {4} [built]
[INFO]       [419] ./~/react-dom/lib/ReactComponentEnvironment.js 1.3 kB {4} [built]
[INFO]       [420] ./~/react-dom/lib/ReactInstanceMap.js 1.22 kB {4} [built]
[INFO]       [421] ./~/react-dom/lib/ReactChildReconciler.js 6.11 kB {4} [built]
[INFO]       [422] ./~/react-dom/lib/instantiateReactComponent.js 5.05 kB {4} [built]
[INFO]       [423] ./~/react-dom/lib/ReactCompositeComponent.js 35.2 kB {4} [built]
[INFO]       [424] ./~/react-dom/lib/ReactNodeTypes.js 1.02 kB {4} [built]
[INFO]       [425] ./~/fbjs/lib/shallowEqual.js 1.74 kB {4} [built]
[INFO]       [426] ./~/react-dom/lib/shouldUpdateReactComponent.js 1.4 kB {4} [built]
[INFO]       [427] ./~/react-dom/lib/ReactEmptyComponent.js 704 bytes {4} [built]
[INFO]       [428] ./~/react-dom/lib/ReactHostComponent.js 1.98 kB {4} [built]
[INFO]       [429] ./~/react-dom/lib/getNextDebugID.js 437 bytes {4} [built]
[INFO]       [430] ./~/react-dom/lib/KeyEscapeUtils.js 1.29 kB {4} [built]
[INFO]       [431] ./~/react-dom/lib/traverseAllChildren.js 7.04 kB {4} [built]
[INFO]       [432] ./~/react-dom/lib/ReactElementSymbol.js 622 bytes {4} [built]
[INFO]       [433] ./~/react-dom/lib/getIteratorFn.js 1.12 kB {4} [built]
[INFO]       [434] ./~/react/lib/ReactComponentTreeHook.js 10.4 kB {4} [built]
[INFO]       [435] ./~/react-dom/lib/flattenChildren.js 2.77 kB {4} [built]
[INFO]       [436] ./~/react-dom/lib/ReactServerRenderingTransaction.js 2.29 kB {4} [built]
[INFO]       [437] ./~/react-dom/lib/ReactServerUpdateQueue.js 4.83 kB {4} [built]
[INFO]       [438] ./~/react-dom/lib/ReactUpdateQueue.js 9.01 kB {4} [built]
[INFO]       [439] ./~/react-dom/lib/validateDOMNesting.js 13.7 kB {4} [built]
[INFO]       [440] ./~/react-dom/lib/ReactDOMEmptyComponent.js 1.9 kB {4} [built]
[INFO]       [441] ./~/react-dom/lib/ReactDOMTreeTraversal.js 3.72 kB {4} [built]
[INFO]       [442] ./~/react-dom/lib/ReactDOMTextComponent.js 5.82 kB {4} [built]
[INFO]       [443] ./~/react-dom/lib/ReactDefaultBatchingStrategy.js 1.88 kB {4} [built]
[INFO]       [444] ./~/react-dom/lib/ReactEventListener.js 5.3 kB {4} [built]
[INFO]       [445] ./~/fbjs/lib/EventListener.js 2.67 kB {4} [built]
[INFO]       [446] ./~/fbjs/lib/getUnboundedScrollPosition.js 1.05 kB {4} [built]
[INFO]       [447] ./~/react-dom/lib/ReactInjection.js 1.2 kB {4} [built]
[INFO]       [448] ./~/react-dom/lib/ReactReconcileTransaction.js 5.26 kB {4} [built]
[INFO]       [449] ./~/react-dom/lib/ReactInputSelection.js 4.27 kB {4} [built]
[INFO]       [450] ./~/react-dom/lib/ReactDOMSelection.js 6.78 kB {4} [built]
[INFO]       [451] ./~/react-dom/lib/getNodeForCharacterOffset.js 1.62 kB {4} [built]
[INFO]       [452] ./~/fbjs/lib/containsNode.js 1.05 kB {4} [built]
[INFO]       [453] ./~/fbjs/lib/isTextNode.js 605 bytes {4} [built]
[INFO]       [454] ./~/fbjs/lib/isNode.js 693 bytes {4} [built]
[INFO]       [455] ./~/fbjs/lib/getActiveElement.js 895 bytes {4} [built]
[INFO]       [456] ./~/react-dom/lib/SVGDOMPropertyConfig.js 7.32 kB {4} [built]
[INFO]       [457] ./~/react-dom/lib/SelectEventPlugin.js 6.06 kB {4} [built]
[INFO]       [458] ./~/react-dom/lib/SimpleEventPlugin.js 7.97 kB {4} [built]
[INFO]       [459] ./~/react-dom/lib/SyntheticAnimationEvent.js 1.21 kB {4} [built]
[INFO]       [460] ./~/react-dom/lib/SyntheticClipboardEvent.js 1.17 kB {4} [built]
[INFO]       [461] ./~/react-dom/lib/SyntheticFocusEvent.js 1.07 kB {4} [built]
[INFO]       [462] ./~/react-dom/lib/SyntheticKeyboardEvent.js 2.71 kB {4} [built]
[INFO]       [463] ./~/react-dom/lib/getEventCharCode.js 1.5 kB {4} [built]
[INFO]       [464] ./~/react-dom/lib/getEventKey.js 2.87 kB {4} [built]
[INFO]       [465] ./~/react-dom/lib/SyntheticDragEvent.js 1.07 kB {4} [built]
[INFO]       [466] ./~/react-dom/lib/SyntheticTouchEvent.js 1.28 kB {4} [built]
[INFO]       [467] ./~/react-dom/lib/SyntheticTransitionEvent.js 1.23 kB {4} [built]
[INFO]       [468] ./~/react-dom/lib/SyntheticWheelEvent.js 1.94 kB {4} [built]
[INFO]       [469] ./~/react-dom/lib/ReactMount.js 25.5 kB {4} [built]
[INFO]       [470] ./~/react-dom/lib/ReactDOMContainerInfo.js 967 bytes {4} [built]
[INFO]       [471] ./~/react-dom/lib/ReactDOMFeatureFlags.js 439 bytes {4} [built]
[INFO]       [472] ./~/react-dom/lib/ReactMarkupChecksum.js 1.47 kB {4} [built]
[INFO]       [473] ./~/react-dom/lib/adler32.js 1.19 kB {4} [built]
[INFO]       [474] ./~/react-dom/lib/ReactVersion.js 350 bytes {4} [built]
[INFO]       [475] ./~/react-dom/lib/findDOMNode.js 2.46 kB {4} [built]
[INFO]       [476] ./~/react-dom/lib/getHostComponentFromComposite.js 740 bytes {4} [built]
[INFO]       [477] ./~/react-dom/lib/renderSubtreeIntoContainer.js 422 bytes {4} [built]
[INFO]       [481] ./~/moment/moment.js 123 kB {4} [built]
[INFO]       [482] (webpack)/buildin/module.js 251 bytes {4} [built]
[INFO]       [483] ./~/moment/locale ^.\/(en)$ 160 bytes {4} [optional] [built]
[INFO]       [485] ./~/react-bootstrap/lib/index.js 11 kB {4} [built]
[INFO]       [486] ./~/react-bootstrap/lib/Accordion.js 1.52 kB {4} [built]
[INFO]       [487] ./~/babel-runtime/helpers/extends.js 544 bytes {4} [built]
[INFO]       [488] ./~/babel-runtime/core-js/object/assign.js 94 bytes {4} [built]
[INFO]       [489] ./~/babel-runtime/~/core-js/library/fn/object/assign.js 106 bytes {4} [built]
[INFO]       [490] ./~/babel-runtime/~/core-js/library/modules/es6.object.assign.js 159 bytes {4} [built]
[INFO]       [491] ./~/babel-runtime/~/core-js/library/modules/_export.js 2.31 kB {4} [built]
[INFO]       [492] ./~/babel-runtime/~/core-js/library/modules/_global.js 322 bytes {4} [built]
[INFO]       [493] ./~/babel-runtime/~/core-js/library/modules/_core.js 117 bytes {4} [built]
[INFO]       [494] ./~/babel-runtime/~/core-js/library/modules/_ctx.js 505 bytes {4} [built]
[INFO]       [495] ./~/babel-runtime/~/core-js/library/modules/_a-function.js 120 bytes {4} [built]
[INFO]       [496] ./~/babel-runtime/~/core-js/library/modules/_hide.js 288 bytes {4} [built]
[INFO]       [497] ./~/babel-runtime/~/core-js/library/modules/_object-dp.js 608 bytes {4} [built]
[INFO]       [498] ./~/babel-runtime/~/core-js/library/modules/_an-object.js 149 bytes {4} [built]
[INFO]       [499] ./~/babel-runtime/~/core-js/library/modules/_is-object.js 107 bytes {4} [built]
[INFO]       [500] ./~/babel-runtime/~/core-js/library/modules/_ie8-dom-define.js 192 bytes {4} [built]
[INFO]       [501] ./~/babel-runtime/~/core-js/library/modules/_descriptors.js 177 bytes {4} [built]
[INFO]       [502] ./~/babel-runtime/~/core-js/library/modules/_fails.js 99 bytes {4} [built]
[INFO]       [503] ./~/babel-runtime/~/core-js/library/modules/_dom-create.js 286 bytes {4} [built]
[INFO]       [504] ./~/babel-runtime/~/core-js/library/modules/_to-primitive.js 644 bytes {4} [built]
[INFO]       [505] ./~/babel-runtime/~/core-js/library/modules/_property-desc.js 183 bytes {4} [built]
[INFO]       [506] ./~/babel-runtime/~/core-js/library/modules/_object-assign.js 1.16 kB {4} [built]
[INFO]       [507] ./~/babel-runtime/~/core-js/library/modules/_object-keys.js 225 bytes {4} [built]
[INFO]       [508] ./~/babel-runtime/~/core-js/library/modules/_object-keys-internal.js 546 bytes {4} [built]
[INFO]       [509] ./~/babel-runtime/~/core-js/library/modules/_has.js 117 bytes {4} [built]
[INFO]       [510] ./~/babel-runtime/~/core-js/library/modules/_to-iobject.js 213 bytes {4} [built]
[INFO]       [511] ./~/babel-runtime/~/core-js/library/modules/_iobject.js 236 bytes {4} [built]
[INFO]       [512] ./~/babel-runtime/~/core-js/library/modules/_cof.js 103 bytes {4} [built]
[INFO]       [513] ./~/babel-runtime/~/core-js/library/modules/_defined.js 157 bytes {4} [built]
[INFO]       [514] ./~/babel-runtime/~/core-js/library/modules/_array-includes.js 788 bytes {4} [built]
[INFO]       [515] ./~/babel-runtime/~/core-js/library/modules/_to-length.js 217 bytes {4} [built]
[INFO]       [516] ./~/babel-runtime/~/core-js/library/modules/_to-integer.js 158 bytes {4} [built]
[INFO]       [517] ./~/babel-runtime/~/core-js/library/modules/_to-index.js 230 bytes {4} [built]
[INFO]       [518] ./~/babel-runtime/~/core-js/library/modules/_shared-key.js 158 bytes {4} [built]
[INFO]       [519] ./~/babel-runtime/~/core-js/library/modules/_shared.js 198 bytes {4} [built]
[INFO]       [520] ./~/babel-runtime/~/core-js/library/modules/_uid.js 158 bytes {4} [built]
[INFO]       [521] ./~/babel-runtime/~/core-js/library/modules/_enum-bug-keys.js 159 bytes {4} [built]
[INFO]       [522] ./~/babel-runtime/~/core-js/library/modules/_object-gops.js 41 bytes {4} [built]
[INFO]       [523] ./~/babel-runtime/~/core-js/library/modules/_object-pie.js 36 bytes {4} [built]
[INFO]       [524] ./~/babel-runtime/~/core-js/library/modules/_to-object.js 129 bytes {4} [built]
[INFO]       [525] ./~/babel-runtime/helpers/classCallCheck.js 208 bytes {4} [built]
[INFO]       [526] ./~/babel-runtime/helpers/possibleConstructorReturn.js 542 bytes {4} [built]
[INFO]       [527] ./~/babel-runtime/helpers/typeof.js 993 bytes {4} [built]
[INFO]       [528] ./~/babel-runtime/core-js/symbol/iterator.js 96 bytes {4} [built]
[INFO]       [529] ./~/babel-runtime/~/core-js/library/fn/symbol/iterator.js 154 bytes {4} [built]
[INFO]       [530] ./~/babel-runtime/~/core-js/library/modules/es6.string.iterator.js 523 bytes {4} [built]
[INFO]       [531] ./~/babel-runtime/~/core-js/library/modules/_string-at.js 611 bytes {4} [built]
[INFO]       [532] ./~/babel-runtime/~/core-js/library/modules/_iter-define.js 2.82 kB {4} [built]
[INFO]       [533] ./~/babel-runtime/~/core-js/library/modules/_library.js 22 bytes {4} [built]
[INFO]       [534] ./~/babel-runtime/~/core-js/library/modules/_redefine.js 36 bytes {4} [built]
[INFO]       [535] ./~/babel-runtime/~/core-js/library/modules/_iterators.js 20 bytes {4} [built]
[INFO]       [536] ./~/babel-runtime/~/core-js/library/modules/_iter-create.js 528 bytes {4} [built]
[INFO]       [537] ./~/babel-runtime/~/core-js/library/modules/_object-create.js 1.52 kB {4} [built]
[INFO]       [538] ./~/babel-runtime/~/core-js/library/modules/_object-dps.js 404 bytes {4} [built]
[INFO]       [539] ./~/babel-runtime/~/core-js/library/modules/_html.js 75 bytes {4} [built]
[INFO]       [540] ./~/babel-runtime/~/core-js/library/modules/_set-to-string-tag.js 253 bytes {4} [built]
[INFO]       [541] ./~/babel-runtime/~/core-js/library/modules/_wks.js 368 bytes {4} [built]
[INFO]       [542] ./~/babel-runtime/~/core-js/library/modules/_object-gpo.js 497 bytes {4} [built]
[INFO]       [543] ./~/babel-runtime/~/core-js/library/modules/web.dom.iterable.js 559 bytes {4} [built]
[INFO]       [544] ./~/babel-runtime/~/core-js/library/modules/es6.array.iterator.js 1.13 kB {4} [built]
[INFO]       [545] ./~/babel-runtime/~/core-js/library/modules/_add-to-unscopables.js 43 bytes {4} [built]
[INFO]       [546] ./~/babel-runtime/~/core-js/library/modules/_iter-step.js 81 bytes {4} [built]
[INFO]       [547] ./~/babel-runtime/~/core-js/library/modules/_wks-ext.js 30 bytes {4} [built]
[INFO]       [548] ./~/babel-runtime/core-js/symbol.js 87 bytes {4} [built]
[INFO]       [549] ./~/babel-runtime/~/core-js/library/fn/symbol/index.js 239 bytes {4} [built]
[INFO]       [550] ./~/babel-runtime/~/core-js/library/modules/es6.symbol.js 8.93 kB {4} [built]
[INFO]       [551] ./~/babel-runtime/~/core-js/library/modules/_meta.js 1.55 kB {4} [built]
[INFO]       [552] ./~/babel-runtime/~/core-js/library/modules/_wks-define.js 439 bytes {4} [built]
[INFO]       [553] ./~/babel-runtime/~/core-js/library/modules/_keyof.js 307 bytes {4} [built]
[INFO]       [554] ./~/babel-runtime/~/core-js/library/modules/_enum-keys.js 472 bytes {4} [built]
[INFO]       [555] ./~/babel-runtime/~/core-js/library/modules/_is-array.js 145 bytes {4} [built]
[INFO]       [556] ./~/babel-runtime/~/core-js/library/modules/_object-gopn-ext.js 603 bytes {4} [built]
[INFO]       [557] ./~/babel-runtime/~/core-js/library/modules/_object-gopn.js 290 bytes {4} [built]
[INFO]       [558] ./~/babel-runtime/~/core-js/library/modules/_object-gopd.js 607 bytes {4} [built]
[INFO]       [559] ./~/babel-runtime/~/core-js/library/modules/es6.object.to-string.js 0 bytes {4} [built]
[INFO]       [560] ./~/babel-runtime/~/core-js/library/modules/es7.symbol.async-iterator.js 42 bytes {4} [built]
[INFO]       [561] ./~/babel-runtime/~/core-js/library/modules/es7.symbol.observable.js 39 bytes {4} [built]
[INFO]       [562] ./~/babel-runtime/helpers/inherits.js 1.11 kB {4} [built]
[INFO]       [563] ./~/babel-runtime/core-js/object/set-prototype-of.js 104 bytes {4} [built]
[INFO]       [564] ./~/babel-runtime/~/core-js/library/fn/object/set-prototype-of.js 124 bytes {4} [built]
[INFO]       [565] ./~/babel-runtime/~/core-js/library/modules/es6.object.set-prototype-of.js 157 bytes {4} [built]
[INFO]       [566] ./~/babel-runtime/~/core-js/library/modules/_set-proto.js 893 bytes {4} [built]
[INFO]       [567] ./~/babel-runtime/core-js/object/create.js 94 bytes {4} [built]
[INFO]       [568] ./~/babel-runtime/~/core-js/library/fn/object/create.js 170 bytes {4} [built]
[INFO]       [569] ./~/babel-runtime/~/core-js/library/modules/es6.object.create.js 158 bytes {4} [built]
[INFO]       [570] ./~/react-bootstrap/lib/PanelGroup.js 4.49 kB {4} [built]
[INFO]       [571] ./~/babel-runtime/helpers/objectWithoutProperties.js 280 bytes {4} [built]
[INFO]       [572] ./~/classnames/index.js 1.1 kB {4} [built]
[INFO]       [573] ./~/react-bootstrap/lib/utils/bootstrapUtils.js 5.7 kB {4} [built]
[INFO]       [574] ./~/babel-runtime/core-js/object/entries.js 95 bytes {4} [built]
[INFO]       [575] ./~/babel-runtime/~/core-js/library/fn/object/entries.js 108 bytes {4} [built]
[INFO]       [576] ./~/babel-runtime/~/core-js/library/modules/es7.object.entries.js 243 bytes {4} [built]
[INFO]       [577] ./~/babel-runtime/~/core-js/library/modules/_object-to-array.js 469 bytes {4} [built]
[INFO]       [578] ./~/invariant/browser.js 1.52 kB {4} [built]
[INFO]       [579] ./~/react-bootstrap/lib/utils/StyleConfig.js 573 bytes {4} [built]
[INFO]       [580] ./~/react-bootstrap/lib/utils/createChainedFunction.js 1.04 kB {4} [built]
[INFO]       [581] ./~/react-bootstrap/lib/utils/ValidComponentChildren.js 4.36 kB {4} [built]
[INFO]       [582] ./~/react-bootstrap/lib/Alert.js 3.86 kB {4} [built]
[INFO]       [583] ./~/babel-runtime/core-js/object/values.js 94 bytes {4} [built]
[INFO]       [584] ./~/babel-runtime/~/core-js/library/fn/object/values.js 106 bytes {4} [built]
[INFO]       [585] ./~/babel-runtime/~/core-js/library/modules/es7.object.values.js 239 bytes {4} [built]
[INFO]       [586] ./~/react-bootstrap/lib/Badge.js 2.96 kB {4} [built]
[INFO]       [587] ./~/react-bootstrap/lib/Breadcrumb.js 2.38 kB {4} [built]
[INFO]       [588] ./~/react-bootstrap/lib/BreadcrumbItem.js 2.98 kB {4} [built]
[INFO]       [589] ./~/react-bootstrap/lib/SafeAnchor.js 3.8 kB {4} [built]
[INFO]       [590] ./~/react-prop-types/lib/elementType.js 1.44 kB {4} [built]
[INFO]       [591] ./~/react-prop-types/lib/utils/createChainableTypeChecker.js 1.34 kB {4} [built]
[INFO]       [592] ./~/react-bootstrap/lib/Button.js 4.47 kB {4} [built]
[INFO]       [593] ./~/react-bootstrap/lib/ButtonGroup.js 3.49 kB {4} [built]
[INFO]       [594] ./~/react-prop-types/lib/all.js 994 bytes {4} [built]
[INFO]       [595] ./~/react-bootstrap/lib/ButtonToolbar.js 2.34 kB {4} [built]
[INFO]       [596] ./~/react-bootstrap/lib/Carousel.js 13.9 kB {4} [built]
[INFO]       [597] ./~/react-bootstrap/lib/CarouselCaption.js 2.58 kB {4} [built]
[INFO]       [598] ./~/react-bootstrap/lib/CarouselItem.js 4.71 kB {4} [built]
[INFO]       [599] ./~/react-bootstrap/lib/utils/TransitionEvents.js 3.44 kB {4} [built]
[INFO]       [600] ./~/react-bootstrap/lib/Glyphicon.js 2.53 kB {4} [built]
[INFO]       [601] ./~/react-bootstrap/lib/Checkbox.js 4.34 kB {4} [built]
[INFO]       [602] ./~/warning/browser.js 1.81 kB {4} [built]
[INFO]       [603] ./~/react-bootstrap/lib/Clearfix.js 3.6 kB {4} [built]
[INFO]       [604] ./~/react-bootstrap/lib/utils/capitalize.js 207 bytes {4} [built]
[INFO]       [605] ./~/react-bootstrap/lib/ControlLabel.js 3.26 kB {4} [built]
[INFO]       [606] ./~/react-bootstrap/lib/Col.js 6.64 kB {4} [built]
[INFO]       [607] ./~/react-bootstrap/lib/Collapse.js 8.14 kB {4} [built]
[INFO]       [608] ./~/dom-helpers/style/index.js 787 bytes {4} [built]
[INFO]       [609] ./~/dom-helpers/util/camelizeStyle.js 383 bytes {4} [built]
[INFO]       [610] ./~/dom-helpers/util/camelize.js 175 bytes {4} [built]
[INFO]       [611] ./~/dom-helpers/util/hyphenateStyle.js 389 bytes {4} [built]
[INFO]       [612] ./~/dom-helpers/util/hyphenate.js 143 bytes {4} [built]
[INFO]       [613] ./~/dom-helpers/style/getComputedStyle.js 1.67 kB {4} [built]
[INFO]       [614] ./~/dom-helpers/util/babelHelpers.js 755 bytes {4} [built]
[INFO]       [615] ./~/dom-helpers/style/removeStyle.js 176 bytes {4} [built]
[INFO]       [616] ./~/react-overlays/lib/Transition.js 12.1 kB {4} [built]
[INFO]       [617] ./~/dom-helpers/transition/properties.js 1.45 kB {4} [built]
[INFO]       [618] ./~/dom-helpers/util/inDOM.js 117 bytes {4} [built]
[INFO]       [619] ./~/dom-helpers/events/on.js 465 bytes {4} [built]
[INFO]       [620] ./~/react-bootstrap/lib/Dropdown.js 12.8 kB {4} [built]
[INFO]       [621] ./~/dom-helpers/activeElement.js 484 bytes {4} [built]
[INFO]       [622] ./~/dom-helpers/ownerDocument.js 198 bytes {4} [built]
[INFO]       [623] ./~/dom-helpers/query/contains.js 574 bytes {4} [built]
[INFO]       [624] ./~/keycode/index.js 2.76 kB {4} [built]
[INFO]       [625] ./~/react-prop-types/lib/isRequiredForA11y.js 841 bytes {4} [built]
[INFO]       [626] ./~/uncontrollable/index.js 852 bytes {4} [built]
[INFO]       [627] ./~/uncontrollable/createUncontrollable.js 5.42 kB {4} [built]
[INFO]       [628] ./~/uncontrollable/utils.js 3.53 kB {4} [built]
[INFO]       [629] ./~/react-bootstrap/lib/DropdownMenu.js 6.51 kB {4} [built]
[INFO]       [630] ./~/babel-runtime/core-js/array/from.js 91 bytes {4} [built]
[INFO]       [631] ./~/babel-runtime/~/core-js/library/fn/array/from.js 146 bytes {4} [built]
[INFO]       [632] ./~/babel-runtime/~/core-js/library/modules/es6.array.from.js 1.67 kB {4} [built]
[INFO]       [633] ./~/babel-runtime/~/core-js/library/modules/_iter-call.js 403 bytes {4} [built]
[INFO]       [634] ./~/babel-runtime/~/core-js/library/modules/_is-array-iter.js 277 bytes {4} [built]
[INFO]       [635] ./~/babel-runtime/~/core-js/library/modules/_create-property.js 270 bytes {4} [built]
[INFO]       [636] ./~/babel-runtime/~/core-js/library/modules/core.get-iterator-method.js 293 bytes {4} [built]
[INFO]       [637] ./~/babel-runtime/~/core-js/library/modules/_classof.js 709 bytes {4} [built]
[INFO]       [638] ./~/babel-runtime/~/core-js/library/modules/_iter-detect.js 582 bytes {4} [built]
[INFO]       [639] ./~/react-overlays/lib/RootCloseWrapper.js 5.77 kB {4} [built]
[INFO]       [640] ./~/react-overlays/lib/utils/addEventListener.js 619 bytes {4} [built]
[INFO]       [641] ./~/dom-helpers/events/off.js 473 bytes {4} [built]
[INFO]       [642] ./~/react-overlays/lib/utils/ownerDocument.js 574 bytes {4} [built]
[INFO]       [643] ./~/react-bootstrap/lib/DropdownToggle.js 3.35 kB {4} [built]
[INFO]       [644] ./~/react-bootstrap/lib/utils/PropTypes.js 2.24 kB {4} [built]
[INFO]       [645] ./~/react-bootstrap/lib/DropdownButton.js 3.17 kB {4} [built]
[INFO]       [646] ./~/react-bootstrap/lib/utils/splitComponentProps.js 787 bytes {4} [built]
[INFO]       [647] ./~/react-bootstrap/lib/Fade.js 3.2 kB {4} [built]
[INFO]       [648] ./~/react-bootstrap/lib/Form.js 2.85 kB {4} [built]
[INFO]       [649] ./~/react-bootstrap/lib/FormControl.js 4.23 kB {4} [built]
[INFO]       [650] ./~/react-bootstrap/lib/FormControlFeedback.js 3.57 kB {4} [built]
[INFO]       [651] ./~/react-bootstrap/lib/FormControlStatic.js 2.6 kB {4} [built]
[INFO]       [652] ./~/react-bootstrap/lib/FormGroup.js 3.85 kB {4} [built]
[INFO]       [653] ./~/react-bootstrap/lib/Grid.js 2.79 kB {4} [built]
[INFO]       [654] ./~/react-bootstrap/lib/HelpBlock.js 2.15 kB {4} [built]
[INFO]       [655] ./~/react-bootstrap/lib/Image.js 3.15 kB {4} [built]
[INFO]       [656] ./~/react-bootstrap/lib/InputGroup.js 2.64 kB {4} [built]
[INFO]       [657] ./~/react-bootstrap/lib/InputGroupAddon.js 2.2 kB {4} [built]
[INFO]       [658] ./~/react-bootstrap/lib/InputGroupButton.js 2.2 kB {4} [built]
[INFO]       [659] ./~/react-bootstrap/lib/Jumbotron.js 2.52 kB {4} [built]
[INFO]       [660] ./~/react-bootstrap/lib/Label.js 2.96 kB {4} [built]
[INFO]       [661] ./~/react-bootstrap/lib/ListGroup.js 3.83 kB {4} [built]
[INFO]       [662] ./~/react-bootstrap/lib/ListGroupItem.js 4.33 kB {4} [built]
[INFO]       [663] ./~/react-bootstrap/lib/Media.js 3.33 kB {4} [built]
[INFO]       [664] ./~/react-bootstrap/lib/MediaBody.js 2.52 kB {4} [built]
[INFO]       [665] ./~/react-bootstrap/lib/MediaHeading.js 2.55 kB {4} [built]
[INFO]       [666] ./~/react-bootstrap/lib/MediaLeft.js 2.66 kB {4} [built]
[INFO]       [667] ./~/react-bootstrap/lib/MediaList.js 2.15 kB {4} [built]
[INFO]       [668] ./~/react-bootstrap/lib/MediaListItem.js 2.17 kB {4} [built]
[INFO]       [669] ./~/react-bootstrap/lib/MediaRight.js 2.67 kB {4} [built]
[INFO]       [670] ./~/react-bootstrap/lib/MenuItem.js 5.68 kB {4} [built]
[INFO]       [671] ./~/react-bootstrap/lib/Modal.js 10.8 kB {4} [built]
[INFO]       [672] ./~/dom-helpers/events/index.js 157 bytes {4} [built]
[INFO]       [673] ./~/dom-helpers/events/filter.js 394 bytes {4} [built]
[INFO]       [674] ./~/dom-helpers/query/querySelectorAll.js 918 bytes {4} [built]
[INFO]       [675] ./~/dom-helpers/util/scrollbarSize.js 581 bytes {4} [built]
[INFO]       [676] ./~/react-overlays/lib/Modal.js 16.4 kB {4} [built]
[INFO]       [677] ./~/react-prop-types/lib/componentOrElement.js 1.57 kB {4} [built]
[INFO]       [678] ./~/react-overlays/lib/Portal.js 3.94 kB {4} [built]
[INFO]       [679] ./~/react-overlays/lib/utils/getContainer.js 538 bytes {4} [built]
[INFO]       [680] ./~/react-overlays/lib/ModalManager.js 5.83 kB {4} [built]
[INFO]       [681] ./~/dom-helpers/class/index.js 146 bytes {4} [built]
[INFO]       [682] ./~/dom-helpers/class/addClass.js 256 bytes {4} [built]
[INFO]       [683] ./~/dom-helpers/class/hasClass.js 241 bytes {4} [built]
[INFO]       [684] ./~/dom-helpers/class/removeClass.js 297 bytes {4} [built]
[INFO]       [685] ./~/react-overlays/lib/utils/isOverflowing.js 1.18 kB {4} [built]
[INFO]       [686] ./~/dom-helpers/query/isWindow.js 169 bytes {4} [built]
[INFO]       [687] ./~/react-overlays/lib/utils/manageAriaHidden.js 1.12 kB {4} [built]
[INFO]       [688] ./~/react-overlays/lib/utils/addFocusListener.js 879 bytes {4} [built]
[INFO]       [689] ./~/react-bootstrap/lib/ModalBody.js 2.52 kB {4} [built]
[INFO]       [690] ./~/react-bootstrap/lib/ModalDialog.js 3.38 kB {4} [built]
[INFO]       [691] ./~/react-bootstrap/lib/ModalFooter.js 2.54 kB {4} [built]
[INFO]       [692] ./~/react-bootstrap/lib/ModalHeader.js 3.97 kB {4} [built]
[INFO]       [693] ./~/react-bootstrap/lib/ModalTitle.js 2.53 kB {4} [built]
[INFO]       [694] ./~/react-bootstrap/lib/Nav.js 13 kB {4} [built]
[INFO]       [695] ./~/react-bootstrap/lib/Navbar.js 10.7 kB {4} [built]
[INFO]       [696] ./~/react-bootstrap/lib/NavbarBrand.js 2.53 kB {4} [built]
[INFO]       [697] ./~/react-bootstrap/lib/NavbarCollapse.js 2.36 kB {4} [built]
[INFO]       [698] ./~/react-bootstrap/lib/NavbarHeader.js 2.23 kB {4} [built]
[INFO]       [699] ./~/react-bootstrap/lib/NavbarToggle.js 3.43 kB {4} [built]
[INFO]       [700] ./~/react-bootstrap/lib/NavDropdown.js 4.52 kB {4} [built]
[INFO]       [701] ./~/react-bootstrap/lib/NavItem.js 3.69 kB {4} [built]
[INFO]       [702] ./~/react-bootstrap/lib/Overlay.js 4.2 kB {4} [built]
[INFO]       [703] ./~/react-overlays/lib/Overlay.js 8.03 kB {4} [built]
[INFO]       [704] ./~/react-overlays/lib/Position.js 7.89 kB {4} [built]
[INFO]       [705] ./~/react-overlays/lib/utils/calculatePosition.js 4.04 kB {4} [built]
[INFO]       [706] ./~/dom-helpers/query/offset.js 938 bytes {4} [built]
[INFO]       [707] ./~/dom-helpers/query/position.js 1.95 kB {4} [built]
[INFO]       [708] ./~/dom-helpers/query/offsetParent.js 824 bytes {4} [built]
[INFO]       [709] ./~/dom-helpers/query/scrollTop.js 410 bytes {4} [built]
[INFO]       [710] ./~/dom-helpers/query/scrollLeft.js 412 bytes {4} [built]
[INFO]       [711] ./~/react-bootstrap/lib/OverlayTrigger.js 10.3 kB {4} [built]
[INFO]       [712] ./~/react-bootstrap/lib/PageHeader.js 2.32 kB {4} [built]
[INFO]       [713] ./~/react-bootstrap/lib/PageItem.js 534 bytes {4} [built]
[INFO]       [714] ./~/react-bootstrap/lib/PagerItem.js 3.56 kB {4} [built]
[INFO]       [715] ./~/react-bootstrap/lib/utils/deprecationWarning.js 2.57 kB {4} [built]
[INFO]       [716] ./~/react-bootstrap/lib/Pager.js 3.01 kB {4} [built]
[INFO]       [717] ./~/react-bootstrap/lib/Pagination.js 9.37 kB {4} [built]
[INFO]       [718] ./~/react-bootstrap/lib/PaginationButton.js 3.98 kB {4} [built]
[INFO]       [719] ./~/react-bootstrap/lib/Panel.js 8.6 kB {4} [built]
[INFO]       [720] ./~/react-bootstrap/lib/Popover.js 4.93 kB {4} [built]
[INFO]       [721] ./~/react-bootstrap/lib/ProgressBar.js 6.19 kB {4} [built]
[INFO]       [722] ./~/react-bootstrap/lib/Radio.js 4.29 kB {4} [built]
[INFO]       [723] ./~/react-bootstrap/lib/ResponsiveEmbed.js 3.54 kB {4} [built]
[INFO]       [724] ./~/react-bootstrap/lib/Row.js 2.46 kB {4} [built]
[INFO]       [725] ./~/react-bootstrap/lib/SplitButton.js 3.87 kB {4} [built]
[INFO]       [726] ./~/react-bootstrap/lib/SplitToggle.js 1.61 kB {4} [built]
[INFO]       [727] ./~/react-bootstrap/lib/Tab.js 2.25 kB {4} [built]
[INFO]       [728] ./~/react-bootstrap/lib/TabContainer.js 4.51 kB {4} [built]
[INFO]       [729] ./~/react-bootstrap/lib/TabContent.js 6.24 kB {4} [built]
[INFO]       [730] ./~/react-bootstrap/lib/TabPane.js 9.42 kB {4} [built]
[INFO]       [731] ./~/react-bootstrap/lib/Table.js 3.37 kB {4} [built]
[INFO]       [732] ./~/react-bootstrap/lib/Tabs.js 5.61 kB {4} [built]
[INFO]       [733] ./~/react-bootstrap/lib/Thumbnail.js 2.85 kB {4} [built]
[INFO]       [734] ./~/react-bootstrap/lib/Tooltip.js 4.67 kB {4} [built]
[INFO]       [735] ./~/react-bootstrap/lib/Well.js 2.24 kB {4} [built]
[INFO]       [736] ./~/react-bootstrap/lib/utils/index.js 1.11 kB {4} [built]
[INFO]       [758] ./~/superagent/lib/client.js 21.2 kB {4} [built]
[INFO]       [759] ./~/component-emitter/index.js 3.18 kB {4} [built]
[INFO]       [760] ./~/superagent/lib/request-base.js 12.1 kB {4} [built]
[INFO]       [761] ./~/superagent/lib/is-object.js 209 bytes {4} [built]
[INFO]       [762] ./~/superagent/lib/is-function.js 308 bytes {4} [built]
[INFO]       [763] ./~/superagent/lib/response-base.js 2.78 kB {4} [built]
[INFO]       [764] ./~/superagent/lib/utils.js 1.31 kB {4} [built]
[INFO]     
[INFO]     WARNING in app.c82fbc30da10e4d3b08f.js from UglifyJs
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:8096,17]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:8097,17]
[INFO]     Side effects in initialization of unused variable App [app.c82fbc30da10e4d3b08f.js:8061,5]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:9146,9]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:9147,9]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:9180,9]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:9181,9]
[INFO]     Side effects in initialization of unused variable APP_INIT [app.c82fbc30da10e4d3b08f.js:10042,5]
[INFO]     Side effects in initialization of unused variable AUTHENTICATED [app.c82fbc30da10e4d3b08f.js:10043,5]
[INFO]     Side effects in initialization of unused variable LOGOUT [app.c82fbc30da10e4d3b08f.js:10044,5]
[INFO]     Side effects in initialization of unused variable WORKSPACE_CHANGING [app.c82fbc30da10e4d3b08f.js:10045,5]
[INFO]     Side effects in initialization of unused variable WORKSPACE_CHANGE [app.c82fbc30da10e4d3b08f.js:10046,5]
[INFO]     Side effects in initialization of unused variable CHANGE_LANG [app.c82fbc30da10e4d3b08f.js:10047,5]
[INFO]     Side effects in initialization of unused variable ERROR [app.c82fbc30da10e4d3b08f.js:10048,5]
[INFO]     Side effects in initialization of unused variable CRUD_BEGIN [app.c82fbc30da10e4d3b08f.js:10051,5]
[INFO]     Side effects in initialization of unused variable CRUD_END [app.c82fbc30da10e4d3b08f.js:10052,5]
[INFO]     Side effects in initialization of unused variable DOC_CREATE [app.c82fbc30da10e4d3b08f.js:10055,5]
[INFO]     Side effects in initialization of unused variable DOC_UPDATE [app.c82fbc30da10e4d3b08f.js:10056,5]
[INFO]     Side effects in initialization of unused variable DOC_DELETE [app.c82fbc30da10e4d3b08f.js:10057,5]
[INFO]     Side effects in initialization of unused variable SHOW_MESSAGE [app.c82fbc30da10e4d3b08f.js:10060,5]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:11730,4]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:11732,2]
[INFO]     Side effects in initialization of unused variable update [app.c82fbc30da10e4d3b08f.js:11727,5]
[INFO]     Condition always true [app.c82fbc30da10e4d3b08f.js:11840,5]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:12197,4]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:12199,2]
[INFO]     Side effects in initialization of unused variable update [app.c82fbc30da10e4d3b08f.js:12194,5]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:13666,9]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:13667,7]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:13784,9]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:13785,7]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:13809,7]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:13810,5]
[INFO]     Boolean && always false [app.c82fbc30da10e4d3b08f.js:13764,5]
[INFO]     Condition left of || always true [app.c82fbc30da10e4d3b08f.js:13764,1]
[INFO]     Side effects in initialization of unused variable KeyEscapeUtils [app.c82fbc30da10e4d3b08f.js:13758,5]
[INFO]     Side effects in initialization of unused variable warning [app.c82fbc30da10e4d3b08f.js:13760,5]
[INFO]     Dropping unused variable ReactComponentTreeHook [app.c82fbc30da10e4d3b08f.js:13762,5]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:14015,5]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:14015,12]
[INFO]     Declarations in unreachable code! [app.c82fbc30da10e4d3b08f.js:14016,3]
[INFO]     Dropping unused variable ReactPerf [app.c82fbc30da10e4d3b08f.js:14016,7]
[INFO]     Dropping unused variable ReactTestUtils [app.c82fbc30da10e4d3b08f.js:14017,7]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:14082,31]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:14102,31]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:14135,31]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:14250,4]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:14252,2]
[INFO]     Side effects in initialization of unused variable update [app.c82fbc30da10e4d3b08f.js:14247,5]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:14802,13]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:14802,20]
[INFO]     Declarations in unreachable code! [app.c82fbc30da10e4d3b08f.js:14807,13]
[INFO]     Dropping unused variable schema [app.c82fbc30da10e4d3b08f.js:14807,17]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:14775,17]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:14776,17]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:15219,9]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:15220,9]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:15576,17]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:15577,17]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:15785,21]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:15786,21]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:15960,4]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:15962,2]
[INFO]     Side effects in initialization of unused variable update [app.c82fbc30da10e4d3b08f.js:15957,5]
[INFO]     Condition always true [app.c82fbc30da10e4d3b08f.js:16953,17]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:17698,4]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:17700,2]
[INFO]     Side effects in initialization of unused variable update [app.c82fbc30da10e4d3b08f.js:17695,5]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:18420,13]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:18420,20]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:19807,4]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:19809,2]
[INFO]     Side effects in initialization of unused variable update [app.c82fbc30da10e4d3b08f.js:19804,5]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:20174,4]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:20176,2]
[INFO]     Side effects in initialization of unused variable update [app.c82fbc30da10e4d3b08f.js:20171,5]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:20413,4]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:20415,2]
[INFO]     Side effects in initialization of unused variable update [app.c82fbc30da10e4d3b08f.js:20410,5]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:20484,13]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:20486,13]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:20514,17]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:20514,24]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:20766,4]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:20768,2]
[INFO]     Side effects in initialization of unused variable update [app.c82fbc30da10e4d3b08f.js:20763,5]
[INFO]     Condition always false [app.c82fbc30da10e4d3b08f.js:20855,4]
[INFO]     Dropping unreachable code [app.c82fbc30da10e4d3b08f.js:20857,2]
[INFO]     Side effects in initialization of unused variable update [app.c82fbc30da10e4d3b08f.js:20852,5]
[INFO]     Side effects in initialization of unused variable sourceMap [app.c82fbc30da10e4d3b08f.js:21162,6]
[INFO]     Side effects in initialization of unused variable media [app.c82fbc30da10e4d3b08f.js:21180,6]
[INFO]     Condition always true [app.c82fbc30da10e4d3b08f.js:21000,5]
[INFO]     
[INFO]     WARNING in 2.2.261e1fb6629f64963276.js from UglifyJs
[INFO]     Condition always false [2.2.261e1fb6629f64963276.js:630,4]
[INFO]     Dropping unreachable code [2.2.261e1fb6629f64963276.js:632,2]
[INFO]     Side effects in initialization of unused variable update [2.2.261e1fb6629f64963276.js:627,5]
[INFO]     Condition always false [2.2.261e1fb6629f64963276.js:706,4]
[INFO]     Dropping unreachable code [2.2.261e1fb6629f64963276.js:708,2]
[INFO]     Side effects in initialization of unused variable update [2.2.261e1fb6629f64963276.js:703,5]
[INFO]     
[INFO]     WARNING in 3.3.510c39474f92f25d868c.js from UglifyJs
[INFO]     Condition always false [3.3.510c39474f92f25d868c.js:240,17]
[INFO]     Dropping unreachable code [3.3.510c39474f92f25d868c.js:240,24]
[INFO]     Declarations in unreachable code! [3.3.510c39474f92f25d868c.js:241,17]
[INFO]     Dropping unused variable DevIndex [3.3.510c39474f92f25d868c.js:241,21]
[INFO]     Condition always false [3.3.510c39474f92f25d868c.js:1505,4]
[INFO]     Dropping unreachable code [3.3.510c39474f92f25d868c.js:1507,2]
[INFO]     Side effects in initialization of unused variable update [3.3.510c39474f92f25d868c.js:1502,5]
[INFO]     Condition always false [3.3.510c39474f92f25d868c.js:1898,4]
[INFO]     Dropping unreachable code [3.3.510c39474f92f25d868c.js:1900,2]
[INFO]     Side effects in initialization of unused variable update [3.3.510c39474f92f25d868c.js:1895,5]
[INFO]     Condition always false [3.3.510c39474f92f25d868c.js:2996,4]
[INFO]     Dropping unreachable code [3.3.510c39474f92f25d868c.js:2998,2]
[INFO]     Side effects in initialization of unused variable update [3.3.510c39474f92f25d868c.js:2993,5]
[INFO]     Condition always false [3.3.510c39474f92f25d868c.js:3038,4]
[INFO]     Dropping unreachable code [3.3.510c39474f92f25d868c.js:3040,2]
[INFO]     Side effects in initialization of unused variable update [3.3.510c39474f92f25d868c.js:3035,5]
[INFO]     Condition always false [3.3.510c39474f92f25d868c.js:4973,17]
[INFO]     Dropping unreachable code [3.3.510c39474f92f25d868c.js:4974,17]
[INFO]     Condition always false [3.3.510c39474f92f25d868c.js:5085,21]
[INFO]     Dropping unreachable code [3.3.510c39474f92f25d868c.js:5086,21]
[INFO]     Condition always false [3.3.510c39474f92f25d868c.js:5168,21]
[INFO]     Dropping unreachable code [3.3.510c39474f92f25d868c.js:5169,21]
[INFO]     Side effects in initialization of unused variable _crudController2 [3.3.510c39474f92f25d868c.js:4927,5]
[INFO]     Condition always false [3.3.510c39474f92f25d868c.js:5413,21]
[INFO]     Dropping unreachable code [3.3.510c39474f92f25d868c.js:5414,21]
[INFO]     Condition always false [3.3.510c39474f92f25d868c.js:5529,17]
[INFO]     Dropping unreachable code [3.3.510c39474f92f25d868c.js:5530,17]
[INFO]     Condition always false [3.3.510c39474f92f25d868c.js:5605,25]
[INFO]     Dropping unreachable code [3.3.510c39474f92f25d868c.js:5607,25]
[INFO]     Condition always false [3.3.510c39474f92f25d868c.js:5704,17]
[INFO]     Dropping unreachable code [3.3.510c39474f92f25d868c.js:5705,17]
[INFO]     Condition always false [3.3.510c39474f92f25d868c.js:5731,17]
[INFO]     Dropping unreachable code [3.3.510c39474f92f25d868c.js:5732,17]
[INFO]     Condition always true [3.3.510c39474f92f25d868c.js:11892,17]
[INFO]     Side effects in initialization of unused variable _indicator2 [3.3.510c39474f92f25d868c.js:12330,5]
[INFO]     Condition always false [3.3.510c39474f92f25d868c.js:12464,4]
[INFO]     Dropping unreachable code [3.3.510c39474f92f25d868c.js:12466,2]
[INFO]     Side effects in initialization of unused variable update [3.3.510c39474f92f25d868c.js:12461,5]
[INFO]     Condition always false [3.3.510c39474f92f25d868c.js:13615,17]
[INFO]     Dropping unreachable code [3.3.510c39474f92f25d868c.js:13616,17]
[INFO]     Condition always false [3.3.510c39474f92f25d868c.js:13848,4]
[INFO]     Dropping unreachable code [3.3.510c39474f92f25d868c.js:13850,2]
[INFO]     Side effects in initialization of unused variable update [3.3.510c39474f92f25d868c.js:13845,5]
[INFO]     Condition always false [3.3.510c39474f92f25d868c.js:14925,4]
[INFO]     Dropping unreachable code [3.3.510c39474f92f25d868c.js:14927,2]
[INFO]     Side effects in initialization of unused variable update [3.3.510c39474f92f25d868c.js:14922,5]
[INFO]     Condition always false [3.3.510c39474f92f25d868c.js:17159,4]
[INFO]     Dropping unreachable code [3.3.510c39474f92f25d868c.js:17161,2]
[INFO]     Side effects in initialization of unused variable update [3.3.510c39474f92f25d868c.js:17156,5]
[INFO]     Condition always false [3.3.510c39474f92f25d868c.js:17873,4]
[INFO]     Dropping unreachable code [3.3.510c39474f92f25d868c.js:17875,2]
[INFO]     Side effects in initialization of unused variable update [3.3.510c39474f92f25d868c.js:17870,5]
[INFO]     Condition always false [3.3.510c39474f92f25d868c.js:18835,4]
[INFO]     Dropping unreachable code [3.3.510c39474f92f25d868c.js:18837,2]
[INFO]     Side effects in initialization of unused variable update [3.3.510c39474f92f25d868c.js:18832,5]
[INFO]     Condition always false [3.3.510c39474f92f25d868c.js:22050,4]
[INFO]     Dropping unreachable code [3.3.510c39474f92f25d868c.js:22052,2]
[INFO]     Side effects in initialization of unused variable update [3.3.510c39474f92f25d868c.js:22047,5]
[INFO]     Condition always false [3.3.510c39474f92f25d868c.js:23241,4]
[INFO]     Dropping unreachable code [3.3.510c39474f92f25d868c.js:23243,2]
[INFO]     Side effects in initialization of unused variable update [3.3.510c39474f92f25d868c.js:23238,5]
[INFO]     
[INFO]     WARNING in vendor.a30674161dc159a1d31c.js from UglifyJs
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:648,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:648,12]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:649,3]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:657,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:657,12]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:658,3]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:642,5]
[INFO]     Dropping unused variable ReactElementValidator [vendor.a30674161dc159a1d31c.js:649,7]
[INFO]     Dropping unused variable warned [vendor.a30674161dc159a1d31c.js:658,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:1065,35]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:1010,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:1179,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:1180,3]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:1246,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:1247,5]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:1248,7]
[INFO]     Dropping unused variable getter [vendor.a30674161dc159a1d31c.js:1248,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:1258,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:1259,5]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:1260,7]
[INFO]     Dropping unused variable getter [vendor.a30674161dc159a1d31c.js:1260,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:1273,8]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:1273,8]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:1287,8]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:1287,8]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:1332,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:1337,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:1422,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:1423,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:1439,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:1440,5]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:1442,9]
[INFO]     Dropping unused variable displayName [vendor.a30674161dc159a1d31c.js:1442,13]
[INFO]     Dropping unused function defineKeyPropWarningGetter [vendor.a30674161dc159a1d31c.js:1269,10]
[INFO]     Dropping unused function defineRefPropWarningGetter [vendor.a30674161dc159a1d31c.js:1283,10]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:1230,5]
[INFO]     Side effects in initialization of unused variable canDefineProperty [vendor.a30674161dc159a1d31c.js:1231,5]
[INFO]     Dropping unused variable specialPropKeyWarningShown [vendor.a30674161dc159a1d31c.js:1243,5]
[INFO]     Dropping unused variable specialPropRefWarningShown [vendor.a30674161dc159a1d31c.js:1243,33]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:1617,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:1618,3]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:1722,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:1723,3]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:1869,13]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:1869,20]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:1870,11]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:1872,13]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:1892,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:1897,9]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:1898,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:1905,16]
[INFO]     Condition always true [vendor.a30674161dc159a1d31c.js:1905,8]
[INFO]     Dropping unused variable mapsAsChildrenAddendum [vendor.a30674161dc159a1d31c.js:1870,15]
[INFO]     Dropping unused variable mapsAsChildrenOwnerName [vendor.a30674161dc159a1d31c.js:1872,17]
[INFO]     Dropping unused variable name [vendor.a30674161dc159a1d31c.js:1898,15]
[INFO]     Side effects in initialization of unused variable ReactCurrentOwner [vendor.a30674161dc159a1d31c.js:1776,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:1780,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:1782,5]
[INFO]     Dropping unused variable didWarnAboutMaps [vendor.a30674161dc159a1d31c.js:1798,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:2111,104]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:2144,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:2144,12]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:2145,3]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:2159,8]
[INFO]     Side effects in initialization of unused variable canDefineProperty [vendor.a30674161dc159a1d31c.js:2066,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:2068,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:2069,5]
[INFO]     Dropping unused variable deprecatedAPIs [vendor.a30674161dc159a1d31c.js:2145,7]
[INFO]     Dropping unused variable defineDeprecationWarning [vendor.a30674161dc159a1d31c.js:2149,7]
[INFO]     Dropping unused variable fnName [vendor.a30674161dc159a1d31c.js:2159,12]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:2187,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:2187,14]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:2188,5]
[INFO]     Dropping unused variable constructor [vendor.a30674161dc159a1d31c.js:2188,9]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:2184,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:2286,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:2287,3]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:2685,8]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:2685,8]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:2695,42]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:2700,79]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:2710,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:2710,16]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:2711,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:2720,36]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:2721,42]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:2766,109]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:2777,15]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:2780,13]
[INFO]     Dropping unused variable typeofSpec [vendor.a30674161dc159a1d31c.js:2711,11]
[INFO]     Dropping unused variable isMixinValid [vendor.a30674161dc159a1d31c.js:2712,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:2801,21]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:2804,22]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:2817,74]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:2821,36]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:2876,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:2876,14]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:2880,5]
[INFO]     Dropping unused variable componentName [vendor.a30674161dc159a1d31c.js:2880,9]
[INFO]     Dropping unused variable _bind [vendor.a30674161dc159a1d31c.js:2881,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:2647,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:2648,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:2653,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:2654,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:2670,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:2671,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:2974,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:2975,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:2994,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:2996,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:3002,78]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:3019,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:3024,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:3032,38]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:3034,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:3035,7]
[INFO]     Dropping unused function validateTypeDef [vendor.a30674161dc159a1d31c.js:2680,10]
[INFO]     Side effects in initialization of unused variable ReactPropTypeLocationNames [vendor.a30674161dc159a1d31c.js:2359,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:2363,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:2364,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:3078,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:3079,3]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:3112,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:3112,12]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:3113,3]
[INFO]     Dropping unused variable ReactElementValidator [vendor.a30674161dc159a1d31c.js:3113,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:3394,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:3395,7]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:3396,9]
[INFO]     Dropping unused variable cacheKey [vendor.a30674161dc159a1d31c.js:3396,13]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:3388,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:3389,5]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:3389,5]
[INFO]     Dropping unused variable manualPropTypeCallCache [vendor.a30674161dc159a1d31c.js:3389,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:3495,6]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:3495,6]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:3540,6]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:3540,6]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:3284,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:3775,45]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:3758,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:3856,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:3856,12]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:3857,3]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:3865,9]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:3870,5]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:3875,5]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:3883,10]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:3892,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:3892,12]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:3893,3]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:3818,5]
[INFO]     Dropping unused variable ExecutionEnvironment [vendor.a30674161dc159a1d31c.js:3857,7]
[INFO]     Dropping unused variable showFileUrlMessage [vendor.a30674161dc159a1d31c.js:3865,13]
[INFO]     Dropping unused variable testFunc [vendor.a30674161dc159a1d31c.js:3870,9]
[INFO]     Dropping unused variable ieCompatibilityMode [vendor.a30674161dc159a1d31c.js:3875,9]
[INFO]     Dropping unused variable expectedFeatures [vendor.a30674161dc159a1d31c.js:3879,9]
[INFO]     Dropping unused variable i [vendor.a30674161dc159a1d31c.js:3883,14]
[INFO]     Dropping unused variable ReactInstrumentation [vendor.a30674161dc159a1d31c.js:3893,7]
[INFO]     Dropping unused variable ReactDOMUnknownPropertyHook [vendor.a30674161dc159a1d31c.js:3894,7]
[INFO]     Dropping unused variable ReactDOMNullInputValuePropHook [vendor.a30674161dc159a1d31c.js:3895,7]
[INFO]     Dropping unused variable ReactDOMInvalidARIAHook [vendor.a30674161dc159a1d31c.js:3896,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:4011,14]
[INFO]     Condition always true [vendor.a30674161dc159a1d31c.js:4011,6]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:4070,38]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:4080,26]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:3926,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:4223,60]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:4240,119]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:4242,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:4243,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:4249,13]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:4250,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:4335,29]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:4165,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:4981,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:4982,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:4961,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:5216,42]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:5340,21]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:5102,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:5404,28]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:5408,36]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:5412,86]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:5426,79]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:5454,70]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:5458,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:5458,14]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:5459,5]
[INFO]     Dropping unused variable lowerCasedName [vendor.a30674161dc159a1d31c.js:5459,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:5501,31]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:5514,27]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:5538,41]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:5605,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:5605,16]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:5606,7]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:5607,12]
[INFO]     Dropping unused variable possibleRegistrationNames [vendor.a30674161dc159a1d31c.js:5606,11]
[INFO]     Dropping unused variable lowerCasedName [vendor.a30674161dc159a1d31c.js:5607,16]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:5379,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:5718,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:5719,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:5746,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:5747,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:5787,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:5788,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:5792,40]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:5655,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:5656,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:5661,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:5662,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:5679,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:5680,3]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:5639,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:5640,5]
[INFO]     Dropping unused variable validateEventDispatches [vendor.a30674161dc159a1d31c.js:5678,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:5908,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:5913,3]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:5914,5]
[INFO]     Dropping unused variable fakeNode [vendor.a30674161dc159a1d31c.js:5914,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:5965,22]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:5949,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:6240,35]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:6185,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:6425,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:6427,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:6441,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:6442,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:6627,6]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:6627,6]
[INFO]     Dropping unused variable warningCondition [vendor.a30674161dc159a1d31c.js:6626,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:6527,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:6528,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:6536,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:6537,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:6547,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:6548,3]
[INFO]     Dropping unused function getPooledWarningPropertyDefinition [vendor.a30674161dc159a1d31c.js:6604,10]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:6380,5]
[INFO]     Dropping unused variable didWarnForAddedNewProperty [vendor.a30674161dc159a1d31c.js:6382,5]
[INFO]     Side effects in initialization of unused variable isProxySupported [vendor.a30674161dc159a1d31c.js:6383,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:7032,68]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:7113,40]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:7215,42]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:7222,30]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:7227,27]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:7228,66]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:7229,68]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:7022,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:7327,50]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:7275,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:7445,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:7446,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:7454,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:7455,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:7477,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:7478,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:7484,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:7485,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:7517,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:7518,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:7535,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:7536,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:7553,8]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:7553,8]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:7556,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:7557,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:7562,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:7563,7]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.a30674161dc159a1d31c.js:7418,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:7420,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:7737,29]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:7751,29]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:7685,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:7785,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:7785,12]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:7786,3]
[INFO]     Dropping unused variable ReactDebugTool [vendor.a30674161dc159a1d31c.js:7786,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:7924,33]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:7988,32]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:7811,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:8895,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:8896,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:8905,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:8906,3]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:8944,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:8945,7]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:8945,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:8953,15]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:8954,13]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:8963,15]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:8964,13]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:8973,15]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:8974,13]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:8983,15]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:8984,13]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:8993,15]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:8994,13]
[INFO]     Dropping unused variable parentNodeDebugID [vendor.a30674161dc159a1d31c.js:8945,11]
[INFO]     Side effects in initialization of unused variable ReactDOMComponentTree [vendor.a30674161dc159a1d31c.js:8798,5]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.a30674161dc159a1d31c.js:8799,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:9512,40]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:9513,16]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:9514,40]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:9499,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:9586,19]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:9603,22]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:9649,87]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:9651,36]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:9653,43]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:9655,42]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:9829,19]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10014,4]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:10014,4]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10027,75]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10030,34]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10031,102]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10033,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:10034,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10038,64]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10045,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:10048,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10142,24]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10144,12]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10227,35]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10269,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:10270,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10082,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:10083,3]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10358,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:10358,16]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:10359,7]
[INFO]     Dropping unused variable parentInfo [vendor.a30674161dc159a1d31c.js:10359,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10477,17]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:10479,15]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10536,13]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:10537,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10578,15]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:10579,13]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10717,15]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:10718,13]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10799,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:10800,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10807,13]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:10808,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10815,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:10816,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10819,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:10820,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10863,18]
[INFO]     Condition always true [vendor.a30674161dc159a1d31c.js:10863,10]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10874,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:10875,7]
[INFO]     Dropping unused function friendlyStringify [vendor.a30674161dc159a1d31c.js:9965,10]
[INFO]     Dropping unused function checkAndWarnForMutatedStyle [vendor.a30674161dc159a1d31c.js:9991,10]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.a30674161dc159a1d31c.js:9920,5]
[INFO]     Side effects in initialization of unused variable emptyFunction [vendor.a30674161dc159a1d31c.js:9924,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:9926,5]
[INFO]     Side effects in initialization of unused variable isEventSupported [vendor.a30674161dc159a1d31c.js:9927,5]
[INFO]     Side effects in initialization of unused variable shallowEqual [vendor.a30674161dc159a1d31c.js:9928,5]
[INFO]     Side effects in initialization of unused variable validateDOMNesting [vendor.a30674161dc159a1d31c.js:9929,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:9930,5]
[INFO]     Dropping unused variable styleMutationWarning [vendor.a30674161dc159a1d31c.js:9989,5]
[INFO]     Dropping unused variable setAndValidateContentChildDev [vendor.a30674161dc159a1d31c.js:10081,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:10994,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:10996,3]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:10996,3]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:11100,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:11101,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:11120,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:11121,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:11133,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:11134,9]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.a30674161dc159a1d31c.js:10966,5]
[INFO]     Side effects in initialization of unused variable camelizeStyleName [vendor.a30674161dc159a1d31c.js:10968,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:10972,5]
[INFO]     Dropping unused variable badVendoredStyleNamePattern [vendor.a30674161dc159a1d31c.js:10996,7]
[INFO]     Dropping unused variable badStyleValueWithSemicolonPattern [vendor.a30674161dc159a1d31c.js:10999,7]
[INFO]     Dropping unused variable warnedStyleNames [vendor.a30674161dc159a1d31c.js:11001,7]
[INFO]     Dropping unused variable warnedStyleValues [vendor.a30674161dc159a1d31c.js:11002,7]
[INFO]     Dropping unused variable warnedForNaNValue [vendor.a30674161dc159a1d31c.js:11003,7]
[INFO]     Dropping unused variable warnHyphenatedStyleName [vendor.a30674161dc159a1d31c.js:11005,7]
[INFO]     Dropping unused variable warnBadVendoredStyleName [vendor.a30674161dc159a1d31c.js:11014,7]
[INFO]     Dropping unused variable warnStyleValueWithSemicolon [vendor.a30674161dc159a1d31c.js:11023,7]
[INFO]     Dropping unused variable warnStyleValueIsNaN [vendor.a30674161dc159a1d31c.js:11032,7]
[INFO]     Dropping unused variable checkRenderMessage [vendor.a30674161dc159a1d31c.js:11041,7]
[INFO]     Dropping unused variable warnValidStyle [vendor.a30674161dc159a1d31c.js:11056,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:11447,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:11450,7]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:11451,9]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:11456,9]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:11458,11]
[INFO]     Dropping unused variable owner [vendor.a30674161dc159a1d31c.js:11451,13]
[INFO]     Dropping unused variable ownerName [vendor.a30674161dc159a1d31c.js:11452,13]
[INFO]     Dropping unused variable warned [vendor.a30674161dc159a1d31c.js:11456,13]
[INFO]     Dropping unused variable warnings [vendor.a30674161dc159a1d31c.js:11458,15]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:11410,5]
[INFO]     Dropping unused variable styleWarnings [vendor.a30674161dc159a1d31c.js:11413,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:11629,4]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:11629,4]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:11743,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:11743,16]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:11744,7]
[INFO]     Dropping unused variable payload [vendor.a30674161dc159a1d31c.js:11744,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:11764,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:11764,16]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:11765,7]
[INFO]     Dropping unused variable payload [vendor.a30674161dc159a1d31c.js:11765,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:11783,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:11784,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:11818,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:11819,7]
[INFO]     Side effects in initialization of unused variable ReactDOMComponentTree [vendor.a30674161dc159a1d31c.js:11607,5]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.a30674161dc159a1d31c.js:11608,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:11611,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:12604,25]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:12425,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:12425,16]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:12428,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:12456,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:12457,7]
[INFO]     Dropping unused variable owner [vendor.a30674161dc159a1d31c.js:12428,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:12464,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:12464,16]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:12465,7]
[INFO]     Dropping unused variable controlled [vendor.a30674161dc159a1d31c.js:12465,11]
[INFO]     Dropping unused variable owner [vendor.a30674161dc159a1d31c.js:12466,11]
[INFO]     Dropping unused function isControlled [vendor.a30674161dc159a1d31c.js:12376,10]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:12359,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:12360,5]
[INFO]     Dropping unused variable didWarnValueLink [vendor.a30674161dc159a1d31c.js:12362,5]
[INFO]     Dropping unused variable didWarnCheckedLink [vendor.a30674161dc159a1d31c.js:12363,5]
[INFO]     Dropping unused variable didWarnValueDefaultValue [vendor.a30674161dc159a1d31c.js:12364,5]
[INFO]     Dropping unused variable didWarnCheckedDefaultChecked [vendor.a30674161dc159a1d31c.js:12365,5]
[INFO]     Dropping unused variable didWarnControlledToUncontrolled [vendor.a30674161dc159a1d31c.js:12366,5]
[INFO]     Dropping unused variable didWarnUncontrolledToControlled [vendor.a30674161dc159a1d31c.js:12367,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:12652,72]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:12656,65]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:12661,67]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:12707,10]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:12707,10]
[INFO]     Side effects in initialization of unused variable addendum [vendor.a30674161dc159a1d31c.js:12706,13]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:12638,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:12639,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:12815,8]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:12815,8]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:12828,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:12829,7]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:12799,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:12965,6]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:12965,6]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:12976,8]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:12976,8]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:12978,8]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:12978,8]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:13044,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:13045,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:13058,8]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:13058,8]
[INFO]     Dropping unused function getDeclarationErrorAddendum [vendor.a30674161dc159a1d31c.js:12944,10]
[INFO]     Dropping unused function checkSelectPropTypes [vendor.a30674161dc159a1d31c.js:12960,10]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:12926,5]
[INFO]     Dropping unused variable didWarnValueLink [vendor.a30674161dc159a1d31c.js:12928,5]
[INFO]     Dropping unused variable valuePropNames [vendor.a30674161dc159a1d31c.js:12954,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:13161,49]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:13179,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:13180,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:13200,13]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:13201,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:13203,36]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:13205,38]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:13131,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:13132,5]
[INFO]     Dropping unused variable didWarnValueLink [vendor.a30674161dc159a1d31c.js:13134,5]
[INFO]     Dropping unused variable didWarnValDefaultVal [vendor.a30674161dc159a1d31c.js:13135,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:13416,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:13416,12]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:13417,3]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:13457,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:13457,18]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:13458,9]
[INFO]     Dropping unused variable selfDebugID [vendor.a30674161dc159a1d31c.js:13458,13]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:13474,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:13476,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:13510,15]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:13511,13]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:13519,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:13520,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:13538,20]
[INFO]     Condition always true [vendor.a30674161dc159a1d31c.js:13538,12]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:13558,20]
[INFO]     Condition always true [vendor.a30674161dc159a1d31c.js:13558,12]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:13634,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:13635,9]
[INFO]     Side effects in initialization of unused variable ReactInstanceMap [vendor.a30674161dc159a1d31c.js:13291,5]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.a30674161dc159a1d31c.js:13292,5]
[INFO]     Side effects in initialization of unused variable ReactCurrentOwner [vendor.a30674161dc159a1d31c.js:13294,5]
[INFO]     Side effects in initialization of unused variable emptyFunction [vendor.a30674161dc159a1d31c.js:13298,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:13300,5]
[INFO]     Dropping unused variable setChildrenForInstrumentation [vendor.a30674161dc159a1d31c.js:13415,5]
[INFO]     Dropping unused variable getDebugID [vendor.a30674161dc159a1d31c.js:13417,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:13765,21]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:13745,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:13866,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:13867,5]
[INFO]     Boolean && always false [vendor.a30674161dc159a1d31c.js:13854,5]
[INFO]     Condition left of || always true [vendor.a30674161dc159a1d31c.js:13854,1]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:13900,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:13901,7]
[INFO]     Side effects in initialization of unused variable KeyEscapeUtils [vendor.a30674161dc159a1d31c.js:13847,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:13850,5]
[INFO]     Dropping unused variable ReactComponentTreeHook [vendor.a30674161dc159a1d31c.js:13852,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14061,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14062,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14067,16]
[INFO]     Condition always true [vendor.a30674161dc159a1d31c.js:14067,8]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14089,14]
[INFO]     Condition always true [vendor.a30674161dc159a1d31c.js:14089,6]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14092,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14093,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14102,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14103,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14108,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14109,5]
[INFO]     Side effects in initialization of unused variable getNextDebugID [vendor.a30674161dc159a1d31c.js:14010,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:14011,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:14012,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14172,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14173,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14147,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14148,3]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:14148,3]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14277,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14278,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14317,75]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14328,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14328,16]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:14335,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14353,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14357,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14370,76]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14384,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14385,9]
[INFO]     Dropping unused variable _this [vendor.a30674161dc159a1d31c.js:14294,9]
[INFO]     Dropping unused variable propsMutated [vendor.a30674161dc159a1d31c.js:14335,11]
[INFO]     Dropping unused variable componentName [vendor.a30674161dc159a1d31c.js:14336,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14399,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14399,16]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14415,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14416,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14426,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14427,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14463,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14464,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14468,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14469,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14495,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14496,7]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:14497,9]
[INFO]     Dropping unused variable childDebugIDs [vendor.a30674161dc159a1d31c.js:14497,13]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14529,13]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14530,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14604,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14604,16]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:14605,7]
[INFO]     Dropping unused variable Component [vendor.a30674161dc159a1d31c.js:14605,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14624,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14624,18]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14637,61]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14638,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14639,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14642,51]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14658,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14659,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14706,24]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14731,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14732,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14745,13]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14746,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14759,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14760,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14831,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14832,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14849,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14850,9]
[INFO]     Dropping unused variable _this2 [vendor.a30674161dc159a1d31c.js:14816,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14871,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14872,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14889,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14890,9]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:14891,11]
[INFO]     Dropping unused variable childDebugIDs [vendor.a30674161dc159a1d31c.js:14891,15]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14916,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14917,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14924,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14926,7]
[INFO]     Condition left of || always false [vendor.a30674161dc159a1d31c.js:14941,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14953,104]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14968,24]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:14970,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:14970,16]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:14971,7]
[INFO]     Dropping unused variable componentName [vendor.a30674161dc159a1d31c.js:14971,11]
[INFO]     Dropping unused function measureLifeCyclePerf [vendor.a30674161dc159a1d31c.js:14187,10]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.a30674161dc159a1d31c.js:14143,5]
[INFO]     Dropping unused variable checkReactTypeSpec [vendor.a30674161dc159a1d31c.js:14148,7]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:14152,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:14155,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:15063,14]
[INFO]     Condition always true [vendor.a30674161dc159a1d31c.js:15063,6]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:15046,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:15264,29]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:15239,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:15492,13]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:15492,20]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:15493,11]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:15495,13]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:15515,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:15520,9]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:15521,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:15528,16]
[INFO]     Condition always true [vendor.a30674161dc159a1d31c.js:15528,8]
[INFO]     Dropping unused variable mapsAsChildrenAddendum [vendor.a30674161dc159a1d31c.js:15493,15]
[INFO]     Dropping unused variable mapsAsChildrenOwnerName [vendor.a30674161dc159a1d31c.js:15495,17]
[INFO]     Dropping unused variable name [vendor.a30674161dc159a1d31c.js:15521,15]
[INFO]     Side effects in initialization of unused variable ReactCurrentOwner [vendor.a30674161dc159a1d31c.js:15399,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:15403,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:15405,5]
[INFO]     Dropping unused variable didWarnAboutMaps [vendor.a30674161dc159a1d31c.js:15421,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:15797,4]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:15797,4]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:15804,14]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:15810,21]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:15811,110]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:15812,31]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:15819,39]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:15844,14]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:15651,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:15652,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:16011,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:16012,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:16036,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:16037,5]
[INFO]     Boolean && always false [vendor.a30674161dc159a1d31c.js:15991,5]
[INFO]     Condition left of || always true [vendor.a30674161dc159a1d31c.js:15991,1]
[INFO]     Side effects in initialization of unused variable KeyEscapeUtils [vendor.a30674161dc159a1d31c.js:15985,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:15987,5]
[INFO]     Dropping unused variable ReactComponentTreeHook [vendor.a30674161dc159a1d31c.js:15989,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:16079,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:16080,3]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.a30674161dc159a1d31c.js:16069,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:16167,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:16167,14]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:16168,5]
[INFO]     Dropping unused variable constructor [vendor.a30674161dc159a1d31c.js:16168,9]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:16164,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:16332,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:16332,16]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:16333,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:16342,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:16343,5]
[INFO]     Dropping unused variable ctor [vendor.a30674161dc159a1d31c.js:16333,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:16363,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:16363,16]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:16364,7]
[INFO]     Dropping unused variable owner [vendor.a30674161dc159a1d31c.js:16364,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:16484,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:16485,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:16509,55]
[INFO]     Side effects in initialization of unused variable ReactCurrentOwner [vendor.a30674161dc159a1d31c.js:16304,5]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.a30674161dc159a1d31c.js:16306,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:16309,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:16310,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:16539,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:16539,12]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:16552,3]
[INFO]     Side effects in initialization of unused variable _assign [vendor.a30674161dc159a1d31c.js:16532,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:16535,5]
[INFO]     Dropping unused variable specialTags [vendor.a30674161dc159a1d31c.js:16552,7]
[INFO]     Dropping unused variable inScopeTags [vendor.a30674161dc159a1d31c.js:16555,7]
[INFO]     Dropping unused variable buttonScopeTags [vendor.a30674161dc159a1d31c.js:16563,7]
[INFO]     Dropping unused variable impliedEndTags [vendor.a30674161dc159a1d31c.js:16566,7]
[INFO]     Dropping unused variable emptyAncestorInfo [vendor.a30674161dc159a1d31c.js:16568,7]
[INFO]     Dropping unused variable updatedAncestorInfo [vendor.a30674161dc159a1d31c.js:16581,7]
[INFO]     Dropping unused variable isTagValidWithParent [vendor.a30674161dc159a1d31c.js:16631,7]
[INFO]     Dropping unused variable findInvalidAncestorForTag [vendor.a30674161dc159a1d31c.js:16720,7]
[INFO]     Dropping unused variable findOwnerStack [vendor.a30674161dc159a1d31c.js:16793,7]
[INFO]     Dropping unused variable didWarn [vendor.a30674161dc159a1d31c.js:16806,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:16991,30]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:16992,30]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:17031,30]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:17032,30]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:17047,29]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:16984,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:17174,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:17174,16]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:17175,7]
[INFO]     Dropping unused variable parentInfo [vendor.a30674161dc159a1d31c.js:17175,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:17251,28]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:17130,5]
[INFO]     Side effects in initialization of unused variable validateDOMNesting [vendor.a30674161dc159a1d31c.js:17131,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:17579,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:17580,9]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:17768,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:17769,3]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.a30674161dc159a1d31c.js:17696,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:19117,26]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:18954,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:19856,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:19857,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:19860,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:19861,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:19948,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:19949,3]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:20025,6]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:20025,6]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:20027,37]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:20058,76]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:20064,43]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:20068,6]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:20068,6]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:20101,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:20104,7]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:20105,9]
[INFO]     Dropping unused variable rootElementSibling [vendor.a30674161dc159a1d31c.js:20105,13]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:20154,6]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:20154,6]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:20156,37]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:20158,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:20159,7]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:20171,11]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:20172,9]
[INFO]     Side effects in initialization of unused variable containerHasNonRootReactChild [vendor.a30674161dc159a1d31c.js:20166,11]
[INFO]     Side effects in initialization of unused variable isContainerReactRoot [vendor.a30674161dc159a1d31c.js:20169,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:20183,37]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:20198,13]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:20198,20]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:20203,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:20220,52]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:20222,13]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:20223,11]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:20228,48]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:20240,9]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:20240,16]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:20241,7]
[INFO]     Dropping unused variable normalizer [vendor.a30674161dc159a1d31c.js:20203,15]
[INFO]     Dropping unused variable hostNode [vendor.a30674161dc159a1d31c.js:20241,11]
[INFO]     Dropping unused function nodeIsRenderedByOtherInstance [vendor.a30674161dc159a1d31c.js:19900,10]
[INFO]     Dropping unused function isReactNode [vendor.a30674161dc159a1d31c.js:19923,10]
[INFO]     Side effects in initialization of unused variable ReactCurrentOwner [vendor.a30674161dc159a1d31c.js:19735,5]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.a30674161dc159a1d31c.js:19741,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:19749,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:19752,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:20284,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:20285,5]
[INFO]     Side effects in initialization of unused variable validateDOMNesting [vendor.a30674161dc159a1d31c.js:20271,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:20470,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:20470,14]
[INFO]     Declarations in unreachable code! [vendor.a30674161dc159a1d31c.js:20471,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:20491,14]
[INFO]     Condition always true [vendor.a30674161dc159a1d31c.js:20491,6]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:20493,14]
[INFO]     Condition always true [vendor.a30674161dc159a1d31c.js:20493,6]
[INFO]     Dropping unused variable owner [vendor.a30674161dc159a1d31c.js:20471,9]
[INFO]     Side effects in initialization of unused variable ReactCurrentOwner [vendor.a30674161dc159a1d31c.js:20453,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.a30674161dc159a1d31c.js:20458,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.a30674161dc159a1d31c.js:20459,5]
[INFO]     Condition always true [vendor.a30674161dc159a1d31c.js:20567,6]
[INFO]     Condition always true [vendor.a30674161dc159a1d31c.js:27034,13]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:27040,3]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:27095,31]
[INFO]     Side effects in initialization of unused variable bsClass [vendor.a30674161dc159a1d31c.js:27099,5]
[INFO]     Side effects in initialization of unused variable bsSizes [vendor.a30674161dc159a1d31c.js:27141,5]
[INFO]     Side effects in initialization of unused variable _curry [vendor.a30674161dc159a1d31c.js:27261,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:27338,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:27339,5]
[INFO]     Side effects in initialization of unused variable Size [vendor.a30674161dc159a1d31c.js:27375,5]
[INFO]     Side effects in initialization of unused variable SIZE_MAP [vendor.a30674161dc159a1d31c.js:27381,5]
[INFO]     Side effects in initialization of unused variable DEVICE_SIZES [vendor.a30674161dc159a1d31c.js:27392,5]
[INFO]     Side effects in initialization of unused variable State [vendor.a30674161dc159a1d31c.js:27394,5]
[INFO]     Side effects in initialization of unused variable Style [vendor.a30674161dc159a1d31c.js:27401,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:29687,8]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:29687,8]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.a30674161dc159a1d31c.js:29623,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:29749,5]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:29750,3]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:30021,6]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:30021,6]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.a30674161dc159a1d31c.js:29976,5]
[INFO]     Condition always true [vendor.a30674161dc159a1d31c.js:30728,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:30730,10]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:31538,8]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:31538,8]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:31565,8]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:31565,8]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.a30674161dc159a1d31c.js:31295,5]
[INFO]     Side effects in initialization of unused variable _ownerDocument2 [vendor.a30674161dc159a1d31c.js:31668,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:32144,7]
[INFO]     Dropping unreachable code [vendor.a30674161dc159a1d31c.js:32145,5]
[INFO]     Dropping unused function readOnlyPropType [vendor.a30674161dc159a1d31c.js:32131,10]
[INFO]     Side effects in initialization of unused variable _invariant2 [vendor.a30674161dc159a1d31c.js:32127,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:33499,6]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:33499,6]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.a30674161dc159a1d31c.js:33432,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:37915,8]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:37915,8]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:37951,8]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:37951,8]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.a30674161dc159a1d31c.js:37703,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:40252,8]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:40252,8]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.a30674161dc159a1d31c.js:39968,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:40557,4]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:40557,4]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.a30674161dc159a1d31c.js:40534,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:41865,8]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:41865,8]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.a30674161dc159a1d31c.js:41801,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:41991,6]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:41991,6]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:41992,6]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:41992,6]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.a30674161dc159a1d31c.js:41941,5]
[INFO]     Condition always false [vendor.a30674161dc159a1d31c.js:43008,8]
[INFO]     Dropping side-effect-free statement [vendor.a30674161dc159a1d31c.js:43008,8]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.a30674161dc159a1d31c.js:42782,5]
[INFO]     Condition always true [vendor.a30674161dc159a1d31c.js:44650,5]
[INFO] Child
[INFO]     Hash: 1801db100d15d5da1076
[INFO]     Version: webpack 1.14.0
[INFO]     Time: 72221ms
[INFO]                                      Asset       Size  Chunks             Chunk Names
[INFO]                app.13d67f2c855c10e05dba.js     758 kB       0  [emitted]  app
[INFO]       89889688147bd7575d6327160d64e760.svg     109 kB          [emitted]  
[INFO]     af7ae505a9eed503f8b8e6982036873e.woff2    77.2 kB          [emitted]  
[INFO]      fee66e712a8a08eef5805a46892932ad.woff      98 kB          [emitted]  
[INFO]       b06871f281fee6b241d60582ae9369b9.ttf     166 kB          [emitted]  
[INFO]       912ec66d7572ff821749319396470bde.svg     444 kB          [emitted]  
[INFO]       674f50d287a8c48dc19ba404d20fe713.eot     166 kB          [emitted]  
[INFO]                1.1.d69ab1d444f79c2de0c2.js    23.3 kB       1  [emitted]  
[INFO]                2.2.140e5678725e6a8b6f6b.js      24 kB       2  [emitted]  
[INFO]                3.3.124b638605c24e2be20c.js     616 kB       3  [emitted]  
[INFO]             vendor.dcf2e8d041ab8bd1c396.js     412 kB       4  [emitted]  vendor
[INFO]                              manifest.json  747 bytes          [emitted]  
[INFO]     chunk    {0} app.13d67f2c855c10e05dba.js (app) 1.19 MB {4} [rendered]
[INFO]         [0] ./client/src/scripts/main.js 375 bytes {0} [built]
[INFO]        [16] ./~/babel-polyfill/lib/index.js 833 bytes {0} [built]
[INFO]        [17] ./~/babel-polyfill/~/core-js/shim.js 7.38 kB {0} [built]
[INFO]        [18] ./~/babel-polyfill/~/core-js/modules/es6.symbol.js 8.93 kB {0} [built]
[INFO]        [19] ./~/babel-polyfill/~/core-js/modules/_global.js 322 bytes {0} [built]
[INFO]        [20] ./~/babel-polyfill/~/core-js/modules/_has.js 117 bytes {0} [built]
[INFO]        [21] ./~/babel-polyfill/~/core-js/modules/_descriptors.js 177 bytes {0} [built]
[INFO]        [22] ./~/babel-polyfill/~/core-js/modules/_fails.js 99 bytes {0} [built]
[INFO]        [23] ./~/babel-polyfill/~/core-js/modules/_export.js 1.6 kB {0} [built]
[INFO]        [24] ./~/babel-polyfill/~/core-js/modules/_core.js 117 bytes {0} [built]
[INFO]        [25] ./~/babel-polyfill/~/core-js/modules/_hide.js 288 bytes {0} [built]
[INFO]        [26] ./~/babel-polyfill/~/core-js/modules/_object-dp.js 608 bytes {0} [built]
[INFO]        [27] ./~/babel-polyfill/~/core-js/modules/_an-object.js 149 bytes {0} [built]
[INFO]        [28] ./~/babel-polyfill/~/core-js/modules/_is-object.js 107 bytes {0} [built]
[INFO]        [29] ./~/babel-polyfill/~/core-js/modules/_ie8-dom-define.js 192 bytes {0} [built]
[INFO]        [30] ./~/babel-polyfill/~/core-js/modules/_dom-create.js 286 bytes {0} [built]
[INFO]        [31] ./~/babel-polyfill/~/core-js/modules/_to-primitive.js 644 bytes {0} [built]
[INFO]        [32] ./~/babel-polyfill/~/core-js/modules/_property-desc.js 183 bytes {0} [built]
[INFO]        [33] ./~/babel-polyfill/~/core-js/modules/_redefine.js 1.05 kB {0} [built]
[INFO]        [34] ./~/babel-polyfill/~/core-js/modules/_uid.js 158 bytes {0} [built]
[INFO]        [35] ./~/babel-polyfill/~/core-js/modules/_ctx.js 505 bytes {0} [built]
[INFO]        [36] ./~/babel-polyfill/~/core-js/modules/_a-function.js 120 bytes {0} [built]
[INFO]        [37] ./~/babel-polyfill/~/core-js/modules/_meta.js 1.55 kB {0} [built]
[INFO]        [38] ./~/babel-polyfill/~/core-js/modules/_shared.js 198 bytes {0} [built]
[INFO]        [39] ./~/babel-polyfill/~/core-js/modules/_set-to-string-tag.js 253 bytes {0} [built]
[INFO]        [40] ./~/babel-polyfill/~/core-js/modules/_wks.js 368 bytes {0} [built]
[INFO]        [41] ./~/babel-polyfill/~/core-js/modules/_wks-ext.js 30 bytes {0} [built]
[INFO]        [42] ./~/babel-polyfill/~/core-js/modules/_wks-define.js 439 bytes {0} [built]
[INFO]        [43] ./~/babel-polyfill/~/core-js/modules/_library.js 23 bytes {0} [built]
[INFO]        [44] ./~/babel-polyfill/~/core-js/modules/_keyof.js 307 bytes {0} [built]
[INFO]        [45] ./~/babel-polyfill/~/core-js/modules/_object-keys.js 225 bytes {0} [built]
[INFO]        [46] ./~/babel-polyfill/~/core-js/modules/_object-keys-internal.js 546 bytes {0} [built]
[INFO]        [47] ./~/babel-polyfill/~/core-js/modules/_to-iobject.js 213 bytes {0} [built]
[INFO]        [48] ./~/babel-polyfill/~/core-js/modules/_iobject.js 236 bytes {0} [built]
[INFO]        [49] ./~/babel-polyfill/~/core-js/modules/_cof.js 103 bytes {0} [built]
[INFO]        [50] ./~/babel-polyfill/~/core-js/modules/_defined.js 157 bytes {0} [built]
[INFO]        [51] ./~/babel-polyfill/~/core-js/modules/_array-includes.js 788 bytes {0} [built]
[INFO]        [52] ./~/babel-polyfill/~/core-js/modules/_to-length.js 217 bytes {0} [built]
[INFO]        [53] ./~/babel-polyfill/~/core-js/modules/_to-integer.js 158 bytes {0} [built]
[INFO]        [54] ./~/babel-polyfill/~/core-js/modules/_to-index.js 230 bytes {0} [built]
[INFO]        [55] ./~/babel-polyfill/~/core-js/modules/_shared-key.js 158 bytes {0} [built]
[INFO]        [56] ./~/babel-polyfill/~/core-js/modules/_enum-bug-keys.js 159 bytes {0} [built]
[INFO]        [57] ./~/babel-polyfill/~/core-js/modules/_enum-keys.js 472 bytes {0} [built]
[INFO]        [58] ./~/babel-polyfill/~/core-js/modules/_object-gops.js 41 bytes {0} [built]
[INFO]        [59] ./~/babel-polyfill/~/core-js/modules/_object-pie.js 36 bytes {0} [built]
[INFO]        [60] ./~/babel-polyfill/~/core-js/modules/_is-array.js 145 bytes {0} [built]
[INFO]        [61] ./~/babel-polyfill/~/core-js/modules/_object-create.js 1.52 kB {0} [built]
[INFO]        [62] ./~/babel-polyfill/~/core-js/modules/_object-dps.js 404 bytes {0} [built]
[INFO]        [63] ./~/babel-polyfill/~/core-js/modules/_html.js 75 bytes {0} [built]
[INFO]        [64] ./~/babel-polyfill/~/core-js/modules/_object-gopn-ext.js 603 bytes {0} [built]
[INFO]        [65] ./~/babel-polyfill/~/core-js/modules/_object-gopn.js 290 bytes {0} [built]
[INFO]        [66] ./~/babel-polyfill/~/core-js/modules/_object-gopd.js 607 bytes {0} [built]
[INFO]        [67] ./~/babel-polyfill/~/core-js/modules/es6.object.create.js 158 bytes {0} [built]
[INFO]        [68] ./~/babel-polyfill/~/core-js/modules/es6.object.define-property.js 214 bytes {0} [built]
[INFO]        [69] ./~/babel-polyfill/~/core-js/modules/es6.object.define-properties.js 214 bytes {0} [built]
[INFO]        [70] ./~/babel-polyfill/~/core-js/modules/es6.object.get-own-property-descriptor.js 353 bytes {0} [built]
[INFO]        [71] ./~/babel-polyfill/~/core-js/modules/_object-sap.js 368 bytes {0} [built]
[INFO]        [72] ./~/babel-polyfill/~/core-js/modules/es6.object.get-prototype-of.js 275 bytes {0} [built]
[INFO]        [73] ./~/babel-polyfill/~/core-js/modules/_to-object.js 129 bytes {0} [built]
[INFO]        [74] ./~/babel-polyfill/~/core-js/modules/_object-gpo.js 497 bytes {0} [built]
[INFO]        [75] ./~/babel-polyfill/~/core-js/modules/es6.object.keys.js 223 bytes {0} [built]
[INFO]        [76] ./~/babel-polyfill/~/core-js/modules/es6.object.get-own-property-names.js 147 bytes {0} [built]
[INFO]        [77] ./~/babel-polyfill/~/core-js/modules/es6.object.freeze.js 266 bytes {0} [built]
[INFO]        [78] ./~/babel-polyfill/~/core-js/modules/es6.object.seal.js 255 bytes {0} [built]
[INFO]        [79] ./~/babel-polyfill/~/core-js/modules/es6.object.prevent-extensions.js 333 bytes {0} [built]
[INFO]        [80] ./~/babel-polyfill/~/core-js/modules/es6.object.is-frozen.js 239 bytes {0} [built]
[INFO]        [81] ./~/babel-polyfill/~/core-js/modules/es6.object.is-sealed.js 239 bytes {0} [built]
[INFO]        [82] ./~/babel-polyfill/~/core-js/modules/es6.object.is-extensible.js 263 bytes {0} [built]
[INFO]        [83] ./~/babel-polyfill/~/core-js/modules/es6.object.assign.js 159 bytes {0} [built]
[INFO]        [84] ./~/babel-polyfill/~/core-js/modules/_object-assign.js 1.16 kB {0} [built]
[INFO]        [85] ./~/babel-polyfill/~/core-js/modules/es6.object.is.js 136 bytes {0} [built]
[INFO]        [86] ./~/babel-polyfill/~/core-js/modules/_same-value.js 142 bytes {0} [built]
[INFO]        [87] ./~/babel-polyfill/~/core-js/modules/es6.object.set-prototype-of.js 157 bytes {0} [built]
[INFO]        [88] ./~/babel-polyfill/~/core-js/modules/_set-proto.js 893 bytes {0} [built]
[INFO]        [89] ./~/babel-polyfill/~/core-js/modules/es6.object.to-string.js 319 bytes {0} [built]
[INFO]        [90] ./~/babel-polyfill/~/core-js/modules/_classof.js 709 bytes {0} [built]
[INFO]        [91] ./~/babel-polyfill/~/core-js/modules/es6.function.bind.js 161 bytes {0} [built]
[INFO]        [92] ./~/babel-polyfill/~/core-js/modules/_bind.js 855 bytes {0} [built]
[INFO]        [93] ./~/babel-polyfill/~/core-js/modules/_invoke.js 709 bytes {0} [built]
[INFO]        [94] ./~/babel-polyfill/~/core-js/modules/es6.function.name.js 652 bytes {0} [built]
[INFO]        [95] ./~/babel-polyfill/~/core-js/modules/es6.function.has-instance.js 655 bytes {0} [built]
[INFO]        [96] ./~/babel-polyfill/~/core-js/modules/es6.parse-int.js 192 bytes {0} [built]
[INFO]        [97] ./~/babel-polyfill/~/core-js/modules/_parse-int.js 403 bytes {0} [built]
[INFO]        [98] ./~/babel-polyfill/~/core-js/modules/_string-trim.js 894 bytes {0} [built]
[INFO]        [99] ./~/babel-polyfill/~/core-js/modules/_string-ws.js 169 bytes {0} [built]
[INFO]       [100] ./~/babel-polyfill/~/core-js/modules/es6.parse-float.js 201 bytes {0} [built]
[INFO]       [101] ./~/babel-polyfill/~/core-js/modules/_parse-float.js 361 bytes {0} [built]
[INFO]       [102] ./~/babel-polyfill/~/core-js/modules/es6.number.constructor.js 2.93 kB {0} [built]
[INFO]       [103] ./~/babel-polyfill/~/core-js/modules/_inherit-if-required.js 331 bytes {0} [built]
[INFO]       [104] ./~/babel-polyfill/~/core-js/modules/es6.number.to-fixed.js 2.71 kB {0} [built]
[INFO]       [105] ./~/babel-polyfill/~/core-js/modules/_a-number-value.js 153 bytes {0} [built]
[INFO]       [106] ./~/babel-polyfill/~/core-js/modules/_string-repeat.js 366 bytes {0} [built]
[INFO]       [107] ./~/babel-polyfill/~/core-js/modules/es6.number.to-precision.js 615 bytes {0} [built]
[INFO]       [108] ./~/babel-polyfill/~/core-js/modules/es6.number.epsilon.js 122 bytes {0} [built]
[INFO]       [109] ./~/babel-polyfill/~/core-js/modules/es6.number.is-finite.js 245 bytes {0} [built]
[INFO]       [110] ./~/babel-polyfill/~/core-js/modules/es6.number.is-integer.js 142 bytes {0} [built]
[INFO]       [111] ./~/babel-polyfill/~/core-js/modules/_is-integer.js 206 bytes {0} [built]
[INFO]       [112] ./~/babel-polyfill/~/core-js/modules/es6.number.is-nan.js 170 bytes {0} [built]
[INFO]       [113] ./~/babel-polyfill/~/core-js/modules/es6.number.is-safe-integer.js 298 bytes {0} [built]
[INFO]       [114] ./~/babel-polyfill/~/core-js/modules/es6.number.max-safe-integer.js 140 bytes {0} [built]
[INFO]       [115] ./~/babel-polyfill/~/core-js/modules/es6.number.min-safe-integer.js 142 bytes {0} [built]
[INFO]       [116] ./~/babel-polyfill/~/core-js/modules/es6.number.parse-float.js 228 bytes {0} [built]
[INFO]       [117] ./~/babel-polyfill/~/core-js/modules/es6.number.parse-int.js 219 bytes {0} [built]
[INFO]       [118] ./~/babel-polyfill/~/core-js/modules/es6.math.acosh.js 573 bytes {0} [built]
[INFO]       [119] ./~/babel-polyfill/~/core-js/modules/_math-log1p.js 152 bytes {0} [built]
[INFO]       [120] ./~/babel-polyfill/~/core-js/modules/es6.math.asinh.js 339 bytes {0} [built]
[INFO]       [121] ./~/babel-polyfill/~/core-js/modules/es6.math.atanh.js 303 bytes {0} [built]
[INFO]       [122] ./~/babel-polyfill/~/core-js/modules/es6.math.cbrt.js 218 bytes {0} [built]
[INFO]       [123] ./~/babel-polyfill/~/core-js/modules/_math-sign.js 131 bytes {0} [built]
[INFO]       [124] ./~/babel-polyfill/~/core-js/modules/es6.math.clz32.js 206 bytes {0} [built]
[INFO]       [125] ./~/babel-polyfill/~/core-js/modules/es6.math.cosh.js 188 bytes {0} [built]
[INFO]       [126] ./~/babel-polyfill/~/core-js/modules/es6.math.expm1.js 184 bytes {0} [built]
[INFO]       [127] ./~/babel-polyfill/~/core-js/modules/_math-expm1.js 341 bytes {0} [built]
[INFO]       [128] ./~/babel-polyfill/~/core-js/modules/es6.math.fround.js 743 bytes {0} [built]
[INFO]       [129] ./~/babel-polyfill/~/core-js/modules/es6.math.hypot.js 660 bytes {0} [built]
[INFO]       [130] ./~/babel-polyfill/~/core-js/modules/es6.math.imul.js 532 bytes {0} [built]
[INFO]       [131] ./~/babel-polyfill/~/core-js/modules/es6.math.log10.js 164 bytes {0} [built]
[INFO]       [132] ./~/babel-polyfill/~/core-js/modules/es6.math.log1p.js 126 bytes {0} [built]
[INFO]       [133] ./~/babel-polyfill/~/core-js/modules/es6.math.log2.js 160 bytes {0} [built]
[INFO]       [134] ./~/babel-polyfill/~/core-js/modules/es6.math.sign.js 123 bytes {0} [built]
[INFO]       [135] ./~/babel-polyfill/~/core-js/modules/es6.math.sinh.js 454 bytes {0} [built]
[INFO]       [136] ./~/babel-polyfill/~/core-js/modules/es6.math.tanh.js 318 bytes {0} [built]
[INFO]       [137] ./~/babel-polyfill/~/core-js/modules/es6.math.trunc.js 179 bytes {0} [built]
[INFO]       [138] ./~/babel-polyfill/~/core-js/modules/es6.string.from-code-point.js 848 bytes {0} [built]
[INFO]       [139] ./~/babel-polyfill/~/core-js/modules/es6.string.raw.js 516 bytes {0} [built]
[INFO]       [140] ./~/babel-polyfill/~/core-js/modules/es6.string.trim.js 163 bytes {0} [built]
[INFO]       [141] ./~/babel-polyfill/~/core-js/modules/es6.string.iterator.js 523 bytes {0} [built]
[INFO]       [142] ./~/babel-polyfill/~/core-js/modules/_string-at.js 611 bytes {0} [built]
[INFO]       [143] ./~/babel-polyfill/~/core-js/modules/_iter-define.js 2.82 kB {0} [built]
[INFO]       [144] ./~/babel-polyfill/~/core-js/modules/_iterators.js 20 bytes {0} [built]
[INFO]       [145] ./~/babel-polyfill/~/core-js/modules/_iter-create.js 528 bytes {0} [built]
[INFO]       [146] ./~/babel-polyfill/~/core-js/modules/es6.string.code-point-at.js 250 bytes {0} [built]
[INFO]       [147] ./~/babel-polyfill/~/core-js/modules/es6.string.ends-with.js 840 bytes {0} [built]
[INFO]       [148] ./~/babel-polyfill/~/core-js/modules/_string-context.js 309 bytes {0} [built]
[INFO]       [149] ./~/babel-polyfill/~/core-js/modules/_is-regexp.js 292 bytes {0} [built]
[INFO]       [150] ./~/babel-polyfill/~/core-js/modules/_fails-is-regexp.js 244 bytes {0} [built]
[INFO]       [151] ./~/babel-polyfill/~/core-js/modules/es6.string.includes.js 476 bytes {0} [built]
[INFO]       [152] ./~/babel-polyfill/~/core-js/modules/es6.string.repeat.js 155 bytes {0} [built]
[INFO]       [153] ./~/babel-polyfill/~/core-js/modules/es6.string.starts-with.js 767 bytes {0} [built]
[INFO]       [154] ./~/babel-polyfill/~/core-js/modules/es6.string.anchor.js 200 bytes {0} [built]
[INFO]       [155] ./~/babel-polyfill/~/core-js/modules/_string-html.js 696 bytes {0} [built]
[INFO]       [156] ./~/babel-polyfill/~/core-js/modules/es6.string.big.js 179 bytes {0} [built]
[INFO]       [157] ./~/babel-polyfill/~/core-js/modules/es6.string.blink.js 187 bytes {0} [built]
[INFO]       [158] ./~/babel-polyfill/~/core-js/modules/es6.string.bold.js 180 bytes {0} [built]
[INFO]       [159] ./~/babel-polyfill/~/core-js/modules/es6.string.fixed.js 184 bytes {0} [built]
[INFO]       [160] ./~/babel-polyfill/~/core-js/modules/es6.string.fontcolor.js 216 bytes {0} [built]
[INFO]       [161] ./~/babel-polyfill/~/core-js/modules/es6.string.fontsize.js 209 bytes {0} [built]
[INFO]       [162] ./~/babel-polyfill/~/core-js/modules/es6.string.italics.js 189 bytes {0} [built]
[INFO]       [163] ./~/babel-polyfill/~/core-js/modules/es6.string.link.js 192 bytes {0} [built]
[INFO]       [164] ./~/babel-polyfill/~/core-js/modules/es6.string.small.js 188 bytes {0} [built]
[INFO]       [165] ./~/babel-polyfill/~/core-js/modules/es6.string.strike.js 192 bytes {0} [built]
[INFO]       [166] ./~/babel-polyfill/~/core-js/modules/es6.string.sub.js 180 bytes {0} [built]
[INFO]       [167] ./~/babel-polyfill/~/core-js/modules/es6.string.sup.js 180 bytes {0} [built]
[INFO]       [168] ./~/babel-polyfill/~/core-js/modules/es6.date.now.js 149 bytes {0} [built]
[INFO]       [169] ./~/babel-polyfill/~/core-js/modules/es6.date.to-json.js 510 bytes {0} [built]
[INFO]       [170] ./~/babel-polyfill/~/core-js/modules/es6.date.to-iso-string.js 1.01 kB {0} [built]
[INFO]       [171] ./~/babel-polyfill/~/core-js/modules/es6.date.to-string.js 393 bytes {0} [built]
[INFO]       [172] ./~/babel-polyfill/~/core-js/modules/es6.date.to-primitive.js 189 bytes {0} [built]
[INFO]       [173] ./~/babel-polyfill/~/core-js/modules/_date-to-primitive.js 318 bytes {0} [built]
[INFO]       [174] ./~/babel-polyfill/~/core-js/modules/es6.array.is-array.js 142 bytes {0} [built]
[INFO]       [175] ./~/babel-polyfill/~/core-js/modules/es6.array.from.js 1.67 kB {0} [built]
[INFO]       [176] ./~/babel-polyfill/~/core-js/modules/_iter-call.js 403 bytes {0} [built]
[INFO]       [177] ./~/babel-polyfill/~/core-js/modules/_is-array-iter.js 277 bytes {0} [built]
[INFO]       [178] ./~/babel-polyfill/~/core-js/modules/_create-property.js 270 bytes {0} [built]
[INFO]       [179] ./~/babel-polyfill/~/core-js/modules/core.get-iterator-method.js 293 bytes {0} [built]
[INFO]       [180] ./~/babel-polyfill/~/core-js/modules/_iter-detect.js 582 bytes {0} [built]
[INFO]       [181] ./~/babel-polyfill/~/core-js/modules/es6.array.of.js 599 bytes {0} [built]
[INFO]       [182] ./~/babel-polyfill/~/core-js/modules/es6.array.join.js 451 bytes {0} [built]
[INFO]       [183] ./~/babel-polyfill/~/core-js/modules/_strict-method.js 187 bytes {0} [built]
[INFO]       [184] ./~/babel-polyfill/~/core-js/modules/es6.array.slice.js 909 bytes {0} [built]
[INFO]       [185] ./~/babel-polyfill/~/core-js/modules/es6.array.sort.js 648 bytes {0} [built]
[INFO]       [186] ./~/babel-polyfill/~/core-js/modules/es6.array.for-each.js 403 bytes {0} [built]
[INFO]       [187] ./~/babel-polyfill/~/core-js/modules/_array-methods.js 1.56 kB {0} [built]
[INFO]       [188] ./~/babel-polyfill/~/core-js/modules/_array-species-create.js 220 bytes {0} [built]
[INFO]       [189] ./~/babel-polyfill/~/core-js/modules/_array-species-constructor.js 464 bytes {0} [built]
[INFO]       [190] ./~/babel-polyfill/~/core-js/modules/es6.array.map.js 359 bytes {0} [built]
[INFO]       [191] ./~/babel-polyfill/~/core-js/modules/es6.array.filter.js 373 bytes {0} [built]
[INFO]       [192] ./~/babel-polyfill/~/core-js/modules/es6.array.some.js 364 bytes {0} [built]
[INFO]       [193] ./~/babel-polyfill/~/core-js/modules/es6.array.every.js 368 bytes {0} [built]
[INFO]       [194] ./~/babel-polyfill/~/core-js/modules/es6.array.reduce.js 405 bytes {0} [built]
[INFO]       [195] ./~/babel-polyfill/~/core-js/modules/_array-reduce.js 816 bytes {0} [built]
[INFO]       [196] ./~/babel-polyfill/~/core-js/modules/es6.array.reduce-right.js 424 bytes {0} [built]
[INFO]       [197] ./~/babel-polyfill/~/core-js/modules/es6.array.index-of.js 605 bytes {0} [built]
[INFO]       [198] ./~/babel-polyfill/~/core-js/modules/es6.array.last-index-of.js 973 bytes {0} [built]
[INFO]       [199] ./~/babel-polyfill/~/core-js/modules/es6.array.copy-within.js 234 bytes {0} [built]
[INFO]       [200] ./~/babel-polyfill/~/core-js/modules/_array-copy-within.js 833 bytes {0} [built]
[INFO]       [201] ./~/babel-polyfill/~/core-js/modules/_add-to-unscopables.js 292 bytes {0} [built]
[INFO]       [202] ./~/babel-polyfill/~/core-js/modules/es6.array.fill.js 212 bytes {0} [built]
[INFO]       [203] ./~/babel-polyfill/~/core-js/modules/_array-fill.js 610 bytes {0} [built]
[INFO]       [204] ./~/babel-polyfill/~/core-js/modules/es6.array.find.js 523 bytes {0} [built]
[INFO]       [205] ./~/babel-polyfill/~/core-js/modules/es6.array.find-index.js 543 bytes {0} [built]
[INFO]       [206] ./~/babel-polyfill/~/core-js/modules/es6.array.species.js 35 bytes {0} [built]
[INFO]       [207] ./~/babel-polyfill/~/core-js/modules/_set-species.js 367 bytes {0} [built]
[INFO]       [208] ./~/babel-polyfill/~/core-js/modules/es6.array.iterator.js 1.13 kB {0} [built]
[INFO]       [209] ./~/babel-polyfill/~/core-js/modules/_iter-step.js 81 bytes {0} [built]
[INFO]       [210] ./~/babel-polyfill/~/core-js/modules/es6.regexp.constructor.js 1.71 kB {0} [built]
[INFO]       [211] ./~/babel-polyfill/~/core-js/modules/_flags.js 375 bytes {0} [built]
[INFO]       [212] ./~/babel-polyfill/~/core-js/modules/es6.regexp.to-string.js 821 bytes {0} [built]
[INFO]       [213] ./~/babel-polyfill/~/core-js/modules/es6.regexp.flags.js 198 bytes {0} [built]
[INFO]       [214] ./~/babel-polyfill/~/core-js/modules/es6.regexp.match.js 381 bytes {0} [built]
[INFO]       [215] ./~/babel-polyfill/~/core-js/modules/_fix-re-wks.js 944 bytes {0} [built]
[INFO]       [216] ./~/babel-polyfill/~/core-js/modules/es6.regexp.replace.js 491 bytes {0} [built]
[INFO]       [217] ./~/babel-polyfill/~/core-js/modules/es6.regexp.search.js 390 bytes {0} [built]
[INFO]       [218] ./~/babel-polyfill/~/core-js/modules/es6.regexp.split.js 3.32 kB {0} [built]
[INFO]       [219] ./~/babel-polyfill/~/core-js/modules/es6.promise.js 10 kB {0} [built]
[INFO]       [220] ./~/babel-polyfill/~/core-js/modules/_an-instance.js 232 bytes {0} [built]
[INFO]       [221] ./~/babel-polyfill/~/core-js/modules/_for-of.js 1.19 kB {0} [built]
[INFO]       [222] ./~/babel-polyfill/~/core-js/modules/_species-constructor.js 340 bytes {0} [built]
[INFO]       [223] ./~/babel-polyfill/~/core-js/modules/_task.js 2.28 kB {0} [built]
[INFO]       [224] ./~/babel-polyfill/~/core-js/modules/_microtask.js 1.75 kB {0} [built]
[INFO]       [225] ./~/babel-polyfill/~/core-js/modules/_redefine-all.js 164 bytes {0} [built]
[INFO]       [226] ./~/babel-polyfill/~/core-js/modules/es6.map.js 541 bytes {0} [built]
[INFO]       [227] ./~/babel-polyfill/~/core-js/modules/_collection-strong.js 4.83 kB {0} [built]
[INFO]       [228] ./~/babel-polyfill/~/core-js/modules/_collection.js 3.4 kB {0} [built]
[INFO]       [229] ./~/babel-polyfill/~/core-js/modules/es6.set.js 396 bytes {0} [built]
[INFO]       [230] ./~/babel-polyfill/~/core-js/modules/es6.weak-map.js 1.8 kB {0} [built]
[INFO]       [231] ./~/babel-polyfill/~/core-js/modules/_collection-weak.js 2.69 kB {0} [built]
[INFO]       [232] ./~/babel-polyfill/~/core-js/modules/es6.weak-set.js 373 bytes {0} [built]
[INFO]       [233] ./~/babel-polyfill/~/core-js/modules/es6.typed.array-buffer.js 1.8 kB {0} [built]
[INFO]       [234] ./~/babel-polyfill/~/core-js/modules/_typed.js 671 bytes {0} [built]
[INFO]       [235] ./~/babel-polyfill/~/core-js/modules/_typed-buffer.js 9.59 kB {0} [built]
[INFO]       [236] ./~/babel-polyfill/~/core-js/modules/es6.typed.data-view.js 159 bytes {0} [built]
[INFO]       [237] ./~/babel-polyfill/~/core-js/modules/es6.typed.int8-array.js 165 bytes {0} [built]
[INFO]       [238] ./~/babel-polyfill/~/core-js/modules/_typed-array.js 18.8 kB {0} [built]
[INFO]       [239] ./~/babel-polyfill/~/core-js/modules/es6.typed.uint8-array.js 167 bytes {0} [built]
[INFO]       [240] ./~/babel-polyfill/~/core-js/modules/es6.typed.uint8-clamped-array.js 180 bytes {0} [built]
[INFO]       [241] ./~/babel-polyfill/~/core-js/modules/es6.typed.int16-array.js 167 bytes {0} [built]
[INFO]       [242] ./~/babel-polyfill/~/core-js/modules/es6.typed.uint16-array.js 169 bytes {0} [built]
[INFO]       [243] ./~/babel-polyfill/~/core-js/modules/es6.typed.int32-array.js 167 bytes {0} [built]
[INFO]       [244] ./~/babel-polyfill/~/core-js/modules/es6.typed.uint32-array.js 169 bytes {0} [built]
[INFO]       [245] ./~/babel-polyfill/~/core-js/modules/es6.typed.float32-array.js 171 bytes {0} [built]
[INFO]       [246] ./~/babel-polyfill/~/core-js/modules/es6.typed.float64-array.js 171 bytes {0} [built]
[INFO]       [247] ./~/babel-polyfill/~/core-js/modules/es6.reflect.apply.js 640 bytes {0} [built]
[INFO]       [248] ./~/babel-polyfill/~/core-js/modules/es6.reflect.construct.js 1.95 kB {0} [built]
[INFO]       [249] ./~/babel-polyfill/~/core-js/modules/es6.reflect.define-property.js 763 bytes {0} [built]
[INFO]       [250] ./~/babel-polyfill/~/core-js/modules/es6.reflect.delete-property.js 405 bytes {0} [built]
[INFO]       [251] ./~/babel-polyfill/~/core-js/modules/es6.reflect.enumerate.js 732 bytes {0} [built]
[INFO]       [252] ./~/babel-polyfill/~/core-js/modules/es6.reflect.get.js 811 bytes {0} [built]
[INFO]       [253] ./~/babel-polyfill/~/core-js/modules/es6.reflect.get-own-property-descriptor.js 355 bytes {0} [built]
[INFO]       [254] ./~/babel-polyfill/~/core-js/modules/es6.reflect.get-prototype-of.js 287 bytes {0} [built]
[INFO]       [255] ./~/babel-polyfill/~/core-js/modules/es6.reflect.has.js 195 bytes {0} [built]
[INFO]       [256] ./~/babel-polyfill/~/core-js/modules/es6.reflect.is-extensible.js 332 bytes {0} [built]
[INFO]       [257] ./~/babel-polyfill/~/core-js/modules/es6.reflect.own-keys.js 137 bytes {0} [built]
[INFO]       [258] ./~/babel-polyfill/~/core-js/modules/_own-keys.js 418 bytes {0} [built]
[INFO]       [259] ./~/babel-polyfill/~/core-js/modules/es6.reflect.prevent-extensions.js 437 bytes {0} [built]
[INFO]       [260] ./~/babel-polyfill/~/core-js/modules/es6.reflect.set.js 1.19 kB {0} [built]
[INFO]       [261] ./~/babel-polyfill/~/core-js/modules/es6.reflect.set-prototype-of.js 376 bytes {0} [built]
[INFO]       [262] ./~/babel-polyfill/~/core-js/modules/es7.array.includes.js 377 bytes {0} [built]
[INFO]       [263] ./~/babel-polyfill/~/core-js/modules/es7.string.at.js 240 bytes {0} [built]
[INFO]       [264] ./~/babel-polyfill/~/core-js/modules/es7.string.pad-start.js 340 bytes {0} [built]
[INFO]       [265] ./~/babel-polyfill/~/core-js/modules/_string-pad.js 751 bytes {0} [built]
[INFO]       [266] ./~/babel-polyfill/~/core-js/modules/es7.string.pad-end.js 337 bytes {0} [built]
[INFO]       [267] ./~/babel-polyfill/~/core-js/modules/es7.string.trim-left.js 215 bytes {0} [built]
[INFO]       [268] ./~/babel-polyfill/~/core-js/modules/es7.string.trim-right.js 215 bytes {0} [built]
[INFO]       [269] ./~/babel-polyfill/~/core-js/modules/es7.string.match-all.js 1.04 kB {0} [built]
[INFO]       [270] ./~/babel-polyfill/~/core-js/modules/es7.symbol.async-iterator.js 42 bytes {0} [built]
[INFO]       [271] ./~/babel-polyfill/~/core-js/modules/es7.symbol.observable.js 39 bytes {0} [built]
[INFO]       [272] ./~/babel-polyfill/~/core-js/modules/es7.object.get-own-property-descriptors.js 659 bytes {0} [built]
[INFO]       [273] ./~/babel-polyfill/~/core-js/modules/es7.object.values.js 239 bytes {0} [built]
[INFO]       [274] ./~/babel-polyfill/~/core-js/modules/_object-to-array.js 469 bytes {0} [built]
[INFO]       [275] ./~/babel-polyfill/~/core-js/modules/es7.object.entries.js 243 bytes {0} [built]
[INFO]       [276] ./~/babel-polyfill/~/core-js/modules/es7.object.define-getter.js 519 bytes {0} [built]
[INFO]       [277] ./~/babel-polyfill/~/core-js/modules/_object-forced-pam.js 284 bytes {0} [built]
[INFO]       [278] ./~/babel-polyfill/~/core-js/modules/es7.object.define-setter.js 519 bytes {0} [built]
[INFO]       [279] ./~/babel-polyfill/~/core-js/modules/es7.object.lookup-getter.js 669 bytes {0} [built]
[INFO]       [280] ./~/babel-polyfill/~/core-js/modules/es7.object.lookup-setter.js 669 bytes {0} [built]
[INFO]       [281] ./~/babel-polyfill/~/core-js/modules/es7.map.to-json.js 186 bytes {0} [built]
[INFO]       [282] ./~/babel-polyfill/~/core-js/modules/_collection-to-json.js 313 bytes {0} [built]
[INFO]       [283] ./~/babel-polyfill/~/core-js/modules/_array-from-iterable.js 170 bytes {0} [built]
[INFO]       [284] ./~/babel-polyfill/~/core-js/modules/es7.set.to-json.js 186 bytes {0} [built]
[INFO]       [285] ./~/babel-polyfill/~/core-js/modules/es7.system.global.js 143 bytes {0} [built]
[INFO]       [286] ./~/babel-polyfill/~/core-js/modules/es7.error.is-error.js 218 bytes {0} [built]
[INFO]       [287] ./~/babel-polyfill/~/core-js/modules/es7.math.iaddh.js 335 bytes {0} [built]
[INFO]       [288] ./~/babel-polyfill/~/core-js/modules/es7.math.isubh.js 334 bytes {0} [built]
[INFO]       [289] ./~/babel-polyfill/~/core-js/modules/es7.math.imulh.js 436 bytes {0} [built]
[INFO]       [290] ./~/babel-polyfill/~/core-js/modules/es7.math.umulh.js 440 bytes {0} [built]
[INFO]       [291] ./~/babel-polyfill/~/core-js/modules/es7.reflect.define-metadata.js 406 bytes {0} [built]
[INFO]       [292] ./~/babel-polyfill/~/core-js/modules/_metadata.js 1.78 kB {0} [built]
[INFO]       [293] ./~/babel-polyfill/~/core-js/modules/es7.reflect.delete-metadata.js 750 bytes {0} [built]
[INFO]       [294] ./~/babel-polyfill/~/core-js/modules/es7.reflect.get-metadata.js 796 bytes {0} [built]
[INFO]       [295] ./~/babel-polyfill/~/core-js/modules/es7.reflect.get-metadata-keys.js 861 bytes {0} [built]
[INFO]       [296] ./~/babel-polyfill/~/core-js/modules/es7.reflect.get-own-metadata.js 417 bytes {0} [built]
[INFO]       [297] ./~/babel-polyfill/~/core-js/modules/es7.reflect.get-own-metadata-keys.js 400 bytes {0} [built]
[INFO]       [298] ./~/babel-polyfill/~/core-js/modules/es7.reflect.has-metadata.js 713 bytes {0} [built]
[INFO]       [299] ./~/babel-polyfill/~/core-js/modules/es7.reflect.has-own-metadata.js 417 bytes {0} [built]
[INFO]       [300] ./~/babel-polyfill/~/core-js/modules/es7.reflect.metadata.js 551 bytes {0} [built]
[INFO]       [301] ./~/babel-polyfill/~/core-js/modules/es7.asap.js 444 bytes {0} [built]
[INFO]       [302] ./~/babel-polyfill/~/core-js/modules/es7.observable.js 5.45 kB {0} [built]
[INFO]       [303] ./~/babel-polyfill/~/core-js/modules/web.timers.js 702 bytes {0} [built]
[INFO]       [304] ./~/babel-polyfill/~/core-js/modules/_partial.js 757 bytes {0} [built]
[INFO]       [305] ./~/babel-polyfill/~/core-js/modules/_path.js 38 bytes {0} [built]
[INFO]       [306] ./~/babel-polyfill/~/core-js/modules/web.immediate.js 164 bytes {0} [built]
[INFO]       [307] ./~/babel-polyfill/~/core-js/modules/web.dom.iterable.js 881 bytes {0} [built]
[INFO]       [308] ./~/babel-polyfill/~/regenerator-runtime/runtime.js 22.5 kB {0} [built]
[INFO]       [310] ./~/babel-polyfill/~/core-js/fn/regexp/escape.js 107 bytes {0} [built]
[INFO]       [311] ./~/babel-polyfill/~/core-js/modules/core.regexp.escape.js 232 bytes {0} [built]
[INFO]       [312] ./~/babel-polyfill/~/core-js/modules/_replacer.js 227 bytes {0} [built]
[INFO]       [313] ./client/src/scripts/core/app.jsx 7.99 kB {0} [built]
[INFO]       [478] ./client/src/scripts/core/main-page.jsx 4.53 kB {0} [built]
[INFO]       [479] ./client/src/scripts/components/router.jsx 15.6 kB {0} [built]
[INFO]       [480] ./client/src/scripts/commons/utils.jsx 8.42 kB {0} [built]
[INFO]       [485] ./client/src/scripts/core/page-not-found.jsx 3.32 kB {0} [built]
[INFO]       [738] ./client/src/scripts/components/callout.jsx 2.51 kB {0} [built]
[INFO]       [739] ./client/src/scripts/core/footer.jsx 3.03 kB {0} [built]
[INFO]       [740] ./client/src/scripts/components/wait-icon.jsx 3.19 kB {0} [built]
[INFO]       [741] ./client/src/scripts/core/error-view.jsx 5.59 kB {0} [built]
[INFO]       [742] ./client/src/scripts/core/actions.js 839 bytes {0} [built]
[INFO]       [743] ./client/src/scripts/core/app-message-dlg.jsx 4.02 kB {0} [built]
[INFO]       [744] ./client/src/scripts/components/message-dlg.jsx 6.98 kB {0} [built]
[INFO]       [745] ./client/src/scripts/init/index.js 658 bytes {0} [built]
[INFO]       [748] ./client/src/scripts/pub/index.js 631 bytes {0} [built]
[INFO]       [751] ./client/src/scripts/components/async-button.jsx 8.26 kB {0} [built]
[INFO]       [752] ./client/src/scripts/components/fa.jsx 3.65 kB {0} [built]
[INFO]       [755] ./client/src/scripts/commons/messages.js 760 bytes {0} [built]
[INFO]       [756] ./client/src/scripts/sys/index.js 1.16 kB {0} [built]
[INFO]       [757] ./client/src/scripts/sys/session.js 3.59 kB {0} [built]
[INFO]       [758] ./client/src/scripts/commons/server.js 4.92 kB {0} [built]
[INFO]       [766] ./client/src/scripts/sys/session-utils.jsx 11.6 kB {0} [built]
[INFO]       [767] ./client/src/scripts/components/index.js 5.72 kB {0} [built]
[INFO]       [768] ./client/src/scripts/components/card.jsx 4.51 kB {0} [built]
[INFO]       [769] ./client/src/scripts/components/fluidbar.jsx 3.65 kB {0} [built]
[INFO]       [770] ./client/src/scripts/components/profile.jsx 4.66 kB {0} [built]
[INFO]       [771] ./client/src/scripts/components/profile.less 1.1 kB {0} [built]
[INFO]       [772] ./~/css-loader!./~/less-loader!./client/src/scripts/components/profile.less 1.69 kB {0} [built]
[INFO]       [773] ./~/css-loader/lib/css-base.js 1.51 kB {0} [built]
[INFO]       [774] ./~/style-loader/addStyles.js 7.15 kB {0} [built]
[INFO]       [775] ./client/src/scripts/components/sidebar.jsx 7.12 kB {0} [built]
[INFO]       [776] ./client/src/scripts/components/sidebar.less 1.1 kB {0} [built]
[INFO]       [777] ./~/css-loader!./~/less-loader!./client/src/scripts/components/sidebar.less 749 bytes {0} [built]
[INFO]       [778] ./client/src/scripts/components/collapse-card.jsx 3.95 kB {0} [built]
[INFO]       [779] ./client/src/scripts/components/collapse-row.jsx 3.75 kB {0} [built]
[INFO]       [780] ./client/src/scripts/components/grid-table.jsx 5.64 kB {0} [built]
[INFO]       [781] ./client/src/scripts/commons/grid-utils.jsx 4.07 kB {0} [built]
[INFO]       [782] ./client/src/scripts/components/tree-view.jsx 22 kB {0} [built]
[INFO]       [783] ./~/react-addons-css-transition-group/index.js 62 bytes {0} [built]
[INFO]       [784] ./~/react/lib/ReactCSSTransitionGroup.js 4.65 kB {0} [built]
[INFO]       [785] ./~/react/lib/ReactTransitionGroup.js 8.68 kB {0} [built]
[INFO]       [786] ./~/react/lib/ReactTransitionChildMapping.js 3.27 kB {0} [built]
[INFO]       [787] ./~/react/lib/flattenChildren.js 2.76 kB {0} [built]
[INFO]       [788] ./~/react/lib/ReactCSSTransitionGroupChild.js 4.67 kB {0} [built]
[INFO]       [789] ./~/react/lib/ReactAddonsDOMDependencies.js 842 bytes {0} [built]
[INFO]       [790] ./~/fbjs/lib/CSSCore.js 4.53 kB {0} [built]
[INFO]       [791] ./~/react/lib/ReactTransitionEvents.js 1.97 kB {0} [built]
[INFO]       [792] ./client/src/scripts/components/tree-view.less 1.1 kB {0} [built]
[INFO]       [793] ./~/css-loader!./~/less-loader!./client/src/scripts/components/tree-view.less 510 bytes {0} [built]
[INFO]       [794] ./client/src/scripts/components/popup.jsx 4.6 kB {0} [built]
[INFO]       [795] ./client/src/scripts/components/form-dialog.jsx 9.77 kB {0} [built]
[INFO]       [796] ./client/src/scripts/forms/form.jsx 12.9 kB {0} [built]
[INFO]       [797] ./client/src/scripts/forms/impl/form-validate.js 1.74 kB {0} [built]
[INFO]       [798] ./client/src/scripts/forms/impl/form-render.jsx 4.83 kB {0} [built]
[INFO]       [799] ./client/src/scripts/forms/impl/form-snapshot.js 4.11 kB {0} [built]
[INFO]       [800] ./client/src/scripts/forms/form-utils.jsx 8.06 kB {0} [built]
[INFO]       [801] ./client/src/scripts/forms/controls/form-control.jsx 10.4 kB {0} [built]
[INFO]       [802] ./client/src/scripts/forms/impl/form-init.js 2.29 kB {0} [built]
[INFO]       [803] ./client/src/scripts/forms/form.less 1.09 kB {0} [built]
[INFO]       [804] ./~/css-loader!./~/less-loader!./client/src/scripts/forms/form.less 210 bytes {0} [built]
[INFO]       [805] ./client/src/scripts/forms/controls/input-control.jsx 5.61 kB {0} [built]
[INFO]       [806] ./client/src/scripts/forms/impl/validators.js 1.75 kB {0} [built]
[INFO]       [807] ./client/src/scripts/forms/controls/bool-control.jsx 3.65 kB {0} [built]
[INFO]       [808] ./client/src/scripts/forms/controls/text-control.jsx 4.45 kB {0} [built]
[INFO]       [809] ./client/src/scripts/forms/controls/select-control.jsx 6.25 kB {0} [built]
[INFO]       [810] ./client/src/scripts/forms/controls/date-control.jsx 4.32 kB {0} [built]
[INFO]       [811] ./client/src/scripts/components/date-picker.jsx 8.16 kB {0} [built]
[INFO]       [812] ./~/react-day-picker/dist/DayPicker.js 22.6 kB {0} [built]
[INFO]       [813] ./client/src/scripts/forms/controls/subtitle-control.jsx 2.65 kB {0} [built]
[INFO]       [814] ./client/src/scripts/forms/controls/group-control.jsx 2.55 kB {0} [built]
[INFO]       [815] ./client/src/scripts/forms/controls/period-control.jsx 4.1 kB {0} [built]
[INFO]       [816] ./client/src/scripts/components/month-year-picker.jsx 6.87 kB {0} [built]
[INFO]       [817] ./client/src/scripts/components/year-picker.jsx 6.86 kB {0} [built]
[INFO]       [818] ./client/src/scripts/components/popup-control.jsx 5.76 kB {0} [built]
[INFO]       [819] ./client/src/scripts/components/year-picker.less 1.11 kB {0} [built]
[INFO]       [820] ./~/css-loader!./~/less-loader!./client/src/scripts/components/year-picker.less 581 bytes {0} [built]
[INFO]       [821] ./client/src/scripts/components/selection-box.jsx 12.8 kB {0} [built]
[INFO]       [822] ./client/src/scripts/forms/controls/month-year-control.jsx 4.08 kB {0} [built]
[INFO]       [823] ./client/src/scripts/components/remote-form.jsx 5.79 kB {0} [built]
[INFO]       [824] ./client/src/scripts/components/react-table.jsx 8.6 kB {0} [built]
[INFO]       [825] ./client/src/scripts/components/react-row.jsx 2.98 kB {0} [built]
[INFO]       [826] ./client/src/scripts/components/expandable.jsx 3.64 kB {0} [built]
[INFO]       [827] ./client/src/scripts/components/autoheight-input.jsx 4.15 kB {0} [built]
[INFO]       [828] ./client/src/scripts/components/link-tooltip.jsx 3.42 kB {0} [built]
[INFO]       [829] ./client/src/scripts/components/react-grid.jsx 5.74 kB {0} [built]
[INFO]       [830] ./client/src/scripts/components/react-grid-cell.jsx 3.73 kB {0} [built]
[INFO]       [831] ./client/src/scripts/components/list-box.jsx 11.1 kB {0} [built]
[INFO]       [832] ./client/src/scripts/components/masked-input.jsx 5.19 kB {0} [built]
[INFO]       [833] ./client/src/scripts/components/command-bar.jsx 5.15 kB {0} [built]
[INFO]       [834] ./client/src/scripts/components/command-bar.less 1.11 kB {0} [built]
[INFO]       [835] ./~/css-loader!./~/less-loader!./client/src/scripts/components/command-bar.less 741 bytes {0} [built]
[INFO]       [836] ./client/src/scripts/components/errors.jsx 1.51 kB {0} [built]
[INFO]       [837] ./client/src/scripts/components/observer.jsx 4.18 kB {0} [built]
[INFO]       [838] ./client/src/scripts/components/sideview.jsx 8.61 kB {0} [built]
[INFO]       [839] ./client/src/scripts/components/sideview.less 1.1 kB {0} [built]
[INFO]       [840] ./~/css-loader!./~/less-loader!./client/src/scripts/components/sideview.less 762 bytes {0} [built]
[INFO]       [841] ./client/src/scripts/components/inline-editor.jsx 4.66 kB {0} [built]
[INFO]       [842] ./client/src/scripts/components/big-button.jsx 3.25 kB {0} [built]
[INFO]       [843] ./client/src/scripts/components/big-button.less 1.1 kB {0} [built]
[INFO]       [844] ./~/css-loader!./~/less-loader!./client/src/scripts/components/big-button.less 739 bytes {0} [built]
[INFO]       [860] ./client/src/scripts/core/storage.js 4.11 kB {0} [built]
[INFO]      [1026] ./client/src/styles/theme.css 931 bytes {0} [built]
[INFO]      [1027] ./~/css-loader!./client/src/styles/theme.css 135 kB {0} [built]
[INFO]      [1028] ./client/src/fonts/glyphicons-halflings-regular.eot 26.9 kB {0} [built]
[INFO]      [1029] ./client/src/fonts/glyphicons-halflings-regular.woff2 24.1 kB {0} [built]
[INFO]      [1030] ./client/src/fonts/glyphicons-halflings-regular.woff 31.3 kB {0} [built]
[INFO]      [1031] ./client/src/fonts/glyphicons-halflings-regular.ttf 60.6 kB {0} [built]
[INFO]      [1032] ./client/src/fonts/glyphicons-halflings-regular.svg 82 bytes {0} [built]
[INFO]      [1033] ./client/src/fonts/OpenSans-Regular.woff 85 kB {0} [built]
[INFO]      [1034] ./client/src/fonts/OpenSans-Bold.woff 84.8 kB {0} [built]
[INFO]      [1035] ./~/font-awesome-webpack/index.js 74 bytes {0} [built]
[INFO]      [1036] ./~/font-awesome-webpack/~/style-loader!./~/font-awesome-webpack/~/css-loader!./~/less-loader!./~/font-awesome-webpack/font-awesome-styles.loader.js!./~/font-awesome-webpack/font-awesome.config.js 1.11 kB {0} [built]
[INFO]      [1037] ./~/font-awesome-webpack/~/css-loader!./~/less-loader!./~/font-awesome-webpack/font-awesome-styles.loader.js!./~/font-awesome-webpack/font-awesome.config.js 32.8 kB {0} [built]
[INFO]      [1038] ./~/font-awesome-webpack/~/css-loader/lib/css-base.js 1.51 kB {0} [built]
[INFO]      [1039] ./~/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0 165 bytes {0} [built]
[INFO]      [1040] ./~/font-awesome/fonts/fontawesome-webfont.eot 281 bytes {0} [built]
[INFO]      [1041] ./~/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0 84 bytes {0} [built]
[INFO]      [1042] ./~/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0 83 bytes {0} [built]
[INFO]      [1043] ./~/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0 165 bytes {0} [built]
[INFO]      [1044] ./~/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0 165 bytes {0} [built]
[INFO]      [1045] ./~/font-awesome-webpack/~/style-loader/addStyles.js 6.09 kB {0} [built]
[INFO]     chunk    {1} 1.1.d69ab1d444f79c2de0c2.js 62.7 kB {0} {2} {3} [rendered]
[INFO]       [746] ./client/src/scripts/init/home.jsx 3.27 kB {1} [built]
[INFO]       [747] ./client/src/scripts/init/welcome.jsx 6.18 kB {1} [built]
[INFO]       [754] ./client/src/scripts/commons/validator.jsx 2.76 kB {1} {2} {3} [built]
[INFO]      [1022] ./client/src/scripts/init/initoptions.jsx 4.17 kB {1} [built]
[INFO]      [1023] ./client/src/scripts/init/newworkspace.jsx 15.8 kB {1} [built]
[INFO]      [1024] ./client/src/scripts/init/success.jsx 4.38 kB {1} [built]
[INFO]      [1025] ./client/src/scripts/init/offlineinit.jsx 26.1 kB {1} [built]
[INFO]     chunk    {2} 2.2.140e5678725e6a8b6f6b.js 62 kB {1} {3} {0} [rendered]
[INFO]       [749] ./client/src/scripts/pub/routes.jsx 3.19 kB {2} [built]
[INFO]       [750] ./client/src/scripts/pub/login.jsx 12.7 kB {2} [built]
[INFO]       [753] ./client/src/scripts/components/error.jsx 868 bytes {2} [built]
[INFO]       [754] ./client/src/scripts/commons/validator.jsx 2.76 kB {1} {2} {3} [built]
[INFO]      [1011] ./client/src/scripts/pub/logo.jsx 2.33 kB {2} [built]
[INFO]      [1012] ./client/src/scripts/pub/logo.less 1.09 kB {2} [built]
[INFO]      [1013] ./~/css-loader!./~/less-loader!./client/src/scripts/pub/logo.less 403 bytes {2} [built]
[INFO]      [1014] ./client/src/scripts/pub/borderless-form.jsx 726 bytes {2} [built]
[INFO]      [1015] ./client/src/scripts/pub/borderless-form.less 1.12 kB {2} [built]
[INFO]      [1016] ./~/css-loader!./~/less-loader!./client/src/scripts/pub/borderless-form.less 429 bytes {2} [built]
[INFO]      [1017] ./client/src/scripts/pub/self-reg.jsx 11.3 kB {2} [built]
[INFO]      [1018] ./client/src/scripts/pub/forgot-pwd.jsx 7.94 kB {2} [built]
[INFO]      [1019] ./client/src/scripts/pub/reset-pwd.jsx 2.62 kB {2} [built]
[INFO]      [1020] ./client/src/scripts/pub/set-password.jsx 11.9 kB {2} [built]
[INFO]      [1021] ./client/src/scripts/pub/confirm-email.jsx 2.68 kB {2} [built]
[INFO]     chunk    {3} 3.3.124b638605c24e2be20c.js 1.18 MB {2} {1} {0} [rendered]
[INFO]       [754] ./client/src/scripts/commons/validator.jsx 2.76 kB {1} {2} {3} [built]
[INFO]       [845] ./client/src/scripts/sys/routes.jsx 5.66 kB {3} [built]
[INFO]       [846] ./client/src/scripts/sys/packages/types/init.js 1.71 kB {3} [built]
[INFO]       [847] ./client/src/scripts/sys/packages/types/admin-unit-control.jsx 8.26 kB {3} [built]
[INFO]       [848] ./client/src/scripts/sys/packages/types/yesno-control.jsx 6.05 kB {3} [built]
[INFO]       [849] ./client/src/scripts/sys/packages/types/unit-control.jsx 9.59 kB {3} [built]
[INFO]       [850] ./client/src/scripts/sys/packages/types/multi-select.jsx 4.54 kB {3} [built]
[INFO]       [851] ./client/src/scripts/sys/packages/types/list-box-control.jsx 5.3 kB {3} [built]
[INFO]       [852] ./client/src/scripts/sys/packages/types/table-form-control.jsx 8.44 kB {3} [built]
[INFO]       [853] ./client/src/scripts/sys/packages/types/table-form-control.less 1.17 kB {3} [built]
[INFO]       [854] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/types/table-form-control.less 242 bytes {3} [built]
[INFO]       [855] ./client/src/scripts/sys/packages/types/multi-list-box-control.jsx 4.81 kB {3} [built]
[INFO]       [856] ./client/src/scripts/sys/packages/types/person-name-control.jsx 9.15 kB {3} [built]
[INFO]       [857] ./client/src/scripts/sys/packages/types/person-name-control.less 1.17 kB {3} [built]
[INFO]       [858] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/types/person-name-control.less 294 bytes {3} [built]
[INFO]       [859] ./client/src/scripts/sys/packages/types/address-control.jsx 8.3 kB {3} [built]
[INFO]       [861] ./client/src/scripts/sys/user/language-sel.jsx 5.6 kB {3} [built]
[INFO]       [862] ./client/src/scripts/sys/user/workspace-sel.jsx 6.26 kB {3} [built]
[INFO]       [863] ./client/src/scripts/sys/toolbar.jsx 12.4 kB {3} [built]
[INFO]       [864] ./client/src/scripts/sys/search-box.jsx 10.2 kB {3} [built]
[INFO]       [865] ./client/src/scripts/sys/search-box.less 1.1 kB {3} [built]
[INFO]       [866] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/search-box.less 1.37 kB {3} [built]
[INFO]       [867] ./client/src/scripts/sys/toolbar.less 1.1 kB {3} [built]
[INFO]       [868] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/toolbar.less 887 bytes {3} [built]
[INFO]       [869] ./client/src/scripts/sys/admin/routes.jsx 3.21 kB {3} [built]
[INFO]       [870] ./client/src/scripts/sys/admin/tables.jsx 4.97 kB {3} [built]
[INFO]       [871] ./client/src/scripts/sys/page-content.jsx 3.17 kB {3} [built]
[INFO]       [872] ./client/src/scripts/sys/sidebar-content.jsx 5.25 kB {3} [built]
[INFO]       [873] ./client/src/scripts/sys/admin/tables/admunits.jsx 20.4 kB {3} [built]
[INFO]       [874] ./client/src/scripts/commons/crud.js 6.45 kB {3} [built]
[INFO]       [875] ./client/src/scripts/sys/admin/tables/country-structures.jsx 3.85 kB {3} [built]
[INFO]       [876] ./client/src/scripts/sys/packages/crud/crud-view.jsx 7.92 kB {3} [built]
[INFO]       [877] ./client/src/scripts/sys/packages/crud/crud-message.jsx 4.47 kB {3} [built]
[INFO]       [878] ./client/src/scripts/sys/packages/crud/crud-control-wrapper.jsx 3.34 kB {3} [built]
[INFO]       [879] ./client/src/scripts/sys/packages/crud/crud-pagination.jsx 3.6 kB {3} [built]
[INFO]       [880] ./client/src/scripts/sys/packages/crud/crud-grid.jsx 3.9 kB {3} [built]
[INFO]       [881] ./client/src/scripts/sys/packages/crud/crud-cell.jsx 10.7 kB {3} [built]
[INFO]       [882] ./client/src/scripts/sys/packages/crud/crud-controller.js 20.4 kB {3} [built]
[INFO]       [883] ./client/src/scripts/sys/packages/crud/crud-form.jsx 4.64 kB {3} [built]
[INFO]       [884] ./client/src/scripts/sys/packages/crud/crud-counter.jsx 4.92 kB {3} [built]
[INFO]       [885] ./client/src/scripts/sys/packages/crud/crud-add-button.jsx 4.59 kB {3} [built]
[INFO]       [886] ./client/src/scripts/sys/admin/tables/sources.jsx 4.21 kB {3} [built]
[INFO]       [887] ./client/src/scripts/sys/admin/tables/units.jsx 10.4 kB {3} [built]
[INFO]       [888] ./client/src/scripts/sys/admin/tables/substances.jsx 8 kB {3} [built]
[INFO]       [889] ./client/src/scripts/sys/admin/tables/products.jsx 6.52 kB {3} [built]
[INFO]       [890] ./client/src/scripts/sys/admin/tables/regimens.jsx 5.42 kB {3} [built]
[INFO]       [891] ./client/src/scripts/sys/admin/tables/tags.jsx 9.07 kB {3} [built]
[INFO]       [892] ./client/src/scripts/sys/admin/tables/user-profiles.jsx 3.71 kB {3} [built]
[INFO]       [893] ./client/src/scripts/sys/admin/tables/permission-tree.jsx 11.8 kB {3} [built]
[INFO]       [894] ./client/src/scripts/sys/admin/tables/users-ws.jsx 9.7 kB {3} [built]
[INFO]       [895] ./client/src/scripts/sys/admin/tables/user-ws-changepwd.jsx 4.52 kB {3} [built]
[INFO]       [896] ./client/src/scripts/sys/admin/tables/ageranges.jsx 3.55 kB {3} [built]
[INFO]       [897] ./client/src/scripts/sys/admin/reports.jsx 3.8 kB {3} [built]
[INFO]       [898] ./client/src/scripts/sys/admin/reports/usersessions.jsx 14 kB {3} [built]
[INFO]       [899] ./client/src/scripts/sys/admin/reports/onlineusers.jsx 8.05 kB {3} [built]
[INFO]       [900] ./client/src/scripts/sys/admin/reports/cmdhistory.jsx 14.4 kB {3} [built]
[INFO]       [901] ./client/src/scripts/sys/admin/reports/command-type-control.jsx 5.83 kB {3} [built]
[INFO]       [902] ./client/src/scripts/sys/admin/reports/errorlog.jsx 10.2 kB {3} [built]
[INFO]       [903] ./client/src/scripts/sys/admin/settings.jsx 3.24 kB {3} [built]
[INFO]       [904] ./client/src/scripts/sys/admin/settings/sys-config.jsx 8 kB {3} [built]
[INFO]       [905] ./client/src/scripts/sys/admin/settings/workspaces.jsx 3.53 kB {3} [built]
[INFO]       [906] ./client/src/scripts/sys/packages/crud/index.js 1.37 kB {3} [built]
[INFO]       [907] ./client/src/scripts/sys/packages/crud/crud-table.jsx 7.1 kB {3} [built]
[INFO]       [908] ./client/src/scripts/sys/workspace/index.jsx 3.15 kB {3} [built]
[INFO]       [909] ./client/src/scripts/sys/front-page.jsx 6.28 kB {3} [built]
[INFO]       [910] ./client/src/scripts/sys/workspace/general.jsx 3.47 kB {3} [built]
[INFO]       [911] ./client/src/scripts/sys/workspace/general-settings.jsx 8.77 kB {3} [built]
[INFO]       [912] ./client/src/scripts/sys/packages/others/units-card.jsx 8.1 kB {3} [built]
[INFO]       [913] ./client/src/scripts/commons/fake-crud.js 3.24 kB {3} [built]
[INFO]       [914] ./client/src/scripts/sys/packages/dashboard/dashboard-view.jsx 4.63 kB {3} [built]
[INFO]       [915] ./client/src/scripts/sys/packages/reports/indicator.js 6.84 kB {3} [built]
[INFO]       [916] ./client/src/scripts/sys/packages/reports/indicator-view.jsx 2.98 kB {3} [built]
[INFO]       [917] ./client/src/scripts/sys/packages/reports/chart.jsx 5.21 kB {3} [built]
[INFO]       [918] ./~/react-highcharts/dist/ReactHighcharts.js 2.18 kB {3} [built]
[INFO]       [919] ./~/highcharts/highcharts.js 194 kB {3} [built]
[INFO]       [920] ./client/src/scripts/sys/packages/reports/theme.js 531 bytes {3} [built]
[INFO]       [921] ./client/src/scripts/sys/packages/reports/table-view.jsx 6.16 kB {3} [built]
[INFO]       [922] ./client/src/scripts/sys/packages/reports/table-view.less 1.15 kB {3} [built]
[INFO]       [923] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/reports/table-view.less 798 bytes {3} [built]
[INFO]       [924] ./client/src/scripts/sys/packages/cases/cases.jsx 4.41 kB {3} [built]
[INFO]       [925] ./client/src/scripts/sys/packages/cases/cases-side-view.jsx 9.42 kB {3} [built]
[INFO]       [926] ./client/src/scripts/sys/packages/cases/advanced-search.jsx 5.37 kB {3} [built]
[INFO]       [927] ./client/src/scripts/sys/packages/filters/filters-card.jsx 4.46 kB {3} [built]
[INFO]       [928] ./client/src/scripts/sys/packages/filters/filters-selector.jsx 8.61 kB {3} [built]
[INFO]       [929] ./client/src/scripts/sys/packages/filters/group-popup.jsx 5.67 kB {3} [built]
[INFO]       [930] ./client/src/scripts/sys/packages/filters/filter-box.jsx 4.53 kB {3} [built]
[INFO]       [931] ./client/src/scripts/sys/packages/filters/filter-factory.js 799 bytes {3} [built]
[INFO]       [932] ./client/src/scripts/sys/packages/filters/select-filter.jsx 3.15 kB {3} [built]
[INFO]       [933] ./client/src/scripts/sys/packages/filters/period-filter.jsx 2.86 kB {3} [built]
[INFO]       [934] ./client/src/scripts/sys/packages/filters/filters.less 1.14 kB {3} [built]
[INFO]       [935] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/filters/filters.less 598 bytes {3} [built]
[INFO]       [936] ./client/src/scripts/sys/packages/cases/cases-list.jsx 8.56 kB {3} [built]
[INFO]       [937] ./client/src/scripts/sys/packages/cases/tag-cases-list.jsx 10.8 kB {3} [built]
[INFO]       [938] ./client/src/scripts/sys/packages/cases/summary-list.jsx 4.97 kB {3} [built]
[INFO]       [939] ./client/src/scripts/sys/packages/cases/cases-reports.jsx 5.33 kB {3} [built]
[INFO]       [940] ./client/src/scripts/sys/packages/reports/report-view.jsx 5.62 kB {3} [built]
[INFO]       [941] ./client/src/scripts/sys/packages/reports/report.js 4.68 kB {3} [built]
[INFO]       [942] ./client/src/scripts/sys/packages/reports/report.less 1.14 kB {3} [built]
[INFO]       [943] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/reports/report.less 718 bytes {3} [built]
[INFO]       [944] ./client/src/scripts/sys/packages/reports/report-editor.jsx 5.98 kB {3} [built]
[INFO]       [945] ./client/src/scripts/sys/packages/reports/report-header.jsx 6.84 kB {3} [built]
[INFO]       [946] ./client/src/scripts/sys/packages/reports/indicator-editor.jsx 11.6 kB {3} [built]
[INFO]       [947] ./client/src/scripts/sys/packages/reports/variables-selector.jsx 4.99 kB {3} [built]
[INFO]       [948] ./client/src/scripts/sys/packages/reports/variables-box.jsx 5.8 kB {3} [built]
[INFO]       [949] ./client/src/scripts/sys/packages/reports/variable-control.jsx 3.22 kB {3} [built]
[INFO]       [950] ./client/src/scripts/sys/packages/cases/cases-distribution.jsx 7.43 kB {3} [built]
[INFO]       [951] ./client/src/scripts/sys/adminunit/index.jsx 4.47 kB {3} [built]
[INFO]       [952] ./client/src/scripts/sys/adminunit/general.jsx 3.25 kB {3} [built]
[INFO]       [953] ./client/src/scripts/sys/unit/index.jsx 4.46 kB {3} [built]
[INFO]       [954] ./client/src/scripts/sys/unit/general.jsx 3.03 kB {3} [built]
[INFO]       [955] ./client/src/scripts/sys/unit/cases.jsx 4.67 kB {3} [built]
[INFO]       [956] ./client/src/scripts/sys/unit/cases-unit.jsx 13.1 kB {3} [built]
[INFO]       [957] ./client/src/scripts/sys/mock-option-lists.jsx 3.1 kB {3} [built]
[INFO]       [958] ./client/src/scripts/sys/case/treat/treat-progress.jsx 4.03 kB {3} [built]
[INFO]       [959] ./client/src/scripts/sys/case/treat/treat-progress.less 1.16 kB {3} [built]
[INFO]       [960] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/treat/treat-progress.less 302 bytes {3} [built]
[INFO]       [961] ./client/src/scripts/sys/case/index.jsx 19.8 kB {3} [built]
[INFO]       [962] ./client/src/scripts/sys/case/patient-panel.jsx 7.07 kB {3} [built]
[INFO]       [963] ./client/src/scripts/sys/case/patient-panel.less 1.14 kB {3} [built]
[INFO]       [964] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/patient-panel.less 698 bytes {3} [built]
[INFO]       [965] ./client/src/scripts/sys/case/events.js 836 bytes {3} [built]
[INFO]       [966] ./client/src/scripts/sys/case/case-data.jsx 6.2 kB {3} [built]
[INFO]       [967] ./client/src/scripts/sys/case/case-prev-tb-treats.jsx 7.43 kB {3} [built]
[INFO]       [968] ./client/src/scripts/sys/case/case-comments.jsx 5.49 kB {3} [built]
[INFO]       [969] ./client/src/scripts/sys/case/comments-box.jsx 16.7 kB {3} [built]
[INFO]       [970] ./client/src/scripts/sys/case/comments-box.less 1.13 kB {3} [built]
[INFO]       [971] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/comments-box.less 361 bytes {3} [built]
[INFO]       [972] ./client/src/scripts/sys/case/case-contacts.jsx 8.6 kB {3} [built]
[INFO]       [973] ./client/src/scripts/sys/case/case-adv-reacts.jsx 6.89 kB {3} [built]
[INFO]       [974] ./client/src/scripts/sys/case/case-comorbidities.jsx 9.25 kB {3} [built]
[INFO]       [975] ./client/src/scripts/sys/case/case-edit-form.jsx 4.47 kB {3} [built]
[INFO]       [976] ./client/src/scripts/sys/case/other-cases.jsx 4.86 kB {3} [built]
[INFO]       [977] ./client/src/scripts/sys/case/case-exams.jsx 12.2 kB {3} [built]
[INFO]       [978] ./client/src/scripts/sys/case/followup-display.jsx 6.63 kB {3} [built]
[INFO]       [979] ./client/src/scripts/sys/case/followup-utils.js 27 kB {3} [built]
[INFO]       [980] ./client/src/scripts/sys/case/followup-modal.jsx 5.64 kB {3} [built]
[INFO]       [981] ./client/src/scripts/sys/case/case-treatment.jsx 11.7 kB {3} [built]
[INFO]       [982] ./client/src/scripts/sys/case/treat/treat-timeline.jsx 11.7 kB {3} [built]
[INFO]       [983] ./client/src/scripts/sys/case/treat/treat-popup.jsx 8.04 kB {3} [built]
[INFO]       [984] ./client/src/scripts/sys/case/treat/treat-timeline.less 1.16 kB {3} [built]
[INFO]       [985] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/treat/treat-timeline.less 264 bytes {3} [built]
[INFO]       [986] ./client/src/scripts/sys/case/treat/treat-update.jsx 4.93 kB {3} [built]
[INFO]       [987] ./client/src/scripts/sys/case/treat/edt-prescription.jsx 6.29 kB {3} [built]
[INFO]       [988] ./client/src/scripts/sys/case/treat/add-prescription.jsx 5.75 kB {3} [built]
[INFO]       [989] ./client/src/scripts/sys/case/treat/treat-followup.jsx 8.35 kB {3} [built]
[INFO]       [990] ./client/src/scripts/sys/case/treat/followup-calendar.jsx 6.43 kB {3} [built]
[INFO]       [991] ./client/src/scripts/sys/case/treat/calend-editor.jsx 9.62 kB {3} [built]
[INFO]       [992] ./client/src/scripts/sys/case/treat/treat-followup.less 1.16 kB {3} [built]
[INFO]       [993] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/treat/treat-followup.less 2.12 kB {3} [built]
[INFO]       [994] ./client/src/scripts/sys/case/treat/no-treat-panel.jsx 5.21 kB {3} [built]
[INFO]       [995] ./client/src/scripts/sys/case/treat/start-regimen.jsx 8.14 kB {3} [built]
[INFO]       [996] ./client/src/scripts/sys/case/case-close.jsx 4.64 kB {3} [built]
[INFO]       [997] ./client/src/scripts/sys/case/case-move.jsx 5.01 kB {3} [built]
[INFO]       [998] ./client/src/scripts/sys/case/case-issues.jsx 9.51 kB {3} [built]
[INFO]       [999] ./client/src/scripts/sys/case/issues.jsx 4.61 kB {3} [built]
[INFO]      [1000] ./client/src/scripts/sys/case/issue-card.jsx 12.9 kB {3} [built]
[INFO]      [1001] ./client/src/scripts/sys/case/issue-followups-box.jsx 11.3 kB {3} [built]
[INFO]      [1002] ./client/src/scripts/sys/case/case-tags.jsx 5.14 kB {3} [built]
[INFO]      [1003] ./client/src/scripts/sys/case/suspect-followup.jsx 3.79 kB {3} [built]
[INFO]      [1004] ./client/src/scripts/sys/case/new/index.jsx 5.97 kB {3} [built]
[INFO]      [1005] ./client/src/scripts/sys/case/new/new-searchpatient.jsx 14.8 kB {3} [built]
[INFO]      [1006] ./client/src/scripts/sys/case/new/new-notifform.jsx 4.52 kB {3} [built]
[INFO]      [1007] ./client/src/scripts/sys/user/settings.jsx 5.58 kB {3} [built]
[INFO]      [1008] ./client/src/scripts/sys/user/change-password.jsx 5.04 kB {3} [built]
[INFO]      [1009] ./client/src/scripts/sys/sync.jsx 15.6 kB {3} [built]
[INFO]      [1010] ./client/src/scripts/sys/start.jsx 2.57 kB {3} [built]
[INFO]     chunk    {4} vendor.dcf2e8d041ab8bd1c396.js (vendor) 1.38 MB [rendered]
[INFO]         [0] multi vendor 64 bytes {4} [built]
[INFO]       [309] ./~/node-libs-browser/~/process/browser.js 5.3 kB {4} [built]
[INFO]       [314] ./~/react/react.js 56 bytes {4} [built]
[INFO]       [315] ./~/react/lib/React.js 2.69 kB {4} [built]
[INFO]       [316] ./~/object-assign/index.js 1.99 kB {4} [built]
[INFO]       [317] ./~/react/lib/ReactChildren.js 6.19 kB {4} [built]
[INFO]       [318] ./~/react/lib/PooledClass.js 3.36 kB {4} [built]
[INFO]       [319] ./~/react/lib/reactProdInvariant.js 1.24 kB {4} [built]
[INFO]       [320] ./~/fbjs/lib/invariant.js 1.63 kB {4} [built]
[INFO]       [321] ./~/react/lib/ReactElement.js 11.2 kB {4} [built]
[INFO]       [322] ./~/react/lib/ReactCurrentOwner.js 623 bytes {4} [built]
[INFO]       [323] ./~/fbjs/lib/warning.js 2.1 kB {4} [built]
[INFO]       [324] ./~/fbjs/lib/emptyFunction.js 1.08 kB {4} [built]
[INFO]       [325] ./~/react/lib/canDefineProperty.js 661 bytes {4} [built]
[INFO]       [326] ./~/react/lib/ReactElementSymbol.js 622 bytes {4} [built]
[INFO]       [327] ./~/react/lib/traverseAllChildren.js 7.03 kB {4} [built]
[INFO]       [328] ./~/react/lib/getIteratorFn.js 1.12 kB {4} [built]
[INFO]       [329] ./~/react/lib/KeyEscapeUtils.js 1.29 kB {4} [built]
[INFO]       [330] ./~/react/lib/ReactComponent.js 4.61 kB {4} [built]
[INFO]       [331] ./~/react/lib/ReactNoopUpdateQueue.js 3.36 kB {4} [built]
[INFO]       [332] ./~/fbjs/lib/emptyObject.js 458 bytes {4} [built]
[INFO]       [333] ./~/react/lib/ReactPureComponent.js 1.32 kB {4} [built]
[INFO]       [334] ./~/react/lib/ReactClass.js 26.5 kB {4} [built]
[INFO]       [335] ./~/react/lib/ReactPropTypeLocationNames.js 572 bytes {4} [built]
[INFO]       [336] ./~/react/lib/ReactDOMFactories.js 5.53 kB {4} [built]
[INFO]       [337] ./~/react/lib/ReactPropTypes.js 15.8 kB {4} [built]
[INFO]       [338] ./~/react/lib/ReactPropTypesSecret.js 442 bytes {4} [built]
[INFO]       [339] ./~/react/lib/ReactVersion.js 350 bytes {4} [built]
[INFO]       [340] ./~/react/lib/onlyChild.js 1.34 kB {4} [built]
[INFO]       [341] ./~/react-dom/index.js 59 bytes {4} [built]
[INFO]       [342] ./~/react-dom/lib/ReactDOM.js 5.14 kB {4} [built]
[INFO]       [343] ./~/react-dom/lib/ReactDOMComponentTree.js 6.27 kB {4} [built]
[INFO]       [344] ./~/react-dom/lib/reactProdInvariant.js 1.24 kB {4} [built]
[INFO]       [345] ./~/react-dom/lib/DOMProperty.js 8.24 kB {4} [built]
[INFO]       [346] ./~/react-dom/lib/ReactDOMComponentFlags.js 429 bytes {4} [built]
[INFO]       [347] ./~/react-dom/lib/ReactDefaultInjection.js 3.5 kB {4} [built]
[INFO]       [348] ./~/react-dom/lib/ARIADOMPropertyConfig.js 1.82 kB {4} [built]
[INFO]       [349] ./~/react-dom/lib/BeforeInputEventPlugin.js 13.3 kB {4} [built]
[INFO]       [350] ./~/react-dom/lib/EventPropagators.js 5.09 kB {4} [built]
[INFO]       [351] ./~/react-dom/lib/EventPluginHub.js 9.11 kB {4} [built]
[INFO]       [352] ./~/react-dom/lib/EventPluginRegistry.js 9.75 kB {4} [built]
[INFO]       [353] ./~/react-dom/lib/EventPluginUtils.js 7.95 kB {4} [built]
[INFO]       [354] ./~/react-dom/lib/ReactErrorUtils.js 2.25 kB {4} [built]
[INFO]       [355] ./~/react-dom/lib/accumulateInto.js 1.69 kB {4} [built]
[INFO]       [356] ./~/react-dom/lib/forEachAccumulated.js 855 bytes {4} [built]
[INFO]       [357] ./~/fbjs/lib/ExecutionEnvironment.js 1.06 kB {4} [built]
[INFO]       [358] ./~/react-dom/lib/FallbackCompositionState.js 2.43 kB {4} [built]
[INFO]       [359] ./~/react-dom/lib/PooledClass.js 3.36 kB {4} [built]
[INFO]       [360] ./~/react-dom/lib/getTextContentAccessor.js 955 bytes {4} [built]
[INFO]       [361] ./~/react-dom/lib/SyntheticCompositionEvent.js 1.1 kB {4} [built]
[INFO]       [362] ./~/react-dom/lib/SyntheticEvent.js 9.18 kB {4} [built]
[INFO]       [363] ./~/react-dom/lib/SyntheticInputEvent.js 1.09 kB {4} [built]
[INFO]       [364] ./~/react-dom/lib/ChangeEventPlugin.js 11.1 kB {4} [built]
[INFO]       [365] ./~/react-dom/lib/ReactUpdates.js 9.53 kB {4} [built]
[INFO]       [366] ./~/react-dom/lib/CallbackQueue.js 3.16 kB {4} [built]
[INFO]       [367] ./~/react-dom/lib/ReactFeatureFlags.js 628 bytes {4} [built]
[INFO]       [368] ./~/react-dom/lib/ReactReconciler.js 6.21 kB {4} [built]
[INFO]       [369] ./~/react-dom/lib/ReactRef.js 2.56 kB {4} [built]
[INFO]       [370] ./~/react-dom/lib/ReactOwner.js 3.53 kB {4} [built]
[INFO]       [371] ./~/react-dom/lib/ReactInstrumentation.js 601 bytes {4} [built]
[INFO]       [372] ./~/react-dom/lib/Transaction.js 9.45 kB {4} [built]
[INFO]       [373] ./~/react-dom/lib/getEventTarget.js 1.01 kB {4} [built]
[INFO]       [374] ./~/react-dom/lib/isEventSupported.js 1.94 kB {4} [built]
[INFO]       [375] ./~/react-dom/lib/isTextInputElement.js 1.04 kB {4} [built]
[INFO]       [376] ./~/react-dom/lib/DefaultEventPluginOrder.js 1.08 kB {4} [built]
[INFO]       [377] ./~/react-dom/lib/EnterLeaveEventPlugin.js 3.16 kB {4} [built]
[INFO]       [378] ./~/react-dom/lib/SyntheticMouseEvent.js 2.14 kB {4} [built]
[INFO]       [379] ./~/react-dom/lib/SyntheticUIEvent.js 1.57 kB {4} [built]
[INFO]       [380] ./~/react-dom/lib/ViewportMetrics.js 606 bytes {4} [built]
[INFO]       [381] ./~/react-dom/lib/getEventModifierState.js 1.23 kB {4} [built]
[INFO]       [382] ./~/react-dom/lib/HTMLDOMPropertyConfig.js 5.44 kB {4} [built]
[INFO]       [383] ./~/react-dom/lib/ReactComponentBrowserEnvironment.js 906 bytes {4} [built]
[INFO]       [384] ./~/react-dom/lib/DOMChildrenOperations.js 7.67 kB {4} [built]
[INFO]       [385] ./~/react-dom/lib/DOMLazyTree.js 3.71 kB {4} [built]
[INFO]       [386] ./~/react-dom/lib/DOMNamespaces.js 505 bytes {4} [built]
[INFO]       [387] ./~/react-dom/lib/setInnerHTML.js 3.86 kB {4} [built]
[INFO]       [388] ./~/react-dom/lib/createMicrosoftUnsafeLocalFunction.js 810 bytes {4} [built]
[INFO]       [389] ./~/react-dom/lib/setTextContent.js 1.45 kB {4} [built]
[INFO]       [390] ./~/react-dom/lib/escapeTextContentForBrowser.js 3.43 kB {4} [built]
[INFO]       [391] ./~/react-dom/lib/Danger.js 2.24 kB {4} [built]
[INFO]       [392] ./~/fbjs/lib/createNodesFromMarkup.js 2.66 kB {4} [built]
[INFO]       [393] ./~/fbjs/lib/createArrayFromMixed.js 4.11 kB {4} [built]
[INFO]       [394] ./~/fbjs/lib/getMarkupWrap.js 3.04 kB {4} [built]
[INFO]       [395] ./~/react-dom/lib/ReactDOMIDOperations.js 956 bytes {4} [built]
[INFO]       [396] ./~/react-dom/lib/ReactDOMComponent.js 38.5 kB {4} [built]
[INFO]       [397] ./~/react-dom/lib/AutoFocusUtils.js 599 bytes {4} [built]
[INFO]       [398] ./~/fbjs/lib/focusNode.js 704 bytes {4} [built]
[INFO]       [399] ./~/react-dom/lib/CSSPropertyOperations.js 6.87 kB {4} [built]
[INFO]       [400] ./~/react-dom/lib/CSSProperty.js 3.66 kB {4} [built]
[INFO]       [401] ./~/fbjs/lib/camelizeStyleName.js 1 kB {4} [built]
[INFO]       [402] ./~/fbjs/lib/camelize.js 708 bytes {4} [built]
[INFO]       [403] ./~/react-dom/lib/dangerousStyleValue.js 3.02 kB {4} [built]
[INFO]       [404] ./~/fbjs/lib/hyphenateStyleName.js 974 bytes {4} [built]
[INFO]       [405] ./~/fbjs/lib/hyphenate.js 800 bytes {4} [built]
[INFO]       [406] ./~/fbjs/lib/memoizeStringOnly.js 698 bytes {4} [built]
[INFO]       [407] ./~/react-dom/lib/DOMPropertyOperations.js 7.61 kB {4} [built]
[INFO]       [408] ./~/react-dom/lib/quoteAttributeValueForBrowser.js 700 bytes {4} [built]
[INFO]       [409] ./~/react-dom/lib/ReactBrowserEventEmitter.js 12.6 kB {4} [built]
[INFO]       [410] ./~/react-dom/lib/ReactEventEmitterMixin.js 959 bytes {4} [built]
[INFO]       [411] ./~/react-dom/lib/getVendorPrefixedEventName.js 2.87 kB {4} [built]
[INFO]       [412] ./~/react-dom/lib/ReactDOMInput.js 12.6 kB {4} [built]
[INFO]       [413] ./~/react-dom/lib/LinkedValueUtils.js 5.15 kB {4} [built]
[INFO]       [414] ./~/react-dom/lib/ReactPropTypesSecret.js 442 bytes {4} [built]
[INFO]       [415] ./~/react-dom/lib/ReactDOMOption.js 3.69 kB {4} [built]
[INFO]       [416] ./~/react-dom/lib/ReactDOMSelect.js 6.81 kB {4} [built]
[INFO]       [417] ./~/react-dom/lib/ReactDOMTextarea.js 6.46 kB {4} [built]
[INFO]       [418] ./~/react-dom/lib/ReactMultiChild.js 14.6 kB {4} [built]
[INFO]       [419] ./~/react-dom/lib/ReactComponentEnvironment.js 1.3 kB {4} [built]
[INFO]       [420] ./~/react-dom/lib/ReactInstanceMap.js 1.22 kB {4} [built]
[INFO]       [421] ./~/react-dom/lib/ReactChildReconciler.js 6.11 kB {4} [built]
[INFO]       [422] ./~/react-dom/lib/instantiateReactComponent.js 5.05 kB {4} [built]
[INFO]       [423] ./~/react-dom/lib/ReactCompositeComponent.js 35.2 kB {4} [built]
[INFO]       [424] ./~/react-dom/lib/ReactNodeTypes.js 1.02 kB {4} [built]
[INFO]       [425] ./~/fbjs/lib/shallowEqual.js 1.74 kB {4} [built]
[INFO]       [426] ./~/react-dom/lib/shouldUpdateReactComponent.js 1.4 kB {4} [built]
[INFO]       [427] ./~/react-dom/lib/ReactEmptyComponent.js 704 bytes {4} [built]
[INFO]       [428] ./~/react-dom/lib/ReactHostComponent.js 1.98 kB {4} [built]
[INFO]       [429] ./~/react-dom/lib/getNextDebugID.js 437 bytes {4} [built]
[INFO]       [430] ./~/react-dom/lib/KeyEscapeUtils.js 1.29 kB {4} [built]
[INFO]       [431] ./~/react-dom/lib/traverseAllChildren.js 7.04 kB {4} [built]
[INFO]       [432] ./~/react-dom/lib/ReactElementSymbol.js 622 bytes {4} [built]
[INFO]       [433] ./~/react-dom/lib/getIteratorFn.js 1.12 kB {4} [built]
[INFO]       [434] ./~/react/lib/ReactComponentTreeHook.js 10.4 kB {4} [built]
[INFO]       [435] ./~/react-dom/lib/flattenChildren.js 2.77 kB {4} [built]
[INFO]       [436] ./~/react-dom/lib/ReactServerRenderingTransaction.js 2.29 kB {4} [built]
[INFO]       [437] ./~/react-dom/lib/ReactServerUpdateQueue.js 4.83 kB {4} [built]
[INFO]       [438] ./~/react-dom/lib/ReactUpdateQueue.js 9.01 kB {4} [built]
[INFO]       [439] ./~/react-dom/lib/validateDOMNesting.js 13.7 kB {4} [built]
[INFO]       [440] ./~/react-dom/lib/ReactDOMEmptyComponent.js 1.9 kB {4} [built]
[INFO]       [441] ./~/react-dom/lib/ReactDOMTreeTraversal.js 3.72 kB {4} [built]
[INFO]       [442] ./~/react-dom/lib/ReactDOMTextComponent.js 5.82 kB {4} [built]
[INFO]       [443] ./~/react-dom/lib/ReactDefaultBatchingStrategy.js 1.88 kB {4} [built]
[INFO]       [444] ./~/react-dom/lib/ReactEventListener.js 5.3 kB {4} [built]
[INFO]       [445] ./~/fbjs/lib/EventListener.js 2.67 kB {4} [built]
[INFO]       [446] ./~/fbjs/lib/getUnboundedScrollPosition.js 1.05 kB {4} [built]
[INFO]       [447] ./~/react-dom/lib/ReactInjection.js 1.2 kB {4} [built]
[INFO]       [448] ./~/react-dom/lib/ReactReconcileTransaction.js 5.26 kB {4} [built]
[INFO]       [449] ./~/react-dom/lib/ReactInputSelection.js 4.27 kB {4} [built]
[INFO]       [450] ./~/react-dom/lib/ReactDOMSelection.js 6.78 kB {4} [built]
[INFO]       [451] ./~/react-dom/lib/getNodeForCharacterOffset.js 1.62 kB {4} [built]
[INFO]       [452] ./~/fbjs/lib/containsNode.js 1.05 kB {4} [built]
[INFO]       [453] ./~/fbjs/lib/isTextNode.js 605 bytes {4} [built]
[INFO]       [454] ./~/fbjs/lib/isNode.js 693 bytes {4} [built]
[INFO]       [455] ./~/fbjs/lib/getActiveElement.js 895 bytes {4} [built]
[INFO]       [456] ./~/react-dom/lib/SVGDOMPropertyConfig.js 7.32 kB {4} [built]
[INFO]       [457] ./~/react-dom/lib/SelectEventPlugin.js 6.06 kB {4} [built]
[INFO]       [458] ./~/react-dom/lib/SimpleEventPlugin.js 7.97 kB {4} [built]
[INFO]       [459] ./~/react-dom/lib/SyntheticAnimationEvent.js 1.21 kB {4} [built]
[INFO]       [460] ./~/react-dom/lib/SyntheticClipboardEvent.js 1.17 kB {4} [built]
[INFO]       [461] ./~/react-dom/lib/SyntheticFocusEvent.js 1.07 kB {4} [built]
[INFO]       [462] ./~/react-dom/lib/SyntheticKeyboardEvent.js 2.71 kB {4} [built]
[INFO]       [463] ./~/react-dom/lib/getEventCharCode.js 1.5 kB {4} [built]
[INFO]       [464] ./~/react-dom/lib/getEventKey.js 2.87 kB {4} [built]
[INFO]       [465] ./~/react-dom/lib/SyntheticDragEvent.js 1.07 kB {4} [built]
[INFO]       [466] ./~/react-dom/lib/SyntheticTouchEvent.js 1.28 kB {4} [built]
[INFO]       [467] ./~/react-dom/lib/SyntheticTransitionEvent.js 1.23 kB {4} [built]
[INFO]       [468] ./~/react-dom/lib/SyntheticWheelEvent.js 1.94 kB {4} [built]
[INFO]       [469] ./~/react-dom/lib/ReactMount.js 25.5 kB {4} [built]
[INFO]       [470] ./~/react-dom/lib/ReactDOMContainerInfo.js 967 bytes {4} [built]
[INFO]       [471] ./~/react-dom/lib/ReactDOMFeatureFlags.js 439 bytes {4} [built]
[INFO]       [472] ./~/react-dom/lib/ReactMarkupChecksum.js 1.47 kB {4} [built]
[INFO]       [473] ./~/react-dom/lib/adler32.js 1.19 kB {4} [built]
[INFO]       [474] ./~/react-dom/lib/ReactVersion.js 350 bytes {4} [built]
[INFO]       [475] ./~/react-dom/lib/findDOMNode.js 2.46 kB {4} [built]
[INFO]       [476] ./~/react-dom/lib/getHostComponentFromComposite.js 740 bytes {4} [built]
[INFO]       [477] ./~/react-dom/lib/renderSubtreeIntoContainer.js 422 bytes {4} [built]
[INFO]       [481] ./~/moment/moment.js 123 kB {4} [built]
[INFO]       [482] (webpack)/buildin/module.js 251 bytes {4} [built]
[INFO]       [483] ./~/moment/locale ^.\/(pt-br)$ 172 bytes {4} [optional] [built]
[INFO]       [484] ./~/moment/locale/pt-br.js 2.05 kB {4} [optional] [built]
[INFO]       [486] ./~/react-bootstrap/lib/index.js 11 kB {4} [built]
[INFO]       [487] ./~/react-bootstrap/lib/Accordion.js 1.52 kB {4} [built]
[INFO]       [488] ./~/babel-runtime/helpers/extends.js 544 bytes {4} [built]
[INFO]       [489] ./~/babel-runtime/core-js/object/assign.js 94 bytes {4} [built]
[INFO]       [490] ./~/babel-runtime/~/core-js/library/fn/object/assign.js 106 bytes {4} [built]
[INFO]       [491] ./~/babel-runtime/~/core-js/library/modules/es6.object.assign.js 159 bytes {4} [built]
[INFO]       [492] ./~/babel-runtime/~/core-js/library/modules/_export.js 2.31 kB {4} [built]
[INFO]       [493] ./~/babel-runtime/~/core-js/library/modules/_global.js 322 bytes {4} [built]
[INFO]       [494] ./~/babel-runtime/~/core-js/library/modules/_core.js 117 bytes {4} [built]
[INFO]       [495] ./~/babel-runtime/~/core-js/library/modules/_ctx.js 505 bytes {4} [built]
[INFO]       [496] ./~/babel-runtime/~/core-js/library/modules/_a-function.js 120 bytes {4} [built]
[INFO]       [497] ./~/babel-runtime/~/core-js/library/modules/_hide.js 288 bytes {4} [built]
[INFO]       [498] ./~/babel-runtime/~/core-js/library/modules/_object-dp.js 608 bytes {4} [built]
[INFO]       [499] ./~/babel-runtime/~/core-js/library/modules/_an-object.js 149 bytes {4} [built]
[INFO]       [500] ./~/babel-runtime/~/core-js/library/modules/_is-object.js 107 bytes {4} [built]
[INFO]       [501] ./~/babel-runtime/~/core-js/library/modules/_ie8-dom-define.js 192 bytes {4} [built]
[INFO]       [502] ./~/babel-runtime/~/core-js/library/modules/_descriptors.js 177 bytes {4} [built]
[INFO]       [503] ./~/babel-runtime/~/core-js/library/modules/_fails.js 99 bytes {4} [built]
[INFO]       [504] ./~/babel-runtime/~/core-js/library/modules/_dom-create.js 286 bytes {4} [built]
[INFO]       [505] ./~/babel-runtime/~/core-js/library/modules/_to-primitive.js 644 bytes {4} [built]
[INFO]       [506] ./~/babel-runtime/~/core-js/library/modules/_property-desc.js 183 bytes {4} [built]
[INFO]       [507] ./~/babel-runtime/~/core-js/library/modules/_object-assign.js 1.16 kB {4} [built]
[INFO]       [508] ./~/babel-runtime/~/core-js/library/modules/_object-keys.js 225 bytes {4} [built]
[INFO]       [509] ./~/babel-runtime/~/core-js/library/modules/_object-keys-internal.js 546 bytes {4} [built]
[INFO]       [510] ./~/babel-runtime/~/core-js/library/modules/_has.js 117 bytes {4} [built]
[INFO]       [511] ./~/babel-runtime/~/core-js/library/modules/_to-iobject.js 213 bytes {4} [built]
[INFO]       [512] ./~/babel-runtime/~/core-js/library/modules/_iobject.js 236 bytes {4} [built]
[INFO]       [513] ./~/babel-runtime/~/core-js/library/modules/_cof.js 103 bytes {4} [built]
[INFO]       [514] ./~/babel-runtime/~/core-js/library/modules/_defined.js 157 bytes {4} [built]
[INFO]       [515] ./~/babel-runtime/~/core-js/library/modules/_array-includes.js 788 bytes {4} [built]
[INFO]       [516] ./~/babel-runtime/~/core-js/library/modules/_to-length.js 217 bytes {4} [built]
[INFO]       [517] ./~/babel-runtime/~/core-js/library/modules/_to-integer.js 158 bytes {4} [built]
[INFO]       [518] ./~/babel-runtime/~/core-js/library/modules/_to-index.js 230 bytes {4} [built]
[INFO]       [519] ./~/babel-runtime/~/core-js/library/modules/_shared-key.js 158 bytes {4} [built]
[INFO]       [520] ./~/babel-runtime/~/core-js/library/modules/_shared.js 198 bytes {4} [built]
[INFO]       [521] ./~/babel-runtime/~/core-js/library/modules/_uid.js 158 bytes {4} [built]
[INFO]       [522] ./~/babel-runtime/~/core-js/library/modules/_enum-bug-keys.js 159 bytes {4} [built]
[INFO]       [523] ./~/babel-runtime/~/core-js/library/modules/_object-gops.js 41 bytes {4} [built]
[INFO]       [524] ./~/babel-runtime/~/core-js/library/modules/_object-pie.js 36 bytes {4} [built]
[INFO]       [525] ./~/babel-runtime/~/core-js/library/modules/_to-object.js 129 bytes {4} [built]
[INFO]       [526] ./~/babel-runtime/helpers/classCallCheck.js 208 bytes {4} [built]
[INFO]       [527] ./~/babel-runtime/helpers/possibleConstructorReturn.js 542 bytes {4} [built]
[INFO]       [528] ./~/babel-runtime/helpers/typeof.js 993 bytes {4} [built]
[INFO]       [529] ./~/babel-runtime/core-js/symbol/iterator.js 96 bytes {4} [built]
[INFO]       [530] ./~/babel-runtime/~/core-js/library/fn/symbol/iterator.js 154 bytes {4} [built]
[INFO]       [531] ./~/babel-runtime/~/core-js/library/modules/es6.string.iterator.js 523 bytes {4} [built]
[INFO]       [532] ./~/babel-runtime/~/core-js/library/modules/_string-at.js 611 bytes {4} [built]
[INFO]       [533] ./~/babel-runtime/~/core-js/library/modules/_iter-define.js 2.82 kB {4} [built]
[INFO]       [534] ./~/babel-runtime/~/core-js/library/modules/_library.js 22 bytes {4} [built]
[INFO]       [535] ./~/babel-runtime/~/core-js/library/modules/_redefine.js 36 bytes {4} [built]
[INFO]       [536] ./~/babel-runtime/~/core-js/library/modules/_iterators.js 20 bytes {4} [built]
[INFO]       [537] ./~/babel-runtime/~/core-js/library/modules/_iter-create.js 528 bytes {4} [built]
[INFO]       [538] ./~/babel-runtime/~/core-js/library/modules/_object-create.js 1.52 kB {4} [built]
[INFO]       [539] ./~/babel-runtime/~/core-js/library/modules/_object-dps.js 404 bytes {4} [built]
[INFO]       [540] ./~/babel-runtime/~/core-js/library/modules/_html.js 75 bytes {4} [built]
[INFO]       [541] ./~/babel-runtime/~/core-js/library/modules/_set-to-string-tag.js 253 bytes {4} [built]
[INFO]       [542] ./~/babel-runtime/~/core-js/library/modules/_wks.js 368 bytes {4} [built]
[INFO]       [543] ./~/babel-runtime/~/core-js/library/modules/_object-gpo.js 497 bytes {4} [built]
[INFO]       [544] ./~/babel-runtime/~/core-js/library/modules/web.dom.iterable.js 559 bytes {4} [built]
[INFO]       [545] ./~/babel-runtime/~/core-js/library/modules/es6.array.iterator.js 1.13 kB {4} [built]
[INFO]       [546] ./~/babel-runtime/~/core-js/library/modules/_add-to-unscopables.js 43 bytes {4} [built]
[INFO]       [547] ./~/babel-runtime/~/core-js/library/modules/_iter-step.js 81 bytes {4} [built]
[INFO]       [548] ./~/babel-runtime/~/core-js/library/modules/_wks-ext.js 30 bytes {4} [built]
[INFO]       [549] ./~/babel-runtime/core-js/symbol.js 87 bytes {4} [built]
[INFO]       [550] ./~/babel-runtime/~/core-js/library/fn/symbol/index.js 239 bytes {4} [built]
[INFO]       [551] ./~/babel-runtime/~/core-js/library/modules/es6.symbol.js 8.93 kB {4} [built]
[INFO]       [552] ./~/babel-runtime/~/core-js/library/modules/_meta.js 1.55 kB {4} [built]
[INFO]       [553] ./~/babel-runtime/~/core-js/library/modules/_wks-define.js 439 bytes {4} [built]
[INFO]       [554] ./~/babel-runtime/~/core-js/library/modules/_keyof.js 307 bytes {4} [built]
[INFO]       [555] ./~/babel-runtime/~/core-js/library/modules/_enum-keys.js 472 bytes {4} [built]
[INFO]       [556] ./~/babel-runtime/~/core-js/library/modules/_is-array.js 145 bytes {4} [built]
[INFO]       [557] ./~/babel-runtime/~/core-js/library/modules/_object-gopn-ext.js 603 bytes {4} [built]
[INFO]       [558] ./~/babel-runtime/~/core-js/library/modules/_object-gopn.js 290 bytes {4} [built]
[INFO]       [559] ./~/babel-runtime/~/core-js/library/modules/_object-gopd.js 607 bytes {4} [built]
[INFO]       [560] ./~/babel-runtime/~/core-js/library/modules/es6.object.to-string.js 0 bytes {4} [built]
[INFO]       [561] ./~/babel-runtime/~/core-js/library/modules/es7.symbol.async-iterator.js 42 bytes {4} [built]
[INFO]       [562] ./~/babel-runtime/~/core-js/library/modules/es7.symbol.observable.js 39 bytes {4} [built]
[INFO]       [563] ./~/babel-runtime/helpers/inherits.js 1.11 kB {4} [built]
[INFO]       [564] ./~/babel-runtime/core-js/object/set-prototype-of.js 104 bytes {4} [built]
[INFO]       [565] ./~/babel-runtime/~/core-js/library/fn/object/set-prototype-of.js 124 bytes {4} [built]
[INFO]       [566] ./~/babel-runtime/~/core-js/library/modules/es6.object.set-prototype-of.js 157 bytes {4} [built]
[INFO]       [567] ./~/babel-runtime/~/core-js/library/modules/_set-proto.js 893 bytes {4} [built]
[INFO]       [568] ./~/babel-runtime/core-js/object/create.js 94 bytes {4} [built]
[INFO]       [569] ./~/babel-runtime/~/core-js/library/fn/object/create.js 170 bytes {4} [built]
[INFO]       [570] ./~/babel-runtime/~/core-js/library/modules/es6.object.create.js 158 bytes {4} [built]
[INFO]       [571] ./~/react-bootstrap/lib/PanelGroup.js 4.49 kB {4} [built]
[INFO]       [572] ./~/babel-runtime/helpers/objectWithoutProperties.js 280 bytes {4} [built]
[INFO]       [573] ./~/classnames/index.js 1.1 kB {4} [built]
[INFO]       [574] ./~/react-bootstrap/lib/utils/bootstrapUtils.js 5.7 kB {4} [built]
[INFO]       [575] ./~/babel-runtime/core-js/object/entries.js 95 bytes {4} [built]
[INFO]       [576] ./~/babel-runtime/~/core-js/library/fn/object/entries.js 108 bytes {4} [built]
[INFO]       [577] ./~/babel-runtime/~/core-js/library/modules/es7.object.entries.js 243 bytes {4} [built]
[INFO]       [578] ./~/babel-runtime/~/core-js/library/modules/_object-to-array.js 469 bytes {4} [built]
[INFO]       [579] ./~/invariant/browser.js 1.52 kB {4} [built]
[INFO]       [580] ./~/react-bootstrap/lib/utils/StyleConfig.js 573 bytes {4} [built]
[INFO]       [581] ./~/react-bootstrap/lib/utils/createChainedFunction.js 1.04 kB {4} [built]
[INFO]       [582] ./~/react-bootstrap/lib/utils/ValidComponentChildren.js 4.36 kB {4} [built]
[INFO]       [583] ./~/react-bootstrap/lib/Alert.js 3.86 kB {4} [built]
[INFO]       [584] ./~/babel-runtime/core-js/object/values.js 94 bytes {4} [built]
[INFO]       [585] ./~/babel-runtime/~/core-js/library/fn/object/values.js 106 bytes {4} [built]
[INFO]       [586] ./~/babel-runtime/~/core-js/library/modules/es7.object.values.js 239 bytes {4} [built]
[INFO]       [587] ./~/react-bootstrap/lib/Badge.js 2.96 kB {4} [built]
[INFO]       [588] ./~/react-bootstrap/lib/Breadcrumb.js 2.38 kB {4} [built]
[INFO]       [589] ./~/react-bootstrap/lib/BreadcrumbItem.js 2.98 kB {4} [built]
[INFO]       [590] ./~/react-bootstrap/lib/SafeAnchor.js 3.8 kB {4} [built]
[INFO]       [591] ./~/react-prop-types/lib/elementType.js 1.44 kB {4} [built]
[INFO]       [592] ./~/react-prop-types/lib/utils/createChainableTypeChecker.js 1.34 kB {4} [built]
[INFO]       [593] ./~/react-bootstrap/lib/Button.js 4.47 kB {4} [built]
[INFO]       [594] ./~/react-bootstrap/lib/ButtonGroup.js 3.49 kB {4} [built]
[INFO]       [595] ./~/react-prop-types/lib/all.js 994 bytes {4} [built]
[INFO]       [596] ./~/react-bootstrap/lib/ButtonToolbar.js 2.34 kB {4} [built]
[INFO]       [597] ./~/react-bootstrap/lib/Carousel.js 13.9 kB {4} [built]
[INFO]       [598] ./~/react-bootstrap/lib/CarouselCaption.js 2.58 kB {4} [built]
[INFO]       [599] ./~/react-bootstrap/lib/CarouselItem.js 4.71 kB {4} [built]
[INFO]       [600] ./~/react-bootstrap/lib/utils/TransitionEvents.js 3.44 kB {4} [built]
[INFO]       [601] ./~/react-bootstrap/lib/Glyphicon.js 2.53 kB {4} [built]
[INFO]       [602] ./~/react-bootstrap/lib/Checkbox.js 4.34 kB {4} [built]
[INFO]       [603] ./~/warning/browser.js 1.81 kB {4} [built]
[INFO]       [604] ./~/react-bootstrap/lib/Clearfix.js 3.6 kB {4} [built]
[INFO]       [605] ./~/react-bootstrap/lib/utils/capitalize.js 207 bytes {4} [built]
[INFO]       [606] ./~/react-bootstrap/lib/ControlLabel.js 3.26 kB {4} [built]
[INFO]       [607] ./~/react-bootstrap/lib/Col.js 6.64 kB {4} [built]
[INFO]       [608] ./~/react-bootstrap/lib/Collapse.js 8.14 kB {4} [built]
[INFO]       [609] ./~/dom-helpers/style/index.js 787 bytes {4} [built]
[INFO]       [610] ./~/dom-helpers/util/camelizeStyle.js 383 bytes {4} [built]
[INFO]       [611] ./~/dom-helpers/util/camelize.js 175 bytes {4} [built]
[INFO]       [612] ./~/dom-helpers/util/hyphenateStyle.js 389 bytes {4} [built]
[INFO]       [613] ./~/dom-helpers/util/hyphenate.js 143 bytes {4} [built]
[INFO]       [614] ./~/dom-helpers/style/getComputedStyle.js 1.67 kB {4} [built]
[INFO]       [615] ./~/dom-helpers/util/babelHelpers.js 755 bytes {4} [built]
[INFO]       [616] ./~/dom-helpers/style/removeStyle.js 176 bytes {4} [built]
[INFO]       [617] ./~/react-overlays/lib/Transition.js 12.1 kB {4} [built]
[INFO]       [618] ./~/dom-helpers/transition/properties.js 1.45 kB {4} [built]
[INFO]       [619] ./~/dom-helpers/util/inDOM.js 117 bytes {4} [built]
[INFO]       [620] ./~/dom-helpers/events/on.js 465 bytes {4} [built]
[INFO]       [621] ./~/react-bootstrap/lib/Dropdown.js 12.8 kB {4} [built]
[INFO]       [622] ./~/dom-helpers/activeElement.js 484 bytes {4} [built]
[INFO]       [623] ./~/dom-helpers/ownerDocument.js 198 bytes {4} [built]
[INFO]       [624] ./~/dom-helpers/query/contains.js 574 bytes {4} [built]
[INFO]       [625] ./~/keycode/index.js 2.76 kB {4} [built]
[INFO]       [626] ./~/react-prop-types/lib/isRequiredForA11y.js 841 bytes {4} [built]
[INFO]       [627] ./~/uncontrollable/index.js 852 bytes {4} [built]
[INFO]       [628] ./~/uncontrollable/createUncontrollable.js 5.42 kB {4} [built]
[INFO]       [629] ./~/uncontrollable/utils.js 3.53 kB {4} [built]
[INFO]       [630] ./~/react-bootstrap/lib/DropdownMenu.js 6.51 kB {4} [built]
[INFO]       [631] ./~/babel-runtime/core-js/array/from.js 91 bytes {4} [built]
[INFO]       [632] ./~/babel-runtime/~/core-js/library/fn/array/from.js 146 bytes {4} [built]
[INFO]       [633] ./~/babel-runtime/~/core-js/library/modules/es6.array.from.js 1.67 kB {4} [built]
[INFO]       [634] ./~/babel-runtime/~/core-js/library/modules/_iter-call.js 403 bytes {4} [built]
[INFO]       [635] ./~/babel-runtime/~/core-js/library/modules/_is-array-iter.js 277 bytes {4} [built]
[INFO]       [636] ./~/babel-runtime/~/core-js/library/modules/_create-property.js 270 bytes {4} [built]
[INFO]       [637] ./~/babel-runtime/~/core-js/library/modules/core.get-iterator-method.js 293 bytes {4} [built]
[INFO]       [638] ./~/babel-runtime/~/core-js/library/modules/_classof.js 709 bytes {4} [built]
[INFO]       [639] ./~/babel-runtime/~/core-js/library/modules/_iter-detect.js 582 bytes {4} [built]
[INFO]       [640] ./~/react-overlays/lib/RootCloseWrapper.js 5.77 kB {4} [built]
[INFO]       [641] ./~/react-overlays/lib/utils/addEventListener.js 619 bytes {4} [built]
[INFO]       [642] ./~/dom-helpers/events/off.js 473 bytes {4} [built]
[INFO]       [643] ./~/react-overlays/lib/utils/ownerDocument.js 574 bytes {4} [built]
[INFO]       [644] ./~/react-bootstrap/lib/DropdownToggle.js 3.35 kB {4} [built]
[INFO]       [645] ./~/react-bootstrap/lib/utils/PropTypes.js 2.24 kB {4} [built]
[INFO]       [646] ./~/react-bootstrap/lib/DropdownButton.js 3.17 kB {4} [built]
[INFO]       [647] ./~/react-bootstrap/lib/utils/splitComponentProps.js 787 bytes {4} [built]
[INFO]       [648] ./~/react-bootstrap/lib/Fade.js 3.2 kB {4} [built]
[INFO]       [649] ./~/react-bootstrap/lib/Form.js 2.85 kB {4} [built]
[INFO]       [650] ./~/react-bootstrap/lib/FormControl.js 4.23 kB {4} [built]
[INFO]       [651] ./~/react-bootstrap/lib/FormControlFeedback.js 3.57 kB {4} [built]
[INFO]       [652] ./~/react-bootstrap/lib/FormControlStatic.js 2.6 kB {4} [built]
[INFO]       [653] ./~/react-bootstrap/lib/FormGroup.js 3.85 kB {4} [built]
[INFO]       [654] ./~/react-bootstrap/lib/Grid.js 2.79 kB {4} [built]
[INFO]       [655] ./~/react-bootstrap/lib/HelpBlock.js 2.15 kB {4} [built]
[INFO]       [656] ./~/react-bootstrap/lib/Image.js 3.15 kB {4} [built]
[INFO]       [657] ./~/react-bootstrap/lib/InputGroup.js 2.64 kB {4} [built]
[INFO]       [658] ./~/react-bootstrap/lib/InputGroupAddon.js 2.2 kB {4} [built]
[INFO]       [659] ./~/react-bootstrap/lib/InputGroupButton.js 2.2 kB {4} [built]
[INFO]       [660] ./~/react-bootstrap/lib/Jumbotron.js 2.52 kB {4} [built]
[INFO]       [661] ./~/react-bootstrap/lib/Label.js 2.96 kB {4} [built]
[INFO]       [662] ./~/react-bootstrap/lib/ListGroup.js 3.83 kB {4} [built]
[INFO]       [663] ./~/react-bootstrap/lib/ListGroupItem.js 4.33 kB {4} [built]
[INFO]       [664] ./~/react-bootstrap/lib/Media.js 3.33 kB {4} [built]
[INFO]       [665] ./~/react-bootstrap/lib/MediaBody.js 2.52 kB {4} [built]
[INFO]       [666] ./~/react-bootstrap/lib/MediaHeading.js 2.55 kB {4} [built]
[INFO]       [667] ./~/react-bootstrap/lib/MediaLeft.js 2.66 kB {4} [built]
[INFO]       [668] ./~/react-bootstrap/lib/MediaList.js 2.15 kB {4} [built]
[INFO]       [669] ./~/react-bootstrap/lib/MediaListItem.js 2.17 kB {4} [built]
[INFO]       [670] ./~/react-bootstrap/lib/MediaRight.js 2.67 kB {4} [built]
[INFO]       [671] ./~/react-bootstrap/lib/MenuItem.js 5.68 kB {4} [built]
[INFO]       [672] ./~/react-bootstrap/lib/Modal.js 10.8 kB {4} [built]
[INFO]       [673] ./~/dom-helpers/events/index.js 157 bytes {4} [built]
[INFO]       [674] ./~/dom-helpers/events/filter.js 394 bytes {4} [built]
[INFO]       [675] ./~/dom-helpers/query/querySelectorAll.js 918 bytes {4} [built]
[INFO]       [676] ./~/dom-helpers/util/scrollbarSize.js 581 bytes {4} [built]
[INFO]       [677] ./~/react-overlays/lib/Modal.js 16.4 kB {4} [built]
[INFO]       [678] ./~/react-prop-types/lib/componentOrElement.js 1.57 kB {4} [built]
[INFO]       [679] ./~/react-overlays/lib/Portal.js 3.94 kB {4} [built]
[INFO]       [680] ./~/react-overlays/lib/utils/getContainer.js 538 bytes {4} [built]
[INFO]       [681] ./~/react-overlays/lib/ModalManager.js 5.83 kB {4} [built]
[INFO]       [682] ./~/dom-helpers/class/index.js 146 bytes {4} [built]
[INFO]       [683] ./~/dom-helpers/class/addClass.js 256 bytes {4} [built]
[INFO]       [684] ./~/dom-helpers/class/hasClass.js 241 bytes {4} [built]
[INFO]       [685] ./~/dom-helpers/class/removeClass.js 297 bytes {4} [built]
[INFO]       [686] ./~/react-overlays/lib/utils/isOverflowing.js 1.18 kB {4} [built]
[INFO]       [687] ./~/dom-helpers/query/isWindow.js 169 bytes {4} [built]
[INFO]       [688] ./~/react-overlays/lib/utils/manageAriaHidden.js 1.12 kB {4} [built]
[INFO]       [689] ./~/react-overlays/lib/utils/addFocusListener.js 879 bytes {4} [built]
[INFO]       [690] ./~/react-bootstrap/lib/ModalBody.js 2.52 kB {4} [built]
[INFO]       [691] ./~/react-bootstrap/lib/ModalDialog.js 3.38 kB {4} [built]
[INFO]       [692] ./~/react-bootstrap/lib/ModalFooter.js 2.54 kB {4} [built]
[INFO]       [693] ./~/react-bootstrap/lib/ModalHeader.js 3.97 kB {4} [built]
[INFO]       [694] ./~/react-bootstrap/lib/ModalTitle.js 2.53 kB {4} [built]
[INFO]       [695] ./~/react-bootstrap/lib/Nav.js 13 kB {4} [built]
[INFO]       [696] ./~/react-bootstrap/lib/Navbar.js 10.7 kB {4} [built]
[INFO]       [697] ./~/react-bootstrap/lib/NavbarBrand.js 2.53 kB {4} [built]
[INFO]       [698] ./~/react-bootstrap/lib/NavbarCollapse.js 2.36 kB {4} [built]
[INFO]       [699] ./~/react-bootstrap/lib/NavbarHeader.js 2.23 kB {4} [built]
[INFO]       [700] ./~/react-bootstrap/lib/NavbarToggle.js 3.43 kB {4} [built]
[INFO]       [701] ./~/react-bootstrap/lib/NavDropdown.js 4.52 kB {4} [built]
[INFO]       [702] ./~/react-bootstrap/lib/NavItem.js 3.69 kB {4} [built]
[INFO]       [703] ./~/react-bootstrap/lib/Overlay.js 4.2 kB {4} [built]
[INFO]       [704] ./~/react-overlays/lib/Overlay.js 8.03 kB {4} [built]
[INFO]       [705] ./~/react-overlays/lib/Position.js 7.89 kB {4} [built]
[INFO]       [706] ./~/react-overlays/lib/utils/calculatePosition.js 4.04 kB {4} [built]
[INFO]       [707] ./~/dom-helpers/query/offset.js 938 bytes {4} [built]
[INFO]       [708] ./~/dom-helpers/query/position.js 1.95 kB {4} [built]
[INFO]       [709] ./~/dom-helpers/query/offsetParent.js 824 bytes {4} [built]
[INFO]       [710] ./~/dom-helpers/query/scrollTop.js 410 bytes {4} [built]
[INFO]       [711] ./~/dom-helpers/query/scrollLeft.js 412 bytes {4} [built]
[INFO]       [712] ./~/react-bootstrap/lib/OverlayTrigger.js 10.3 kB {4} [built]
[INFO]       [713] ./~/react-bootstrap/lib/PageHeader.js 2.32 kB {4} [built]
[INFO]       [714] ./~/react-bootstrap/lib/PageItem.js 534 bytes {4} [built]
[INFO]       [715] ./~/react-bootstrap/lib/PagerItem.js 3.56 kB {4} [built]
[INFO]       [716] ./~/react-bootstrap/lib/utils/deprecationWarning.js 2.57 kB {4} [built]
[INFO]       [717] ./~/react-bootstrap/lib/Pager.js 3.01 kB {4} [built]
[INFO]       [718] ./~/react-bootstrap/lib/Pagination.js 9.37 kB {4} [built]
[INFO]       [719] ./~/react-bootstrap/lib/PaginationButton.js 3.98 kB {4} [built]
[INFO]       [720] ./~/react-bootstrap/lib/Panel.js 8.6 kB {4} [built]
[INFO]       [721] ./~/react-bootstrap/lib/Popover.js 4.93 kB {4} [built]
[INFO]       [722] ./~/react-bootstrap/lib/ProgressBar.js 6.19 kB {4} [built]
[INFO]       [723] ./~/react-bootstrap/lib/Radio.js 4.29 kB {4} [built]
[INFO]       [724] ./~/react-bootstrap/lib/ResponsiveEmbed.js 3.54 kB {4} [built]
[INFO]       [725] ./~/react-bootstrap/lib/Row.js 2.46 kB {4} [built]
[INFO]       [726] ./~/react-bootstrap/lib/SplitButton.js 3.87 kB {4} [built]
[INFO]       [727] ./~/react-bootstrap/lib/SplitToggle.js 1.61 kB {4} [built]
[INFO]       [728] ./~/react-bootstrap/lib/Tab.js 2.25 kB {4} [built]
[INFO]       [729] ./~/react-bootstrap/lib/TabContainer.js 4.51 kB {4} [built]
[INFO]       [730] ./~/react-bootstrap/lib/TabContent.js 6.24 kB {4} [built]
[INFO]       [731] ./~/react-bootstrap/lib/TabPane.js 9.42 kB {4} [built]
[INFO]       [732] ./~/react-bootstrap/lib/Table.js 3.37 kB {4} [built]
[INFO]       [733] ./~/react-bootstrap/lib/Tabs.js 5.61 kB {4} [built]
[INFO]       [734] ./~/react-bootstrap/lib/Thumbnail.js 2.85 kB {4} [built]
[INFO]       [735] ./~/react-bootstrap/lib/Tooltip.js 4.67 kB {4} [built]
[INFO]       [736] ./~/react-bootstrap/lib/Well.js 2.24 kB {4} [built]
[INFO]       [737] ./~/react-bootstrap/lib/utils/index.js 1.11 kB {4} [built]
[INFO]       [759] ./~/superagent/lib/client.js 21.2 kB {4} [built]
[INFO]       [760] ./~/component-emitter/index.js 3.18 kB {4} [built]
[INFO]       [761] ./~/superagent/lib/request-base.js 12.1 kB {4} [built]
[INFO]       [762] ./~/superagent/lib/is-object.js 209 bytes {4} [built]
[INFO]       [763] ./~/superagent/lib/is-function.js 308 bytes {4} [built]
[INFO]       [764] ./~/superagent/lib/response-base.js 2.78 kB {4} [built]
[INFO]       [765] ./~/superagent/lib/utils.js 1.31 kB {4} [built]
[INFO]     
[INFO]     WARNING in app.13d67f2c855c10e05dba.js from UglifyJs
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:8096,17]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:8097,17]
[INFO]     Side effects in initialization of unused variable App [app.13d67f2c855c10e05dba.js:8061,5]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:9146,9]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:9147,9]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:9180,9]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:9181,9]
[INFO]     Side effects in initialization of unused variable APP_INIT [app.13d67f2c855c10e05dba.js:10043,5]
[INFO]     Side effects in initialization of unused variable AUTHENTICATED [app.13d67f2c855c10e05dba.js:10044,5]
[INFO]     Side effects in initialization of unused variable LOGOUT [app.13d67f2c855c10e05dba.js:10045,5]
[INFO]     Side effects in initialization of unused variable WORKSPACE_CHANGING [app.13d67f2c855c10e05dba.js:10046,5]
[INFO]     Side effects in initialization of unused variable WORKSPACE_CHANGE [app.13d67f2c855c10e05dba.js:10047,5]
[INFO]     Side effects in initialization of unused variable CHANGE_LANG [app.13d67f2c855c10e05dba.js:10048,5]
[INFO]     Side effects in initialization of unused variable ERROR [app.13d67f2c855c10e05dba.js:10049,5]
[INFO]     Side effects in initialization of unused variable CRUD_BEGIN [app.13d67f2c855c10e05dba.js:10052,5]
[INFO]     Side effects in initialization of unused variable CRUD_END [app.13d67f2c855c10e05dba.js:10053,5]
[INFO]     Side effects in initialization of unused variable DOC_CREATE [app.13d67f2c855c10e05dba.js:10056,5]
[INFO]     Side effects in initialization of unused variable DOC_UPDATE [app.13d67f2c855c10e05dba.js:10057,5]
[INFO]     Side effects in initialization of unused variable DOC_DELETE [app.13d67f2c855c10e05dba.js:10058,5]
[INFO]     Side effects in initialization of unused variable SHOW_MESSAGE [app.13d67f2c855c10e05dba.js:10061,5]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:11731,4]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:11733,2]
[INFO]     Side effects in initialization of unused variable update [app.13d67f2c855c10e05dba.js:11728,5]
[INFO]     Condition always true [app.13d67f2c855c10e05dba.js:11841,5]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:12198,4]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:12200,2]
[INFO]     Side effects in initialization of unused variable update [app.13d67f2c855c10e05dba.js:12195,5]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:13667,9]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:13668,7]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:13785,9]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:13786,7]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:13810,7]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:13811,5]
[INFO]     Boolean && always false [app.13d67f2c855c10e05dba.js:13765,5]
[INFO]     Condition left of || always true [app.13d67f2c855c10e05dba.js:13765,1]
[INFO]     Side effects in initialization of unused variable KeyEscapeUtils [app.13d67f2c855c10e05dba.js:13759,5]
[INFO]     Side effects in initialization of unused variable warning [app.13d67f2c855c10e05dba.js:13761,5]
[INFO]     Dropping unused variable ReactComponentTreeHook [app.13d67f2c855c10e05dba.js:13763,5]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:14016,5]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:14016,12]
[INFO]     Declarations in unreachable code! [app.13d67f2c855c10e05dba.js:14017,3]
[INFO]     Dropping unused variable ReactPerf [app.13d67f2c855c10e05dba.js:14017,7]
[INFO]     Dropping unused variable ReactTestUtils [app.13d67f2c855c10e05dba.js:14018,7]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:14083,31]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:14103,31]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:14136,31]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:14251,4]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:14253,2]
[INFO]     Side effects in initialization of unused variable update [app.13d67f2c855c10e05dba.js:14248,5]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:14803,13]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:14803,20]
[INFO]     Declarations in unreachable code! [app.13d67f2c855c10e05dba.js:14808,13]
[INFO]     Dropping unused variable schema [app.13d67f2c855c10e05dba.js:14808,17]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:14776,17]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:14777,17]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:15220,9]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:15221,9]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:15577,17]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:15578,17]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:15786,21]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:15787,21]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:15961,4]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:15963,2]
[INFO]     Side effects in initialization of unused variable update [app.13d67f2c855c10e05dba.js:15958,5]
[INFO]     Condition always true [app.13d67f2c855c10e05dba.js:16954,17]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:17699,4]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:17701,2]
[INFO]     Side effects in initialization of unused variable update [app.13d67f2c855c10e05dba.js:17696,5]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:18421,13]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:18421,20]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:19808,4]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:19810,2]
[INFO]     Side effects in initialization of unused variable update [app.13d67f2c855c10e05dba.js:19805,5]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:20175,4]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:20177,2]
[INFO]     Side effects in initialization of unused variable update [app.13d67f2c855c10e05dba.js:20172,5]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:20414,4]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:20416,2]
[INFO]     Side effects in initialization of unused variable update [app.13d67f2c855c10e05dba.js:20411,5]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:20485,13]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:20487,13]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:20515,17]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:20515,24]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:20767,4]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:20769,2]
[INFO]     Side effects in initialization of unused variable update [app.13d67f2c855c10e05dba.js:20764,5]
[INFO]     Condition always false [app.13d67f2c855c10e05dba.js:20856,4]
[INFO]     Dropping unreachable code [app.13d67f2c855c10e05dba.js:20858,2]
[INFO]     Side effects in initialization of unused variable update [app.13d67f2c855c10e05dba.js:20853,5]
[INFO]     Side effects in initialization of unused variable sourceMap [app.13d67f2c855c10e05dba.js:21163,6]
[INFO]     Side effects in initialization of unused variable media [app.13d67f2c855c10e05dba.js:21181,6]
[INFO]     Condition always true [app.13d67f2c855c10e05dba.js:21001,5]
[INFO]     
[INFO]     WARNING in 2.2.140e5678725e6a8b6f6b.js from UglifyJs
[INFO]     Condition always false [2.2.140e5678725e6a8b6f6b.js:630,4]
[INFO]     Dropping unreachable code [2.2.140e5678725e6a8b6f6b.js:632,2]
[INFO]     Side effects in initialization of unused variable update [2.2.140e5678725e6a8b6f6b.js:627,5]
[INFO]     Condition always false [2.2.140e5678725e6a8b6f6b.js:706,4]
[INFO]     Dropping unreachable code [2.2.140e5678725e6a8b6f6b.js:708,2]
[INFO]     Side effects in initialization of unused variable update [2.2.140e5678725e6a8b6f6b.js:703,5]
[INFO]     
[INFO]     WARNING in 3.3.124b638605c24e2be20c.js from UglifyJs
[INFO]     Condition always false [3.3.124b638605c24e2be20c.js:240,17]
[INFO]     Dropping unreachable code [3.3.124b638605c24e2be20c.js:240,24]
[INFO]     Declarations in unreachable code! [3.3.124b638605c24e2be20c.js:241,17]
[INFO]     Dropping unused variable DevIndex [3.3.124b638605c24e2be20c.js:241,21]
[INFO]     Condition always false [3.3.124b638605c24e2be20c.js:1505,4]
[INFO]     Dropping unreachable code [3.3.124b638605c24e2be20c.js:1507,2]
[INFO]     Side effects in initialization of unused variable update [3.3.124b638605c24e2be20c.js:1502,5]
[INFO]     Condition always false [3.3.124b638605c24e2be20c.js:1898,4]
[INFO]     Dropping unreachable code [3.3.124b638605c24e2be20c.js:1900,2]
[INFO]     Side effects in initialization of unused variable update [3.3.124b638605c24e2be20c.js:1895,5]
[INFO]     Condition always false [3.3.124b638605c24e2be20c.js:2996,4]
[INFO]     Dropping unreachable code [3.3.124b638605c24e2be20c.js:2998,2]
[INFO]     Side effects in initialization of unused variable update [3.3.124b638605c24e2be20c.js:2993,5]
[INFO]     Condition always false [3.3.124b638605c24e2be20c.js:3038,4]
[INFO]     Dropping unreachable code [3.3.124b638605c24e2be20c.js:3040,2]
[INFO]     Side effects in initialization of unused variable update [3.3.124b638605c24e2be20c.js:3035,5]
[INFO]     Condition always false [3.3.124b638605c24e2be20c.js:4973,17]
[INFO]     Dropping unreachable code [3.3.124b638605c24e2be20c.js:4974,17]
[INFO]     Condition always false [3.3.124b638605c24e2be20c.js:5085,21]
[INFO]     Dropping unreachable code [3.3.124b638605c24e2be20c.js:5086,21]
[INFO]     Condition always false [3.3.124b638605c24e2be20c.js:5168,21]
[INFO]     Dropping unreachable code [3.3.124b638605c24e2be20c.js:5169,21]
[INFO]     Side effects in initialization of unused variable _crudController2 [3.3.124b638605c24e2be20c.js:4927,5]
[INFO]     Condition always false [3.3.124b638605c24e2be20c.js:5413,21]
[INFO]     Dropping unreachable code [3.3.124b638605c24e2be20c.js:5414,21]
[INFO]     Condition always false [3.3.124b638605c24e2be20c.js:5529,17]
[INFO]     Dropping unreachable code [3.3.124b638605c24e2be20c.js:5530,17]
[INFO]     Condition always false [3.3.124b638605c24e2be20c.js:5605,25]
[INFO]     Dropping unreachable code [3.3.124b638605c24e2be20c.js:5607,25]
[INFO]     Condition always false [3.3.124b638605c24e2be20c.js:5704,17]
[INFO]     Dropping unreachable code [3.3.124b638605c24e2be20c.js:5705,17]
[INFO]     Condition always false [3.3.124b638605c24e2be20c.js:5731,17]
[INFO]     Dropping unreachable code [3.3.124b638605c24e2be20c.js:5732,17]
[INFO]     Condition always true [3.3.124b638605c24e2be20c.js:11892,17]
[INFO]     Side effects in initialization of unused variable _indicator2 [3.3.124b638605c24e2be20c.js:12330,5]
[INFO]     Condition always false [3.3.124b638605c24e2be20c.js:12464,4]
[INFO]     Dropping unreachable code [3.3.124b638605c24e2be20c.js:12466,2]
[INFO]     Side effects in initialization of unused variable update [3.3.124b638605c24e2be20c.js:12461,5]
[INFO]     Condition always false [3.3.124b638605c24e2be20c.js:13615,17]
[INFO]     Dropping unreachable code [3.3.124b638605c24e2be20c.js:13616,17]
[INFO]     Condition always false [3.3.124b638605c24e2be20c.js:13848,4]
[INFO]     Dropping unreachable code [3.3.124b638605c24e2be20c.js:13850,2]
[INFO]     Side effects in initialization of unused variable update [3.3.124b638605c24e2be20c.js:13845,5]
[INFO]     Condition always false [3.3.124b638605c24e2be20c.js:14925,4]
[INFO]     Dropping unreachable code [3.3.124b638605c24e2be20c.js:14927,2]
[INFO]     Side effects in initialization of unused variable update [3.3.124b638605c24e2be20c.js:14922,5]
[INFO]     Condition always false [3.3.124b638605c24e2be20c.js:17159,4]
[INFO]     Dropping unreachable code [3.3.124b638605c24e2be20c.js:17161,2]
[INFO]     Side effects in initialization of unused variable update [3.3.124b638605c24e2be20c.js:17156,5]
[INFO]     Condition always false [3.3.124b638605c24e2be20c.js:17873,4]
[INFO]     Dropping unreachable code [3.3.124b638605c24e2be20c.js:17875,2]
[INFO]     Side effects in initialization of unused variable update [3.3.124b638605c24e2be20c.js:17870,5]
[INFO]     Condition always false [3.3.124b638605c24e2be20c.js:18835,4]
[INFO]     Dropping unreachable code [3.3.124b638605c24e2be20c.js:18837,2]
[INFO]     Side effects in initialization of unused variable update [3.3.124b638605c24e2be20c.js:18832,5]
[INFO]     Condition always false [3.3.124b638605c24e2be20c.js:22050,4]
[INFO]     Dropping unreachable code [3.3.124b638605c24e2be20c.js:22052,2]
[INFO]     Side effects in initialization of unused variable update [3.3.124b638605c24e2be20c.js:22047,5]
[INFO]     Condition always false [3.3.124b638605c24e2be20c.js:23241,4]
[INFO]     Dropping unreachable code [3.3.124b638605c24e2be20c.js:23243,2]
[INFO]     Side effects in initialization of unused variable update [3.3.124b638605c24e2be20c.js:23238,5]
[INFO]     
[INFO]     WARNING in vendor.dcf2e8d041ab8bd1c396.js from UglifyJs
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:648,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:648,12]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:649,3]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:657,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:657,12]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:658,3]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:642,5]
[INFO]     Dropping unused variable ReactElementValidator [vendor.dcf2e8d041ab8bd1c396.js:649,7]
[INFO]     Dropping unused variable warned [vendor.dcf2e8d041ab8bd1c396.js:658,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:1065,35]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:1010,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:1179,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:1180,3]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:1246,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:1247,5]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:1248,7]
[INFO]     Dropping unused variable getter [vendor.dcf2e8d041ab8bd1c396.js:1248,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:1258,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:1259,5]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:1260,7]
[INFO]     Dropping unused variable getter [vendor.dcf2e8d041ab8bd1c396.js:1260,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:1273,8]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:1273,8]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:1287,8]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:1287,8]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:1332,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:1337,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:1422,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:1423,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:1439,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:1440,5]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:1442,9]
[INFO]     Dropping unused variable displayName [vendor.dcf2e8d041ab8bd1c396.js:1442,13]
[INFO]     Dropping unused function defineKeyPropWarningGetter [vendor.dcf2e8d041ab8bd1c396.js:1269,10]
[INFO]     Dropping unused function defineRefPropWarningGetter [vendor.dcf2e8d041ab8bd1c396.js:1283,10]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:1230,5]
[INFO]     Side effects in initialization of unused variable canDefineProperty [vendor.dcf2e8d041ab8bd1c396.js:1231,5]
[INFO]     Dropping unused variable specialPropKeyWarningShown [vendor.dcf2e8d041ab8bd1c396.js:1243,5]
[INFO]     Dropping unused variable specialPropRefWarningShown [vendor.dcf2e8d041ab8bd1c396.js:1243,33]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:1617,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:1618,3]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:1722,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:1723,3]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:1869,13]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:1869,20]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:1870,11]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:1872,13]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:1892,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:1897,9]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:1898,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:1905,16]
[INFO]     Condition always true [vendor.dcf2e8d041ab8bd1c396.js:1905,8]
[INFO]     Dropping unused variable mapsAsChildrenAddendum [vendor.dcf2e8d041ab8bd1c396.js:1870,15]
[INFO]     Dropping unused variable mapsAsChildrenOwnerName [vendor.dcf2e8d041ab8bd1c396.js:1872,17]
[INFO]     Dropping unused variable name [vendor.dcf2e8d041ab8bd1c396.js:1898,15]
[INFO]     Side effects in initialization of unused variable ReactCurrentOwner [vendor.dcf2e8d041ab8bd1c396.js:1776,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:1780,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:1782,5]
[INFO]     Dropping unused variable didWarnAboutMaps [vendor.dcf2e8d041ab8bd1c396.js:1798,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:2111,104]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:2144,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:2144,12]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:2145,3]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:2159,8]
[INFO]     Side effects in initialization of unused variable canDefineProperty [vendor.dcf2e8d041ab8bd1c396.js:2066,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:2068,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:2069,5]
[INFO]     Dropping unused variable deprecatedAPIs [vendor.dcf2e8d041ab8bd1c396.js:2145,7]
[INFO]     Dropping unused variable defineDeprecationWarning [vendor.dcf2e8d041ab8bd1c396.js:2149,7]
[INFO]     Dropping unused variable fnName [vendor.dcf2e8d041ab8bd1c396.js:2159,12]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:2187,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:2187,14]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:2188,5]
[INFO]     Dropping unused variable constructor [vendor.dcf2e8d041ab8bd1c396.js:2188,9]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:2184,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:2286,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:2287,3]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:2685,8]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:2685,8]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:2695,42]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:2700,79]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:2710,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:2710,16]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:2711,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:2720,36]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:2721,42]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:2766,109]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:2777,15]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:2780,13]
[INFO]     Dropping unused variable typeofSpec [vendor.dcf2e8d041ab8bd1c396.js:2711,11]
[INFO]     Dropping unused variable isMixinValid [vendor.dcf2e8d041ab8bd1c396.js:2712,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:2801,21]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:2804,22]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:2817,74]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:2821,36]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:2876,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:2876,14]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:2880,5]
[INFO]     Dropping unused variable componentName [vendor.dcf2e8d041ab8bd1c396.js:2880,9]
[INFO]     Dropping unused variable _bind [vendor.dcf2e8d041ab8bd1c396.js:2881,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:2647,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:2648,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:2653,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:2654,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:2670,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:2671,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:2974,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:2975,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:2994,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:2996,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:3002,78]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:3019,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:3024,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:3032,38]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:3034,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:3035,7]
[INFO]     Dropping unused function validateTypeDef [vendor.dcf2e8d041ab8bd1c396.js:2680,10]
[INFO]     Side effects in initialization of unused variable ReactPropTypeLocationNames [vendor.dcf2e8d041ab8bd1c396.js:2359,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:2363,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:2364,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:3078,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:3079,3]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:3112,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:3112,12]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:3113,3]
[INFO]     Dropping unused variable ReactElementValidator [vendor.dcf2e8d041ab8bd1c396.js:3113,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:3394,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:3395,7]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:3396,9]
[INFO]     Dropping unused variable cacheKey [vendor.dcf2e8d041ab8bd1c396.js:3396,13]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:3388,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:3389,5]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:3389,5]
[INFO]     Dropping unused variable manualPropTypeCallCache [vendor.dcf2e8d041ab8bd1c396.js:3389,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:3495,6]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:3495,6]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:3540,6]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:3540,6]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:3284,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:3775,45]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:3758,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:3856,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:3856,12]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:3857,3]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:3865,9]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:3870,5]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:3875,5]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:3883,10]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:3892,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:3892,12]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:3893,3]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:3818,5]
[INFO]     Dropping unused variable ExecutionEnvironment [vendor.dcf2e8d041ab8bd1c396.js:3857,7]
[INFO]     Dropping unused variable showFileUrlMessage [vendor.dcf2e8d041ab8bd1c396.js:3865,13]
[INFO]     Dropping unused variable testFunc [vendor.dcf2e8d041ab8bd1c396.js:3870,9]
[INFO]     Dropping unused variable ieCompatibilityMode [vendor.dcf2e8d041ab8bd1c396.js:3875,9]
[INFO]     Dropping unused variable expectedFeatures [vendor.dcf2e8d041ab8bd1c396.js:3879,9]
[INFO]     Dropping unused variable i [vendor.dcf2e8d041ab8bd1c396.js:3883,14]
[INFO]     Dropping unused variable ReactInstrumentation [vendor.dcf2e8d041ab8bd1c396.js:3893,7]
[INFO]     Dropping unused variable ReactDOMUnknownPropertyHook [vendor.dcf2e8d041ab8bd1c396.js:3894,7]
[INFO]     Dropping unused variable ReactDOMNullInputValuePropHook [vendor.dcf2e8d041ab8bd1c396.js:3895,7]
[INFO]     Dropping unused variable ReactDOMInvalidARIAHook [vendor.dcf2e8d041ab8bd1c396.js:3896,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:4011,14]
[INFO]     Condition always true [vendor.dcf2e8d041ab8bd1c396.js:4011,6]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:4070,38]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:4080,26]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:3926,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:4223,60]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:4240,119]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:4242,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:4243,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:4249,13]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:4250,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:4335,29]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:4165,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:4981,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:4982,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:4961,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:5216,42]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:5340,21]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:5102,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:5404,28]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:5408,36]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:5412,86]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:5426,79]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:5454,70]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:5458,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:5458,14]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:5459,5]
[INFO]     Dropping unused variable lowerCasedName [vendor.dcf2e8d041ab8bd1c396.js:5459,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:5501,31]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:5514,27]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:5538,41]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:5605,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:5605,16]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:5606,7]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:5607,12]
[INFO]     Dropping unused variable possibleRegistrationNames [vendor.dcf2e8d041ab8bd1c396.js:5606,11]
[INFO]     Dropping unused variable lowerCasedName [vendor.dcf2e8d041ab8bd1c396.js:5607,16]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:5379,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:5718,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:5719,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:5746,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:5747,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:5787,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:5788,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:5792,40]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:5655,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:5656,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:5661,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:5662,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:5679,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:5680,3]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:5639,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:5640,5]
[INFO]     Dropping unused variable validateEventDispatches [vendor.dcf2e8d041ab8bd1c396.js:5678,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:5908,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:5913,3]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:5914,5]
[INFO]     Dropping unused variable fakeNode [vendor.dcf2e8d041ab8bd1c396.js:5914,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:5965,22]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:5949,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:6240,35]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:6185,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:6425,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:6427,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:6441,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:6442,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:6627,6]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:6627,6]
[INFO]     Dropping unused variable warningCondition [vendor.dcf2e8d041ab8bd1c396.js:6626,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:6527,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:6528,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:6536,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:6537,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:6547,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:6548,3]
[INFO]     Dropping unused function getPooledWarningPropertyDefinition [vendor.dcf2e8d041ab8bd1c396.js:6604,10]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:6380,5]
[INFO]     Dropping unused variable didWarnForAddedNewProperty [vendor.dcf2e8d041ab8bd1c396.js:6382,5]
[INFO]     Side effects in initialization of unused variable isProxySupported [vendor.dcf2e8d041ab8bd1c396.js:6383,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:7032,68]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:7113,40]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:7215,42]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:7222,30]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:7227,27]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:7228,66]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:7229,68]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:7022,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:7327,50]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:7275,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:7445,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:7446,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:7454,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:7455,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:7477,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:7478,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:7484,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:7485,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:7517,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:7518,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:7535,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:7536,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:7553,8]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:7553,8]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:7556,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:7557,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:7562,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:7563,7]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.dcf2e8d041ab8bd1c396.js:7418,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:7420,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:7737,29]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:7751,29]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:7685,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:7785,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:7785,12]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:7786,3]
[INFO]     Dropping unused variable ReactDebugTool [vendor.dcf2e8d041ab8bd1c396.js:7786,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:7924,33]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:7988,32]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:7811,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:8895,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:8896,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:8905,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:8906,3]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:8944,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:8945,7]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:8945,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:8953,15]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:8954,13]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:8963,15]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:8964,13]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:8973,15]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:8974,13]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:8983,15]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:8984,13]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:8993,15]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:8994,13]
[INFO]     Dropping unused variable parentNodeDebugID [vendor.dcf2e8d041ab8bd1c396.js:8945,11]
[INFO]     Side effects in initialization of unused variable ReactDOMComponentTree [vendor.dcf2e8d041ab8bd1c396.js:8798,5]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.dcf2e8d041ab8bd1c396.js:8799,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:9512,40]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:9513,16]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:9514,40]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:9499,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:9586,19]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:9603,22]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:9649,87]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:9651,36]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:9653,43]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:9655,42]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:9829,19]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10014,4]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:10014,4]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10027,75]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10030,34]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10031,102]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10033,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:10034,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10038,64]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10045,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:10048,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10142,24]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10144,12]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10227,35]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10269,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:10270,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10082,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:10083,3]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10358,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:10358,16]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:10359,7]
[INFO]     Dropping unused variable parentInfo [vendor.dcf2e8d041ab8bd1c396.js:10359,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10477,17]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:10479,15]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10536,13]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:10537,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10578,15]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:10579,13]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10717,15]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:10718,13]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10799,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:10800,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10807,13]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:10808,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10815,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:10816,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10819,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:10820,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10863,18]
[INFO]     Condition always true [vendor.dcf2e8d041ab8bd1c396.js:10863,10]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10874,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:10875,7]
[INFO]     Dropping unused function friendlyStringify [vendor.dcf2e8d041ab8bd1c396.js:9965,10]
[INFO]     Dropping unused function checkAndWarnForMutatedStyle [vendor.dcf2e8d041ab8bd1c396.js:9991,10]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.dcf2e8d041ab8bd1c396.js:9920,5]
[INFO]     Side effects in initialization of unused variable emptyFunction [vendor.dcf2e8d041ab8bd1c396.js:9924,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:9926,5]
[INFO]     Side effects in initialization of unused variable isEventSupported [vendor.dcf2e8d041ab8bd1c396.js:9927,5]
[INFO]     Side effects in initialization of unused variable shallowEqual [vendor.dcf2e8d041ab8bd1c396.js:9928,5]
[INFO]     Side effects in initialization of unused variable validateDOMNesting [vendor.dcf2e8d041ab8bd1c396.js:9929,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:9930,5]
[INFO]     Dropping unused variable styleMutationWarning [vendor.dcf2e8d041ab8bd1c396.js:9989,5]
[INFO]     Dropping unused variable setAndValidateContentChildDev [vendor.dcf2e8d041ab8bd1c396.js:10081,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:10994,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:10996,3]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:10996,3]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:11100,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:11101,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:11120,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:11121,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:11133,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:11134,9]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.dcf2e8d041ab8bd1c396.js:10966,5]
[INFO]     Side effects in initialization of unused variable camelizeStyleName [vendor.dcf2e8d041ab8bd1c396.js:10968,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:10972,5]
[INFO]     Dropping unused variable badVendoredStyleNamePattern [vendor.dcf2e8d041ab8bd1c396.js:10996,7]
[INFO]     Dropping unused variable badStyleValueWithSemicolonPattern [vendor.dcf2e8d041ab8bd1c396.js:10999,7]
[INFO]     Dropping unused variable warnedStyleNames [vendor.dcf2e8d041ab8bd1c396.js:11001,7]
[INFO]     Dropping unused variable warnedStyleValues [vendor.dcf2e8d041ab8bd1c396.js:11002,7]
[INFO]     Dropping unused variable warnedForNaNValue [vendor.dcf2e8d041ab8bd1c396.js:11003,7]
[INFO]     Dropping unused variable warnHyphenatedStyleName [vendor.dcf2e8d041ab8bd1c396.js:11005,7]
[INFO]     Dropping unused variable warnBadVendoredStyleName [vendor.dcf2e8d041ab8bd1c396.js:11014,7]
[INFO]     Dropping unused variable warnStyleValueWithSemicolon [vendor.dcf2e8d041ab8bd1c396.js:11023,7]
[INFO]     Dropping unused variable warnStyleValueIsNaN [vendor.dcf2e8d041ab8bd1c396.js:11032,7]
[INFO]     Dropping unused variable checkRenderMessage [vendor.dcf2e8d041ab8bd1c396.js:11041,7]
[INFO]     Dropping unused variable warnValidStyle [vendor.dcf2e8d041ab8bd1c396.js:11056,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:11447,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:11450,7]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:11451,9]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:11456,9]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:11458,11]
[INFO]     Dropping unused variable owner [vendor.dcf2e8d041ab8bd1c396.js:11451,13]
[INFO]     Dropping unused variable ownerName [vendor.dcf2e8d041ab8bd1c396.js:11452,13]
[INFO]     Dropping unused variable warned [vendor.dcf2e8d041ab8bd1c396.js:11456,13]
[INFO]     Dropping unused variable warnings [vendor.dcf2e8d041ab8bd1c396.js:11458,15]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:11410,5]
[INFO]     Dropping unused variable styleWarnings [vendor.dcf2e8d041ab8bd1c396.js:11413,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:11629,4]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:11629,4]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:11743,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:11743,16]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:11744,7]
[INFO]     Dropping unused variable payload [vendor.dcf2e8d041ab8bd1c396.js:11744,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:11764,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:11764,16]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:11765,7]
[INFO]     Dropping unused variable payload [vendor.dcf2e8d041ab8bd1c396.js:11765,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:11783,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:11784,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:11818,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:11819,7]
[INFO]     Side effects in initialization of unused variable ReactDOMComponentTree [vendor.dcf2e8d041ab8bd1c396.js:11607,5]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.dcf2e8d041ab8bd1c396.js:11608,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:11611,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:12604,25]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:12425,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:12425,16]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:12428,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:12456,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:12457,7]
[INFO]     Dropping unused variable owner [vendor.dcf2e8d041ab8bd1c396.js:12428,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:12464,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:12464,16]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:12465,7]
[INFO]     Dropping unused variable controlled [vendor.dcf2e8d041ab8bd1c396.js:12465,11]
[INFO]     Dropping unused variable owner [vendor.dcf2e8d041ab8bd1c396.js:12466,11]
[INFO]     Dropping unused function isControlled [vendor.dcf2e8d041ab8bd1c396.js:12376,10]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:12359,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:12360,5]
[INFO]     Dropping unused variable didWarnValueLink [vendor.dcf2e8d041ab8bd1c396.js:12362,5]
[INFO]     Dropping unused variable didWarnCheckedLink [vendor.dcf2e8d041ab8bd1c396.js:12363,5]
[INFO]     Dropping unused variable didWarnValueDefaultValue [vendor.dcf2e8d041ab8bd1c396.js:12364,5]
[INFO]     Dropping unused variable didWarnCheckedDefaultChecked [vendor.dcf2e8d041ab8bd1c396.js:12365,5]
[INFO]     Dropping unused variable didWarnControlledToUncontrolled [vendor.dcf2e8d041ab8bd1c396.js:12366,5]
[INFO]     Dropping unused variable didWarnUncontrolledToControlled [vendor.dcf2e8d041ab8bd1c396.js:12367,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:12652,72]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:12656,65]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:12661,67]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:12707,10]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:12707,10]
[INFO]     Side effects in initialization of unused variable addendum [vendor.dcf2e8d041ab8bd1c396.js:12706,13]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:12638,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:12639,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:12815,8]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:12815,8]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:12828,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:12829,7]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:12799,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:12965,6]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:12965,6]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:12976,8]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:12976,8]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:12978,8]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:12978,8]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:13044,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:13045,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:13058,8]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:13058,8]
[INFO]     Dropping unused function getDeclarationErrorAddendum [vendor.dcf2e8d041ab8bd1c396.js:12944,10]
[INFO]     Dropping unused function checkSelectPropTypes [vendor.dcf2e8d041ab8bd1c396.js:12960,10]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:12926,5]
[INFO]     Dropping unused variable didWarnValueLink [vendor.dcf2e8d041ab8bd1c396.js:12928,5]
[INFO]     Dropping unused variable valuePropNames [vendor.dcf2e8d041ab8bd1c396.js:12954,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:13161,49]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:13179,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:13180,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:13200,13]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:13201,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:13203,36]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:13205,38]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:13131,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:13132,5]
[INFO]     Dropping unused variable didWarnValueLink [vendor.dcf2e8d041ab8bd1c396.js:13134,5]
[INFO]     Dropping unused variable didWarnValDefaultVal [vendor.dcf2e8d041ab8bd1c396.js:13135,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:13416,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:13416,12]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:13417,3]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:13457,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:13457,18]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:13458,9]
[INFO]     Dropping unused variable selfDebugID [vendor.dcf2e8d041ab8bd1c396.js:13458,13]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:13474,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:13476,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:13510,15]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:13511,13]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:13519,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:13520,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:13538,20]
[INFO]     Condition always true [vendor.dcf2e8d041ab8bd1c396.js:13538,12]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:13558,20]
[INFO]     Condition always true [vendor.dcf2e8d041ab8bd1c396.js:13558,12]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:13634,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:13635,9]
[INFO]     Side effects in initialization of unused variable ReactInstanceMap [vendor.dcf2e8d041ab8bd1c396.js:13291,5]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.dcf2e8d041ab8bd1c396.js:13292,5]
[INFO]     Side effects in initialization of unused variable ReactCurrentOwner [vendor.dcf2e8d041ab8bd1c396.js:13294,5]
[INFO]     Side effects in initialization of unused variable emptyFunction [vendor.dcf2e8d041ab8bd1c396.js:13298,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:13300,5]
[INFO]     Dropping unused variable setChildrenForInstrumentation [vendor.dcf2e8d041ab8bd1c396.js:13415,5]
[INFO]     Dropping unused variable getDebugID [vendor.dcf2e8d041ab8bd1c396.js:13417,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:13765,21]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:13745,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:13866,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:13867,5]
[INFO]     Boolean && always false [vendor.dcf2e8d041ab8bd1c396.js:13854,5]
[INFO]     Condition left of || always true [vendor.dcf2e8d041ab8bd1c396.js:13854,1]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:13900,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:13901,7]
[INFO]     Side effects in initialization of unused variable KeyEscapeUtils [vendor.dcf2e8d041ab8bd1c396.js:13847,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:13850,5]
[INFO]     Dropping unused variable ReactComponentTreeHook [vendor.dcf2e8d041ab8bd1c396.js:13852,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14061,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14062,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14067,16]
[INFO]     Condition always true [vendor.dcf2e8d041ab8bd1c396.js:14067,8]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14089,14]
[INFO]     Condition always true [vendor.dcf2e8d041ab8bd1c396.js:14089,6]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14092,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14093,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14102,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14103,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14108,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14109,5]
[INFO]     Side effects in initialization of unused variable getNextDebugID [vendor.dcf2e8d041ab8bd1c396.js:14010,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:14011,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:14012,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14172,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14173,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14147,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14148,3]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:14148,3]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14277,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14278,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14317,75]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14328,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14328,16]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:14335,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14353,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14357,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14370,76]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14384,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14385,9]
[INFO]     Dropping unused variable _this [vendor.dcf2e8d041ab8bd1c396.js:14294,9]
[INFO]     Dropping unused variable propsMutated [vendor.dcf2e8d041ab8bd1c396.js:14335,11]
[INFO]     Dropping unused variable componentName [vendor.dcf2e8d041ab8bd1c396.js:14336,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14399,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14399,16]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14415,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14416,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14426,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14427,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14463,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14464,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14468,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14469,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14495,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14496,7]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:14497,9]
[INFO]     Dropping unused variable childDebugIDs [vendor.dcf2e8d041ab8bd1c396.js:14497,13]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14529,13]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14530,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14604,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14604,16]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:14605,7]
[INFO]     Dropping unused variable Component [vendor.dcf2e8d041ab8bd1c396.js:14605,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14624,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14624,18]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14637,61]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14638,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14639,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14642,51]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14658,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14659,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14706,24]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14731,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14732,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14745,13]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14746,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14759,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14760,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14831,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14832,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14849,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14850,9]
[INFO]     Dropping unused variable _this2 [vendor.dcf2e8d041ab8bd1c396.js:14816,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14871,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14872,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14889,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14890,9]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:14891,11]
[INFO]     Dropping unused variable childDebugIDs [vendor.dcf2e8d041ab8bd1c396.js:14891,15]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14916,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14917,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14924,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14926,7]
[INFO]     Condition left of || always false [vendor.dcf2e8d041ab8bd1c396.js:14941,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14953,104]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14968,24]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:14970,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:14970,16]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:14971,7]
[INFO]     Dropping unused variable componentName [vendor.dcf2e8d041ab8bd1c396.js:14971,11]
[INFO]     Dropping unused function measureLifeCyclePerf [vendor.dcf2e8d041ab8bd1c396.js:14187,10]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.dcf2e8d041ab8bd1c396.js:14143,5]
[INFO]     Dropping unused variable checkReactTypeSpec [vendor.dcf2e8d041ab8bd1c396.js:14148,7]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:14152,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:14155,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:15063,14]
[INFO]     Condition always true [vendor.dcf2e8d041ab8bd1c396.js:15063,6]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:15046,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:15264,29]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:15239,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:15492,13]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:15492,20]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:15493,11]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:15495,13]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:15515,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:15520,9]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:15521,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:15528,16]
[INFO]     Condition always true [vendor.dcf2e8d041ab8bd1c396.js:15528,8]
[INFO]     Dropping unused variable mapsAsChildrenAddendum [vendor.dcf2e8d041ab8bd1c396.js:15493,15]
[INFO]     Dropping unused variable mapsAsChildrenOwnerName [vendor.dcf2e8d041ab8bd1c396.js:15495,17]
[INFO]     Dropping unused variable name [vendor.dcf2e8d041ab8bd1c396.js:15521,15]
[INFO]     Side effects in initialization of unused variable ReactCurrentOwner [vendor.dcf2e8d041ab8bd1c396.js:15399,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:15403,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:15405,5]
[INFO]     Dropping unused variable didWarnAboutMaps [vendor.dcf2e8d041ab8bd1c396.js:15421,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:15797,4]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:15797,4]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:15804,14]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:15810,21]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:15811,110]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:15812,31]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:15819,39]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:15844,14]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:15651,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:15652,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:16011,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:16012,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:16036,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:16037,5]
[INFO]     Boolean && always false [vendor.dcf2e8d041ab8bd1c396.js:15991,5]
[INFO]     Condition left of || always true [vendor.dcf2e8d041ab8bd1c396.js:15991,1]
[INFO]     Side effects in initialization of unused variable KeyEscapeUtils [vendor.dcf2e8d041ab8bd1c396.js:15985,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:15987,5]
[INFO]     Dropping unused variable ReactComponentTreeHook [vendor.dcf2e8d041ab8bd1c396.js:15989,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:16079,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:16080,3]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.dcf2e8d041ab8bd1c396.js:16069,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:16167,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:16167,14]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:16168,5]
[INFO]     Dropping unused variable constructor [vendor.dcf2e8d041ab8bd1c396.js:16168,9]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:16164,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:16332,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:16332,16]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:16333,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:16342,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:16343,5]
[INFO]     Dropping unused variable ctor [vendor.dcf2e8d041ab8bd1c396.js:16333,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:16363,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:16363,16]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:16364,7]
[INFO]     Dropping unused variable owner [vendor.dcf2e8d041ab8bd1c396.js:16364,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:16484,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:16485,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:16509,55]
[INFO]     Side effects in initialization of unused variable ReactCurrentOwner [vendor.dcf2e8d041ab8bd1c396.js:16304,5]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.dcf2e8d041ab8bd1c396.js:16306,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:16309,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:16310,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:16539,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:16539,12]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:16552,3]
[INFO]     Side effects in initialization of unused variable _assign [vendor.dcf2e8d041ab8bd1c396.js:16532,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:16535,5]
[INFO]     Dropping unused variable specialTags [vendor.dcf2e8d041ab8bd1c396.js:16552,7]
[INFO]     Dropping unused variable inScopeTags [vendor.dcf2e8d041ab8bd1c396.js:16555,7]
[INFO]     Dropping unused variable buttonScopeTags [vendor.dcf2e8d041ab8bd1c396.js:16563,7]
[INFO]     Dropping unused variable impliedEndTags [vendor.dcf2e8d041ab8bd1c396.js:16566,7]
[INFO]     Dropping unused variable emptyAncestorInfo [vendor.dcf2e8d041ab8bd1c396.js:16568,7]
[INFO]     Dropping unused variable updatedAncestorInfo [vendor.dcf2e8d041ab8bd1c396.js:16581,7]
[INFO]     Dropping unused variable isTagValidWithParent [vendor.dcf2e8d041ab8bd1c396.js:16631,7]
[INFO]     Dropping unused variable findInvalidAncestorForTag [vendor.dcf2e8d041ab8bd1c396.js:16720,7]
[INFO]     Dropping unused variable findOwnerStack [vendor.dcf2e8d041ab8bd1c396.js:16793,7]
[INFO]     Dropping unused variable didWarn [vendor.dcf2e8d041ab8bd1c396.js:16806,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:16991,30]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:16992,30]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:17031,30]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:17032,30]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:17047,29]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:16984,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:17174,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:17174,16]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:17175,7]
[INFO]     Dropping unused variable parentInfo [vendor.dcf2e8d041ab8bd1c396.js:17175,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:17251,28]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:17130,5]
[INFO]     Side effects in initialization of unused variable validateDOMNesting [vendor.dcf2e8d041ab8bd1c396.js:17131,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:17579,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:17580,9]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:17768,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:17769,3]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.dcf2e8d041ab8bd1c396.js:17696,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:19117,26]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:18954,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:19856,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:19857,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:19860,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:19861,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:19948,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:19949,3]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:20025,6]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:20025,6]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:20027,37]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:20058,76]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:20064,43]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:20068,6]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:20068,6]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:20101,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:20104,7]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:20105,9]
[INFO]     Dropping unused variable rootElementSibling [vendor.dcf2e8d041ab8bd1c396.js:20105,13]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:20154,6]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:20154,6]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:20156,37]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:20158,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:20159,7]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:20171,11]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:20172,9]
[INFO]     Side effects in initialization of unused variable containerHasNonRootReactChild [vendor.dcf2e8d041ab8bd1c396.js:20166,11]
[INFO]     Side effects in initialization of unused variable isContainerReactRoot [vendor.dcf2e8d041ab8bd1c396.js:20169,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:20183,37]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:20198,13]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:20198,20]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:20203,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:20220,52]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:20222,13]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:20223,11]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:20228,48]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:20240,9]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:20240,16]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:20241,7]
[INFO]     Dropping unused variable normalizer [vendor.dcf2e8d041ab8bd1c396.js:20203,15]
[INFO]     Dropping unused variable hostNode [vendor.dcf2e8d041ab8bd1c396.js:20241,11]
[INFO]     Dropping unused function nodeIsRenderedByOtherInstance [vendor.dcf2e8d041ab8bd1c396.js:19900,10]
[INFO]     Dropping unused function isReactNode [vendor.dcf2e8d041ab8bd1c396.js:19923,10]
[INFO]     Side effects in initialization of unused variable ReactCurrentOwner [vendor.dcf2e8d041ab8bd1c396.js:19735,5]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.dcf2e8d041ab8bd1c396.js:19741,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:19749,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:19752,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:20284,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:20285,5]
[INFO]     Side effects in initialization of unused variable validateDOMNesting [vendor.dcf2e8d041ab8bd1c396.js:20271,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:20470,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:20470,14]
[INFO]     Declarations in unreachable code! [vendor.dcf2e8d041ab8bd1c396.js:20471,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:20491,14]
[INFO]     Condition always true [vendor.dcf2e8d041ab8bd1c396.js:20491,6]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:20493,14]
[INFO]     Condition always true [vendor.dcf2e8d041ab8bd1c396.js:20493,6]
[INFO]     Dropping unused variable owner [vendor.dcf2e8d041ab8bd1c396.js:20471,9]
[INFO]     Side effects in initialization of unused variable ReactCurrentOwner [vendor.dcf2e8d041ab8bd1c396.js:20453,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.dcf2e8d041ab8bd1c396.js:20458,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.dcf2e8d041ab8bd1c396.js:20459,5]
[INFO]     Condition always true [vendor.dcf2e8d041ab8bd1c396.js:20567,6]
[INFO]     Condition always true [vendor.dcf2e8d041ab8bd1c396.js:24910,5]
[INFO]     Condition always true [vendor.dcf2e8d041ab8bd1c396.js:27108,13]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:27114,3]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:27169,31]
[INFO]     Side effects in initialization of unused variable bsClass [vendor.dcf2e8d041ab8bd1c396.js:27173,5]
[INFO]     Side effects in initialization of unused variable bsSizes [vendor.dcf2e8d041ab8bd1c396.js:27215,5]
[INFO]     Side effects in initialization of unused variable _curry [vendor.dcf2e8d041ab8bd1c396.js:27335,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:27412,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:27413,5]
[INFO]     Side effects in initialization of unused variable Size [vendor.dcf2e8d041ab8bd1c396.js:27449,5]
[INFO]     Side effects in initialization of unused variable SIZE_MAP [vendor.dcf2e8d041ab8bd1c396.js:27455,5]
[INFO]     Side effects in initialization of unused variable DEVICE_SIZES [vendor.dcf2e8d041ab8bd1c396.js:27466,5]
[INFO]     Side effects in initialization of unused variable State [vendor.dcf2e8d041ab8bd1c396.js:27468,5]
[INFO]     Side effects in initialization of unused variable Style [vendor.dcf2e8d041ab8bd1c396.js:27475,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:29761,8]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:29761,8]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.dcf2e8d041ab8bd1c396.js:29697,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:29823,5]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:29824,3]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:30095,6]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:30095,6]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.dcf2e8d041ab8bd1c396.js:30050,5]
[INFO]     Condition always true [vendor.dcf2e8d041ab8bd1c396.js:30802,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:30804,10]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:31612,8]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:31612,8]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:31639,8]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:31639,8]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.dcf2e8d041ab8bd1c396.js:31369,5]
[INFO]     Side effects in initialization of unused variable _ownerDocument2 [vendor.dcf2e8d041ab8bd1c396.js:31742,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:32218,7]
[INFO]     Dropping unreachable code [vendor.dcf2e8d041ab8bd1c396.js:32219,5]
[INFO]     Dropping unused function readOnlyPropType [vendor.dcf2e8d041ab8bd1c396.js:32205,10]
[INFO]     Side effects in initialization of unused variable _invariant2 [vendor.dcf2e8d041ab8bd1c396.js:32201,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:33573,6]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:33573,6]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.dcf2e8d041ab8bd1c396.js:33506,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:37989,8]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:37989,8]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:38025,8]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:38025,8]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.dcf2e8d041ab8bd1c396.js:37777,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:40326,8]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:40326,8]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.dcf2e8d041ab8bd1c396.js:40042,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:40631,4]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:40631,4]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.dcf2e8d041ab8bd1c396.js:40608,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:41939,8]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:41939,8]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.dcf2e8d041ab8bd1c396.js:41875,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:42065,6]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:42065,6]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:42066,6]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:42066,6]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.dcf2e8d041ab8bd1c396.js:42015,5]
[INFO]     Condition always false [vendor.dcf2e8d041ab8bd1c396.js:43082,8]
[INFO]     Dropping side-effect-free statement [vendor.dcf2e8d041ab8bd1c396.js:43082,8]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.dcf2e8d041ab8bd1c396.js:42856,5]
[INFO]     Condition always true [vendor.dcf2e8d041ab8bd1c396.js:44724,5]
[INFO] Child
[INFO]     Hash: 28d437f7c9c68e01728f
[INFO]     Version: webpack 1.14.0
[INFO]     Time: 72221ms
[INFO]                                      Asset       Size  Chunks             Chunk Names
[INFO]                app.6a7319095403ac26af49.js     758 kB       0  [emitted]  app
[INFO]       89889688147bd7575d6327160d64e760.svg     109 kB          [emitted]  
[INFO]     af7ae505a9eed503f8b8e6982036873e.woff2    77.2 kB          [emitted]  
[INFO]      fee66e712a8a08eef5805a46892932ad.woff      98 kB          [emitted]  
[INFO]       b06871f281fee6b241d60582ae9369b9.ttf     166 kB          [emitted]  
[INFO]       912ec66d7572ff821749319396470bde.svg     444 kB          [emitted]  
[INFO]       674f50d287a8c48dc19ba404d20fe713.eot     166 kB          [emitted]  
[INFO]                1.1.c6c4a909d37d9ea41526.js    23.2 kB       1  [emitted]  
[INFO]                2.2.97d0d01c107bb8f3df8d.js    24.1 kB       2  [emitted]  
[INFO]                3.3.ff055cd290fd260c8182.js     618 kB       3  [emitted]  
[INFO]             vendor.8130a1a0692d0f2ab2ad.js     414 kB       4  [emitted]  vendor
[INFO]                              manifest.json  747 bytes          [emitted]  
[INFO]     chunk    {0} app.6a7319095403ac26af49.js (app) 1.19 MB {4} [rendered]
[INFO]         [0] ./client/src/scripts/main.js 375 bytes {0} [built]
[INFO]        [16] ./~/babel-polyfill/lib/index.js 833 bytes {0} [built]
[INFO]        [17] ./~/babel-polyfill/~/core-js/shim.js 7.38 kB {0} [built]
[INFO]        [18] ./~/babel-polyfill/~/core-js/modules/es6.symbol.js 8.93 kB {0} [built]
[INFO]        [19] ./~/babel-polyfill/~/core-js/modules/_global.js 322 bytes {0} [built]
[INFO]        [20] ./~/babel-polyfill/~/core-js/modules/_has.js 117 bytes {0} [built]
[INFO]        [21] ./~/babel-polyfill/~/core-js/modules/_descriptors.js 177 bytes {0} [built]
[INFO]        [22] ./~/babel-polyfill/~/core-js/modules/_fails.js 99 bytes {0} [built]
[INFO]        [23] ./~/babel-polyfill/~/core-js/modules/_export.js 1.6 kB {0} [built]
[INFO]        [24] ./~/babel-polyfill/~/core-js/modules/_core.js 117 bytes {0} [built]
[INFO]        [25] ./~/babel-polyfill/~/core-js/modules/_hide.js 288 bytes {0} [built]
[INFO]        [26] ./~/babel-polyfill/~/core-js/modules/_object-dp.js 608 bytes {0} [built]
[INFO]        [27] ./~/babel-polyfill/~/core-js/modules/_an-object.js 149 bytes {0} [built]
[INFO]        [28] ./~/babel-polyfill/~/core-js/modules/_is-object.js 107 bytes {0} [built]
[INFO]        [29] ./~/babel-polyfill/~/core-js/modules/_ie8-dom-define.js 192 bytes {0} [built]
[INFO]        [30] ./~/babel-polyfill/~/core-js/modules/_dom-create.js 286 bytes {0} [built]
[INFO]        [31] ./~/babel-polyfill/~/core-js/modules/_to-primitive.js 644 bytes {0} [built]
[INFO]        [32] ./~/babel-polyfill/~/core-js/modules/_property-desc.js 183 bytes {0} [built]
[INFO]        [33] ./~/babel-polyfill/~/core-js/modules/_redefine.js 1.05 kB {0} [built]
[INFO]        [34] ./~/babel-polyfill/~/core-js/modules/_uid.js 158 bytes {0} [built]
[INFO]        [35] ./~/babel-polyfill/~/core-js/modules/_ctx.js 505 bytes {0} [built]
[INFO]        [36] ./~/babel-polyfill/~/core-js/modules/_a-function.js 120 bytes {0} [built]
[INFO]        [37] ./~/babel-polyfill/~/core-js/modules/_meta.js 1.55 kB {0} [built]
[INFO]        [38] ./~/babel-polyfill/~/core-js/modules/_shared.js 198 bytes {0} [built]
[INFO]        [39] ./~/babel-polyfill/~/core-js/modules/_set-to-string-tag.js 253 bytes {0} [built]
[INFO]        [40] ./~/babel-polyfill/~/core-js/modules/_wks.js 368 bytes {0} [built]
[INFO]        [41] ./~/babel-polyfill/~/core-js/modules/_wks-ext.js 30 bytes {0} [built]
[INFO]        [42] ./~/babel-polyfill/~/core-js/modules/_wks-define.js 439 bytes {0} [built]
[INFO]        [43] ./~/babel-polyfill/~/core-js/modules/_library.js 23 bytes {0} [built]
[INFO]        [44] ./~/babel-polyfill/~/core-js/modules/_keyof.js 307 bytes {0} [built]
[INFO]        [45] ./~/babel-polyfill/~/core-js/modules/_object-keys.js 225 bytes {0} [built]
[INFO]        [46] ./~/babel-polyfill/~/core-js/modules/_object-keys-internal.js 546 bytes {0} [built]
[INFO]        [47] ./~/babel-polyfill/~/core-js/modules/_to-iobject.js 213 bytes {0} [built]
[INFO]        [48] ./~/babel-polyfill/~/core-js/modules/_iobject.js 236 bytes {0} [built]
[INFO]        [49] ./~/babel-polyfill/~/core-js/modules/_cof.js 103 bytes {0} [built]
[INFO]        [50] ./~/babel-polyfill/~/core-js/modules/_defined.js 157 bytes {0} [built]
[INFO]        [51] ./~/babel-polyfill/~/core-js/modules/_array-includes.js 788 bytes {0} [built]
[INFO]        [52] ./~/babel-polyfill/~/core-js/modules/_to-length.js 217 bytes {0} [built]
[INFO]        [53] ./~/babel-polyfill/~/core-js/modules/_to-integer.js 158 bytes {0} [built]
[INFO]        [54] ./~/babel-polyfill/~/core-js/modules/_to-index.js 230 bytes {0} [built]
[INFO]        [55] ./~/babel-polyfill/~/core-js/modules/_shared-key.js 158 bytes {0} [built]
[INFO]        [56] ./~/babel-polyfill/~/core-js/modules/_enum-bug-keys.js 159 bytes {0} [built]
[INFO]        [57] ./~/babel-polyfill/~/core-js/modules/_enum-keys.js 472 bytes {0} [built]
[INFO]        [58] ./~/babel-polyfill/~/core-js/modules/_object-gops.js 41 bytes {0} [built]
[INFO]        [59] ./~/babel-polyfill/~/core-js/modules/_object-pie.js 36 bytes {0} [built]
[INFO]        [60] ./~/babel-polyfill/~/core-js/modules/_is-array.js 145 bytes {0} [built]
[INFO]        [61] ./~/babel-polyfill/~/core-js/modules/_object-create.js 1.52 kB {0} [built]
[INFO]        [62] ./~/babel-polyfill/~/core-js/modules/_object-dps.js 404 bytes {0} [built]
[INFO]        [63] ./~/babel-polyfill/~/core-js/modules/_html.js 75 bytes {0} [built]
[INFO]        [64] ./~/babel-polyfill/~/core-js/modules/_object-gopn-ext.js 603 bytes {0} [built]
[INFO]        [65] ./~/babel-polyfill/~/core-js/modules/_object-gopn.js 290 bytes {0} [built]
[INFO]        [66] ./~/babel-polyfill/~/core-js/modules/_object-gopd.js 607 bytes {0} [built]
[INFO]        [67] ./~/babel-polyfill/~/core-js/modules/es6.object.create.js 158 bytes {0} [built]
[INFO]        [68] ./~/babel-polyfill/~/core-js/modules/es6.object.define-property.js 214 bytes {0} [built]
[INFO]        [69] ./~/babel-polyfill/~/core-js/modules/es6.object.define-properties.js 214 bytes {0} [built]
[INFO]        [70] ./~/babel-polyfill/~/core-js/modules/es6.object.get-own-property-descriptor.js 353 bytes {0} [built]
[INFO]        [71] ./~/babel-polyfill/~/core-js/modules/_object-sap.js 368 bytes {0} [built]
[INFO]        [72] ./~/babel-polyfill/~/core-js/modules/es6.object.get-prototype-of.js 275 bytes {0} [built]
[INFO]        [73] ./~/babel-polyfill/~/core-js/modules/_to-object.js 129 bytes {0} [built]
[INFO]        [74] ./~/babel-polyfill/~/core-js/modules/_object-gpo.js 497 bytes {0} [built]
[INFO]        [75] ./~/babel-polyfill/~/core-js/modules/es6.object.keys.js 223 bytes {0} [built]
[INFO]        [76] ./~/babel-polyfill/~/core-js/modules/es6.object.get-own-property-names.js 147 bytes {0} [built]
[INFO]        [77] ./~/babel-polyfill/~/core-js/modules/es6.object.freeze.js 266 bytes {0} [built]
[INFO]        [78] ./~/babel-polyfill/~/core-js/modules/es6.object.seal.js 255 bytes {0} [built]
[INFO]        [79] ./~/babel-polyfill/~/core-js/modules/es6.object.prevent-extensions.js 333 bytes {0} [built]
[INFO]        [80] ./~/babel-polyfill/~/core-js/modules/es6.object.is-frozen.js 239 bytes {0} [built]
[INFO]        [81] ./~/babel-polyfill/~/core-js/modules/es6.object.is-sealed.js 239 bytes {0} [built]
[INFO]        [82] ./~/babel-polyfill/~/core-js/modules/es6.object.is-extensible.js 263 bytes {0} [built]
[INFO]        [83] ./~/babel-polyfill/~/core-js/modules/es6.object.assign.js 159 bytes {0} [built]
[INFO]        [84] ./~/babel-polyfill/~/core-js/modules/_object-assign.js 1.16 kB {0} [built]
[INFO]        [85] ./~/babel-polyfill/~/core-js/modules/es6.object.is.js 136 bytes {0} [built]
[INFO]        [86] ./~/babel-polyfill/~/core-js/modules/_same-value.js 142 bytes {0} [built]
[INFO]        [87] ./~/babel-polyfill/~/core-js/modules/es6.object.set-prototype-of.js 157 bytes {0} [built]
[INFO]        [88] ./~/babel-polyfill/~/core-js/modules/_set-proto.js 893 bytes {0} [built]
[INFO]        [89] ./~/babel-polyfill/~/core-js/modules/es6.object.to-string.js 319 bytes {0} [built]
[INFO]        [90] ./~/babel-polyfill/~/core-js/modules/_classof.js 709 bytes {0} [built]
[INFO]        [91] ./~/babel-polyfill/~/core-js/modules/es6.function.bind.js 161 bytes {0} [built]
[INFO]        [92] ./~/babel-polyfill/~/core-js/modules/_bind.js 855 bytes {0} [built]
[INFO]        [93] ./~/babel-polyfill/~/core-js/modules/_invoke.js 709 bytes {0} [built]
[INFO]        [94] ./~/babel-polyfill/~/core-js/modules/es6.function.name.js 652 bytes {0} [built]
[INFO]        [95] ./~/babel-polyfill/~/core-js/modules/es6.function.has-instance.js 655 bytes {0} [built]
[INFO]        [96] ./~/babel-polyfill/~/core-js/modules/es6.parse-int.js 192 bytes {0} [built]
[INFO]        [97] ./~/babel-polyfill/~/core-js/modules/_parse-int.js 403 bytes {0} [built]
[INFO]        [98] ./~/babel-polyfill/~/core-js/modules/_string-trim.js 894 bytes {0} [built]
[INFO]        [99] ./~/babel-polyfill/~/core-js/modules/_string-ws.js 169 bytes {0} [built]
[INFO]       [100] ./~/babel-polyfill/~/core-js/modules/es6.parse-float.js 201 bytes {0} [built]
[INFO]       [101] ./~/babel-polyfill/~/core-js/modules/_parse-float.js 361 bytes {0} [built]
[INFO]       [102] ./~/babel-polyfill/~/core-js/modules/es6.number.constructor.js 2.93 kB {0} [built]
[INFO]       [103] ./~/babel-polyfill/~/core-js/modules/_inherit-if-required.js 331 bytes {0} [built]
[INFO]       [104] ./~/babel-polyfill/~/core-js/modules/es6.number.to-fixed.js 2.71 kB {0} [built]
[INFO]       [105] ./~/babel-polyfill/~/core-js/modules/_a-number-value.js 153 bytes {0} [built]
[INFO]       [106] ./~/babel-polyfill/~/core-js/modules/_string-repeat.js 366 bytes {0} [built]
[INFO]       [107] ./~/babel-polyfill/~/core-js/modules/es6.number.to-precision.js 615 bytes {0} [built]
[INFO]       [108] ./~/babel-polyfill/~/core-js/modules/es6.number.epsilon.js 122 bytes {0} [built]
[INFO]       [109] ./~/babel-polyfill/~/core-js/modules/es6.number.is-finite.js 245 bytes {0} [built]
[INFO]       [110] ./~/babel-polyfill/~/core-js/modules/es6.number.is-integer.js 142 bytes {0} [built]
[INFO]       [111] ./~/babel-polyfill/~/core-js/modules/_is-integer.js 206 bytes {0} [built]
[INFO]       [112] ./~/babel-polyfill/~/core-js/modules/es6.number.is-nan.js 170 bytes {0} [built]
[INFO]       [113] ./~/babel-polyfill/~/core-js/modules/es6.number.is-safe-integer.js 298 bytes {0} [built]
[INFO]       [114] ./~/babel-polyfill/~/core-js/modules/es6.number.max-safe-integer.js 140 bytes {0} [built]
[INFO]       [115] ./~/babel-polyfill/~/core-js/modules/es6.number.min-safe-integer.js 142 bytes {0} [built]
[INFO]       [116] ./~/babel-polyfill/~/core-js/modules/es6.number.parse-float.js 228 bytes {0} [built]
[INFO]       [117] ./~/babel-polyfill/~/core-js/modules/es6.number.parse-int.js 219 bytes {0} [built]
[INFO]       [118] ./~/babel-polyfill/~/core-js/modules/es6.math.acosh.js 573 bytes {0} [built]
[INFO]       [119] ./~/babel-polyfill/~/core-js/modules/_math-log1p.js 152 bytes {0} [built]
[INFO]       [120] ./~/babel-polyfill/~/core-js/modules/es6.math.asinh.js 339 bytes {0} [built]
[INFO]       [121] ./~/babel-polyfill/~/core-js/modules/es6.math.atanh.js 303 bytes {0} [built]
[INFO]       [122] ./~/babel-polyfill/~/core-js/modules/es6.math.cbrt.js 218 bytes {0} [built]
[INFO]       [123] ./~/babel-polyfill/~/core-js/modules/_math-sign.js 131 bytes {0} [built]
[INFO]       [124] ./~/babel-polyfill/~/core-js/modules/es6.math.clz32.js 206 bytes {0} [built]
[INFO]       [125] ./~/babel-polyfill/~/core-js/modules/es6.math.cosh.js 188 bytes {0} [built]
[INFO]       [126] ./~/babel-polyfill/~/core-js/modules/es6.math.expm1.js 184 bytes {0} [built]
[INFO]       [127] ./~/babel-polyfill/~/core-js/modules/_math-expm1.js 341 bytes {0} [built]
[INFO]       [128] ./~/babel-polyfill/~/core-js/modules/es6.math.fround.js 743 bytes {0} [built]
[INFO]       [129] ./~/babel-polyfill/~/core-js/modules/es6.math.hypot.js 660 bytes {0} [built]
[INFO]       [130] ./~/babel-polyfill/~/core-js/modules/es6.math.imul.js 532 bytes {0} [built]
[INFO]       [131] ./~/babel-polyfill/~/core-js/modules/es6.math.log10.js 164 bytes {0} [built]
[INFO]       [132] ./~/babel-polyfill/~/core-js/modules/es6.math.log1p.js 126 bytes {0} [built]
[INFO]       [133] ./~/babel-polyfill/~/core-js/modules/es6.math.log2.js 160 bytes {0} [built]
[INFO]       [134] ./~/babel-polyfill/~/core-js/modules/es6.math.sign.js 123 bytes {0} [built]
[INFO]       [135] ./~/babel-polyfill/~/core-js/modules/es6.math.sinh.js 454 bytes {0} [built]
[INFO]       [136] ./~/babel-polyfill/~/core-js/modules/es6.math.tanh.js 318 bytes {0} [built]
[INFO]       [137] ./~/babel-polyfill/~/core-js/modules/es6.math.trunc.js 179 bytes {0} [built]
[INFO]       [138] ./~/babel-polyfill/~/core-js/modules/es6.string.from-code-point.js 848 bytes {0} [built]
[INFO]       [139] ./~/babel-polyfill/~/core-js/modules/es6.string.raw.js 516 bytes {0} [built]
[INFO]       [140] ./~/babel-polyfill/~/core-js/modules/es6.string.trim.js 163 bytes {0} [built]
[INFO]       [141] ./~/babel-polyfill/~/core-js/modules/es6.string.iterator.js 523 bytes {0} [built]
[INFO]       [142] ./~/babel-polyfill/~/core-js/modules/_string-at.js 611 bytes {0} [built]
[INFO]       [143] ./~/babel-polyfill/~/core-js/modules/_iter-define.js 2.82 kB {0} [built]
[INFO]       [144] ./~/babel-polyfill/~/core-js/modules/_iterators.js 20 bytes {0} [built]
[INFO]       [145] ./~/babel-polyfill/~/core-js/modules/_iter-create.js 528 bytes {0} [built]
[INFO]       [146] ./~/babel-polyfill/~/core-js/modules/es6.string.code-point-at.js 250 bytes {0} [built]
[INFO]       [147] ./~/babel-polyfill/~/core-js/modules/es6.string.ends-with.js 840 bytes {0} [built]
[INFO]       [148] ./~/babel-polyfill/~/core-js/modules/_string-context.js 309 bytes {0} [built]
[INFO]       [149] ./~/babel-polyfill/~/core-js/modules/_is-regexp.js 292 bytes {0} [built]
[INFO]       [150] ./~/babel-polyfill/~/core-js/modules/_fails-is-regexp.js 244 bytes {0} [built]
[INFO]       [151] ./~/babel-polyfill/~/core-js/modules/es6.string.includes.js 476 bytes {0} [built]
[INFO]       [152] ./~/babel-polyfill/~/core-js/modules/es6.string.repeat.js 155 bytes {0} [built]
[INFO]       [153] ./~/babel-polyfill/~/core-js/modules/es6.string.starts-with.js 767 bytes {0} [built]
[INFO]       [154] ./~/babel-polyfill/~/core-js/modules/es6.string.anchor.js 200 bytes {0} [built]
[INFO]       [155] ./~/babel-polyfill/~/core-js/modules/_string-html.js 696 bytes {0} [built]
[INFO]       [156] ./~/babel-polyfill/~/core-js/modules/es6.string.big.js 179 bytes {0} [built]
[INFO]       [157] ./~/babel-polyfill/~/core-js/modules/es6.string.blink.js 187 bytes {0} [built]
[INFO]       [158] ./~/babel-polyfill/~/core-js/modules/es6.string.bold.js 180 bytes {0} [built]
[INFO]       [159] ./~/babel-polyfill/~/core-js/modules/es6.string.fixed.js 184 bytes {0} [built]
[INFO]       [160] ./~/babel-polyfill/~/core-js/modules/es6.string.fontcolor.js 216 bytes {0} [built]
[INFO]       [161] ./~/babel-polyfill/~/core-js/modules/es6.string.fontsize.js 209 bytes {0} [built]
[INFO]       [162] ./~/babel-polyfill/~/core-js/modules/es6.string.italics.js 189 bytes {0} [built]
[INFO]       [163] ./~/babel-polyfill/~/core-js/modules/es6.string.link.js 192 bytes {0} [built]
[INFO]       [164] ./~/babel-polyfill/~/core-js/modules/es6.string.small.js 188 bytes {0} [built]
[INFO]       [165] ./~/babel-polyfill/~/core-js/modules/es6.string.strike.js 192 bytes {0} [built]
[INFO]       [166] ./~/babel-polyfill/~/core-js/modules/es6.string.sub.js 180 bytes {0} [built]
[INFO]       [167] ./~/babel-polyfill/~/core-js/modules/es6.string.sup.js 180 bytes {0} [built]
[INFO]       [168] ./~/babel-polyfill/~/core-js/modules/es6.date.now.js 149 bytes {0} [built]
[INFO]       [169] ./~/babel-polyfill/~/core-js/modules/es6.date.to-json.js 510 bytes {0} [built]
[INFO]       [170] ./~/babel-polyfill/~/core-js/modules/es6.date.to-iso-string.js 1.01 kB {0} [built]
[INFO]       [171] ./~/babel-polyfill/~/core-js/modules/es6.date.to-string.js 393 bytes {0} [built]
[INFO]       [172] ./~/babel-polyfill/~/core-js/modules/es6.date.to-primitive.js 189 bytes {0} [built]
[INFO]       [173] ./~/babel-polyfill/~/core-js/modules/_date-to-primitive.js 318 bytes {0} [built]
[INFO]       [174] ./~/babel-polyfill/~/core-js/modules/es6.array.is-array.js 142 bytes {0} [built]
[INFO]       [175] ./~/babel-polyfill/~/core-js/modules/es6.array.from.js 1.67 kB {0} [built]
[INFO]       [176] ./~/babel-polyfill/~/core-js/modules/_iter-call.js 403 bytes {0} [built]
[INFO]       [177] ./~/babel-polyfill/~/core-js/modules/_is-array-iter.js 277 bytes {0} [built]
[INFO]       [178] ./~/babel-polyfill/~/core-js/modules/_create-property.js 270 bytes {0} [built]
[INFO]       [179] ./~/babel-polyfill/~/core-js/modules/core.get-iterator-method.js 293 bytes {0} [built]
[INFO]       [180] ./~/babel-polyfill/~/core-js/modules/_iter-detect.js 582 bytes {0} [built]
[INFO]       [181] ./~/babel-polyfill/~/core-js/modules/es6.array.of.js 599 bytes {0} [built]
[INFO]       [182] ./~/babel-polyfill/~/core-js/modules/es6.array.join.js 451 bytes {0} [built]
[INFO]       [183] ./~/babel-polyfill/~/core-js/modules/_strict-method.js 187 bytes {0} [built]
[INFO]       [184] ./~/babel-polyfill/~/core-js/modules/es6.array.slice.js 909 bytes {0} [built]
[INFO]       [185] ./~/babel-polyfill/~/core-js/modules/es6.array.sort.js 648 bytes {0} [built]
[INFO]       [186] ./~/babel-polyfill/~/core-js/modules/es6.array.for-each.js 403 bytes {0} [built]
[INFO]       [187] ./~/babel-polyfill/~/core-js/modules/_array-methods.js 1.56 kB {0} [built]
[INFO]       [188] ./~/babel-polyfill/~/core-js/modules/_array-species-create.js 220 bytes {0} [built]
[INFO]       [189] ./~/babel-polyfill/~/core-js/modules/_array-species-constructor.js 464 bytes {0} [built]
[INFO]       [190] ./~/babel-polyfill/~/core-js/modules/es6.array.map.js 359 bytes {0} [built]
[INFO]       [191] ./~/babel-polyfill/~/core-js/modules/es6.array.filter.js 373 bytes {0} [built]
[INFO]       [192] ./~/babel-polyfill/~/core-js/modules/es6.array.some.js 364 bytes {0} [built]
[INFO]       [193] ./~/babel-polyfill/~/core-js/modules/es6.array.every.js 368 bytes {0} [built]
[INFO]       [194] ./~/babel-polyfill/~/core-js/modules/es6.array.reduce.js 405 bytes {0} [built]
[INFO]       [195] ./~/babel-polyfill/~/core-js/modules/_array-reduce.js 816 bytes {0} [built]
[INFO]       [196] ./~/babel-polyfill/~/core-js/modules/es6.array.reduce-right.js 424 bytes {0} [built]
[INFO]       [197] ./~/babel-polyfill/~/core-js/modules/es6.array.index-of.js 605 bytes {0} [built]
[INFO]       [198] ./~/babel-polyfill/~/core-js/modules/es6.array.last-index-of.js 973 bytes {0} [built]
[INFO]       [199] ./~/babel-polyfill/~/core-js/modules/es6.array.copy-within.js 234 bytes {0} [built]
[INFO]       [200] ./~/babel-polyfill/~/core-js/modules/_array-copy-within.js 833 bytes {0} [built]
[INFO]       [201] ./~/babel-polyfill/~/core-js/modules/_add-to-unscopables.js 292 bytes {0} [built]
[INFO]       [202] ./~/babel-polyfill/~/core-js/modules/es6.array.fill.js 212 bytes {0} [built]
[INFO]       [203] ./~/babel-polyfill/~/core-js/modules/_array-fill.js 610 bytes {0} [built]
[INFO]       [204] ./~/babel-polyfill/~/core-js/modules/es6.array.find.js 523 bytes {0} [built]
[INFO]       [205] ./~/babel-polyfill/~/core-js/modules/es6.array.find-index.js 543 bytes {0} [built]
[INFO]       [206] ./~/babel-polyfill/~/core-js/modules/es6.array.species.js 35 bytes {0} [built]
[INFO]       [207] ./~/babel-polyfill/~/core-js/modules/_set-species.js 367 bytes {0} [built]
[INFO]       [208] ./~/babel-polyfill/~/core-js/modules/es6.array.iterator.js 1.13 kB {0} [built]
[INFO]       [209] ./~/babel-polyfill/~/core-js/modules/_iter-step.js 81 bytes {0} [built]
[INFO]       [210] ./~/babel-polyfill/~/core-js/modules/es6.regexp.constructor.js 1.71 kB {0} [built]
[INFO]       [211] ./~/babel-polyfill/~/core-js/modules/_flags.js 375 bytes {0} [built]
[INFO]       [212] ./~/babel-polyfill/~/core-js/modules/es6.regexp.to-string.js 821 bytes {0} [built]
[INFO]       [213] ./~/babel-polyfill/~/core-js/modules/es6.regexp.flags.js 198 bytes {0} [built]
[INFO]       [214] ./~/babel-polyfill/~/core-js/modules/es6.regexp.match.js 381 bytes {0} [built]
[INFO]       [215] ./~/babel-polyfill/~/core-js/modules/_fix-re-wks.js 944 bytes {0} [built]
[INFO]       [216] ./~/babel-polyfill/~/core-js/modules/es6.regexp.replace.js 491 bytes {0} [built]
[INFO]       [217] ./~/babel-polyfill/~/core-js/modules/es6.regexp.search.js 390 bytes {0} [built]
[INFO]       [218] ./~/babel-polyfill/~/core-js/modules/es6.regexp.split.js 3.32 kB {0} [built]
[INFO]       [219] ./~/babel-polyfill/~/core-js/modules/es6.promise.js 10 kB {0} [built]
[INFO]       [220] ./~/babel-polyfill/~/core-js/modules/_an-instance.js 232 bytes {0} [built]
[INFO]       [221] ./~/babel-polyfill/~/core-js/modules/_for-of.js 1.19 kB {0} [built]
[INFO]       [222] ./~/babel-polyfill/~/core-js/modules/_species-constructor.js 340 bytes {0} [built]
[INFO]       [223] ./~/babel-polyfill/~/core-js/modules/_task.js 2.28 kB {0} [built]
[INFO]       [224] ./~/babel-polyfill/~/core-js/modules/_microtask.js 1.75 kB {0} [built]
[INFO]       [225] ./~/babel-polyfill/~/core-js/modules/_redefine-all.js 164 bytes {0} [built]
[INFO]       [226] ./~/babel-polyfill/~/core-js/modules/es6.map.js 541 bytes {0} [built]
[INFO]       [227] ./~/babel-polyfill/~/core-js/modules/_collection-strong.js 4.83 kB {0} [built]
[INFO]       [228] ./~/babel-polyfill/~/core-js/modules/_collection.js 3.4 kB {0} [built]
[INFO]       [229] ./~/babel-polyfill/~/core-js/modules/es6.set.js 396 bytes {0} [built]
[INFO]       [230] ./~/babel-polyfill/~/core-js/modules/es6.weak-map.js 1.8 kB {0} [built]
[INFO]       [231] ./~/babel-polyfill/~/core-js/modules/_collection-weak.js 2.69 kB {0} [built]
[INFO]       [232] ./~/babel-polyfill/~/core-js/modules/es6.weak-set.js 373 bytes {0} [built]
[INFO]       [233] ./~/babel-polyfill/~/core-js/modules/es6.typed.array-buffer.js 1.8 kB {0} [built]
[INFO]       [234] ./~/babel-polyfill/~/core-js/modules/_typed.js 671 bytes {0} [built]
[INFO]       [235] ./~/babel-polyfill/~/core-js/modules/_typed-buffer.js 9.59 kB {0} [built]
[INFO]       [236] ./~/babel-polyfill/~/core-js/modules/es6.typed.data-view.js 159 bytes {0} [built]
[INFO]       [237] ./~/babel-polyfill/~/core-js/modules/es6.typed.int8-array.js 165 bytes {0} [built]
[INFO]       [238] ./~/babel-polyfill/~/core-js/modules/_typed-array.js 18.8 kB {0} [built]
[INFO]       [239] ./~/babel-polyfill/~/core-js/modules/es6.typed.uint8-array.js 167 bytes {0} [built]
[INFO]       [240] ./~/babel-polyfill/~/core-js/modules/es6.typed.uint8-clamped-array.js 180 bytes {0} [built]
[INFO]       [241] ./~/babel-polyfill/~/core-js/modules/es6.typed.int16-array.js 167 bytes {0} [built]
[INFO]       [242] ./~/babel-polyfill/~/core-js/modules/es6.typed.uint16-array.js 169 bytes {0} [built]
[INFO]       [243] ./~/babel-polyfill/~/core-js/modules/es6.typed.int32-array.js 167 bytes {0} [built]
[INFO]       [244] ./~/babel-polyfill/~/core-js/modules/es6.typed.uint32-array.js 169 bytes {0} [built]
[INFO]       [245] ./~/babel-polyfill/~/core-js/modules/es6.typed.float32-array.js 171 bytes {0} [built]
[INFO]       [246] ./~/babel-polyfill/~/core-js/modules/es6.typed.float64-array.js 171 bytes {0} [built]
[INFO]       [247] ./~/babel-polyfill/~/core-js/modules/es6.reflect.apply.js 640 bytes {0} [built]
[INFO]       [248] ./~/babel-polyfill/~/core-js/modules/es6.reflect.construct.js 1.95 kB {0} [built]
[INFO]       [249] ./~/babel-polyfill/~/core-js/modules/es6.reflect.define-property.js 763 bytes {0} [built]
[INFO]       [250] ./~/babel-polyfill/~/core-js/modules/es6.reflect.delete-property.js 405 bytes {0} [built]
[INFO]       [251] ./~/babel-polyfill/~/core-js/modules/es6.reflect.enumerate.js 732 bytes {0} [built]
[INFO]       [252] ./~/babel-polyfill/~/core-js/modules/es6.reflect.get.js 811 bytes {0} [built]
[INFO]       [253] ./~/babel-polyfill/~/core-js/modules/es6.reflect.get-own-property-descriptor.js 355 bytes {0} [built]
[INFO]       [254] ./~/babel-polyfill/~/core-js/modules/es6.reflect.get-prototype-of.js 287 bytes {0} [built]
[INFO]       [255] ./~/babel-polyfill/~/core-js/modules/es6.reflect.has.js 195 bytes {0} [built]
[INFO]       [256] ./~/babel-polyfill/~/core-js/modules/es6.reflect.is-extensible.js 332 bytes {0} [built]
[INFO]       [257] ./~/babel-polyfill/~/core-js/modules/es6.reflect.own-keys.js 137 bytes {0} [built]
[INFO]       [258] ./~/babel-polyfill/~/core-js/modules/_own-keys.js 418 bytes {0} [built]
[INFO]       [259] ./~/babel-polyfill/~/core-js/modules/es6.reflect.prevent-extensions.js 437 bytes {0} [built]
[INFO]       [260] ./~/babel-polyfill/~/core-js/modules/es6.reflect.set.js 1.19 kB {0} [built]
[INFO]       [261] ./~/babel-polyfill/~/core-js/modules/es6.reflect.set-prototype-of.js 376 bytes {0} [built]
[INFO]       [262] ./~/babel-polyfill/~/core-js/modules/es7.array.includes.js 377 bytes {0} [built]
[INFO]       [263] ./~/babel-polyfill/~/core-js/modules/es7.string.at.js 240 bytes {0} [built]
[INFO]       [264] ./~/babel-polyfill/~/core-js/modules/es7.string.pad-start.js 340 bytes {0} [built]
[INFO]       [265] ./~/babel-polyfill/~/core-js/modules/_string-pad.js 751 bytes {0} [built]
[INFO]       [266] ./~/babel-polyfill/~/core-js/modules/es7.string.pad-end.js 337 bytes {0} [built]
[INFO]       [267] ./~/babel-polyfill/~/core-js/modules/es7.string.trim-left.js 215 bytes {0} [built]
[INFO]       [268] ./~/babel-polyfill/~/core-js/modules/es7.string.trim-right.js 215 bytes {0} [built]
[INFO]       [269] ./~/babel-polyfill/~/core-js/modules/es7.string.match-all.js 1.04 kB {0} [built]
[INFO]       [270] ./~/babel-polyfill/~/core-js/modules/es7.symbol.async-iterator.js 42 bytes {0} [built]
[INFO]       [271] ./~/babel-polyfill/~/core-js/modules/es7.symbol.observable.js 39 bytes {0} [built]
[INFO]       [272] ./~/babel-polyfill/~/core-js/modules/es7.object.get-own-property-descriptors.js 659 bytes {0} [built]
[INFO]       [273] ./~/babel-polyfill/~/core-js/modules/es7.object.values.js 239 bytes {0} [built]
[INFO]       [274] ./~/babel-polyfill/~/core-js/modules/_object-to-array.js 469 bytes {0} [built]
[INFO]       [275] ./~/babel-polyfill/~/core-js/modules/es7.object.entries.js 243 bytes {0} [built]
[INFO]       [276] ./~/babel-polyfill/~/core-js/modules/es7.object.define-getter.js 519 bytes {0} [built]
[INFO]       [277] ./~/babel-polyfill/~/core-js/modules/_object-forced-pam.js 284 bytes {0} [built]
[INFO]       [278] ./~/babel-polyfill/~/core-js/modules/es7.object.define-setter.js 519 bytes {0} [built]
[INFO]       [279] ./~/babel-polyfill/~/core-js/modules/es7.object.lookup-getter.js 669 bytes {0} [built]
[INFO]       [280] ./~/babel-polyfill/~/core-js/modules/es7.object.lookup-setter.js 669 bytes {0} [built]
[INFO]       [281] ./~/babel-polyfill/~/core-js/modules/es7.map.to-json.js 186 bytes {0} [built]
[INFO]       [282] ./~/babel-polyfill/~/core-js/modules/_collection-to-json.js 313 bytes {0} [built]
[INFO]       [283] ./~/babel-polyfill/~/core-js/modules/_array-from-iterable.js 170 bytes {0} [built]
[INFO]       [284] ./~/babel-polyfill/~/core-js/modules/es7.set.to-json.js 186 bytes {0} [built]
[INFO]       [285] ./~/babel-polyfill/~/core-js/modules/es7.system.global.js 143 bytes {0} [built]
[INFO]       [286] ./~/babel-polyfill/~/core-js/modules/es7.error.is-error.js 218 bytes {0} [built]
[INFO]       [287] ./~/babel-polyfill/~/core-js/modules/es7.math.iaddh.js 335 bytes {0} [built]
[INFO]       [288] ./~/babel-polyfill/~/core-js/modules/es7.math.isubh.js 334 bytes {0} [built]
[INFO]       [289] ./~/babel-polyfill/~/core-js/modules/es7.math.imulh.js 436 bytes {0} [built]
[INFO]       [290] ./~/babel-polyfill/~/core-js/modules/es7.math.umulh.js 440 bytes {0} [built]
[INFO]       [291] ./~/babel-polyfill/~/core-js/modules/es7.reflect.define-metadata.js 406 bytes {0} [built]
[INFO]       [292] ./~/babel-polyfill/~/core-js/modules/_metadata.js 1.78 kB {0} [built]
[INFO]       [293] ./~/babel-polyfill/~/core-js/modules/es7.reflect.delete-metadata.js 750 bytes {0} [built]
[INFO]       [294] ./~/babel-polyfill/~/core-js/modules/es7.reflect.get-metadata.js 796 bytes {0} [built]
[INFO]       [295] ./~/babel-polyfill/~/core-js/modules/es7.reflect.get-metadata-keys.js 861 bytes {0} [built]
[INFO]       [296] ./~/babel-polyfill/~/core-js/modules/es7.reflect.get-own-metadata.js 417 bytes {0} [built]
[INFO]       [297] ./~/babel-polyfill/~/core-js/modules/es7.reflect.get-own-metadata-keys.js 400 bytes {0} [built]
[INFO]       [298] ./~/babel-polyfill/~/core-js/modules/es7.reflect.has-metadata.js 713 bytes {0} [built]
[INFO]       [299] ./~/babel-polyfill/~/core-js/modules/es7.reflect.has-own-metadata.js 417 bytes {0} [built]
[INFO]       [300] ./~/babel-polyfill/~/core-js/modules/es7.reflect.metadata.js 551 bytes {0} [built]
[INFO]       [301] ./~/babel-polyfill/~/core-js/modules/es7.asap.js 444 bytes {0} [built]
[INFO]       [302] ./~/babel-polyfill/~/core-js/modules/es7.observable.js 5.45 kB {0} [built]
[INFO]       [303] ./~/babel-polyfill/~/core-js/modules/web.timers.js 702 bytes {0} [built]
[INFO]       [304] ./~/babel-polyfill/~/core-js/modules/_partial.js 757 bytes {0} [built]
[INFO]       [305] ./~/babel-polyfill/~/core-js/modules/_path.js 38 bytes {0} [built]
[INFO]       [306] ./~/babel-polyfill/~/core-js/modules/web.immediate.js 164 bytes {0} [built]
[INFO]       [307] ./~/babel-polyfill/~/core-js/modules/web.dom.iterable.js 881 bytes {0} [built]
[INFO]       [308] ./~/babel-polyfill/~/regenerator-runtime/runtime.js 22.5 kB {0} [built]
[INFO]       [310] ./~/babel-polyfill/~/core-js/fn/regexp/escape.js 107 bytes {0} [built]
[INFO]       [311] ./~/babel-polyfill/~/core-js/modules/core.regexp.escape.js 232 bytes {0} [built]
[INFO]       [312] ./~/babel-polyfill/~/core-js/modules/_replacer.js 227 bytes {0} [built]
[INFO]       [313] ./client/src/scripts/core/app.jsx 7.99 kB {0} [built]
[INFO]       [478] ./client/src/scripts/core/main-page.jsx 4.53 kB {0} [built]
[INFO]       [479] ./client/src/scripts/components/router.jsx 15.6 kB {0} [built]
[INFO]       [480] ./client/src/scripts/commons/utils.jsx 8.42 kB {0} [built]
[INFO]       [485] ./client/src/scripts/core/page-not-found.jsx 3.32 kB {0} [built]
[INFO]       [738] ./client/src/scripts/components/callout.jsx 2.51 kB {0} [built]
[INFO]       [739] ./client/src/scripts/core/footer.jsx 3.03 kB {0} [built]
[INFO]       [740] ./client/src/scripts/components/wait-icon.jsx 3.19 kB {0} [built]
[INFO]       [741] ./client/src/scripts/core/error-view.jsx 5.59 kB {0} [built]
[INFO]       [742] ./client/src/scripts/core/actions.js 839 bytes {0} [built]
[INFO]       [743] ./client/src/scripts/core/app-message-dlg.jsx 4.02 kB {0} [built]
[INFO]       [744] ./client/src/scripts/components/message-dlg.jsx 6.98 kB {0} [built]
[INFO]       [745] ./client/src/scripts/init/index.js 658 bytes {0} [built]
[INFO]       [748] ./client/src/scripts/pub/index.js 631 bytes {0} [built]
[INFO]       [751] ./client/src/scripts/components/async-button.jsx 8.26 kB {0} [built]
[INFO]       [752] ./client/src/scripts/components/fa.jsx 3.65 kB {0} [built]
[INFO]       [755] ./client/src/scripts/commons/messages.js 760 bytes {0} [built]
[INFO]       [756] ./client/src/scripts/sys/index.js 1.16 kB {0} [built]
[INFO]       [757] ./client/src/scripts/sys/session.js 3.59 kB {0} [built]
[INFO]       [758] ./client/src/scripts/commons/server.js 4.92 kB {0} [built]
[INFO]       [766] ./client/src/scripts/sys/session-utils.jsx 11.6 kB {0} [built]
[INFO]       [767] ./client/src/scripts/components/index.js 5.72 kB {0} [built]
[INFO]       [768] ./client/src/scripts/components/card.jsx 4.51 kB {0} [built]
[INFO]       [769] ./client/src/scripts/components/fluidbar.jsx 3.65 kB {0} [built]
[INFO]       [770] ./client/src/scripts/components/profile.jsx 4.66 kB {0} [built]
[INFO]       [771] ./client/src/scripts/components/profile.less 1.1 kB {0} [built]
[INFO]       [772] ./~/css-loader!./~/less-loader!./client/src/scripts/components/profile.less 1.69 kB {0} [built]
[INFO]       [773] ./~/css-loader/lib/css-base.js 1.51 kB {0} [built]
[INFO]       [774] ./~/style-loader/addStyles.js 7.15 kB {0} [built]
[INFO]       [775] ./client/src/scripts/components/sidebar.jsx 7.12 kB {0} [built]
[INFO]       [776] ./client/src/scripts/components/sidebar.less 1.1 kB {0} [built]
[INFO]       [777] ./~/css-loader!./~/less-loader!./client/src/scripts/components/sidebar.less 749 bytes {0} [built]
[INFO]       [778] ./client/src/scripts/components/collapse-card.jsx 3.95 kB {0} [built]
[INFO]       [779] ./client/src/scripts/components/collapse-row.jsx 3.75 kB {0} [built]
[INFO]       [780] ./client/src/scripts/components/grid-table.jsx 5.64 kB {0} [built]
[INFO]       [781] ./client/src/scripts/commons/grid-utils.jsx 4.07 kB {0} [built]
[INFO]       [782] ./client/src/scripts/components/tree-view.jsx 22 kB {0} [built]
[INFO]       [783] ./~/react-addons-css-transition-group/index.js 62 bytes {0} [built]
[INFO]       [784] ./~/react/lib/ReactCSSTransitionGroup.js 4.65 kB {0} [built]
[INFO]       [785] ./~/react/lib/ReactTransitionGroup.js 8.68 kB {0} [built]
[INFO]       [786] ./~/react/lib/ReactTransitionChildMapping.js 3.27 kB {0} [built]
[INFO]       [787] ./~/react/lib/flattenChildren.js 2.76 kB {0} [built]
[INFO]       [788] ./~/react/lib/ReactCSSTransitionGroupChild.js 4.67 kB {0} [built]
[INFO]       [789] ./~/react/lib/ReactAddonsDOMDependencies.js 842 bytes {0} [built]
[INFO]       [790] ./~/fbjs/lib/CSSCore.js 4.53 kB {0} [built]
[INFO]       [791] ./~/react/lib/ReactTransitionEvents.js 1.97 kB {0} [built]
[INFO]       [792] ./client/src/scripts/components/tree-view.less 1.1 kB {0} [built]
[INFO]       [793] ./~/css-loader!./~/less-loader!./client/src/scripts/components/tree-view.less 510 bytes {0} [built]
[INFO]       [794] ./client/src/scripts/components/popup.jsx 4.6 kB {0} [built]
[INFO]       [795] ./client/src/scripts/components/form-dialog.jsx 9.77 kB {0} [built]
[INFO]       [796] ./client/src/scripts/forms/form.jsx 12.9 kB {0} [built]
[INFO]       [797] ./client/src/scripts/forms/impl/form-validate.js 1.74 kB {0} [built]
[INFO]       [798] ./client/src/scripts/forms/impl/form-render.jsx 4.83 kB {0} [built]
[INFO]       [799] ./client/src/scripts/forms/impl/form-snapshot.js 4.11 kB {0} [built]
[INFO]       [800] ./client/src/scripts/forms/form-utils.jsx 8.06 kB {0} [built]
[INFO]       [801] ./client/src/scripts/forms/controls/form-control.jsx 10.4 kB {0} [built]
[INFO]       [802] ./client/src/scripts/forms/impl/form-init.js 2.29 kB {0} [built]
[INFO]       [803] ./client/src/scripts/forms/form.less 1.09 kB {0} [built]
[INFO]       [804] ./~/css-loader!./~/less-loader!./client/src/scripts/forms/form.less 210 bytes {0} [built]
[INFO]       [805] ./client/src/scripts/forms/controls/input-control.jsx 5.61 kB {0} [built]
[INFO]       [806] ./client/src/scripts/forms/impl/validators.js 1.75 kB {0} [built]
[INFO]       [807] ./client/src/scripts/forms/controls/bool-control.jsx 3.65 kB {0} [built]
[INFO]       [808] ./client/src/scripts/forms/controls/text-control.jsx 4.45 kB {0} [built]
[INFO]       [809] ./client/src/scripts/forms/controls/select-control.jsx 6.25 kB {0} [built]
[INFO]       [810] ./client/src/scripts/forms/controls/date-control.jsx 4.32 kB {0} [built]
[INFO]       [811] ./client/src/scripts/components/date-picker.jsx 8.16 kB {0} [built]
[INFO]       [812] ./~/react-day-picker/dist/DayPicker.js 22.6 kB {0} [built]
[INFO]       [813] ./client/src/scripts/forms/controls/subtitle-control.jsx 2.65 kB {0} [built]
[INFO]       [814] ./client/src/scripts/forms/controls/group-control.jsx 2.55 kB {0} [built]
[INFO]       [815] ./client/src/scripts/forms/controls/period-control.jsx 4.1 kB {0} [built]
[INFO]       [816] ./client/src/scripts/components/month-year-picker.jsx 6.87 kB {0} [built]
[INFO]       [817] ./client/src/scripts/components/year-picker.jsx 6.86 kB {0} [built]
[INFO]       [818] ./client/src/scripts/components/popup-control.jsx 5.76 kB {0} [built]
[INFO]       [819] ./client/src/scripts/components/year-picker.less 1.11 kB {0} [built]
[INFO]       [820] ./~/css-loader!./~/less-loader!./client/src/scripts/components/year-picker.less 581 bytes {0} [built]
[INFO]       [821] ./client/src/scripts/components/selection-box.jsx 12.8 kB {0} [built]
[INFO]       [822] ./client/src/scripts/forms/controls/month-year-control.jsx 4.08 kB {0} [built]
[INFO]       [823] ./client/src/scripts/components/remote-form.jsx 5.79 kB {0} [built]
[INFO]       [824] ./client/src/scripts/components/react-table.jsx 8.6 kB {0} [built]
[INFO]       [825] ./client/src/scripts/components/react-row.jsx 2.98 kB {0} [built]
[INFO]       [826] ./client/src/scripts/components/expandable.jsx 3.64 kB {0} [built]
[INFO]       [827] ./client/src/scripts/components/autoheight-input.jsx 4.15 kB {0} [built]
[INFO]       [828] ./client/src/scripts/components/link-tooltip.jsx 3.42 kB {0} [built]
[INFO]       [829] ./client/src/scripts/components/react-grid.jsx 5.74 kB {0} [built]
[INFO]       [830] ./client/src/scripts/components/react-grid-cell.jsx 3.73 kB {0} [built]
[INFO]       [831] ./client/src/scripts/components/list-box.jsx 11.1 kB {0} [built]
[INFO]       [832] ./client/src/scripts/components/masked-input.jsx 5.19 kB {0} [built]
[INFO]       [833] ./client/src/scripts/components/command-bar.jsx 5.15 kB {0} [built]
[INFO]       [834] ./client/src/scripts/components/command-bar.less 1.11 kB {0} [built]
[INFO]       [835] ./~/css-loader!./~/less-loader!./client/src/scripts/components/command-bar.less 741 bytes {0} [built]
[INFO]       [836] ./client/src/scripts/components/errors.jsx 1.51 kB {0} [built]
[INFO]       [837] ./client/src/scripts/components/observer.jsx 4.18 kB {0} [built]
[INFO]       [838] ./client/src/scripts/components/sideview.jsx 8.61 kB {0} [built]
[INFO]       [839] ./client/src/scripts/components/sideview.less 1.1 kB {0} [built]
[INFO]       [840] ./~/css-loader!./~/less-loader!./client/src/scripts/components/sideview.less 762 bytes {0} [built]
[INFO]       [841] ./client/src/scripts/components/inline-editor.jsx 4.66 kB {0} [built]
[INFO]       [842] ./client/src/scripts/components/big-button.jsx 3.25 kB {0} [built]
[INFO]       [843] ./client/src/scripts/components/big-button.less 1.1 kB {0} [built]
[INFO]       [844] ./~/css-loader!./~/less-loader!./client/src/scripts/components/big-button.less 739 bytes {0} [built]
[INFO]       [860] ./client/src/scripts/core/storage.js 4.11 kB {0} [built]
[INFO]      [1026] ./client/src/styles/theme.css 931 bytes {0} [built]
[INFO]      [1027] ./~/css-loader!./client/src/styles/theme.css 135 kB {0} [built]
[INFO]      [1028] ./client/src/fonts/glyphicons-halflings-regular.eot 26.9 kB {0} [built]
[INFO]      [1029] ./client/src/fonts/glyphicons-halflings-regular.woff2 24.1 kB {0} [built]
[INFO]      [1030] ./client/src/fonts/glyphicons-halflings-regular.woff 31.3 kB {0} [built]
[INFO]      [1031] ./client/src/fonts/glyphicons-halflings-regular.ttf 60.6 kB {0} [built]
[INFO]      [1032] ./client/src/fonts/glyphicons-halflings-regular.svg 82 bytes {0} [built]
[INFO]      [1033] ./client/src/fonts/OpenSans-Regular.woff 85 kB {0} [built]
[INFO]      [1034] ./client/src/fonts/OpenSans-Bold.woff 84.8 kB {0} [built]
[INFO]      [1035] ./~/font-awesome-webpack/index.js 74 bytes {0} [built]
[INFO]      [1036] ./~/font-awesome-webpack/~/style-loader!./~/font-awesome-webpack/~/css-loader!./~/less-loader!./~/font-awesome-webpack/font-awesome-styles.loader.js!./~/font-awesome-webpack/font-awesome.config.js 1.11 kB {0} [built]
[INFO]      [1037] ./~/font-awesome-webpack/~/css-loader!./~/less-loader!./~/font-awesome-webpack/font-awesome-styles.loader.js!./~/font-awesome-webpack/font-awesome.config.js 32.8 kB {0} [built]
[INFO]      [1038] ./~/font-awesome-webpack/~/css-loader/lib/css-base.js 1.51 kB {0} [built]
[INFO]      [1039] ./~/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0 165 bytes {0} [built]
[INFO]      [1040] ./~/font-awesome/fonts/fontawesome-webfont.eot 281 bytes {0} [built]
[INFO]      [1041] ./~/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0 84 bytes {0} [built]
[INFO]      [1042] ./~/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0 83 bytes {0} [built]
[INFO]      [1043] ./~/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0 165 bytes {0} [built]
[INFO]      [1044] ./~/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0 165 bytes {0} [built]
[INFO]      [1045] ./~/font-awesome-webpack/~/style-loader/addStyles.js 6.09 kB {0} [built]
[INFO]     chunk    {1} 1.1.c6c4a909d37d9ea41526.js 62.7 kB {0} {2} {3} [rendered]
[INFO]       [746] ./client/src/scripts/init/home.jsx 3.27 kB {1} [built]
[INFO]       [747] ./client/src/scripts/init/welcome.jsx 6.18 kB {1} [built]
[INFO]       [754] ./client/src/scripts/commons/validator.jsx 2.76 kB {1} {2} {3} [built]
[INFO]      [1022] ./client/src/scripts/init/initoptions.jsx 4.17 kB {1} [built] [1 warning]
[INFO]      [1023] ./client/src/scripts/init/newworkspace.jsx 15.8 kB {1} [built]
[INFO]      [1024] ./client/src/scripts/init/success.jsx 4.38 kB {1} [built]
[INFO]      [1025] ./client/src/scripts/init/offlineinit.jsx 26.1 kB {1} [built] [1 warning]
[INFO]     chunk    {2} 2.2.97d0d01c107bb8f3df8d.js 62 kB {1} {3} {0} [rendered]
[INFO]       [749] ./client/src/scripts/pub/routes.jsx 3.19 kB {2} [built]
[INFO]       [750] ./client/src/scripts/pub/login.jsx 12.7 kB {2} [built]
[INFO]       [753] ./client/src/scripts/components/error.jsx 868 bytes {2} [built]
[INFO]       [754] ./client/src/scripts/commons/validator.jsx 2.76 kB {1} {2} {3} [built]
[INFO]      [1011] ./client/src/scripts/pub/logo.jsx 2.33 kB {2} [built]
[INFO]      [1012] ./client/src/scripts/pub/logo.less 1.09 kB {2} [built]
[INFO]      [1013] ./~/css-loader!./~/less-loader!./client/src/scripts/pub/logo.less 403 bytes {2} [built]
[INFO]      [1014] ./client/src/scripts/pub/borderless-form.jsx 726 bytes {2} [built]
[INFO]      [1015] ./client/src/scripts/pub/borderless-form.less 1.12 kB {2} [built]
[INFO]      [1016] ./~/css-loader!./~/less-loader!./client/src/scripts/pub/borderless-form.less 429 bytes {2} [built]
[INFO]      [1017] ./client/src/scripts/pub/self-reg.jsx 11.3 kB {2} [built]
[INFO]      [1018] ./client/src/scripts/pub/forgot-pwd.jsx 7.94 kB {2} [built]
[INFO]      [1019] ./client/src/scripts/pub/reset-pwd.jsx 2.62 kB {2} [built]
[INFO]      [1020] ./client/src/scripts/pub/set-password.jsx 11.9 kB {2} [built]
[INFO]      [1021] ./client/src/scripts/pub/confirm-email.jsx 2.68 kB {2} [built]
[INFO]     chunk    {3} 3.3.ff055cd290fd260c8182.js 1.18 MB {2} {1} {0} [rendered]
[INFO]       [754] ./client/src/scripts/commons/validator.jsx 2.76 kB {1} {2} {3} [built]
[INFO]       [845] ./client/src/scripts/sys/routes.jsx 5.66 kB {3} [built]
[INFO]       [846] ./client/src/scripts/sys/packages/types/init.js 1.71 kB {3} [built]
[INFO]       [847] ./client/src/scripts/sys/packages/types/admin-unit-control.jsx 8.26 kB {3} [built]
[INFO]       [848] ./client/src/scripts/sys/packages/types/yesno-control.jsx 6.05 kB {3} [built]
[INFO]       [849] ./client/src/scripts/sys/packages/types/unit-control.jsx 9.59 kB {3} [built]
[INFO]       [850] ./client/src/scripts/sys/packages/types/multi-select.jsx 4.54 kB {3} [built]
[INFO]       [851] ./client/src/scripts/sys/packages/types/list-box-control.jsx 5.3 kB {3} [built]
[INFO]       [852] ./client/src/scripts/sys/packages/types/table-form-control.jsx 8.44 kB {3} [built]
[INFO]       [853] ./client/src/scripts/sys/packages/types/table-form-control.less 1.17 kB {3} [built]
[INFO]       [854] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/types/table-form-control.less 242 bytes {3} [built]
[INFO]       [855] ./client/src/scripts/sys/packages/types/multi-list-box-control.jsx 4.81 kB {3} [built]
[INFO]       [856] ./client/src/scripts/sys/packages/types/person-name-control.jsx 9.15 kB {3} [built]
[INFO]       [857] ./client/src/scripts/sys/packages/types/person-name-control.less 1.17 kB {3} [built]
[INFO]       [858] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/types/person-name-control.less 294 bytes {3} [built]
[INFO]       [859] ./client/src/scripts/sys/packages/types/address-control.jsx 8.3 kB {3} [built]
[INFO]       [861] ./client/src/scripts/sys/user/language-sel.jsx 5.6 kB {3} [built]
[INFO]       [862] ./client/src/scripts/sys/user/workspace-sel.jsx 6.26 kB {3} [built]
[INFO]       [863] ./client/src/scripts/sys/toolbar.jsx 12.4 kB {3} [built]
[INFO]       [864] ./client/src/scripts/sys/search-box.jsx 10.2 kB {3} [built]
[INFO]       [865] ./client/src/scripts/sys/search-box.less 1.1 kB {3} [built]
[INFO]       [866] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/search-box.less 1.37 kB {3} [built]
[INFO]       [867] ./client/src/scripts/sys/toolbar.less 1.1 kB {3} [built]
[INFO]       [868] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/toolbar.less 887 bytes {3} [built]
[INFO]       [869] ./client/src/scripts/sys/admin/routes.jsx 3.21 kB {3} [built]
[INFO]       [870] ./client/src/scripts/sys/admin/tables.jsx 4.97 kB {3} [built]
[INFO]       [871] ./client/src/scripts/sys/page-content.jsx 3.17 kB {3} [built]
[INFO]       [872] ./client/src/scripts/sys/sidebar-content.jsx 5.25 kB {3} [built]
[INFO]       [873] ./client/src/scripts/sys/admin/tables/admunits.jsx 20.4 kB {3} [built]
[INFO]       [874] ./client/src/scripts/commons/crud.js 6.45 kB {3} [built]
[INFO]       [875] ./client/src/scripts/sys/admin/tables/country-structures.jsx 3.85 kB {3} [built]
[INFO]       [876] ./client/src/scripts/sys/packages/crud/crud-view.jsx 7.92 kB {3} [built]
[INFO]       [877] ./client/src/scripts/sys/packages/crud/crud-message.jsx 4.47 kB {3} [built]
[INFO]       [878] ./client/src/scripts/sys/packages/crud/crud-control-wrapper.jsx 3.34 kB {3} [built]
[INFO]       [879] ./client/src/scripts/sys/packages/crud/crud-pagination.jsx 3.6 kB {3} [built]
[INFO]       [880] ./client/src/scripts/sys/packages/crud/crud-grid.jsx 3.9 kB {3} [built]
[INFO]       [881] ./client/src/scripts/sys/packages/crud/crud-cell.jsx 10.7 kB {3} [built]
[INFO]       [882] ./client/src/scripts/sys/packages/crud/crud-controller.js 20.4 kB {3} [built]
[INFO]       [883] ./client/src/scripts/sys/packages/crud/crud-form.jsx 4.64 kB {3} [built]
[INFO]       [884] ./client/src/scripts/sys/packages/crud/crud-counter.jsx 4.92 kB {3} [built]
[INFO]       [885] ./client/src/scripts/sys/packages/crud/crud-add-button.jsx 4.59 kB {3} [built]
[INFO]       [886] ./client/src/scripts/sys/admin/tables/sources.jsx 4.21 kB {3} [built]
[INFO]       [887] ./client/src/scripts/sys/admin/tables/units.jsx 10.4 kB {3} [built]
[INFO]       [888] ./client/src/scripts/sys/admin/tables/substances.jsx 8 kB {3} [built]
[INFO]       [889] ./client/src/scripts/sys/admin/tables/products.jsx 6.52 kB {3} [built]
[INFO]       [890] ./client/src/scripts/sys/admin/tables/regimens.jsx 5.42 kB {3} [built]
[INFO]       [891] ./client/src/scripts/sys/admin/tables/tags.jsx 9.07 kB {3} [built]
[INFO]       [892] ./client/src/scripts/sys/admin/tables/user-profiles.jsx 3.71 kB {3} [built]
[INFO]       [893] ./client/src/scripts/sys/admin/tables/permission-tree.jsx 11.8 kB {3} [built]
[INFO]       [894] ./client/src/scripts/sys/admin/tables/users-ws.jsx 9.7 kB {3} [built]
[INFO]       [895] ./client/src/scripts/sys/admin/tables/user-ws-changepwd.jsx 4.52 kB {3} [built]
[INFO]       [896] ./client/src/scripts/sys/admin/tables/ageranges.jsx 3.55 kB {3} [built]
[INFO]       [897] ./client/src/scripts/sys/admin/reports.jsx 3.8 kB {3} [built]
[INFO]       [898] ./client/src/scripts/sys/admin/reports/usersessions.jsx 14 kB {3} [built]
[INFO]       [899] ./client/src/scripts/sys/admin/reports/onlineusers.jsx 8.05 kB {3} [built]
[INFO]       [900] ./client/src/scripts/sys/admin/reports/cmdhistory.jsx 14.4 kB {3} [built]
[INFO]       [901] ./client/src/scripts/sys/admin/reports/command-type-control.jsx 5.83 kB {3} [built]
[INFO]       [902] ./client/src/scripts/sys/admin/reports/errorlog.jsx 10.2 kB {3} [built]
[INFO]       [903] ./client/src/scripts/sys/admin/settings.jsx 3.24 kB {3} [built]
[INFO]       [904] ./client/src/scripts/sys/admin/settings/sys-config.jsx 8 kB {3} [built]
[INFO]       [905] ./client/src/scripts/sys/admin/settings/workspaces.jsx 3.53 kB {3} [built]
[INFO]       [906] ./client/src/scripts/sys/packages/crud/index.js 1.37 kB {3} [built]
[INFO]       [907] ./client/src/scripts/sys/packages/crud/crud-table.jsx 7.1 kB {3} [built]
[INFO]       [908] ./client/src/scripts/sys/workspace/index.jsx 3.15 kB {3} [built]
[INFO]       [909] ./client/src/scripts/sys/front-page.jsx 6.28 kB {3} [built]
[INFO]       [910] ./client/src/scripts/sys/workspace/general.jsx 3.47 kB {3} [built]
[INFO]       [911] ./client/src/scripts/sys/workspace/general-settings.jsx 8.77 kB {3} [built]
[INFO]       [912] ./client/src/scripts/sys/packages/others/units-card.jsx 8.1 kB {3} [built]
[INFO]       [913] ./client/src/scripts/commons/fake-crud.js 3.24 kB {3} [built]
[INFO]       [914] ./client/src/scripts/sys/packages/dashboard/dashboard-view.jsx 4.63 kB {3} [built]
[INFO]       [915] ./client/src/scripts/sys/packages/reports/indicator.js 6.84 kB {3} [built]
[INFO]       [916] ./client/src/scripts/sys/packages/reports/indicator-view.jsx 2.98 kB {3} [built]
[INFO]       [917] ./client/src/scripts/sys/packages/reports/chart.jsx 5.21 kB {3} [built]
[INFO]       [918] ./~/react-highcharts/dist/ReactHighcharts.js 2.18 kB {3} [built]
[INFO]       [919] ./~/highcharts/highcharts.js 194 kB {3} [built]
[INFO]       [920] ./client/src/scripts/sys/packages/reports/theme.js 531 bytes {3} [built]
[INFO]       [921] ./client/src/scripts/sys/packages/reports/table-view.jsx 6.16 kB {3} [built]
[INFO]       [922] ./client/src/scripts/sys/packages/reports/table-view.less 1.15 kB {3} [built]
[INFO]       [923] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/reports/table-view.less 798 bytes {3} [built]
[INFO]       [924] ./client/src/scripts/sys/packages/cases/cases.jsx 4.41 kB {3} [built]
[INFO]       [925] ./client/src/scripts/sys/packages/cases/cases-side-view.jsx 9.42 kB {3} [built] [1 warning]
[INFO]       [926] ./client/src/scripts/sys/packages/cases/advanced-search.jsx 5.37 kB {3} [built]
[INFO]       [927] ./client/src/scripts/sys/packages/filters/filters-card.jsx 4.46 kB {3} [built]
[INFO]       [928] ./client/src/scripts/sys/packages/filters/filters-selector.jsx 8.61 kB {3} [built]
[INFO]       [929] ./client/src/scripts/sys/packages/filters/group-popup.jsx 5.67 kB {3} [built]
[INFO]       [930] ./client/src/scripts/sys/packages/filters/filter-box.jsx 4.53 kB {3} [built]
[INFO]       [931] ./client/src/scripts/sys/packages/filters/filter-factory.js 799 bytes {3} [built]
[INFO]       [932] ./client/src/scripts/sys/packages/filters/select-filter.jsx 3.15 kB {3} [built]
[INFO]       [933] ./client/src/scripts/sys/packages/filters/period-filter.jsx 2.86 kB {3} [built]
[INFO]       [934] ./client/src/scripts/sys/packages/filters/filters.less 1.14 kB {3} [built]
[INFO]       [935] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/filters/filters.less 598 bytes {3} [built]
[INFO]       [936] ./client/src/scripts/sys/packages/cases/cases-list.jsx 8.56 kB {3} [built]
[INFO]       [937] ./client/src/scripts/sys/packages/cases/tag-cases-list.jsx 10.8 kB {3} [built]
[INFO]       [938] ./client/src/scripts/sys/packages/cases/summary-list.jsx 4.97 kB {3} [built]
[INFO]       [939] ./client/src/scripts/sys/packages/cases/cases-reports.jsx 5.33 kB {3} [built]
[INFO]       [940] ./client/src/scripts/sys/packages/reports/report-view.jsx 5.62 kB {3} [built]
[INFO]       [941] ./client/src/scripts/sys/packages/reports/report.js 4.68 kB {3} [built]
[INFO]       [942] ./client/src/scripts/sys/packages/reports/report.less 1.14 kB {3} [built]
[INFO]       [943] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/packages/reports/report.less 718 bytes {3} [built]
[INFO]       [944] ./client/src/scripts/sys/packages/reports/report-editor.jsx 5.98 kB {3} [built]
[INFO]       [945] ./client/src/scripts/sys/packages/reports/report-header.jsx 6.84 kB {3} [built]
[INFO]       [946] ./client/src/scripts/sys/packages/reports/indicator-editor.jsx 11.6 kB {3} [built]
[INFO]       [947] ./client/src/scripts/sys/packages/reports/variables-selector.jsx 4.99 kB {3} [built]
[INFO]       [948] ./client/src/scripts/sys/packages/reports/variables-box.jsx 5.8 kB {3} [built]
[INFO]       [949] ./client/src/scripts/sys/packages/reports/variable-control.jsx 3.22 kB {3} [built]
[INFO]       [950] ./client/src/scripts/sys/packages/cases/cases-distribution.jsx 7.43 kB {3} [built]
[INFO]       [951] ./client/src/scripts/sys/adminunit/index.jsx 4.47 kB {3} [built]
[INFO]       [952] ./client/src/scripts/sys/adminunit/general.jsx 3.25 kB {3} [built]
[INFO]       [953] ./client/src/scripts/sys/unit/index.jsx 4.46 kB {3} [built]
[INFO]       [954] ./client/src/scripts/sys/unit/general.jsx 3.03 kB {3} [built]
[INFO]       [955] ./client/src/scripts/sys/unit/cases.jsx 4.67 kB {3} [built]
[INFO]       [956] ./client/src/scripts/sys/unit/cases-unit.jsx 13.1 kB {3} [built]
[INFO]       [957] ./client/src/scripts/sys/mock-option-lists.jsx 3.1 kB {3} [built]
[INFO]       [958] ./client/src/scripts/sys/case/treat/treat-progress.jsx 4.03 kB {3} [built]
[INFO]       [959] ./client/src/scripts/sys/case/treat/treat-progress.less 1.16 kB {3} [built]
[INFO]       [960] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/treat/treat-progress.less 302 bytes {3} [built]
[INFO]       [961] ./client/src/scripts/sys/case/index.jsx 19.8 kB {3} [built]
[INFO]       [962] ./client/src/scripts/sys/case/patient-panel.jsx 7.07 kB {3} [built]
[INFO]       [963] ./client/src/scripts/sys/case/patient-panel.less 1.14 kB {3} [built]
[INFO]       [964] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/patient-panel.less 698 bytes {3} [built]
[INFO]       [965] ./client/src/scripts/sys/case/events.js 836 bytes {3} [built]
[INFO]       [966] ./client/src/scripts/sys/case/case-data.jsx 6.2 kB {3} [built]
[INFO]       [967] ./client/src/scripts/sys/case/case-prev-tb-treats.jsx 7.43 kB {3} [built]
[INFO]       [968] ./client/src/scripts/sys/case/case-comments.jsx 5.49 kB {3} [built]
[INFO]       [969] ./client/src/scripts/sys/case/comments-box.jsx 16.7 kB {3} [built]
[INFO]       [970] ./client/src/scripts/sys/case/comments-box.less 1.13 kB {3} [built]
[INFO]       [971] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/comments-box.less 361 bytes {3} [built]
[INFO]       [972] ./client/src/scripts/sys/case/case-contacts.jsx 8.6 kB {3} [built]
[INFO]       [973] ./client/src/scripts/sys/case/case-adv-reacts.jsx 6.89 kB {3} [built]
[INFO]       [974] ./client/src/scripts/sys/case/case-comorbidities.jsx 9.25 kB {3} [built]
[INFO]       [975] ./client/src/scripts/sys/case/case-edit-form.jsx 4.47 kB {3} [built]
[INFO]       [976] ./client/src/scripts/sys/case/other-cases.jsx 4.86 kB {3} [built]
[INFO]       [977] ./client/src/scripts/sys/case/case-exams.jsx 12.2 kB {3} [built]
[INFO]       [978] ./client/src/scripts/sys/case/followup-display.jsx 6.63 kB {3} [built]
[INFO]       [979] ./client/src/scripts/sys/case/followup-utils.js 27 kB {3} [built]
[INFO]       [980] ./client/src/scripts/sys/case/followup-modal.jsx 5.64 kB {3} [built]
[INFO]       [981] ./client/src/scripts/sys/case/case-treatment.jsx 11.7 kB {3} [built]
[INFO]       [982] ./client/src/scripts/sys/case/treat/treat-timeline.jsx 11.7 kB {3} [built]
[INFO]       [983] ./client/src/scripts/sys/case/treat/treat-popup.jsx 8.04 kB {3} [built]
[INFO]       [984] ./client/src/scripts/sys/case/treat/treat-timeline.less 1.16 kB {3} [built]
[INFO]       [985] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/treat/treat-timeline.less 264 bytes {3} [built]
[INFO]       [986] ./client/src/scripts/sys/case/treat/treat-update.jsx 4.93 kB {3} [built]
[INFO]       [987] ./client/src/scripts/sys/case/treat/edt-prescription.jsx 6.29 kB {3} [built]
[INFO]       [988] ./client/src/scripts/sys/case/treat/add-prescription.jsx 5.75 kB {3} [built]
[INFO]       [989] ./client/src/scripts/sys/case/treat/treat-followup.jsx 8.35 kB {3} [built]
[INFO]       [990] ./client/src/scripts/sys/case/treat/followup-calendar.jsx 6.43 kB {3} [built]
[INFO]       [991] ./client/src/scripts/sys/case/treat/calend-editor.jsx 9.62 kB {3} [built]
[INFO]       [992] ./client/src/scripts/sys/case/treat/treat-followup.less 1.16 kB {3} [built]
[INFO]       [993] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/case/treat/treat-followup.less 2.12 kB {3} [built]
[INFO]       [994] ./client/src/scripts/sys/case/treat/no-treat-panel.jsx 5.21 kB {3} [built]
[INFO]       [995] ./client/src/scripts/sys/case/treat/start-regimen.jsx 8.14 kB {3} [built]
[INFO]       [996] ./client/src/scripts/sys/case/case-close.jsx 4.64 kB {3} [built]
[INFO]       [997] ./client/src/scripts/sys/case/case-move.jsx 5.01 kB {3} [built]
[INFO]       [998] ./client/src/scripts/sys/case/case-issues.jsx 9.51 kB {3} [built]
[INFO]       [999] ./client/src/scripts/sys/case/issues.jsx 4.61 kB {3} [built]
[INFO]      [1000] ./client/src/scripts/sys/case/issue-card.jsx 12.9 kB {3} [built]
[INFO]      [1001] ./client/src/scripts/sys/case/issue-followups-box.jsx 11.3 kB {3} [built]
[INFO]      [1002] ./client/src/scripts/sys/case/case-tags.jsx 5.14 kB {3} [built]
[INFO]      [1003] ./client/src/scripts/sys/case/suspect-followup.jsx 3.79 kB {3} [built]
[INFO]      [1004] ./client/src/scripts/sys/case/new/index.jsx 5.97 kB {3} [built]
[INFO]      [1005] ./client/src/scripts/sys/case/new/new-searchpatient.jsx 14.8 kB {3} [built]
[INFO]      [1006] ./client/src/scripts/sys/case/new/new-notifform.jsx 4.52 kB {3} [built]
[INFO]      [1007] ./client/src/scripts/sys/user/settings.jsx 5.58 kB {3} [built]
[INFO]      [1008] ./client/src/scripts/sys/user/change-password.jsx 5.04 kB {3} [built]
[INFO]      [1009] ./client/src/scripts/sys/sync.jsx 15.6 kB {3} [built] [1 warning]
[INFO]      [1010] ./client/src/scripts/sys/start.jsx 2.57 kB {3} [built]
[INFO]     chunk    {4} vendor.8130a1a0692d0f2ab2ad.js (vendor) 1.38 MB [rendered]
[INFO]         [0] multi vendor 64 bytes {4} [built]
[INFO]       [309] ./~/node-libs-browser/~/process/browser.js 5.3 kB {4} [built]
[INFO]       [314] ./~/react/react.js 56 bytes {4} [built]
[INFO]       [315] ./~/react/lib/React.js 2.69 kB {4} [built]
[INFO]       [316] ./~/object-assign/index.js 1.99 kB {4} [built]
[INFO]       [317] ./~/react/lib/ReactChildren.js 6.19 kB {4} [built]
[INFO]       [318] ./~/react/lib/PooledClass.js 3.36 kB {4} [built]
[INFO]       [319] ./~/react/lib/reactProdInvariant.js 1.24 kB {4} [built]
[INFO]       [320] ./~/fbjs/lib/invariant.js 1.63 kB {4} [built]
[INFO]       [321] ./~/react/lib/ReactElement.js 11.2 kB {4} [built]
[INFO]       [322] ./~/react/lib/ReactCurrentOwner.js 623 bytes {4} [built]
[INFO]       [323] ./~/fbjs/lib/warning.js 2.1 kB {4} [built]
[INFO]       [324] ./~/fbjs/lib/emptyFunction.js 1.08 kB {4} [built]
[INFO]       [325] ./~/react/lib/canDefineProperty.js 661 bytes {4} [built]
[INFO]       [326] ./~/react/lib/ReactElementSymbol.js 622 bytes {4} [built]
[INFO]       [327] ./~/react/lib/traverseAllChildren.js 7.03 kB {4} [built]
[INFO]       [328] ./~/react/lib/getIteratorFn.js 1.12 kB {4} [built]
[INFO]       [329] ./~/react/lib/KeyEscapeUtils.js 1.29 kB {4} [built]
[INFO]       [330] ./~/react/lib/ReactComponent.js 4.61 kB {4} [built]
[INFO]       [331] ./~/react/lib/ReactNoopUpdateQueue.js 3.36 kB {4} [built]
[INFO]       [332] ./~/fbjs/lib/emptyObject.js 458 bytes {4} [built]
[INFO]       [333] ./~/react/lib/ReactPureComponent.js 1.32 kB {4} [built]
[INFO]       [334] ./~/react/lib/ReactClass.js 26.5 kB {4} [built]
[INFO]       [335] ./~/react/lib/ReactPropTypeLocationNames.js 572 bytes {4} [built]
[INFO]       [336] ./~/react/lib/ReactDOMFactories.js 5.53 kB {4} [built]
[INFO]       [337] ./~/react/lib/ReactPropTypes.js 15.8 kB {4} [built]
[INFO]       [338] ./~/react/lib/ReactPropTypesSecret.js 442 bytes {4} [built]
[INFO]       [339] ./~/react/lib/ReactVersion.js 350 bytes {4} [built]
[INFO]       [340] ./~/react/lib/onlyChild.js 1.34 kB {4} [built]
[INFO]       [341] ./~/react-dom/index.js 59 bytes {4} [built]
[INFO]       [342] ./~/react-dom/lib/ReactDOM.js 5.14 kB {4} [built]
[INFO]       [343] ./~/react-dom/lib/ReactDOMComponentTree.js 6.27 kB {4} [built]
[INFO]       [344] ./~/react-dom/lib/reactProdInvariant.js 1.24 kB {4} [built]
[INFO]       [345] ./~/react-dom/lib/DOMProperty.js 8.24 kB {4} [built]
[INFO]       [346] ./~/react-dom/lib/ReactDOMComponentFlags.js 429 bytes {4} [built]
[INFO]       [347] ./~/react-dom/lib/ReactDefaultInjection.js 3.5 kB {4} [built]
[INFO]       [348] ./~/react-dom/lib/ARIADOMPropertyConfig.js 1.82 kB {4} [built]
[INFO]       [349] ./~/react-dom/lib/BeforeInputEventPlugin.js 13.3 kB {4} [built]
[INFO]       [350] ./~/react-dom/lib/EventPropagators.js 5.09 kB {4} [built]
[INFO]       [351] ./~/react-dom/lib/EventPluginHub.js 9.11 kB {4} [built]
[INFO]       [352] ./~/react-dom/lib/EventPluginRegistry.js 9.75 kB {4} [built]
[INFO]       [353] ./~/react-dom/lib/EventPluginUtils.js 7.95 kB {4} [built]
[INFO]       [354] ./~/react-dom/lib/ReactErrorUtils.js 2.25 kB {4} [built]
[INFO]       [355] ./~/react-dom/lib/accumulateInto.js 1.69 kB {4} [built]
[INFO]       [356] ./~/react-dom/lib/forEachAccumulated.js 855 bytes {4} [built]
[INFO]       [357] ./~/fbjs/lib/ExecutionEnvironment.js 1.06 kB {4} [built]
[INFO]       [358] ./~/react-dom/lib/FallbackCompositionState.js 2.43 kB {4} [built]
[INFO]       [359] ./~/react-dom/lib/PooledClass.js 3.36 kB {4} [built]
[INFO]       [360] ./~/react-dom/lib/getTextContentAccessor.js 955 bytes {4} [built]
[INFO]       [361] ./~/react-dom/lib/SyntheticCompositionEvent.js 1.1 kB {4} [built]
[INFO]       [362] ./~/react-dom/lib/SyntheticEvent.js 9.18 kB {4} [built]
[INFO]       [363] ./~/react-dom/lib/SyntheticInputEvent.js 1.09 kB {4} [built]
[INFO]       [364] ./~/react-dom/lib/ChangeEventPlugin.js 11.1 kB {4} [built]
[INFO]       [365] ./~/react-dom/lib/ReactUpdates.js 9.53 kB {4} [built]
[INFO]       [366] ./~/react-dom/lib/CallbackQueue.js 3.16 kB {4} [built]
[INFO]       [367] ./~/react-dom/lib/ReactFeatureFlags.js 628 bytes {4} [built]
[INFO]       [368] ./~/react-dom/lib/ReactReconciler.js 6.21 kB {4} [built]
[INFO]       [369] ./~/react-dom/lib/ReactRef.js 2.56 kB {4} [built]
[INFO]       [370] ./~/react-dom/lib/ReactOwner.js 3.53 kB {4} [built]
[INFO]       [371] ./~/react-dom/lib/ReactInstrumentation.js 601 bytes {4} [built]
[INFO]       [372] ./~/react-dom/lib/Transaction.js 9.45 kB {4} [built]
[INFO]       [373] ./~/react-dom/lib/getEventTarget.js 1.01 kB {4} [built]
[INFO]       [374] ./~/react-dom/lib/isEventSupported.js 1.94 kB {4} [built]
[INFO]       [375] ./~/react-dom/lib/isTextInputElement.js 1.04 kB {4} [built]
[INFO]       [376] ./~/react-dom/lib/DefaultEventPluginOrder.js 1.08 kB {4} [built]
[INFO]       [377] ./~/react-dom/lib/EnterLeaveEventPlugin.js 3.16 kB {4} [built]
[INFO]       [378] ./~/react-dom/lib/SyntheticMouseEvent.js 2.14 kB {4} [built]
[INFO]       [379] ./~/react-dom/lib/SyntheticUIEvent.js 1.57 kB {4} [built]
[INFO]       [380] ./~/react-dom/lib/ViewportMetrics.js 606 bytes {4} [built]
[INFO]       [381] ./~/react-dom/lib/getEventModifierState.js 1.23 kB {4} [built]
[INFO]       [382] ./~/react-dom/lib/HTMLDOMPropertyConfig.js 5.44 kB {4} [built]
[INFO]       [383] ./~/react-dom/lib/ReactComponentBrowserEnvironment.js 906 bytes {4} [built]
[INFO]       [384] ./~/react-dom/lib/DOMChildrenOperations.js 7.67 kB {4} [built]
[INFO]       [385] ./~/react-dom/lib/DOMLazyTree.js 3.71 kB {4} [built]
[INFO]       [386] ./~/react-dom/lib/DOMNamespaces.js 505 bytes {4} [built]
[INFO]       [387] ./~/react-dom/lib/setInnerHTML.js 3.86 kB {4} [built]
[INFO]       [388] ./~/react-dom/lib/createMicrosoftUnsafeLocalFunction.js 810 bytes {4} [built]
[INFO]       [389] ./~/react-dom/lib/setTextContent.js 1.45 kB {4} [built]
[INFO]       [390] ./~/react-dom/lib/escapeTextContentForBrowser.js 3.43 kB {4} [built]
[INFO]       [391] ./~/react-dom/lib/Danger.js 2.24 kB {4} [built]
[INFO]       [392] ./~/fbjs/lib/createNodesFromMarkup.js 2.66 kB {4} [built]
[INFO]       [393] ./~/fbjs/lib/createArrayFromMixed.js 4.11 kB {4} [built]
[INFO]       [394] ./~/fbjs/lib/getMarkupWrap.js 3.04 kB {4} [built]
[INFO]       [395] ./~/react-dom/lib/ReactDOMIDOperations.js 956 bytes {4} [built]
[INFO]       [396] ./~/react-dom/lib/ReactDOMComponent.js 38.5 kB {4} [built]
[INFO]       [397] ./~/react-dom/lib/AutoFocusUtils.js 599 bytes {4} [built]
[INFO]       [398] ./~/fbjs/lib/focusNode.js 704 bytes {4} [built]
[INFO]       [399] ./~/react-dom/lib/CSSPropertyOperations.js 6.87 kB {4} [built]
[INFO]       [400] ./~/react-dom/lib/CSSProperty.js 3.66 kB {4} [built]
[INFO]       [401] ./~/fbjs/lib/camelizeStyleName.js 1 kB {4} [built]
[INFO]       [402] ./~/fbjs/lib/camelize.js 708 bytes {4} [built]
[INFO]       [403] ./~/react-dom/lib/dangerousStyleValue.js 3.02 kB {4} [built]
[INFO]       [404] ./~/fbjs/lib/hyphenateStyleName.js 974 bytes {4} [built]
[INFO]       [405] ./~/fbjs/lib/hyphenate.js 800 bytes {4} [built]
[INFO]       [406] ./~/fbjs/lib/memoizeStringOnly.js 698 bytes {4} [built]
[INFO]       [407] ./~/react-dom/lib/DOMPropertyOperations.js 7.61 kB {4} [built]
[INFO]       [408] ./~/react-dom/lib/quoteAttributeValueForBrowser.js 700 bytes {4} [built]
[INFO]       [409] ./~/react-dom/lib/ReactBrowserEventEmitter.js 12.6 kB {4} [built]
[INFO]       [410] ./~/react-dom/lib/ReactEventEmitterMixin.js 959 bytes {4} [built]
[INFO]       [411] ./~/react-dom/lib/getVendorPrefixedEventName.js 2.87 kB {4} [built]
[INFO]       [412] ./~/react-dom/lib/ReactDOMInput.js 12.6 kB {4} [built]
[INFO]       [413] ./~/react-dom/lib/LinkedValueUtils.js 5.15 kB {4} [built]
[INFO]       [414] ./~/react-dom/lib/ReactPropTypesSecret.js 442 bytes {4} [built]
[INFO]       [415] ./~/react-dom/lib/ReactDOMOption.js 3.69 kB {4} [built]
[INFO]       [416] ./~/react-dom/lib/ReactDOMSelect.js 6.81 kB {4} [built]
[INFO]       [417] ./~/react-dom/lib/ReactDOMTextarea.js 6.46 kB {4} [built]
[INFO]       [418] ./~/react-dom/lib/ReactMultiChild.js 14.6 kB {4} [built]
[INFO]       [419] ./~/react-dom/lib/ReactComponentEnvironment.js 1.3 kB {4} [built]
[INFO]       [420] ./~/react-dom/lib/ReactInstanceMap.js 1.22 kB {4} [built]
[INFO]       [421] ./~/react-dom/lib/ReactChildReconciler.js 6.11 kB {4} [built]
[INFO]       [422] ./~/react-dom/lib/instantiateReactComponent.js 5.05 kB {4} [built]
[INFO]       [423] ./~/react-dom/lib/ReactCompositeComponent.js 35.2 kB {4} [built]
[INFO]       [424] ./~/react-dom/lib/ReactNodeTypes.js 1.02 kB {4} [built]
[INFO]       [425] ./~/fbjs/lib/shallowEqual.js 1.74 kB {4} [built]
[INFO]       [426] ./~/react-dom/lib/shouldUpdateReactComponent.js 1.4 kB {4} [built]
[INFO]       [427] ./~/react-dom/lib/ReactEmptyComponent.js 704 bytes {4} [built]
[INFO]       [428] ./~/react-dom/lib/ReactHostComponent.js 1.98 kB {4} [built]
[INFO]       [429] ./~/react-dom/lib/getNextDebugID.js 437 bytes {4} [built]
[INFO]       [430] ./~/react-dom/lib/KeyEscapeUtils.js 1.29 kB {4} [built]
[INFO]       [431] ./~/react-dom/lib/traverseAllChildren.js 7.04 kB {4} [built]
[INFO]       [432] ./~/react-dom/lib/ReactElementSymbol.js 622 bytes {4} [built]
[INFO]       [433] ./~/react-dom/lib/getIteratorFn.js 1.12 kB {4} [built]
[INFO]       [434] ./~/react/lib/ReactComponentTreeHook.js 10.4 kB {4} [built]
[INFO]       [435] ./~/react-dom/lib/flattenChildren.js 2.77 kB {4} [built]
[INFO]       [436] ./~/react-dom/lib/ReactServerRenderingTransaction.js 2.29 kB {4} [built]
[INFO]       [437] ./~/react-dom/lib/ReactServerUpdateQueue.js 4.83 kB {4} [built]
[INFO]       [438] ./~/react-dom/lib/ReactUpdateQueue.js 9.01 kB {4} [built]
[INFO]       [439] ./~/react-dom/lib/validateDOMNesting.js 13.7 kB {4} [built]
[INFO]       [440] ./~/react-dom/lib/ReactDOMEmptyComponent.js 1.9 kB {4} [built]
[INFO]       [441] ./~/react-dom/lib/ReactDOMTreeTraversal.js 3.72 kB {4} [built]
[INFO]       [442] ./~/react-dom/lib/ReactDOMTextComponent.js 5.82 kB {4} [built]
[INFO]       [443] ./~/react-dom/lib/ReactDefaultBatchingStrategy.js 1.88 kB {4} [built]
[INFO]       [444] ./~/react-dom/lib/ReactEventListener.js 5.3 kB {4} [built]
[INFO]       [445] ./~/fbjs/lib/EventListener.js 2.67 kB {4} [built]
[INFO]       [446] ./~/fbjs/lib/getUnboundedScrollPosition.js 1.05 kB {4} [built]
[INFO]       [447] ./~/react-dom/lib/ReactInjection.js 1.2 kB {4} [built]
[INFO]       [448] ./~/react-dom/lib/ReactReconcileTransaction.js 5.26 kB {4} [built]
[INFO]       [449] ./~/react-dom/lib/ReactInputSelection.js 4.27 kB {4} [built]
[INFO]       [450] ./~/react-dom/lib/ReactDOMSelection.js 6.78 kB {4} [built]
[INFO]       [451] ./~/react-dom/lib/getNodeForCharacterOffset.js 1.62 kB {4} [built]
[INFO]       [452] ./~/fbjs/lib/containsNode.js 1.05 kB {4} [built]
[INFO]       [453] ./~/fbjs/lib/isTextNode.js 605 bytes {4} [built]
[INFO]       [454] ./~/fbjs/lib/isNode.js 693 bytes {4} [built]
[INFO]       [455] ./~/fbjs/lib/getActiveElement.js 895 bytes {4} [built]
[INFO]       [456] ./~/react-dom/lib/SVGDOMPropertyConfig.js 7.32 kB {4} [built]
[INFO]       [457] ./~/react-dom/lib/SelectEventPlugin.js 6.06 kB {4} [built]
[INFO]       [458] ./~/react-dom/lib/SimpleEventPlugin.js 7.97 kB {4} [built]
[INFO]       [459] ./~/react-dom/lib/SyntheticAnimationEvent.js 1.21 kB {4} [built]
[INFO]       [460] ./~/react-dom/lib/SyntheticClipboardEvent.js 1.17 kB {4} [built]
[INFO]       [461] ./~/react-dom/lib/SyntheticFocusEvent.js 1.07 kB {4} [built]
[INFO]       [462] ./~/react-dom/lib/SyntheticKeyboardEvent.js 2.71 kB {4} [built]
[INFO]       [463] ./~/react-dom/lib/getEventCharCode.js 1.5 kB {4} [built]
[INFO]       [464] ./~/react-dom/lib/getEventKey.js 2.87 kB {4} [built]
[INFO]       [465] ./~/react-dom/lib/SyntheticDragEvent.js 1.07 kB {4} [built]
[INFO]       [466] ./~/react-dom/lib/SyntheticTouchEvent.js 1.28 kB {4} [built]
[INFO]       [467] ./~/react-dom/lib/SyntheticTransitionEvent.js 1.23 kB {4} [built]
[INFO]       [468] ./~/react-dom/lib/SyntheticWheelEvent.js 1.94 kB {4} [built]
[INFO]       [469] ./~/react-dom/lib/ReactMount.js 25.5 kB {4} [built]
[INFO]       [470] ./~/react-dom/lib/ReactDOMContainerInfo.js 967 bytes {4} [built]
[INFO]       [471] ./~/react-dom/lib/ReactDOMFeatureFlags.js 439 bytes {4} [built]
[INFO]       [472] ./~/react-dom/lib/ReactMarkupChecksum.js 1.47 kB {4} [built]
[INFO]       [473] ./~/react-dom/lib/adler32.js 1.19 kB {4} [built]
[INFO]       [474] ./~/react-dom/lib/ReactVersion.js 350 bytes {4} [built]
[INFO]       [475] ./~/react-dom/lib/findDOMNode.js 2.46 kB {4} [built]
[INFO]       [476] ./~/react-dom/lib/getHostComponentFromComposite.js 740 bytes {4} [built]
[INFO]       [477] ./~/react-dom/lib/renderSubtreeIntoContainer.js 422 bytes {4} [built]
[INFO]       [481] ./~/moment/moment.js 123 kB {4} [built]
[INFO]       [482] (webpack)/buildin/module.js 251 bytes {4} [built]
[INFO]       [483] ./~/moment/locale ^.\/(ru)$ 169 bytes {4} [optional] [built]
[INFO]       [484] ./~/moment/locale/ru.js 6.86 kB {4} [optional] [built]
[INFO]       [486] ./~/react-bootstrap/lib/index.js 11 kB {4} [built]
[INFO]       [487] ./~/react-bootstrap/lib/Accordion.js 1.52 kB {4} [built]
[INFO]       [488] ./~/babel-runtime/helpers/extends.js 544 bytes {4} [built]
[INFO]       [489] ./~/babel-runtime/core-js/object/assign.js 94 bytes {4} [built]
[INFO]       [490] ./~/babel-runtime/~/core-js/library/fn/object/assign.js 106 bytes {4} [built]
[INFO]       [491] ./~/babel-runtime/~/core-js/library/modules/es6.object.assign.js 159 bytes {4} [built]
[INFO]       [492] ./~/babel-runtime/~/core-js/library/modules/_export.js 2.31 kB {4} [built]
[INFO]       [493] ./~/babel-runtime/~/core-js/library/modules/_global.js 322 bytes {4} [built]
[INFO]       [494] ./~/babel-runtime/~/core-js/library/modules/_core.js 117 bytes {4} [built]
[INFO]       [495] ./~/babel-runtime/~/core-js/library/modules/_ctx.js 505 bytes {4} [built]
[INFO]       [496] ./~/babel-runtime/~/core-js/library/modules/_a-function.js 120 bytes {4} [built]
[INFO]       [497] ./~/babel-runtime/~/core-js/library/modules/_hide.js 288 bytes {4} [built]
[INFO]       [498] ./~/babel-runtime/~/core-js/library/modules/_object-dp.js 608 bytes {4} [built]
[INFO]       [499] ./~/babel-runtime/~/core-js/library/modules/_an-object.js 149 bytes {4} [built]
[INFO]       [500] ./~/babel-runtime/~/core-js/library/modules/_is-object.js 107 bytes {4} [built]
[INFO]       [501] ./~/babel-runtime/~/core-js/library/modules/_ie8-dom-define.js 192 bytes {4} [built]
[INFO]       [502] ./~/babel-runtime/~/core-js/library/modules/_descriptors.js 177 bytes {4} [built]
[INFO]       [503] ./~/babel-runtime/~/core-js/library/modules/_fails.js 99 bytes {4} [built]
[INFO]       [504] ./~/babel-runtime/~/core-js/library/modules/_dom-create.js 286 bytes {4} [built]
[INFO]       [505] ./~/babel-runtime/~/core-js/library/modules/_to-primitive.js 644 bytes {4} [built]
[INFO]       [506] ./~/babel-runtime/~/core-js/library/modules/_property-desc.js 183 bytes {4} [built]
[INFO]       [507] ./~/babel-runtime/~/core-js/library/modules/_object-assign.js 1.16 kB {4} [built]
[INFO]       [508] ./~/babel-runtime/~/core-js/library/modules/_object-keys.js 225 bytes {4} [built]
[INFO]       [509] ./~/babel-runtime/~/core-js/library/modules/_object-keys-internal.js 546 bytes {4} [built]
[INFO]       [510] ./~/babel-runtime/~/core-js/library/modules/_has.js 117 bytes {4} [built]
[INFO]       [511] ./~/babel-runtime/~/core-js/library/modules/_to-iobject.js 213 bytes {4} [built]
[INFO]       [512] ./~/babel-runtime/~/core-js/library/modules/_iobject.js 236 bytes {4} [built]
[INFO]       [513] ./~/babel-runtime/~/core-js/library/modules/_cof.js 103 bytes {4} [built]
[INFO]       [514] ./~/babel-runtime/~/core-js/library/modules/_defined.js 157 bytes {4} [built]
[INFO]       [515] ./~/babel-runtime/~/core-js/library/modules/_array-includes.js 788 bytes {4} [built]
[INFO]       [516] ./~/babel-runtime/~/core-js/library/modules/_to-length.js 217 bytes {4} [built]
[INFO]       [517] ./~/babel-runtime/~/core-js/library/modules/_to-integer.js 158 bytes {4} [built]
[INFO]       [518] ./~/babel-runtime/~/core-js/library/modules/_to-index.js 230 bytes {4} [built]
[INFO]       [519] ./~/babel-runtime/~/core-js/library/modules/_shared-key.js 158 bytes {4} [built]
[INFO]       [520] ./~/babel-runtime/~/core-js/library/modules/_shared.js 198 bytes {4} [built]
[INFO]       [521] ./~/babel-runtime/~/core-js/library/modules/_uid.js 158 bytes {4} [built]
[INFO]       [522] ./~/babel-runtime/~/core-js/library/modules/_enum-bug-keys.js 159 bytes {4} [built]
[INFO]       [523] ./~/babel-runtime/~/core-js/library/modules/_object-gops.js 41 bytes {4} [built]
[INFO]       [524] ./~/babel-runtime/~/core-js/library/modules/_object-pie.js 36 bytes {4} [built]
[INFO]       [525] ./~/babel-runtime/~/core-js/library/modules/_to-object.js 129 bytes {4} [built]
[INFO]       [526] ./~/babel-runtime/helpers/classCallCheck.js 208 bytes {4} [built]
[INFO]       [527] ./~/babel-runtime/helpers/possibleConstructorReturn.js 542 bytes {4} [built]
[INFO]       [528] ./~/babel-runtime/helpers/typeof.js 993 bytes {4} [built]
[INFO]       [529] ./~/babel-runtime/core-js/symbol/iterator.js 96 bytes {4} [built]
[INFO]       [530] ./~/babel-runtime/~/core-js/library/fn/symbol/iterator.js 154 bytes {4} [built]
[INFO]       [531] ./~/babel-runtime/~/core-js/library/modules/es6.string.iterator.js 523 bytes {4} [built]
[INFO]       [532] ./~/babel-runtime/~/core-js/library/modules/_string-at.js 611 bytes {4} [built]
[INFO]       [533] ./~/babel-runtime/~/core-js/library/modules/_iter-define.js 2.82 kB {4} [built]
[INFO]       [534] ./~/babel-runtime/~/core-js/library/modules/_library.js 22 bytes {4} [built]
[INFO]       [535] ./~/babel-runtime/~/core-js/library/modules/_redefine.js 36 bytes {4} [built]
[INFO]       [536] ./~/babel-runtime/~/core-js/library/modules/_iterators.js 20 bytes {4} [built]
[INFO]       [537] ./~/babel-runtime/~/core-js/library/modules/_iter-create.js 528 bytes {4} [built]
[INFO]       [538] ./~/babel-runtime/~/core-js/library/modules/_object-create.js 1.52 kB {4} [built]
[INFO]       [539] ./~/babel-runtime/~/core-js/library/modules/_object-dps.js 404 bytes {4} [built]
[INFO]       [540] ./~/babel-runtime/~/core-js/library/modules/_html.js 75 bytes {4} [built]
[INFO]       [541] ./~/babel-runtime/~/core-js/library/modules/_set-to-string-tag.js 253 bytes {4} [built]
[INFO]       [542] ./~/babel-runtime/~/core-js/library/modules/_wks.js 368 bytes {4} [built]
[INFO]       [543] ./~/babel-runtime/~/core-js/library/modules/_object-gpo.js 497 bytes {4} [built]
[INFO]       [544] ./~/babel-runtime/~/core-js/library/modules/web.dom.iterable.js 559 bytes {4} [built]
[INFO]       [545] ./~/babel-runtime/~/core-js/library/modules/es6.array.iterator.js 1.13 kB {4} [built]
[INFO]       [546] ./~/babel-runtime/~/core-js/library/modules/_add-to-unscopables.js 43 bytes {4} [built]
[INFO]       [547] ./~/babel-runtime/~/core-js/library/modules/_iter-step.js 81 bytes {4} [built]
[INFO]       [548] ./~/babel-runtime/~/core-js/library/modules/_wks-ext.js 30 bytes {4} [built]
[INFO]       [549] ./~/babel-runtime/core-js/symbol.js 87 bytes {4} [built]
[INFO]       [550] ./~/babel-runtime/~/core-js/library/fn/symbol/index.js 239 bytes {4} [built]
[INFO]       [551] ./~/babel-runtime/~/core-js/library/modules/es6.symbol.js 8.93 kB {4} [built]
[INFO]       [552] ./~/babel-runtime/~/core-js/library/modules/_meta.js 1.55 kB {4} [built]
[INFO]       [553] ./~/babel-runtime/~/core-js/library/modules/_wks-define.js 439 bytes {4} [built]
[INFO]       [554] ./~/babel-runtime/~/core-js/library/modules/_keyof.js 307 bytes {4} [built]
[INFO]       [555] ./~/babel-runtime/~/core-js/library/modules/_enum-keys.js 472 bytes {4} [built]
[INFO]       [556] ./~/babel-runtime/~/core-js/library/modules/_is-array.js 145 bytes {4} [built]
[INFO]       [557] ./~/babel-runtime/~/core-js/library/modules/_object-gopn-ext.js 603 bytes {4} [built]
[INFO]       [558] ./~/babel-runtime/~/core-js/library/modules/_object-gopn.js 290 bytes {4} [built]
[INFO]       [559] ./~/babel-runtime/~/core-js/library/modules/_object-gopd.js 607 bytes {4} [built]
[INFO]       [560] ./~/babel-runtime/~/core-js/library/modules/es6.object.to-string.js 0 bytes {4} [built]
[INFO]       [561] ./~/babel-runtime/~/core-js/library/modules/es7.symbol.async-iterator.js 42 bytes {4} [built]
[INFO]       [562] ./~/babel-runtime/~/core-js/library/modules/es7.symbol.observable.js 39 bytes {4} [built]
[INFO]       [563] ./~/babel-runtime/helpers/inherits.js 1.11 kB {4} [built]
[INFO]       [564] ./~/babel-runtime/core-js/object/set-prototype-of.js 104 bytes {4} [built]
[INFO]       [565] ./~/babel-runtime/~/core-js/library/fn/object/set-prototype-of.js 124 bytes {4} [built]
[INFO]       [566] ./~/babel-runtime/~/core-js/library/modules/es6.object.set-prototype-of.js 157 bytes {4} [built]
[INFO]       [567] ./~/babel-runtime/~/core-js/library/modules/_set-proto.js 893 bytes {4} [built]
[INFO]       [568] ./~/babel-runtime/core-js/object/create.js 94 bytes {4} [built]
[INFO]       [569] ./~/babel-runtime/~/core-js/library/fn/object/create.js 170 bytes {4} [built]
[INFO]       [570] ./~/babel-runtime/~/core-js/library/modules/es6.object.create.js 158 bytes {4} [built]
[INFO]       [571] ./~/react-bootstrap/lib/PanelGroup.js 4.49 kB {4} [built]
[INFO]       [572] ./~/babel-runtime/helpers/objectWithoutProperties.js 280 bytes {4} [built]
[INFO]       [573] ./~/classnames/index.js 1.1 kB {4} [built]
[INFO]       [574] ./~/react-bootstrap/lib/utils/bootstrapUtils.js 5.7 kB {4} [built]
[INFO]       [575] ./~/babel-runtime/core-js/object/entries.js 95 bytes {4} [built]
[INFO]       [576] ./~/babel-runtime/~/core-js/library/fn/object/entries.js 108 bytes {4} [built]
[INFO]       [577] ./~/babel-runtime/~/core-js/library/modules/es7.object.entries.js 243 bytes {4} [built]
[INFO]       [578] ./~/babel-runtime/~/core-js/library/modules/_object-to-array.js 469 bytes {4} [built]
[INFO]       [579] ./~/invariant/browser.js 1.52 kB {4} [built]
[INFO]       [580] ./~/react-bootstrap/lib/utils/StyleConfig.js 573 bytes {4} [built]
[INFO]       [581] ./~/react-bootstrap/lib/utils/createChainedFunction.js 1.04 kB {4} [built]
[INFO]       [582] ./~/react-bootstrap/lib/utils/ValidComponentChildren.js 4.36 kB {4} [built]
[INFO]       [583] ./~/react-bootstrap/lib/Alert.js 3.86 kB {4} [built]
[INFO]       [584] ./~/babel-runtime/core-js/object/values.js 94 bytes {4} [built]
[INFO]       [585] ./~/babel-runtime/~/core-js/library/fn/object/values.js 106 bytes {4} [built]
[INFO]       [586] ./~/babel-runtime/~/core-js/library/modules/es7.object.values.js 239 bytes {4} [built]
[INFO]       [587] ./~/react-bootstrap/lib/Badge.js 2.96 kB {4} [built]
[INFO]       [588] ./~/react-bootstrap/lib/Breadcrumb.js 2.38 kB {4} [built]
[INFO]       [589] ./~/react-bootstrap/lib/BreadcrumbItem.js 2.98 kB {4} [built]
[INFO]       [590] ./~/react-bootstrap/lib/SafeAnchor.js 3.8 kB {4} [built]
[INFO]       [591] ./~/react-prop-types/lib/elementType.js 1.44 kB {4} [built]
[INFO]       [592] ./~/react-prop-types/lib/utils/createChainableTypeChecker.js 1.34 kB {4} [built]
[INFO]       [593] ./~/react-bootstrap/lib/Button.js 4.47 kB {4} [built]
[INFO]       [594] ./~/react-bootstrap/lib/ButtonGroup.js 3.49 kB {4} [built]
[INFO]       [595] ./~/react-prop-types/lib/all.js 994 bytes {4} [built]
[INFO]       [596] ./~/react-bootstrap/lib/ButtonToolbar.js 2.34 kB {4} [built]
[INFO]       [597] ./~/react-bootstrap/lib/Carousel.js 13.9 kB {4} [built]
[INFO]       [598] ./~/react-bootstrap/lib/CarouselCaption.js 2.58 kB {4} [built]
[INFO]       [599] ./~/react-bootstrap/lib/CarouselItem.js 4.71 kB {4} [built]
[INFO]       [600] ./~/react-bootstrap/lib/utils/TransitionEvents.js 3.44 kB {4} [built]
[INFO]       [601] ./~/react-bootstrap/lib/Glyphicon.js 2.53 kB {4} [built]
[INFO]       [602] ./~/react-bootstrap/lib/Checkbox.js 4.34 kB {4} [built]
[INFO]       [603] ./~/warning/browser.js 1.81 kB {4} [built]
[INFO]       [604] ./~/react-bootstrap/lib/Clearfix.js 3.6 kB {4} [built]
[INFO]       [605] ./~/react-bootstrap/lib/utils/capitalize.js 207 bytes {4} [built]
[INFO]       [606] ./~/react-bootstrap/lib/ControlLabel.js 3.26 kB {4} [built]
[INFO]       [607] ./~/react-bootstrap/lib/Col.js 6.64 kB {4} [built]
[INFO]       [608] ./~/react-bootstrap/lib/Collapse.js 8.14 kB {4} [built]
[INFO]       [609] ./~/dom-helpers/style/index.js 787 bytes {4} [built]
[INFO]       [610] ./~/dom-helpers/util/camelizeStyle.js 383 bytes {4} [built]
[INFO]       [611] ./~/dom-helpers/util/camelize.js 175 bytes {4} [built]
[INFO]       [612] ./~/dom-helpers/util/hyphenateStyle.js 389 bytes {4} [built]
[INFO]       [613] ./~/dom-helpers/util/hyphenate.js 143 bytes {4} [built]
[INFO]       [614] ./~/dom-helpers/style/getComputedStyle.js 1.67 kB {4} [built]
[INFO]       [615] ./~/dom-helpers/util/babelHelpers.js 755 bytes {4} [built]
[INFO]       [616] ./~/dom-helpers/style/removeStyle.js 176 bytes {4} [built]
[INFO]       [617] ./~/react-overlays/lib/Transition.js 12.1 kB {4} [built]
[INFO]       [618] ./~/dom-helpers/transition/properties.js 1.45 kB {4} [built]
[INFO]       [619] ./~/dom-helpers/util/inDOM.js 117 bytes {4} [built]
[INFO]       [620] ./~/dom-helpers/events/on.js 465 bytes {4} [built]
[INFO]       [621] ./~/react-bootstrap/lib/Dropdown.js 12.8 kB {4} [built]
[INFO]       [622] ./~/dom-helpers/activeElement.js 484 bytes {4} [built]
[INFO]       [623] ./~/dom-helpers/ownerDocument.js 198 bytes {4} [built]
[INFO]       [624] ./~/dom-helpers/query/contains.js 574 bytes {4} [built]
[INFO]       [625] ./~/keycode/index.js 2.76 kB {4} [built]
[INFO]       [626] ./~/react-prop-types/lib/isRequiredForA11y.js 841 bytes {4} [built]
[INFO]       [627] ./~/uncontrollable/index.js 852 bytes {4} [built]
[INFO]       [628] ./~/uncontrollable/createUncontrollable.js 5.42 kB {4} [built]
[INFO]       [629] ./~/uncontrollable/utils.js 3.53 kB {4} [built]
[INFO]       [630] ./~/react-bootstrap/lib/DropdownMenu.js 6.51 kB {4} [built]
[INFO]       [631] ./~/babel-runtime/core-js/array/from.js 91 bytes {4} [built]
[INFO]       [632] ./~/babel-runtime/~/core-js/library/fn/array/from.js 146 bytes {4} [built]
[INFO]       [633] ./~/babel-runtime/~/core-js/library/modules/es6.array.from.js 1.67 kB {4} [built]
[INFO]       [634] ./~/babel-runtime/~/core-js/library/modules/_iter-call.js 403 bytes {4} [built]
[INFO]       [635] ./~/babel-runtime/~/core-js/library/modules/_is-array-iter.js 277 bytes {4} [built]
[INFO]       [636] ./~/babel-runtime/~/core-js/library/modules/_create-property.js 270 bytes {4} [built]
[INFO]       [637] ./~/babel-runtime/~/core-js/library/modules/core.get-iterator-method.js 293 bytes {4} [built]
[INFO]       [638] ./~/babel-runtime/~/core-js/library/modules/_classof.js 709 bytes {4} [built]
[INFO]       [639] ./~/babel-runtime/~/core-js/library/modules/_iter-detect.js 582 bytes {4} [built]
[INFO]       [640] ./~/react-overlays/lib/RootCloseWrapper.js 5.77 kB {4} [built]
[INFO]       [641] ./~/react-overlays/lib/utils/addEventListener.js 619 bytes {4} [built]
[INFO]       [642] ./~/dom-helpers/events/off.js 473 bytes {4} [built]
[INFO]       [643] ./~/react-overlays/lib/utils/ownerDocument.js 574 bytes {4} [built]
[INFO]       [644] ./~/react-bootstrap/lib/DropdownToggle.js 3.35 kB {4} [built]
[INFO]       [645] ./~/react-bootstrap/lib/utils/PropTypes.js 2.24 kB {4} [built]
[INFO]       [646] ./~/react-bootstrap/lib/DropdownButton.js 3.17 kB {4} [built]
[INFO]       [647] ./~/react-bootstrap/lib/utils/splitComponentProps.js 787 bytes {4} [built]
[INFO]       [648] ./~/react-bootstrap/lib/Fade.js 3.2 kB {4} [built]
[INFO]       [649] ./~/react-bootstrap/lib/Form.js 2.85 kB {4} [built]
[INFO]       [650] ./~/react-bootstrap/lib/FormControl.js 4.23 kB {4} [built]
[INFO]       [651] ./~/react-bootstrap/lib/FormControlFeedback.js 3.57 kB {4} [built]
[INFO]       [652] ./~/react-bootstrap/lib/FormControlStatic.js 2.6 kB {4} [built]
[INFO]       [653] ./~/react-bootstrap/lib/FormGroup.js 3.85 kB {4} [built]
[INFO]       [654] ./~/react-bootstrap/lib/Grid.js 2.79 kB {4} [built]
[INFO]       [655] ./~/react-bootstrap/lib/HelpBlock.js 2.15 kB {4} [built]
[INFO]       [656] ./~/react-bootstrap/lib/Image.js 3.15 kB {4} [built]
[INFO]       [657] ./~/react-bootstrap/lib/InputGroup.js 2.64 kB {4} [built]
[INFO]       [658] ./~/react-bootstrap/lib/InputGroupAddon.js 2.2 kB {4} [built]
[INFO]       [659] ./~/react-bootstrap/lib/InputGroupButton.js 2.2 kB {4} [built]
[INFO]       [660] ./~/react-bootstrap/lib/Jumbotron.js 2.52 kB {4} [built]
[INFO]       [661] ./~/react-bootstrap/lib/Label.js 2.96 kB {4} [built]
[INFO]       [662] ./~/react-bootstrap/lib/ListGroup.js 3.83 kB {4} [built]
[INFO]       [663] ./~/react-bootstrap/lib/ListGroupItem.js 4.33 kB {4} [built]
[INFO]       [664] ./~/react-bootstrap/lib/Media.js 3.33 kB {4} [built]
[INFO]       [665] ./~/react-bootstrap/lib/MediaBody.js 2.52 kB {4} [built]
[INFO]       [666] ./~/react-bootstrap/lib/MediaHeading.js 2.55 kB {4} [built]
[INFO]       [667] ./~/react-bootstrap/lib/MediaLeft.js 2.66 kB {4} [built]
[INFO]       [668] ./~/react-bootstrap/lib/MediaList.js 2.15 kB {4} [built]
[INFO]       [669] ./~/react-bootstrap/lib/MediaListItem.js 2.17 kB {4} [built]
[INFO]       [670] ./~/react-bootstrap/lib/MediaRight.js 2.67 kB {4} [built]
[INFO]       [671] ./~/react-bootstrap/lib/MenuItem.js 5.68 kB {4} [built]
[INFO]       [672] ./~/react-bootstrap/lib/Modal.js 10.8 kB {4} [built]
[INFO]       [673] ./~/dom-helpers/events/index.js 157 bytes {4} [built]
[INFO]       [674] ./~/dom-helpers/events/filter.js 394 bytes {4} [built]
[INFO]       [675] ./~/dom-helpers/query/querySelectorAll.js 918 bytes {4} [built]
[INFO]       [676] ./~/dom-helpers/util/scrollbarSize.js 581 bytes {4} [built]
[INFO]       [677] ./~/react-overlays/lib/Modal.js 16.4 kB {4} [built]
[INFO]       [678] ./~/react-prop-types/lib/componentOrElement.js 1.57 kB {4} [built]
[INFO]       [679] ./~/react-overlays/lib/Portal.js 3.94 kB {4} [built]
[INFO]       [680] ./~/react-overlays/lib/utils/getContainer.js 538 bytes {4} [built]
[INFO]       [681] ./~/react-overlays/lib/ModalManager.js 5.83 kB {4} [built]
[INFO]       [682] ./~/dom-helpers/class/index.js 146 bytes {4} [built]
[INFO]       [683] ./~/dom-helpers/class/addClass.js 256 bytes {4} [built]
[INFO]       [684] ./~/dom-helpers/class/hasClass.js 241 bytes {4} [built]
[INFO]       [685] ./~/dom-helpers/class/removeClass.js 297 bytes {4} [built]
[INFO]       [686] ./~/react-overlays/lib/utils/isOverflowing.js 1.18 kB {4} [built]
[INFO]       [687] ./~/dom-helpers/query/isWindow.js 169 bytes {4} [built]
[INFO]       [688] ./~/react-overlays/lib/utils/manageAriaHidden.js 1.12 kB {4} [built]
[INFO]       [689] ./~/react-overlays/lib/utils/addFocusListener.js 879 bytes {4} [built]
[INFO]       [690] ./~/react-bootstrap/lib/ModalBody.js 2.52 kB {4} [built]
[INFO]       [691] ./~/react-bootstrap/lib/ModalDialog.js 3.38 kB {4} [built]
[INFO]       [692] ./~/react-bootstrap/lib/ModalFooter.js 2.54 kB {4} [built]
[INFO]       [693] ./~/react-bootstrap/lib/ModalHeader.js 3.97 kB {4} [built]
[INFO]       [694] ./~/react-bootstrap/lib/ModalTitle.js 2.53 kB {4} [built]
[INFO]       [695] ./~/react-bootstrap/lib/Nav.js 13 kB {4} [built]
[INFO]       [696] ./~/react-bootstrap/lib/Navbar.js 10.7 kB {4} [built]
[INFO]       [697] ./~/react-bootstrap/lib/NavbarBrand.js 2.53 kB {4} [built]
[INFO]       [698] ./~/react-bootstrap/lib/NavbarCollapse.js 2.36 kB {4} [built]
[INFO]       [699] ./~/react-bootstrap/lib/NavbarHeader.js 2.23 kB {4} [built]
[INFO]       [700] ./~/react-bootstrap/lib/NavbarToggle.js 3.43 kB {4} [built]
[INFO]       [701] ./~/react-bootstrap/lib/NavDropdown.js 4.52 kB {4} [built]
[INFO]       [702] ./~/react-bootstrap/lib/NavItem.js 3.69 kB {4} [built]
[INFO]       [703] ./~/react-bootstrap/lib/Overlay.js 4.2 kB {4} [built]
[INFO]       [704] ./~/react-overlays/lib/Overlay.js 8.03 kB {4} [built]
[INFO]       [705] ./~/react-overlays/lib/Position.js 7.89 kB {4} [built]
[INFO]       [706] ./~/react-overlays/lib/utils/calculatePosition.js 4.04 kB {4} [built]
[INFO]       [707] ./~/dom-helpers/query/offset.js 938 bytes {4} [built]
[INFO]       [708] ./~/dom-helpers/query/position.js 1.95 kB {4} [built]
[INFO]       [709] ./~/dom-helpers/query/offsetParent.js 824 bytes {4} [built]
[INFO]       [710] ./~/dom-helpers/query/scrollTop.js 410 bytes {4} [built]
[INFO]       [711] ./~/dom-helpers/query/scrollLeft.js 412 bytes {4} [built]
[INFO]       [712] ./~/react-bootstrap/lib/OverlayTrigger.js 10.3 kB {4} [built]
[INFO]       [713] ./~/react-bootstrap/lib/PageHeader.js 2.32 kB {4} [built]
[INFO]       [714] ./~/react-bootstrap/lib/PageItem.js 534 bytes {4} [built]
[INFO]       [715] ./~/react-bootstrap/lib/PagerItem.js 3.56 kB {4} [built]
[INFO]       [716] ./~/react-bootstrap/lib/utils/deprecationWarning.js 2.57 kB {4} [built]
[INFO]       [717] ./~/react-bootstrap/lib/Pager.js 3.01 kB {4} [built]
[INFO]       [718] ./~/react-bootstrap/lib/Pagination.js 9.37 kB {4} [built]
[INFO]       [719] ./~/react-bootstrap/lib/PaginationButton.js 3.98 kB {4} [built]
[INFO]       [720] ./~/react-bootstrap/lib/Panel.js 8.6 kB {4} [built]
[INFO]       [721] ./~/react-bootstrap/lib/Popover.js 4.93 kB {4} [built]
[INFO]       [722] ./~/react-bootstrap/lib/ProgressBar.js 6.19 kB {4} [built]
[INFO]       [723] ./~/react-bootstrap/lib/Radio.js 4.29 kB {4} [built]
[INFO]       [724] ./~/react-bootstrap/lib/ResponsiveEmbed.js 3.54 kB {4} [built]
[INFO]       [725] ./~/react-bootstrap/lib/Row.js 2.46 kB {4} [built]
[INFO]       [726] ./~/react-bootstrap/lib/SplitButton.js 3.87 kB {4} [built]
[INFO]       [727] ./~/react-bootstrap/lib/SplitToggle.js 1.61 kB {4} [built]
[INFO]       [728] ./~/react-bootstrap/lib/Tab.js 2.25 kB {4} [built]
[INFO]       [729] ./~/react-bootstrap/lib/TabContainer.js 4.51 kB {4} [built]
[INFO]       [730] ./~/react-bootstrap/lib/TabContent.js 6.24 kB {4} [built]
[INFO]       [731] ./~/react-bootstrap/lib/TabPane.js 9.42 kB {4} [built]
[INFO]       [732] ./~/react-bootstrap/lib/Table.js 3.37 kB {4} [built]
[INFO]       [733] ./~/react-bootstrap/lib/Tabs.js 5.61 kB {4} [built]
[INFO]       [734] ./~/react-bootstrap/lib/Thumbnail.js 2.85 kB {4} [built]
[INFO]       [735] ./~/react-bootstrap/lib/Tooltip.js 4.67 kB {4} [built]
[INFO]       [736] ./~/react-bootstrap/lib/Well.js 2.24 kB {4} [built]
[INFO]       [737] ./~/react-bootstrap/lib/utils/index.js 1.11 kB {4} [built]
[INFO]       [759] ./~/superagent/lib/client.js 21.2 kB {4} [built]
[INFO]       [760] ./~/component-emitter/index.js 3.18 kB {4} [built]
[INFO]       [761] ./~/superagent/lib/request-base.js 12.1 kB {4} [built]
[INFO]       [762] ./~/superagent/lib/is-object.js 209 bytes {4} [built]
[INFO]       [763] ./~/superagent/lib/is-function.js 308 bytes {4} [built]
[INFO]       [764] ./~/superagent/lib/response-base.js 2.78 kB {4} [built]
[INFO]       [765] ./~/superagent/lib/utils.js 1.31 kB {4} [built]
[INFO]     
[INFO]     WARNING in ./client/src/scripts/init/initoptions.jsx
[INFO]     Missing localization: init.initoptions.new
[INFO]     Missing localization: init.initoptions.new.desc
[INFO]     Missing localization: init.initoptions.offinit
[INFO]     Missing localization: init.initoptions.offinit.desc
[INFO]     
[INFO]     WARNING in ./client/src/scripts/init/offlineinit.jsx
[INFO]     Missing localization: init.offinit.error2
[INFO]     Missing localization: init.offinit.url
[INFO]     Missing localization: init.initoptions.urltxt
[INFO]     Missing localization: init.offinit.selworkspace
[INFO]     Missing localization: global.pleasewait
[INFO]     Missing localization: init.offinit.success1
[INFO]     Missing localization: init.offinit.success2
[INFO]     Missing localization: init.error.msg2
[INFO]     Missing localization: init.offinit
[INFO]     
[INFO]     WARNING in ./client/src/scripts/sys/sync.jsx
[INFO]     Missing localization: global.pleasewait
[INFO]     Missing localization: sync.password
[INFO]     Missing localization: sync.success
[INFO]     Missing localization: init.offinit.success2
[INFO]     Missing localization: sync.success.btn
[INFO]     Missing localization: init.error.msg2
[INFO]     Missing localization: sync.title
[INFO]     
[INFO]     WARNING in ./client/src/scripts/sys/packages/cases/cases-side-view.jsx
[INFO]     Missing localization: cases.details.tags.noresult2
[INFO]     
[INFO]     WARNING in app.6a7319095403ac26af49.js from UglifyJs
[INFO]     Condition always false [app.6a7319095403ac26af49.js:8096,17]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:8097,17]
[INFO]     Side effects in initialization of unused variable App [app.6a7319095403ac26af49.js:8061,5]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:9146,9]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:9147,9]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:9180,9]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:9181,9]
[INFO]     Side effects in initialization of unused variable APP_INIT [app.6a7319095403ac26af49.js:10043,5]
[INFO]     Side effects in initialization of unused variable AUTHENTICATED [app.6a7319095403ac26af49.js:10044,5]
[INFO]     Side effects in initialization of unused variable LOGOUT [app.6a7319095403ac26af49.js:10045,5]
[INFO]     Side effects in initialization of unused variable WORKSPACE_CHANGING [app.6a7319095403ac26af49.js:10046,5]
[INFO]     Side effects in initialization of unused variable WORKSPACE_CHANGE [app.6a7319095403ac26af49.js:10047,5]
[INFO]     Side effects in initialization of unused variable CHANGE_LANG [app.6a7319095403ac26af49.js:10048,5]
[INFO]     Side effects in initialization of unused variable ERROR [app.6a7319095403ac26af49.js:10049,5]
[INFO]     Side effects in initialization of unused variable CRUD_BEGIN [app.6a7319095403ac26af49.js:10052,5]
[INFO]     Side effects in initialization of unused variable CRUD_END [app.6a7319095403ac26af49.js:10053,5]
[INFO]     Side effects in initialization of unused variable DOC_CREATE [app.6a7319095403ac26af49.js:10056,5]
[INFO]     Side effects in initialization of unused variable DOC_UPDATE [app.6a7319095403ac26af49.js:10057,5]
[INFO]     Side effects in initialization of unused variable DOC_DELETE [app.6a7319095403ac26af49.js:10058,5]
[INFO]     Side effects in initialization of unused variable SHOW_MESSAGE [app.6a7319095403ac26af49.js:10061,5]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:11731,4]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:11733,2]
[INFO]     Side effects in initialization of unused variable update [app.6a7319095403ac26af49.js:11728,5]
[INFO]     Condition always true [app.6a7319095403ac26af49.js:11841,5]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:12198,4]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:12200,2]
[INFO]     Side effects in initialization of unused variable update [app.6a7319095403ac26af49.js:12195,5]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:13667,9]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:13668,7]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:13785,9]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:13786,7]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:13810,7]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:13811,5]
[INFO]     Boolean && always false [app.6a7319095403ac26af49.js:13765,5]
[INFO]     Condition left of || always true [app.6a7319095403ac26af49.js:13765,1]
[INFO]     Side effects in initialization of unused variable KeyEscapeUtils [app.6a7319095403ac26af49.js:13759,5]
[INFO]     Side effects in initialization of unused variable warning [app.6a7319095403ac26af49.js:13761,5]
[INFO]     Dropping unused variable ReactComponentTreeHook [app.6a7319095403ac26af49.js:13763,5]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:14016,5]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:14016,12]
[INFO]     Declarations in unreachable code! [app.6a7319095403ac26af49.js:14017,3]
[INFO]     Dropping unused variable ReactPerf [app.6a7319095403ac26af49.js:14017,7]
[INFO]     Dropping unused variable ReactTestUtils [app.6a7319095403ac26af49.js:14018,7]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:14083,31]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:14103,31]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:14136,31]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:14251,4]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:14253,2]
[INFO]     Side effects in initialization of unused variable update [app.6a7319095403ac26af49.js:14248,5]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:14803,13]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:14803,20]
[INFO]     Declarations in unreachable code! [app.6a7319095403ac26af49.js:14808,13]
[INFO]     Dropping unused variable schema [app.6a7319095403ac26af49.js:14808,17]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:14776,17]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:14777,17]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:15220,9]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:15221,9]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:15577,17]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:15578,17]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:15786,21]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:15787,21]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:15961,4]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:15963,2]
[INFO]     Side effects in initialization of unused variable update [app.6a7319095403ac26af49.js:15958,5]
[INFO]     Condition always true [app.6a7319095403ac26af49.js:16954,17]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:17699,4]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:17701,2]
[INFO]     Side effects in initialization of unused variable update [app.6a7319095403ac26af49.js:17696,5]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:18421,13]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:18421,20]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:19808,4]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:19810,2]
[INFO]     Side effects in initialization of unused variable update [app.6a7319095403ac26af49.js:19805,5]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:20175,4]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:20177,2]
[INFO]     Side effects in initialization of unused variable update [app.6a7319095403ac26af49.js:20172,5]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:20414,4]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:20416,2]
[INFO]     Side effects in initialization of unused variable update [app.6a7319095403ac26af49.js:20411,5]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:20485,13]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:20487,13]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:20515,17]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:20515,24]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:20767,4]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:20769,2]
[INFO]     Side effects in initialization of unused variable update [app.6a7319095403ac26af49.js:20764,5]
[INFO]     Condition always false [app.6a7319095403ac26af49.js:20856,4]
[INFO]     Dropping unreachable code [app.6a7319095403ac26af49.js:20858,2]
[INFO]     Side effects in initialization of unused variable update [app.6a7319095403ac26af49.js:20853,5]
[INFO]     Side effects in initialization of unused variable sourceMap [app.6a7319095403ac26af49.js:21163,6]
[INFO]     Side effects in initialization of unused variable media [app.6a7319095403ac26af49.js:21181,6]
[INFO]     Condition always true [app.6a7319095403ac26af49.js:21001,5]
[INFO]     
[INFO]     WARNING in 2.2.97d0d01c107bb8f3df8d.js from UglifyJs
[INFO]     Condition always false [2.2.97d0d01c107bb8f3df8d.js:630,4]
[INFO]     Dropping unreachable code [2.2.97d0d01c107bb8f3df8d.js:632,2]
[INFO]     Side effects in initialization of unused variable update [2.2.97d0d01c107bb8f3df8d.js:627,5]
[INFO]     Condition always false [2.2.97d0d01c107bb8f3df8d.js:706,4]
[INFO]     Dropping unreachable code [2.2.97d0d01c107bb8f3df8d.js:708,2]
[INFO]     Side effects in initialization of unused variable update [2.2.97d0d01c107bb8f3df8d.js:703,5]
[INFO]     
[INFO]     WARNING in 3.3.ff055cd290fd260c8182.js from UglifyJs
[INFO]     Condition always false [3.3.ff055cd290fd260c8182.js:240,17]
[INFO]     Dropping unreachable code [3.3.ff055cd290fd260c8182.js:240,24]
[INFO]     Declarations in unreachable code! [3.3.ff055cd290fd260c8182.js:241,17]
[INFO]     Dropping unused variable DevIndex [3.3.ff055cd290fd260c8182.js:241,21]
[INFO]     Condition always false [3.3.ff055cd290fd260c8182.js:1505,4]
[INFO]     Dropping unreachable code [3.3.ff055cd290fd260c8182.js:1507,2]
[INFO]     Side effects in initialization of unused variable update [3.3.ff055cd290fd260c8182.js:1502,5]
[INFO]     Condition always false [3.3.ff055cd290fd260c8182.js:1898,4]
[INFO]     Dropping unreachable code [3.3.ff055cd290fd260c8182.js:1900,2]
[INFO]     Side effects in initialization of unused variable update [3.3.ff055cd290fd260c8182.js:1895,5]
[INFO]     Condition always false [3.3.ff055cd290fd260c8182.js:2996,4]
[INFO]     Dropping unreachable code [3.3.ff055cd290fd260c8182.js:2998,2]
[INFO]     Side effects in initialization of unused variable update [3.3.ff055cd290fd260c8182.js:2993,5]
[INFO]     Condition always false [3.3.ff055cd290fd260c8182.js:3038,4]
[INFO]     Dropping unreachable code [3.3.ff055cd290fd260c8182.js:3040,2]
[INFO]     Side effects in initialization of unused variable update [3.3.ff055cd290fd260c8182.js:3035,5]
[INFO]     Condition always false [3.3.ff055cd290fd260c8182.js:4973,17]
[INFO]     Dropping unreachable code [3.3.ff055cd290fd260c8182.js:4974,17]
[INFO]     Condition always false [3.3.ff055cd290fd260c8182.js:5085,21]
[INFO]     Dropping unreachable code [3.3.ff055cd290fd260c8182.js:5086,21]
[INFO]     Condition always false [3.3.ff055cd290fd260c8182.js:5168,21]
[INFO]     Dropping unreachable code [3.3.ff055cd290fd260c8182.js:5169,21]
[INFO]     Side effects in initialization of unused variable _crudController2 [3.3.ff055cd290fd260c8182.js:4927,5]
[INFO]     Condition always false [3.3.ff055cd290fd260c8182.js:5413,21]
[INFO]     Dropping unreachable code [3.3.ff055cd290fd260c8182.js:5414,21]
[INFO]     Condition always false [3.3.ff055cd290fd260c8182.js:5529,17]
[INFO]     Dropping unreachable code [3.3.ff055cd290fd260c8182.js:5530,17]
[INFO]     Condition always false [3.3.ff055cd290fd260c8182.js:5605,25]
[INFO]     Dropping unreachable code [3.3.ff055cd290fd260c8182.js:5607,25]
[INFO]     Condition always false [3.3.ff055cd290fd260c8182.js:5704,17]
[INFO]     Dropping unreachable code [3.3.ff055cd290fd260c8182.js:5705,17]
[INFO]     Condition always false [3.3.ff055cd290fd260c8182.js:5731,17]
[INFO]     Dropping unreachable code [3.3.ff055cd290fd260c8182.js:5732,17]
[INFO]     Condition always true [3.3.ff055cd290fd260c8182.js:11892,17]
[INFO]     Side effects in initialization of unused variable _indicator2 [3.3.ff055cd290fd260c8182.js:12330,5]
[INFO]     Condition always false [3.3.ff055cd290fd260c8182.js:12464,4]
[INFO]     Dropping unreachable code [3.3.ff055cd290fd260c8182.js:12466,2]
[INFO]     Side effects in initialization of unused variable update [3.3.ff055cd290fd260c8182.js:12461,5]
[INFO]     Condition always false [3.3.ff055cd290fd260c8182.js:13615,17]
[INFO]     Dropping unreachable code [3.3.ff055cd290fd260c8182.js:13616,17]
[INFO]     Condition always false [3.3.ff055cd290fd260c8182.js:13848,4]
[INFO]     Dropping unreachable code [3.3.ff055cd290fd260c8182.js:13850,2]
[INFO]     Side effects in initialization of unused variable update [3.3.ff055cd290fd260c8182.js:13845,5]
[INFO]     Condition always false [3.3.ff055cd290fd260c8182.js:14925,4]
[INFO]     Dropping unreachable code [3.3.ff055cd290fd260c8182.js:14927,2]
[INFO]     Side effects in initialization of unused variable update [3.3.ff055cd290fd260c8182.js:14922,5]
[INFO]     Condition always false [3.3.ff055cd290fd260c8182.js:17159,4]
[INFO]     Dropping unreachable code [3.3.ff055cd290fd260c8182.js:17161,2]
[INFO]     Side effects in initialization of unused variable update [3.3.ff055cd290fd260c8182.js:17156,5]
[INFO]     Condition always false [3.3.ff055cd290fd260c8182.js:17873,4]
[INFO]     Dropping unreachable code [3.3.ff055cd290fd260c8182.js:17875,2]
[INFO]     Side effects in initialization of unused variable update [3.3.ff055cd290fd260c8182.js:17870,5]
[INFO]     Condition always false [3.3.ff055cd290fd260c8182.js:18835,4]
[INFO]     Dropping unreachable code [3.3.ff055cd290fd260c8182.js:18837,2]
[INFO]     Side effects in initialization of unused variable update [3.3.ff055cd290fd260c8182.js:18832,5]
[INFO]     Condition always false [3.3.ff055cd290fd260c8182.js:22050,4]
[INFO]     Dropping unreachable code [3.3.ff055cd290fd260c8182.js:22052,2]
[INFO]     Side effects in initialization of unused variable update [3.3.ff055cd290fd260c8182.js:22047,5]
[INFO]     Condition always false [3.3.ff055cd290fd260c8182.js:23241,4]
[INFO]     Dropping unreachable code [3.3.ff055cd290fd260c8182.js:23243,2]
[INFO]     Side effects in initialization of unused variable update [3.3.ff055cd290fd260c8182.js:23238,5]
[INFO]     
[INFO]     WARNING in vendor.8130a1a0692d0f2ab2ad.js from UglifyJs
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:648,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:648,12]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:649,3]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:657,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:657,12]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:658,3]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:642,5]
[INFO]     Dropping unused variable ReactElementValidator [vendor.8130a1a0692d0f2ab2ad.js:649,7]
[INFO]     Dropping unused variable warned [vendor.8130a1a0692d0f2ab2ad.js:658,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:1065,35]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:1010,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:1179,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:1180,3]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:1246,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:1247,5]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:1248,7]
[INFO]     Dropping unused variable getter [vendor.8130a1a0692d0f2ab2ad.js:1248,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:1258,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:1259,5]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:1260,7]
[INFO]     Dropping unused variable getter [vendor.8130a1a0692d0f2ab2ad.js:1260,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:1273,8]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:1273,8]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:1287,8]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:1287,8]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:1332,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:1337,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:1422,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:1423,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:1439,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:1440,5]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:1442,9]
[INFO]     Dropping unused variable displayName [vendor.8130a1a0692d0f2ab2ad.js:1442,13]
[INFO]     Dropping unused function defineKeyPropWarningGetter [vendor.8130a1a0692d0f2ab2ad.js:1269,10]
[INFO]     Dropping unused function defineRefPropWarningGetter [vendor.8130a1a0692d0f2ab2ad.js:1283,10]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:1230,5]
[INFO]     Side effects in initialization of unused variable canDefineProperty [vendor.8130a1a0692d0f2ab2ad.js:1231,5]
[INFO]     Dropping unused variable specialPropKeyWarningShown [vendor.8130a1a0692d0f2ab2ad.js:1243,5]
[INFO]     Dropping unused variable specialPropRefWarningShown [vendor.8130a1a0692d0f2ab2ad.js:1243,33]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:1617,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:1618,3]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:1722,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:1723,3]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:1869,13]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:1869,20]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:1870,11]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:1872,13]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:1892,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:1897,9]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:1898,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:1905,16]
[INFO]     Condition always true [vendor.8130a1a0692d0f2ab2ad.js:1905,8]
[INFO]     Dropping unused variable mapsAsChildrenAddendum [vendor.8130a1a0692d0f2ab2ad.js:1870,15]
[INFO]     Dropping unused variable mapsAsChildrenOwnerName [vendor.8130a1a0692d0f2ab2ad.js:1872,17]
[INFO]     Dropping unused variable name [vendor.8130a1a0692d0f2ab2ad.js:1898,15]
[INFO]     Side effects in initialization of unused variable ReactCurrentOwner [vendor.8130a1a0692d0f2ab2ad.js:1776,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:1780,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:1782,5]
[INFO]     Dropping unused variable didWarnAboutMaps [vendor.8130a1a0692d0f2ab2ad.js:1798,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:2111,104]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:2144,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:2144,12]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:2145,3]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:2159,8]
[INFO]     Side effects in initialization of unused variable canDefineProperty [vendor.8130a1a0692d0f2ab2ad.js:2066,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:2068,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:2069,5]
[INFO]     Dropping unused variable deprecatedAPIs [vendor.8130a1a0692d0f2ab2ad.js:2145,7]
[INFO]     Dropping unused variable defineDeprecationWarning [vendor.8130a1a0692d0f2ab2ad.js:2149,7]
[INFO]     Dropping unused variable fnName [vendor.8130a1a0692d0f2ab2ad.js:2159,12]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:2187,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:2187,14]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:2188,5]
[INFO]     Dropping unused variable constructor [vendor.8130a1a0692d0f2ab2ad.js:2188,9]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:2184,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:2286,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:2287,3]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:2685,8]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:2685,8]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:2695,42]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:2700,79]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:2710,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:2710,16]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:2711,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:2720,36]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:2721,42]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:2766,109]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:2777,15]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:2780,13]
[INFO]     Dropping unused variable typeofSpec [vendor.8130a1a0692d0f2ab2ad.js:2711,11]
[INFO]     Dropping unused variable isMixinValid [vendor.8130a1a0692d0f2ab2ad.js:2712,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:2801,21]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:2804,22]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:2817,74]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:2821,36]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:2876,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:2876,14]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:2880,5]
[INFO]     Dropping unused variable componentName [vendor.8130a1a0692d0f2ab2ad.js:2880,9]
[INFO]     Dropping unused variable _bind [vendor.8130a1a0692d0f2ab2ad.js:2881,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:2647,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:2648,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:2653,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:2654,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:2670,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:2671,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:2974,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:2975,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:2994,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:2996,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:3002,78]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:3019,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:3024,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:3032,38]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:3034,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:3035,7]
[INFO]     Dropping unused function validateTypeDef [vendor.8130a1a0692d0f2ab2ad.js:2680,10]
[INFO]     Side effects in initialization of unused variable ReactPropTypeLocationNames [vendor.8130a1a0692d0f2ab2ad.js:2359,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:2363,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:2364,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:3078,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:3079,3]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:3112,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:3112,12]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:3113,3]
[INFO]     Dropping unused variable ReactElementValidator [vendor.8130a1a0692d0f2ab2ad.js:3113,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:3394,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:3395,7]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:3396,9]
[INFO]     Dropping unused variable cacheKey [vendor.8130a1a0692d0f2ab2ad.js:3396,13]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:3388,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:3389,5]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:3389,5]
[INFO]     Dropping unused variable manualPropTypeCallCache [vendor.8130a1a0692d0f2ab2ad.js:3389,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:3495,6]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:3495,6]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:3540,6]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:3540,6]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:3284,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:3775,45]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:3758,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:3856,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:3856,12]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:3857,3]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:3865,9]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:3870,5]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:3875,5]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:3883,10]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:3892,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:3892,12]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:3893,3]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:3818,5]
[INFO]     Dropping unused variable ExecutionEnvironment [vendor.8130a1a0692d0f2ab2ad.js:3857,7]
[INFO]     Dropping unused variable showFileUrlMessage [vendor.8130a1a0692d0f2ab2ad.js:3865,13]
[INFO]     Dropping unused variable testFunc [vendor.8130a1a0692d0f2ab2ad.js:3870,9]
[INFO]     Dropping unused variable ieCompatibilityMode [vendor.8130a1a0692d0f2ab2ad.js:3875,9]
[INFO]     Dropping unused variable expectedFeatures [vendor.8130a1a0692d0f2ab2ad.js:3879,9]
[INFO]     Dropping unused variable i [vendor.8130a1a0692d0f2ab2ad.js:3883,14]
[INFO]     Dropping unused variable ReactInstrumentation [vendor.8130a1a0692d0f2ab2ad.js:3893,7]
[INFO]     Dropping unused variable ReactDOMUnknownPropertyHook [vendor.8130a1a0692d0f2ab2ad.js:3894,7]
[INFO]     Dropping unused variable ReactDOMNullInputValuePropHook [vendor.8130a1a0692d0f2ab2ad.js:3895,7]
[INFO]     Dropping unused variable ReactDOMInvalidARIAHook [vendor.8130a1a0692d0f2ab2ad.js:3896,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:4011,14]
[INFO]     Condition always true [vendor.8130a1a0692d0f2ab2ad.js:4011,6]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:4070,38]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:4080,26]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:3926,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:4223,60]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:4240,119]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:4242,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:4243,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:4249,13]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:4250,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:4335,29]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:4165,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:4981,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:4982,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:4961,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:5216,42]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:5340,21]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:5102,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:5404,28]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:5408,36]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:5412,86]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:5426,79]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:5454,70]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:5458,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:5458,14]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:5459,5]
[INFO]     Dropping unused variable lowerCasedName [vendor.8130a1a0692d0f2ab2ad.js:5459,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:5501,31]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:5514,27]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:5538,41]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:5605,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:5605,16]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:5606,7]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:5607,12]
[INFO]     Dropping unused variable possibleRegistrationNames [vendor.8130a1a0692d0f2ab2ad.js:5606,11]
[INFO]     Dropping unused variable lowerCasedName [vendor.8130a1a0692d0f2ab2ad.js:5607,16]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:5379,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:5718,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:5719,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:5746,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:5747,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:5787,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:5788,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:5792,40]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:5655,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:5656,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:5661,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:5662,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:5679,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:5680,3]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:5639,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:5640,5]
[INFO]     Dropping unused variable validateEventDispatches [vendor.8130a1a0692d0f2ab2ad.js:5678,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:5908,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:5913,3]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:5914,5]
[INFO]     Dropping unused variable fakeNode [vendor.8130a1a0692d0f2ab2ad.js:5914,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:5965,22]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:5949,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:6240,35]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:6185,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:6425,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:6427,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:6441,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:6442,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:6627,6]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:6627,6]
[INFO]     Dropping unused variable warningCondition [vendor.8130a1a0692d0f2ab2ad.js:6626,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:6527,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:6528,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:6536,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:6537,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:6547,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:6548,3]
[INFO]     Dropping unused function getPooledWarningPropertyDefinition [vendor.8130a1a0692d0f2ab2ad.js:6604,10]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:6380,5]
[INFO]     Dropping unused variable didWarnForAddedNewProperty [vendor.8130a1a0692d0f2ab2ad.js:6382,5]
[INFO]     Side effects in initialization of unused variable isProxySupported [vendor.8130a1a0692d0f2ab2ad.js:6383,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:7032,68]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:7113,40]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:7215,42]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:7222,30]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:7227,27]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:7228,66]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:7229,68]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:7022,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:7327,50]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:7275,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:7445,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:7446,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:7454,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:7455,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:7477,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:7478,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:7484,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:7485,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:7517,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:7518,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:7535,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:7536,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:7553,8]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:7553,8]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:7556,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:7557,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:7562,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:7563,7]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.8130a1a0692d0f2ab2ad.js:7418,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:7420,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:7737,29]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:7751,29]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:7685,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:7785,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:7785,12]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:7786,3]
[INFO]     Dropping unused variable ReactDebugTool [vendor.8130a1a0692d0f2ab2ad.js:7786,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:7924,33]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:7988,32]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:7811,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:8895,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:8896,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:8905,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:8906,3]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:8944,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:8945,7]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:8945,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:8953,15]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:8954,13]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:8963,15]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:8964,13]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:8973,15]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:8974,13]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:8983,15]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:8984,13]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:8993,15]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:8994,13]
[INFO]     Dropping unused variable parentNodeDebugID [vendor.8130a1a0692d0f2ab2ad.js:8945,11]
[INFO]     Side effects in initialization of unused variable ReactDOMComponentTree [vendor.8130a1a0692d0f2ab2ad.js:8798,5]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.8130a1a0692d0f2ab2ad.js:8799,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:9512,40]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:9513,16]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:9514,40]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:9499,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:9586,19]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:9603,22]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:9649,87]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:9651,36]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:9653,43]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:9655,42]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:9829,19]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10014,4]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:10014,4]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10027,75]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10030,34]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10031,102]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10033,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:10034,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10038,64]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10045,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:10048,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10142,24]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10144,12]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10227,35]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10269,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:10270,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10082,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:10083,3]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10358,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:10358,16]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:10359,7]
[INFO]     Dropping unused variable parentInfo [vendor.8130a1a0692d0f2ab2ad.js:10359,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10477,17]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:10479,15]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10536,13]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:10537,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10578,15]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:10579,13]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10717,15]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:10718,13]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10799,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:10800,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10807,13]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:10808,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10815,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:10816,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10819,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:10820,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10863,18]
[INFO]     Condition always true [vendor.8130a1a0692d0f2ab2ad.js:10863,10]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10874,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:10875,7]
[INFO]     Dropping unused function friendlyStringify [vendor.8130a1a0692d0f2ab2ad.js:9965,10]
[INFO]     Dropping unused function checkAndWarnForMutatedStyle [vendor.8130a1a0692d0f2ab2ad.js:9991,10]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.8130a1a0692d0f2ab2ad.js:9920,5]
[INFO]     Side effects in initialization of unused variable emptyFunction [vendor.8130a1a0692d0f2ab2ad.js:9924,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:9926,5]
[INFO]     Side effects in initialization of unused variable isEventSupported [vendor.8130a1a0692d0f2ab2ad.js:9927,5]
[INFO]     Side effects in initialization of unused variable shallowEqual [vendor.8130a1a0692d0f2ab2ad.js:9928,5]
[INFO]     Side effects in initialization of unused variable validateDOMNesting [vendor.8130a1a0692d0f2ab2ad.js:9929,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:9930,5]
[INFO]     Dropping unused variable styleMutationWarning [vendor.8130a1a0692d0f2ab2ad.js:9989,5]
[INFO]     Dropping unused variable setAndValidateContentChildDev [vendor.8130a1a0692d0f2ab2ad.js:10081,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:10994,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:10996,3]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:10996,3]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:11100,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:11101,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:11120,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:11121,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:11133,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:11134,9]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.8130a1a0692d0f2ab2ad.js:10966,5]
[INFO]     Side effects in initialization of unused variable camelizeStyleName [vendor.8130a1a0692d0f2ab2ad.js:10968,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:10972,5]
[INFO]     Dropping unused variable badVendoredStyleNamePattern [vendor.8130a1a0692d0f2ab2ad.js:10996,7]
[INFO]     Dropping unused variable badStyleValueWithSemicolonPattern [vendor.8130a1a0692d0f2ab2ad.js:10999,7]
[INFO]     Dropping unused variable warnedStyleNames [vendor.8130a1a0692d0f2ab2ad.js:11001,7]
[INFO]     Dropping unused variable warnedStyleValues [vendor.8130a1a0692d0f2ab2ad.js:11002,7]
[INFO]     Dropping unused variable warnedForNaNValue [vendor.8130a1a0692d0f2ab2ad.js:11003,7]
[INFO]     Dropping unused variable warnHyphenatedStyleName [vendor.8130a1a0692d0f2ab2ad.js:11005,7]
[INFO]     Dropping unused variable warnBadVendoredStyleName [vendor.8130a1a0692d0f2ab2ad.js:11014,7]
[INFO]     Dropping unused variable warnStyleValueWithSemicolon [vendor.8130a1a0692d0f2ab2ad.js:11023,7]
[INFO]     Dropping unused variable warnStyleValueIsNaN [vendor.8130a1a0692d0f2ab2ad.js:11032,7]
[INFO]     Dropping unused variable checkRenderMessage [vendor.8130a1a0692d0f2ab2ad.js:11041,7]
[INFO]     Dropping unused variable warnValidStyle [vendor.8130a1a0692d0f2ab2ad.js:11056,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:11447,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:11450,7]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:11451,9]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:11456,9]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:11458,11]
[INFO]     Dropping unused variable owner [vendor.8130a1a0692d0f2ab2ad.js:11451,13]
[INFO]     Dropping unused variable ownerName [vendor.8130a1a0692d0f2ab2ad.js:11452,13]
[INFO]     Dropping unused variable warned [vendor.8130a1a0692d0f2ab2ad.js:11456,13]
[INFO]     Dropping unused variable warnings [vendor.8130a1a0692d0f2ab2ad.js:11458,15]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:11410,5]
[INFO]     Dropping unused variable styleWarnings [vendor.8130a1a0692d0f2ab2ad.js:11413,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:11629,4]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:11629,4]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:11743,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:11743,16]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:11744,7]
[INFO]     Dropping unused variable payload [vendor.8130a1a0692d0f2ab2ad.js:11744,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:11764,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:11764,16]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:11765,7]
[INFO]     Dropping unused variable payload [vendor.8130a1a0692d0f2ab2ad.js:11765,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:11783,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:11784,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:11818,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:11819,7]
[INFO]     Side effects in initialization of unused variable ReactDOMComponentTree [vendor.8130a1a0692d0f2ab2ad.js:11607,5]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.8130a1a0692d0f2ab2ad.js:11608,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:11611,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:12604,25]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:12425,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:12425,16]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:12428,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:12456,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:12457,7]
[INFO]     Dropping unused variable owner [vendor.8130a1a0692d0f2ab2ad.js:12428,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:12464,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:12464,16]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:12465,7]
[INFO]     Dropping unused variable controlled [vendor.8130a1a0692d0f2ab2ad.js:12465,11]
[INFO]     Dropping unused variable owner [vendor.8130a1a0692d0f2ab2ad.js:12466,11]
[INFO]     Dropping unused function isControlled [vendor.8130a1a0692d0f2ab2ad.js:12376,10]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:12359,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:12360,5]
[INFO]     Dropping unused variable didWarnValueLink [vendor.8130a1a0692d0f2ab2ad.js:12362,5]
[INFO]     Dropping unused variable didWarnCheckedLink [vendor.8130a1a0692d0f2ab2ad.js:12363,5]
[INFO]     Dropping unused variable didWarnValueDefaultValue [vendor.8130a1a0692d0f2ab2ad.js:12364,5]
[INFO]     Dropping unused variable didWarnCheckedDefaultChecked [vendor.8130a1a0692d0f2ab2ad.js:12365,5]
[INFO]     Dropping unused variable didWarnControlledToUncontrolled [vendor.8130a1a0692d0f2ab2ad.js:12366,5]
[INFO]     Dropping unused variable didWarnUncontrolledToControlled [vendor.8130a1a0692d0f2ab2ad.js:12367,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:12652,72]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:12656,65]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:12661,67]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:12707,10]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:12707,10]
[INFO]     Side effects in initialization of unused variable addendum [vendor.8130a1a0692d0f2ab2ad.js:12706,13]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:12638,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:12639,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:12815,8]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:12815,8]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:12828,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:12829,7]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:12799,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:12965,6]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:12965,6]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:12976,8]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:12976,8]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:12978,8]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:12978,8]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:13044,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:13045,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:13058,8]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:13058,8]
[INFO]     Dropping unused function getDeclarationErrorAddendum [vendor.8130a1a0692d0f2ab2ad.js:12944,10]
[INFO]     Dropping unused function checkSelectPropTypes [vendor.8130a1a0692d0f2ab2ad.js:12960,10]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:12926,5]
[INFO]     Dropping unused variable didWarnValueLink [vendor.8130a1a0692d0f2ab2ad.js:12928,5]
[INFO]     Dropping unused variable valuePropNames [vendor.8130a1a0692d0f2ab2ad.js:12954,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:13161,49]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:13179,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:13180,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:13200,13]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:13201,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:13203,36]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:13205,38]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:13131,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:13132,5]
[INFO]     Dropping unused variable didWarnValueLink [vendor.8130a1a0692d0f2ab2ad.js:13134,5]
[INFO]     Dropping unused variable didWarnValDefaultVal [vendor.8130a1a0692d0f2ab2ad.js:13135,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:13416,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:13416,12]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:13417,3]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:13457,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:13457,18]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:13458,9]
[INFO]     Dropping unused variable selfDebugID [vendor.8130a1a0692d0f2ab2ad.js:13458,13]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:13474,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:13476,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:13510,15]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:13511,13]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:13519,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:13520,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:13538,20]
[INFO]     Condition always true [vendor.8130a1a0692d0f2ab2ad.js:13538,12]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:13558,20]
[INFO]     Condition always true [vendor.8130a1a0692d0f2ab2ad.js:13558,12]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:13634,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:13635,9]
[INFO]     Side effects in initialization of unused variable ReactInstanceMap [vendor.8130a1a0692d0f2ab2ad.js:13291,5]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.8130a1a0692d0f2ab2ad.js:13292,5]
[INFO]     Side effects in initialization of unused variable ReactCurrentOwner [vendor.8130a1a0692d0f2ab2ad.js:13294,5]
[INFO]     Side effects in initialization of unused variable emptyFunction [vendor.8130a1a0692d0f2ab2ad.js:13298,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:13300,5]
[INFO]     Dropping unused variable setChildrenForInstrumentation [vendor.8130a1a0692d0f2ab2ad.js:13415,5]
[INFO]     Dropping unused variable getDebugID [vendor.8130a1a0692d0f2ab2ad.js:13417,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:13765,21]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:13745,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:13866,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:13867,5]
[INFO]     Boolean && always false [vendor.8130a1a0692d0f2ab2ad.js:13854,5]
[INFO]     Condition left of || always true [vendor.8130a1a0692d0f2ab2ad.js:13854,1]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:13900,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:13901,7]
[INFO]     Side effects in initialization of unused variable KeyEscapeUtils [vendor.8130a1a0692d0f2ab2ad.js:13847,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:13850,5]
[INFO]     Dropping unused variable ReactComponentTreeHook [vendor.8130a1a0692d0f2ab2ad.js:13852,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14061,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14062,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14067,16]
[INFO]     Condition always true [vendor.8130a1a0692d0f2ab2ad.js:14067,8]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14089,14]
[INFO]     Condition always true [vendor.8130a1a0692d0f2ab2ad.js:14089,6]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14092,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14093,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14102,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14103,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14108,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14109,5]
[INFO]     Side effects in initialization of unused variable getNextDebugID [vendor.8130a1a0692d0f2ab2ad.js:14010,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:14011,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:14012,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14172,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14173,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14147,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14148,3]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:14148,3]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14277,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14278,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14317,75]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14328,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14328,16]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:14335,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14353,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14357,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14370,76]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14384,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14385,9]
[INFO]     Dropping unused variable _this [vendor.8130a1a0692d0f2ab2ad.js:14294,9]
[INFO]     Dropping unused variable propsMutated [vendor.8130a1a0692d0f2ab2ad.js:14335,11]
[INFO]     Dropping unused variable componentName [vendor.8130a1a0692d0f2ab2ad.js:14336,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14399,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14399,16]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14415,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14416,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14426,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14427,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14463,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14464,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14468,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14469,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14495,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14496,7]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:14497,9]
[INFO]     Dropping unused variable childDebugIDs [vendor.8130a1a0692d0f2ab2ad.js:14497,13]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14529,13]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14530,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14604,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14604,16]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:14605,7]
[INFO]     Dropping unused variable Component [vendor.8130a1a0692d0f2ab2ad.js:14605,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14624,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14624,18]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14637,61]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14638,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14639,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14642,51]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14658,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14659,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14706,24]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14731,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14732,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14745,13]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14746,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14759,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14760,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14831,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14832,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14849,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14850,9]
[INFO]     Dropping unused variable _this2 [vendor.8130a1a0692d0f2ab2ad.js:14816,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14871,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14872,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14889,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14890,9]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:14891,11]
[INFO]     Dropping unused variable childDebugIDs [vendor.8130a1a0692d0f2ab2ad.js:14891,15]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14916,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14917,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14924,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14926,7]
[INFO]     Condition left of || always false [vendor.8130a1a0692d0f2ab2ad.js:14941,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14953,104]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14968,24]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:14970,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:14970,16]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:14971,7]
[INFO]     Dropping unused variable componentName [vendor.8130a1a0692d0f2ab2ad.js:14971,11]
[INFO]     Dropping unused function measureLifeCyclePerf [vendor.8130a1a0692d0f2ab2ad.js:14187,10]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.8130a1a0692d0f2ab2ad.js:14143,5]
[INFO]     Dropping unused variable checkReactTypeSpec [vendor.8130a1a0692d0f2ab2ad.js:14148,7]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:14152,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:14155,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:15063,14]
[INFO]     Condition always true [vendor.8130a1a0692d0f2ab2ad.js:15063,6]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:15046,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:15264,29]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:15239,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:15492,13]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:15492,20]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:15493,11]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:15495,13]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:15515,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:15520,9]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:15521,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:15528,16]
[INFO]     Condition always true [vendor.8130a1a0692d0f2ab2ad.js:15528,8]
[INFO]     Dropping unused variable mapsAsChildrenAddendum [vendor.8130a1a0692d0f2ab2ad.js:15493,15]
[INFO]     Dropping unused variable mapsAsChildrenOwnerName [vendor.8130a1a0692d0f2ab2ad.js:15495,17]
[INFO]     Dropping unused variable name [vendor.8130a1a0692d0f2ab2ad.js:15521,15]
[INFO]     Side effects in initialization of unused variable ReactCurrentOwner [vendor.8130a1a0692d0f2ab2ad.js:15399,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:15403,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:15405,5]
[INFO]     Dropping unused variable didWarnAboutMaps [vendor.8130a1a0692d0f2ab2ad.js:15421,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:15797,4]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:15797,4]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:15804,14]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:15810,21]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:15811,110]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:15812,31]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:15819,39]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:15844,14]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:15651,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:15652,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:16011,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:16012,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:16036,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:16037,5]
[INFO]     Boolean && always false [vendor.8130a1a0692d0f2ab2ad.js:15991,5]
[INFO]     Condition left of || always true [vendor.8130a1a0692d0f2ab2ad.js:15991,1]
[INFO]     Side effects in initialization of unused variable KeyEscapeUtils [vendor.8130a1a0692d0f2ab2ad.js:15985,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:15987,5]
[INFO]     Dropping unused variable ReactComponentTreeHook [vendor.8130a1a0692d0f2ab2ad.js:15989,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:16079,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:16080,3]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.8130a1a0692d0f2ab2ad.js:16069,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:16167,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:16167,14]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:16168,5]
[INFO]     Dropping unused variable constructor [vendor.8130a1a0692d0f2ab2ad.js:16168,9]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:16164,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:16332,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:16332,16]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:16333,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:16342,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:16343,5]
[INFO]     Dropping unused variable ctor [vendor.8130a1a0692d0f2ab2ad.js:16333,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:16363,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:16363,16]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:16364,7]
[INFO]     Dropping unused variable owner [vendor.8130a1a0692d0f2ab2ad.js:16364,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:16484,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:16485,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:16509,55]
[INFO]     Side effects in initialization of unused variable ReactCurrentOwner [vendor.8130a1a0692d0f2ab2ad.js:16304,5]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.8130a1a0692d0f2ab2ad.js:16306,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:16309,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:16310,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:16539,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:16539,12]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:16552,3]
[INFO]     Side effects in initialization of unused variable _assign [vendor.8130a1a0692d0f2ab2ad.js:16532,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:16535,5]
[INFO]     Dropping unused variable specialTags [vendor.8130a1a0692d0f2ab2ad.js:16552,7]
[INFO]     Dropping unused variable inScopeTags [vendor.8130a1a0692d0f2ab2ad.js:16555,7]
[INFO]     Dropping unused variable buttonScopeTags [vendor.8130a1a0692d0f2ab2ad.js:16563,7]
[INFO]     Dropping unused variable impliedEndTags [vendor.8130a1a0692d0f2ab2ad.js:16566,7]
[INFO]     Dropping unused variable emptyAncestorInfo [vendor.8130a1a0692d0f2ab2ad.js:16568,7]
[INFO]     Dropping unused variable updatedAncestorInfo [vendor.8130a1a0692d0f2ab2ad.js:16581,7]
[INFO]     Dropping unused variable isTagValidWithParent [vendor.8130a1a0692d0f2ab2ad.js:16631,7]
[INFO]     Dropping unused variable findInvalidAncestorForTag [vendor.8130a1a0692d0f2ab2ad.js:16720,7]
[INFO]     Dropping unused variable findOwnerStack [vendor.8130a1a0692d0f2ab2ad.js:16793,7]
[INFO]     Dropping unused variable didWarn [vendor.8130a1a0692d0f2ab2ad.js:16806,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:16991,30]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:16992,30]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:17031,30]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:17032,30]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:17047,29]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:16984,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:17174,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:17174,16]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:17175,7]
[INFO]     Dropping unused variable parentInfo [vendor.8130a1a0692d0f2ab2ad.js:17175,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:17251,28]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:17130,5]
[INFO]     Side effects in initialization of unused variable validateDOMNesting [vendor.8130a1a0692d0f2ab2ad.js:17131,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:17579,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:17580,9]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:17768,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:17769,3]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.8130a1a0692d0f2ab2ad.js:17696,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:19117,26]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:18954,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:19856,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:19857,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:19860,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:19861,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:19948,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:19949,3]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:20025,6]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:20025,6]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:20027,37]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:20058,76]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:20064,43]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:20068,6]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:20068,6]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:20101,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:20104,7]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:20105,9]
[INFO]     Dropping unused variable rootElementSibling [vendor.8130a1a0692d0f2ab2ad.js:20105,13]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:20154,6]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:20154,6]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:20156,37]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:20158,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:20159,7]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:20171,11]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:20172,9]
[INFO]     Side effects in initialization of unused variable containerHasNonRootReactChild [vendor.8130a1a0692d0f2ab2ad.js:20166,11]
[INFO]     Side effects in initialization of unused variable isContainerReactRoot [vendor.8130a1a0692d0f2ab2ad.js:20169,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:20183,37]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:20198,13]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:20198,20]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:20203,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:20220,52]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:20222,13]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:20223,11]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:20228,48]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:20240,9]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:20240,16]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:20241,7]
[INFO]     Dropping unused variable normalizer [vendor.8130a1a0692d0f2ab2ad.js:20203,15]
[INFO]     Dropping unused variable hostNode [vendor.8130a1a0692d0f2ab2ad.js:20241,11]
[INFO]     Dropping unused function nodeIsRenderedByOtherInstance [vendor.8130a1a0692d0f2ab2ad.js:19900,10]
[INFO]     Dropping unused function isReactNode [vendor.8130a1a0692d0f2ab2ad.js:19923,10]
[INFO]     Side effects in initialization of unused variable ReactCurrentOwner [vendor.8130a1a0692d0f2ab2ad.js:19735,5]
[INFO]     Side effects in initialization of unused variable ReactInstrumentation [vendor.8130a1a0692d0f2ab2ad.js:19741,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:19749,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:19752,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:20284,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:20285,5]
[INFO]     Side effects in initialization of unused variable validateDOMNesting [vendor.8130a1a0692d0f2ab2ad.js:20271,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:20470,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:20470,14]
[INFO]     Declarations in unreachable code! [vendor.8130a1a0692d0f2ab2ad.js:20471,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:20491,14]
[INFO]     Condition always true [vendor.8130a1a0692d0f2ab2ad.js:20491,6]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:20493,14]
[INFO]     Condition always true [vendor.8130a1a0692d0f2ab2ad.js:20493,6]
[INFO]     Dropping unused variable owner [vendor.8130a1a0692d0f2ab2ad.js:20471,9]
[INFO]     Side effects in initialization of unused variable ReactCurrentOwner [vendor.8130a1a0692d0f2ab2ad.js:20453,5]
[INFO]     Side effects in initialization of unused variable invariant [vendor.8130a1a0692d0f2ab2ad.js:20458,5]
[INFO]     Side effects in initialization of unused variable warning [vendor.8130a1a0692d0f2ab2ad.js:20459,5]
[INFO]     Condition always true [vendor.8130a1a0692d0f2ab2ad.js:20567,6]
[INFO]     Condition always true [vendor.8130a1a0692d0f2ab2ad.js:24912,5]
[INFO]     Condition always true [vendor.8130a1a0692d0f2ab2ad.js:27230,13]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:27236,3]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:27291,31]
[INFO]     Side effects in initialization of unused variable bsClass [vendor.8130a1a0692d0f2ab2ad.js:27295,5]
[INFO]     Side effects in initialization of unused variable bsSizes [vendor.8130a1a0692d0f2ab2ad.js:27337,5]
[INFO]     Side effects in initialization of unused variable _curry [vendor.8130a1a0692d0f2ab2ad.js:27457,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:27534,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:27535,5]
[INFO]     Side effects in initialization of unused variable Size [vendor.8130a1a0692d0f2ab2ad.js:27571,5]
[INFO]     Side effects in initialization of unused variable SIZE_MAP [vendor.8130a1a0692d0f2ab2ad.js:27577,5]
[INFO]     Side effects in initialization of unused variable DEVICE_SIZES [vendor.8130a1a0692d0f2ab2ad.js:27588,5]
[INFO]     Side effects in initialization of unused variable State [vendor.8130a1a0692d0f2ab2ad.js:27590,5]
[INFO]     Side effects in initialization of unused variable Style [vendor.8130a1a0692d0f2ab2ad.js:27597,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:29883,8]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:29883,8]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.8130a1a0692d0f2ab2ad.js:29819,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:29945,5]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:29946,3]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:30217,6]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:30217,6]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.8130a1a0692d0f2ab2ad.js:30172,5]
[INFO]     Condition always true [vendor.8130a1a0692d0f2ab2ad.js:30924,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:30926,10]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:31734,8]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:31734,8]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:31761,8]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:31761,8]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.8130a1a0692d0f2ab2ad.js:31491,5]
[INFO]     Side effects in initialization of unused variable _ownerDocument2 [vendor.8130a1a0692d0f2ab2ad.js:31864,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:32340,7]
[INFO]     Dropping unreachable code [vendor.8130a1a0692d0f2ab2ad.js:32341,5]
[INFO]     Dropping unused function readOnlyPropType [vendor.8130a1a0692d0f2ab2ad.js:32327,10]
[INFO]     Side effects in initialization of unused variable _invariant2 [vendor.8130a1a0692d0f2ab2ad.js:32323,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:33695,6]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:33695,6]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.8130a1a0692d0f2ab2ad.js:33628,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:38111,8]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:38111,8]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:38147,8]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:38147,8]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.8130a1a0692d0f2ab2ad.js:37899,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:40448,8]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:40448,8]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.8130a1a0692d0f2ab2ad.js:40164,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:40753,4]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:40753,4]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.8130a1a0692d0f2ab2ad.js:40730,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:42061,8]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:42061,8]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.8130a1a0692d0f2ab2ad.js:41997,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:42187,6]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:42187,6]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:42188,6]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:42188,6]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.8130a1a0692d0f2ab2ad.js:42137,5]
[INFO]     Condition always false [vendor.8130a1a0692d0f2ab2ad.js:43204,8]
[INFO]     Dropping side-effect-free statement [vendor.8130a1a0692d0f2ab2ad.js:43204,8]
[INFO]     Side effects in initialization of unused variable _warning2 [vendor.8130a1a0692d0f2ab2ad.js:42978,5]
[INFO]     Condition always true [vendor.8130a1a0692d0f2ab2ad.js:44846,5]
[INFO] [20:03:23] Finished 'webpack-prod' after 1.2 min
[INFO] [20:03:23] Starting 'transpile'...
[INFO] [20:03:31] Finished 'transpile' after 8.26 s
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ etbmanager ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 129 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ etbmanager ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 853 source files to C:\apps\jenkins\workspace\eTBM 3 (development)\target\classes
[WARNING] /C:/apps/jenkins/workspace/eTBM 3 (development)/src/main/java/org/msh/etbm/commons/models/impl/StandardJSONParser.java: Some input files use unchecked or unsafe operations.
[WARNING] /C:/apps/jenkins/workspace/eTBM 3 (development)/src/main/java/org/msh/etbm/commons/models/impl/StandardJSONParser.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-test-resources) @ etbmanager ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ etbmanager ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ etbmanager ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 58 source files to C:\apps\jenkins\workspace\eTBM 3 (development)\target\test-classes
[WARNING] /C:/apps/jenkins/workspace/eTBM 3 (development)/src/test/java/org/msh/etbm/test/AuthenticatedTest.java: Some input files use or override a deprecated API.
[WARNING] /C:/apps/jenkins/workspace/eTBM 3 (development)/src/test/java/org/msh/etbm/test/AuthenticatedTest.java: Recompile with -Xlint:deprecation for details.
[WARNING] /C:/apps/jenkins/workspace/eTBM 3 (development)/src/test/java/org/msh/etbm/test/services/CommonEntityServiceTests.java: Some input files use unchecked or unsafe operations.
[WARNING] /C:/apps/jenkins/workspace/eTBM 3 (development)/src/test/java/org/msh/etbm/test/services/CommonEntityServiceTests.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ etbmanager ---
[INFO] Surefire report directory: C:\apps\jenkins\workspace\eTBM 3 (development)\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
20:03:42.820 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest]
20:03:42.820 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:42.836 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:42.852 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:42.867 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@5a8806ef declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:42.883 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist
20:03:42.883 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist
20:03:42.883 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:42.914 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest]
20:03:42.914 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest]: using defaults.
20:03:42.930 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:42.945 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1068e947, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7dc222ae, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@aecb35a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5fcd892a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@8b87145, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6483f5ae, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@b9afc07, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@382db087, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@73d4cc9e, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@80169cf, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@5427c60c, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@15bfd87]
20:03:42.945 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.commons.dbcache.DbCacheConcurrencyTest]
20:03:42.961 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:42.961 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:42.961 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.commons.dbcache.DbCacheConcurrencyTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:42.961 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@69379752 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:42.961 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist
20:03:42.961 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist
20:03:42.961 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:42.961 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.commons.dbcache.DbCacheConcurrencyTest]
20:03:42.961 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.commons.dbcache.DbCacheConcurrencyTest]: using defaults.
20:03:42.961 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:42.961 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2f490758, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@101df177, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@166fa74d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@40f08448, org.springframework.test.context.transaction.TransactionalTestExecutionListener@276438c9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@588df31b, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@33b37288, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@77a57272, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@7181ae3f, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@46238e3f, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@6e2c9341, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@32464a14]
20:03:42.977 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.commons.DozerTest]
20:03:42.977 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:42.977 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:42.977 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.commons.DozerTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:42.977 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@1dd02175 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:42.977 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist
20:03:42.977 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist
20:03:42.977 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:42.992 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.commons.DozerTest]
20:03:42.992 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.commons.DozerTest]: using defaults.
20:03:42.992 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:42.992 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6385cb26, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@38364841, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@28c4711c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@59717824, org.springframework.test.context.transaction.TransactionalTestExecutionListener@146044d7, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1e9e725a, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@15d9bc04, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@473b46c3, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@516be40f, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@3c0a50da, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@646be2c3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@797badd3]
20:03:42.992 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.commons.entities.EntityDAOTest]
20:03:42.992 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:42.992 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:42.992 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.commons.entities.EntityDAOTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:42.992 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@6a472554 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:42.992 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist
20:03:42.992 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist
20:03:42.992 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:43.008 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.commons.entities.EntityDAOTest]
20:03:43.008 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.commons.entities.EntityDAOTest]: using defaults.
20:03:43.008 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:43.008 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@564718df, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@51b7e5df, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@18a70f16, org.springframework.test.context.support.DirtiesContextTestExecutionListener@62e136d3, org.springframework.test.context.transaction.TransactionalTestExecutionListener@c8e4bb0, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6279cee3, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@4206a205, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@29ba4338, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@57175e74, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@7bb58ca3, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@c540f5a, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@770c2e6b]
20:03:43.008 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.commons.forms.FormRequestServiceTest]
20:03:43.008 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:43.008 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:43.008 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.commons.forms.FormRequestServiceTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:43.008 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@61009542 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:43.008 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist
20:03:43.008 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist
20:03:43.008 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:43.008 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.commons.forms.FormRequestServiceTest]
20:03:43.008 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.commons.forms.FormRequestServiceTest]: using defaults.
20:03:43.023 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:43.023 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@ca263c2, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@589b3632, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@45f45fa1, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4c6e276e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@534df152, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@52e677af, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@35083305, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@8e0379d, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@341b80b2, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@55a1c291, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@2145433b, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@2890c451]
20:03:43.023 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.commons.forms.JavaScriptFormGenTest]
20:03:43.023 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:43.023 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:43.023 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.commons.forms.JavaScriptFormGenTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:43.023 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@25b485ba declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:43.023 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist
20:03:43.023 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist
20:03:43.023 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:43.023 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.commons.forms.JavaScriptFormGenTest]
20:03:43.023 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.commons.forms.JavaScriptFormGenTest]: using defaults.
20:03:43.023 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:43.023 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@23282c25, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7920ba90, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6b419da, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3b2da18f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5906ebcb, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@258e2e41, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@3d299e3, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@55a561cf, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@3b938003, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@6f3b5d16, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@78b1cc93, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@6646153]
20:03:43.039 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.commons.model.ModelDAOTest]
20:03:43.039 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:43.039 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:43.039 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.commons.model.ModelDAOTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:43.039 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@6295d394 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:43.039 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist
20:03:43.039 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist
20:03:43.039 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:43.039 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.commons.model.ModelDAOTest]
20:03:43.039 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.commons.model.ModelDAOTest]: using defaults.
20:03:43.039 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:43.039 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@78047b92, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@8909f18, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@79ca92b9, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1460a8c0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4f638935, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4387b79e, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6e75aa0d, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@7fc229ab, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@2cbb3d47, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@527e5409, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1198b989, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@7ff95560]
20:03:43.039 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.commons.model.SQLQueryLoaderTest]
20:03:43.039 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:43.039 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:43.039 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.commons.model.SQLQueryLoaderTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:43.039 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@2aa3cd93 declaringClass = 'org.msh.etbm.test.commons.model.SQLQueryLoaderTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:43.039 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.commons.model.SQLQueryLoaderTest]: class path resource [org/msh/etbm/test/commons/model/SQLQueryLoaderTest-context.xml] does not exist
20:03:43.039 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.commons.model.SQLQueryLoaderTest]: class path resource [org/msh/etbm/test/commons/model/SQLQueryLoaderTestContext.groovy] does not exist
20:03:43.039 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.commons.model.SQLQueryLoaderTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:43.055 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.commons.model.SQLQueryLoaderTest]
20:03:43.055 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.commons.model.SQLQueryLoaderTest]: using defaults.
20:03:43.055 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:43.055 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@43ee72e6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@23529fee, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4fe767f3, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2805c96b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@184cf7cf, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2fd6b6c7, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@5bfa9431, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@5db250b4, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@223f3642, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@38c5cc4c, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@37918c79, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@78e94dcf]
20:03:43.055 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.LocaleRequestInterceptorTest]
20:03:43.055 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:43.055 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:43.055 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.LocaleRequestInterceptorTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:43.055 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@79efed2d declaringClass = 'org.msh.etbm.test.LocaleRequestInterceptorTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:43.070 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.LocaleRequestInterceptorTest]: class path resource [org/msh/etbm/test/LocaleRequestInterceptorTest-context.xml] does not exist
20:03:43.070 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.LocaleRequestInterceptorTest]: class path resource [org/msh/etbm/test/LocaleRequestInterceptorTestContext.groovy] does not exist
20:03:43.070 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.LocaleRequestInterceptorTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:43.070 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.LocaleRequestInterceptorTest]
20:03:43.070 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.LocaleRequestInterceptorTest]: using defaults.
20:03:43.070 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:43.070 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@419c5f1a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@12b0404f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@769e7ee8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5276e6b0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@71b1176b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6193932a, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@647fd8ce, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@159f197, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@78aab498, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@5dd6264, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1ffe63b9, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@51e5fc98]
20:03:43.070 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.MessageTest]
20:03:43.070 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:43.070 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:43.070 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.MessageTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:43.070 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@12e61fe6 declaringClass = 'org.msh.etbm.test.MessageTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:43.070 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.MessageTest]: class path resource [org/msh/etbm/test/MessageTest-context.xml] does not exist
20:03:43.070 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.MessageTest]: class path resource [org/msh/etbm/test/MessageTestContext.groovy] does not exist
20:03:43.070 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.MessageTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:43.086 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.MessageTest]
20:03:43.086 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.MessageTest]: using defaults.
20:03:43.086 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:43.086 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@65466a6a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4ddced80, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1534f01b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@78e117e3, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2ea227af, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4386f16, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@363ee3a2, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4690b489, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@79b06cab, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@3eb7fc54, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@7f552bd3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@3c22fc4c]
20:03:43.086 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.CountryStructureTest]
20:03:43.086 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:43.086 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:43.086 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.admin.CountryStructureTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:43.086 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@1184ab05 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:43.086 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist
20:03:43.086 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist
20:03:43.086 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:43.086 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.admin.CountryStructureTest]
20:03:43.102 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.CountryStructureTest]: using defaults.
20:03:43.102 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:43.102 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3c419631, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@418e7838, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@61230f6a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3c130745, org.springframework.test.context.transaction.TransactionalTestExecutionListener@cd3fee8, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3e2e18f2, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@470f1802, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@63021689, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@703580bf, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@3e92efc3, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1622f1b, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@72a7c7e0]
20:03:43.102 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.LogMessagesTest]
20:03:43.102 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:43.102 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:43.102 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.admin.LogMessagesTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:43.102 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@29626d54 declaringClass = 'org.msh.etbm.test.services.admin.LogMessagesTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:43.102 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.services.admin.LogMessagesTest]: class path resource [org/msh/etbm/test/services/admin/LogMessagesTest-context.xml] does not exist
20:03:43.102 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.services.admin.LogMessagesTest]: class path resource [org/msh/etbm/test/services/admin/LogMessagesTestContext.groovy] does not exist
20:03:43.102 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.services.admin.LogMessagesTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:43.102 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.admin.LogMessagesTest]
20:03:43.102 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.LogMessagesTest]: using defaults.
20:03:43.102 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:43.102 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@50a638b5, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1817d444, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6ca8564a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@50b472aa, org.springframework.test.context.transaction.TransactionalTestExecutionListener@31368b99, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1725dc0f, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@3911c2a7, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4ac3c60d, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@4facf68f, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@76508ed1, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@41e36e46, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@15c43bd9]
20:03:43.117 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.MedicineTest]
20:03:43.117 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:43.117 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:43.117 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.admin.MedicineTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:43.117 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@39529185 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:43.117 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist
20:03:43.117 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist
20:03:43.117 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:43.117 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.admin.MedicineTest]
20:03:43.117 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.MedicineTest]: using defaults.
20:03:43.117 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:43.117 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7714e963, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@20ce78ec, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@393671df, org.springframework.test.context.support.DirtiesContextTestExecutionListener@56620197, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6eda5c9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@55b7a4e0, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@5f058f00, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@192d43ce, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@72057ecf, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@1afd44cb, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@6973b51b, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@1ab3a8c8]
20:03:43.117 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.PermissionTreeOptionsTest]
20:03:43.117 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:43.117 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:43.117 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.admin.PermissionTreeOptionsTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:43.117 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@479d31f3 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:43.117 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist
20:03:43.117 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist
20:03:43.117 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:43.133 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.admin.PermissionTreeOptionsTest]
20:03:43.133 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.PermissionTreeOptionsTest]: using defaults.
20:03:43.133 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:43.133 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3bb9a3ff, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@661972b0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5af3afd9, org.springframework.test.context.support.DirtiesContextTestExecutionListener@323b36e0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@44ebcd03, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@694abbdc, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2e005c4b, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4567f35d, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@5ffead27, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@6356695f, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4f18837a, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@359f7cdf]
20:03:43.133 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.SourceTest]
20:03:43.133 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:43.133 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:43.133 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.admin.SourceTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:43.133 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@4466af20 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:43.133 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist
20:03:43.133 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist
20:03:43.133 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:43.133 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.admin.SourceTest]
20:03:43.133 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.SourceTest]: using defaults.
20:03:43.133 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:43.133 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@399f45b1, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@38c6f217, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@478190fc, org.springframework.test.context.support.DirtiesContextTestExecutionListener@79e2c065, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3a93b025, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@35cabb2a, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@7e07db1f, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@1189dd52, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@36bc55de, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@564fabc8, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@16d04d3d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@49ec71f8]
20:03:43.133 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.SubstanceTest]
20:03:43.133 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:43.148 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:43.148 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.admin.SubstanceTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:43.148 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@3febb011 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:43.148 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist
20:03:43.148 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist
20:03:43.148 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:43.148 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.admin.SubstanceTest]
20:03:43.148 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.SubstanceTest]: using defaults.
20:03:43.148 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:43.148 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4135c3b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6302bbb1, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@31304f14, org.springframework.test.context.support.DirtiesContextTestExecutionListener@34a3d150, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2a4fb17b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5c6648b0, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6f1de4c7, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@459e9125, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@128d2484, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@7cc0cdad, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@7c7b252e, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4d5d943d]
20:03:43.148 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.SysConfigTest]
20:03:43.148 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:43.148 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:43.148 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.admin.SysConfigTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:43.164 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@7b2bbc3 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:43.164 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist
20:03:43.164 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist
20:03:43.164 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:43.164 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.admin.SysConfigTest]
20:03:43.164 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.SysConfigTest]: using defaults.
20:03:43.164 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:43.164 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6771beb3, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@51399530, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6b2ea799, org.springframework.test.context.support.DirtiesContextTestExecutionListener@411f53a0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2b71e916, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@36fc695d, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@28701274, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@13c9d689, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@3754a4bf, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@62379589, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4afcd809, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@175c2241]
20:03:43.164 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.TagTest]
20:03:43.164 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:43.164 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:43.164 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.admin.TagTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:43.164 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@776aec5c declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:43.164 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist
20:03:43.164 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist
20:03:43.164 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:43.164 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.admin.TagTest]
20:03:43.164 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.TagTest]: using defaults.
20:03:43.180 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:43.180 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7e6f74c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@dd05255, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6a78afa0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2f4948e4, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1f2586d6, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@10683d9d, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@3fc2959f, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@5aa9e4eb, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@6989da5e, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@385c9627, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@139982de, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@682b2fa]
20:03:43.180 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.UserViewOptionsTest]
20:03:43.180 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:43.180 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:43.180 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.admin.UserViewOptionsTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:43.180 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@31190526 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:43.180 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist
20:03:43.180 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist
20:03:43.180 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:43.180 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.admin.UserViewOptionsTest]
20:03:43.180 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.UserViewOptionsTest]: using defaults.
20:03:43.180 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:43.180 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@302552ec, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3d285d7e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@40005471, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2cd76f31, org.springframework.test.context.transaction.TransactionalTestExecutionListener@367ffa75, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@49438269, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@ba2f4ec, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@1c1bbc4e, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@55fe41ea, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@fbd1f6, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1ce24091, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@5dda768f]
20:03:43.195 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.UserWsTest]
20:03:43.195 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:43.195 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:43.195 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.admin.UserWsTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:43.195 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@510f3d34 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:43.195 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist
20:03:43.195 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist
20:03:43.195 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:43.195 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.admin.UserWsTest]
20:03:43.195 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.UserWsTest]: using defaults.
20:03:43.195 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:43.195 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@587e5365, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@22fcf7ab, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2de23121, org.springframework.test.context.support.DirtiesContextTestExecutionListener@63475ace, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4988d8b8, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@c0c2f8d, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@305b7c14, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@6913c1fb, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@66d18979, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@bccb269, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@609cd4d8, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@17f7cd29]
20:03:43.195 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.cases.CaseFiltersTest]
20:03:43.195 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:43.195 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:43.195 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.cases.CaseFiltersTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:43.195 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@158a8276 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:43.195 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist
20:03:43.195 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist
20:03:43.195 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:43.211 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.cases.CaseFiltersTest]
20:03:43.211 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.cases.CaseFiltersTest]: using defaults.
20:03:43.211 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:43.211 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5c671d7f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@757277dc, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@687e99d8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@e4487af, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6aaceffd, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@c86b9e3, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@10aa41f2, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@3af9c5b7, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@37271612, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@ed7f8b4, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4c309d4d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@38102d01]
20:03:43.211 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.cases.CaseSearchTest]
20:03:43.211 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:43.211 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:43.211 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.cases.CaseSearchTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:43.211 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@4e3958e7 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:43.211 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist
20:03:43.211 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist
20:03:43.211 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:43.211 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.cases.CaseSearchTest]
20:03:43.211 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.cases.CaseSearchTest]: using defaults.
20:03:43.211 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:43.211 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3098cf3b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@610f7aa, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6a03bcb1, org.springframework.test.context.support.DirtiesContextTestExecutionListener@21b2e768, org.springframework.test.context.transaction.TransactionalTestExecutionListener@57250572, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5609159b, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2118cddf, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@17a7f733, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@68567e20, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@76ed1b7c, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@11fc564b, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@394a2528]
20:03:43.227 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.pub.ForgotPwdTest]
20:03:43.227 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:43.227 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:43.227 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.pub.ForgotPwdTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
20:03:43.227 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.msh.etbm.test.services.pub.ForgotPwdTest], using SpringBootContextLoader
20:03:43.227 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.services.pub.ForgotPwdTest]: class path resource [org/msh/etbm/test/services/pub/ForgotPwdTest-context.xml] does not exist
20:03:43.227 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.services.pub.ForgotPwdTest]: class path resource [org/msh/etbm/test/services/pub/ForgotPwdTestContext.groovy] does not exist
20:03:43.227 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.services.pub.ForgotPwdTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:43.227 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [org.msh.etbm.test.services.pub.ForgotPwdTest]: ForgotPwdTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
20:03:43.227 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.pub.ForgotPwdTest]
20:03:43.242 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:03:43.242 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:03:43.242 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
20:03:43.258 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved classpath location [org/msh/etbm/test/services/pub/] to resources [URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/test-classes/org/msh/etbm/test/services/pub/]]
20:03:43.258 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [C:\apps\jenkins\workspace\eTBM 3 (development)\target\test-classes\org\msh\etbm\test\services\pub]
20:03:43.258 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [C:\apps\jenkins\workspace\eTBM 3 (development)\target\test-classes\org\msh\etbm\test\services\pub] for files matching pattern [C:/apps/jenkins/workspace/eTBM 3 (development)/target/test-classes/org/msh/etbm/test/services/pub/*.class]
20:03:43.258 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:org/msh/etbm/test/services/pub/*.class] to resources [file [C:\apps\jenkins\workspace\eTBM 3 (development)\target\test-classes\org\msh\etbm\test\services\pub\ForgotPwdTest.class], file [C:\apps\jenkins\workspace\eTBM 3 (development)\target\test-classes\org\msh\etbm\test\services\pub\SelfRegistrationTest.class]]
20:03:43.289 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved classpath location [org/msh/etbm/test/services/] to resources [URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/test-classes/org/msh/etbm/test/services/]]
20:03:43.289 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [C:\apps\jenkins\workspace\eTBM 3 (development)\target\test-classes\org\msh\etbm\test\services]
20:03:43.289 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [C:\apps\jenkins\workspace\eTBM 3 (development)\target\test-classes\org\msh\etbm\test\services] for files matching pattern [C:/apps/jenkins/workspace/eTBM 3 (development)/target/test-classes/org/msh/etbm/test/services/*.class]
20:03:43.289 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:org/msh/etbm/test/services/*.class] to resources [file [C:\apps\jenkins\workspace\eTBM 3 (development)\target\test-classes\org\msh\etbm\test\services\CommonEntityServiceTests.class], file [C:\apps\jenkins\workspace\eTBM 3 (development)\target\test-classes\org\msh\etbm\test\services\TestResult.class], file [C:\apps\jenkins\workspace\eTBM 3 (development)\target\test-classes\org\msh\etbm\test\services\UserSettingsTest.class]]
20:03:43.289 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved classpath location [org/msh/etbm/test/] to resources [URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/test-classes/org/msh/etbm/test/], URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/org/msh/etbm/test/]]
20:03:43.289 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [C:\apps\jenkins\workspace\eTBM 3 (development)\target\test-classes\org\msh\etbm\test]
20:03:43.289 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [C:\apps\jenkins\workspace\eTBM 3 (development)\target\test-classes\org\msh\etbm\test] for files matching pattern [C:/apps/jenkins/workspace/eTBM 3 (development)/target/test-classes/org/msh/etbm/test/*.class]
20:03:43.289 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [C:\apps\jenkins\workspace\eTBM 3 (development)\target\classes\org\msh\etbm\test]
20:03:43.289 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [C:\apps\jenkins\workspace\eTBM 3 (development)\target\classes\org\msh\etbm\test] for files matching pattern [C:/apps/jenkins/workspace/eTBM 3 (development)/target/classes/org/msh/etbm/test/*.class]
20:03:43.289 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:org/msh/etbm/test/*.class] to resources [file [C:\apps\jenkins\workspace\eTBM 3 (development)\target\test-classes\org\msh\etbm\test\AuthenticatedTest.class], file [C:\apps\jenkins\workspace\eTBM 3 (development)\target\test-classes\org\msh\etbm\test\DataTestSupport.class], file [C:\apps\jenkins\workspace\eTBM 3 (development)\target\test-classes\org\msh\etbm\test\LocaleRequestInterceptorTest.class], file [C:\apps\jenkins\workspace\eTBM 3 (development)\target\test-classes\org\msh\etbm\test\MessageTest.class], file [C:\apps\jenkins\workspace\eTBM 3 (development)\target\test-classes\org\msh\etbm\test\TestSetup.class], file [C:\apps\jenkins\workspace\eTBM 3 (development)\target\classes\org\msh\etbm\test\DataEntity.class], file [C:\apps\jenkins\workspace\eTBM 3 (development)\target\classes\org\msh\etbm\test\DataRequest.class], file [C:\apps\jenkins\workspace\eTBM 3 (development)\target\classes\org\msh\etbm\test\DozerOptionalConverter.class], file [C:\apps\jenkins\workspace\eTBM 3 (development)\target\classes\org\msh\etbm\test\TestRest.class]]
20:03:43.336 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved classpath location [org/msh/etbm/] to resources [URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/test-classes/org/msh/etbm/], URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/org/msh/etbm/]]
20:03:43.336 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [C:\apps\jenkins\workspace\eTBM 3 (development)\target\test-classes\org\msh\etbm]
20:03:43.336 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [C:\apps\jenkins\workspace\eTBM 3 (development)\target\test-classes\org\msh\etbm] for files matching pattern [C:/apps/jenkins/workspace/eTBM 3 (development)/target/test-classes/org/msh/etbm/*.class]
20:03:43.336 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [C:\apps\jenkins\workspace\eTBM 3 (development)\target\classes\org\msh\etbm]
20:03:43.336 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [C:\apps\jenkins\workspace\eTBM 3 (development)\target\classes\org\msh\etbm] for files matching pattern [C:/apps/jenkins/workspace/eTBM 3 (development)/target/classes/org/msh/etbm/*.class]
20:03:43.336 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:org/msh/etbm/*.class] to resources [file [C:\apps\jenkins\workspace\eTBM 3 (development)\target\classes\org\msh\etbm\Application.class], file [C:\apps\jenkins\workspace\eTBM 3 (development)\target\classes\org\msh\etbm\CacheConfiguration.class]]
20:03:43.367 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [C:\apps\jenkins\workspace\eTBM 3 (development)\target\classes\org\msh\etbm\Application.class]
20:03:43.383 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration org.msh.etbm.Application for test class org.msh.etbm.test.services.pub.ForgotPwdTest
20:03:43.383 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.pub.ForgotPwdTest]: using defaults.
20:03:43.383 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:43.383 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@25641d39, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7b36aa0c, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@5824a83d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@537f60bf, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5677323c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@18df8434, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@65c7a252, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4d154ccd, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@229c6181, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@4686afc2, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1e0b4072, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@791f145a]
20:03:43.383 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.UserSettingsTest]
20:03:43.383 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:43.383 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:43.383 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.UserSettingsTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:43.383 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@f09733f declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:43.383 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist
20:03:43.383 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist
20:03:43.383 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:43.398 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.UserSettingsTest]
20:03:43.398 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.UserSettingsTest]: using defaults.
20:03:43.398 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:43.398 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@f78a47e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@644baf4a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7526515b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1ed4ae0f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@54c5a2ff, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6d4d66d2, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2a265ea9, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@11392934, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@6892b3b6, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@6e6f2380, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@76a4ebf2, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@2e8c1c9b]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.dbcache.DbCacheConcurrencyTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.commons.dbcache.DbCacheConcurrencyTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.DozerTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.commons.DozerTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.entities.EntityDAOTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.commons.entities.EntityDAOTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.forms.FormRequestServiceTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.commons.forms.FormRequestServiceTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.forms.JavaScriptFormGenTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.commons.forms.JavaScriptFormGenTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.model.ModelDAOTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.commons.model.ModelDAOTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.model.SQLQueryLoaderTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.commons.model.SQLQueryLoaderTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.LocaleRequestInterceptorTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.LocaleRequestInterceptorTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.MessageTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.MessageTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.CountryStructureTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.admin.CountryStructureTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.LogMessagesTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.admin.LogMessagesTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.MedicineTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.admin.MedicineTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.PermissionTreeOptionsTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.admin.PermissionTreeOptionsTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.SourceTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.admin.SourceTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.SubstanceTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.admin.SubstanceTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.SysConfigTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.admin.SysConfigTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.TagTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.admin.TagTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.UserViewOptionsTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.admin.UserViewOptionsTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.UserWsTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.admin.UserWsTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.cases.CaseFiltersTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.cases.CaseFiltersTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.cases.CaseSearchTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.cases.CaseSearchTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.pub.ForgotPwdTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.pub.ForgotPwdTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.UserSettingsTest]
20:03:43.398 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.UserSettingsTest]
Running org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest
20:03:43.398 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest]
20:03:43.398 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
20:03:43.398 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
20:03:43.414 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
20:03:43.414 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@2af004b declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
20:03:43.414 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist
20:03:43.414 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist
20:03:43.414 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
20:03:43.414 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest]
20:03:43.414 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest]: using defaults.
20:03:43.414 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
20:03:43.414 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@742ff096, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@75437611, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@350aac89, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1c5920df, org.springframework.test.context.transaction.TransactionalTestExecutionListener@17f9d882, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@79e4c792, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@196a42c3, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4c60d6e9, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@15043a2f, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@4a83a74a, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1349883, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4b29d1d2]
20:03:43.414 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest]
20:03:43.414 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest]
20:03:43.414 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest]
20:03:43.414 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest]
20:03:43.414 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@5f049ea1 testClass = CmdTypesFormRequestTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@72cc7e6f testClass = CmdTypesFormRequestTest, locations = '{}', classes = '{class org.msh.etbm.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@7113b13f, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@6a1aab78, org.springframework.test.context.web.socket.MockServerContainerContextCustomizer@757942a1], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.SpringApplicationContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
20:03:43.414 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest]
20:03:43.414 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest]
20:03:43.492 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
20:03:43.492 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
20:03:43.492 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
20:03:43.492 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [integrationTest] PropertySource with search precedence immediately lower than [systemEnvironment]
           _______ ____    __  __
          |__   __|  _ \  |  \/  |
   ___ ______| |  | |_) | | \  / | __ _ _ __   __ _  __ _  ___ _ __
  / _ \______| |  |  _ <  | |\/| |/ _` | '_ \ / _` |/ _` |/ _ \ '__|
 |  __/      | |  | |_) | | |  | | (_| | | | | (_| | (_| |  __/ |
  \___|      |_|  |____/  |_|  |_|\__,_|_| |_|\__,_|\__, |\___|_|
                                                     __/ |
                                                    |___/

Copyright (c) 2005 Management Sciences for Health, Inc. All rights reserved.


2017-02-22 20:03:44.430  INFO 76456 --- [           main] o.m.e.t.c.c.CmdTypesFormRequestTest      : Starting CmdTypesFormRequestTest on DC-CPM-APP02 with PID 76456 (started by jenkins in C:\apps\jenkins\workspace\eTBM 3 (development)\target\test)
2017-02-22 20:03:44.430  INFO 76456 --- [           main] o.m.e.t.c.c.CmdTypesFormRequestTest      : No active profile set, falling back to default profiles: default
2017-02-22 20:03:44.477  INFO 76456 --- [           main] o.s.w.c.s.GenericWebApplicationContext   : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2687f956: startup date [Wed Feb 22 20:03:44 EST 2017]; root of context hierarchy
2017-02-22 20:03:49.383  INFO 76456 --- [           main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2017-02-22 20:03:49.602  INFO 76456 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$87bf9040] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2017-02-22 20:03:49.836  INFO 76456 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cache.annotation.ProxyCachingConfiguration' of type [class org.springframework.cache.annotation.ProxyCachingConfiguration$$EnhancerBySpringCGLIB$$d0d1c65e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2017-02-22 20:03:51.367  INFO 76456 --- [           main] liquibase                                : Successfully acquired change log lock
2017-02-22 20:03:51.367  INFO 76456 --- [           main] liquibase                                : Dropping Database Objects in schema: etbm3_test.etbm3_test
2017-02-22 20:03:52.977  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:52.977  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:52.992  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:52.992  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.008  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.008  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.008  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.023  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.023  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.039  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.039  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.055  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.070  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.070  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.086  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.086  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.102  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.102  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.117  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.117  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.133  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.133  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.148  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.148  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.164  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.164  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.180  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.180  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.195  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.195  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.195  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.211  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.227  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.227  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.242  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.242  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.242  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.258  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.258  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.273  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.273  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.289  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.289  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.305  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.305  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.320  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.336  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.336  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.336  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.352  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.367  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.367  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.383  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.383  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.398  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.398  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.414  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.414  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.430  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.430  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.445  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.445  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.445  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.461  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.461  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.477  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.492  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.492  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.508  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.508  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.523  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.539  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.539  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.539  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.555  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:03:53.617  INFO 76456 --- [           main] liquibase                                : Successfully acquired change log lock
2017-02-22 20:03:53.898  INFO 76456 --- [           main] liquibase                                : Creating database history table with name: etbm3_test.DATABASECHANGELOG
2017-02-22 20:03:53.914  INFO 76456 --- [           main] liquibase                                : Reading from etbm3_test.DATABASECHANGELOG
2017-02-22 20:03:54.148  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-1::rmemoria: Table administrativeunit created
2017-02-22 20:03:54.148  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-1::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-1::rmemoria ran successfully in 15ms
2017-02-22 20:03:54.164  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-2::rmemoria: Table agerange created
2017-02-22 20:03:54.180  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-2::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-2::rmemoria ran successfully in 32ms
2017-02-22 20:03:54.195  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-3::rmemoria: Table batch created
2017-02-22 20:03:54.195  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-3::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-3::rmemoria ran successfully in 15ms
2017-02-22 20:03:54.211  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-4::rmemoria: Table batchdispensing created
2017-02-22 20:03:54.211  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-4::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-4::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.227  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-5::rmemoria: Table batchmovement created
2017-02-22 20:03:54.227  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-5::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-5::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.242  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-7::rmemoria: Table casecomment created
2017-02-22 20:03:54.242  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-7::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-7::rmemoria ran successfully in 15ms
2017-02-22 20:03:54.273  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-9::rmemoria: Table caseresistancepattern created
2017-02-22 20:03:54.273  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-9::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-9::rmemoria ran successfully in 15ms
2017-02-22 20:03:54.289  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-10::rmemoria: Table casesideeffect created
2017-02-22 20:03:54.289  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-10::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-10::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.305  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-11::rmemoria: Table countrystructure created
2017-02-22 20:03:54.305  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-11::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-11::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.320  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-12::rmemoria: Table errorlog created
2017-02-22 20:03:54.320  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-12::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-12::rmemoria ran successfully in 15ms
2017-02-22 20:03:54.352  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-13::rmemoria: Table examculture created
2017-02-22 20:03:54.352  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-13::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-13::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.367  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-14::rmemoria: Table examdst created
2017-02-22 20:03:54.367  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-14::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-14::rmemoria ran successfully in 15ms
2017-02-22 20:03:54.383  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-16::rmemoria: Table examhiv created
2017-02-22 20:03:54.383  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-16::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-16::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.414  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-17::rmemoria: Table exammicroscopy created
2017-02-22 20:03:54.414  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-17::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-17::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.430  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-18::rmemoria: Table examrequest created
2017-02-22 20:03:54.430  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-18::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-18::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.445  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-19::rmemoria: Table examxpert created
2017-02-22 20:03:54.445  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-19::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-19::rmemoria ran successfully in 15ms
2017-02-22 20:03:54.461  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-20::rmemoria: Table examxray created
2017-02-22 20:03:54.461  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-20::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-20::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.477  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-23::rmemoria: Table issue created
2017-02-22 20:03:54.477  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-23::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-23::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.508  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-24::rmemoria: Table issuefollowup created
2017-02-22 20:03:54.508  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-24::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-24::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.523  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-27::rmemoria: Table medicalexamination created
2017-02-22 20:03:54.523  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-27::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-27::rmemoria ran successfully in 15ms
2017-02-22 20:03:54.539  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-28::rmemoria: Table product created
2017-02-22 20:03:54.539  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-28::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-28::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.555  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-29::rmemoria: Table medicine_substances created
2017-02-22 20:03:54.555  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-29::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-29::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.570  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-30::rmemoria: Table medicinedispensing created
2017-02-22 20:03:54.570  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-30::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-30::rmemoria ran successfully in 15ms
2017-02-22 20:03:54.602  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-31::rmemoria: Table medicinedispensingbatch created
2017-02-22 20:03:54.602  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-31::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-31::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.617  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-32::rmemoria: Table medicinedispensingcase created
2017-02-22 20:03:54.617  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-32::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-32::rmemoria ran successfully in 15ms
2017-02-22 20:03:54.633  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-33::rmemoria: Table medicinedispensingitem created
2017-02-22 20:03:54.633  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-33::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-33::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.648  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-34::rmemoria: Table productorder created
2017-02-22 20:03:54.648  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-34::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-34::rmemoria ran successfully in 15ms
2017-02-22 20:03:54.680  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-35::rmemoria: Table productreceiving created
2017-02-22 20:03:54.680  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-35::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-35::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.695  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-36::rmemoria: Table medicinereceivingitem created
2017-02-22 20:03:54.695  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-36::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-36::rmemoria ran successfully in 15ms
2017-02-22 20:03:54.711  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-37::rmemoria: Table medicineregimen created
2017-02-22 20:03:54.711  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-37::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-37::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.727  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-38::rmemoria: Table movement created
2017-02-22 20:03:54.727  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-38::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-38::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.742  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-39::rmemoria: Table movements_dispensing created
2017-02-22 20:03:54.742  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-39::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-39::rmemoria ran successfully in 15ms
2017-02-22 20:03:54.773  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-40::rmemoria: Table movements_receiving created
2017-02-22 20:03:54.773  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-40::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-40::rmemoria ran successfully in 31ms
2017-02-22 20:03:54.789  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-41::rmemoria: Table orderbatch created
2017-02-22 20:03:54.789  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-41::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-41::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.805  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-42::rmemoria: Table ordercase created
2017-02-22 20:03:54.805  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-42::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-42::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.820  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-43::rmemoria: Table ordercomment created
2017-02-22 20:03:54.820  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-43::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-43::rmemoria ran successfully in 15ms
2017-02-22 20:03:54.852  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-44::rmemoria: Table orderitem created
2017-02-22 20:03:54.852  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-44::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-44::rmemoria ran successfully in 32ms
2017-02-22 20:03:54.867  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-45::rmemoria: Table patient created
2017-02-22 20:03:54.867  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-45::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-45::rmemoria ran successfully in 15ms
2017-02-22 20:03:54.898  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-46::rmemoria: Table prescribedmedicine created
2017-02-22 20:03:54.898  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-46::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-46::rmemoria ran successfully in 15ms
2017-02-22 20:03:54.914  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-47::rmemoria: Table prevtbtreatment created
2017-02-22 20:03:54.914  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-47::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-47::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.930  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-48::rmemoria: Table regimen created
2017-02-22 20:03:54.930  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-48::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-48::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.945  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-49::rmemoria: Table report created
2017-02-22 20:03:54.945  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-49::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-49::rmemoria ran successfully in 15ms
2017-02-22 20:03:54.961  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-51::rmemoria: Table resistancepattern created
2017-02-22 20:03:54.977  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-51::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-51::rmemoria ran successfully in 16ms
2017-02-22 20:03:54.992  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-52::rmemoria: Table sequenceinfo created
2017-02-22 20:03:54.992  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-52::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-52::rmemoria ran successfully in 15ms
2017-02-22 20:03:55.008  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-53::rmemoria: Table source created
2017-02-22 20:03:55.008  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-53::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-53::rmemoria ran successfully in 16ms
2017-02-22 20:03:55.024  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-55::rmemoria: Table substance created
2017-02-22 20:03:55.024  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-55::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-55::rmemoria ran successfully in 16ms
2017-02-22 20:03:55.039  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-56::rmemoria: Table substances_resistpattern created
2017-02-22 20:03:55.039  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-56::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-56::rmemoria ran successfully in 15ms
2017-02-22 20:03:55.055  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-57::rmemoria: Table sys_user created
2017-02-22 20:03:55.055  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-57::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-57::rmemoria ran successfully in 16ms
2017-02-22 20:03:55.086  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-58::rmemoria: Table systemconfig created
2017-02-22 20:03:55.086  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-58::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-58::rmemoria ran successfully in 31ms
2017-02-22 20:03:55.102  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-59::rmemoria: Table tag created
2017-02-22 20:03:55.102  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-59::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-59::rmemoria ran successfully in 16ms
2017-02-22 20:03:55.117  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-60::rmemoria: Table tags_case created
2017-02-22 20:03:55.117  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-60::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-60::rmemoria ran successfully in 15ms
2017-02-22 20:03:55.133  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-61::rmemoria: Table tbcase created
2017-02-22 20:03:55.133  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-61::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-61::rmemoria ran successfully in 16ms
2017-02-22 20:03:55.148  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-62::rmemoria: Table casecontact created
2017-02-22 20:03:55.148  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-62::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-62::rmemoria ran successfully in 15ms
2017-02-22 20:03:55.180  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-63::rmemoria: Table unit created
2017-02-22 20:03:55.180  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-63::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-63::rmemoria ran successfully in 16ms
2017-02-22 20:03:55.195  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-65::rmemoria: Table transfer created
2017-02-22 20:03:55.195  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-65::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-65::rmemoria ran successfully in 15ms
2017-02-22 20:03:55.211  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-66::rmemoria: Table transferbatch created
2017-02-22 20:03:55.211  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-66::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-66::rmemoria ran successfully in 16ms
2017-02-22 20:03:55.227  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-67::rmemoria: Table transferitem created
2017-02-22 20:03:55.227  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-67::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-67::rmemoria ran successfully in 16ms
2017-02-22 20:03:55.258  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-68::rmemoria: Table treatmenthealthunit created
2017-02-22 20:03:55.258  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-68::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-68::rmemoria ran successfully in 16ms
2017-02-22 20:03:55.274  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-69::rmemoria: Table treatmentmonitoring created
2017-02-22 20:03:55.274  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-69::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-69::rmemoria ran successfully in 16ms
2017-02-22 20:03:55.289  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-70::rmemoria: Table userlog created
2017-02-22 20:03:55.289  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-70::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-70::rmemoria ran successfully in 15ms
2017-02-22 20:03:55.305  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-71::rmemoria: Table userlogin created
2017-02-22 20:03:55.305  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-71::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-71::rmemoria ran successfully in 16ms
2017-02-22 20:03:55.320  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-72::rmemoria: Table userpermission created
2017-02-22 20:03:55.320  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-72::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-72::rmemoria ran successfully in 15ms
2017-02-22 20:03:55.352  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-73::rmemoria: Table userprofile created
2017-02-22 20:03:55.352  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-73::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-73::rmemoria ran successfully in 16ms
2017-02-22 20:03:55.367  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-73.2::rmemoria: Table userworkspace_profiles created
2017-02-22 20:03:55.367  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-73.2::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-73.2::rmemoria ran successfully in 15ms
2017-02-22 20:03:55.383  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-75::rmemoria: Table userworkspace created
2017-02-22 20:03:55.383  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-75::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-75::rmemoria ran successfully in 16ms
2017-02-22 20:03:55.399  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-76::rmemoria: Table workspace created
2017-02-22 20:03:55.399  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-76::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-76::rmemoria ran successfully in 16ms
2017-02-22 20:03:55.414  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-77::rmemoria: Table workspacelog created
2017-02-22 20:03:55.414  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-77::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-77::rmemoria ran successfully in 15ms
2017-02-22 20:03:55.445  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-78::rmemoria: Table workspaceview created
2017-02-22 20:03:55.445  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-78::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-78::rmemoria ran successfully in 15ms
2017-02-22 20:03:55.461  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-1::rmemoria: Table commandhistory created
2017-02-22 20:03:55.461  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-1::rmemoria: ChangeSet /db/changelog/ini-database.xml::300-1::rmemoria ran successfully in 16ms
2017-02-22 20:03:55.477  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-1::rmemoria: Table searchable created
2017-02-22 20:03:55.477  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-1::rmemoria: ChangeSet /db/changelog/ini-database.xml::searchable-1::rmemoria ran successfully in 16ms
2017-02-22 20:03:55.508  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::casecomorbidities-1::msantos: Table casecomorbidities created
2017-02-22 20:03:55.508  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::casecomorbidities-1::msantos: ChangeSet /db/changelog/ini-database.xml::casecomorbidities-1::msantos ran successfully in 16ms
2017-02-22 20:03:55.524  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::modeldata-1::rmemoria: Table modeldata created
2017-02-22 20:03:55.524  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::modeldata-1::rmemoria: ChangeSet /db/changelog/ini-database.xml::modeldata-1::rmemoria ran successfully in 16ms
2017-02-22 20:03:55.539  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-1::rmemoria: Table cacheddata created
2017-02-22 20:03:55.539  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-1::rmemoria: ChangeSet /db/changelog/ini-database.xml::cacheddata-1::rmemoria ran successfully in 15ms
2017-02-22 20:03:55.555  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::formdata-1::rmemoria: Table formdata created
2017-02-22 20:03:55.555  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::formdata-1::rmemoria: ChangeSet /db/changelog/ini-database.xml::formdata-1::rmemoria ran successfully in 16ms
2017-02-22 20:03:55.586  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-79::rmemoria: Primary key added to administrativeunit (id)
2017-02-22 20:03:55.586  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-79::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-79::rmemoria ran successfully in 31ms
2017-02-22 20:03:55.617  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::casecomorbidities-2::msantos: Primary key added to casecomorbidities (id)
2017-02-22 20:03:55.617  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::casecomorbidities-2::msantos: ChangeSet /db/changelog/ini-database.xml::casecomorbidities-2::msantos ran successfully in 31ms
2017-02-22 20:03:55.649  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-2::rmemoria: Primary key added to searchable (id)
2017-02-22 20:03:55.649  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-2::rmemoria: ChangeSet /db/changelog/ini-database.xml::searchable-2::rmemoria ran successfully in 32ms
2017-02-22 20:03:55.680  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-80::rmemoria: Primary key added to agerange (id)
2017-02-22 20:03:55.680  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-80::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-80::rmemoria ran successfully in 31ms
2017-02-22 20:03:55.711  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-81::rmemoria: Primary key added to batch (id)
2017-02-22 20:03:55.711  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-81::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-81::rmemoria ran successfully in 16ms
2017-02-22 20:03:55.742  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-82::rmemoria: Primary key added to batchdispensing (id)
2017-02-22 20:03:55.742  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-82::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-82::rmemoria ran successfully in 15ms
2017-02-22 20:03:55.774  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-83::rmemoria: Primary key added to batchmovement (id)
2017-02-22 20:03:55.774  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-83::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-83::rmemoria ran successfully in 16ms
2017-02-22 20:03:55.805  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-85::rmemoria: Primary key added to casecomment (id)
2017-02-22 20:03:55.805  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-85::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-85::rmemoria ran successfully in 16ms
2017-02-22 20:03:55.852  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-87::rmemoria: Primary key added to caseresistancepattern (id)
2017-02-22 20:03:55.852  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-87::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-87::rmemoria ran successfully in 32ms
2017-02-22 20:03:55.883  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-88::rmemoria: Primary key added to casesideeffect (id)
2017-02-22 20:03:55.883  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-88::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-88::rmemoria ran successfully in 31ms
2017-02-22 20:03:55.914  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-89::rmemoria: Primary key added to countrystructure (id)
2017-02-22 20:03:55.914  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-89::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-89::rmemoria ran successfully in 31ms
2017-02-22 20:03:55.945  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-91::rmemoria: Primary key added to examculture (id)
2017-02-22 20:03:55.945  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-91::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-91::rmemoria ran successfully in 31ms
2017-02-22 20:03:55.977  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-92::rmemoria: Primary key added to examdst (id)
2017-02-22 20:03:55.977  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-92::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-92::rmemoria ran successfully in 16ms
2017-02-22 20:03:56.008  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-94::rmemoria: Primary key added to examhiv (id)
2017-02-22 20:03:56.024  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-94::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-94::rmemoria ran successfully in 32ms
2017-02-22 20:03:56.039  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-95::rmemoria: Primary key added to exammicroscopy (id)
2017-02-22 20:03:56.039  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-95::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-95::rmemoria ran successfully in 15ms
2017-02-22 20:03:56.070  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-96::rmemoria: Primary key added to examrequest (id)
2017-02-22 20:03:56.070  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-96::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-96::rmemoria ran successfully in 15ms
2017-02-22 20:03:56.102  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-97::rmemoria: Primary key added to examxpert (id)
2017-02-22 20:03:56.102  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-97::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-97::rmemoria ran successfully in 16ms
2017-02-22 20:03:56.133  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-98::rmemoria: Primary key added to examxray (id)
2017-02-22 20:03:56.133  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-98::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-98::rmemoria ran successfully in 31ms
2017-02-22 20:03:56.164  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-101::rmemoria: Primary key added to issue (id)
2017-02-22 20:03:56.164  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-101::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-101::rmemoria ran successfully in 31ms
2017-02-22 20:03:56.195  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-102::rmemoria: Primary key added to issuefollowup (id)
2017-02-22 20:03:56.195  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-102::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-102::rmemoria ran successfully in 31ms
2017-02-22 20:03:56.227  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-104::rmemoria: Primary key added to unit (id)
2017-02-22 20:03:56.227  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-104::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-104::rmemoria ran successfully in 32ms
2017-02-22 20:03:56.258  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-105::rmemoria: Primary key added to medicalexamination (id)
2017-02-22 20:03:56.258  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-105::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-105::rmemoria ran successfully in 31ms
2017-02-22 20:03:56.289  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-106::rmemoria: Primary key added to product (id)
2017-02-22 20:03:56.289  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-106::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-106::rmemoria ran successfully in 31ms
2017-02-22 20:03:56.320  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-107::rmemoria: Primary key added to medicine_substances (medicine_id,substance_id)
2017-02-22 20:03:56.320  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-107::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-107::rmemoria ran successfully in 31ms
2017-02-22 20:03:56.352  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-108::rmemoria: Primary key added to medicinedispensing (id)
2017-02-22 20:03:56.352  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-108::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-108::rmemoria ran successfully in 32ms
2017-02-22 20:03:56.383  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-109::rmemoria: Primary key added to medicinedispensingbatch (id)
2017-02-22 20:03:56.383  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-109::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-109::rmemoria ran successfully in 31ms
2017-02-22 20:03:56.414  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-110::rmemoria: Primary key added to medicinedispensingcase (id)
2017-02-22 20:03:56.414  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-110::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-110::rmemoria ran successfully in 31ms
2017-02-22 20:03:56.445  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-111::rmemoria: Primary key added to medicinedispensingitem (id)
2017-02-22 20:03:56.445  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-111::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-111::rmemoria ran successfully in 31ms
2017-02-22 20:03:56.477  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-112::rmemoria: Primary key added to productorder (id)
2017-02-22 20:03:56.477  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-112::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-112::rmemoria ran successfully in 32ms
2017-02-22 20:03:56.508  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-113::rmemoria: Primary key added to productreceiving (id)
2017-02-22 20:03:56.508  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-113::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-113::rmemoria ran successfully in 31ms
2017-02-22 20:03:56.539  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-114::rmemoria: Primary key added to medicinereceivingitem (id)
2017-02-22 20:03:56.539  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-114::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-114::rmemoria ran successfully in 31ms
2017-02-22 20:03:56.570  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-115::rmemoria: Primary key added to medicineregimen (id)
2017-02-22 20:03:56.570  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-115::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-115::rmemoria ran successfully in 31ms
2017-02-22 20:03:56.602  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-116::rmemoria: Primary key added to movement (id)
2017-02-22 20:03:56.602  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-116::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-116::rmemoria ran successfully in 32ms
2017-02-22 20:03:56.633  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-117::rmemoria: Primary key added to orderbatch (id)
2017-02-22 20:03:56.633  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-117::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-117::rmemoria ran successfully in 31ms
2017-02-22 20:03:56.664  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-118::rmemoria: Primary key added to ordercase (id)
2017-02-22 20:03:56.664  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-118::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-118::rmemoria ran successfully in 31ms
2017-02-22 20:03:56.695  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-119::rmemoria: Primary key added to ordercomment (id)
2017-02-22 20:03:56.695  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-119::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-119::rmemoria ran successfully in 31ms
2017-02-22 20:03:56.727  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-120::rmemoria: Primary key added to orderitem (id)
2017-02-22 20:03:56.727  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-120::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-120::rmemoria ran successfully in 32ms
2017-02-22 20:03:56.758  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-121::rmemoria: Primary key added to patient (id)
2017-02-22 20:03:56.758  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-121::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-121::rmemoria ran successfully in 31ms
2017-02-22 20:03:56.789  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-122::rmemoria: Primary key added to prescribedmedicine (id)
2017-02-22 20:03:56.789  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-122::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-122::rmemoria ran successfully in 31ms
2017-02-22 20:03:56.820  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-123::rmemoria: Primary key added to prevtbtreatment (id)
2017-02-22 20:03:56.820  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-123::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-123::rmemoria ran successfully in 31ms
2017-02-22 20:03:56.852  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-124::rmemoria: Primary key added to regimen (id)
2017-02-22 20:03:56.852  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-124::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-124::rmemoria ran successfully in 32ms
2017-02-22 20:03:56.883  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-125::rmemoria: Primary key added to report (id)
2017-02-22 20:03:56.883  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-125::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-125::rmemoria ran successfully in 16ms
2017-02-22 20:03:56.930  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-127::rmemoria: Primary key added to resistancepattern (id)
2017-02-22 20:03:56.930  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-127::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-127::rmemoria ran successfully in 31ms
2017-02-22 20:03:56.945  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-128::rmemoria: Primary key added to sequenceinfo (id)
2017-02-22 20:03:56.945  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-128::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-128::rmemoria ran successfully in 15ms
2017-02-22 20:03:56.977  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-129::rmemoria: Primary key added to source (id)
2017-02-22 20:03:56.977  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-129::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-129::rmemoria ran successfully in 16ms
2017-02-22 20:03:57.008  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-131::rmemoria: Primary key added to substance (id)
2017-02-22 20:03:57.008  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-131::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-131::rmemoria ran successfully in 16ms
2017-02-22 20:03:57.039  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-132::rmemoria: Primary key added to sys_user (id)
2017-02-22 20:03:57.039  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-132::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-132::rmemoria ran successfully in 15ms
2017-02-22 20:03:57.070  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-133::rmemoria: Primary key added to systemconfig (id)
2017-02-22 20:03:57.070  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-133::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-133::rmemoria ran successfully in 31ms
2017-02-22 20:03:57.102  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-134::rmemoria: Primary key added to tag (id)
2017-02-22 20:03:57.102  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-134::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-134::rmemoria ran successfully in 32ms
2017-02-22 20:03:57.133  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-135::rmemoria: Primary key added to tbcase (id)
2017-02-22 20:03:57.133  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-135::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-135::rmemoria ran successfully in 31ms
2017-02-22 20:03:57.164  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-136::rmemoria: Primary key added to casecontact (id)
2017-02-22 20:03:57.164  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-136::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-136::rmemoria ran successfully in 31ms
2017-02-22 20:03:57.195  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-139::rmemoria: Primary key added to transfer (id)
2017-02-22 20:03:57.195  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-139::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-139::rmemoria ran successfully in 31ms
2017-02-22 20:03:57.227  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-140::rmemoria: Primary key added to transferbatch (id)
2017-02-22 20:03:57.227  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-140::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-140::rmemoria ran successfully in 32ms
2017-02-22 20:03:57.258  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-141::rmemoria: Primary key added to transferitem (id)
2017-02-22 20:03:57.258  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-141::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-141::rmemoria ran successfully in 31ms
2017-02-22 20:03:57.289  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-142::rmemoria: Primary key added to treatmenthealthunit (id)
2017-02-22 20:03:57.289  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-142::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-142::rmemoria ran successfully in 15ms
2017-02-22 20:03:57.320  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-143::rmemoria: Primary key added to treatmentmonitoring (id)
2017-02-22 20:03:57.320  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-143::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-143::rmemoria ran successfully in 15ms
2017-02-22 20:03:57.352  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-144::rmemoria: Primary key added to userlog (id)
2017-02-22 20:03:57.352  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-144::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-144::rmemoria ran successfully in 16ms
2017-02-22 20:03:57.399  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-145::rmemoria: Primary key added to userlogin (id)
2017-02-22 20:03:57.399  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-145::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-145::rmemoria ran successfully in 32ms
2017-02-22 20:03:57.461  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-146::rmemoria: Primary key added to userpermission (id)
2017-02-22 20:03:57.461  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-146::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-146::rmemoria ran successfully in 62ms
2017-02-22 20:03:57.508  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-147::rmemoria: Primary key added to userprofile (id)
2017-02-22 20:03:57.508  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-147::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-147::rmemoria ran successfully in 31ms
2017-02-22 20:03:57.555  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-149::rmemoria: Primary key added to userworkspace (id)
2017-02-22 20:03:57.555  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-149::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-149::rmemoria ran successfully in 47ms
2017-02-22 20:03:57.617  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-150::rmemoria: Primary key added to workspace (id)
2017-02-22 20:03:57.617  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-150::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-150::rmemoria ran successfully in 47ms
2017-02-22 20:03:57.680  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-151::rmemoria: Primary key added to workspacelog (id)
2017-02-22 20:03:57.680  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-151::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-151::rmemoria ran successfully in 63ms
2017-02-22 20:03:57.711  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-152::rmemoria: Primary key added to workspaceview (id)
2017-02-22 20:03:57.711  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-152::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-152::rmemoria ran successfully in 31ms
2017-02-22 20:03:57.758  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::modeldata-2::rmemoria: Primary key added to modeldata (id)
2017-02-22 20:03:57.758  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::modeldata-2::rmemoria: ChangeSet /db/changelog/ini-database.xml::modeldata-2::rmemoria ran successfully in 47ms
2017-02-22 20:03:57.789  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-154::rmemoria: Foreign key constraint added to resistancepattern (WORKSPACE_ID)
2017-02-22 20:03:57.789  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-154::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-154::rmemoria ran successfully in 31ms
2017-02-22 20:03:57.836  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-157::rmemoria: Foreign key constraint added to prescribedmedicine (CASE_ID)
2017-02-22 20:03:57.836  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-157::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-157::rmemoria ran successfully in 47ms
2017-02-22 20:03:57.899  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::casecomorbidities-3::msantos: Foreign key constraint added to casecomorbidities (CASE_ID)
2017-02-22 20:03:57.899  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::casecomorbidities-3::msantos: ChangeSet /db/changelog/ini-database.xml::casecomorbidities-3::msantos ran successfully in 63ms
2017-02-22 20:03:57.930  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-158::rmemoria: Foreign key constraint added to prescribedmedicine (PRODUCT_ID)
2017-02-22 20:03:57.930  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-158::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-158::rmemoria ran successfully in 31ms
2017-02-22 20:03:57.977  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-159::rmemoria: Foreign key constraint added to examdst (LABORATORY_ID)
2017-02-22 20:03:57.977  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-159::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-159::rmemoria ran successfully in 32ms
2017-02-22 20:03:58.055  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-161::rmemoria: Foreign key constraint added to userlogin (WORKSPACE_ID)
2017-02-22 20:03:58.055  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-161::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-161::rmemoria ran successfully in 78ms
2017-02-22 20:03:58.086  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-161.2::rmemoria: Foreign key constraint added to batch (WORKSPACE_ID)
2017-02-22 20:03:58.086  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-161.2::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-161.2::rmemoria ran successfully in 31ms
2017-02-22 20:03:58.149  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-162::rmemoria: Foreign key constraint added to userlogin (USER_ID)
2017-02-22 20:03:58.149  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-162::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-162::rmemoria ran successfully in 63ms
2017-02-22 20:03:58.180  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-166::rmemoria: Foreign key constraint added to substance (WORKSPACE_ID)
2017-02-22 20:03:58.180  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-166::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-166::rmemoria ran successfully in 31ms
2017-02-22 20:03:58.258  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-169::rmemoria: Foreign key constraint added to casecontact (CASE_ID)
2017-02-22 20:03:58.258  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-169::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-169::rmemoria ran successfully in 78ms
2017-02-22 20:03:58.336  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-171::rmemoria: Foreign key constraint added to orderbatch (BATCH_ID)
2017-02-22 20:03:58.336  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-171::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-171::rmemoria ran successfully in 62ms
2017-02-22 20:03:58.461  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-172::rmemoria: Foreign key constraint added to orderbatch (ORDERITEM_ID)
2017-02-22 20:03:58.461  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-172::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-172::rmemoria ran successfully in 109ms
2017-02-22 20:03:58.508  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-174::rmemoria: Foreign key constraint added to sequenceinfo (WORKSPACE_ID)
2017-02-22 20:03:58.508  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-174::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-174::rmemoria ran successfully in 47ms
2017-02-22 20:03:58.539  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-176::rmemoria: Foreign key constraint added to countrystructure (WORKSPACE_ID)
2017-02-22 20:03:58.539  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-176::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-176::rmemoria ran successfully in 31ms
2017-02-22 20:03:58.570  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-177::rmemoria: Foreign key constraint added to medicinedispensingbatch (BATCH_ID)
2017-02-22 20:03:58.570  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-177::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-177::rmemoria ran successfully in 31ms
2017-02-22 20:03:58.602  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-178::rmemoria: Foreign key constraint added to medicinedispensingbatch (DISPENSINGITEM_ID)
2017-02-22 20:03:58.602  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-178::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-178::rmemoria ran successfully in 32ms
2017-02-22 20:03:58.633  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-179::rmemoria: Foreign key constraint added to administrativeunit (COUNTRYSTRUCTURE_ID)
2017-02-22 20:03:58.633  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-179::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-179::rmemoria ran successfully in 31ms
2017-02-22 20:03:58.680  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-180::rmemoria: Foreign key constraint added to administrativeunit (WORKSPACE_ID)
2017-02-22 20:03:58.680  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-180::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-180::rmemoria ran successfully in 31ms
2017-02-22 20:03:58.727  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-0::rmemoria: Foreign key constraint added to administrativeunit (PID0)
2017-02-22 20:03:58.727  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-0::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-181-0::rmemoria ran successfully in 47ms
2017-02-22 20:03:58.805  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-1::rmemoria: Foreign key constraint added to administrativeunit (PID1)
2017-02-22 20:03:58.805  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-1::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-181-1::rmemoria ran successfully in 63ms
2017-02-22 20:03:58.914  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-2::rmemoria: Foreign key constraint added to administrativeunit (PID2)
2017-02-22 20:03:58.914  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-2::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-181-2::rmemoria ran successfully in 109ms
2017-02-22 20:03:58.977  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-3::rmemoria: Foreign key constraint added to administrativeunit (PID3)
2017-02-22 20:03:58.977  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-3::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-181-3::rmemoria ran successfully in 63ms
2017-02-22 20:03:59.008  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-188::rmemoria: Foreign key constraint added to userworkspace (UNIT_ID)
2017-02-22 20:03:59.008  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-188::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-188::rmemoria ran successfully in 31ms
2017-02-22 20:03:59.070  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-190::rmemoria: Foreign key constraint added to userworkspace (WORKSPACE_ID)
2017-02-22 20:03:59.070  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-190::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-190::rmemoria ran successfully in 62ms
2017-02-22 20:03:59.102  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-191::rmemoria: Foreign key constraint added to userworkspace (USER_ID)
2017-02-22 20:03:59.102  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-191::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-191::rmemoria ran successfully in 32ms
2017-02-22 20:03:59.149  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-192::rmemoria: Foreign key constraint added to userworkspace (ADMINUNIT_ID)
2017-02-22 20:03:59.149  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-192::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-192::rmemoria ran successfully in 47ms
2017-02-22 20:03:59.180  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-193::rmemoria: Foreign key constraint added to regimen (WORKSPACE_ID)
2017-02-22 20:03:59.180  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-193::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-193::rmemoria ran successfully in 31ms
2017-02-22 20:03:59.211  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-194::rmemoria: Foreign key constraint added to batchdispensing (SOURCE_ID)
2017-02-22 20:03:59.211  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-194::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-194::rmemoria ran successfully in 31ms
2017-02-22 20:03:59.258  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-195::rmemoria: Foreign key constraint added to batchdispensing (BATCH_ID)
2017-02-22 20:03:59.258  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-195::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-195::rmemoria ran successfully in 47ms
2017-02-22 20:03:59.289  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-196::rmemoria: Foreign key constraint added to batchdispensing (DISPENSING_ID)
2017-02-22 20:03:59.289  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-196::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-196::rmemoria ran successfully in 31ms
2017-02-22 20:03:59.336  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-197::rmemoria: Foreign key constraint added to transfer (UNIT_ID_TO)
2017-02-22 20:03:59.336  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-197::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-197::rmemoria ran successfully in 47ms
2017-02-22 20:03:59.367  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-198::rmemoria: Foreign key constraint added to transfer (USER_TO_ID)
2017-02-22 20:03:59.367  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-198::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-198::rmemoria ran successfully in 31ms
2017-02-22 20:03:59.414  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-199::rmemoria: Foreign key constraint added to transfer (UNIT_ID_FROM)
2017-02-22 20:03:59.414  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-199::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-199::rmemoria ran successfully in 47ms
2017-02-22 20:03:59.445  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-200::rmemoria: Foreign key constraint added to transfer (USER_FROM_ID)
2017-02-22 20:03:59.445  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-200::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-200::rmemoria ran successfully in 31ms
2017-02-22 20:03:59.492  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-201::rmemoria: Foreign key constraint added to movements_receiving (MOVEMENT_ID)
2017-02-22 20:03:59.492  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-201::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-201::rmemoria ran successfully in 47ms
2017-02-22 20:03:59.524  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-202::rmemoria: Foreign key constraint added to movements_receiving (RECEIVING_ID)
2017-02-22 20:03:59.524  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-202::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-202::rmemoria ran successfully in 32ms
2017-02-22 20:03:59.555  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-203::rmemoria: Foreign key constraint added to productorder (UNIT_TO_ID)
2017-02-22 20:03:59.555  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-203::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-203::rmemoria ran successfully in 31ms
2017-02-22 20:03:59.602  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-204::rmemoria: Foreign key constraint added to productorder (USER_CREATOR_ID)
2017-02-22 20:03:59.602  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-204::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-204::rmemoria ran successfully in 47ms
2017-02-22 20:03:59.633  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-204.2::rmemoria: Foreign key constraint added to productorder (workspace_id)
2017-02-22 20:03:59.633  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-204.2::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-204.2::rmemoria ran successfully in 31ms
2017-02-22 20:03:59.680  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-205::rmemoria: Foreign key constraint added to productorder (AUTHORIZER_UNIT_ID)
2017-02-22 20:03:59.680  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-205::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-205::rmemoria ran successfully in 31ms
2017-02-22 20:03:59.711  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-206::rmemoria: Foreign key constraint added to productorder (UNIT_FROM_ID)
2017-02-22 20:03:59.711  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-206::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-206::rmemoria ran successfully in 31ms
2017-02-22 20:03:59.742  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-208::rmemoria: Foreign key constraint added to agerange (WORKSPACE_ID)
2017-02-22 20:03:59.742  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-208::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-208::rmemoria ran successfully in 31ms
2017-02-22 20:03:59.789  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-210::rmemoria: Foreign key constraint added to batch (PRODUCT_ID)
2017-02-22 20:03:59.789  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-210::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-210::rmemoria ran successfully in 47ms
2017-02-22 20:03:59.820  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-211::rmemoria: Foreign key constraint added to batchmovement (BATCH_ID)
2017-02-22 20:03:59.820  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-211::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-211::rmemoria ran successfully in 31ms
2017-02-22 20:03:59.852  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-212::rmemoria: Foreign key constraint added to batchmovement (MOVEMENT_ID)
2017-02-22 20:03:59.852  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-212::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-212::rmemoria ran successfully in 32ms
2017-02-22 20:03:59.899  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-214::rmemoria: Foreign key constraint added to medicineregimen (MEDICINE_ID)
2017-02-22 20:03:59.899  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-214::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-214::rmemoria ran successfully in 47ms
2017-02-22 20:03:59.930  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-215::rmemoria: Foreign key constraint added to medicineregimen (REGIMEN_ID)
2017-02-22 20:03:59.930  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-215::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-215::rmemoria ran successfully in 31ms
2017-02-22 20:03:59.977  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-219::rmemoria: Foreign key constraint added to medicinedispensingcase (SOURCE_ID)
2017-02-22 20:03:59.977  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-219::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-219::rmemoria ran successfully in 32ms
2017-02-22 20:04:00.024  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-220::rmemoria: Foreign key constraint added to medicinedispensingcase (BATCH_ID)
2017-02-22 20:04:00.024  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-220::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-220::rmemoria ran successfully in 47ms
2017-02-22 20:04:00.055  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-221::rmemoria: Foreign key constraint added to medicinedispensingcase (CASE_ID)
2017-02-22 20:04:00.055  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-221::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-221::rmemoria ran successfully in 31ms
2017-02-22 20:04:00.102  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-222::rmemoria: Foreign key constraint added to medicinedispensingcase (DISPENSING_ID)
2017-02-22 20:04:00.102  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-222::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-222::rmemoria ran successfully in 47ms
2017-02-22 20:04:00.133  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-223::rmemoria: Foreign key constraint added to medicinedispensingitem (SOURCE_ID)
2017-02-22 20:04:00.133  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-223::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-223::rmemoria ran successfully in 31ms
2017-02-22 20:04:00.164  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-224::rmemoria: Foreign key constraint added to medicinedispensingitem (MOVEMENT_ID)
2017-02-22 20:04:00.164  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-224::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-224::rmemoria ran successfully in 31ms
2017-02-22 20:04:00.211  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-225::rmemoria: Foreign key constraint added to medicinedispensingitem (DISPENSING_ID)
2017-02-22 20:04:00.211  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-225::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-225::rmemoria ran successfully in 31ms
2017-02-22 20:04:00.242  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-226::rmemoria: Foreign key constraint added to medicinedispensingitem (PRODUCT_ID)
2017-02-22 20:04:00.242  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-226::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-226::rmemoria ran successfully in 31ms
2017-02-22 20:04:00.274  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-228::rmemoria: Foreign key constraint added to examxray (CASE_ID)
2017-02-22 20:04:00.274  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-228::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-228::rmemoria ran successfully in 32ms
2017-02-22 20:04:00.305  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-230::rmemoria: Foreign key constraint added to medicinedispensing (UNIT_ID)
2017-02-22 20:04:00.305  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-230::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-230::rmemoria ran successfully in 31ms
2017-02-22 20:04:00.336  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-232::rmemoria: Foreign key constraint added to userprofile (WORKSPACE_ID)
2017-02-22 20:04:00.336  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-232::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-232::rmemoria ran successfully in 31ms
2017-02-22 20:04:00.367  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-236::rmemoria: Foreign key constraint added to transferitem (SOURCE_ID)
2017-02-22 20:04:00.367  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-236::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-236::rmemoria ran successfully in 31ms
2017-02-22 20:04:00.414  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-237::rmemoria: Foreign key constraint added to transferitem (TRANSFER_ID)
2017-02-22 20:04:00.414  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-237::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-237::rmemoria ran successfully in 47ms
2017-02-22 20:04:00.445  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-238::rmemoria: Foreign key constraint added to transferitem (MOV_OUT_ID)
2017-02-22 20:04:00.445  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-238::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-238::rmemoria ran successfully in 31ms
2017-02-22 20:04:00.477  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-239::rmemoria: Foreign key constraint added to transferitem (MOV_IN_ID)
2017-02-22 20:04:00.477  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-239::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-239::rmemoria ran successfully in 32ms
2017-02-22 20:04:00.524  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-240::rmemoria: Foreign key constraint added to transferitem (PRODUCT_ID)
2017-02-22 20:04:00.524  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-240::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-240::rmemoria ran successfully in 32ms
2017-02-22 20:04:00.555  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-241::rmemoria: Foreign key constraint added to medicinereceivingitem (MOVEMENT_ID)
2017-02-22 20:04:00.555  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-241::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-241::rmemoria ran successfully in 31ms
2017-02-22 20:04:00.586  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-242::rmemoria: Foreign key constraint added to medicinereceivingitem (RECEIVING_ID)
2017-02-22 20:04:00.586  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-242::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-242::rmemoria ran successfully in 31ms
2017-02-22 20:04:00.617  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-243::rmemoria: Foreign key constraint added to medicine_substances (SUBSTANCE_ID)
2017-02-22 20:04:00.617  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-243::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-243::rmemoria ran successfully in 31ms
2017-02-22 20:04:00.664  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-244::rmemoria: Foreign key constraint added to medicine_substances (MEDICINE_ID)
2017-02-22 20:04:00.664  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-244::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-244::rmemoria ran successfully in 47ms
2017-02-22 20:04:00.695  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-245::rmemoria: Foreign key constraint added to prevtbtreatment (CASE_ID)
2017-02-22 20:04:00.695  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-245::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-245::rmemoria ran successfully in 31ms
2017-02-22 20:04:00.727  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-246::rmemoria: Foreign key constraint added to transferbatch (BATCH_ID)
2017-02-22 20:04:00.727  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-246::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-246::rmemoria ran successfully in 32ms
2017-02-22 20:04:00.758  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-247::rmemoria: Foreign key constraint added to transferbatch (TRANSFERITEM_ID)
2017-02-22 20:04:00.758  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-247::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-247::rmemoria ran successfully in 31ms
2017-02-22 20:04:00.789  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-248::rmemoria: Foreign key constraint added to exammicroscopy (CASE_ID)
2017-02-22 20:04:00.789  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-248::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-248::rmemoria ran successfully in 31ms
2017-02-22 20:04:00.820  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-251::rmemoria: Foreign key constraint added to medicalexamination (CASE_ID)
2017-02-22 20:04:00.820  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-251::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-251::rmemoria ran successfully in 31ms
2017-02-22 20:04:00.852  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-254::rmemoria: Foreign key constraint added to userpermission (PROFILE_ID)
2017-02-22 20:04:00.852  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-254::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-254::rmemoria ran successfully in 32ms
2017-02-22 20:04:00.899  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-256::rmemoria: Foreign key constraint added to casesideeffect (SUBSTANCE_ID)
2017-02-22 20:04:00.899  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-256::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-256::rmemoria ran successfully in 47ms
2017-02-22 20:04:00.930  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-258::rmemoria: Foreign key constraint added to casesideeffect (CASE_ID)
2017-02-22 20:04:00.930  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-258::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-258::rmemoria ran successfully in 31ms
2017-02-22 20:04:00.977  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-259::rmemoria: Foreign key constraint added to casesideeffect (SUBSTANCE2_ID)
2017-02-22 20:04:00.977  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-259::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-259::rmemoria ran successfully in 32ms
2017-02-22 20:04:01.008  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-260::rmemoria: Foreign key constraint added to tags_case (CASE_ID)
2017-02-22 20:04:01.008  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-260::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-260::rmemoria ran successfully in 31ms
2017-02-22 20:04:01.055  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-261::rmemoria: Foreign key constraint added to tags_case (TAG_ID)
2017-02-22 20:04:01.055  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-261::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-261::rmemoria ran successfully in 31ms
2017-02-22 20:04:01.086  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-262::rmemoria: Foreign key constraint added to ordercomment (ORDER_ID)
2017-02-22 20:04:01.086  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-262::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-262::rmemoria ran successfully in 31ms
2017-02-22 20:04:01.117  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-263::rmemoria: Foreign key constraint added to movements_dispensing (MOVEMENT_ID)
2017-02-22 20:04:01.117  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-263::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-263::rmemoria ran successfully in 31ms
2017-02-22 20:04:01.164  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264::rmemoria: Foreign key constraint added to movements_dispensing (DISPENSING_ID)
2017-02-22 20:04:01.164  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-264::rmemoria ran successfully in 47ms
2017-02-22 20:04:01.195  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264.2::rmemoria: Foreign key constraint added to userworkspace_profiles (userworkspace_id)
2017-02-22 20:04:01.195  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264.2::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-264.2::rmemoria ran successfully in 31ms
2017-02-22 20:04:01.227  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264.3::rmemoria: Foreign key constraint added to userworkspace_profiles (userprofile_id)
2017-02-22 20:04:01.227  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264.3::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-264.3::rmemoria ran successfully in 32ms
2017-02-22 20:04:01.258  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264.4::rmemoria: Primary key added to userworkspace_profiles (userworkspace_id,userprofile_id)
2017-02-22 20:04:01.258  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264.4::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-264.4::rmemoria ran successfully in 31ms
2017-02-22 20:04:01.305  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-265::rmemoria: Foreign key constraint added to examdst (CASE_ID)
2017-02-22 20:04:01.305  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-265::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-265::rmemoria ran successfully in 47ms
2017-02-22 20:04:01.336  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-266::rmemoria: Foreign key constraint added to examhiv (CASE_ID)
2017-02-22 20:04:01.336  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-266::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-266::rmemoria ran successfully in 31ms
2017-02-22 20:04:01.367  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-268::rmemoria: Foreign key constraint added to unit (WORKSPACE_ID)
2017-02-22 20:04:01.367  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-268::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-268::rmemoria ran successfully in 31ms
2017-02-22 20:04:01.399  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-269::rmemoria: Foreign key constraint added to unit (ADMINUNIT_ID)
2017-02-22 20:04:01.399  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-269::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-269::rmemoria ran successfully in 32ms
2017-02-22 20:04:01.445  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-270::rmemoria: Foreign key constraint added to exammicroscopy (LABORATORY_ID)
2017-02-22 20:04:01.445  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-270::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-270::rmemoria ran successfully in 46ms
2017-02-22 20:04:01.477  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-272::rmemoria: Foreign key constraint added to product (WORKSPACE_ID)
2017-02-22 20:04:01.477  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-272::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-272::rmemoria ran successfully in 32ms
2017-02-22 20:04:01.508  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-273::rmemoria: Foreign key constraint added to source (WORKSPACE_ID)
2017-02-22 20:04:01.508  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-273::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-273::rmemoria ran successfully in 31ms
2017-02-22 20:04:01.539  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-274.2::rmemoria: Foreign key constraint added to tbcase (WORKSPACE_ID)
2017-02-22 20:04:01.539  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-274.2::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-274.2::rmemoria ran successfully in 31ms
2017-02-22 20:04:01.570  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-275::rmemoria: Foreign key constraint added to tbcase (CURR_ADMINUNIT_ID)
2017-02-22 20:04:01.570  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-275::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-275::rmemoria ran successfully in 31ms
2017-02-22 20:04:01.617  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-276::rmemoria: Foreign key constraint added to tbcase (OWNER_UNIT_ID)
2017-02-22 20:04:01.617  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-276::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-276::rmemoria ran successfully in 31ms
2017-02-22 20:04:01.649  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-278::rmemoria: Foreign key constraint added to tbcase (NOTIFICATION_UNIT_ID)
2017-02-22 20:04:01.649  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-278::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-278::rmemoria ran successfully in 32ms
2017-02-22 20:04:01.695  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-279::rmemoria: Foreign key constraint added to tbcase (PATIENT_ID)
2017-02-22 20:04:01.695  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-279::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-279::rmemoria ran successfully in 31ms
2017-02-22 20:04:01.742  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-282::rmemoria: Foreign key constraint added to tbcase (NOTIF_ADMINUNIT_ID)
2017-02-22 20:04:01.742  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-282::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-282::rmemoria ran successfully in 31ms
2017-02-22 20:04:01.774  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-283::rmemoria: Foreign key constraint added to tbcase (REGIMEN_ID)
2017-02-22 20:04:01.774  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-283::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-283::rmemoria ran successfully in 32ms
2017-02-22 20:04:01.820  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-286::rmemoria: Foreign key constraint added to unit (AUTHORIZERUNIT_ID)
2017-02-22 20:04:01.820  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-286::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-286::rmemoria ran successfully in 31ms
2017-02-22 20:04:01.852  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-289::rmemoria: Foreign key constraint added to unit (SUPPLIER_ID)
2017-02-22 20:04:01.852  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-289::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-289::rmemoria ran successfully in 32ms
2017-02-22 20:04:01.899  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-293::rmemoria: Foreign key constraint added to substances_resistpattern (ResistancePattern_id)
2017-02-22 20:04:01.899  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-293::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-293::rmemoria ran successfully in 47ms
2017-02-22 20:04:01.945  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-294::rmemoria: Foreign key constraint added to substances_resistpattern (substances_id)
2017-02-22 20:04:01.945  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-294::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-294::rmemoria ran successfully in 46ms
2017-02-22 20:04:01.977  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-295::rmemoria: Foreign key constraint added to patient (WORKSPACE_ID)
2017-02-22 20:04:01.977  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-295::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-295::rmemoria ran successfully in 32ms
2017-02-22 20:04:02.008  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-296::rmemoria: Foreign key constraint added to ordercase (ORDERITEM_ID)
2017-02-22 20:04:02.008  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-296::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-296::rmemoria ran successfully in 31ms
2017-02-22 20:04:02.039  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-297::rmemoria: Foreign key constraint added to ordercase (CASE_ID)
2017-02-22 20:04:02.039  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-297::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-297::rmemoria ran successfully in 31ms
2017-02-22 20:04:02.070  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-298::rmemoria: Foreign key constraint added to orderitem (MOVEMENT_IN_ID)
2017-02-22 20:04:02.070  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-298::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-298::rmemoria ran successfully in 31ms
2017-02-22 20:04:02.117  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-299::rmemoria: Foreign key constraint added to orderitem (SOURCE_ID)
2017-02-22 20:04:02.117  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-299::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-299::rmemoria ran successfully in 47ms
2017-02-22 20:04:02.164  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-300::rmemoria: Foreign key constraint added to orderitem (MOVEMENT_OUT_ID)
2017-02-22 20:04:02.164  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-300::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-300::rmemoria ran successfully in 47ms
2017-02-22 20:04:02.195  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-301::rmemoria: Foreign key constraint added to orderitem (PRODUCT_ID)
2017-02-22 20:04:02.195  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-301::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-301::rmemoria ran successfully in 31ms
2017-02-22 20:04:02.242  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-302::rmemoria: Foreign key constraint added to orderitem (ORDER_ID)
2017-02-22 20:04:02.242  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-302::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-302::rmemoria ran successfully in 47ms
2017-02-22 20:04:02.274  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-303::rmemoria: Foreign key constraint added to examculture (LABORATORY_ID)
2017-02-22 20:04:02.274  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-303::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-303::rmemoria ran successfully in 32ms
2017-02-22 20:04:02.320  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-304::rmemoria: Foreign key constraint added to examculture (CASE_ID)
2017-02-22 20:04:02.320  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-304::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-304::rmemoria ran successfully in 46ms
2017-02-22 20:04:02.352  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-307::rmemoria: Foreign key constraint added to systemconfig (USERPROFILE_ID)
2017-02-22 20:04:02.352  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-307::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-307::rmemoria ran successfully in 32ms
2017-02-22 20:04:02.383  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-308::rmemoria: Foreign key constraint added to systemconfig (UNIT_ID)
2017-02-22 20:04:02.383  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-308::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-308::rmemoria ran successfully in 31ms
2017-02-22 20:04:02.414  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-309::rmemoria: Foreign key constraint added to systemconfig (WORKSPACE_ID)
2017-02-22 20:04:02.414  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-309::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-309::rmemoria ran successfully in 31ms
2017-02-22 20:04:02.445  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-310::rmemoria: Foreign key constraint added to casecomment (CASE_ID)
2017-02-22 20:04:02.445  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-310::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-310::rmemoria ran successfully in 31ms
2017-02-22 20:04:02.492  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-311::rmemoria: Foreign key constraint added to casecomment (USER_ID)
2017-02-22 20:04:02.492  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-311::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-311::rmemoria ran successfully in 47ms
2017-02-22 20:04:02.524  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-312::rmemoria: Foreign key constraint added to productreceiving (SOURCE_ID)
2017-02-22 20:04:02.524  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-312::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-312::rmemoria ran successfully in 32ms
2017-02-22 20:04:02.570  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-313::rmemoria: Foreign key constraint added to productreceiving (UNIT_ID)
2017-02-22 20:04:02.570  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-313::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-313::rmemoria ran successfully in 46ms
2017-02-22 20:04:02.602  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-314::rmemoria: Foreign key constraint added to treatmenthealthunit (UNIT_ID)
2017-02-22 20:04:02.602  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-314::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-314::rmemoria ran successfully in 32ms
2017-02-22 20:04:02.633  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-315::rmemoria: Foreign key constraint added to treatmenthealthunit (CASE_ID)
2017-02-22 20:04:02.633  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-315::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-315::rmemoria ran successfully in 31ms
2017-02-22 20:04:02.664  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-317::rmemoria: Foreign key constraint added to movement (PRODUCT_ID)
2017-02-22 20:04:02.664  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-317::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-317::rmemoria ran successfully in 31ms
2017-02-22 20:04:02.695  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-318::rmemoria: Foreign key constraint added to movement (SOURCE_ID)
2017-02-22 20:04:02.695  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-318::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-318::rmemoria ran successfully in 31ms
2017-02-22 20:04:02.727  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-319::rmemoria: Foreign key constraint added to movement (UNIT_ID)
2017-02-22 20:04:02.727  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-319::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-319::rmemoria ran successfully in 32ms
2017-02-22 20:04:02.774  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-320::rmemoria: Foreign key constraint added to productorder (SHIP_ADMINUNIT_ID)
2017-02-22 20:04:02.774  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-320::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-320::rmemoria ran successfully in 47ms
2017-02-22 20:04:02.805  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-321::rmemoria: Foreign key constraint added to tag (WORKSPACE_ID)
2017-02-22 20:04:02.805  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-321::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-321::rmemoria ran successfully in 31ms
2017-02-22 20:04:02.836  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-323::rmemoria: Foreign key constraint added to sys_user (PARENTUSER_ID)
2017-02-22 20:04:02.836  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-323::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-323::rmemoria ran successfully in 31ms
2017-02-22 20:04:02.867  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-324::rmemoria: Foreign key constraint added to sys_user (DEFAULTWORKSPACE_ID)
2017-02-22 20:04:02.867  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-324::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-324::rmemoria ran successfully in 31ms
2017-02-22 20:04:02.914  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-325::rmemoria: Foreign key constraint added to examculture (request_id)
2017-02-22 20:04:02.914  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-325::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-325::rmemoria ran successfully in 47ms
2017-02-22 20:04:02.945  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-326::rmemoria: Foreign key constraint added to examdst (request_id)
2017-02-22 20:04:02.945  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-326::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-326::rmemoria ran successfully in 31ms
2017-02-22 20:04:02.977  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-329::rmemoria: Foreign key constraint added to exammicroscopy (request_id)
2017-02-22 20:04:02.977  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-329::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-329::rmemoria ran successfully in 32ms
2017-02-22 20:04:03.008  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-332::rmemoria: Foreign key constraint added to report (workspace_id)
2017-02-22 20:04:03.008  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-332::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-332::rmemoria ran successfully in 16ms
2017-02-22 20:04:03.039  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-333::rmemoria: Foreign key constraint added to examrequest (case_id)
2017-02-22 20:04:03.055  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-333::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-333::rmemoria ran successfully in 31ms
2017-02-22 20:04:03.086  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-334::rmemoria: Foreign key constraint added to examrequest (laboratory_id)
2017-02-22 20:04:03.086  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-334::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-334::rmemoria ran successfully in 31ms
2017-02-22 20:04:03.117  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-335::rmemoria: Foreign key constraint added to examrequest (unit_id)
2017-02-22 20:04:03.117  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-335::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-335::rmemoria ran successfully in 31ms
2017-02-22 20:04:03.149  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-337::rmemoria: Foreign key constraint added to workspaceview (id)
2017-02-22 20:04:03.149  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-337::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-337::rmemoria ran successfully in 32ms
2017-02-22 20:04:03.180  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-338::rmemoria: Foreign key constraint added to examxpert (request_id)
2017-02-22 20:04:03.180  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-338::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-338::rmemoria ran successfully in 31ms
2017-02-22 20:04:03.211  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-339::rmemoria: Foreign key constraint added to caseresistancepattern (case_id)
2017-02-22 20:04:03.211  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-339::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-339::rmemoria ran successfully in 31ms
2017-02-22 20:04:03.242  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-383::rmemoria: Foreign key constraint added to treatmentmonitoring (case_id)
2017-02-22 20:04:03.242  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-383::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-383::rmemoria ran successfully in 31ms
2017-02-22 20:04:03.274  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-389::rmemoria: Foreign key constraint added to issue (case_id)
2017-02-22 20:04:03.274  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-389::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-389::rmemoria ran successfully in 16ms
2017-02-22 20:04:03.320  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-390::rmemoria: Foreign key constraint added to issue (unit_id)
2017-02-22 20:04:03.320  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-390::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-390::rmemoria ran successfully in 46ms
2017-02-22 20:04:03.352  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-391::rmemoria: Foreign key constraint added to issue (user_id)
2017-02-22 20:04:03.352  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-391::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-391::rmemoria ran successfully in 32ms
2017-02-22 20:04:03.383  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-392::rmemoria: Foreign key constraint added to issuefollowup (issue_id)
2017-02-22 20:04:03.383  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-392::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-392::rmemoria ran successfully in 31ms
2017-02-22 20:04:03.414  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-393::rmemoria: Foreign key constraint added to issuefollowup (unit_id)
2017-02-22 20:04:03.414  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-393::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-393::rmemoria ran successfully in 31ms
2017-02-22 20:04:03.461  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-394::rmemoria: Foreign key constraint added to issuefollowup (user_id)
2017-02-22 20:04:03.461  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-394::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-394::rmemoria ran successfully in 47ms
2017-02-22 20:04:03.492  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-399::rmemoria: Foreign key constraint added to examxpert (case_ID)
2017-02-22 20:04:03.492  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-399::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-399::rmemoria ran successfully in 31ms
2017-02-22 20:04:03.524  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-400::rmemoria: Foreign key constraint added to examxpert (laboratory_ID)
2017-02-22 20:04:03.524  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-400::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-400::rmemoria ran successfully in 32ms
2017-02-22 20:04:03.555  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-403::rmemoria: Foreign key constraint added to caseresistancepattern (resistpattern_id)
2017-02-22 20:04:03.555  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-403::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-403::rmemoria ran successfully in 31ms
2017-02-22 20:04:03.602  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-3::rmemoria: Foreign key constraint added to commandhistory (WORKSPACELOG_ID)
2017-02-22 20:04:03.602  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-3::rmemoria: ChangeSet /db/changelog/ini-database.xml::300-3::rmemoria ran successfully in 32ms
2017-02-22 20:04:03.633  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-4::rmemoria: Foreign key constraint added to commandhistory (USERLOG_ID)
2017-02-22 20:04:03.633  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-4::rmemoria: ChangeSet /db/changelog/ini-database.xml::300-4::rmemoria ran successfully in 31ms
2017-02-22 20:04:03.664  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-5::rmemoria: Foreign key constraint added to commandhistory (UNIT_ID)
2017-02-22 20:04:03.664  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-5::rmemoria: ChangeSet /db/changelog/ini-database.xml::300-5::rmemoria ran successfully in 31ms
2017-02-22 20:04:03.695  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-3::rmemoria: Foreign key constraint added to searchable (UNIT_ID)
2017-02-22 20:04:03.695  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-3::rmemoria: ChangeSet /db/changelog/ini-database.xml::searchable-3::rmemoria ran successfully in 31ms
2017-02-22 20:04:03.727  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-4::rmemoria: Foreign key constraint added to searchable (WORKSPACE_ID)
2017-02-22 20:04:03.727  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-4::rmemoria: ChangeSet /db/changelog/ini-database.xml::searchable-4::rmemoria ran successfully in 32ms
2017-02-22 20:04:03.758  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-5::rmemoria: Index idx_search created
2017-02-22 20:04:03.758  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-5::rmemoria: ChangeSet /db/changelog/ini-database.xml::searchable-5::rmemoria ran successfully in 31ms
2017-02-22 20:04:03.774  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-3::rmemoria: Index idx_cacheddata created
2017-02-22 20:04:03.774  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-3::rmemoria: ChangeSet /db/changelog/ini-database.xml::cacheddata-3::rmemoria ran successfully in 16ms
2017-02-22 20:04:03.774  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-4::rmemoria: Index idx_cache_expiry created
2017-02-22 20:04:03.774  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-4::rmemoria: ChangeSet /db/changelog/ini-database.xml::cacheddata-4::rmemoria ran successfully in 0ms
2017-02-22 20:04:03.820  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-5::rmemoria: Foreign key constraint added to cacheddata (workspace_id)
2017-02-22 20:04:03.820  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-5::rmemoria: ChangeSet /db/changelog/ini-database.xml::cacheddata-5::rmemoria ran successfully in 31ms
2017-02-22 20:04:03.852  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::formdata-2::rmemoria: Foreign key constraint added to formdata (WORKSPACE_ID)
2017-02-22 20:04:03.852  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::formdata-2::rmemoria: ChangeSet /db/changelog/ini-database.xml::formdata-2::rmemoria ran successfully in 32ms
2017-02-22 20:04:03.867  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::formdata-3::rmemoria: Index idx_formdata_idname created
2017-02-22 20:04:03.867  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::formdata-3::rmemoria: ChangeSet /db/changelog/ini-database.xml::formdata-3::rmemoria ran successfully in 15ms
2017-02-22 20:04:03.899  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-1::msantos: Table deletedentity created
2017-02-22 20:04:03.899  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-1::msantos: ChangeSet /db/changelog/ini-sync.xml::sync-1::msantos ran successfully in 16ms
2017-02-22 20:04:04.305  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-2::msantos: Custom SQL executed
2017-02-22 20:04:04.305  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-2::msantos: ChangeSet /db/changelog/ini-sync.xml::sync-2::msantos ran successfully in 406ms
2017-02-22 20:04:04.680  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-3::msantos: Custom SQL executed
2017-02-22 20:04:04.680  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-3::msantos: ChangeSet /db/changelog/ini-sync.xml::sync-3::msantos ran successfully in 375ms
2017-02-22 20:04:05.086  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-4::msantos: Custom SQL executed
2017-02-22 20:04:05.086  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-4::msantos: ChangeSet /db/changelog/ini-sync.xml::sync-4::msantos ran successfully in 406ms
2017-02-22 20:04:05.086  INFO 76456 --- [           main] liquibase                                : Successfully released change log lock
2017-02-22 20:04:05.524  INFO 76456 --- [           main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2017-02-22 20:04:05.555  INFO 76456 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [
	name: default
	...]
2017-02-22 20:04:05.649  INFO 76456 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate Core {5.0.11.Final}
2017-02-22 20:04:05.649  INFO 76456 --- [           main] org.hibernate.cfg.Environment            : HHH000206: hibernate.properties not found
2017-02-22 20:04:05.649  INFO 76456 --- [           main] org.hibernate.cfg.Environment            : HHH000021: Bytecode provider name : javassist
2017-02-22 20:04:05.711  INFO 76456 --- [           main] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
2017-02-22 20:04:05.914  INFO 76456 --- [           main] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
2017-02-22 20:04:07.320  INFO 76456 --- [           main] o.h.tool.hbm2ddl.SchemaValidator         : HHH000229: Running schema validator
2017-02-22 20:04:21.288  INFO 76456 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2017-02-22 20:04:21.466  INFO 76456 --- [           main] org.dozer.config.GlobalSettings          : Trying to find Dozer configuration file: dozer.properties
2017-02-22 20:04:21.473  WARN 76456 --- [           main] org.dozer.config.GlobalSettings          : Dozer configuration file not found: dozer.properties.  Using defaults for all Dozer global properties.
2017-02-22 20:04:21.476  INFO 76456 --- [           main] org.dozer.DozerInitializer               : Initializing Dozer. Version: 5.5.0, Thread Name: main
2017-02-22 20:04:21.478  INFO 76456 --- [           main] org.dozer.jmx.JMXPlatformImpl            : Dozer JMX MBean [org.dozer.jmx:type=DozerStatisticsController] auto registered with the Platform MBean Server
2017-02-22 20:04:21.479  INFO 76456 --- [           main] org.dozer.jmx.JMXPlatformImpl            : Dozer JMX MBean [org.dozer.jmx:type=DozerAdminController] auto registered with the Platform MBean Server
2017-02-22 20:04:21.480  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Initializing a new instance of dozer bean mapper.
2017-02-22 20:04:23.260  INFO 76456 --- [           main] o.s.w.s.v.f.FreeMarkerConfigurer         : ClassTemplateLoader for Spring macros added to FreeMarker configuration
2017-02-22 20:04:23.863  INFO 76456 --- [           main] o.m.e.commons.forms.FormConfiguration    : Scanning form type handlers
2017-02-22 20:04:24.056  INFO 76456 --- [           main] o.m.e.commons.forms.FormConfiguration    : Form request types found: command-types, timeZones, adminUnit, medicines, regimens, substances, unit, perms-tree, profiles, users, userViews, workspaces, manualTags
2017-02-22 20:04:27.577  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2687f956: startup date [Wed Feb 22 20:03:44 EST 2017]; root of context hierarchy
2017-02-22 20:04:27.776  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/message]}" onto public java.lang.String org.msh.etbm.test.TestRest.getMessage()
2017-02-22 20:04:27.776  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/syncfile]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.test.TestRest.generateSyncFile() throws java.io.IOException
2017-02-22 20:04:27.777  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/query]}" onto public java.lang.String org.msh.etbm.test.TestRest.testQuery(java.lang.String)
2017-02-22 20:04:27.777  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/form/readonly/{id}]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.test.TestRest.initFormReadOnly(java.util.UUID)
2017-02-22 20:04:27.777  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/form]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.test.TestRest.initForm()
2017-02-22 20:04:27.777  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/indicator]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.test.TestRest.generateIndicator()
2017-02-22 20:04:27.777  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/map],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.test.TestRest.mapTest(java.util.Map<java.lang.String, java.lang.Object>)
2017-02-22 20:04:27.777  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/mappintest]}" onto public java.lang.String org.msh.etbm.test.TestRest.mappingTest()
2017-02-22 20:04:27.778  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.admunits.data.AdminUnitData org.msh.etbm.web.api.admin.AdminUnitsREST.get(java.util.UUID)
2017-02-22 20:04:27.779  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.AdminUnitsREST.update(java.util.UUID,org.msh.etbm.services.admin.admunits.data.AdminUnitFormData) throws org.springframework.validation.BindException
2017-02-22 20:04:27.779  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.AdminUnitsREST.delete(java.util.UUID) throws org.springframework.validation.BindException
2017-02-22 20:04:27.779  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.AdminUnitsREST.create(org.msh.etbm.services.admin.admunits.data.AdminUnitFormData) throws org.springframework.validation.BindException
2017-02-22 20:04:27.779  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit/query],methods=[POST],produces=[application/json]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.AdminUnitsREST.query(org.msh.etbm.services.admin.admunits.AdminUnitQueryParams)
2017-02-22 20:04:27.779  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.admunits.data.AdminUnitFormData org.msh.etbm.web.api.admin.AdminUnitsREST.getFormData(java.util.UUID)
2017-02-22 20:04:27.787  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.ageranges.AgeRangeData org.msh.etbm.web.api.admin.AgeRangesREST.get(java.util.UUID)
2017-02-22 20:04:27.787  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.AgeRangesREST.update(java.util.UUID,org.msh.etbm.services.admin.ageranges.AgeRangeRequest)
2017-02-22 20:04:27.787  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.AgeRangesREST.delete(java.util.UUID)
2017-02-22 20:04:27.788  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.AgeRangesREST.create(org.msh.etbm.services.admin.ageranges.AgeRangeRequest)
2017-02-22 20:04:27.788  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.AgeRangesREST.query(org.msh.etbm.services.admin.ageranges.AgeRangesQueryParams)
2017-02-22 20:04:27.789  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.ageranges.AgeRangeFormData org.msh.etbm.web.api.admin.AgeRangesREST.getForm(java.util.UUID)
2017-02-22 20:04:27.789  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/cmdhistory],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.CmdHistoryRepREST.query(org.msh.etbm.services.admin.cmdhisotryrep.CmdHistoryRepQueryParams)
2017-02-22 20:04:27.790  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/todaycmdhistory],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.CmdHistoryRepREST.todayResult()
2017-02-22 20:04:27.791  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.admunits.CountryStructureData org.msh.etbm.web.api.admin.CountryStructureREST.get(java.util.UUID)
2017-02-22 20:04:27.791  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.CountryStructureREST.update(java.util.UUID,org.msh.etbm.services.admin.admunits.CountryStructureFormData) throws org.springframework.validation.BindException
2017-02-22 20:04:27.791  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.CountryStructureREST.delete(java.util.UUID) throws org.springframework.validation.BindException
2017-02-22 20:04:27.794  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.CountryStructureREST.create(org.msh.etbm.services.admin.admunits.CountryStructureFormData) throws org.springframework.validation.BindException
2017-02-22 20:04:27.795  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.CountryStructureREST.query(org.msh.etbm.services.admin.admunits.CountryStructureQueryParams)
2017-02-22 20:04:27.796  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.admunits.CountryStructureFormData org.msh.etbm.web.api.admin.CountryStructureREST.getFormData(java.util.UUID)
2017-02-22 20:04:27.796  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/errorlog],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.ErrorLogRepREST.query(org.msh.etbm.services.admin.errorlogrep.ErrorLogRepQueryParams)
2017-02-22 20:04:27.796  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/todayerrorlog],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.ErrorLogRepREST.todayResult()
2017-02-22 20:04:27.797  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/onlineusers],methods=[POST]}" onto public java.util.List<org.msh.etbm.services.admin.onlinereport.OnlineUsersRepData> org.msh.etbm.web.api.admin.OnlineUsersRepREST.query()
2017-02-22 20:04:27.798  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.products.ProductDetailedData org.msh.etbm.web.api.admin.ProductsREST.get(java.util.UUID)
2017-02-22 20:04:27.799  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.ProductsREST.update(java.util.UUID,org.msh.etbm.services.admin.products.ProductFormData)
2017-02-22 20:04:27.799  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.ProductsREST.delete(java.util.UUID)
2017-02-22 20:04:27.799  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.ProductsREST.create(org.msh.etbm.services.admin.products.ProductFormData)
2017-02-22 20:04:27.799  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.ProductsREST.query(org.msh.etbm.services.admin.products.ProductQueryParams)
2017-02-22 20:04:27.800  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.products.ProductFormData org.msh.etbm.web.api.admin.ProductsREST.getFormData(java.util.UUID)
2017-02-22 20:04:27.801  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.regimens.RegimenData org.msh.etbm.web.api.admin.RegimensREST.get(java.util.UUID)
2017-02-22 20:04:27.803  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.RegimensREST.update(java.util.UUID,org.msh.etbm.services.admin.regimens.RegimenFormData)
2017-02-22 20:04:27.803  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.RegimensREST.delete(java.util.UUID)
2017-02-22 20:04:27.804  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.RegimensREST.create(org.msh.etbm.services.admin.regimens.RegimenFormData)
2017-02-22 20:04:27.804  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.RegimensREST.query(org.msh.etbm.services.admin.regimens.RegimenQueryParams)
2017-02-22 20:04:27.805  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.regimens.RegimenFormData org.msh.etbm.web.api.admin.RegimensREST.getForm(java.util.UUID)
2017-02-22 20:04:27.812  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.sources.SourceData org.msh.etbm.web.api.admin.SourcesREST.get(java.util.UUID)
2017-02-22 20:04:27.812  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SourcesREST.update(java.util.UUID,org.msh.etbm.services.admin.sources.SourceFormData)
2017-02-22 20:04:27.812  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SourcesREST.delete(java.util.UUID)
2017-02-22 20:04:27.812  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SourcesREST.create(org.msh.etbm.services.admin.sources.SourceFormData)
2017-02-22 20:04:27.812  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.SourcesREST.query(org.msh.etbm.services.admin.sources.SourceQueryParams)
2017-02-22 20:04:27.813  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.sources.SourceFormData org.msh.etbm.web.api.admin.SourcesREST.getFormData(java.util.UUID)
2017-02-22 20:04:27.814  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.substances.SubstanceData org.msh.etbm.web.api.admin.SubstancesREST.get(java.util.UUID)
2017-02-22 20:04:27.815  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SubstancesREST.update(java.util.UUID,org.msh.etbm.services.admin.substances.SubstanceFormData)
2017-02-22 20:04:27.815  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SubstancesREST.delete(java.util.UUID)
2017-02-22 20:04:27.815  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SubstancesREST.create(org.msh.etbm.services.admin.substances.SubstanceFormData)
2017-02-22 20:04:27.816  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.SubstancesREST.query(org.msh.etbm.services.admin.substances.SubstanceQueryParams)
2017-02-22 20:04:27.816  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.substances.SubstanceFormData org.msh.etbm.web.api.admin.SubstancesREST.getFormData(java.util.UUID)
2017-02-22 20:04:27.817  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/sysconfig],methods=[GET]}" onto public org.msh.etbm.services.admin.sysconfig.SysConfigFormData org.msh.etbm.web.api.admin.SysConfigREST.readConfig()
2017-02-22 20:04:27.817  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/sysconfig],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SysConfigREST.postConfig(org.msh.etbm.services.admin.sysconfig.SysConfigFormData)
2017-02-22 20:04:27.820  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.tags.TagData org.msh.etbm.web.api.admin.TagsREST.get(java.util.UUID)
2017-02-22 20:04:27.820  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.TagsREST.update(java.util.UUID,org.msh.etbm.services.admin.tags.TagFormData)
2017-02-22 20:04:27.821  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.TagsREST.delete(java.util.UUID)
2017-02-22 20:04:27.821  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.TagsREST.create(org.msh.etbm.services.admin.tags.TagFormData)
2017-02-22 20:04:27.821  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.TagsREST.query(org.msh.etbm.services.admin.tags.TagQueryParams)
2017-02-22 20:04:27.821  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.tags.TagFormData org.msh.etbm.web.api.admin.TagsREST.getForm(java.util.UUID)
2017-02-22 20:04:27.824  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.units.data.UnitDetailedData org.msh.etbm.web.api.admin.UnitsREST.get(java.util.UUID)
2017-02-22 20:04:27.825  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UnitsREST.update(java.util.UUID,org.msh.etbm.services.admin.units.data.UnitFormData) throws org.springframework.validation.BindException
2017-02-22 20:04:27.825  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UnitsREST.delete(java.util.UUID) throws org.springframework.validation.BindException
2017-02-22 20:04:27.825  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UnitsREST.create(org.msh.etbm.services.admin.units.data.UnitFormData) throws org.springframework.validation.BindException
2017-02-22 20:04:27.825  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.units.data.UnitFormData org.msh.etbm.web.api.admin.UnitsREST.getFormData(java.util.UUID)
2017-02-22 20:04:27.826  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.UnitsREST.queryUnits(org.msh.etbm.services.admin.units.UnitQueryParams)
2017-02-22 20:04:27.828  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.userprofiles.UserProfileDetailedData org.msh.etbm.web.api.admin.UserProfileREST.get(java.util.UUID)
2017-02-22 20:04:27.830  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UserProfileREST.update(java.util.UUID,org.msh.etbm.services.admin.userprofiles.UserProfileFormData) throws org.springframework.validation.BindException
2017-02-22 20:04:27.830  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UserProfileREST.delete(java.util.UUID) throws org.springframework.validation.BindException
2017-02-22 20:04:27.830  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UserProfileREST.create(org.msh.etbm.services.admin.userprofiles.UserProfileFormData) throws org.springframework.validation.BindException
2017-02-22 20:04:27.830  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.UserProfileREST.query(org.msh.etbm.services.admin.userprofiles.UserProfileQueryParams)
2017-02-22 20:04:27.830  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.userprofiles.UserProfileFormData org.msh.etbm.web.api.admin.UserProfileREST.getFormData(java.util.UUID)
2017-02-22 20:04:27.831  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/usersession],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.UserSessionsRepREST.query(org.msh.etbm.services.admin.sessionreport.UserSessionRepQueryParams)
2017-02-22 20:04:27.831  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/dailyusersession],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.UserSessionsRepREST.queryByDay(org.msh.etbm.services.admin.sessionreport.UserSessionRepQueryParams)
2017-02-22 20:04:27.834  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.usersws.data.UserWsDetailedData org.msh.etbm.web.api.admin.UsersWsREST.get(java.util.UUID)
2017-02-22 20:04:27.834  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UsersWsREST.update(java.util.UUID,org.msh.etbm.services.admin.usersws.data.UserWsFormData) throws org.springframework.validation.BindException
2017-02-22 20:04:27.834  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UsersWsREST.delete(java.util.UUID) throws org.springframework.validation.BindException
2017-02-22 20:04:27.834  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UsersWsREST.create(org.msh.etbm.services.admin.usersws.data.UserWsFormData) throws org.springframework.validation.BindException
2017-02-22 20:04:27.834  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.UsersWsREST.query(org.msh.etbm.services.admin.usersws.UserWsQueryParams)
2017-02-22 20:04:27.835  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/updatepwd],methods=[POST]}" onto public void org.msh.etbm.web.api.admin.UsersWsREST.updatePassword(org.msh.etbm.services.admin.usersws.data.UserWsChangePwdFormData)
2017-02-22 20:04:27.835  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/resetpwd],methods=[POST]}" onto public void org.msh.etbm.web.api.admin.UsersWsREST.resetPassword(org.msh.etbm.services.admin.usersws.data.UserWsChangePwdFormData)
2017-02-22 20:04:27.835  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.usersws.data.UserWsFormData org.msh.etbm.web.api.admin.UsersWsREST.getFormData(java.util.UUID)
2017-02-22 20:04:27.844  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.workspaces.WorkspaceDetailData org.msh.etbm.web.api.admin.WorkspacesREST.get(java.util.UUID)
2017-02-22 20:04:27.844  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.WorkspacesREST.update(java.util.UUID,org.msh.etbm.services.admin.workspaces.WorkspaceRequest)
2017-02-22 20:04:27.844  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.WorkspacesREST.delete(java.util.UUID)
2017-02-22 20:04:27.845  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.WorkspacesREST.create(org.msh.etbm.services.admin.workspaces.WorkspaceFormData)
2017-02-22 20:04:27.845  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.WorkspacesREST.query(org.msh.etbm.services.admin.workspaces.WorkspaceQueryParams)
2017-02-22 20:04:27.845  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.workspaces.WorkspaceFormData org.msh.etbm.web.api.admin.WorkspacesREST.getFormData(java.util.UUID)
2017-02-22 20:04:27.846  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/auth/login],methods=[POST]}" onto public org.msh.etbm.web.api.authentication.LoginResponse org.msh.etbm.web.api.authentication.AuthenticatorREST.login(org.msh.etbm.web.api.authentication.LoginRequest,javax.servlet.http.HttpServletRequest)
2017-02-22 20:04:27.846  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/auth/logout],methods=[GET]}" onto public void org.msh.etbm.web.api.authentication.AuthenticatorREST.logout(java.util.UUID)
2017-02-22 20:04:27.846  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/auth/workspaces],methods=[POST]}" onto public java.util.List<org.msh.etbm.services.security.authentication.WorkspaceInfo> org.msh.etbm.web.api.authentication.AuthenticatorREST.getWorkspaces(org.msh.etbm.web.api.authentication.WorkspacesRequest)
2017-02-22 20:04:27.846  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/reopen/{caseId}],methods=[GET]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseCloseREST.reopenCase(java.util.UUID)
2017-02-22 20:04:27.847  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/close],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseCloseREST.closeCase(org.msh.etbm.services.cases.caseclose.CaseCloseData)
2017-02-22 20:04:27.848  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/casecomment/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseCommentsREST.update(java.util.UUID,org.msh.etbm.services.cases.comments.CaseCommentFormData)
2017-02-22 20:04:27.848  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/casecomment/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseCommentsREST.delete(java.util.UUID)
2017-02-22 20:04:27.848  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/casecomment],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseCommentsREST.create(org.msh.etbm.services.cases.comments.CaseCommentFormData)
2017-02-22 20:04:27.849  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/casecomment/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.comments.CaseCommentFormData org.msh.etbm.web.api.cases.CaseCommentsREST.getForm(java.util.UUID)
2017-02-22 20:04:27.849  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/comorbidity/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseComorbiditiesREST.updateComorbidity(java.util.UUID,org.msh.etbm.services.cases.comorbidity.CaseComorbiditiesData)
2017-02-22 20:04:27.850  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/contact/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.contacts.CaseContactData org.msh.etbm.web.api.cases.CaseContactsREST.get(java.util.UUID)
2017-02-22 20:04:27.850  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/contact/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseContactsREST.update(java.util.UUID,org.msh.etbm.services.cases.contacts.CaseContactFormData)
2017-02-22 20:04:27.851  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/contact],methods=[GET]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.CaseContactsREST.init()
2017-02-22 20:04:27.851  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/contact/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseContactsREST.delete(java.util.UUID)
2017-02-22 20:04:27.851  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/contact],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseContactsREST.create(org.msh.etbm.services.cases.contacts.CaseContactFormData)
2017-02-22 20:04:27.851  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/contact/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.CaseContactsREST.query(org.msh.etbm.services.cases.contacts.CaseContactQueryParams)
2017-02-22 20:04:27.852  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/contact/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.contacts.CaseContactFormData org.msh.etbm.web.api.cases.CaseContactsREST.getForm(java.util.UUID)
2017-02-22 20:04:27.853  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/edit/save],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseEditREST.saveEdit(org.msh.etbm.services.cases.cases.data.CaseEditFormData)
2017-02-22 20:04:27.853  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/edit/form/{id}]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.CaseEditREST.initForm(java.util.UUID)
2017-02-22 20:04:27.854  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/undotransferout/{caseId}],methods=[GET]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseMoveREST.undoTransferOut(java.util.UUID)
2017-02-22 20:04:27.854  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/transferin],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseMoveREST.transferIn(org.msh.etbm.services.cases.casemove.CaseMoveRequest)
2017-02-22 20:04:27.854  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/transferout],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseMoveREST.transferOut(org.msh.etbm.services.cases.casemove.CaseMoveRequest)
2017-02-22 20:04:27.857  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.prevtreats.CasePrevTreatData org.msh.etbm.web.api.cases.CasePrevTreatsREST.get(java.util.UUID,java.lang.String,java.lang.String)
2017-02-22 20:04:27.858  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CasePrevTreatsREST.update(java.util.UUID,org.msh.etbm.services.cases.prevtreats.CasePrevTreatFormData)
2017-02-22 20:04:27.858  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat],methods=[GET]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.CasePrevTreatsREST.init(java.lang.String,java.util.UUID,java.util.UUID)
2017-02-22 20:04:27.860  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CasePrevTreatsREST.delete(java.util.UUID)
2017-02-22 20:04:27.860  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CasePrevTreatsREST.create(org.msh.etbm.services.cases.prevtreats.CasePrevTreatFormData)
2017-02-22 20:04:27.861  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.CasePrevTreatsREST.query(org.msh.etbm.services.cases.prevtreats.CasePrevTreatQueryParams)
2017-02-22 20:04:27.861  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.prevtreats.CasePrevTreatFormData org.msh.etbm.web.api.cases.CasePrevTreatsREST.getForm(java.util.UUID)
2017-02-22 20:04:27.862  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat/form],methods=[POST]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.CasePrevTreatsREST.initForm(org.msh.etbm.web.api.cases.CaseFormRequest)
2017-02-22 20:04:27.903  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/report/exec],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseReportsREST.get(org.msh.etbm.services.cases.reports.ReportExecRequest)
2017-02-22 20:04:27.903  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/report/delete/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseReportsREST.delete(java.util.UUID)
2017-02-22 20:04:27.903  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/report/save/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseReportsREST.updateReport(java.util.UUID,org.msh.etbm.services.cases.reports.CaseReportFormData)
2017-02-22 20:04:27.903  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/report/save],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseReportsREST.saveReport(org.msh.etbm.services.cases.reports.CaseReportFormData)
2017-02-22 20:04:27.904  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/report/query],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseReportsREST.queryReports()
2017-02-22 20:04:27.904  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/report/init],methods=[POST]}" onto public org.msh.etbm.services.cases.indicators.CaseIndicatorInitResponse org.msh.etbm.web.api.cases.CaseReportsREST.getInitData()
2017-02-22 20:04:27.905  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/report/ind/exec],methods=[POST]}" onto public org.msh.etbm.services.cases.indicators.CaseIndicatorResponse org.msh.etbm.web.api.cases.CaseReportsREST.generateIndicator(org.msh.etbm.services.cases.indicators.CaseIndicatorRequest)
2017-02-22 20:04:27.907  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/search/init],methods=[POST]}" onto public org.msh.etbm.services.cases.search.CaseSearchInitResponse org.msh.etbm.web.api.cases.CaseSearchREST.init()
2017-02-22 20:04:27.908  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/search],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult<org.msh.etbm.services.cases.search.CaseData> org.msh.etbm.web.api.cases.CaseSearchREST.search(org.msh.etbm.services.cases.search.CaseSearchRequest)
2017-02-22 20:04:27.910  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/sideeffect/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.sideeffects.CaseSideEffectData org.msh.etbm.web.api.cases.CaseSideEffectsREST.get(java.util.UUID)
2017-02-22 20:04:27.910  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/sideeffect/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseSideEffectsREST.update(java.util.UUID,org.msh.etbm.services.cases.sideeffects.CaseSideEffectFormData)
2017-02-22 20:04:27.910  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/sideeffect/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseSideEffectsREST.delete(java.util.UUID)
2017-02-22 20:04:27.911  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/sideeffect],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseSideEffectsREST.create(org.msh.etbm.services.cases.sideeffects.CaseSideEffectFormData)
2017-02-22 20:04:27.911  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/sideeffect/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.CaseSideEffectsREST.query(org.msh.etbm.services.cases.sideeffects.CaseSideEffectQueryParams)
2017-02-22 20:04:27.911  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/sideeffect/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.sideeffects.CaseSideEffectFormData org.msh.etbm.web.api.cases.CaseSideEffectsREST.getForm(java.util.UUID)
2017-02-22 20:04:27.912  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/case/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.cases.data.CaseDetailedData org.msh.etbm.web.api.cases.CasesREST.get(java.util.UUID)
2017-02-22 20:04:27.913  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/case/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CasesREST.delete(java.util.UUID)
2017-02-22 20:04:27.913  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/case/form/readonly/{id}]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.CasesREST.initReadOnlyForm(java.util.UUID)
2017-02-22 20:04:27.913  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/view/adminunit],methods=[POST]}" onto public java.util.List<org.msh.etbm.services.cases.view.PlaceData> org.msh.etbm.web.api.cases.CasesViewREST.generateReport(java.util.UUID)
2017-02-22 20:04:27.914  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/view],methods=[POST]}" onto public java.util.List<org.msh.etbm.services.cases.view.PlaceData> org.msh.etbm.web.api.cases.CasesViewREST.generateReport()
2017-02-22 20:04:27.915  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/view/places],methods=[POST]}" onto public java.util.List<org.msh.etbm.services.cases.view.PlaceData> org.msh.etbm.web.api.cases.CasesViewREST.generateReportByAdminUnit(java.util.UUID)
2017-02-22 20:04:27.916  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/tag/update],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseTagsREST.updateManualTags(org.msh.etbm.services.cases.tag.CaseTagsFormData)
2017-02-22 20:04:27.917  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/tag/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.CaseTagsREST.getTagCases(org.msh.etbm.services.cases.tag.TagCasesQueryParams)
2017-02-22 20:04:27.918  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/validate/{id}],methods=[GET]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseValidateREST.get(java.util.UUID)
2017-02-22 20:04:27.922  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examcul/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examculture.ExamCulData org.msh.etbm.web.api.cases.ExamCultureREST.get(java.util.UUID)
2017-02-22 20:04:27.922  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examcul/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamCultureREST.update(java.util.UUID,org.msh.etbm.services.cases.followup.examculture.ExamCulFormData)
2017-02-22 20:04:27.922  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examculture/init],methods=[POST]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.ExamCultureREST.init(java.util.UUID,java.lang.String,java.lang.String)
2017-02-22 20:04:27.922  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examcul/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamCultureREST.delete(java.util.UUID)
2017-02-22 20:04:27.923  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examcul],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamCultureREST.create(org.msh.etbm.services.cases.followup.examculture.ExamCulFormData)
2017-02-22 20:04:27.924  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examcul/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.ExamCultureREST.query(org.msh.etbm.commons.entities.query.EntityQueryParams)
2017-02-22 20:04:27.924  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examcul/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examculture.ExamCulFormData org.msh.etbm.web.api.cases.ExamCultureREST.getForm(java.util.UUID)
2017-02-22 20:04:27.925  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examdst/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examdst.ExamDSTData org.msh.etbm.web.api.cases.ExamDSTREST.get(java.util.UUID)
2017-02-22 20:04:27.925  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examdst/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamDSTREST.update(java.util.UUID,org.msh.etbm.services.cases.followup.examdst.ExamDSTFormData)
2017-02-22 20:04:27.925  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examdst/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamDSTREST.delete(java.util.UUID)
2017-02-22 20:04:27.925  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examdst],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamDSTREST.create(org.msh.etbm.services.cases.followup.examdst.ExamDSTFormData)
2017-02-22 20:04:27.926  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examdst/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.ExamDSTREST.query(org.msh.etbm.commons.entities.query.EntityQueryParams)
2017-02-22 20:04:27.927  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examdst/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examdst.ExamDSTFormData org.msh.etbm.web.api.cases.ExamDSTREST.getForm(java.util.UUID)
2017-02-22 20:04:27.927  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examhiv/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examhiv.ExamHIVData org.msh.etbm.web.api.cases.ExamHIVREST.get(java.util.UUID)
2017-02-22 20:04:27.928  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examhiv/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamHIVREST.update(java.util.UUID,org.msh.etbm.services.cases.followup.examhiv.ExamHIVFormData)
2017-02-22 20:04:27.928  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examhiv/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamHIVREST.delete(java.util.UUID)
2017-02-22 20:04:27.928  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examhiv],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamHIVREST.create(org.msh.etbm.services.cases.followup.examhiv.ExamHIVFormData)
2017-02-22 20:04:27.928  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examhiv/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.ExamHIVREST.query(org.msh.etbm.commons.entities.query.EntityQueryParams)
2017-02-22 20:04:27.928  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examhiv/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examhiv.ExamHIVFormData org.msh.etbm.web.api.cases.ExamHIVREST.getForm(java.util.UUID)
2017-02-22 20:04:27.929  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/exammic/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.exammic.ExamMicData org.msh.etbm.web.api.cases.ExamMicroscopyREST.get(java.util.UUID)
2017-02-22 20:04:27.929  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/exammic/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamMicroscopyREST.update(java.util.UUID,org.msh.etbm.services.cases.followup.exammic.ExamMicFormData)
2017-02-22 20:04:27.929  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/exammic/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamMicroscopyREST.delete(java.util.UUID)
2017-02-22 20:04:27.929  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/exammic],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamMicroscopyREST.create(org.msh.etbm.services.cases.followup.exammic.ExamMicFormData)
2017-02-22 20:04:27.929  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/exammic/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.ExamMicroscopyREST.query(org.msh.etbm.commons.entities.query.EntityQueryParams)
2017-02-22 20:04:27.930  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/exammic/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.exammic.ExamMicFormData org.msh.etbm.web.api.cases.ExamMicroscopyREST.getForm(java.util.UUID)
2017-02-22 20:04:27.930  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxpert/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examxpert.ExamXpertData org.msh.etbm.web.api.cases.ExamXpertREST.get(java.util.UUID)
2017-02-22 20:04:27.935  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxpert/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamXpertREST.update(java.util.UUID,org.msh.etbm.services.cases.followup.examxpert.ExamXpertFormData)
2017-02-22 20:04:27.935  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxpert/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamXpertREST.delete(java.util.UUID)
2017-02-22 20:04:27.935  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxpert],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamXpertREST.create(org.msh.etbm.services.cases.followup.examxpert.ExamXpertFormData)
2017-02-22 20:04:27.935  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxpert/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.ExamXpertREST.query(org.msh.etbm.commons.entities.query.EntityQueryParams)
2017-02-22 20:04:27.935  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxpert/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examxpert.ExamXpertFormData org.msh.etbm.web.api.cases.ExamXpertREST.getForm(java.util.UUID)
2017-02-22 20:04:27.936  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxray/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examxray.ExamXRayData org.msh.etbm.web.api.cases.ExamXRayREST.get(java.util.UUID)
2017-02-22 20:04:27.936  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxray/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamXRayREST.update(java.util.UUID,org.msh.etbm.services.cases.followup.examxray.ExamXRayFormData)
2017-02-22 20:04:27.937  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxray/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamXRayREST.delete(java.util.UUID)
2017-02-22 20:04:27.937  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxray],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamXRayREST.create(org.msh.etbm.services.cases.followup.examxray.ExamXRayFormData)
2017-02-22 20:04:27.937  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxray/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.ExamXRayREST.query(org.msh.etbm.commons.entities.query.EntityQueryParams)
2017-02-22 20:04:27.937  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxray/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examxray.ExamXRayFormData org.msh.etbm.web.api.cases.ExamXRayREST.getForm(java.util.UUID)
2017-02-22 20:04:27.937  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/followups/{caseId}],methods=[GET]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.FollowUpREST.get(java.util.UUID)
2017-02-22 20:04:27.938  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issuefollowup/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.IssueFollowUpsREST.update(java.util.UUID,org.msh.etbm.services.cases.issues.followup.IssueFollowUpFormData)
2017-02-22 20:04:27.938  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issuefollowup/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.IssueFollowUpsREST.delete(java.util.UUID)
2017-02-22 20:04:27.938  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issuefollowup],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.IssueFollowUpsREST.create(org.msh.etbm.services.cases.issues.followup.IssueFollowUpFormData)
2017-02-22 20:04:27.938  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issuefollowup/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.issues.followup.IssueFollowUpFormData org.msh.etbm.web.api.cases.IssueFollowUpsREST.getForm(java.util.UUID)
2017-02-22 20:04:27.940  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issue/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.IssuesREST.update(java.util.UUID,org.msh.etbm.services.cases.issues.IssueFormData)
2017-02-22 20:04:27.940  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issue/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.IssuesREST.delete(java.util.UUID)
2017-02-22 20:04:27.940  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issue],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.IssuesREST.create(org.msh.etbm.services.cases.issues.IssueFormData)
2017-02-22 20:04:27.940  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issue/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.issues.IssueFormData org.msh.etbm.web.api.cases.IssuesREST.getForm(java.util.UUID)
2017-02-22 20:04:27.942  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/medexam/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.medexam.MedExamData org.msh.etbm.web.api.cases.MedicalExaminationREST.get(java.util.UUID)
2017-02-22 20:04:27.943  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/medexam/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.MedicalExaminationREST.update(java.util.UUID,org.msh.etbm.services.cases.followup.medexam.MedExamFormData)
2017-02-22 20:04:27.943  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/medexam/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.MedicalExaminationREST.delete(java.util.UUID)
2017-02-22 20:04:27.943  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/medexam],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.MedicalExaminationREST.create(org.msh.etbm.services.cases.followup.medexam.MedExamFormData)
2017-02-22 20:04:27.943  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/medexam/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.MedicalExaminationREST.query(org.msh.etbm.commons.entities.query.EntityQueryParams)
2017-02-22 20:04:27.943  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/medexam/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.medexam.MedExamFormData org.msh.etbm.web.api.cases.MedicalExaminationREST.getForm(java.util.UUID)
2017-02-22 20:04:27.944  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/newnotif],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.NewNotificationREST.create(org.msh.etbm.services.cases.cases.data.NewNotificationFormData)
2017-02-22 20:04:27.944  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/newnotif/form]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.NewNotificationREST.initForm(org.msh.etbm.services.cases.cases.data.NewNotificationInitFormReq)
2017-02-22 20:04:27.944  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/patient/search],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult<org.msh.etbm.services.cases.patient.PatientSearchItem> org.msh.etbm.web.api.cases.PatientREST.query(org.msh.etbm.services.cases.patient.PatientQueryParams)
2017-02-22 20:04:27.944  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/summary],methods=[POST]}" onto public org.msh.etbm.web.api.cases.SummaryViewRespose org.msh.etbm.web.api.cases.SummaryViewREST.getSummary(org.msh.etbm.services.cases.summary.SummaryRequest)
2017-02-22 20:04:27.945  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/unit/{unitID}],methods=[POST]}" onto public org.msh.etbm.services.cases.view.unitview.UnitViewData org.msh.etbm.web.api.cases.SummaryViewREST.getUnitView(java.util.UUID)
2017-02-22 20:04:27.945  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/suspectfollowup],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.SuspectFollowUpREST.save(org.msh.etbm.services.cases.suspectfollowup.SuspectFollowUpData)
2017-02-22 20:04:27.945  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/suspectfollowup/initform/{cla}],methods=[GET]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.SuspectFollowUpREST.initForm(java.lang.String)
2017-02-22 20:04:27.946  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/{caseId}],methods=[GET]}" onto public org.msh.etbm.services.cases.treatment.data.TreatmentData org.msh.etbm.web.api.cases.TreatmentREST.get(java.util.UUID)
2017-02-22 20:04:27.946  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/followup],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.TreatmentREST.update(org.msh.etbm.services.cases.treatment.followup.TreatFollowupUpdateRequest)
2017-02-22 20:04:27.946  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/update],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.TreatmentREST.updateTreatment(org.msh.etbm.services.cases.treatment.edit.TreatmentUpdateRequest)
2017-02-22 20:04:27.947  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/prescription/add],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.TreatmentREST.addPrescription(org.msh.etbm.services.cases.treatment.edit.AddMedicineRequest)
2017-02-22 20:04:27.947  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/undo/{caseId}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.TreatmentREST.undoTreatment(java.util.UUID)
2017-02-22 20:04:27.947  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/prescription/update],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.TreatmentREST.updatePrescription(org.msh.etbm.services.cases.treatment.edit.PrescriptionUpdateRequest)
2017-02-22 20:04:27.947  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/start],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.TreatmentREST.startStandardRegimen(org.msh.etbm.services.cases.treatment.start.StartTreatmentRequest)
2017-02-22 20:04:27.947  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/prescription/delete/{prescriptionId}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.TreatmentREST.deletePrescription(java.util.UUID)
2017-02-22 20:04:27.948  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/dashboard/generate],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.dashboard.DashboardREST.generate(org.msh.etbm.services.dashboard.DashboardRequest)
2017-02-22 20:04:27.948  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/form/request],methods=[POST]}" onto public java.util.Map<java.lang.String, java.lang.Object> org.msh.etbm.web.api.forms.FormREST.initFields(java.util.List<org.msh.etbm.commons.forms.FormRequest>)
2017-02-22 20:04:27.948  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/forms/{formId}],methods=[GET]}" onto public org.msh.etbm.commons.forms.data.Form org.msh.etbm.web.api.forms.FormsREST.getForm(java.lang.String)
2017-02-22 20:04:27.949  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/init/workspace],methods=[POST]}" onto public java.util.UUID org.msh.etbm.web.api.init.RegisterWorkspaceRest.registerWorkspace(org.msh.etbm.services.init.RegisterWorkspaceRequest)
2017-02-22 20:04:27.949  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/models/{modelId}],methods=[GET]}" onto public org.msh.etbm.commons.models.data.Model org.msh.etbm.web.api.model.ModelsREST.getModel(java.lang.String)
2017-02-22 20:04:27.949  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/models/update],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.model.ModelsREST.updateModel(org.msh.etbm.commons.models.data.Model)
2017-02-22 20:04:27.949  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/models],methods=[GET]}" onto public java.util.List<org.msh.etbm.commons.Item<java.lang.String>> org.msh.etbm.web.api.model.ModelsREST.getAllModels()
2017-02-22 20:04:27.950  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/client/init/initialize],methods=[POST]}" onto public org.msh.etbm.services.offline.StatusResponse org.msh.etbm.web.api.offline.ClientInitREST.initialize(org.msh.etbm.services.offline.client.ServerCredentialsData)
2017-02-22 20:04:27.950  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/client/init/status],methods=[GET]}" onto public org.msh.etbm.services.offline.StatusResponse org.msh.etbm.web.api.offline.ClientInitREST.initStatus()
2017-02-22 20:04:27.950  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/client/init/workspaces],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.offline.ClientInitREST.findWorkspaces(org.msh.etbm.services.offline.client.ServerCredentialsData)
2017-02-22 20:04:27.951  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/client/sync/synchronize],methods=[POST]}" onto public org.msh.etbm.services.offline.StatusResponse org.msh.etbm.web.api.offline.ClientSyncREST.initialize(org.msh.etbm.services.offline.client.ServerCredentialsData)
2017-02-22 20:04:27.951  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/client/sync/status],methods=[GET]}" onto public org.msh.etbm.services.offline.StatusResponse org.msh.etbm.web.api.offline.ClientSyncREST.initStatus()
2017-02-22 20:04:27.951  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/server/inifile],methods=[GET]}" onto public void org.msh.etbm.web.api.offline.ServerInitREST.downloadIniFile(javax.servlet.http.HttpServletResponse) throws java.io.FileNotFoundException,java.io.IOException
2017-02-22 20:04:27.952  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/server/sync/status/{token}],methods=[GET]}" onto public org.msh.etbm.services.offline.StatusResponse org.msh.etbm.web.api.offline.ServerSyncREST.getStatus(java.lang.String)
2017-02-22 20:04:27.952  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/server/sync/start],methods=[POST]}" onto public org.msh.etbm.services.offline.StatusResponse org.msh.etbm.web.api.offline.ServerSyncREST.startSync(org.springframework.web.multipart.MultipartFile)
2017-02-22 20:04:27.952  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/server/sync/end/{token}],methods=[GET]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.offline.ServerSyncREST.endSync(java.lang.String)
2017-02-22 20:04:27.952  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/server/sync/response/{token}],methods=[GET]}" onto public void org.msh.etbm.web.api.offline.ServerSyncREST.downloadResponseFile(java.lang.String,javax.servlet.http.HttpServletResponse) throws java.io.FileNotFoundException,java.io.IOException
2017-02-22 20:04:27.953  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/pub/forgotpwd],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.pub.ForgotPwdREST.requestNewPwd(java.lang.String)
2017-02-22 20:04:27.953  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/pub/updatepwd],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.pub.PasswordUpdateREST.updatePassword(org.msh.etbm.services.security.password.PasswordUpdateRequest)
2017-02-22 20:04:27.953  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/pub/pwdtokeninfo/{token}],methods=[POST]}" onto public org.msh.etbm.services.pub.PwdResetTokenResponse org.msh.etbm.web.api.pub.PasswordUpdateREST.getUserInfoByToken(java.lang.String)
2017-02-22 20:04:27.953  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/pub/selfreg],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.pub.SelfRegistrationREST.register(org.msh.etbm.services.pub.SelfRegistrationRequest)
2017-02-22 20:04:27.954  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/changepassword],methods=[POST]}" onto public void org.msh.etbm.web.api.session.ChangePasswordREST.updateUserSettings(org.msh.etbm.services.session.changepassword.ChangePasswordFormData)
2017-02-22 20:04:27.954  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/session/search],methods=[POST]}" onto public java.util.List<org.msh.etbm.services.session.search.SearchResponse> org.msh.etbm.web.api.session.SearchREST.searchByKey(org.msh.etbm.services.session.search.SearchRequest)
2017-02-22 20:04:27.954  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/session],methods=[POST]}" onto public org.msh.etbm.services.session.usersession.UserSessionResponse org.msh.etbm.web.api.session.UserSessionRest.getUserSession(javax.servlet.http.HttpServletRequest)
2017-02-22 20:04:27.955  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/changews/{userwsId}],methods=[POST]}" onto public org.msh.etbm.web.api.session.ChangeWsResponse org.msh.etbm.web.api.session.UserSessionRest.changeWorkspace(javax.servlet.http.HttpServletRequest,java.util.UUID)
2017-02-22 20:04:27.955  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/workspaces],methods=[POST]}" onto public java.util.List<org.msh.etbm.commons.SynchronizableItem> org.msh.etbm.web.api.session.UserSessionRest.getUserWorkspaces()
2017-02-22 20:04:27.956  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/usersettings],methods=[GET]}" onto public org.msh.etbm.services.session.usersettings.UserSettingsFormData org.msh.etbm.web.api.session.UserSettingsREST.getUserSettings()
2017-02-22 20:04:27.958  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/usersettings],methods=[POST]}" onto public void org.msh.etbm.web.api.session.UserSettingsREST.updateUserSettings(org.msh.etbm.services.session.usersettings.UserSettingsFormData)
2017-02-22 20:04:27.958  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/info]}" onto public org.msh.etbm.services.sys.info.SystemInformation org.msh.etbm.web.api.sys.SystemRest.getInformation(java.lang.String,java.lang.String)
2017-02-22 20:04:27.958  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/]}" onto public java.lang.String org.msh.etbm.web.templates.IndexController.welcome(java.util.Map<java.lang.String, java.lang.Object>,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-02-22 20:04:27.960  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2017-02-22 20:04:27.961  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-02-22 20:04:28.066  INFO 76456 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-02-22 20:04:28.066  INFO 76456 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-02-22 20:04:28.103  INFO 76456 --- [           main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in exceptionHandlingController
2017-02-22 20:04:28.103  INFO 76456 --- [           main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in unexpectedExceptionHandlingController
2017-02-22 20:04:28.164  INFO 76456 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-02-22 20:04:28.739  INFO 76456 --- [           main] s.a.ScheduledAnnotationBeanPostProcessor : No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
2017-02-22 20:04:28.755  INFO 76456 --- [           main] o.m.e.t.c.c.CmdTypesFormRequestTest      : Started CmdTypesFormRequestTest in 45.263 seconds (JVM running for 46.617)
2017-02-22 20:04:28.864  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : Initializing database: running setup-database.sql
2017-02-22 20:04:28.880  INFO 76456 --- [           main] o.s.jdbc.datasource.init.ScriptUtils     : Executing SQL script from class path resource [setup-database.sql]
2017-02-22 20:04:28.896  INFO 76456 --- [           main] o.s.jdbc.datasource.init.ScriptUtils     : Executed SQL script from class path resource [setup-database.sql] in 16 ms.
2017-02-22 20:04:28.911  INFO 76456 --- [           main] o.h.h.i.QueryTranslatorFactoryInitiator  : HHH000397: Using ASTQueryTranslatorFactory
2017-02-22 20:04:29.067  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using the following xml files to load custom mappings for the bean mapper instance: [dozer/config.mapper.xml, dozer/global.mapper.xml, dozer/adminunit.mapper.xml, dozer/unit.mapper.xml, dozer/source.mapper.xml, dozer/product.mapper.xml, dozer/substance.mapper.xml, dozer/workspace.mapper.xml, dozer/userws.mapper.xml, dozer/regimen.mapper.xml, dozer/sysconfig.mapper.xml, dozer/followup.mapper.xml, dozer/case.mapper.xml, dozer/prevtbtreatment.mapper.xml]
2017-02-22 20:04:29.067  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/config.mapper.xml
2017-02-22 20:04:29.067  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/config.mapper.xml] to load custom xml mappings
2017-02-22 20:04:29.099  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/config.mapper.xml]
2017-02-22 20:04:29.099  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/global.mapper.xml
2017-02-22 20:04:29.099  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/global.mapper.xml] to load custom xml mappings
2017-02-22 20:04:29.114  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/global.mapper.xml]
2017-02-22 20:04:29.114  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/adminunit.mapper.xml
2017-02-22 20:04:29.130  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/adminunit.mapper.xml] to load custom xml mappings
2017-02-22 20:04:29.130  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/adminunit.mapper.xml]
2017-02-22 20:04:29.130  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/unit.mapper.xml
2017-02-22 20:04:29.130  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/unit.mapper.xml] to load custom xml mappings
2017-02-22 20:04:29.130  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/unit.mapper.xml]
2017-02-22 20:04:29.130  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/source.mapper.xml
2017-02-22 20:04:29.146  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/source.mapper.xml] to load custom xml mappings
2017-02-22 20:04:29.146  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/source.mapper.xml]
2017-02-22 20:04:29.146  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/product.mapper.xml
2017-02-22 20:04:29.146  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/product.mapper.xml] to load custom xml mappings
2017-02-22 20:04:29.146  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/product.mapper.xml]
2017-02-22 20:04:29.146  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/substance.mapper.xml
2017-02-22 20:04:29.161  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/substance.mapper.xml] to load custom xml mappings
2017-02-22 20:04:29.161  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/substance.mapper.xml]
2017-02-22 20:04:29.161  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/workspace.mapper.xml
2017-02-22 20:04:29.161  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/workspace.mapper.xml] to load custom xml mappings
2017-02-22 20:04:29.161  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/workspace.mapper.xml]
2017-02-22 20:04:29.161  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/userws.mapper.xml
2017-02-22 20:04:29.177  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/userws.mapper.xml] to load custom xml mappings
2017-02-22 20:04:29.177  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/userws.mapper.xml]
2017-02-22 20:04:29.177  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/regimen.mapper.xml
2017-02-22 20:04:29.177  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/regimen.mapper.xml] to load custom xml mappings
2017-02-22 20:04:29.177  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/regimen.mapper.xml]
2017-02-22 20:04:29.177  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/sysconfig.mapper.xml
2017-02-22 20:04:29.192  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/sysconfig.mapper.xml] to load custom xml mappings
2017-02-22 20:04:29.192  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/sysconfig.mapper.xml]
2017-02-22 20:04:29.192  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/followup.mapper.xml
2017-02-22 20:04:29.192  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/followup.mapper.xml] to load custom xml mappings
2017-02-22 20:04:29.192  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/followup.mapper.xml]
2017-02-22 20:04:29.192  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/case.mapper.xml
2017-02-22 20:04:29.208  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/case.mapper.xml] to load custom xml mappings
2017-02-22 20:04:29.208  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/case.mapper.xml]
2017-02-22 20:04:29.208  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/prevtbtreatment.mapper.xml
2017-02-22 20:04:29.208  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/prevtbtreatment.mapper.xml] to load custom xml mappings
2017-02-22 20:04:29.208  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/prevtbtreatment.mapper.xml]
2017-02-22 20:04:29.396  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : Initializing workspace and admin user
2017-02-22 20:04:29.880  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for init in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.close in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.prevtreat in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.contact in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.sideeffect in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.comment in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.issues in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.issuefollowups in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.issuefollowups.create in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.issuefollowups.update in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.issuefollowups.delete in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.medexam in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.exammic in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.examcul in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.examxpert in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.examdst in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.examhiv in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.examxray in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.treatfollowup in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.treatundo in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.treatini in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.treatedit in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.treat-addmed in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.treat-prescedt in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for cases.case.treat-prescdel in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for admin.substances.update in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for admin.tags.create in the locale English (United States)
2017-02-22 20:04:29.896  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for admin.tags.update in the locale English (United States)
2017-02-22 20:04:29.911  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for admin.tags.delete in the locale English (United States)
2017-02-22 20:04:29.911  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for admin.workspaces.update in the locale English (United States)
2017-02-22 20:04:29.911  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for admin.workspaces.delete in the locale English (United States)
2017-02-22 20:04:29.911  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for admin.ageranges.create in the locale English (United States)
2017-02-22 20:04:29.911  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for admin.ageranges.update in the locale English (United States)
2017-02-22 20:04:29.911  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for admin.ageranges.delete in the locale English (United States)
2017-02-22 20:04:29.911  INFO 76456 --- [           main] org.msh.etbm.commons.Messages            : No message found for offline in the locale English (United States)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.497 sec - in org.msh.etbm.test.commons.commands.CmdTypesFormRequestTest
Running org.msh.etbm.test.commons.commands.CommandTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.msh.etbm.test.commons.commands.CommandTypeTest
Running org.msh.etbm.test.commons.commands.DetailWriterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.msh.etbm.test.commons.commands.DetailWriterTest
Running org.msh.etbm.test.commons.DateUtilsTest
Thu Jan 01 00:00:00 EST 2015
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.msh.etbm.test.commons.DateUtilsTest
Running org.msh.etbm.test.commons.dbcache.DbCacheConcurrencyTest
2017-02-22 20:04:29.927  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:04:29.927  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:04:29.927  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@8a1bd62, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@70d336f5, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@206100aa, org.springframework.test.context.support.DirtiesContextTestExecutionListener@54236211, org.springframework.test.context.transaction.TransactionalTestExecutionListener@516c8f5a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@38617f1c, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@102d4cea, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@5f519714, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@6a72d5fb, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@59d8de36, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@23e883fb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@70d259a5]
2017-02-22 20:04:29.974  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.031 sec - in org.msh.etbm.test.commons.dbcache.DbCacheConcurrencyTest
Running org.msh.etbm.test.commons.DozerTest
2017-02-22 20:04:30.989  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:04:30.989  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:04:30.989  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@598acf89, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@150ba838, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@198b4fb6, org.springframework.test.context.support.DirtiesContextTestExecutionListener@58ea2bc2, org.springframework.test.context.transaction.TransactionalTestExecutionListener@579351d1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1f116973, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@5c2463d8, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@5599f7a5, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@18c9291e, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@c079185, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@73c2097e, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@69fcec7c]
2017-02-22 20:04:31.036  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
2017-02-22 20:04:31.036  INFO 76456 --- [           main] o.s.t.c.transaction.TransactionContext   : Began transaction (1) for test context [DefaultTestContext@74cc8c55 testClass = DozerTest, testInstance = org.msh.etbm.test.commons.DozerTest@64b05928, testMethod = testUnit@DozerTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@38aca984 testClass = DozerTest, locations = '{}', classes = '{class org.msh.etbm.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@7113b13f, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@6a1aab78, org.springframework.test.context.web.socket.MockServerContainerContextCustomizer@757942a1], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.SpringApplicationContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@6b5e8b3a]; rollback [true]
2017-02-22 20:04:31.052  INFO 76456 --- [           main] o.s.t.c.transaction.TransactionContext   : Rolled back transaction for test context [DefaultTestContext@74cc8c55 testClass = DozerTest, testInstance = org.msh.etbm.test.commons.DozerTest@64b05928, testMethod = testUnit@DozerTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@38aca984 testClass = DozerTest, locations = '{}', classes = '{class org.msh.etbm.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@7113b13f, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@6a1aab78, org.springframework.test.context.web.socket.MockServerContainerContextCustomizer@757942a1], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.SpringApplicationContextLoader', parent = [null]]].
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in org.msh.etbm.test.commons.DozerTest
Running org.msh.etbm.test.commons.entities.EntityDAOTest
2017-02-22 20:04:31.067  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:04:31.067  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:04:31.067  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@24b4cee9, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2aa93f15, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7d3bf73f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@19940123, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1bd5577e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@78679286, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@5a4700ba, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@63e38fc8, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@523c4a6d, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@160b010e, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@742b91a5, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@bc9cd27]
2017-02-22 20:04:31.083  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
2017-02-22 20:04:31.083  INFO 76456 --- [           main] o.s.t.c.transaction.TransactionContext   : Began transaction (1) for test context [DefaultTestContext@253dbbc8 testClass = EntityDAOTest, testInstance = org.msh.etbm.test.commons.entities.EntityDAOTest@12d644a6, testMethod = crudTest@EntityDAOTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@3b968111 testClass = EntityDAOTest, locations = '{}', classes = '{class org.msh.etbm.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@7113b13f, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@6a1aab78, org.springframework.test.context.web.socket.MockServerContainerContextCustomizer@757942a1], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.SpringApplicationContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@6b5e8b3a]; rollback [true]
2017-02-22 20:04:31.114  INFO 76456 --- [           main] o.s.t.c.transaction.TransactionContext   : Rolled back transaction for test context [DefaultTestContext@253dbbc8 testClass = EntityDAOTest, testInstance = org.msh.etbm.test.commons.entities.EntityDAOTest@12d644a6, testMethod = crudTest@EntityDAOTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@3b968111 testClass = EntityDAOTest, locations = '{}', classes = '{class org.msh.etbm.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@7113b13f, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@6a1aab78, org.springframework.test.context.web.socket.MockServerContainerContextCustomizer@757942a1], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.SpringApplicationContextLoader', parent = [null]]].
2017-02-22 20:04:31.130  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.msh.etbm.test.commons.entities.EntityDAOTest
Running org.msh.etbm.test.commons.forms.FormParserTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.msh.etbm.test.commons.forms.FormParserTest
Running org.msh.etbm.test.commons.forms.FormRequestServiceTest
2017-02-22 20:04:31.208  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:04:31.208  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:04:31.208  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1546a589, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@726c1889, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6d0937e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7da7a932, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5d6d21e2, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4fd7c296, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@4d9ef371, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@d303dc9, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@39e67fbc, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@4854c964, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@726bbe64, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@7eb91b95]
2017-02-22 20:04:31.224  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.msh.etbm.test.commons.forms.FormRequestServiceTest
Running org.msh.etbm.test.commons.forms.JavaScriptFormGenTest
2017-02-22 20:04:31.239  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:04:31.239  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:04:31.239  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@77966cc3, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@a353dff, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2b360641, org.springframework.test.context.support.DirtiesContextTestExecutionListener@779d7ff4, org.springframework.test.context.transaction.TransactionalTestExecutionListener@33a9f5b0, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1050fcff, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@bcfe4ba, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@173158e8, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@6bc93bcb, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@7c698549, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@8f7544a, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@151cbba4]
2017-02-22 20:04:31.255  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
function newSchema() { return {
title: 'The title',
defaultProperties:{
active:true,
autoGenerated:function() { return typeof this.sqlCondition === 'string'; }
},
controls:[{
newRow: false,
fieldName: 'name',
spanRow: true,
fieldLastName: 'lastName',
custom: false,
readOnly: true,
label: 'Patient name',
type: 'string',
required: true,
fieldMiddleName: 'middleName',
size: { md: 6 },
trim: true,
property: 'name',
name: 'name',
id: 0
},{
newRow: false,
visible: function(doc) { return this.name === 'ABC'; },
size: { md: 6 },
spanRow: false,
defaultValue: true,
custom: false,
property: 'active',
id: 0,
type: 'yesNo'
},{
newRow: false,
size: { md: 6 },
spanRow: false,
defaultValue: function(doc) { return typeof this.sqlCondition === 'string'; },
custom: false,
property: 'autoGenerated',
id: 0,
type: 'yesNo',
required: true
},{
newRow: false,
controls:[{
newRow: true,
size: { md: 6 },
spanRow: false,
defaultValue: false,
custom: false,
property: 'consistencyCheck',
id: 0,
type: 'yesNo'
},{
newRow: false,
size: { md: 12 },
trim: true,
spanRow: false,
custom: false,
property: 'sqlCondition',
id: 0,
type: 'text'
}
],
visible: function(doc) { return this.autoGenerated; },
spanRow: false,
id: 'ctrl3',
type: 'container'
}
],
 validators:[{ rule: function() { return this.name !== 'Rio'; }, message: "name cannot be Rio"}]
};
}
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 sec - in org.msh.etbm.test.commons.forms.JavaScriptFormGenTest
Running org.msh.etbm.test.commons.forms.JsonFormParserTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.msh.etbm.test.commons.forms.JsonFormParserTest
Running org.msh.etbm.test.commons.indicators.DataTableQueryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.msh.etbm.test.commons.indicators.DataTableQueryTest
Running org.msh.etbm.test.commons.indicators.DataTableTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.msh.etbm.test.commons.indicators.DataTableTest
Running org.msh.etbm.test.commons.indicators.DataTableUtilsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.msh.etbm.test.commons.indicators.DataTableUtilsTest
Running org.msh.etbm.test.commons.indicators.GroupedDataTableTest
[[Ljava.lang.Object;@7a21e1d4, [Ljava.lang.Object;@547c6bb4, [Ljava.lang.Object;@6bfe7897, [Ljava.lang.Object;@66193b4b, [Ljava.lang.Object;@13c3491d]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.msh.etbm.test.commons.indicators.GroupedDataTableTest
Running org.msh.etbm.test.commons.indicators.IndicatorSqlBuilderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.msh.etbm.test.commons.indicators.IndicatorSqlBuilderTest
Running org.msh.etbm.test.commons.model.CustomValidatorsTest
function model_test() { return {fields: {value: {validators: {v0: function() { return this.value !== 1; }, v1: function() { return this.value < 10; }}}}}; }
function model_test() { return {fields: {value: {}}, validators: {v0: function() { return this.value !== 1; }, v1: function() { return this.value < 10; }}}; }
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec - in org.msh.etbm.test.commons.model.CustomValidatorsTest
Running org.msh.etbm.test.commons.model.FieldOptionsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.msh.etbm.test.commons.model.FieldOptionsTest
Running org.msh.etbm.test.commons.model.JsonModelParserTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.msh.etbm.test.commons.model.JsonModelParserTest
Running org.msh.etbm.test.commons.model.ModelDAOTest
2017-02-22 20:04:31.942  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:04:31.958  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:04:31.958  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@32c6eb3c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7fac91fb, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@457af059, org.springframework.test.context.support.DirtiesContextTestExecutionListener@115e7c5e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1444fa42, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@ffc9278, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@1d9643e6, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@7f487086, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@4ced03c7, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@27e93770, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@8cfc918, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@343f54c7]
2017-02-22 20:04:31.974  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec - in org.msh.etbm.test.commons.model.ModelDAOTest
Running org.msh.etbm.test.commons.model.ModelTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.msh.etbm.test.commons.model.ModelTest
Running org.msh.etbm.test.commons.model.SQLQueryLoaderTest
2017-02-22 20:04:32.083  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.commons.model.SQLQueryLoaderTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:04:32.099  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:04:32.099  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@33cd31cf, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7aa45a14, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3f169051, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7e3559b4, org.springframework.test.context.transaction.TransactionalTestExecutionListener@24ac4cf4, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7c80c68f, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@771f4556, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@23b34af8, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@653e6996, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@1ff06f00, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1248ac5d, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@2b15d066]
select a.id, a.customId as f0, a.active as f1, a.name as f2, a.shortName as f3
from source a
where a.workspace_id = :workspace_id
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.msh.etbm.test.commons.model.SQLQueryLoaderTest
Running org.msh.etbm.test.commons.model.SQLSelectGenTest
select a.id, a.level as f0, a.active as f1, ac.regimen_id as f2, c0.name as f3, a.name as f4, a.city as f5
from administrativeUnit a
left join administrativeUnittest ac on ac.id = a.id
join regimen c0 on c0.id = a.regimen_id
where a.workspace_id = :workspace_id
and a.id = :id
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.msh.etbm.test.commons.model.SQLSelectGenTest
Running org.msh.etbm.test.commons.model.StringFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.msh.etbm.test.commons.model.StringFieldTest
Running org.msh.etbm.test.commons.objutils.DiffsUtilsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.msh.etbm.test.commons.objutils.DiffsUtilsTest
Running org.msh.etbm.test.commons.objutils.ObjectUtilsTest
user
action
Ricardo Lima (Editing data)
2128616465
2128616466
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.msh.etbm.test.commons.objutils.ObjectUtilsTest
Running org.msh.etbm.test.commons.objutils.StringConverterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.msh.etbm.test.commons.objutils.StringConverterTest
Running org.msh.etbm.test.commons.sqlquery.QueryBuilderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.msh.etbm.test.commons.sqlquery.QueryBuilderTest
Running org.msh.etbm.test.commons.sqlquery.QueryDefsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.msh.etbm.test.commons.sqlquery.QueryDefsTest
Running org.msh.etbm.test.LocaleRequestInterceptorTest
2017-02-22 20:04:32.146  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.LocaleRequestInterceptorTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:04:32.146  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:04:32.146  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@412d379c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5b6dc76c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5d388611, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6371c6ee, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4bc88ccb, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7eab7479, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@67ba7db3, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@a11811c, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@5b0ea41, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@209d4e32, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@147ee877, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@12619285]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.msh.etbm.test.LocaleRequestInterceptorTest
Running org.msh.etbm.test.MessageTest
2017-02-22 20:04:32.161  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.MessageTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:04:32.161  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:04:32.161  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6cf4325b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2f6b60ee, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2541c84, org.springframework.test.context.support.DirtiesContextTestExecutionListener@c56ea7b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@41fd7740, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@35e50381, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@17778985, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@2c49bc22, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@6a4899c, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@1b406bc2, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@30d0e28e, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@5119e01a]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.msh.etbm.test.MessageTest
Running org.msh.etbm.test.services.admin.CountryStructureTest
2017-02-22 20:04:32.177  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:04:32.177  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:04:32.177  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@9e3c653, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6da075fe, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@34d4aea7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4a9f02f4, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5d5984aa, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3338057a, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2288342c, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@10b21a2b, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@15fa043, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@72bf66c7, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@11f505e8, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@119636bf]
2017-02-22 20:04:32.192  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
2017-02-22 20:04:32.364  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 sec - in org.msh.etbm.test.services.admin.CountryStructureTest
Running org.msh.etbm.test.services.admin.LogMessagesTest
2017-02-22 20:04:32.411  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.services.admin.LogMessagesTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:04:32.411  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:04:32.411  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7aa91a69, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@133a8a9f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7764db24, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2f5185ec, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1d19a83d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5ab0b773, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@b5ceafa, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@28816098, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@78097df5, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@275d46a8, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4b3a6383, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@689c5fdc]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.msh.etbm.test.services.admin.LogMessagesTest
Running org.msh.etbm.test.services.admin.MedicineTest
2017-02-22 20:04:32.427  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:04:32.427  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:04:32.427  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@32eb46d7, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7d352874, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3f31ff7a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4f98ae97, org.springframework.test.context.transaction.TransactionalTestExecutionListener@27ad844d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@738f6e44, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@43759560, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4913778f, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@2571d0c, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@a22be4c, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@6593f4fd, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@37ee58cf]
2017-02-22 20:04:32.442  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 sec - in org.msh.etbm.test.services.admin.MedicineTest
Running org.msh.etbm.test.services.admin.PermissionTreeOptionsTest
2017-02-22 20:04:32.614  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:04:32.614  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:04:32.614  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7a0d08b2, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@56de4d71, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@44575b13, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2d0a7a6, org.springframework.test.context.transaction.TransactionalTestExecutionListener@108a77d6, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@341b0573, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@4a6a4f20, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4d002c5c, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@e77d6ed, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@62ab7acd, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@7a203af7, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@360e9b23]
2017-02-22 20:04:32.630  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.msh.etbm.test.services.admin.PermissionTreeOptionsTest
Running org.msh.etbm.test.services.admin.SourceTest
2017-02-22 20:04:32.630  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:04:32.646  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:04:32.646  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2793f84c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@68dee76e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3501c1de, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1d839d22, org.springframework.test.context.transaction.TransactionalTestExecutionListener@256a4746, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3a103112, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@12418bf, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@cfef34, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@77e8c81c, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@4c4bff52, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@6d0bf784, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@12c2135e]
2017-02-22 20:04:32.661  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.msh.etbm.test.services.admin.SourceTest
Running org.msh.etbm.test.services.admin.SubstanceTest
2017-02-22 20:04:32.724  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:04:32.724  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:04:32.724  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7fa41484, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1e92420f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@32dca84b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@329ba591, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6d448772, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@614a32ef, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@3683407d, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@595bcc11, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@106dbf5f, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@20003af7, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@c2c1622, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@b1078f2]
2017-02-22 20:04:32.739  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec - in org.msh.etbm.test.services.admin.SubstanceTest
Running org.msh.etbm.test.services.admin.SysConfigTest
2017-02-22 20:04:32.802  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:04:32.802  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:04:32.802  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7ad6b9b2, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@65744714, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@203a658f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7c4eecfc, org.springframework.test.context.transaction.TransactionalTestExecutionListener@331ad1ee, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@74117c7e, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@7f4796e, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@cd64c60, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@69a669b5, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@16ab1a73, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@32b03ec1, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@c3bd1bb]
2017-02-22 20:04:32.817  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
2017-02-22 20:04:32.864  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec - in org.msh.etbm.test.services.admin.SysConfigTest
Running org.msh.etbm.test.services.admin.TagTest
2017-02-22 20:04:32.880  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:04:32.880  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:04:32.880  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@74e72805, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@54a6c0ad, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3c596a57, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5e8f7cf4, org.springframework.test.context.transaction.TransactionalTestExecutionListener@13e5d020, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@71a4c959, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6581ee8, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@2315ba0b, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@1ecc1a99, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@4975f618, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@f9c0e80, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@157289a]
2017-02-22 20:04:32.896  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
2017-02-22 20:04:33.005  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
2017-02-22 20:04:33.021  WARN 76456 --- [           main] o.h.engine.jdbc.spi.SqlExceptionHelper   : SQL Error: 1054, SQLState: 42S22
2017-02-22 20:04:33.021 ERROR 76456 --- [           main] o.h.engine.jdbc.spi.SqlExceptionHelper   : Unknown column 'a.invalidFIELD' in 'where clause'
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec - in org.msh.etbm.test.services.admin.TagTest
Running org.msh.etbm.test.services.admin.UserViewOptionsTest
2017-02-22 20:04:33.021  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:04:33.021  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:04:33.021  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@24c5763e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6125b27a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2daa7c93, org.springframework.test.context.support.DirtiesContextTestExecutionListener@736e4a59, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7c95b68c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@30ef7d06, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@4e5fd16c, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4f62767c, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@1e1298ca, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@555ec143, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@65babe35, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@39b7e568]
2017-02-22 20:04:33.052  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
2017-02-22 20:04:33.083  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec - in org.msh.etbm.test.services.admin.UserViewOptionsTest
Running org.msh.etbm.test.services.admin.UserWsTest
2017-02-22 20:04:33.083  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:04:33.083  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:04:33.083  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@14decb0a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@792b2318, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@68deb060, org.springframework.test.context.support.DirtiesContextTestExecutionListener@442adf14, org.springframework.test.context.transaction.TransactionalTestExecutionListener@26ceca00, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6dd1e22, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@1b9df329, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@95d5d31, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@599308d0, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@375121ce, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@43a188b6, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@20f6e126]
2017-02-22 20:04:33.099  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
2017-02-22 20:04:33.489  INFO 76456 --- [127.0.0.1:63993] com.icegreen.greenmail.smtp.SmtpManager  : Created user login test@test.com for address test@test.com with password test@test.com because it didn't exist before.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.469 sec - in org.msh.etbm.test.services.admin.UserWsTest
Running org.msh.etbm.test.services.cases.CaseFiltersTest
2017-02-22 20:04:33.552  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:04:33.567  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:04:33.567  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@f03d81a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@359da2e7, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@733cb124, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1540be61, org.springframework.test.context.transaction.TransactionalTestExecutionListener@41277db, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5c407724, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@4ae35819, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@5a405492, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@4dfb5cae, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@125dfb62, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@422e4aa0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@1a9262b3]
2017-02-22 20:04:33.583  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.msh.etbm.test.services.cases.CaseFiltersTest
Running org.msh.etbm.test.services.cases.CaseSearchTest
2017-02-22 20:04:33.661  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:04:33.661  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:04:33.661  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@60a781, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5c2022c8, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@513f965e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@b6630a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@56f8032, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5884d435, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@7524241d, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@46b9a780, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@3faec175, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@41758fc9, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@15a54f36, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@1e2b7fa5]
2017-02-22 20:04:33.677  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.msh.etbm.test.services.cases.CaseSearchTest
Running org.msh.etbm.test.services.pub.ForgotPwdTest
2017-02-22 20:04:33.708  INFO 76456 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.msh.etbm.test.services.pub.ForgotPwdTest], using SpringBootContextLoader
2017-02-22 20:04:33.708  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.services.pub.ForgotPwdTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:04:33.708  INFO 76456 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.msh.etbm.test.services.pub.ForgotPwdTest]: ForgotPwdTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2017-02-22 20:04:33.708  INFO 76456 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.msh.etbm.Application for test class org.msh.etbm.test.services.pub.ForgotPwdTest
2017-02-22 20:04:33.708  INFO 76456 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:04:33.708  INFO 76456 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@529503b0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@31f9cb3a, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@12bd68bb, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1756c8aa, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6d24d173, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@12fb67f6, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6bfa2da2, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4ac8bbef, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@12c448c, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@48214788, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@728ce413, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@7d143e6e]
           _______ ____    __  __
          |__   __|  _ \  |  \/  |
   ___ ______| |  | |_) | | \  / | __ _ _ __   __ _  __ _  ___ _ __
  / _ \______| |  |  _ <  | |\/| |/ _` | '_ \ / _` |/ _` |/ _ \ '__|
 |  __/      | |  | |_) | | |  | | (_| | | | | (_| | (_| |  __/ |
  \___|      |_|  |____/  |_|  |_|\__,_|_| |_|\__,_|\__, |\___|_|
                                                     __/ |
                                                    |___/

Copyright (c) 2005 Management Sciences for Health, Inc. All rights reserved.


2017-02-22 20:04:33.786  INFO 76456 --- [           main] o.m.e.test.services.pub.ForgotPwdTest    : Starting ForgotPwdTest on DC-CPM-APP02 with PID 76456 (started by jenkins in C:\apps\jenkins\workspace\eTBM 3 (development)\target\test)
2017-02-22 20:04:33.786  INFO 76456 --- [           main] o.m.e.test.services.pub.ForgotPwdTest    : No active profile set, falling back to default profiles: default
2017-02-22 20:04:33.786  INFO 76456 --- [           main] o.s.w.c.s.GenericWebApplicationContext   : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@4d251646: startup date [Wed Feb 22 20:04:33 EST 2017]; root of context hierarchy
2017-02-22 20:04:34.911  INFO 76456 --- [           main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2017-02-22 20:04:34.989  INFO 76456 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$87bf9040] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2017-02-22 20:04:35.021  INFO 76456 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cache.annotation.ProxyCachingConfiguration' of type [class org.springframework.cache.annotation.ProxyCachingConfiguration$$EnhancerBySpringCGLIB$$d0d1c65e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2017-02-22 20:04:35.567  INFO 76456 --- [           main] liquibase                                : Successfully acquired change log lock
2017-02-22 20:04:35.567  INFO 76456 --- [           main] liquibase                                : Dropping Database Objects in schema: etbm3_test.etbm3_test
2017-02-22 20:04:36.458  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.474  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.474  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.489  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.489  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.489  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.505  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.505  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.505  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.521  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.521  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.521  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.536  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.536  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.552  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.552  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.552  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.568  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.568  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.568  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.583  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.583  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.599  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.599  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.599  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.614  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.614  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.630  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.630  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.630  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.646  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.646  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.646  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.661  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.661  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.661  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.677  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.677  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.677  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.693  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.693  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.693  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.693  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.708  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.708  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.724  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.724  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.724  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.739  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.739  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.739  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.755  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.755  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.771  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.771  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.771  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.786  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.786  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.802  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.802  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.802  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.818  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.818  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.818  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.833  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.833  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.833  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.849  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.849  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.864  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.864  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.880  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.880  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.896  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.896  WARN 76456 --- [           main] liquibase                                : Database does not support drop with cascade
2017-02-22 20:04:36.927  INFO 76456 --- [           main] liquibase                                : Successfully acquired change log lock
2017-02-22 20:04:37.021  INFO 76456 --- [           main] liquibase                                : Creating database history table with name: etbm3_test.DATABASECHANGELOG
2017-02-22 20:04:37.036  INFO 76456 --- [           main] liquibase                                : Reading from etbm3_test.DATABASECHANGELOG
2017-02-22 20:04:37.193  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-1::rmemoria: Table administrativeunit created
2017-02-22 20:04:37.193  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-1::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-1::rmemoria ran successfully in 16ms
2017-02-22 20:04:37.208  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-2::rmemoria: Table agerange created
2017-02-22 20:04:37.208  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-2::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-2::rmemoria ran successfully in 15ms
2017-02-22 20:04:37.224  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-3::rmemoria: Table batch created
2017-02-22 20:04:37.224  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-3::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-3::rmemoria ran successfully in 16ms
2017-02-22 20:04:37.239  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-4::rmemoria: Table batchdispensing created
2017-02-22 20:04:37.239  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-4::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-4::rmemoria ran successfully in 15ms
2017-02-22 20:04:37.271  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-5::rmemoria: Table batchmovement created
2017-02-22 20:04:37.271  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-5::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-5::rmemoria ran successfully in 16ms
2017-02-22 20:04:37.286  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-7::rmemoria: Table casecomment created
2017-02-22 20:04:37.286  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-7::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-7::rmemoria ran successfully in 15ms
2017-02-22 20:04:37.302  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-9::rmemoria: Table caseresistancepattern created
2017-02-22 20:04:37.302  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-9::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-9::rmemoria ran successfully in 16ms
2017-02-22 20:04:37.318  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-10::rmemoria: Table casesideeffect created
2017-02-22 20:04:37.318  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-10::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-10::rmemoria ran successfully in 16ms
2017-02-22 20:04:37.333  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-11::rmemoria: Table countrystructure created
2017-02-22 20:04:37.333  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-11::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-11::rmemoria ran successfully in 15ms
2017-02-22 20:04:37.364  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-12::rmemoria: Table errorlog created
2017-02-22 20:04:37.364  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-12::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-12::rmemoria ran successfully in 31ms
2017-02-22 20:04:37.380  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-13::rmemoria: Table examculture created
2017-02-22 20:04:37.380  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-13::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-13::rmemoria ran successfully in 16ms
2017-02-22 20:04:37.396  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-14::rmemoria: Table examdst created
2017-02-22 20:04:37.396  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-14::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-14::rmemoria ran successfully in 16ms
2017-02-22 20:04:37.427  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-16::rmemoria: Table examhiv created
2017-02-22 20:04:37.427  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-16::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-16::rmemoria ran successfully in 16ms
2017-02-22 20:04:37.443  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-17::rmemoria: Table exammicroscopy created
2017-02-22 20:04:37.443  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-17::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-17::rmemoria ran successfully in 16ms
2017-02-22 20:04:37.458  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-18::rmemoria: Table examrequest created
2017-02-22 20:04:37.458  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-18::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-18::rmemoria ran successfully in 15ms
2017-02-22 20:04:37.489  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-19::rmemoria: Table examxpert created
2017-02-22 20:04:37.489  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-19::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-19::rmemoria ran successfully in 15ms
2017-02-22 20:04:37.505  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-20::rmemoria: Table examxray created
2017-02-22 20:04:37.505  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-20::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-20::rmemoria ran successfully in 16ms
2017-02-22 20:04:37.521  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-23::rmemoria: Table issue created
2017-02-22 20:04:37.521  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-23::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-23::rmemoria ran successfully in 16ms
2017-02-22 20:04:37.536  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-24::rmemoria: Table issuefollowup created
2017-02-22 20:04:37.536  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-24::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-24::rmemoria ran successfully in 15ms
2017-02-22 20:04:37.552  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-27::rmemoria: Table medicalexamination created
2017-02-22 20:04:37.552  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-27::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-27::rmemoria ran successfully in 16ms
2017-02-22 20:04:37.583  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-28::rmemoria: Table product created
2017-02-22 20:04:37.583  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-28::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-28::rmemoria ran successfully in 15ms
2017-02-22 20:04:37.599  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-29::rmemoria: Table medicine_substances created
2017-02-22 20:04:37.599  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-29::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-29::rmemoria ran successfully in 16ms
2017-02-22 20:04:37.614  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-30::rmemoria: Table medicinedispensing created
2017-02-22 20:04:37.614  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-30::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-30::rmemoria ran successfully in 15ms
2017-02-22 20:04:37.646  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-31::rmemoria: Table medicinedispensingbatch created
2017-02-22 20:04:37.646  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-31::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-31::rmemoria ran successfully in 32ms
2017-02-22 20:04:37.661  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-32::rmemoria: Table medicinedispensingcase created
2017-02-22 20:04:37.661  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-32::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-32::rmemoria ran successfully in 15ms
2017-02-22 20:04:37.677  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-33::rmemoria: Table medicinedispensingitem created
2017-02-22 20:04:37.677  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-33::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-33::rmemoria ran successfully in 16ms
2017-02-22 20:04:37.693  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-34::rmemoria: Table productorder created
2017-02-22 20:04:37.693  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-34::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-34::rmemoria ran successfully in 16ms
2017-02-22 20:04:37.724  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-35::rmemoria: Table productreceiving created
2017-02-22 20:04:37.724  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-35::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-35::rmemoria ran successfully in 31ms
2017-02-22 20:04:37.739  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-36::rmemoria: Table medicinereceivingitem created
2017-02-22 20:04:37.739  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-36::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-36::rmemoria ran successfully in 15ms
2017-02-22 20:04:37.755  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-37::rmemoria: Table medicineregimen created
2017-02-22 20:04:37.755  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-37::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-37::rmemoria ran successfully in 16ms
2017-02-22 20:04:37.771  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-38::rmemoria: Table movement created
2017-02-22 20:04:37.771  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-38::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-38::rmemoria ran successfully in 16ms
2017-02-22 20:04:37.786  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-39::rmemoria: Table movements_dispensing created
2017-02-22 20:04:37.786  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-39::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-39::rmemoria ran successfully in 15ms
2017-02-22 20:04:37.818  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-40::rmemoria: Table movements_receiving created
2017-02-22 20:04:37.818  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-40::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-40::rmemoria ran successfully in 16ms
2017-02-22 20:04:37.833  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-41::rmemoria: Table orderbatch created
2017-02-22 20:04:37.833  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-41::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-41::rmemoria ran successfully in 15ms
2017-02-22 20:04:37.849  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-42::rmemoria: Table ordercase created
2017-02-22 20:04:37.849  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-42::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-42::rmemoria ran successfully in 16ms
2017-02-22 20:04:37.880  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-43::rmemoria: Table ordercomment created
2017-02-22 20:04:37.880  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-43::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-43::rmemoria ran successfully in 31ms
2017-02-22 20:04:37.896  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-44::rmemoria: Table orderitem created
2017-02-22 20:04:37.896  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-44::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-44::rmemoria ran successfully in 16ms
2017-02-22 20:04:37.911  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-45::rmemoria: Table patient created
2017-02-22 20:04:37.911  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-45::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-45::rmemoria ran successfully in 15ms
2017-02-22 20:04:37.927  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-46::rmemoria: Table prescribedmedicine created
2017-02-22 20:04:37.927  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-46::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-46::rmemoria ran successfully in 16ms
2017-02-22 20:04:37.958  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-47::rmemoria: Table prevtbtreatment created
2017-02-22 20:04:37.958  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-47::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-47::rmemoria ran successfully in 31ms
2017-02-22 20:04:37.974  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-48::rmemoria: Table regimen created
2017-02-22 20:04:37.974  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-48::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-48::rmemoria ran successfully in 16ms
2017-02-22 20:04:37.989  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-49::rmemoria: Table report created
2017-02-22 20:04:37.989  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-49::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-49::rmemoria ran successfully in 15ms
2017-02-22 20:04:38.005  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-51::rmemoria: Table resistancepattern created
2017-02-22 20:04:38.005  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-51::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-51::rmemoria ran successfully in 16ms
2017-02-22 20:04:38.021  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-52::rmemoria: Table sequenceinfo created
2017-02-22 20:04:38.021  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-52::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-52::rmemoria ran successfully in 16ms
2017-02-22 20:04:38.052  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-53::rmemoria: Table source created
2017-02-22 20:04:38.052  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-53::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-53::rmemoria ran successfully in 16ms
2017-02-22 20:04:38.068  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-55::rmemoria: Table substance created
2017-02-22 20:04:38.068  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-55::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-55::rmemoria ran successfully in 16ms
2017-02-22 20:04:38.083  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-56::rmemoria: Table substances_resistpattern created
2017-02-22 20:04:38.083  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-56::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-56::rmemoria ran successfully in 15ms
2017-02-22 20:04:38.099  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-57::rmemoria: Table sys_user created
2017-02-22 20:04:38.099  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-57::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-57::rmemoria ran successfully in 16ms
2017-02-22 20:04:38.114  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-58::rmemoria: Table systemconfig created
2017-02-22 20:04:38.114  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-58::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-58::rmemoria ran successfully in 15ms
2017-02-22 20:04:38.130  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-59::rmemoria: Table tag created
2017-02-22 20:04:38.130  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-59::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-59::rmemoria ran successfully in 16ms
2017-02-22 20:04:38.146  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-60::rmemoria: Table tags_case created
2017-02-22 20:04:38.146  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-60::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-60::rmemoria ran successfully in 16ms
2017-02-22 20:04:38.177  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-61::rmemoria: Table tbcase created
2017-02-22 20:04:38.177  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-61::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-61::rmemoria ran successfully in 16ms
2017-02-22 20:04:38.208  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-62::rmemoria: Table casecontact created
2017-02-22 20:04:38.208  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-62::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-62::rmemoria ran successfully in 15ms
2017-02-22 20:04:38.224  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-63::rmemoria: Table unit created
2017-02-22 20:04:38.224  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-63::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-63::rmemoria ran successfully in 16ms
2017-02-22 20:04:38.239  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-65::rmemoria: Table transfer created
2017-02-22 20:04:38.239  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-65::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-65::rmemoria ran successfully in 15ms
2017-02-22 20:04:38.255  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-66::rmemoria: Table transferbatch created
2017-02-22 20:04:38.255  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-66::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-66::rmemoria ran successfully in 16ms
2017-02-22 20:04:38.286  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-67::rmemoria: Table transferitem created
2017-02-22 20:04:38.286  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-67::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-67::rmemoria ran successfully in 31ms
2017-02-22 20:04:38.302  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-68::rmemoria: Table treatmenthealthunit created
2017-02-22 20:04:38.302  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-68::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-68::rmemoria ran successfully in 16ms
2017-02-22 20:04:38.318  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-69::rmemoria: Table treatmentmonitoring created
2017-02-22 20:04:38.318  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-69::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-69::rmemoria ran successfully in 16ms
2017-02-22 20:04:38.333  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-70::rmemoria: Table userlog created
2017-02-22 20:04:38.333  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-70::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-70::rmemoria ran successfully in 15ms
2017-02-22 20:04:38.349  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-71::rmemoria: Table userlogin created
2017-02-22 20:04:38.349  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-71::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-71::rmemoria ran successfully in 16ms
2017-02-22 20:04:38.364  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-72::rmemoria: Table userpermission created
2017-02-22 20:04:38.364  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-72::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-72::rmemoria ran successfully in 15ms
2017-02-22 20:04:38.396  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-73::rmemoria: Table userprofile created
2017-02-22 20:04:38.396  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-73::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-73::rmemoria ran successfully in 16ms
2017-02-22 20:04:38.411  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-73.2::rmemoria: Table userworkspace_profiles created
2017-02-22 20:04:38.411  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-73.2::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-73.2::rmemoria ran successfully in 15ms
2017-02-22 20:04:38.427  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-75::rmemoria: Table userworkspace created
2017-02-22 20:04:38.427  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-75::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-75::rmemoria ran successfully in 16ms
2017-02-22 20:04:38.443  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-76::rmemoria: Table workspace created
2017-02-22 20:04:38.443  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-76::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-76::rmemoria ran successfully in 16ms
2017-02-22 20:04:38.458  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-77::rmemoria: Table workspacelog created
2017-02-22 20:04:38.458  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-77::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-77::rmemoria ran successfully in 15ms
2017-02-22 20:04:38.474  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-78::rmemoria: Table workspaceview created
2017-02-22 20:04:38.474  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-78::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-78::rmemoria ran successfully in 16ms
2017-02-22 20:04:38.505  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-1::rmemoria: Table commandhistory created
2017-02-22 20:04:38.505  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-1::rmemoria: ChangeSet /db/changelog/ini-database.xml::300-1::rmemoria ran successfully in 16ms
2017-02-22 20:04:38.521  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-1::rmemoria: Table searchable created
2017-02-22 20:04:38.521  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-1::rmemoria: ChangeSet /db/changelog/ini-database.xml::searchable-1::rmemoria ran successfully in 16ms
2017-02-22 20:04:38.536  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::casecomorbidities-1::msantos: Table casecomorbidities created
2017-02-22 20:04:38.536  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::casecomorbidities-1::msantos: ChangeSet /db/changelog/ini-database.xml::casecomorbidities-1::msantos ran successfully in 15ms
2017-02-22 20:04:38.568  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::modeldata-1::rmemoria: Table modeldata created
2017-02-22 20:04:38.568  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::modeldata-1::rmemoria: ChangeSet /db/changelog/ini-database.xml::modeldata-1::rmemoria ran successfully in 16ms
2017-02-22 20:04:38.583  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-1::rmemoria: Table cacheddata created
2017-02-22 20:04:38.583  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-1::rmemoria: ChangeSet /db/changelog/ini-database.xml::cacheddata-1::rmemoria ran successfully in 15ms
2017-02-22 20:04:38.614  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::formdata-1::rmemoria: Table formdata created
2017-02-22 20:04:38.614  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::formdata-1::rmemoria: ChangeSet /db/changelog/ini-database.xml::formdata-1::rmemoria ran successfully in 31ms
2017-02-22 20:04:38.646  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-79::rmemoria: Primary key added to administrativeunit (id)
2017-02-22 20:04:38.646  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-79::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-79::rmemoria ran successfully in 32ms
2017-02-22 20:04:38.677  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::casecomorbidities-2::msantos: Primary key added to casecomorbidities (id)
2017-02-22 20:04:38.677  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::casecomorbidities-2::msantos: ChangeSet /db/changelog/ini-database.xml::casecomorbidities-2::msantos ran successfully in 31ms
2017-02-22 20:04:38.708  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-2::rmemoria: Primary key added to searchable (id)
2017-02-22 20:04:38.708  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-2::rmemoria: ChangeSet /db/changelog/ini-database.xml::searchable-2::rmemoria ran successfully in 31ms
2017-02-22 20:04:38.739  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-80::rmemoria: Primary key added to agerange (id)
2017-02-22 20:04:38.739  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-80::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-80::rmemoria ran successfully in 31ms
2017-02-22 20:04:38.771  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-81::rmemoria: Primary key added to batch (id)
2017-02-22 20:04:38.771  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-81::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-81::rmemoria ran successfully in 32ms
2017-02-22 20:04:38.802  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-82::rmemoria: Primary key added to batchdispensing (id)
2017-02-22 20:04:38.802  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-82::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-82::rmemoria ran successfully in 31ms
2017-02-22 20:04:38.833  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-83::rmemoria: Primary key added to batchmovement (id)
2017-02-22 20:04:38.833  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-83::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-83::rmemoria ran successfully in 31ms
2017-02-22 20:04:38.864  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-85::rmemoria: Primary key added to casecomment (id)
2017-02-22 20:04:38.864  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-85::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-85::rmemoria ran successfully in 31ms
2017-02-22 20:04:38.896  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-87::rmemoria: Primary key added to caseresistancepattern (id)
2017-02-22 20:04:38.896  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-87::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-87::rmemoria ran successfully in 32ms
2017-02-22 20:04:38.911  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-88::rmemoria: Primary key added to casesideeffect (id)
2017-02-22 20:04:38.927  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-88::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-88::rmemoria ran successfully in 31ms
2017-02-22 20:04:38.958  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-89::rmemoria: Primary key added to countrystructure (id)
2017-02-22 20:04:38.958  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-89::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-89::rmemoria ran successfully in 31ms
2017-02-22 20:04:38.989  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-91::rmemoria: Primary key added to examculture (id)
2017-02-22 20:04:38.989  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-91::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-91::rmemoria ran successfully in 31ms
2017-02-22 20:04:39.021  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-92::rmemoria: Primary key added to examdst (id)
2017-02-22 20:04:39.021  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-92::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-92::rmemoria ran successfully in 32ms
2017-02-22 20:04:39.036  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-94::rmemoria: Primary key added to examhiv (id)
2017-02-22 20:04:39.036  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-94::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-94::rmemoria ran successfully in 15ms
2017-02-22 20:04:39.068  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-95::rmemoria: Primary key added to exammicroscopy (id)
2017-02-22 20:04:39.068  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-95::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-95::rmemoria ran successfully in 16ms
2017-02-22 20:04:39.099  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-96::rmemoria: Primary key added to examrequest (id)
2017-02-22 20:04:39.099  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-96::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-96::rmemoria ran successfully in 16ms
2017-02-22 20:04:39.130  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-97::rmemoria: Primary key added to examxpert (id)
2017-02-22 20:04:39.130  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-97::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-97::rmemoria ran successfully in 31ms
2017-02-22 20:04:39.177  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-98::rmemoria: Primary key added to examxray (id)
2017-02-22 20:04:39.177  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-98::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-98::rmemoria ran successfully in 31ms
2017-02-22 20:04:39.208  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-101::rmemoria: Primary key added to issue (id)
2017-02-22 20:04:39.208  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-101::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-101::rmemoria ran successfully in 31ms
2017-02-22 20:04:39.239  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-102::rmemoria: Primary key added to issuefollowup (id)
2017-02-22 20:04:39.239  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-102::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-102::rmemoria ran successfully in 31ms
2017-02-22 20:04:39.271  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-104::rmemoria: Primary key added to unit (id)
2017-02-22 20:04:39.271  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-104::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-104::rmemoria ran successfully in 32ms
2017-02-22 20:04:39.302  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-105::rmemoria: Primary key added to medicalexamination (id)
2017-02-22 20:04:39.302  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-105::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-105::rmemoria ran successfully in 31ms
2017-02-22 20:04:39.333  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-106::rmemoria: Primary key added to product (id)
2017-02-22 20:04:39.333  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-106::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-106::rmemoria ran successfully in 31ms
2017-02-22 20:04:39.364  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-107::rmemoria: Primary key added to medicine_substances (medicine_id,substance_id)
2017-02-22 20:04:39.364  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-107::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-107::rmemoria ran successfully in 31ms
2017-02-22 20:04:39.396  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-108::rmemoria: Primary key added to medicinedispensing (id)
2017-02-22 20:04:39.396  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-108::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-108::rmemoria ran successfully in 32ms
2017-02-22 20:04:39.427  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-109::rmemoria: Primary key added to medicinedispensingbatch (id)
2017-02-22 20:04:39.427  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-109::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-109::rmemoria ran successfully in 31ms
2017-02-22 20:04:39.458  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-110::rmemoria: Primary key added to medicinedispensingcase (id)
2017-02-22 20:04:39.458  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-110::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-110::rmemoria ran successfully in 31ms
2017-02-22 20:04:39.489  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-111::rmemoria: Primary key added to medicinedispensingitem (id)
2017-02-22 20:04:39.489  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-111::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-111::rmemoria ran successfully in 31ms
2017-02-22 20:04:39.521  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-112::rmemoria: Primary key added to productorder (id)
2017-02-22 20:04:39.521  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-112::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-112::rmemoria ran successfully in 32ms
2017-02-22 20:04:39.536  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-113::rmemoria: Primary key added to productreceiving (id)
2017-02-22 20:04:39.536  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-113::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-113::rmemoria ran successfully in 15ms
2017-02-22 20:04:39.568  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-114::rmemoria: Primary key added to medicinereceivingitem (id)
2017-02-22 20:04:39.568  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-114::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-114::rmemoria ran successfully in 16ms
2017-02-22 20:04:39.599  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-115::rmemoria: Primary key added to medicineregimen (id)
2017-02-22 20:04:39.599  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-115::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-115::rmemoria ran successfully in 31ms
2017-02-22 20:04:39.630  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-116::rmemoria: Primary key added to movement (id)
2017-02-22 20:04:39.630  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-116::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-116::rmemoria ran successfully in 31ms
2017-02-22 20:04:39.661  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-117::rmemoria: Primary key added to orderbatch (id)
2017-02-22 20:04:39.661  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-117::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-117::rmemoria ran successfully in 31ms
2017-02-22 20:04:39.693  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-118::rmemoria: Primary key added to ordercase (id)
2017-02-22 20:04:39.693  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-118::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-118::rmemoria ran successfully in 32ms
2017-02-22 20:04:39.724  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-119::rmemoria: Primary key added to ordercomment (id)
2017-02-22 20:04:39.724  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-119::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-119::rmemoria ran successfully in 31ms
2017-02-22 20:04:39.755  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-120::rmemoria: Primary key added to orderitem (id)
2017-02-22 20:04:39.755  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-120::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-120::rmemoria ran successfully in 31ms
2017-02-22 20:04:39.786  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-121::rmemoria: Primary key added to patient (id)
2017-02-22 20:04:39.786  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-121::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-121::rmemoria ran successfully in 31ms
2017-02-22 20:04:39.818  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-122::rmemoria: Primary key added to prescribedmedicine (id)
2017-02-22 20:04:39.818  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-122::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-122::rmemoria ran successfully in 32ms
2017-02-22 20:04:39.849  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-123::rmemoria: Primary key added to prevtbtreatment (id)
2017-02-22 20:04:39.849  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-123::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-123::rmemoria ran successfully in 31ms
2017-02-22 20:04:39.880  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-124::rmemoria: Primary key added to regimen (id)
2017-02-22 20:04:39.880  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-124::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-124::rmemoria ran successfully in 31ms
2017-02-22 20:04:39.911  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-125::rmemoria: Primary key added to report (id)
2017-02-22 20:04:39.911  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-125::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-125::rmemoria ran successfully in 31ms
2017-02-22 20:04:39.943  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-127::rmemoria: Primary key added to resistancepattern (id)
2017-02-22 20:04:39.943  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-127::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-127::rmemoria ran successfully in 32ms
2017-02-22 20:04:39.974  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-128::rmemoria: Primary key added to sequenceinfo (id)
2017-02-22 20:04:39.974  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-128::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-128::rmemoria ran successfully in 31ms
2017-02-22 20:04:40.005  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-129::rmemoria: Primary key added to source (id)
2017-02-22 20:04:40.005  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-129::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-129::rmemoria ran successfully in 31ms
2017-02-22 20:04:40.021  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-131::rmemoria: Primary key added to substance (id)
2017-02-22 20:04:40.036  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-131::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-131::rmemoria ran successfully in 31ms
2017-02-22 20:04:40.052  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-132::rmemoria: Primary key added to sys_user (id)
2017-02-22 20:04:40.052  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-132::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-132::rmemoria ran successfully in 16ms
2017-02-22 20:04:40.099  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-133::rmemoria: Primary key added to systemconfig (id)
2017-02-22 20:04:40.099  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-133::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-133::rmemoria ran successfully in 31ms
2017-02-22 20:04:40.114  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-134::rmemoria: Primary key added to tag (id)
2017-02-22 20:04:40.114  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-134::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-134::rmemoria ran successfully in 15ms
2017-02-22 20:04:40.146  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-135::rmemoria: Primary key added to tbcase (id)
2017-02-22 20:04:40.146  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-135::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-135::rmemoria ran successfully in 16ms
2017-02-22 20:04:40.193  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-136::rmemoria: Primary key added to casecontact (id)
2017-02-22 20:04:40.193  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-136::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-136::rmemoria ran successfully in 32ms
2017-02-22 20:04:40.224  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-139::rmemoria: Primary key added to transfer (id)
2017-02-22 20:04:40.224  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-139::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-139::rmemoria ran successfully in 31ms
2017-02-22 20:04:40.255  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-140::rmemoria: Primary key added to transferbatch (id)
2017-02-22 20:04:40.255  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-140::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-140::rmemoria ran successfully in 31ms
2017-02-22 20:04:40.286  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-141::rmemoria: Primary key added to transferitem (id)
2017-02-22 20:04:40.286  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-141::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-141::rmemoria ran successfully in 31ms
2017-02-22 20:04:40.318  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-142::rmemoria: Primary key added to treatmenthealthunit (id)
2017-02-22 20:04:40.318  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-142::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-142::rmemoria ran successfully in 32ms
2017-02-22 20:04:40.333  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-143::rmemoria: Primary key added to treatmentmonitoring (id)
2017-02-22 20:04:40.333  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-143::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-143::rmemoria ran successfully in 15ms
2017-02-22 20:04:40.364  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-144::rmemoria: Primary key added to userlog (id)
2017-02-22 20:04:40.364  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-144::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-144::rmemoria ran successfully in 15ms
2017-02-22 20:04:40.396  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-145::rmemoria: Primary key added to userlogin (id)
2017-02-22 20:04:40.396  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-145::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-145::rmemoria ran successfully in 32ms
2017-02-22 20:04:40.427  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-146::rmemoria: Primary key added to userpermission (id)
2017-02-22 20:04:40.427  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-146::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-146::rmemoria ran successfully in 31ms
2017-02-22 20:04:40.458  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-147::rmemoria: Primary key added to userprofile (id)
2017-02-22 20:04:40.458  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-147::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-147::rmemoria ran successfully in 31ms
2017-02-22 20:04:40.489  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-149::rmemoria: Primary key added to userworkspace (id)
2017-02-22 20:04:40.489  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-149::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-149::rmemoria ran successfully in 31ms
2017-02-22 20:04:40.521  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-150::rmemoria: Primary key added to workspace (id)
2017-02-22 20:04:40.521  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-150::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-150::rmemoria ran successfully in 32ms
2017-02-22 20:04:40.552  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-151::rmemoria: Primary key added to workspacelog (id)
2017-02-22 20:04:40.552  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-151::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-151::rmemoria ran successfully in 31ms
2017-02-22 20:04:40.583  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-152::rmemoria: Primary key added to workspaceview (id)
2017-02-22 20:04:40.583  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-152::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-152::rmemoria ran successfully in 31ms
2017-02-22 20:04:40.614  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::modeldata-2::rmemoria: Primary key added to modeldata (id)
2017-02-22 20:04:40.614  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::modeldata-2::rmemoria: ChangeSet /db/changelog/ini-database.xml::modeldata-2::rmemoria ran successfully in 31ms
2017-02-22 20:04:40.646  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-154::rmemoria: Foreign key constraint added to resistancepattern (WORKSPACE_ID)
2017-02-22 20:04:40.646  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-154::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-154::rmemoria ran successfully in 32ms
2017-02-22 20:04:40.677  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-157::rmemoria: Foreign key constraint added to prescribedmedicine (CASE_ID)
2017-02-22 20:04:40.677  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-157::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-157::rmemoria ran successfully in 31ms
2017-02-22 20:04:40.708  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::casecomorbidities-3::msantos: Foreign key constraint added to casecomorbidities (CASE_ID)
2017-02-22 20:04:40.708  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::casecomorbidities-3::msantos: ChangeSet /db/changelog/ini-database.xml::casecomorbidities-3::msantos ran successfully in 31ms
2017-02-22 20:04:40.739  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-158::rmemoria: Foreign key constraint added to prescribedmedicine (PRODUCT_ID)
2017-02-22 20:04:40.739  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-158::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-158::rmemoria ran successfully in 31ms
2017-02-22 20:04:40.771  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-159::rmemoria: Foreign key constraint added to examdst (LABORATORY_ID)
2017-02-22 20:04:40.771  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-159::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-159::rmemoria ran successfully in 32ms
2017-02-22 20:04:40.802  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-161::rmemoria: Foreign key constraint added to userlogin (WORKSPACE_ID)
2017-02-22 20:04:40.802  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-161::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-161::rmemoria ran successfully in 31ms
2017-02-22 20:04:40.849  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-161.2::rmemoria: Foreign key constraint added to batch (WORKSPACE_ID)
2017-02-22 20:04:40.849  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-161.2::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-161.2::rmemoria ran successfully in 47ms
2017-02-22 20:04:40.880  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-162::rmemoria: Foreign key constraint added to userlogin (USER_ID)
2017-02-22 20:04:40.880  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-162::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-162::rmemoria ran successfully in 31ms
2017-02-22 20:04:40.911  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-166::rmemoria: Foreign key constraint added to substance (WORKSPACE_ID)
2017-02-22 20:04:40.911  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-166::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-166::rmemoria ran successfully in 31ms
2017-02-22 20:04:40.943  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-169::rmemoria: Foreign key constraint added to casecontact (CASE_ID)
2017-02-22 20:04:40.943  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-169::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-169::rmemoria ran successfully in 32ms
2017-02-22 20:04:40.974  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-171::rmemoria: Foreign key constraint added to orderbatch (BATCH_ID)
2017-02-22 20:04:40.974  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-171::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-171::rmemoria ran successfully in 16ms
2017-02-22 20:04:41.021  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-172::rmemoria: Foreign key constraint added to orderbatch (ORDERITEM_ID)
2017-02-22 20:04:41.021  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-172::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-172::rmemoria ran successfully in 32ms
2017-02-22 20:04:41.052  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-174::rmemoria: Foreign key constraint added to sequenceinfo (WORKSPACE_ID)
2017-02-22 20:04:41.052  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-174::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-174::rmemoria ran successfully in 31ms
2017-02-22 20:04:41.083  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-176::rmemoria: Foreign key constraint added to countrystructure (WORKSPACE_ID)
2017-02-22 20:04:41.083  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-176::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-176::rmemoria ran successfully in 31ms
2017-02-22 20:04:41.114  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-177::rmemoria: Foreign key constraint added to medicinedispensingbatch (BATCH_ID)
2017-02-22 20:04:41.114  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-177::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-177::rmemoria ran successfully in 31ms
2017-02-22 20:04:41.146  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-178::rmemoria: Foreign key constraint added to medicinedispensingbatch (DISPENSINGITEM_ID)
2017-02-22 20:04:41.146  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-178::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-178::rmemoria ran successfully in 32ms
2017-02-22 20:04:41.193  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-179::rmemoria: Foreign key constraint added to administrativeunit (COUNTRYSTRUCTURE_ID)
2017-02-22 20:04:41.193  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-179::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-179::rmemoria ran successfully in 47ms
2017-02-22 20:04:41.224  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-180::rmemoria: Foreign key constraint added to administrativeunit (WORKSPACE_ID)
2017-02-22 20:04:41.224  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-180::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-180::rmemoria ran successfully in 31ms
2017-02-22 20:04:41.255  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-0::rmemoria: Foreign key constraint added to administrativeunit (PID0)
2017-02-22 20:04:41.255  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-0::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-181-0::rmemoria ran successfully in 31ms
2017-02-22 20:04:41.302  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-1::rmemoria: Foreign key constraint added to administrativeunit (PID1)
2017-02-22 20:04:41.302  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-1::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-181-1::rmemoria ran successfully in 31ms
2017-02-22 20:04:41.333  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-2::rmemoria: Foreign key constraint added to administrativeunit (PID2)
2017-02-22 20:04:41.333  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-2::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-181-2::rmemoria ran successfully in 31ms
2017-02-22 20:04:41.364  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-3::rmemoria: Foreign key constraint added to administrativeunit (PID3)
2017-02-22 20:04:41.380  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-3::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-181-3::rmemoria ran successfully in 47ms
2017-02-22 20:04:41.396  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-188::rmemoria: Foreign key constraint added to userworkspace (UNIT_ID)
2017-02-22 20:04:41.396  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-188::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-188::rmemoria ran successfully in 16ms
2017-02-22 20:04:41.443  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-190::rmemoria: Foreign key constraint added to userworkspace (WORKSPACE_ID)
2017-02-22 20:04:41.443  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-190::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-190::rmemoria ran successfully in 32ms
2017-02-22 20:04:41.474  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-191::rmemoria: Foreign key constraint added to userworkspace (USER_ID)
2017-02-22 20:04:41.474  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-191::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-191::rmemoria ran successfully in 31ms
2017-02-22 20:04:41.521  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-192::rmemoria: Foreign key constraint added to userworkspace (ADMINUNIT_ID)
2017-02-22 20:04:41.521  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-192::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-192::rmemoria ran successfully in 32ms
2017-02-22 20:04:41.552  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-193::rmemoria: Foreign key constraint added to regimen (WORKSPACE_ID)
2017-02-22 20:04:41.552  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-193::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-193::rmemoria ran successfully in 31ms
2017-02-22 20:04:41.599  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-194::rmemoria: Foreign key constraint added to batchdispensing (SOURCE_ID)
2017-02-22 20:04:41.599  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-194::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-194::rmemoria ran successfully in 47ms
2017-02-22 20:04:41.630  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-195::rmemoria: Foreign key constraint added to batchdispensing (BATCH_ID)
2017-02-22 20:04:41.630  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-195::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-195::rmemoria ran successfully in 31ms
2017-02-22 20:04:41.677  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-196::rmemoria: Foreign key constraint added to batchdispensing (DISPENSING_ID)
2017-02-22 20:04:41.677  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-196::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-196::rmemoria ran successfully in 47ms
2017-02-22 20:04:41.708  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-197::rmemoria: Foreign key constraint added to transfer (UNIT_ID_TO)
2017-02-22 20:04:41.708  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-197::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-197::rmemoria ran successfully in 31ms
2017-02-22 20:04:41.739  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-198::rmemoria: Foreign key constraint added to transfer (USER_TO_ID)
2017-02-22 20:04:41.739  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-198::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-198::rmemoria ran successfully in 31ms
2017-02-22 20:04:41.771  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-199::rmemoria: Foreign key constraint added to transfer (UNIT_ID_FROM)
2017-02-22 20:04:41.771  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-199::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-199::rmemoria ran successfully in 32ms
2017-02-22 20:04:41.818  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-200::rmemoria: Foreign key constraint added to transfer (USER_FROM_ID)
2017-02-22 20:04:41.818  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-200::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-200::rmemoria ran successfully in 32ms
2017-02-22 20:04:41.849  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-201::rmemoria: Foreign key constraint added to movements_receiving (MOVEMENT_ID)
2017-02-22 20:04:41.849  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-201::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-201::rmemoria ran successfully in 31ms
2017-02-22 20:04:41.880  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-202::rmemoria: Foreign key constraint added to movements_receiving (RECEIVING_ID)
2017-02-22 20:04:41.880  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-202::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-202::rmemoria ran successfully in 31ms
2017-02-22 20:04:41.911  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-203::rmemoria: Foreign key constraint added to productorder (UNIT_TO_ID)
2017-02-22 20:04:41.911  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-203::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-203::rmemoria ran successfully in 15ms
2017-02-22 20:04:41.958  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-204::rmemoria: Foreign key constraint added to productorder (USER_CREATOR_ID)
2017-02-22 20:04:41.958  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-204::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-204::rmemoria ran successfully in 31ms
2017-02-22 20:04:41.989  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-204.2::rmemoria: Foreign key constraint added to productorder (workspace_id)
2017-02-22 20:04:41.989  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-204.2::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-204.2::rmemoria ran successfully in 31ms
2017-02-22 20:04:42.021  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-205::rmemoria: Foreign key constraint added to productorder (AUTHORIZER_UNIT_ID)
2017-02-22 20:04:42.021  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-205::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-205::rmemoria ran successfully in 32ms
2017-02-22 20:04:42.068  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-206::rmemoria: Foreign key constraint added to productorder (UNIT_FROM_ID)
2017-02-22 20:04:42.068  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-206::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-206::rmemoria ran successfully in 32ms
2017-02-22 20:04:42.099  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-208::rmemoria: Foreign key constraint added to agerange (WORKSPACE_ID)
2017-02-22 20:04:42.099  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-208::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-208::rmemoria ran successfully in 31ms
2017-02-22 20:04:42.130  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-210::rmemoria: Foreign key constraint added to batch (PRODUCT_ID)
2017-02-22 20:04:42.130  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-210::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-210::rmemoria ran successfully in 31ms
2017-02-22 20:04:42.161  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-211::rmemoria: Foreign key constraint added to batchmovement (BATCH_ID)
2017-02-22 20:04:42.161  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-211::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-211::rmemoria ran successfully in 31ms
2017-02-22 20:04:42.208  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-212::rmemoria: Foreign key constraint added to batchmovement (MOVEMENT_ID)
2017-02-22 20:04:42.208  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-212::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-212::rmemoria ran successfully in 47ms
2017-02-22 20:04:42.239  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-214::rmemoria: Foreign key constraint added to medicineregimen (MEDICINE_ID)
2017-02-22 20:04:42.239  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-214::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-214::rmemoria ran successfully in 31ms
2017-02-22 20:04:42.271  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-215::rmemoria: Foreign key constraint added to medicineregimen (REGIMEN_ID)
2017-02-22 20:04:42.271  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-215::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-215::rmemoria ran successfully in 32ms
2017-02-22 20:04:42.302  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-219::rmemoria: Foreign key constraint added to medicinedispensingcase (SOURCE_ID)
2017-02-22 20:04:42.302  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-219::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-219::rmemoria ran successfully in 31ms
2017-02-22 20:04:42.333  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-220::rmemoria: Foreign key constraint added to medicinedispensingcase (BATCH_ID)
2017-02-22 20:04:42.333  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-220::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-220::rmemoria ran successfully in 31ms
2017-02-22 20:04:42.380  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-221::rmemoria: Foreign key constraint added to medicinedispensingcase (CASE_ID)
2017-02-22 20:04:42.380  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-221::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-221::rmemoria ran successfully in 47ms
2017-02-22 20:04:42.411  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-222::rmemoria: Foreign key constraint added to medicinedispensingcase (DISPENSING_ID)
2017-02-22 20:04:42.411  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-222::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-222::rmemoria ran successfully in 31ms
2017-02-22 20:04:42.443  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-223::rmemoria: Foreign key constraint added to medicinedispensingitem (SOURCE_ID)
2017-02-22 20:04:42.443  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-223::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-223::rmemoria ran successfully in 32ms
2017-02-22 20:04:42.474  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-224::rmemoria: Foreign key constraint added to medicinedispensingitem (MOVEMENT_ID)
2017-02-22 20:04:42.474  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-224::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-224::rmemoria ran successfully in 31ms
2017-02-22 20:04:42.521  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-225::rmemoria: Foreign key constraint added to medicinedispensingitem (DISPENSING_ID)
2017-02-22 20:04:42.521  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-225::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-225::rmemoria ran successfully in 32ms
2017-02-22 20:04:42.552  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-226::rmemoria: Foreign key constraint added to medicinedispensingitem (PRODUCT_ID)
2017-02-22 20:04:42.552  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-226::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-226::rmemoria ran successfully in 31ms
2017-02-22 20:04:42.583  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-228::rmemoria: Foreign key constraint added to examxray (CASE_ID)
2017-02-22 20:04:42.583  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-228::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-228::rmemoria ran successfully in 31ms
2017-02-22 20:04:42.614  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-230::rmemoria: Foreign key constraint added to medicinedispensing (UNIT_ID)
2017-02-22 20:04:42.614  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-230::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-230::rmemoria ran successfully in 31ms
2017-02-22 20:04:42.661  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-232::rmemoria: Foreign key constraint added to userprofile (WORKSPACE_ID)
2017-02-22 20:04:42.661  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-232::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-232::rmemoria ran successfully in 47ms
2017-02-22 20:04:42.693  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-236::rmemoria: Foreign key constraint added to transferitem (SOURCE_ID)
2017-02-22 20:04:42.693  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-236::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-236::rmemoria ran successfully in 32ms
2017-02-22 20:04:42.724  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-237::rmemoria: Foreign key constraint added to transferitem (TRANSFER_ID)
2017-02-22 20:04:42.724  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-237::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-237::rmemoria ran successfully in 31ms
2017-02-22 20:04:42.771  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-238::rmemoria: Foreign key constraint added to transferitem (MOV_OUT_ID)
2017-02-22 20:04:42.771  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-238::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-238::rmemoria ran successfully in 47ms
2017-02-22 20:04:42.802  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-239::rmemoria: Foreign key constraint added to transferitem (MOV_IN_ID)
2017-02-22 20:04:42.802  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-239::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-239::rmemoria ran successfully in 31ms
2017-02-22 20:04:42.833  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-240::rmemoria: Foreign key constraint added to transferitem (PRODUCT_ID)
2017-02-22 20:04:42.833  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-240::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-240::rmemoria ran successfully in 31ms
2017-02-22 20:04:42.864  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-241::rmemoria: Foreign key constraint added to medicinereceivingitem (MOVEMENT_ID)
2017-02-22 20:04:42.864  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-241::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-241::rmemoria ran successfully in 31ms
2017-02-22 20:04:42.896  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-242::rmemoria: Foreign key constraint added to medicinereceivingitem (RECEIVING_ID)
2017-02-22 20:04:42.911  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-242::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-242::rmemoria ran successfully in 47ms
2017-02-22 20:04:42.943  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-243::rmemoria: Foreign key constraint added to medicine_substances (SUBSTANCE_ID)
2017-02-22 20:04:42.943  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-243::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-243::rmemoria ran successfully in 32ms
2017-02-22 20:04:42.974  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-244::rmemoria: Foreign key constraint added to medicine_substances (MEDICINE_ID)
2017-02-22 20:04:42.974  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-244::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-244::rmemoria ran successfully in 31ms
2017-02-22 20:04:43.005  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-245::rmemoria: Foreign key constraint added to prevtbtreatment (CASE_ID)
2017-02-22 20:04:43.005  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-245::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-245::rmemoria ran successfully in 31ms
2017-02-22 20:04:43.036  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-246::rmemoria: Foreign key constraint added to transferbatch (BATCH_ID)
2017-02-22 20:04:43.036  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-246::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-246::rmemoria ran successfully in 31ms
2017-02-22 20:04:43.068  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-247::rmemoria: Foreign key constraint added to transferbatch (TRANSFERITEM_ID)
2017-02-22 20:04:43.068  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-247::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-247::rmemoria ran successfully in 32ms
2017-02-22 20:04:43.114  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-248::rmemoria: Foreign key constraint added to exammicroscopy (CASE_ID)
2017-02-22 20:04:43.114  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-248::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-248::rmemoria ran successfully in 31ms
2017-02-22 20:04:43.146  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-251::rmemoria: Foreign key constraint added to medicalexamination (CASE_ID)
2017-02-22 20:04:43.146  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-251::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-251::rmemoria ran successfully in 32ms
2017-02-22 20:04:43.177  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-254::rmemoria: Foreign key constraint added to userpermission (PROFILE_ID)
2017-02-22 20:04:43.177  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-254::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-254::rmemoria ran successfully in 31ms
2017-02-22 20:04:43.208  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-256::rmemoria: Foreign key constraint added to casesideeffect (SUBSTANCE_ID)
2017-02-22 20:04:43.208  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-256::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-256::rmemoria ran successfully in 31ms
2017-02-22 20:04:43.239  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-258::rmemoria: Foreign key constraint added to casesideeffect (CASE_ID)
2017-02-22 20:04:43.239  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-258::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-258::rmemoria ran successfully in 31ms
2017-02-22 20:04:43.286  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-259::rmemoria: Foreign key constraint added to casesideeffect (SUBSTANCE2_ID)
2017-02-22 20:04:43.286  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-259::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-259::rmemoria ran successfully in 47ms
2017-02-22 20:04:43.318  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-260::rmemoria: Foreign key constraint added to tags_case (CASE_ID)
2017-02-22 20:04:43.318  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-260::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-260::rmemoria ran successfully in 32ms
2017-02-22 20:04:43.349  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-261::rmemoria: Foreign key constraint added to tags_case (TAG_ID)
2017-02-22 20:04:43.349  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-261::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-261::rmemoria ran successfully in 31ms
2017-02-22 20:04:43.380  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-262::rmemoria: Foreign key constraint added to ordercomment (ORDER_ID)
2017-02-22 20:04:43.380  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-262::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-262::rmemoria ran successfully in 31ms
2017-02-22 20:04:43.411  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-263::rmemoria: Foreign key constraint added to movements_dispensing (MOVEMENT_ID)
2017-02-22 20:04:43.411  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-263::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-263::rmemoria ran successfully in 31ms
2017-02-22 20:04:43.443  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264::rmemoria: Foreign key constraint added to movements_dispensing (DISPENSING_ID)
2017-02-22 20:04:43.443  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-264::rmemoria ran successfully in 32ms
2017-02-22 20:04:43.489  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264.2::rmemoria: Foreign key constraint added to userworkspace_profiles (userworkspace_id)
2017-02-22 20:04:43.489  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264.2::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-264.2::rmemoria ran successfully in 31ms
2017-02-22 20:04:43.521  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264.3::rmemoria: Foreign key constraint added to userworkspace_profiles (userprofile_id)
2017-02-22 20:04:43.521  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264.3::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-264.3::rmemoria ran successfully in 32ms
2017-02-22 20:04:43.552  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264.4::rmemoria: Primary key added to userworkspace_profiles (userworkspace_id,userprofile_id)
2017-02-22 20:04:43.552  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264.4::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-264.4::rmemoria ran successfully in 31ms
2017-02-22 20:04:43.583  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-265::rmemoria: Foreign key constraint added to examdst (CASE_ID)
2017-02-22 20:04:43.583  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-265::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-265::rmemoria ran successfully in 31ms
2017-02-22 20:04:43.614  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-266::rmemoria: Foreign key constraint added to examhiv (CASE_ID)
2017-02-22 20:04:43.614  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-266::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-266::rmemoria ran successfully in 31ms
2017-02-22 20:04:43.646  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-268::rmemoria: Foreign key constraint added to unit (WORKSPACE_ID)
2017-02-22 20:04:43.646  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-268::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-268::rmemoria ran successfully in 32ms
2017-02-22 20:04:43.693  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-269::rmemoria: Foreign key constraint added to unit (ADMINUNIT_ID)
2017-02-22 20:04:43.693  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-269::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-269::rmemoria ran successfully in 32ms
2017-02-22 20:04:43.724  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-270::rmemoria: Foreign key constraint added to exammicroscopy (LABORATORY_ID)
2017-02-22 20:04:43.724  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-270::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-270::rmemoria ran successfully in 31ms
2017-02-22 20:04:43.755  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-272::rmemoria: Foreign key constraint added to product (WORKSPACE_ID)
2017-02-22 20:04:43.755  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-272::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-272::rmemoria ran successfully in 31ms
2017-02-22 20:04:43.786  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-273::rmemoria: Foreign key constraint added to source (WORKSPACE_ID)
2017-02-22 20:04:43.786  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-273::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-273::rmemoria ran successfully in 31ms
2017-02-22 20:04:43.818  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-274.2::rmemoria: Foreign key constraint added to tbcase (WORKSPACE_ID)
2017-02-22 20:04:43.818  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-274.2::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-274.2::rmemoria ran successfully in 32ms
2017-02-22 20:04:43.849  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-275::rmemoria: Foreign key constraint added to tbcase (CURR_ADMINUNIT_ID)
2017-02-22 20:04:43.849  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-275::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-275::rmemoria ran successfully in 31ms
2017-02-22 20:04:43.896  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-276::rmemoria: Foreign key constraint added to tbcase (OWNER_UNIT_ID)
2017-02-22 20:04:43.896  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-276::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-276::rmemoria ran successfully in 32ms
2017-02-22 20:04:43.927  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-278::rmemoria: Foreign key constraint added to tbcase (NOTIFICATION_UNIT_ID)
2017-02-22 20:04:43.927  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-278::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-278::rmemoria ran successfully in 31ms
2017-02-22 20:04:43.974  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-279::rmemoria: Foreign key constraint added to tbcase (PATIENT_ID)
2017-02-22 20:04:43.974  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-279::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-279::rmemoria ran successfully in 47ms
2017-02-22 20:04:44.005  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-282::rmemoria: Foreign key constraint added to tbcase (NOTIF_ADMINUNIT_ID)
2017-02-22 20:04:44.005  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-282::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-282::rmemoria ran successfully in 31ms
2017-02-22 20:04:44.052  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-283::rmemoria: Foreign key constraint added to tbcase (REGIMEN_ID)
2017-02-22 20:04:44.052  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-283::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-283::rmemoria ran successfully in 31ms
2017-02-22 20:04:44.083  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-286::rmemoria: Foreign key constraint added to unit (AUTHORIZERUNIT_ID)
2017-02-22 20:04:44.083  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-286::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-286::rmemoria ran successfully in 31ms
2017-02-22 20:04:44.130  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-289::rmemoria: Foreign key constraint added to unit (SUPPLIER_ID)
2017-02-22 20:04:44.130  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-289::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-289::rmemoria ran successfully in 47ms
2017-02-22 20:04:44.161  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-293::rmemoria: Foreign key constraint added to substances_resistpattern (ResistancePattern_id)
2017-02-22 20:04:44.161  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-293::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-293::rmemoria ran successfully in 31ms
2017-02-22 20:04:44.208  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-294::rmemoria: Foreign key constraint added to substances_resistpattern (substances_id)
2017-02-22 20:04:44.208  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-294::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-294::rmemoria ran successfully in 47ms
2017-02-22 20:04:44.239  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-295::rmemoria: Foreign key constraint added to patient (WORKSPACE_ID)
2017-02-22 20:04:44.239  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-295::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-295::rmemoria ran successfully in 31ms
2017-02-22 20:04:44.271  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-296::rmemoria: Foreign key constraint added to ordercase (ORDERITEM_ID)
2017-02-22 20:04:44.271  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-296::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-296::rmemoria ran successfully in 32ms
2017-02-22 20:04:44.302  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-297::rmemoria: Foreign key constraint added to ordercase (CASE_ID)
2017-02-22 20:04:44.302  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-297::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-297::rmemoria ran successfully in 31ms
2017-02-22 20:04:44.333  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-298::rmemoria: Foreign key constraint added to orderitem (MOVEMENT_IN_ID)
2017-02-22 20:04:44.333  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-298::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-298::rmemoria ran successfully in 31ms
2017-02-22 20:04:44.364  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-299::rmemoria: Foreign key constraint added to orderitem (SOURCE_ID)
2017-02-22 20:04:44.364  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-299::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-299::rmemoria ran successfully in 31ms
2017-02-22 20:04:44.427  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-300::rmemoria: Foreign key constraint added to orderitem (MOVEMENT_OUT_ID)
2017-02-22 20:04:44.427  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-300::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-300::rmemoria ran successfully in 63ms
2017-02-22 20:04:44.458  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-301::rmemoria: Foreign key constraint added to orderitem (PRODUCT_ID)
2017-02-22 20:04:44.458  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-301::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-301::rmemoria ran successfully in 31ms
2017-02-22 20:04:44.505  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-302::rmemoria: Foreign key constraint added to orderitem (ORDER_ID)
2017-02-22 20:04:44.505  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-302::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-302::rmemoria ran successfully in 31ms
2017-02-22 20:04:44.536  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-303::rmemoria: Foreign key constraint added to examculture (LABORATORY_ID)
2017-02-22 20:04:44.536  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-303::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-303::rmemoria ran successfully in 31ms
2017-02-22 20:04:44.568  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-304::rmemoria: Foreign key constraint added to examculture (CASE_ID)
2017-02-22 20:04:44.568  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-304::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-304::rmemoria ran successfully in 32ms
2017-02-22 20:04:44.599  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-307::rmemoria: Foreign key constraint added to systemconfig (USERPROFILE_ID)
2017-02-22 20:04:44.599  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-307::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-307::rmemoria ran successfully in 31ms
2017-02-22 20:04:44.646  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-308::rmemoria: Foreign key constraint added to systemconfig (UNIT_ID)
2017-02-22 20:04:44.646  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-308::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-308::rmemoria ran successfully in 32ms
2017-02-22 20:04:44.677  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-309::rmemoria: Foreign key constraint added to systemconfig (WORKSPACE_ID)
2017-02-22 20:04:44.677  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-309::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-309::rmemoria ran successfully in 31ms
2017-02-22 20:04:44.724  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-310::rmemoria: Foreign key constraint added to casecomment (CASE_ID)
2017-02-22 20:04:44.724  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-310::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-310::rmemoria ran successfully in 31ms
2017-02-22 20:04:44.755  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-311::rmemoria: Foreign key constraint added to casecomment (USER_ID)
2017-02-22 20:04:44.755  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-311::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-311::rmemoria ran successfully in 31ms
2017-02-22 20:04:44.786  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-312::rmemoria: Foreign key constraint added to productreceiving (SOURCE_ID)
2017-02-22 20:04:44.786  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-312::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-312::rmemoria ran successfully in 31ms
2017-02-22 20:04:44.818  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-313::rmemoria: Foreign key constraint added to productreceiving (UNIT_ID)
2017-02-22 20:04:44.818  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-313::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-313::rmemoria ran successfully in 32ms
2017-02-22 20:04:44.849  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-314::rmemoria: Foreign key constraint added to treatmenthealthunit (UNIT_ID)
2017-02-22 20:04:44.849  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-314::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-314::rmemoria ran successfully in 31ms
2017-02-22 20:04:44.896  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-315::rmemoria: Foreign key constraint added to treatmenthealthunit (CASE_ID)
2017-02-22 20:04:44.896  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-315::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-315::rmemoria ran successfully in 47ms
2017-02-22 20:04:44.927  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-317::rmemoria: Foreign key constraint added to movement (PRODUCT_ID)
2017-02-22 20:04:44.927  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-317::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-317::rmemoria ran successfully in 31ms
2017-02-22 20:04:44.958  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-318::rmemoria: Foreign key constraint added to movement (SOURCE_ID)
2017-02-22 20:04:44.958  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-318::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-318::rmemoria ran successfully in 31ms
2017-02-22 20:04:44.989  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-319::rmemoria: Foreign key constraint added to movement (UNIT_ID)
2017-02-22 20:04:45.052  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-319::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-319::rmemoria ran successfully in 94ms
2017-02-22 20:04:45.099  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-320::rmemoria: Foreign key constraint added to productorder (SHIP_ADMINUNIT_ID)
2017-02-22 20:04:45.099  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-320::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-320::rmemoria ran successfully in 47ms
2017-02-22 20:04:45.130  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-321::rmemoria: Foreign key constraint added to tag (WORKSPACE_ID)
2017-02-22 20:04:45.130  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-321::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-321::rmemoria ran successfully in 31ms
2017-02-22 20:04:45.161  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-323::rmemoria: Foreign key constraint added to sys_user (PARENTUSER_ID)
2017-02-22 20:04:45.161  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-323::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-323::rmemoria ran successfully in 31ms
2017-02-22 20:04:45.208  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-324::rmemoria: Foreign key constraint added to sys_user (DEFAULTWORKSPACE_ID)
2017-02-22 20:04:45.208  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-324::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-324::rmemoria ran successfully in 47ms
2017-02-22 20:04:45.239  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-325::rmemoria: Foreign key constraint added to examculture (request_id)
2017-02-22 20:04:45.239  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-325::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-325::rmemoria ran successfully in 31ms
2017-02-22 20:04:45.271  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-326::rmemoria: Foreign key constraint added to examdst (request_id)
2017-02-22 20:04:45.271  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-326::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-326::rmemoria ran successfully in 32ms
2017-02-22 20:04:45.318  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-329::rmemoria: Foreign key constraint added to exammicroscopy (request_id)
2017-02-22 20:04:45.318  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-329::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-329::rmemoria ran successfully in 32ms
2017-02-22 20:04:45.349  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-332::rmemoria: Foreign key constraint added to report (workspace_id)
2017-02-22 20:04:45.349  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-332::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-332::rmemoria ran successfully in 31ms
2017-02-22 20:04:45.380  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-333::rmemoria: Foreign key constraint added to examrequest (case_id)
2017-02-22 20:04:45.380  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-333::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-333::rmemoria ran successfully in 31ms
2017-02-22 20:04:45.427  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-334::rmemoria: Foreign key constraint added to examrequest (laboratory_id)
2017-02-22 20:04:45.427  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-334::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-334::rmemoria ran successfully in 31ms
2017-02-22 20:04:45.458  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-335::rmemoria: Foreign key constraint added to examrequest (unit_id)
2017-02-22 20:04:45.458  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-335::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-335::rmemoria ran successfully in 31ms
2017-02-22 20:04:45.489  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-337::rmemoria: Foreign key constraint added to workspaceview (id)
2017-02-22 20:04:45.489  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-337::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-337::rmemoria ran successfully in 31ms
2017-02-22 20:04:45.521  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-338::rmemoria: Foreign key constraint added to examxpert (request_id)
2017-02-22 20:04:45.521  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-338::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-338::rmemoria ran successfully in 32ms
2017-02-22 20:04:45.552  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-339::rmemoria: Foreign key constraint added to caseresistancepattern (case_id)
2017-02-22 20:04:45.552  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-339::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-339::rmemoria ran successfully in 31ms
2017-02-22 20:04:45.583  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-383::rmemoria: Foreign key constraint added to treatmentmonitoring (case_id)
2017-02-22 20:04:45.583  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-383::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-383::rmemoria ran successfully in 31ms
2017-02-22 20:04:45.614  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-389::rmemoria: Foreign key constraint added to issue (case_id)
2017-02-22 20:04:45.614  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-389::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-389::rmemoria ran successfully in 31ms
2017-02-22 20:04:45.661  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-390::rmemoria: Foreign key constraint added to issue (unit_id)
2017-02-22 20:04:45.661  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-390::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-390::rmemoria ran successfully in 47ms
2017-02-22 20:04:45.693  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-391::rmemoria: Foreign key constraint added to issue (user_id)
2017-02-22 20:04:45.693  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-391::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-391::rmemoria ran successfully in 32ms
2017-02-22 20:04:45.724  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-392::rmemoria: Foreign key constraint added to issuefollowup (issue_id)
2017-02-22 20:04:45.724  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-392::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-392::rmemoria ran successfully in 31ms
2017-02-22 20:04:45.755  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-393::rmemoria: Foreign key constraint added to issuefollowup (unit_id)
2017-02-22 20:04:45.755  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-393::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-393::rmemoria ran successfully in 31ms
2017-02-22 20:04:45.802  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-394::rmemoria: Foreign key constraint added to issuefollowup (user_id)
2017-02-22 20:04:45.802  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-394::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-394::rmemoria ran successfully in 31ms
2017-02-22 20:04:45.833  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-399::rmemoria: Foreign key constraint added to examxpert (case_ID)
2017-02-22 20:04:45.833  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-399::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-399::rmemoria ran successfully in 31ms
2017-02-22 20:04:45.864  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-400::rmemoria: Foreign key constraint added to examxpert (laboratory_ID)
2017-02-22 20:04:45.864  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-400::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-400::rmemoria ran successfully in 31ms
2017-02-22 20:04:45.896  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-403::rmemoria: Foreign key constraint added to caseresistancepattern (resistpattern_id)
2017-02-22 20:04:45.896  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-403::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-403::rmemoria ran successfully in 32ms
2017-02-22 20:04:45.943  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-3::rmemoria: Foreign key constraint added to commandhistory (WORKSPACELOG_ID)
2017-02-22 20:04:45.943  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-3::rmemoria: ChangeSet /db/changelog/ini-database.xml::300-3::rmemoria ran successfully in 32ms
2017-02-22 20:04:45.974  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-4::rmemoria: Foreign key constraint added to commandhistory (USERLOG_ID)
2017-02-22 20:04:45.974  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-4::rmemoria: ChangeSet /db/changelog/ini-database.xml::300-4::rmemoria ran successfully in 31ms
2017-02-22 20:04:46.005  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-5::rmemoria: Foreign key constraint added to commandhistory (UNIT_ID)
2017-02-22 20:04:46.005  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-5::rmemoria: ChangeSet /db/changelog/ini-database.xml::300-5::rmemoria ran successfully in 31ms
2017-02-22 20:04:46.036  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-3::rmemoria: Foreign key constraint added to searchable (UNIT_ID)
2017-02-22 20:04:46.036  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-3::rmemoria: ChangeSet /db/changelog/ini-database.xml::searchable-3::rmemoria ran successfully in 31ms
2017-02-22 20:04:46.083  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-4::rmemoria: Foreign key constraint added to searchable (WORKSPACE_ID)
2017-02-22 20:04:46.083  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-4::rmemoria: ChangeSet /db/changelog/ini-database.xml::searchable-4::rmemoria ran successfully in 47ms
2017-02-22 20:04:46.099  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-5::rmemoria: Index idx_search created
2017-02-22 20:04:46.099  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-5::rmemoria: ChangeSet /db/changelog/ini-database.xml::searchable-5::rmemoria ran successfully in 16ms
2017-02-22 20:04:46.114  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-3::rmemoria: Index idx_cacheddata created
2017-02-22 20:04:46.114  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-3::rmemoria: ChangeSet /db/changelog/ini-database.xml::cacheddata-3::rmemoria ran successfully in 15ms
2017-02-22 20:04:46.130  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-4::rmemoria: Index idx_cache_expiry created
2017-02-22 20:04:46.130  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-4::rmemoria: ChangeSet /db/changelog/ini-database.xml::cacheddata-4::rmemoria ran successfully in 16ms
2017-02-22 20:04:46.161  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-5::rmemoria: Foreign key constraint added to cacheddata (workspace_id)
2017-02-22 20:04:46.161  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-5::rmemoria: ChangeSet /db/changelog/ini-database.xml::cacheddata-5::rmemoria ran successfully in 31ms
2017-02-22 20:04:46.208  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::formdata-2::rmemoria: Foreign key constraint added to formdata (WORKSPACE_ID)
2017-02-22 20:04:46.208  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::formdata-2::rmemoria: ChangeSet /db/changelog/ini-database.xml::formdata-2::rmemoria ran successfully in 47ms
2017-02-22 20:04:46.224  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::formdata-3::rmemoria: Index idx_formdata_idname created
2017-02-22 20:04:46.224  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::formdata-3::rmemoria: ChangeSet /db/changelog/ini-database.xml::formdata-3::rmemoria ran successfully in 16ms
2017-02-22 20:04:46.239  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-1::msantos: Table deletedentity created
2017-02-22 20:04:46.239  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-1::msantos: ChangeSet /db/changelog/ini-sync.xml::sync-1::msantos ran successfully in 15ms
2017-02-22 20:04:46.599  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-2::msantos: Custom SQL executed
2017-02-22 20:04:46.599  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-2::msantos: ChangeSet /db/changelog/ini-sync.xml::sync-2::msantos ran successfully in 360ms
2017-02-22 20:04:46.989  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-3::msantos: Custom SQL executed
2017-02-22 20:04:46.989  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-3::msantos: ChangeSet /db/changelog/ini-sync.xml::sync-3::msantos ran successfully in 390ms
2017-02-22 20:04:47.411  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-4::msantos: Custom SQL executed
2017-02-22 20:04:47.411  INFO 76456 --- [           main] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-4::msantos: ChangeSet /db/changelog/ini-sync.xml::sync-4::msantos ran successfully in 406ms
2017-02-22 20:04:47.411  INFO 76456 --- [           main] liquibase                                : Successfully released change log lock
2017-02-22 20:04:47.771  INFO 76456 --- [           main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2017-02-22 20:04:47.771  INFO 76456 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [
	name: default
	...]
2017-02-22 20:04:47.818  INFO 76456 --- [           main] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
2017-02-22 20:04:48.208  INFO 76456 --- [           main] o.h.tool.hbm2ddl.SchemaValidator         : HHH000229: Running schema validator
2017-02-22 20:05:01.255  WARN 76456 --- [           main] o.h.j.i.EntityManagerFactoryRegistry     : HHH000436: Entity manager factory name (default) is already registered.  If entity manager will be clustered or passivated, specify a unique value for property 'hibernate.ejb.entitymanager_factory_name'
2017-02-22 20:05:01.255  INFO 76456 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2017-02-22 20:05:01.349  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Initializing a new instance of dozer bean mapper.
2017-02-22 20:05:02.240  INFO 76456 --- [           main] o.s.w.s.v.f.FreeMarkerConfigurer         : ClassTemplateLoader for Spring macros added to FreeMarker configuration
2017-02-22 20:05:02.661  INFO 76456 --- [           main] o.m.e.commons.forms.FormConfiguration    : Scanning form type handlers
2017-02-22 20:05:02.724  INFO 76456 --- [           main] o.m.e.commons.forms.FormConfiguration    : Form request types found: command-types, timeZones, adminUnit, medicines, regimens, substances, unit, perms-tree, profiles, users, userViews, workspaces, manualTags
2017-02-22 20:05:04.505  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@4d251646: startup date [Wed Feb 22 20:04:33 EST 2017]; root of context hierarchy
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/message]}" onto public java.lang.String org.msh.etbm.test.TestRest.getMessage()
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/syncfile]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.test.TestRest.generateSyncFile() throws java.io.IOException
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/query]}" onto public java.lang.String org.msh.etbm.test.TestRest.testQuery(java.lang.String)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/form/readonly/{id}]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.test.TestRest.initFormReadOnly(java.util.UUID)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/form]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.test.TestRest.initForm()
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/indicator]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.test.TestRest.generateIndicator()
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/map],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.test.TestRest.mapTest(java.util.Map<java.lang.String, java.lang.Object>)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/mappintest]}" onto public java.lang.String org.msh.etbm.test.TestRest.mappingTest()
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.admunits.data.AdminUnitData org.msh.etbm.web.api.admin.AdminUnitsREST.get(java.util.UUID)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.AdminUnitsREST.update(java.util.UUID,org.msh.etbm.services.admin.admunits.data.AdminUnitFormData) throws org.springframework.validation.BindException
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.AdminUnitsREST.delete(java.util.UUID) throws org.springframework.validation.BindException
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.AdminUnitsREST.create(org.msh.etbm.services.admin.admunits.data.AdminUnitFormData) throws org.springframework.validation.BindException
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit/query],methods=[POST],produces=[application/json]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.AdminUnitsREST.query(org.msh.etbm.services.admin.admunits.AdminUnitQueryParams)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.admunits.data.AdminUnitFormData org.msh.etbm.web.api.admin.AdminUnitsREST.getFormData(java.util.UUID)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.ageranges.AgeRangeData org.msh.etbm.web.api.admin.AgeRangesREST.get(java.util.UUID)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.AgeRangesREST.update(java.util.UUID,org.msh.etbm.services.admin.ageranges.AgeRangeRequest)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.AgeRangesREST.delete(java.util.UUID)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.AgeRangesREST.create(org.msh.etbm.services.admin.ageranges.AgeRangeRequest)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.AgeRangesREST.query(org.msh.etbm.services.admin.ageranges.AgeRangesQueryParams)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.ageranges.AgeRangeFormData org.msh.etbm.web.api.admin.AgeRangesREST.getForm(java.util.UUID)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/cmdhistory],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.CmdHistoryRepREST.query(org.msh.etbm.services.admin.cmdhisotryrep.CmdHistoryRepQueryParams)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/todaycmdhistory],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.CmdHistoryRepREST.todayResult()
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.admunits.CountryStructureData org.msh.etbm.web.api.admin.CountryStructureREST.get(java.util.UUID)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.CountryStructureREST.update(java.util.UUID,org.msh.etbm.services.admin.admunits.CountryStructureFormData) throws org.springframework.validation.BindException
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.CountryStructureREST.delete(java.util.UUID) throws org.springframework.validation.BindException
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.CountryStructureREST.create(org.msh.etbm.services.admin.admunits.CountryStructureFormData) throws org.springframework.validation.BindException
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.CountryStructureREST.query(org.msh.etbm.services.admin.admunits.CountryStructureQueryParams)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.admunits.CountryStructureFormData org.msh.etbm.web.api.admin.CountryStructureREST.getFormData(java.util.UUID)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/errorlog],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.ErrorLogRepREST.query(org.msh.etbm.services.admin.errorlogrep.ErrorLogRepQueryParams)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/todayerrorlog],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.ErrorLogRepREST.todayResult()
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/onlineusers],methods=[POST]}" onto public java.util.List<org.msh.etbm.services.admin.onlinereport.OnlineUsersRepData> org.msh.etbm.web.api.admin.OnlineUsersRepREST.query()
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.products.ProductDetailedData org.msh.etbm.web.api.admin.ProductsREST.get(java.util.UUID)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.ProductsREST.update(java.util.UUID,org.msh.etbm.services.admin.products.ProductFormData)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.ProductsREST.delete(java.util.UUID)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.ProductsREST.create(org.msh.etbm.services.admin.products.ProductFormData)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.ProductsREST.query(org.msh.etbm.services.admin.products.ProductQueryParams)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.products.ProductFormData org.msh.etbm.web.api.admin.ProductsREST.getFormData(java.util.UUID)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.regimens.RegimenData org.msh.etbm.web.api.admin.RegimensREST.get(java.util.UUID)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.RegimensREST.update(java.util.UUID,org.msh.etbm.services.admin.regimens.RegimenFormData)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.RegimensREST.delete(java.util.UUID)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.RegimensREST.create(org.msh.etbm.services.admin.regimens.RegimenFormData)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.RegimensREST.query(org.msh.etbm.services.admin.regimens.RegimenQueryParams)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.regimens.RegimenFormData org.msh.etbm.web.api.admin.RegimensREST.getForm(java.util.UUID)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.sources.SourceData org.msh.etbm.web.api.admin.SourcesREST.get(java.util.UUID)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SourcesREST.update(java.util.UUID,org.msh.etbm.services.admin.sources.SourceFormData)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SourcesREST.delete(java.util.UUID)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SourcesREST.create(org.msh.etbm.services.admin.sources.SourceFormData)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.SourcesREST.query(org.msh.etbm.services.admin.sources.SourceQueryParams)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.sources.SourceFormData org.msh.etbm.web.api.admin.SourcesREST.getFormData(java.util.UUID)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.substances.SubstanceData org.msh.etbm.web.api.admin.SubstancesREST.get(java.util.UUID)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SubstancesREST.update(java.util.UUID,org.msh.etbm.services.admin.substances.SubstanceFormData)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SubstancesREST.delete(java.util.UUID)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SubstancesREST.create(org.msh.etbm.services.admin.substances.SubstanceFormData)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.SubstancesREST.query(org.msh.etbm.services.admin.substances.SubstanceQueryParams)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.substances.SubstanceFormData org.msh.etbm.web.api.admin.SubstancesREST.getFormData(java.util.UUID)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/sysconfig],methods=[GET]}" onto public org.msh.etbm.services.admin.sysconfig.SysConfigFormData org.msh.etbm.web.api.admin.SysConfigREST.readConfig()
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/sysconfig],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SysConfigREST.postConfig(org.msh.etbm.services.admin.sysconfig.SysConfigFormData)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.tags.TagData org.msh.etbm.web.api.admin.TagsREST.get(java.util.UUID)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.TagsREST.update(java.util.UUID,org.msh.etbm.services.admin.tags.TagFormData)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.TagsREST.delete(java.util.UUID)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.TagsREST.create(org.msh.etbm.services.admin.tags.TagFormData)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.TagsREST.query(org.msh.etbm.services.admin.tags.TagQueryParams)
2017-02-22 20:05:04.583  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.tags.TagFormData org.msh.etbm.web.api.admin.TagsREST.getForm(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.units.data.UnitDetailedData org.msh.etbm.web.api.admin.UnitsREST.get(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UnitsREST.update(java.util.UUID,org.msh.etbm.services.admin.units.data.UnitFormData) throws org.springframework.validation.BindException
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UnitsREST.delete(java.util.UUID) throws org.springframework.validation.BindException
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UnitsREST.create(org.msh.etbm.services.admin.units.data.UnitFormData) throws org.springframework.validation.BindException
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.units.data.UnitFormData org.msh.etbm.web.api.admin.UnitsREST.getFormData(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.UnitsREST.queryUnits(org.msh.etbm.services.admin.units.UnitQueryParams)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.userprofiles.UserProfileDetailedData org.msh.etbm.web.api.admin.UserProfileREST.get(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UserProfileREST.update(java.util.UUID,org.msh.etbm.services.admin.userprofiles.UserProfileFormData) throws org.springframework.validation.BindException
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UserProfileREST.delete(java.util.UUID) throws org.springframework.validation.BindException
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UserProfileREST.create(org.msh.etbm.services.admin.userprofiles.UserProfileFormData) throws org.springframework.validation.BindException
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.UserProfileREST.query(org.msh.etbm.services.admin.userprofiles.UserProfileQueryParams)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.userprofiles.UserProfileFormData org.msh.etbm.web.api.admin.UserProfileREST.getFormData(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/usersession],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.UserSessionsRepREST.query(org.msh.etbm.services.admin.sessionreport.UserSessionRepQueryParams)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/dailyusersession],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.UserSessionsRepREST.queryByDay(org.msh.etbm.services.admin.sessionreport.UserSessionRepQueryParams)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.usersws.data.UserWsDetailedData org.msh.etbm.web.api.admin.UsersWsREST.get(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UsersWsREST.update(java.util.UUID,org.msh.etbm.services.admin.usersws.data.UserWsFormData) throws org.springframework.validation.BindException
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UsersWsREST.delete(java.util.UUID) throws org.springframework.validation.BindException
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UsersWsREST.create(org.msh.etbm.services.admin.usersws.data.UserWsFormData) throws org.springframework.validation.BindException
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.UsersWsREST.query(org.msh.etbm.services.admin.usersws.UserWsQueryParams)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/updatepwd],methods=[POST]}" onto public void org.msh.etbm.web.api.admin.UsersWsREST.updatePassword(org.msh.etbm.services.admin.usersws.data.UserWsChangePwdFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/resetpwd],methods=[POST]}" onto public void org.msh.etbm.web.api.admin.UsersWsREST.resetPassword(org.msh.etbm.services.admin.usersws.data.UserWsChangePwdFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.usersws.data.UserWsFormData org.msh.etbm.web.api.admin.UsersWsREST.getFormData(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.workspaces.WorkspaceDetailData org.msh.etbm.web.api.admin.WorkspacesREST.get(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.WorkspacesREST.update(java.util.UUID,org.msh.etbm.services.admin.workspaces.WorkspaceRequest)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.WorkspacesREST.delete(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.WorkspacesREST.create(org.msh.etbm.services.admin.workspaces.WorkspaceFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.WorkspacesREST.query(org.msh.etbm.services.admin.workspaces.WorkspaceQueryParams)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.workspaces.WorkspaceFormData org.msh.etbm.web.api.admin.WorkspacesREST.getFormData(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/auth/login],methods=[POST]}" onto public org.msh.etbm.web.api.authentication.LoginResponse org.msh.etbm.web.api.authentication.AuthenticatorREST.login(org.msh.etbm.web.api.authentication.LoginRequest,javax.servlet.http.HttpServletRequest)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/auth/logout],methods=[GET]}" onto public void org.msh.etbm.web.api.authentication.AuthenticatorREST.logout(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/auth/workspaces],methods=[POST]}" onto public java.util.List<org.msh.etbm.services.security.authentication.WorkspaceInfo> org.msh.etbm.web.api.authentication.AuthenticatorREST.getWorkspaces(org.msh.etbm.web.api.authentication.WorkspacesRequest)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/reopen/{caseId}],methods=[GET]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseCloseREST.reopenCase(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/close],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseCloseREST.closeCase(org.msh.etbm.services.cases.caseclose.CaseCloseData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/casecomment/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseCommentsREST.update(java.util.UUID,org.msh.etbm.services.cases.comments.CaseCommentFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/casecomment/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseCommentsREST.delete(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/casecomment],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseCommentsREST.create(org.msh.etbm.services.cases.comments.CaseCommentFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/casecomment/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.comments.CaseCommentFormData org.msh.etbm.web.api.cases.CaseCommentsREST.getForm(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/comorbidity/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseComorbiditiesREST.updateComorbidity(java.util.UUID,org.msh.etbm.services.cases.comorbidity.CaseComorbiditiesData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/contact/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.contacts.CaseContactData org.msh.etbm.web.api.cases.CaseContactsREST.get(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/contact/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseContactsREST.update(java.util.UUID,org.msh.etbm.services.cases.contacts.CaseContactFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/contact],methods=[GET]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.CaseContactsREST.init()
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/contact/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseContactsREST.delete(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/contact],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseContactsREST.create(org.msh.etbm.services.cases.contacts.CaseContactFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/contact/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.CaseContactsREST.query(org.msh.etbm.services.cases.contacts.CaseContactQueryParams)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/contact/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.contacts.CaseContactFormData org.msh.etbm.web.api.cases.CaseContactsREST.getForm(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/edit/save],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseEditREST.saveEdit(org.msh.etbm.services.cases.cases.data.CaseEditFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/edit/form/{id}]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.CaseEditREST.initForm(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/undotransferout/{caseId}],methods=[GET]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseMoveREST.undoTransferOut(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/transferin],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseMoveREST.transferIn(org.msh.etbm.services.cases.casemove.CaseMoveRequest)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/transferout],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseMoveREST.transferOut(org.msh.etbm.services.cases.casemove.CaseMoveRequest)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.prevtreats.CasePrevTreatData org.msh.etbm.web.api.cases.CasePrevTreatsREST.get(java.util.UUID,java.lang.String,java.lang.String)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CasePrevTreatsREST.update(java.util.UUID,org.msh.etbm.services.cases.prevtreats.CasePrevTreatFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat],methods=[GET]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.CasePrevTreatsREST.init(java.lang.String,java.util.UUID,java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CasePrevTreatsREST.delete(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CasePrevTreatsREST.create(org.msh.etbm.services.cases.prevtreats.CasePrevTreatFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.CasePrevTreatsREST.query(org.msh.etbm.services.cases.prevtreats.CasePrevTreatQueryParams)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.prevtreats.CasePrevTreatFormData org.msh.etbm.web.api.cases.CasePrevTreatsREST.getForm(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat/form],methods=[POST]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.CasePrevTreatsREST.initForm(org.msh.etbm.web.api.cases.CaseFormRequest)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/report/exec],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseReportsREST.get(org.msh.etbm.services.cases.reports.ReportExecRequest)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/report/delete/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseReportsREST.delete(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/report/save/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseReportsREST.updateReport(java.util.UUID,org.msh.etbm.services.cases.reports.CaseReportFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/report/save],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseReportsREST.saveReport(org.msh.etbm.services.cases.reports.CaseReportFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/report/query],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseReportsREST.queryReports()
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/report/init],methods=[POST]}" onto public org.msh.etbm.services.cases.indicators.CaseIndicatorInitResponse org.msh.etbm.web.api.cases.CaseReportsREST.getInitData()
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/report/ind/exec],methods=[POST]}" onto public org.msh.etbm.services.cases.indicators.CaseIndicatorResponse org.msh.etbm.web.api.cases.CaseReportsREST.generateIndicator(org.msh.etbm.services.cases.indicators.CaseIndicatorRequest)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/search/init],methods=[POST]}" onto public org.msh.etbm.services.cases.search.CaseSearchInitResponse org.msh.etbm.web.api.cases.CaseSearchREST.init()
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/search],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult<org.msh.etbm.services.cases.search.CaseData> org.msh.etbm.web.api.cases.CaseSearchREST.search(org.msh.etbm.services.cases.search.CaseSearchRequest)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/sideeffect/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.sideeffects.CaseSideEffectData org.msh.etbm.web.api.cases.CaseSideEffectsREST.get(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/sideeffect/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseSideEffectsREST.update(java.util.UUID,org.msh.etbm.services.cases.sideeffects.CaseSideEffectFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/sideeffect/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseSideEffectsREST.delete(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/sideeffect],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseSideEffectsREST.create(org.msh.etbm.services.cases.sideeffects.CaseSideEffectFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/sideeffect/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.CaseSideEffectsREST.query(org.msh.etbm.services.cases.sideeffects.CaseSideEffectQueryParams)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/sideeffect/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.sideeffects.CaseSideEffectFormData org.msh.etbm.web.api.cases.CaseSideEffectsREST.getForm(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/case/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.cases.data.CaseDetailedData org.msh.etbm.web.api.cases.CasesREST.get(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/case/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CasesREST.delete(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/case/form/readonly/{id}]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.CasesREST.initReadOnlyForm(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/view/adminunit],methods=[POST]}" onto public java.util.List<org.msh.etbm.services.cases.view.PlaceData> org.msh.etbm.web.api.cases.CasesViewREST.generateReport(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/view],methods=[POST]}" onto public java.util.List<org.msh.etbm.services.cases.view.PlaceData> org.msh.etbm.web.api.cases.CasesViewREST.generateReport()
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/view/places],methods=[POST]}" onto public java.util.List<org.msh.etbm.services.cases.view.PlaceData> org.msh.etbm.web.api.cases.CasesViewREST.generateReportByAdminUnit(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/tag/update],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseTagsREST.updateManualTags(org.msh.etbm.services.cases.tag.CaseTagsFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/tag/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.CaseTagsREST.getTagCases(org.msh.etbm.services.cases.tag.TagCasesQueryParams)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/validate/{id}],methods=[GET]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseValidateREST.get(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examcul/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examculture.ExamCulData org.msh.etbm.web.api.cases.ExamCultureREST.get(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examcul/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamCultureREST.update(java.util.UUID,org.msh.etbm.services.cases.followup.examculture.ExamCulFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examculture/init],methods=[POST]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.ExamCultureREST.init(java.util.UUID,java.lang.String,java.lang.String)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examcul/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamCultureREST.delete(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examcul],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamCultureREST.create(org.msh.etbm.services.cases.followup.examculture.ExamCulFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examcul/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.ExamCultureREST.query(org.msh.etbm.commons.entities.query.EntityQueryParams)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examcul/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examculture.ExamCulFormData org.msh.etbm.web.api.cases.ExamCultureREST.getForm(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examdst/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examdst.ExamDSTData org.msh.etbm.web.api.cases.ExamDSTREST.get(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examdst/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamDSTREST.update(java.util.UUID,org.msh.etbm.services.cases.followup.examdst.ExamDSTFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examdst/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamDSTREST.delete(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examdst],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamDSTREST.create(org.msh.etbm.services.cases.followup.examdst.ExamDSTFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examdst/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.ExamDSTREST.query(org.msh.etbm.commons.entities.query.EntityQueryParams)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examdst/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examdst.ExamDSTFormData org.msh.etbm.web.api.cases.ExamDSTREST.getForm(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examhiv/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examhiv.ExamHIVData org.msh.etbm.web.api.cases.ExamHIVREST.get(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examhiv/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamHIVREST.update(java.util.UUID,org.msh.etbm.services.cases.followup.examhiv.ExamHIVFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examhiv/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamHIVREST.delete(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examhiv],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamHIVREST.create(org.msh.etbm.services.cases.followup.examhiv.ExamHIVFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examhiv/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.ExamHIVREST.query(org.msh.etbm.commons.entities.query.EntityQueryParams)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examhiv/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examhiv.ExamHIVFormData org.msh.etbm.web.api.cases.ExamHIVREST.getForm(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/exammic/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.exammic.ExamMicData org.msh.etbm.web.api.cases.ExamMicroscopyREST.get(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/exammic/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamMicroscopyREST.update(java.util.UUID,org.msh.etbm.services.cases.followup.exammic.ExamMicFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/exammic/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamMicroscopyREST.delete(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/exammic],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamMicroscopyREST.create(org.msh.etbm.services.cases.followup.exammic.ExamMicFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/exammic/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.ExamMicroscopyREST.query(org.msh.etbm.commons.entities.query.EntityQueryParams)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/exammic/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.exammic.ExamMicFormData org.msh.etbm.web.api.cases.ExamMicroscopyREST.getForm(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxpert/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examxpert.ExamXpertData org.msh.etbm.web.api.cases.ExamXpertREST.get(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxpert/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamXpertREST.update(java.util.UUID,org.msh.etbm.services.cases.followup.examxpert.ExamXpertFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxpert/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamXpertREST.delete(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxpert],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamXpertREST.create(org.msh.etbm.services.cases.followup.examxpert.ExamXpertFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxpert/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.ExamXpertREST.query(org.msh.etbm.commons.entities.query.EntityQueryParams)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxpert/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examxpert.ExamXpertFormData org.msh.etbm.web.api.cases.ExamXpertREST.getForm(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxray/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examxray.ExamXRayData org.msh.etbm.web.api.cases.ExamXRayREST.get(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxray/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamXRayREST.update(java.util.UUID,org.msh.etbm.services.cases.followup.examxray.ExamXRayFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxray/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamXRayREST.delete(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxray],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamXRayREST.create(org.msh.etbm.services.cases.followup.examxray.ExamXRayFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxray/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.ExamXRayREST.query(org.msh.etbm.commons.entities.query.EntityQueryParams)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxray/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examxray.ExamXRayFormData org.msh.etbm.web.api.cases.ExamXRayREST.getForm(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/followups/{caseId}],methods=[GET]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.FollowUpREST.get(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issuefollowup/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.IssueFollowUpsREST.update(java.util.UUID,org.msh.etbm.services.cases.issues.followup.IssueFollowUpFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issuefollowup/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.IssueFollowUpsREST.delete(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issuefollowup],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.IssueFollowUpsREST.create(org.msh.etbm.services.cases.issues.followup.IssueFollowUpFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issuefollowup/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.issues.followup.IssueFollowUpFormData org.msh.etbm.web.api.cases.IssueFollowUpsREST.getForm(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issue/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.IssuesREST.update(java.util.UUID,org.msh.etbm.services.cases.issues.IssueFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issue/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.IssuesREST.delete(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issue],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.IssuesREST.create(org.msh.etbm.services.cases.issues.IssueFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issue/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.issues.IssueFormData org.msh.etbm.web.api.cases.IssuesREST.getForm(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/medexam/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.medexam.MedExamData org.msh.etbm.web.api.cases.MedicalExaminationREST.get(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/medexam/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.MedicalExaminationREST.update(java.util.UUID,org.msh.etbm.services.cases.followup.medexam.MedExamFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/medexam/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.MedicalExaminationREST.delete(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/medexam],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.MedicalExaminationREST.create(org.msh.etbm.services.cases.followup.medexam.MedExamFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/medexam/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.MedicalExaminationREST.query(org.msh.etbm.commons.entities.query.EntityQueryParams)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/medexam/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.medexam.MedExamFormData org.msh.etbm.web.api.cases.MedicalExaminationREST.getForm(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/newnotif],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.NewNotificationREST.create(org.msh.etbm.services.cases.cases.data.NewNotificationFormData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/newnotif/form]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.NewNotificationREST.initForm(org.msh.etbm.services.cases.cases.data.NewNotificationInitFormReq)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/patient/search],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult<org.msh.etbm.services.cases.patient.PatientSearchItem> org.msh.etbm.web.api.cases.PatientREST.query(org.msh.etbm.services.cases.patient.PatientQueryParams)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/summary],methods=[POST]}" onto public org.msh.etbm.web.api.cases.SummaryViewRespose org.msh.etbm.web.api.cases.SummaryViewREST.getSummary(org.msh.etbm.services.cases.summary.SummaryRequest)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/unit/{unitID}],methods=[POST]}" onto public org.msh.etbm.services.cases.view.unitview.UnitViewData org.msh.etbm.web.api.cases.SummaryViewREST.getUnitView(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/suspectfollowup],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.SuspectFollowUpREST.save(org.msh.etbm.services.cases.suspectfollowup.SuspectFollowUpData)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/suspectfollowup/initform/{cla}],methods=[GET]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.SuspectFollowUpREST.initForm(java.lang.String)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/{caseId}],methods=[GET]}" onto public org.msh.etbm.services.cases.treatment.data.TreatmentData org.msh.etbm.web.api.cases.TreatmentREST.get(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/followup],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.TreatmentREST.update(org.msh.etbm.services.cases.treatment.followup.TreatFollowupUpdateRequest)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/update],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.TreatmentREST.updateTreatment(org.msh.etbm.services.cases.treatment.edit.TreatmentUpdateRequest)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/prescription/add],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.TreatmentREST.addPrescription(org.msh.etbm.services.cases.treatment.edit.AddMedicineRequest)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/undo/{caseId}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.TreatmentREST.undoTreatment(java.util.UUID)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/prescription/update],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.TreatmentREST.updatePrescription(org.msh.etbm.services.cases.treatment.edit.PrescriptionUpdateRequest)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/start],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.TreatmentREST.startStandardRegimen(org.msh.etbm.services.cases.treatment.start.StartTreatmentRequest)
2017-02-22 20:05:04.599  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/prescription/delete/{prescriptionId}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.TreatmentREST.deletePrescription(java.util.UUID)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/dashboard/generate],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.dashboard.DashboardREST.generate(org.msh.etbm.services.dashboard.DashboardRequest)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/form/request],methods=[POST]}" onto public java.util.Map<java.lang.String, java.lang.Object> org.msh.etbm.web.api.forms.FormREST.initFields(java.util.List<org.msh.etbm.commons.forms.FormRequest>)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/forms/{formId}],methods=[GET]}" onto public org.msh.etbm.commons.forms.data.Form org.msh.etbm.web.api.forms.FormsREST.getForm(java.lang.String)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/init/workspace],methods=[POST]}" onto public java.util.UUID org.msh.etbm.web.api.init.RegisterWorkspaceRest.registerWorkspace(org.msh.etbm.services.init.RegisterWorkspaceRequest)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/models/{modelId}],methods=[GET]}" onto public org.msh.etbm.commons.models.data.Model org.msh.etbm.web.api.model.ModelsREST.getModel(java.lang.String)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/models/update],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.model.ModelsREST.updateModel(org.msh.etbm.commons.models.data.Model)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/models],methods=[GET]}" onto public java.util.List<org.msh.etbm.commons.Item<java.lang.String>> org.msh.etbm.web.api.model.ModelsREST.getAllModels()
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/client/init/initialize],methods=[POST]}" onto public org.msh.etbm.services.offline.StatusResponse org.msh.etbm.web.api.offline.ClientInitREST.initialize(org.msh.etbm.services.offline.client.ServerCredentialsData)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/client/init/status],methods=[GET]}" onto public org.msh.etbm.services.offline.StatusResponse org.msh.etbm.web.api.offline.ClientInitREST.initStatus()
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/client/init/workspaces],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.offline.ClientInitREST.findWorkspaces(org.msh.etbm.services.offline.client.ServerCredentialsData)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/client/sync/synchronize],methods=[POST]}" onto public org.msh.etbm.services.offline.StatusResponse org.msh.etbm.web.api.offline.ClientSyncREST.initialize(org.msh.etbm.services.offline.client.ServerCredentialsData)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/client/sync/status],methods=[GET]}" onto public org.msh.etbm.services.offline.StatusResponse org.msh.etbm.web.api.offline.ClientSyncREST.initStatus()
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/server/inifile],methods=[GET]}" onto public void org.msh.etbm.web.api.offline.ServerInitREST.downloadIniFile(javax.servlet.http.HttpServletResponse) throws java.io.FileNotFoundException,java.io.IOException
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/server/sync/status/{token}],methods=[GET]}" onto public org.msh.etbm.services.offline.StatusResponse org.msh.etbm.web.api.offline.ServerSyncREST.getStatus(java.lang.String)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/server/sync/start],methods=[POST]}" onto public org.msh.etbm.services.offline.StatusResponse org.msh.etbm.web.api.offline.ServerSyncREST.startSync(org.springframework.web.multipart.MultipartFile)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/server/sync/end/{token}],methods=[GET]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.offline.ServerSyncREST.endSync(java.lang.String)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/server/sync/response/{token}],methods=[GET]}" onto public void org.msh.etbm.web.api.offline.ServerSyncREST.downloadResponseFile(java.lang.String,javax.servlet.http.HttpServletResponse) throws java.io.FileNotFoundException,java.io.IOException
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/pub/forgotpwd],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.pub.ForgotPwdREST.requestNewPwd(java.lang.String)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/pub/updatepwd],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.pub.PasswordUpdateREST.updatePassword(org.msh.etbm.services.security.password.PasswordUpdateRequest)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/pub/pwdtokeninfo/{token}],methods=[POST]}" onto public org.msh.etbm.services.pub.PwdResetTokenResponse org.msh.etbm.web.api.pub.PasswordUpdateREST.getUserInfoByToken(java.lang.String)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/pub/selfreg],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.pub.SelfRegistrationREST.register(org.msh.etbm.services.pub.SelfRegistrationRequest)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/changepassword],methods=[POST]}" onto public void org.msh.etbm.web.api.session.ChangePasswordREST.updateUserSettings(org.msh.etbm.services.session.changepassword.ChangePasswordFormData)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/session/search],methods=[POST]}" onto public java.util.List<org.msh.etbm.services.session.search.SearchResponse> org.msh.etbm.web.api.session.SearchREST.searchByKey(org.msh.etbm.services.session.search.SearchRequest)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/session],methods=[POST]}" onto public org.msh.etbm.services.session.usersession.UserSessionResponse org.msh.etbm.web.api.session.UserSessionRest.getUserSession(javax.servlet.http.HttpServletRequest)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/changews/{userwsId}],methods=[POST]}" onto public org.msh.etbm.web.api.session.ChangeWsResponse org.msh.etbm.web.api.session.UserSessionRest.changeWorkspace(javax.servlet.http.HttpServletRequest,java.util.UUID)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/workspaces],methods=[POST]}" onto public java.util.List<org.msh.etbm.commons.SynchronizableItem> org.msh.etbm.web.api.session.UserSessionRest.getUserWorkspaces()
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/usersettings],methods=[GET]}" onto public org.msh.etbm.services.session.usersettings.UserSettingsFormData org.msh.etbm.web.api.session.UserSettingsREST.getUserSettings()
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/usersettings],methods=[POST]}" onto public void org.msh.etbm.web.api.session.UserSettingsREST.updateUserSettings(org.msh.etbm.services.session.usersettings.UserSettingsFormData)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/info]}" onto public org.msh.etbm.services.sys.info.SystemInformation org.msh.etbm.web.api.sys.SystemRest.getInformation(java.lang.String,java.lang.String)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/]}" onto public java.lang.String org.msh.etbm.web.templates.IndexController.welcome(java.util.Map<java.lang.String, java.lang.Object>,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2017-02-22 20:05:04.615  INFO 76456 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-02-22 20:05:04.693  INFO 76456 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-02-22 20:05:04.693  INFO 76456 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-02-22 20:05:04.724  INFO 76456 --- [           main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in exceptionHandlingController
2017-02-22 20:05:04.724  INFO 76456 --- [           main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in unexpectedExceptionHandlingController
2017-02-22 20:05:04.755  INFO 76456 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-02-22 20:05:05.208  INFO 76456 --- [           main] s.a.ScheduledAnnotationBeanPostProcessor : No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
2017-02-22 20:05:05.208  INFO 76456 --- [           main] o.m.e.test.services.pub.ForgotPwdTest    : Started ForgotPwdTest in 31.484 seconds (JVM running for 83.077)
2017-02-22 20:05:05.224  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : Initializing database: running setup-database.sql
2017-02-22 20:05:05.224  INFO 76456 --- [           main] o.s.jdbc.datasource.init.ScriptUtils     : Executing SQL script from class path resource [setup-database.sql]
2017-02-22 20:05:05.224  INFO 76456 --- [           main] o.s.jdbc.datasource.init.ScriptUtils     : Executed SQL script from class path resource [setup-database.sql] in 0 ms.
2017-02-22 20:05:05.224  INFO 76456 --- [           main] o.h.h.i.QueryTranslatorFactoryInitiator  : HHH000397: Using ASTQueryTranslatorFactory
2017-02-22 20:05:05.224  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using the following xml files to load custom mappings for the bean mapper instance: [dozer/config.mapper.xml, dozer/global.mapper.xml, dozer/adminunit.mapper.xml, dozer/unit.mapper.xml, dozer/source.mapper.xml, dozer/product.mapper.xml, dozer/substance.mapper.xml, dozer/workspace.mapper.xml, dozer/userws.mapper.xml, dozer/regimen.mapper.xml, dozer/sysconfig.mapper.xml, dozer/followup.mapper.xml, dozer/case.mapper.xml, dozer/prevtbtreatment.mapper.xml]
2017-02-22 20:05:05.224  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/config.mapper.xml
2017-02-22 20:05:05.224  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/config.mapper.xml] to load custom xml mappings
2017-02-22 20:05:05.240  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/config.mapper.xml]
2017-02-22 20:05:05.240  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/global.mapper.xml
2017-02-22 20:05:05.240  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/global.mapper.xml] to load custom xml mappings
2017-02-22 20:05:05.240  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/global.mapper.xml]
2017-02-22 20:05:05.240  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/adminunit.mapper.xml
2017-02-22 20:05:05.240  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/adminunit.mapper.xml] to load custom xml mappings
2017-02-22 20:05:05.240  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/adminunit.mapper.xml]
2017-02-22 20:05:05.240  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/unit.mapper.xml
2017-02-22 20:05:05.240  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/unit.mapper.xml] to load custom xml mappings
2017-02-22 20:05:05.240  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/unit.mapper.xml]
2017-02-22 20:05:05.240  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/source.mapper.xml
2017-02-22 20:05:05.240  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/source.mapper.xml] to load custom xml mappings
2017-02-22 20:05:05.240  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/source.mapper.xml]
2017-02-22 20:05:05.240  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/product.mapper.xml
2017-02-22 20:05:05.240  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/product.mapper.xml] to load custom xml mappings
2017-02-22 20:05:05.240  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/product.mapper.xml]
2017-02-22 20:05:05.240  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/substance.mapper.xml
2017-02-22 20:05:05.240  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/substance.mapper.xml] to load custom xml mappings
2017-02-22 20:05:05.255  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/substance.mapper.xml]
2017-02-22 20:05:05.255  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/workspace.mapper.xml
2017-02-22 20:05:05.255  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/workspace.mapper.xml] to load custom xml mappings
2017-02-22 20:05:05.255  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/workspace.mapper.xml]
2017-02-22 20:05:05.255  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/userws.mapper.xml
2017-02-22 20:05:05.255  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/userws.mapper.xml] to load custom xml mappings
2017-02-22 20:05:05.255  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/userws.mapper.xml]
2017-02-22 20:05:05.255  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/regimen.mapper.xml
2017-02-22 20:05:05.255  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/regimen.mapper.xml] to load custom xml mappings
2017-02-22 20:05:05.255  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/regimen.mapper.xml]
2017-02-22 20:05:05.255  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/sysconfig.mapper.xml
2017-02-22 20:05:05.255  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/sysconfig.mapper.xml] to load custom xml mappings
2017-02-22 20:05:05.255  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/sysconfig.mapper.xml]
2017-02-22 20:05:05.255  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/followup.mapper.xml
2017-02-22 20:05:05.255  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/followup.mapper.xml] to load custom xml mappings
2017-02-22 20:05:05.255  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/followup.mapper.xml]
2017-02-22 20:05:05.255  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/case.mapper.xml
2017-02-22 20:05:05.255  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/case.mapper.xml] to load custom xml mappings
2017-02-22 20:05:05.271  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/case.mapper.xml]
2017-02-22 20:05:05.271  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/prevtbtreatment.mapper.xml
2017-02-22 20:05:05.271  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/prevtbtreatment.mapper.xml] to load custom xml mappings
2017-02-22 20:05:05.271  INFO 76456 --- [           main] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/prevtbtreatment.mapper.xml]
2017-02-22 20:05:05.271  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : Initializing workspace and admin user
2017-02-22 20:05:05.396  INFO 76456 --- [127.0.0.1:64014] com.icegreen.greenmail.smtp.SmtpManager  : Created user login rmemoria@msh.org for address rmemoria@msh.org with password rmemoria@msh.org because it didn't exist before.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.704 sec - in org.msh.etbm.test.services.pub.ForgotPwdTest
Running org.msh.etbm.test.services.UserSettingsTest
2017-02-22 20:05:05.412  INFO 76456 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2017-02-22 20:05:05.412  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2017-02-22 20:05:05.412  INFO 76456 --- [           main] o.s.t.c.web.WebTestContextBootstrapper   : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@42b47c3, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@18880c28, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@919ebd1, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4d67be11, org.springframework.test.context.transaction.TransactionalTestExecutionListener@132cfd21, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4b9d5a20, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@d1c77e1, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@7dfbc765, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@94ae80e, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@28a7ef5d, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@466a36d7, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@65891190]
2017-02-22 20:05:05.427  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
2017-02-22 20:05:05.474  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
2017-02-22 20:05:05.505  INFO 76456 --- [           main] org.msh.etbm.test.TestSetup              : User admin authenticated
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec - in org.msh.etbm.test.services.UserSettingsTest
2017-02-22 20:05:05.537  INFO 76456 --- [       Thread-2] o.s.w.c.s.GenericWebApplicationContext   : Closing org.springframework.web.context.support.GenericWebApplicationContext@2687f956: startup date [Wed Feb 22 20:03:44 EST 2017]; root of context hierarchy
2017-02-22 20:05:05.537  INFO 76456 --- [       Thread-5] o.s.w.c.s.GenericWebApplicationContext   : Closing org.springframework.web.context.support.GenericWebApplicationContext@4d251646: startup date [Wed Feb 22 20:04:33 EST 2017]; root of context hierarchy
2017-02-22 20:05:05.537  INFO 76456 --- [       Thread-2] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2017-02-22 20:05:05.537  INFO 76456 --- [       Thread-5] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'

Results :

Tests run: 85, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ etbmanager ---
[INFO] Building jar: C:\apps\jenkins\workspace\eTBM 3 (development)\target\etbmanager-3.0.0.jar
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:copy (copy) @ etbmanager ---
[INFO] Configured Artifact: com.sun.winsw:winsw:bin:?:exe
[INFO] Copying winsw-1.19.1-bin.exe to C:\apps\jenkins\workspace\eTBM 3 (development)\target\dist\service.exe
[INFO] 
[INFO] --- maven-assembly-plugin:2.5.5:single (assembly) @ etbmanager ---
[INFO] Reading assembly descriptor: src/main/assembly/unix.xml
[INFO] Reading assembly descriptor: src/main/assembly/windows.xml
[INFO] Building zip: C:\apps\jenkins\workspace\eTBM 3 (development)\target\etbmanager-3.0.0-unix.zip
[INFO] Building zip: C:\apps\jenkins\workspace\eTBM 3 (development)\target\etbmanager-3.0.0-windows.zip
[INFO] 
[INFO] --- spring-boot-maven-plugin:1.3.5.RELEASE:repackage (default) @ etbmanager ---
[INFO] 
[INFO] --- spring-boot-maven-plugin:1.3.5.RELEASE:start (pre-integration-test) @ etbmanager ---
           _______ ____    __  __
          |__   __|  _ \  |  \/  |
   ___ ______| |  | |_) | | \  / | __ _ _ __   __ _  __ _  ___ _ __
  / _ \______| |  |  _ <  | |\/| |/ _` | '_ \ / _` |/ _` |/ _ \ '__|
 |  __/      | |  | |_) | | |  | | (_| | | | | (_| | (_| |  __/ |
  \___|      |_|  |____/  |_|  |_|\__,_|_| |_|\__,_|\__, |\___|_|
                                                     __/ |
                                                    |___/

Copyright (c) 2005 Management Sciences for Health, Inc. All rights reserved.


2017-02-22 20:05:17.177  INFO 74116 --- [lication.main()] org.msh.etbm.Application                 : Starting Application on DC-CPM-APP02 with PID 74116 (started by jenkins in C:\apps\jenkins\workspace\eTBM 3 (development))
2017-02-22 20:05:17.193  INFO 74116 --- [lication.main()] org.msh.etbm.Application                 : No active profile set, falling back to default profiles: default
2017-02-22 20:05:17.255  INFO 74116 --- [lication.main()] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@44bb5835: startup date [Wed Feb 22 20:05:17 EST 2017]; root of context hierarchy
2017-02-22 20:05:19.708  INFO 74116 --- [lication.main()] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2017-02-22 20:05:19.927  INFO 74116 --- [lication.main()] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$438e306b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2017-02-22 20:05:20.162  INFO 74116 --- [lication.main()] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cache.annotation.ProxyCachingConfiguration' of type [class org.springframework.cache.annotation.ProxyCachingConfiguration$$EnhancerBySpringCGLIB$$8ca06689] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2017-02-22 20:05:20.896  INFO 74116 --- [lication.main()] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
2017-02-22 20:05:20.912  INFO 74116 --- [lication.main()] o.apache.catalina.core.StandardService   : Starting service Tomcat
2017-02-22 20:05:20.912  INFO 74116 --- [lication.main()] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.5.6
2017-02-22 20:05:21.005  INFO 74116 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2017-02-22 20:05:21.005  INFO 74116 --- [ost-startStop-1] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 3750 ms
2017-02-22 20:05:21.318  INFO 74116 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Mapping servlet: 'dispatcherServlet' to [/]
2017-02-22 20:05:21.318  INFO 74116 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'characterEncodingFilter' to: [/*]
2017-02-22 20:05:21.318  INFO 74116 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2017-02-22 20:05:21.318  INFO 74116 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2017-02-22 20:05:21.318  INFO 74116 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'requestContextFilter' to: [/*]
2017-02-22 20:05:22.490  INFO 74116 --- [lication.main()] liquibase                                : Successfully acquired change log lock
2017-02-22 20:05:22.490  INFO 74116 --- [lication.main()] liquibase                                : Dropping Database Objects in schema: etbm3_test.etbm3_test
2017-02-22 20:05:23.974  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:23.990  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:23.990  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.005  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.021  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.021  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.021  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.037  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.037  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.052  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.052  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.068  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.068  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.084  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.084  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.099  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.115  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.115  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.130  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.146  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.146  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.162  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.162  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.177  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.177  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.193  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.193  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.209  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.209  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.224  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.224  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.224  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.240  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.240  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.255  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.255  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.255  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.271  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.271  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.287  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.287  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.302  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.302  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.302  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.318  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.318  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.334  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.334  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.334  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.349  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.349  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.365  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.365  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.380  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.380  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.396  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.396  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.412  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.412  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.412  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.427  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.427  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.443  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.443  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.443  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.459  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.474  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.490  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.490  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.505  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.505  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.521  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.521  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.537  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.537  WARN 74116 --- [lication.main()] liquibase                                : Database does not support drop with cascade
2017-02-22 20:05:24.599  INFO 74116 --- [lication.main()] liquibase                                : Successfully acquired change log lock
2017-02-22 20:05:24.880  INFO 74116 --- [lication.main()] liquibase                                : Creating database history table with name: etbm3_test.DATABASECHANGELOG
2017-02-22 20:05:24.896  INFO 74116 --- [lication.main()] liquibase                                : Reading from etbm3_test.DATABASECHANGELOG
2017-02-22 20:05:25.115  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-1::rmemoria: Table administrativeunit created
2017-02-22 20:05:25.115  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-1::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-1::rmemoria ran successfully in 16ms
2017-02-22 20:05:25.130  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-2::rmemoria: Table agerange created
2017-02-22 20:05:25.130  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-2::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-2::rmemoria ran successfully in 15ms
2017-02-22 20:05:25.162  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-3::rmemoria: Table batch created
2017-02-22 20:05:25.162  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-3::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-3::rmemoria ran successfully in 16ms
2017-02-22 20:05:25.177  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-4::rmemoria: Table batchdispensing created
2017-02-22 20:05:25.177  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-4::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-4::rmemoria ran successfully in 15ms
2017-02-22 20:05:25.209  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-5::rmemoria: Table batchmovement created
2017-02-22 20:05:25.209  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-5::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-5::rmemoria ran successfully in 16ms
2017-02-22 20:05:25.240  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-7::rmemoria: Table casecomment created
2017-02-22 20:05:25.240  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-7::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-7::rmemoria ran successfully in 31ms
2017-02-22 20:05:25.255  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-9::rmemoria: Table caseresistancepattern created
2017-02-22 20:05:25.255  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-9::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-9::rmemoria ran successfully in 15ms
2017-02-22 20:05:25.287  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-10::rmemoria: Table casesideeffect created
2017-02-22 20:05:25.287  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-10::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-10::rmemoria ran successfully in 32ms
2017-02-22 20:05:25.318  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-11::rmemoria: Table countrystructure created
2017-02-22 20:05:25.318  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-11::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-11::rmemoria ran successfully in 31ms
2017-02-22 20:05:25.334  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-12::rmemoria: Table errorlog created
2017-02-22 20:05:25.334  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-12::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-12::rmemoria ran successfully in 16ms
2017-02-22 20:05:25.349  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-13::rmemoria: Table examculture created
2017-02-22 20:05:25.349  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-13::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-13::rmemoria ran successfully in 15ms
2017-02-22 20:05:25.380  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-14::rmemoria: Table examdst created
2017-02-22 20:05:25.380  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-14::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-14::rmemoria ran successfully in 15ms
2017-02-22 20:05:25.396  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-16::rmemoria: Table examhiv created
2017-02-22 20:05:25.396  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-16::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-16::rmemoria ran successfully in 16ms
2017-02-22 20:05:25.412  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-17::rmemoria: Table exammicroscopy created
2017-02-22 20:05:25.412  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-17::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-17::rmemoria ran successfully in 16ms
2017-02-22 20:05:25.443  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-18::rmemoria: Table examrequest created
2017-02-22 20:05:25.443  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-18::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-18::rmemoria ran successfully in 16ms
2017-02-22 20:05:25.459  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-19::rmemoria: Table examxpert created
2017-02-22 20:05:25.459  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-19::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-19::rmemoria ran successfully in 16ms
2017-02-22 20:05:25.490  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-20::rmemoria: Table examxray created
2017-02-22 20:05:25.490  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-20::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-20::rmemoria ran successfully in 31ms
2017-02-22 20:05:25.505  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-23::rmemoria: Table issue created
2017-02-22 20:05:25.505  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-23::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-23::rmemoria ran successfully in 15ms
2017-02-22 20:05:25.537  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-24::rmemoria: Table issuefollowup created
2017-02-22 20:05:25.537  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-24::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-24::rmemoria ran successfully in 32ms
2017-02-22 20:05:25.552  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-27::rmemoria: Table medicalexamination created
2017-02-22 20:05:25.552  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-27::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-27::rmemoria ran successfully in 15ms
2017-02-22 20:05:25.584  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-28::rmemoria: Table product created
2017-02-22 20:05:25.584  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-28::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-28::rmemoria ran successfully in 16ms
2017-02-22 20:05:25.630  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-29::rmemoria: Table medicine_substances created
2017-02-22 20:05:25.630  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-29::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-29::rmemoria ran successfully in 46ms
2017-02-22 20:05:25.646  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-30::rmemoria: Table medicinedispensing created
2017-02-22 20:05:25.646  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-30::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-30::rmemoria ran successfully in 16ms
2017-02-22 20:05:25.677  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-31::rmemoria: Table medicinedispensingbatch created
2017-02-22 20:05:25.677  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-31::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-31::rmemoria ran successfully in 15ms
2017-02-22 20:05:25.709  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-32::rmemoria: Table medicinedispensingcase created
2017-02-22 20:05:25.709  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-32::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-32::rmemoria ran successfully in 16ms
2017-02-22 20:05:25.740  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-33::rmemoria: Table medicinedispensingitem created
2017-02-22 20:05:25.740  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-33::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-33::rmemoria ran successfully in 16ms
2017-02-22 20:05:25.755  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-34::rmemoria: Table productorder created
2017-02-22 20:05:25.771  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-34::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-34::rmemoria ran successfully in 15ms
2017-02-22 20:05:25.787  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-35::rmemoria: Table productreceiving created
2017-02-22 20:05:25.787  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-35::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-35::rmemoria ran successfully in 16ms
2017-02-22 20:05:25.802  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-36::rmemoria: Table medicinereceivingitem created
2017-02-22 20:05:25.802  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-36::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-36::rmemoria ran successfully in 15ms
2017-02-22 20:05:25.834  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-37::rmemoria: Table medicineregimen created
2017-02-22 20:05:25.834  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-37::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-37::rmemoria ran successfully in 32ms
2017-02-22 20:05:25.849  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-38::rmemoria: Table movement created
2017-02-22 20:05:25.849  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-38::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-38::rmemoria ran successfully in 15ms
2017-02-22 20:05:25.865  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-39::rmemoria: Table movements_dispensing created
2017-02-22 20:05:25.865  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-39::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-39::rmemoria ran successfully in 16ms
2017-02-22 20:05:25.896  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-40::rmemoria: Table movements_receiving created
2017-02-22 20:05:25.896  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-40::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-40::rmemoria ran successfully in 16ms
2017-02-22 20:05:25.912  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-41::rmemoria: Table orderbatch created
2017-02-22 20:05:25.912  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-41::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-41::rmemoria ran successfully in 16ms
2017-02-22 20:05:25.927  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-42::rmemoria: Table ordercase created
2017-02-22 20:05:25.927  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-42::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-42::rmemoria ran successfully in 15ms
2017-02-22 20:05:25.959  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-43::rmemoria: Table ordercomment created
2017-02-22 20:05:25.959  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-43::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-43::rmemoria ran successfully in 32ms
2017-02-22 20:05:25.990  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-44::rmemoria: Table orderitem created
2017-02-22 20:05:25.990  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-44::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-44::rmemoria ran successfully in 31ms
2017-02-22 20:05:26.005  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-45::rmemoria: Table patient created
2017-02-22 20:05:26.005  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-45::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-45::rmemoria ran successfully in 15ms
2017-02-22 20:05:26.037  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-46::rmemoria: Table prescribedmedicine created
2017-02-22 20:05:26.037  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-46::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-46::rmemoria ran successfully in 32ms
2017-02-22 20:05:26.052  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-47::rmemoria: Table prevtbtreatment created
2017-02-22 20:05:26.052  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-47::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-47::rmemoria ran successfully in 15ms
2017-02-22 20:05:26.099  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-48::rmemoria: Table regimen created
2017-02-22 20:05:26.099  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-48::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-48::rmemoria ran successfully in 31ms
2017-02-22 20:05:26.115  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-49::rmemoria: Table report created
2017-02-22 20:05:26.115  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-49::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-49::rmemoria ran successfully in 16ms
2017-02-22 20:05:26.162  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-51::rmemoria: Table resistancepattern created
2017-02-22 20:05:26.162  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-51::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-51::rmemoria ran successfully in 47ms
2017-02-22 20:05:26.177  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-52::rmemoria: Table sequenceinfo created
2017-02-22 20:05:26.177  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-52::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-52::rmemoria ran successfully in 15ms
2017-02-22 20:05:26.193  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-53::rmemoria: Table source created
2017-02-22 20:05:26.193  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-53::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-53::rmemoria ran successfully in 16ms
2017-02-22 20:05:26.209  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-55::rmemoria: Table substance created
2017-02-22 20:05:26.209  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-55::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-55::rmemoria ran successfully in 16ms
2017-02-22 20:05:26.240  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-56::rmemoria: Table substances_resistpattern created
2017-02-22 20:05:26.240  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-56::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-56::rmemoria ran successfully in 16ms
2017-02-22 20:05:26.255  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-57::rmemoria: Table sys_user created
2017-02-22 20:05:26.255  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-57::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-57::rmemoria ran successfully in 15ms
2017-02-22 20:05:26.271  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-58::rmemoria: Table systemconfig created
2017-02-22 20:05:26.271  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-58::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-58::rmemoria ran successfully in 16ms
2017-02-22 20:05:26.302  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-59::rmemoria: Table tag created
2017-02-22 20:05:26.302  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-59::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-59::rmemoria ran successfully in 15ms
2017-02-22 20:05:26.318  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-60::rmemoria: Table tags_case created
2017-02-22 20:05:26.318  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-60::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-60::rmemoria ran successfully in 16ms
2017-02-22 20:05:26.349  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-61::rmemoria: Table tbcase created
2017-02-22 20:05:26.349  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-61::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-61::rmemoria ran successfully in 31ms
2017-02-22 20:05:26.365  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-62::rmemoria: Table casecontact created
2017-02-22 20:05:26.365  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-62::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-62::rmemoria ran successfully in 16ms
2017-02-22 20:05:26.380  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-63::rmemoria: Table unit created
2017-02-22 20:05:26.380  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-63::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-63::rmemoria ran successfully in 15ms
2017-02-22 20:05:26.412  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-65::rmemoria: Table transfer created
2017-02-22 20:05:26.412  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-65::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-65::rmemoria ran successfully in 32ms
2017-02-22 20:05:26.427  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-66::rmemoria: Table transferbatch created
2017-02-22 20:05:26.427  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-66::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-66::rmemoria ran successfully in 15ms
2017-02-22 20:05:26.443  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-67::rmemoria: Table transferitem created
2017-02-22 20:05:26.443  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-67::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-67::rmemoria ran successfully in 16ms
2017-02-22 20:05:26.459  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-68::rmemoria: Table treatmenthealthunit created
2017-02-22 20:05:26.459  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-68::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-68::rmemoria ran successfully in 16ms
2017-02-22 20:05:26.521  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-69::rmemoria: Table treatmentmonitoring created
2017-02-22 20:05:26.521  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-69::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-69::rmemoria ran successfully in 62ms
2017-02-22 20:05:26.552  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-70::rmemoria: Table userlog created
2017-02-22 20:05:26.552  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-70::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-70::rmemoria ran successfully in 31ms
2017-02-22 20:05:26.568  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-71::rmemoria: Table userlogin created
2017-02-22 20:05:26.568  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-71::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-71::rmemoria ran successfully in 16ms
2017-02-22 20:05:26.599  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-72::rmemoria: Table userpermission created
2017-02-22 20:05:26.599  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-72::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-72::rmemoria ran successfully in 15ms
2017-02-22 20:05:26.630  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-73::rmemoria: Table userprofile created
2017-02-22 20:05:26.630  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-73::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-73::rmemoria ran successfully in 31ms
2017-02-22 20:05:26.646  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-73.2::rmemoria: Table userworkspace_profiles created
2017-02-22 20:05:26.646  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-73.2::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-73.2::rmemoria ran successfully in 16ms
2017-02-22 20:05:26.662  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-75::rmemoria: Table userworkspace created
2017-02-22 20:05:26.662  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-75::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-75::rmemoria ran successfully in 16ms
2017-02-22 20:05:26.693  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-76::rmemoria: Table workspace created
2017-02-22 20:05:26.693  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-76::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-76::rmemoria ran successfully in 31ms
2017-02-22 20:05:26.709  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-77::rmemoria: Table workspacelog created
2017-02-22 20:05:26.709  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-77::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-77::rmemoria ran successfully in 16ms
2017-02-22 20:05:26.771  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-78::rmemoria: Table workspaceview created
2017-02-22 20:05:26.771  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-78::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-78::rmemoria ran successfully in 62ms
2017-02-22 20:05:26.802  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-1::rmemoria: Table commandhistory created
2017-02-22 20:05:26.802  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-1::rmemoria: ChangeSet /db/changelog/ini-database.xml::300-1::rmemoria ran successfully in 15ms
2017-02-22 20:05:26.818  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-1::rmemoria: Table searchable created
2017-02-22 20:05:26.818  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-1::rmemoria: ChangeSet /db/changelog/ini-database.xml::searchable-1::rmemoria ran successfully in 16ms
2017-02-22 20:05:26.849  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::casecomorbidities-1::msantos: Table casecomorbidities created
2017-02-22 20:05:26.849  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::casecomorbidities-1::msantos: ChangeSet /db/changelog/ini-database.xml::casecomorbidities-1::msantos ran successfully in 15ms
2017-02-22 20:05:26.865  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::modeldata-1::rmemoria: Table modeldata created
2017-02-22 20:05:26.865  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::modeldata-1::rmemoria: ChangeSet /db/changelog/ini-database.xml::modeldata-1::rmemoria ran successfully in 16ms
2017-02-22 20:05:26.912  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-1::rmemoria: Table cacheddata created
2017-02-22 20:05:26.912  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-1::rmemoria: ChangeSet /db/changelog/ini-database.xml::cacheddata-1::rmemoria ran successfully in 32ms
2017-02-22 20:05:26.927  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::formdata-1::rmemoria: Table formdata created
2017-02-22 20:05:26.927  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::formdata-1::rmemoria: ChangeSet /db/changelog/ini-database.xml::formdata-1::rmemoria ran successfully in 15ms
2017-02-22 20:05:26.990  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-79::rmemoria: Primary key added to administrativeunit (id)
2017-02-22 20:05:26.990  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-79::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-79::rmemoria ran successfully in 47ms
2017-02-22 20:05:27.052  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::casecomorbidities-2::msantos: Primary key added to casecomorbidities (id)
2017-02-22 20:05:27.052  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::casecomorbidities-2::msantos: ChangeSet /db/changelog/ini-database.xml::casecomorbidities-2::msantos ran successfully in 62ms
2017-02-22 20:05:27.099  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-2::rmemoria: Primary key added to searchable (id)
2017-02-22 20:05:27.099  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-2::rmemoria: ChangeSet /db/changelog/ini-database.xml::searchable-2::rmemoria ran successfully in 47ms
2017-02-22 20:05:27.130  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-80::rmemoria: Primary key added to agerange (id)
2017-02-22 20:05:27.130  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-80::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-80::rmemoria ran successfully in 31ms
2017-02-22 20:05:27.162  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-81::rmemoria: Primary key added to batch (id)
2017-02-22 20:05:27.162  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-81::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-81::rmemoria ran successfully in 32ms
2017-02-22 20:05:27.193  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-82::rmemoria: Primary key added to batchdispensing (id)
2017-02-22 20:05:27.193  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-82::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-82::rmemoria ran successfully in 31ms
2017-02-22 20:05:27.240  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-83::rmemoria: Primary key added to batchmovement (id)
2017-02-22 20:05:27.240  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-83::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-83::rmemoria ran successfully in 47ms
2017-02-22 20:05:27.271  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-85::rmemoria: Primary key added to casecomment (id)
2017-02-22 20:05:27.271  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-85::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-85::rmemoria ran successfully in 31ms
2017-02-22 20:05:27.302  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-87::rmemoria: Primary key added to caseresistancepattern (id)
2017-02-22 20:05:27.302  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-87::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-87::rmemoria ran successfully in 31ms
2017-02-22 20:05:27.334  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-88::rmemoria: Primary key added to casesideeffect (id)
2017-02-22 20:05:27.334  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-88::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-88::rmemoria ran successfully in 32ms
2017-02-22 20:05:27.365  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-89::rmemoria: Primary key added to countrystructure (id)
2017-02-22 20:05:27.365  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-89::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-89::rmemoria ran successfully in 31ms
2017-02-22 20:05:27.412  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-91::rmemoria: Primary key added to examculture (id)
2017-02-22 20:05:27.412  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-91::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-91::rmemoria ran successfully in 47ms
2017-02-22 20:05:27.443  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-92::rmemoria: Primary key added to examdst (id)
2017-02-22 20:05:27.443  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-92::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-92::rmemoria ran successfully in 31ms
2017-02-22 20:05:27.490  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-94::rmemoria: Primary key added to examhiv (id)
2017-02-22 20:05:27.490  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-94::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-94::rmemoria ran successfully in 31ms
2017-02-22 20:05:27.521  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-95::rmemoria: Primary key added to exammicroscopy (id)
2017-02-22 20:05:27.521  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-95::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-95::rmemoria ran successfully in 31ms
2017-02-22 20:05:27.552  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-96::rmemoria: Primary key added to examrequest (id)
2017-02-22 20:05:27.552  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-96::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-96::rmemoria ran successfully in 15ms
2017-02-22 20:05:27.599  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-97::rmemoria: Primary key added to examxpert (id)
2017-02-22 20:05:27.599  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-97::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-97::rmemoria ran successfully in 31ms
2017-02-22 20:05:27.630  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-98::rmemoria: Primary key added to examxray (id)
2017-02-22 20:05:27.630  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-98::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-98::rmemoria ran successfully in 31ms
2017-02-22 20:05:27.662  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-101::rmemoria: Primary key added to issue (id)
2017-02-22 20:05:27.662  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-101::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-101::rmemoria ran successfully in 32ms
2017-02-22 20:05:27.693  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-102::rmemoria: Primary key added to issuefollowup (id)
2017-02-22 20:05:27.693  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-102::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-102::rmemoria ran successfully in 31ms
2017-02-22 20:05:27.724  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-104::rmemoria: Primary key added to unit (id)
2017-02-22 20:05:27.724  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-104::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-104::rmemoria ran successfully in 31ms
2017-02-22 20:05:27.755  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-105::rmemoria: Primary key added to medicalexamination (id)
2017-02-22 20:05:27.755  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-105::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-105::rmemoria ran successfully in 31ms
2017-02-22 20:05:27.787  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-106::rmemoria: Primary key added to product (id)
2017-02-22 20:05:27.787  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-106::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-106::rmemoria ran successfully in 32ms
2017-02-22 20:05:27.818  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-107::rmemoria: Primary key added to medicine_substances (medicine_id,substance_id)
2017-02-22 20:05:27.818  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-107::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-107::rmemoria ran successfully in 31ms
2017-02-22 20:05:27.849  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-108::rmemoria: Primary key added to medicinedispensing (id)
2017-02-22 20:05:27.849  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-108::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-108::rmemoria ran successfully in 31ms
2017-02-22 20:05:27.896  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-109::rmemoria: Primary key added to medicinedispensingbatch (id)
2017-02-22 20:05:27.896  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-109::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-109::rmemoria ran successfully in 47ms
2017-02-22 20:05:27.927  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-110::rmemoria: Primary key added to medicinedispensingcase (id)
2017-02-22 20:05:27.927  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-110::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-110::rmemoria ran successfully in 31ms
2017-02-22 20:05:27.959  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-111::rmemoria: Primary key added to medicinedispensingitem (id)
2017-02-22 20:05:27.959  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-111::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-111::rmemoria ran successfully in 32ms
2017-02-22 20:05:27.990  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-112::rmemoria: Primary key added to productorder (id)
2017-02-22 20:05:27.990  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-112::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-112::rmemoria ran successfully in 31ms
2017-02-22 20:05:28.037  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-113::rmemoria: Primary key added to productreceiving (id)
2017-02-22 20:05:28.037  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-113::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-113::rmemoria ran successfully in 47ms
2017-02-22 20:05:28.068  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-114::rmemoria: Primary key added to medicinereceivingitem (id)
2017-02-22 20:05:28.068  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-114::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-114::rmemoria ran successfully in 31ms
2017-02-22 20:05:28.115  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-115::rmemoria: Primary key added to medicineregimen (id)
2017-02-22 20:05:28.115  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-115::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-115::rmemoria ran successfully in 47ms
2017-02-22 20:05:28.193  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-116::rmemoria: Primary key added to movement (id)
2017-02-22 20:05:28.193  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-116::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-116::rmemoria ran successfully in 63ms
2017-02-22 20:05:28.224  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-117::rmemoria: Primary key added to orderbatch (id)
2017-02-22 20:05:28.224  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-117::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-117::rmemoria ran successfully in 31ms
2017-02-22 20:05:28.255  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-118::rmemoria: Primary key added to ordercase (id)
2017-02-22 20:05:28.255  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-118::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-118::rmemoria ran successfully in 31ms
2017-02-22 20:05:28.271  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-119::rmemoria: Primary key added to ordercomment (id)
2017-02-22 20:05:28.271  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-119::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-119::rmemoria ran successfully in 16ms
2017-02-22 20:05:28.302  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-120::rmemoria: Primary key added to orderitem (id)
2017-02-22 20:05:28.302  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-120::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-120::rmemoria ran successfully in 15ms
2017-02-22 20:05:28.334  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-121::rmemoria: Primary key added to patient (id)
2017-02-22 20:05:28.334  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-121::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-121::rmemoria ran successfully in 16ms
2017-02-22 20:05:28.380  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-122::rmemoria: Primary key added to prescribedmedicine (id)
2017-02-22 20:05:28.380  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-122::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-122::rmemoria ran successfully in 46ms
2017-02-22 20:05:28.412  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-123::rmemoria: Primary key added to prevtbtreatment (id)
2017-02-22 20:05:28.412  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-123::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-123::rmemoria ran successfully in 32ms
2017-02-22 20:05:28.443  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-124::rmemoria: Primary key added to regimen (id)
2017-02-22 20:05:28.443  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-124::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-124::rmemoria ran successfully in 31ms
2017-02-22 20:05:28.505  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-125::rmemoria: Primary key added to report (id)
2017-02-22 20:05:28.505  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-125::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-125::rmemoria ran successfully in 31ms
2017-02-22 20:05:28.537  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-127::rmemoria: Primary key added to resistancepattern (id)
2017-02-22 20:05:28.537  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-127::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-127::rmemoria ran successfully in 32ms
2017-02-22 20:05:28.568  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-128::rmemoria: Primary key added to sequenceinfo (id)
2017-02-22 20:05:28.568  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-128::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-128::rmemoria ran successfully in 31ms
2017-02-22 20:05:28.599  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-129::rmemoria: Primary key added to source (id)
2017-02-22 20:05:28.599  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-129::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-129::rmemoria ran successfully in 31ms
2017-02-22 20:05:28.630  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-131::rmemoria: Primary key added to substance (id)
2017-02-22 20:05:28.630  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-131::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-131::rmemoria ran successfully in 31ms
2017-02-22 20:05:28.662  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-132::rmemoria: Primary key added to sys_user (id)
2017-02-22 20:05:28.662  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-132::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-132::rmemoria ran successfully in 32ms
2017-02-22 20:05:28.693  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-133::rmemoria: Primary key added to systemconfig (id)
2017-02-22 20:05:28.693  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-133::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-133::rmemoria ran successfully in 31ms
2017-02-22 20:05:28.724  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-134::rmemoria: Primary key added to tag (id)
2017-02-22 20:05:28.724  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-134::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-134::rmemoria ran successfully in 31ms
2017-02-22 20:05:28.755  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-135::rmemoria: Primary key added to tbcase (id)
2017-02-22 20:05:28.755  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-135::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-135::rmemoria ran successfully in 31ms
2017-02-22 20:05:28.787  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-136::rmemoria: Primary key added to casecontact (id)
2017-02-22 20:05:28.787  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-136::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-136::rmemoria ran successfully in 32ms
2017-02-22 20:05:28.818  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-139::rmemoria: Primary key added to transfer (id)
2017-02-22 20:05:28.818  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-139::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-139::rmemoria ran successfully in 31ms
2017-02-22 20:05:28.849  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-140::rmemoria: Primary key added to transferbatch (id)
2017-02-22 20:05:28.849  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-140::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-140::rmemoria ran successfully in 31ms
2017-02-22 20:05:28.880  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-141::rmemoria: Primary key added to transferitem (id)
2017-02-22 20:05:28.880  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-141::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-141::rmemoria ran successfully in 15ms
2017-02-22 20:05:28.927  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-142::rmemoria: Primary key added to treatmenthealthunit (id)
2017-02-22 20:05:28.927  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-142::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-142::rmemoria ran successfully in 31ms
2017-02-22 20:05:28.959  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-143::rmemoria: Primary key added to treatmentmonitoring (id)
2017-02-22 20:05:28.959  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-143::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-143::rmemoria ran successfully in 32ms
2017-02-22 20:05:28.990  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-144::rmemoria: Primary key added to userlog (id)
2017-02-22 20:05:28.990  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-144::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-144::rmemoria ran successfully in 31ms
2017-02-22 20:05:29.021  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-145::rmemoria: Primary key added to userlogin (id)
2017-02-22 20:05:29.021  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-145::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-145::rmemoria ran successfully in 31ms
2017-02-22 20:05:29.052  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-146::rmemoria: Primary key added to userpermission (id)
2017-02-22 20:05:29.052  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-146::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-146::rmemoria ran successfully in 31ms
2017-02-22 20:05:29.084  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-147::rmemoria: Primary key added to userprofile (id)
2017-02-22 20:05:29.084  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-147::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-147::rmemoria ran successfully in 32ms
2017-02-22 20:05:29.115  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-149::rmemoria: Primary key added to userworkspace (id)
2017-02-22 20:05:29.115  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-149::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-149::rmemoria ran successfully in 31ms
2017-02-22 20:05:29.146  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-150::rmemoria: Primary key added to workspace (id)
2017-02-22 20:05:29.146  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-150::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-150::rmemoria ran successfully in 31ms
2017-02-22 20:05:29.177  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-151::rmemoria: Primary key added to workspacelog (id)
2017-02-22 20:05:29.177  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-151::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-151::rmemoria ran successfully in 31ms
2017-02-22 20:05:29.209  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-152::rmemoria: Primary key added to workspaceview (id)
2017-02-22 20:05:29.209  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-152::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-152::rmemoria ran successfully in 32ms
2017-02-22 20:05:29.240  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::modeldata-2::rmemoria: Primary key added to modeldata (id)
2017-02-22 20:05:29.240  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::modeldata-2::rmemoria: ChangeSet /db/changelog/ini-database.xml::modeldata-2::rmemoria ran successfully in 31ms
2017-02-22 20:05:29.271  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-154::rmemoria: Foreign key constraint added to resistancepattern (WORKSPACE_ID)
2017-02-22 20:05:29.271  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-154::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-154::rmemoria ran successfully in 31ms
2017-02-22 20:05:29.302  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-157::rmemoria: Foreign key constraint added to prescribedmedicine (CASE_ID)
2017-02-22 20:05:29.302  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-157::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-157::rmemoria ran successfully in 31ms
2017-02-22 20:05:29.334  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::casecomorbidities-3::msantos: Foreign key constraint added to casecomorbidities (CASE_ID)
2017-02-22 20:05:29.334  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::casecomorbidities-3::msantos: ChangeSet /db/changelog/ini-database.xml::casecomorbidities-3::msantos ran successfully in 32ms
2017-02-22 20:05:29.365  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-158::rmemoria: Foreign key constraint added to prescribedmedicine (PRODUCT_ID)
2017-02-22 20:05:29.365  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-158::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-158::rmemoria ran successfully in 31ms
2017-02-22 20:05:29.396  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-159::rmemoria: Foreign key constraint added to examdst (LABORATORY_ID)
2017-02-22 20:05:29.412  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-159::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-159::rmemoria ran successfully in 32ms
2017-02-22 20:05:29.427  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-161::rmemoria: Foreign key constraint added to userlogin (WORKSPACE_ID)
2017-02-22 20:05:29.443  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-161::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-161::rmemoria ran successfully in 31ms
2017-02-22 20:05:29.474  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-161.2::rmemoria: Foreign key constraint added to batch (WORKSPACE_ID)
2017-02-22 20:05:29.474  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-161.2::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-161.2::rmemoria ran successfully in 31ms
2017-02-22 20:05:29.505  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-162::rmemoria: Foreign key constraint added to userlogin (USER_ID)
2017-02-22 20:05:29.505  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-162::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-162::rmemoria ran successfully in 31ms
2017-02-22 20:05:29.537  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-166::rmemoria: Foreign key constraint added to substance (WORKSPACE_ID)
2017-02-22 20:05:29.537  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-166::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-166::rmemoria ran successfully in 32ms
2017-02-22 20:05:29.568  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-169::rmemoria: Foreign key constraint added to casecontact (CASE_ID)
2017-02-22 20:05:29.584  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-169::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-169::rmemoria ran successfully in 47ms
2017-02-22 20:05:29.615  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-171::rmemoria: Foreign key constraint added to orderbatch (BATCH_ID)
2017-02-22 20:05:29.615  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-171::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-171::rmemoria ran successfully in 31ms
2017-02-22 20:05:29.646  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-172::rmemoria: Foreign key constraint added to orderbatch (ORDERITEM_ID)
2017-02-22 20:05:29.646  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-172::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-172::rmemoria ran successfully in 31ms
2017-02-22 20:05:29.677  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-174::rmemoria: Foreign key constraint added to sequenceinfo (WORKSPACE_ID)
2017-02-22 20:05:29.677  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-174::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-174::rmemoria ran successfully in 31ms
2017-02-22 20:05:29.709  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-176::rmemoria: Foreign key constraint added to countrystructure (WORKSPACE_ID)
2017-02-22 20:05:29.709  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-176::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-176::rmemoria ran successfully in 32ms
2017-02-22 20:05:29.740  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-177::rmemoria: Foreign key constraint added to medicinedispensingbatch (BATCH_ID)
2017-02-22 20:05:29.740  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-177::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-177::rmemoria ran successfully in 31ms
2017-02-22 20:05:29.834  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-178::rmemoria: Foreign key constraint added to medicinedispensingbatch (DISPENSINGITEM_ID)
2017-02-22 20:05:29.834  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-178::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-178::rmemoria ran successfully in 94ms
2017-02-22 20:05:29.865  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-179::rmemoria: Foreign key constraint added to administrativeunit (COUNTRYSTRUCTURE_ID)
2017-02-22 20:05:29.865  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-179::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-179::rmemoria ran successfully in 16ms
2017-02-22 20:05:29.912  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-180::rmemoria: Foreign key constraint added to administrativeunit (WORKSPACE_ID)
2017-02-22 20:05:29.912  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-180::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-180::rmemoria ran successfully in 32ms
2017-02-22 20:05:29.943  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-0::rmemoria: Foreign key constraint added to administrativeunit (PID0)
2017-02-22 20:05:29.943  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-0::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-181-0::rmemoria ran successfully in 31ms
2017-02-22 20:05:29.990  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-1::rmemoria: Foreign key constraint added to administrativeunit (PID1)
2017-02-22 20:05:29.990  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-1::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-181-1::rmemoria ran successfully in 47ms
2017-02-22 20:05:30.021  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-2::rmemoria: Foreign key constraint added to administrativeunit (PID2)
2017-02-22 20:05:30.021  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-2::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-181-2::rmemoria ran successfully in 31ms
2017-02-22 20:05:30.068  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-3::rmemoria: Foreign key constraint added to administrativeunit (PID3)
2017-02-22 20:05:30.068  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-181-3::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-181-3::rmemoria ran successfully in 31ms
2017-02-22 20:05:30.099  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-188::rmemoria: Foreign key constraint added to userworkspace (UNIT_ID)
2017-02-22 20:05:30.099  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-188::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-188::rmemoria ran successfully in 31ms
2017-02-22 20:05:30.130  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-190::rmemoria: Foreign key constraint added to userworkspace (WORKSPACE_ID)
2017-02-22 20:05:30.130  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-190::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-190::rmemoria ran successfully in 31ms
2017-02-22 20:05:30.162  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-191::rmemoria: Foreign key constraint added to userworkspace (USER_ID)
2017-02-22 20:05:30.162  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-191::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-191::rmemoria ran successfully in 32ms
2017-02-22 20:05:30.209  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-192::rmemoria: Foreign key constraint added to userworkspace (ADMINUNIT_ID)
2017-02-22 20:05:30.209  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-192::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-192::rmemoria ran successfully in 32ms
2017-02-22 20:05:30.240  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-193::rmemoria: Foreign key constraint added to regimen (WORKSPACE_ID)
2017-02-22 20:05:30.240  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-193::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-193::rmemoria ran successfully in 31ms
2017-02-22 20:05:30.271  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-194::rmemoria: Foreign key constraint added to batchdispensing (SOURCE_ID)
2017-02-22 20:05:30.271  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-194::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-194::rmemoria ran successfully in 31ms
2017-02-22 20:05:30.302  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-195::rmemoria: Foreign key constraint added to batchdispensing (BATCH_ID)
2017-02-22 20:05:30.302  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-195::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-195::rmemoria ran successfully in 31ms
2017-02-22 20:05:30.349  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-196::rmemoria: Foreign key constraint added to batchdispensing (DISPENSING_ID)
2017-02-22 20:05:30.349  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-196::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-196::rmemoria ran successfully in 31ms
2017-02-22 20:05:30.380  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-197::rmemoria: Foreign key constraint added to transfer (UNIT_ID_TO)
2017-02-22 20:05:30.380  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-197::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-197::rmemoria ran successfully in 31ms
2017-02-22 20:05:30.412  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-198::rmemoria: Foreign key constraint added to transfer (USER_TO_ID)
2017-02-22 20:05:30.412  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-198::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-198::rmemoria ran successfully in 32ms
2017-02-22 20:05:30.459  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-199::rmemoria: Foreign key constraint added to transfer (UNIT_ID_FROM)
2017-02-22 20:05:30.459  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-199::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-199::rmemoria ran successfully in 32ms
2017-02-22 20:05:30.490  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-200::rmemoria: Foreign key constraint added to transfer (USER_FROM_ID)
2017-02-22 20:05:30.490  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-200::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-200::rmemoria ran successfully in 31ms
2017-02-22 20:05:30.537  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-201::rmemoria: Foreign key constraint added to movements_receiving (MOVEMENT_ID)
2017-02-22 20:05:30.537  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-201::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-201::rmemoria ran successfully in 47ms
2017-02-22 20:05:30.568  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-202::rmemoria: Foreign key constraint added to movements_receiving (RECEIVING_ID)
2017-02-22 20:05:30.568  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-202::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-202::rmemoria ran successfully in 31ms
2017-02-22 20:05:30.599  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-203::rmemoria: Foreign key constraint added to productorder (UNIT_TO_ID)
2017-02-22 20:05:30.599  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-203::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-203::rmemoria ran successfully in 31ms
2017-02-22 20:05:30.630  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-204::rmemoria: Foreign key constraint added to productorder (USER_CREATOR_ID)
2017-02-22 20:05:30.630  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-204::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-204::rmemoria ran successfully in 31ms
2017-02-22 20:05:30.677  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-204.2::rmemoria: Foreign key constraint added to productorder (workspace_id)
2017-02-22 20:05:30.677  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-204.2::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-204.2::rmemoria ran successfully in 31ms
2017-02-22 20:05:30.709  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-205::rmemoria: Foreign key constraint added to productorder (AUTHORIZER_UNIT_ID)
2017-02-22 20:05:30.709  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-205::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-205::rmemoria ran successfully in 32ms
2017-02-22 20:05:30.755  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-206::rmemoria: Foreign key constraint added to productorder (UNIT_FROM_ID)
2017-02-22 20:05:30.755  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-206::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-206::rmemoria ran successfully in 31ms
2017-02-22 20:05:30.787  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-208::rmemoria: Foreign key constraint added to agerange (WORKSPACE_ID)
2017-02-22 20:05:30.787  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-208::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-208::rmemoria ran successfully in 32ms
2017-02-22 20:05:30.818  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-210::rmemoria: Foreign key constraint added to batch (PRODUCT_ID)
2017-02-22 20:05:30.818  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-210::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-210::rmemoria ran successfully in 31ms
2017-02-22 20:05:30.849  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-211::rmemoria: Foreign key constraint added to batchmovement (BATCH_ID)
2017-02-22 20:05:30.849  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-211::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-211::rmemoria ran successfully in 31ms
2017-02-22 20:05:30.896  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-212::rmemoria: Foreign key constraint added to batchmovement (MOVEMENT_ID)
2017-02-22 20:05:30.896  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-212::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-212::rmemoria ran successfully in 47ms
2017-02-22 20:05:30.927  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-214::rmemoria: Foreign key constraint added to medicineregimen (MEDICINE_ID)
2017-02-22 20:05:30.927  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-214::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-214::rmemoria ran successfully in 31ms
2017-02-22 20:05:30.959  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-215::rmemoria: Foreign key constraint added to medicineregimen (REGIMEN_ID)
2017-02-22 20:05:30.959  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-215::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-215::rmemoria ran successfully in 32ms
2017-02-22 20:05:31.068  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-219::rmemoria: Foreign key constraint added to medicinedispensingcase (SOURCE_ID)
2017-02-22 20:05:31.068  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-219::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-219::rmemoria ran successfully in 94ms
2017-02-22 20:05:31.115  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-220::rmemoria: Foreign key constraint added to medicinedispensingcase (BATCH_ID)
2017-02-22 20:05:31.115  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-220::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-220::rmemoria ran successfully in 31ms
2017-02-22 20:05:31.162  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-221::rmemoria: Foreign key constraint added to medicinedispensingcase (CASE_ID)
2017-02-22 20:05:31.162  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-221::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-221::rmemoria ran successfully in 47ms
2017-02-22 20:05:31.193  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-222::rmemoria: Foreign key constraint added to medicinedispensingcase (DISPENSING_ID)
2017-02-22 20:05:31.193  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-222::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-222::rmemoria ran successfully in 31ms
2017-02-22 20:05:31.224  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-223::rmemoria: Foreign key constraint added to medicinedispensingitem (SOURCE_ID)
2017-02-22 20:05:31.224  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-223::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-223::rmemoria ran successfully in 31ms
2017-02-22 20:05:31.255  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-224::rmemoria: Foreign key constraint added to medicinedispensingitem (MOVEMENT_ID)
2017-02-22 20:05:31.255  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-224::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-224::rmemoria ran successfully in 31ms
2017-02-22 20:05:31.302  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-225::rmemoria: Foreign key constraint added to medicinedispensingitem (DISPENSING_ID)
2017-02-22 20:05:31.302  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-225::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-225::rmemoria ran successfully in 31ms
2017-02-22 20:05:31.334  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-226::rmemoria: Foreign key constraint added to medicinedispensingitem (PRODUCT_ID)
2017-02-22 20:05:31.334  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-226::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-226::rmemoria ran successfully in 32ms
2017-02-22 20:05:31.365  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-228::rmemoria: Foreign key constraint added to examxray (CASE_ID)
2017-02-22 20:05:31.365  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-228::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-228::rmemoria ran successfully in 31ms
2017-02-22 20:05:31.396  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-230::rmemoria: Foreign key constraint added to medicinedispensing (UNIT_ID)
2017-02-22 20:05:31.396  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-230::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-230::rmemoria ran successfully in 31ms
2017-02-22 20:05:31.427  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-232::rmemoria: Foreign key constraint added to userprofile (WORKSPACE_ID)
2017-02-22 20:05:31.427  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-232::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-232::rmemoria ran successfully in 31ms
2017-02-22 20:05:31.459  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-236::rmemoria: Foreign key constraint added to transferitem (SOURCE_ID)
2017-02-22 20:05:31.459  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-236::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-236::rmemoria ran successfully in 32ms
2017-02-22 20:05:31.490  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-237::rmemoria: Foreign key constraint added to transferitem (TRANSFER_ID)
2017-02-22 20:05:31.490  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-237::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-237::rmemoria ran successfully in 31ms
2017-02-22 20:05:31.537  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-238::rmemoria: Foreign key constraint added to transferitem (MOV_OUT_ID)
2017-02-22 20:05:31.537  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-238::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-238::rmemoria ran successfully in 32ms
2017-02-22 20:05:31.584  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-239::rmemoria: Foreign key constraint added to transferitem (MOV_IN_ID)
2017-02-22 20:05:31.584  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-239::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-239::rmemoria ran successfully in 47ms
2017-02-22 20:05:31.615  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-240::rmemoria: Foreign key constraint added to transferitem (PRODUCT_ID)
2017-02-22 20:05:31.615  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-240::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-240::rmemoria ran successfully in 31ms
2017-02-22 20:05:31.646  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-241::rmemoria: Foreign key constraint added to medicinereceivingitem (MOVEMENT_ID)
2017-02-22 20:05:31.646  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-241::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-241::rmemoria ran successfully in 31ms
2017-02-22 20:05:31.693  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-242::rmemoria: Foreign key constraint added to medicinereceivingitem (RECEIVING_ID)
2017-02-22 20:05:31.693  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-242::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-242::rmemoria ran successfully in 47ms
2017-02-22 20:05:31.724  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-243::rmemoria: Foreign key constraint added to medicine_substances (SUBSTANCE_ID)
2017-02-22 20:05:31.724  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-243::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-243::rmemoria ran successfully in 31ms
2017-02-22 20:05:31.755  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-244::rmemoria: Foreign key constraint added to medicine_substances (MEDICINE_ID)
2017-02-22 20:05:31.755  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-244::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-244::rmemoria ran successfully in 31ms
2017-02-22 20:05:31.787  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-245::rmemoria: Foreign key constraint added to prevtbtreatment (CASE_ID)
2017-02-22 20:05:31.787  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-245::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-245::rmemoria ran successfully in 32ms
2017-02-22 20:05:31.818  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-246::rmemoria: Foreign key constraint added to transferbatch (BATCH_ID)
2017-02-22 20:05:31.818  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-246::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-246::rmemoria ran successfully in 31ms
2017-02-22 20:05:31.849  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-247::rmemoria: Foreign key constraint added to transferbatch (TRANSFERITEM_ID)
2017-02-22 20:05:31.849  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-247::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-247::rmemoria ran successfully in 31ms
2017-02-22 20:05:31.880  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-248::rmemoria: Foreign key constraint added to exammicroscopy (CASE_ID)
2017-02-22 20:05:31.880  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-248::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-248::rmemoria ran successfully in 31ms
2017-02-22 20:05:31.912  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-251::rmemoria: Foreign key constraint added to medicalexamination (CASE_ID)
2017-02-22 20:05:31.912  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-251::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-251::rmemoria ran successfully in 16ms
2017-02-22 20:05:31.959  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-254::rmemoria: Foreign key constraint added to userpermission (PROFILE_ID)
2017-02-22 20:05:31.959  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-254::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-254::rmemoria ran successfully in 32ms
2017-02-22 20:05:31.990  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-256::rmemoria: Foreign key constraint added to casesideeffect (SUBSTANCE_ID)
2017-02-22 20:05:31.990  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-256::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-256::rmemoria ran successfully in 31ms
2017-02-22 20:05:32.021  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-258::rmemoria: Foreign key constraint added to casesideeffect (CASE_ID)
2017-02-22 20:05:32.021  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-258::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-258::rmemoria ran successfully in 31ms
2017-02-22 20:05:32.052  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-259::rmemoria: Foreign key constraint added to casesideeffect (SUBSTANCE2_ID)
2017-02-22 20:05:32.052  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-259::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-259::rmemoria ran successfully in 31ms
2017-02-22 20:05:32.099  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-260::rmemoria: Foreign key constraint added to tags_case (CASE_ID)
2017-02-22 20:05:32.099  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-260::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-260::rmemoria ran successfully in 31ms
2017-02-22 20:05:32.130  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-261::rmemoria: Foreign key constraint added to tags_case (TAG_ID)
2017-02-22 20:05:32.130  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-261::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-261::rmemoria ran successfully in 31ms
2017-02-22 20:05:32.162  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-262::rmemoria: Foreign key constraint added to ordercomment (ORDER_ID)
2017-02-22 20:05:32.162  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-262::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-262::rmemoria ran successfully in 32ms
2017-02-22 20:05:32.209  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-263::rmemoria: Foreign key constraint added to movements_dispensing (MOVEMENT_ID)
2017-02-22 20:05:32.209  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-263::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-263::rmemoria ran successfully in 47ms
2017-02-22 20:05:32.240  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264::rmemoria: Foreign key constraint added to movements_dispensing (DISPENSING_ID)
2017-02-22 20:05:32.240  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-264::rmemoria ran successfully in 31ms
2017-02-22 20:05:32.287  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264.2::rmemoria: Foreign key constraint added to userworkspace_profiles (userworkspace_id)
2017-02-22 20:05:32.287  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264.2::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-264.2::rmemoria ran successfully in 47ms
2017-02-22 20:05:32.318  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264.3::rmemoria: Foreign key constraint added to userworkspace_profiles (userprofile_id)
2017-02-22 20:05:32.318  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264.3::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-264.3::rmemoria ran successfully in 31ms
2017-02-22 20:05:32.349  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264.4::rmemoria: Primary key added to userworkspace_profiles (userworkspace_id,userprofile_id)
2017-02-22 20:05:32.349  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-264.4::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-264.4::rmemoria ran successfully in 31ms
2017-02-22 20:05:32.396  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-265::rmemoria: Foreign key constraint added to examdst (CASE_ID)
2017-02-22 20:05:32.396  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-265::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-265::rmemoria ran successfully in 47ms
2017-02-22 20:05:32.427  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-266::rmemoria: Foreign key constraint added to examhiv (CASE_ID)
2017-02-22 20:05:32.427  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-266::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-266::rmemoria ran successfully in 31ms
2017-02-22 20:05:32.459  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-268::rmemoria: Foreign key constraint added to unit (WORKSPACE_ID)
2017-02-22 20:05:32.459  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-268::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-268::rmemoria ran successfully in 32ms
2017-02-22 20:05:32.490  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-269::rmemoria: Foreign key constraint added to unit (ADMINUNIT_ID)
2017-02-22 20:05:32.490  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-269::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-269::rmemoria ran successfully in 31ms
2017-02-22 20:05:32.537  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-270::rmemoria: Foreign key constraint added to exammicroscopy (LABORATORY_ID)
2017-02-22 20:05:32.537  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-270::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-270::rmemoria ran successfully in 47ms
2017-02-22 20:05:32.568  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-272::rmemoria: Foreign key constraint added to product (WORKSPACE_ID)
2017-02-22 20:05:32.568  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-272::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-272::rmemoria ran successfully in 31ms
2017-02-22 20:05:32.599  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-273::rmemoria: Foreign key constraint added to source (WORKSPACE_ID)
2017-02-22 20:05:32.599  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-273::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-273::rmemoria ran successfully in 31ms
2017-02-22 20:05:32.630  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-274.2::rmemoria: Foreign key constraint added to tbcase (WORKSPACE_ID)
2017-02-22 20:05:32.630  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-274.2::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-274.2::rmemoria ran successfully in 15ms
2017-02-22 20:05:32.677  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-275::rmemoria: Foreign key constraint added to tbcase (CURR_ADMINUNIT_ID)
2017-02-22 20:05:32.677  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-275::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-275::rmemoria ran successfully in 31ms
2017-02-22 20:05:32.709  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-276::rmemoria: Foreign key constraint added to tbcase (OWNER_UNIT_ID)
2017-02-22 20:05:32.709  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-276::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-276::rmemoria ran successfully in 32ms
2017-02-22 20:05:32.755  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-278::rmemoria: Foreign key constraint added to tbcase (NOTIFICATION_UNIT_ID)
2017-02-22 20:05:32.755  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-278::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-278::rmemoria ran successfully in 46ms
2017-02-22 20:05:32.787  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-279::rmemoria: Foreign key constraint added to tbcase (PATIENT_ID)
2017-02-22 20:05:32.787  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-279::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-279::rmemoria ran successfully in 32ms
2017-02-22 20:05:32.818  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-282::rmemoria: Foreign key constraint added to tbcase (NOTIF_ADMINUNIT_ID)
2017-02-22 20:05:32.818  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-282::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-282::rmemoria ran successfully in 31ms
2017-02-22 20:05:32.865  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-283::rmemoria: Foreign key constraint added to tbcase (REGIMEN_ID)
2017-02-22 20:05:32.865  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-283::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-283::rmemoria ran successfully in 31ms
2017-02-22 20:05:32.896  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-286::rmemoria: Foreign key constraint added to unit (AUTHORIZERUNIT_ID)
2017-02-22 20:05:32.896  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-286::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-286::rmemoria ran successfully in 31ms
2017-02-22 20:05:32.943  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-289::rmemoria: Foreign key constraint added to unit (SUPPLIER_ID)
2017-02-22 20:05:32.943  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-289::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-289::rmemoria ran successfully in 31ms
2017-02-22 20:05:32.974  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-293::rmemoria: Foreign key constraint added to substances_resistpattern (ResistancePattern_id)
2017-02-22 20:05:32.974  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-293::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-293::rmemoria ran successfully in 31ms
2017-02-22 20:05:33.005  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-294::rmemoria: Foreign key constraint added to substances_resistpattern (substances_id)
2017-02-22 20:05:33.005  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-294::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-294::rmemoria ran successfully in 31ms
2017-02-22 20:05:33.037  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-295::rmemoria: Foreign key constraint added to patient (WORKSPACE_ID)
2017-02-22 20:05:33.037  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-295::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-295::rmemoria ran successfully in 16ms
2017-02-22 20:05:33.084  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-296::rmemoria: Foreign key constraint added to ordercase (ORDERITEM_ID)
2017-02-22 20:05:33.084  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-296::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-296::rmemoria ran successfully in 47ms
2017-02-22 20:05:33.115  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-297::rmemoria: Foreign key constraint added to ordercase (CASE_ID)
2017-02-22 20:05:33.115  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-297::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-297::rmemoria ran successfully in 31ms
2017-02-22 20:05:33.146  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-298::rmemoria: Foreign key constraint added to orderitem (MOVEMENT_IN_ID)
2017-02-22 20:05:33.146  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-298::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-298::rmemoria ran successfully in 31ms
2017-02-22 20:05:33.177  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-299::rmemoria: Foreign key constraint added to orderitem (SOURCE_ID)
2017-02-22 20:05:33.177  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-299::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-299::rmemoria ran successfully in 31ms
2017-02-22 20:05:33.209  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-300::rmemoria: Foreign key constraint added to orderitem (MOVEMENT_OUT_ID)
2017-02-22 20:05:33.209  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-300::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-300::rmemoria ran successfully in 32ms
2017-02-22 20:05:33.255  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-301::rmemoria: Foreign key constraint added to orderitem (PRODUCT_ID)
2017-02-22 20:05:33.255  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-301::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-301::rmemoria ran successfully in 46ms
2017-02-22 20:05:33.287  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-302::rmemoria: Foreign key constraint added to orderitem (ORDER_ID)
2017-02-22 20:05:33.287  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-302::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-302::rmemoria ran successfully in 32ms
2017-02-22 20:05:33.318  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-303::rmemoria: Foreign key constraint added to examculture (LABORATORY_ID)
2017-02-22 20:05:33.318  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-303::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-303::rmemoria ran successfully in 31ms
2017-02-22 20:05:33.349  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-304::rmemoria: Foreign key constraint added to examculture (CASE_ID)
2017-02-22 20:05:33.349  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-304::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-304::rmemoria ran successfully in 31ms
2017-02-22 20:05:33.396  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-307::rmemoria: Foreign key constraint added to systemconfig (USERPROFILE_ID)
2017-02-22 20:05:33.396  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-307::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-307::rmemoria ran successfully in 47ms
2017-02-22 20:05:33.427  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-308::rmemoria: Foreign key constraint added to systemconfig (UNIT_ID)
2017-02-22 20:05:33.427  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-308::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-308::rmemoria ran successfully in 31ms
2017-02-22 20:05:33.474  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-309::rmemoria: Foreign key constraint added to systemconfig (WORKSPACE_ID)
2017-02-22 20:05:33.474  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-309::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-309::rmemoria ran successfully in 47ms
2017-02-22 20:05:33.505  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-310::rmemoria: Foreign key constraint added to casecomment (CASE_ID)
2017-02-22 20:05:33.505  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-310::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-310::rmemoria ran successfully in 31ms
2017-02-22 20:05:33.537  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-311::rmemoria: Foreign key constraint added to casecomment (USER_ID)
2017-02-22 20:05:33.537  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-311::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-311::rmemoria ran successfully in 32ms
2017-02-22 20:05:33.568  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-312::rmemoria: Foreign key constraint added to productreceiving (SOURCE_ID)
2017-02-22 20:05:33.568  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-312::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-312::rmemoria ran successfully in 31ms
2017-02-22 20:05:33.615  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-313::rmemoria: Foreign key constraint added to productreceiving (UNIT_ID)
2017-02-22 20:05:33.615  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-313::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-313::rmemoria ran successfully in 31ms
2017-02-22 20:05:33.646  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-314::rmemoria: Foreign key constraint added to treatmenthealthunit (UNIT_ID)
2017-02-22 20:05:33.646  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-314::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-314::rmemoria ran successfully in 31ms
2017-02-22 20:05:33.677  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-315::rmemoria: Foreign key constraint added to treatmenthealthunit (CASE_ID)
2017-02-22 20:05:33.677  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-315::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-315::rmemoria ran successfully in 31ms
2017-02-22 20:05:33.709  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-317::rmemoria: Foreign key constraint added to movement (PRODUCT_ID)
2017-02-22 20:05:33.709  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-317::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-317::rmemoria ran successfully in 32ms
2017-02-22 20:05:33.740  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-318::rmemoria: Foreign key constraint added to movement (SOURCE_ID)
2017-02-22 20:05:33.740  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-318::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-318::rmemoria ran successfully in 31ms
2017-02-22 20:05:33.771  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-319::rmemoria: Foreign key constraint added to movement (UNIT_ID)
2017-02-22 20:05:33.771  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-319::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-319::rmemoria ran successfully in 31ms
2017-02-22 20:05:33.818  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-320::rmemoria: Foreign key constraint added to productorder (SHIP_ADMINUNIT_ID)
2017-02-22 20:05:33.818  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-320::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-320::rmemoria ran successfully in 31ms
2017-02-22 20:05:33.849  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-321::rmemoria: Foreign key constraint added to tag (WORKSPACE_ID)
2017-02-22 20:05:33.849  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-321::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-321::rmemoria ran successfully in 31ms
2017-02-22 20:05:33.880  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-323::rmemoria: Foreign key constraint added to sys_user (PARENTUSER_ID)
2017-02-22 20:05:33.880  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-323::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-323::rmemoria ran successfully in 31ms
2017-02-22 20:05:33.912  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-324::rmemoria: Foreign key constraint added to sys_user (DEFAULTWORKSPACE_ID)
2017-02-22 20:05:33.912  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-324::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-324::rmemoria ran successfully in 32ms
2017-02-22 20:05:33.959  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-325::rmemoria: Foreign key constraint added to examculture (request_id)
2017-02-22 20:05:33.959  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-325::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-325::rmemoria ran successfully in 32ms
2017-02-22 20:05:33.990  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-326::rmemoria: Foreign key constraint added to examdst (request_id)
2017-02-22 20:05:33.990  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-326::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-326::rmemoria ran successfully in 31ms
2017-02-22 20:05:34.021  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-329::rmemoria: Foreign key constraint added to exammicroscopy (request_id)
2017-02-22 20:05:34.037  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-329::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-329::rmemoria ran successfully in 47ms
2017-02-22 20:05:34.068  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-332::rmemoria: Foreign key constraint added to report (workspace_id)
2017-02-22 20:05:34.068  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-332::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-332::rmemoria ran successfully in 31ms
2017-02-22 20:05:34.099  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-333::rmemoria: Foreign key constraint added to examrequest (case_id)
2017-02-22 20:05:34.099  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-333::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-333::rmemoria ran successfully in 31ms
2017-02-22 20:05:34.130  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-334::rmemoria: Foreign key constraint added to examrequest (laboratory_id)
2017-02-22 20:05:34.130  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-334::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-334::rmemoria ran successfully in 31ms
2017-02-22 20:05:34.162  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-335::rmemoria: Foreign key constraint added to examrequest (unit_id)
2017-02-22 20:05:34.162  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-335::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-335::rmemoria ran successfully in 32ms
2017-02-22 20:05:34.193  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-337::rmemoria: Foreign key constraint added to workspaceview (id)
2017-02-22 20:05:34.193  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-337::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-337::rmemoria ran successfully in 31ms
2017-02-22 20:05:34.224  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-338::rmemoria: Foreign key constraint added to examxpert (request_id)
2017-02-22 20:05:34.224  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-338::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-338::rmemoria ran successfully in 31ms
2017-02-22 20:05:34.271  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-339::rmemoria: Foreign key constraint added to caseresistancepattern (case_id)
2017-02-22 20:05:34.271  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-339::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-339::rmemoria ran successfully in 31ms
2017-02-22 20:05:34.302  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-383::rmemoria: Foreign key constraint added to treatmentmonitoring (case_id)
2017-02-22 20:05:34.302  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-383::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-383::rmemoria ran successfully in 31ms
2017-02-22 20:05:34.334  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-389::rmemoria: Foreign key constraint added to issue (case_id)
2017-02-22 20:05:34.334  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-389::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-389::rmemoria ran successfully in 32ms
2017-02-22 20:05:34.365  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-390::rmemoria: Foreign key constraint added to issue (unit_id)
2017-02-22 20:05:34.365  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-390::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-390::rmemoria ran successfully in 31ms
2017-02-22 20:05:34.412  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-391::rmemoria: Foreign key constraint added to issue (user_id)
2017-02-22 20:05:34.412  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-391::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-391::rmemoria ran successfully in 47ms
2017-02-22 20:05:34.459  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-392::rmemoria: Foreign key constraint added to issuefollowup (issue_id)
2017-02-22 20:05:34.459  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-392::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-392::rmemoria ran successfully in 47ms
2017-02-22 20:05:34.521  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-393::rmemoria: Foreign key constraint added to issuefollowup (unit_id)
2017-02-22 20:05:34.521  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-393::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-393::rmemoria ran successfully in 47ms
2017-02-22 20:05:34.615  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-394::rmemoria: Foreign key constraint added to issuefollowup (user_id)
2017-02-22 20:05:34.615  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-394::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-394::rmemoria ran successfully in 78ms
2017-02-22 20:05:34.740  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-399::rmemoria: Foreign key constraint added to examxpert (case_ID)
2017-02-22 20:05:34.740  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-399::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-399::rmemoria ran successfully in 125ms
2017-02-22 20:05:34.896  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-400::rmemoria: Foreign key constraint added to examxpert (laboratory_ID)
2017-02-22 20:05:34.896  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-400::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-400::rmemoria ran successfully in 140ms
2017-02-22 20:05:34.990  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-403::rmemoria: Foreign key constraint added to caseresistancepattern (resistpattern_id)
2017-02-22 20:05:34.990  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::1433264274749-403::rmemoria: ChangeSet /db/changelog/ini-database.xml::1433264274749-403::rmemoria ran successfully in 78ms
2017-02-22 20:05:35.021  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-3::rmemoria: Foreign key constraint added to commandhistory (WORKSPACELOG_ID)
2017-02-22 20:05:35.021  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-3::rmemoria: ChangeSet /db/changelog/ini-database.xml::300-3::rmemoria ran successfully in 31ms
2017-02-22 20:05:35.068  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-4::rmemoria: Foreign key constraint added to commandhistory (USERLOG_ID)
2017-02-22 20:05:35.068  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-4::rmemoria: ChangeSet /db/changelog/ini-database.xml::300-4::rmemoria ran successfully in 47ms
2017-02-22 20:05:35.099  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-5::rmemoria: Foreign key constraint added to commandhistory (UNIT_ID)
2017-02-22 20:05:35.099  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::300-5::rmemoria: ChangeSet /db/changelog/ini-database.xml::300-5::rmemoria ran successfully in 31ms
2017-02-22 20:05:35.146  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-3::rmemoria: Foreign key constraint added to searchable (UNIT_ID)
2017-02-22 20:05:35.146  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-3::rmemoria: ChangeSet /db/changelog/ini-database.xml::searchable-3::rmemoria ran successfully in 31ms
2017-02-22 20:05:35.177  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-4::rmemoria: Foreign key constraint added to searchable (WORKSPACE_ID)
2017-02-22 20:05:35.177  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-4::rmemoria: ChangeSet /db/changelog/ini-database.xml::searchable-4::rmemoria ran successfully in 31ms
2017-02-22 20:05:35.209  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-5::rmemoria: Index idx_search created
2017-02-22 20:05:35.209  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::searchable-5::rmemoria: ChangeSet /db/changelog/ini-database.xml::searchable-5::rmemoria ran successfully in 32ms
2017-02-22 20:05:35.224  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-3::rmemoria: Index idx_cacheddata created
2017-02-22 20:05:35.224  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-3::rmemoria: ChangeSet /db/changelog/ini-database.xml::cacheddata-3::rmemoria ran successfully in 15ms
2017-02-22 20:05:35.240  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-4::rmemoria: Index idx_cache_expiry created
2017-02-22 20:05:35.240  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-4::rmemoria: ChangeSet /db/changelog/ini-database.xml::cacheddata-4::rmemoria ran successfully in 16ms
2017-02-22 20:05:35.271  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-5::rmemoria: Foreign key constraint added to cacheddata (workspace_id)
2017-02-22 20:05:35.271  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::cacheddata-5::rmemoria: ChangeSet /db/changelog/ini-database.xml::cacheddata-5::rmemoria ran successfully in 31ms
2017-02-22 20:05:35.318  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::formdata-2::rmemoria: Foreign key constraint added to formdata (WORKSPACE_ID)
2017-02-22 20:05:35.318  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::formdata-2::rmemoria: ChangeSet /db/changelog/ini-database.xml::formdata-2::rmemoria ran successfully in 47ms
2017-02-22 20:05:35.334  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::formdata-3::rmemoria: Index idx_formdata_idname created
2017-02-22 20:05:35.334  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-database.xml::formdata-3::rmemoria: ChangeSet /db/changelog/ini-database.xml::formdata-3::rmemoria ran successfully in 16ms
2017-02-22 20:05:35.349  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-1::msantos: Table deletedentity created
2017-02-22 20:05:35.349  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-1::msantos: ChangeSet /db/changelog/ini-sync.xml::sync-1::msantos ran successfully in 15ms
2017-02-22 20:05:35.787  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-2::msantos: Custom SQL executed
2017-02-22 20:05:35.787  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-2::msantos: ChangeSet /db/changelog/ini-sync.xml::sync-2::msantos ran successfully in 438ms
2017-02-22 20:05:36.209  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-3::msantos: Custom SQL executed
2017-02-22 20:05:36.209  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-3::msantos: ChangeSet /db/changelog/ini-sync.xml::sync-3::msantos ran successfully in 422ms
2017-02-22 20:05:36.615  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-4::msantos: Custom SQL executed
2017-02-22 20:05:36.615  INFO 74116 --- [lication.main()] liquibase                                : classpath:/db/changelog/changelog-master.xml: /db/changelog/ini-sync.xml::sync-4::msantos: ChangeSet /db/changelog/ini-sync.xml::sync-4::msantos ran successfully in 406ms
2017-02-22 20:05:36.631  INFO 74116 --- [lication.main()] liquibase                                : Successfully released change log lock
2017-02-22 20:05:37.099  INFO 74116 --- [lication.main()] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2017-02-22 20:05:37.115  INFO 74116 --- [lication.main()] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [
	name: default
	...]
2017-02-22 20:05:37.209  INFO 74116 --- [lication.main()] org.hibernate.Version                    : HHH000412: Hibernate Core {5.0.11.Final}
2017-02-22 20:05:37.209  INFO 74116 --- [lication.main()] org.hibernate.cfg.Environment            : HHH000206: hibernate.properties not found
2017-02-22 20:05:37.209  INFO 74116 --- [lication.main()] org.hibernate.cfg.Environment            : HHH000021: Bytecode provider name : javassist
2017-02-22 20:05:37.271  INFO 74116 --- [lication.main()] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
2017-02-22 20:05:37.662  INFO 74116 --- [lication.main()] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
2017-02-22 20:05:39.084  INFO 74116 --- [lication.main()] o.h.tool.hbm2ddl.SchemaValidator         : HHH000229: Running schema validator
2017-02-22 20:05:52.474  INFO 74116 --- [lication.main()] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2017-02-22 20:05:53.256  INFO 74116 --- [lication.main()] org.dozer.config.GlobalSettings          : Trying to find Dozer configuration file: dozer.properties
2017-02-22 20:05:53.271  WARN 74116 --- [lication.main()] org.dozer.config.GlobalSettings          : Dozer configuration file not found: dozer.properties.  Using defaults for all Dozer global properties.
2017-02-22 20:05:53.271  INFO 74116 --- [lication.main()] org.dozer.DozerInitializer               : Initializing Dozer. Version: 5.5.0, Thread Name: org.msh.etbm.Application.main()
2017-02-22 20:05:53.271  INFO 74116 --- [lication.main()] org.dozer.jmx.JMXPlatformImpl            : Dozer JMX MBean [org.dozer.jmx:type=DozerStatisticsController] auto registered with the Platform MBean Server
2017-02-22 20:05:53.271  INFO 74116 --- [lication.main()] org.dozer.jmx.JMXPlatformImpl            : Dozer JMX MBean [org.dozer.jmx:type=DozerAdminController] auto registered with the Platform MBean Server
2017-02-22 20:05:53.271  INFO 74116 --- [lication.main()] org.dozer.DozerBeanMapper                : Initializing a new instance of dozer bean mapper.
2017-02-22 20:05:53.631  INFO 74116 --- [lication.main()] o.m.e.commons.forms.FormConfiguration    : Scanning form type handlers
2017-02-22 20:05:53.943  INFO 74116 --- [lication.main()] o.m.e.commons.forms.FormConfiguration    : Form request types found: command-types, timeZones, adminUnit, medicines, regimens, substances, unit, perms-tree, profiles, users, userViews, workspaces, manualTags
2017-02-22 20:05:54.256  INFO 74116 --- [lication.main()] o.s.w.s.v.f.FreeMarkerConfigurer         : ClassTemplateLoader for Spring macros added to FreeMarker configuration
2017-02-22 20:05:57.193  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@44bb5835: startup date [Wed Feb 22 20:05:17 EST 2017]; root of context hierarchy
2017-02-22 20:05:57.334  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/message]}" onto public java.lang.String org.msh.etbm.test.TestRest.getMessage()
2017-02-22 20:05:57.334  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/form/readonly/{id}]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.test.TestRest.initFormReadOnly(java.util.UUID)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/mappintest]}" onto public java.lang.String org.msh.etbm.test.TestRest.mappingTest()
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/syncfile]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.test.TestRest.generateSyncFile() throws java.io.IOException
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/query]}" onto public java.lang.String org.msh.etbm.test.TestRest.testQuery(java.lang.String)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/map],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.test.TestRest.mapTest(java.util.Map<java.lang.String, java.lang.Object>)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/form]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.test.TestRest.initForm()
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/test/indicator]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.test.TestRest.generateIndicator()
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.admunits.data.AdminUnitData org.msh.etbm.web.api.admin.AdminUnitsREST.get(java.util.UUID)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.AdminUnitsREST.update(java.util.UUID,org.msh.etbm.services.admin.admunits.data.AdminUnitFormData) throws org.springframework.validation.BindException
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.AdminUnitsREST.delete(java.util.UUID) throws org.springframework.validation.BindException
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.AdminUnitsREST.create(org.msh.etbm.services.admin.admunits.data.AdminUnitFormData) throws org.springframework.validation.BindException
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit/query],methods=[POST],produces=[application/json]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.AdminUnitsREST.query(org.msh.etbm.services.admin.admunits.AdminUnitQueryParams)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.admunits.data.AdminUnitFormData org.msh.etbm.web.api.admin.AdminUnitsREST.getFormData(java.util.UUID)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.ageranges.AgeRangeData org.msh.etbm.web.api.admin.AgeRangesREST.get(java.util.UUID)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.AgeRangesREST.update(java.util.UUID,org.msh.etbm.services.admin.ageranges.AgeRangeRequest)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.AgeRangesREST.delete(java.util.UUID)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.AgeRangesREST.create(org.msh.etbm.services.admin.ageranges.AgeRangeRequest)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.AgeRangesREST.query(org.msh.etbm.services.admin.ageranges.AgeRangesQueryParams)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.ageranges.AgeRangeFormData org.msh.etbm.web.api.admin.AgeRangesREST.getForm(java.util.UUID)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/cmdhistory],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.CmdHistoryRepREST.query(org.msh.etbm.services.admin.cmdhisotryrep.CmdHistoryRepQueryParams)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/todaycmdhistory],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.CmdHistoryRepREST.todayResult()
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.admunits.CountryStructureData org.msh.etbm.web.api.admin.CountryStructureREST.get(java.util.UUID)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.CountryStructureREST.update(java.util.UUID,org.msh.etbm.services.admin.admunits.CountryStructureFormData) throws org.springframework.validation.BindException
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.CountryStructureREST.delete(java.util.UUID) throws org.springframework.validation.BindException
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.CountryStructureREST.create(org.msh.etbm.services.admin.admunits.CountryStructureFormData) throws org.springframework.validation.BindException
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.CountryStructureREST.query(org.msh.etbm.services.admin.admunits.CountryStructureQueryParams)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.admunits.CountryStructureFormData org.msh.etbm.web.api.admin.CountryStructureREST.getFormData(java.util.UUID)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/errorlog],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.ErrorLogRepREST.query(org.msh.etbm.services.admin.errorlogrep.ErrorLogRepQueryParams)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/todayerrorlog],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.ErrorLogRepREST.todayResult()
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/onlineusers],methods=[POST]}" onto public java.util.List<org.msh.etbm.services.admin.onlinereport.OnlineUsersRepData> org.msh.etbm.web.api.admin.OnlineUsersRepREST.query()
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.products.ProductDetailedData org.msh.etbm.web.api.admin.ProductsREST.get(java.util.UUID)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.ProductsREST.update(java.util.UUID,org.msh.etbm.services.admin.products.ProductFormData)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.ProductsREST.delete(java.util.UUID)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.ProductsREST.create(org.msh.etbm.services.admin.products.ProductFormData)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.ProductsREST.query(org.msh.etbm.services.admin.products.ProductQueryParams)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.products.ProductFormData org.msh.etbm.web.api.admin.ProductsREST.getFormData(java.util.UUID)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.regimens.RegimenData org.msh.etbm.web.api.admin.RegimensREST.get(java.util.UUID)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.RegimensREST.update(java.util.UUID,org.msh.etbm.services.admin.regimens.RegimenFormData)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.RegimensREST.delete(java.util.UUID)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.RegimensREST.create(org.msh.etbm.services.admin.regimens.RegimenFormData)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.RegimensREST.query(org.msh.etbm.services.admin.regimens.RegimenQueryParams)
2017-02-22 20:05:57.349  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.regimens.RegimenFormData org.msh.etbm.web.api.admin.RegimensREST.getForm(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.sources.SourceData org.msh.etbm.web.api.admin.SourcesREST.get(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SourcesREST.update(java.util.UUID,org.msh.etbm.services.admin.sources.SourceFormData)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SourcesREST.delete(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SourcesREST.create(org.msh.etbm.services.admin.sources.SourceFormData)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.SourcesREST.query(org.msh.etbm.services.admin.sources.SourceQueryParams)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.sources.SourceFormData org.msh.etbm.web.api.admin.SourcesREST.getFormData(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.substances.SubstanceData org.msh.etbm.web.api.admin.SubstancesREST.get(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SubstancesREST.update(java.util.UUID,org.msh.etbm.services.admin.substances.SubstanceFormData)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SubstancesREST.delete(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SubstancesREST.create(org.msh.etbm.services.admin.substances.SubstanceFormData)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.SubstancesREST.query(org.msh.etbm.services.admin.substances.SubstanceQueryParams)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.substances.SubstanceFormData org.msh.etbm.web.api.admin.SubstancesREST.getFormData(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/sysconfig],methods=[GET]}" onto public org.msh.etbm.services.admin.sysconfig.SysConfigFormData org.msh.etbm.web.api.admin.SysConfigREST.readConfig()
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/sysconfig],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SysConfigREST.postConfig(org.msh.etbm.services.admin.sysconfig.SysConfigFormData)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.tags.TagData org.msh.etbm.web.api.admin.TagsREST.get(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.TagsREST.update(java.util.UUID,org.msh.etbm.services.admin.tags.TagFormData)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.TagsREST.delete(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.TagsREST.create(org.msh.etbm.services.admin.tags.TagFormData)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.TagsREST.query(org.msh.etbm.services.admin.tags.TagQueryParams)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.tags.TagFormData org.msh.etbm.web.api.admin.TagsREST.getForm(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.units.data.UnitDetailedData org.msh.etbm.web.api.admin.UnitsREST.get(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UnitsREST.update(java.util.UUID,org.msh.etbm.services.admin.units.data.UnitFormData) throws org.springframework.validation.BindException
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UnitsREST.delete(java.util.UUID) throws org.springframework.validation.BindException
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UnitsREST.create(org.msh.etbm.services.admin.units.data.UnitFormData) throws org.springframework.validation.BindException
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.units.data.UnitFormData org.msh.etbm.web.api.admin.UnitsREST.getFormData(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.UnitsREST.queryUnits(org.msh.etbm.services.admin.units.UnitQueryParams)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.userprofiles.UserProfileDetailedData org.msh.etbm.web.api.admin.UserProfileREST.get(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UserProfileREST.update(java.util.UUID,org.msh.etbm.services.admin.userprofiles.UserProfileFormData) throws org.springframework.validation.BindException
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UserProfileREST.delete(java.util.UUID) throws org.springframework.validation.BindException
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UserProfileREST.create(org.msh.etbm.services.admin.userprofiles.UserProfileFormData) throws org.springframework.validation.BindException
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.UserProfileREST.query(org.msh.etbm.services.admin.userprofiles.UserProfileQueryParams)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.userprofiles.UserProfileFormData org.msh.etbm.web.api.admin.UserProfileREST.getFormData(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/usersession],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.UserSessionsRepREST.query(org.msh.etbm.services.admin.sessionreport.UserSessionRepQueryParams)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/dailyusersession],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.UserSessionsRepREST.queryByDay(org.msh.etbm.services.admin.sessionreport.UserSessionRepQueryParams)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.usersws.data.UserWsDetailedData org.msh.etbm.web.api.admin.UsersWsREST.get(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UsersWsREST.update(java.util.UUID,org.msh.etbm.services.admin.usersws.data.UserWsFormData) throws org.springframework.validation.BindException
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UsersWsREST.delete(java.util.UUID) throws org.springframework.validation.BindException
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UsersWsREST.create(org.msh.etbm.services.admin.usersws.data.UserWsFormData) throws org.springframework.validation.BindException
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.UsersWsREST.query(org.msh.etbm.services.admin.usersws.UserWsQueryParams)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.usersws.data.UserWsFormData org.msh.etbm.web.api.admin.UsersWsREST.getFormData(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/resetpwd],methods=[POST]}" onto public void org.msh.etbm.web.api.admin.UsersWsREST.resetPassword(org.msh.etbm.services.admin.usersws.data.UserWsChangePwdFormData)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/updatepwd],methods=[POST]}" onto public void org.msh.etbm.web.api.admin.UsersWsREST.updatePassword(org.msh.etbm.services.admin.usersws.data.UserWsChangePwdFormData)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.workspaces.WorkspaceDetailData org.msh.etbm.web.api.admin.WorkspacesREST.get(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.WorkspacesREST.update(java.util.UUID,org.msh.etbm.services.admin.workspaces.WorkspaceRequest)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.WorkspacesREST.delete(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.WorkspacesREST.create(org.msh.etbm.services.admin.workspaces.WorkspaceFormData)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.WorkspacesREST.query(org.msh.etbm.services.admin.workspaces.WorkspaceQueryParams)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.workspaces.WorkspaceFormData org.msh.etbm.web.api.admin.WorkspacesREST.getFormData(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/auth/login],methods=[POST]}" onto public org.msh.etbm.web.api.authentication.LoginResponse org.msh.etbm.web.api.authentication.AuthenticatorREST.login(org.msh.etbm.web.api.authentication.LoginRequest,javax.servlet.http.HttpServletRequest)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/auth/workspaces],methods=[POST]}" onto public java.util.List<org.msh.etbm.services.security.authentication.WorkspaceInfo> org.msh.etbm.web.api.authentication.AuthenticatorREST.getWorkspaces(org.msh.etbm.web.api.authentication.WorkspacesRequest)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/auth/logout],methods=[GET]}" onto public void org.msh.etbm.web.api.authentication.AuthenticatorREST.logout(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/reopen/{caseId}],methods=[GET]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseCloseREST.reopenCase(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/close],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseCloseREST.closeCase(org.msh.etbm.services.cases.caseclose.CaseCloseData)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/casecomment/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseCommentsREST.update(java.util.UUID,org.msh.etbm.services.cases.comments.CaseCommentFormData)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/casecomment/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseCommentsREST.delete(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/casecomment],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseCommentsREST.create(org.msh.etbm.services.cases.comments.CaseCommentFormData)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/casecomment/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.comments.CaseCommentFormData org.msh.etbm.web.api.cases.CaseCommentsREST.getForm(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/comorbidity/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseComorbiditiesREST.updateComorbidity(java.util.UUID,org.msh.etbm.services.cases.comorbidity.CaseComorbiditiesData)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/contact/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.contacts.CaseContactData org.msh.etbm.web.api.cases.CaseContactsREST.get(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/contact/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseContactsREST.update(java.util.UUID,org.msh.etbm.services.cases.contacts.CaseContactFormData)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/contact],methods=[GET]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.CaseContactsREST.init()
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/contact/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseContactsREST.delete(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/contact],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseContactsREST.create(org.msh.etbm.services.cases.contacts.CaseContactFormData)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/contact/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.CaseContactsREST.query(org.msh.etbm.services.cases.contacts.CaseContactQueryParams)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/contact/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.contacts.CaseContactFormData org.msh.etbm.web.api.cases.CaseContactsREST.getForm(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/edit/save],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseEditREST.saveEdit(org.msh.etbm.services.cases.cases.data.CaseEditFormData)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/edit/form/{id}]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.CaseEditREST.initForm(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/undotransferout/{caseId}],methods=[GET]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseMoveREST.undoTransferOut(java.util.UUID)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/transferout],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseMoveREST.transferOut(org.msh.etbm.services.cases.casemove.CaseMoveRequest)
2017-02-22 20:05:57.365  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/transferin],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseMoveREST.transferIn(org.msh.etbm.services.cases.casemove.CaseMoveRequest)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.prevtreats.CasePrevTreatData org.msh.etbm.web.api.cases.CasePrevTreatsREST.get(java.util.UUID,java.lang.String,java.lang.String)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CasePrevTreatsREST.update(java.util.UUID,org.msh.etbm.services.cases.prevtreats.CasePrevTreatFormData)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat],methods=[GET]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.CasePrevTreatsREST.init(java.lang.String,java.util.UUID,java.util.UUID)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CasePrevTreatsREST.delete(java.util.UUID)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CasePrevTreatsREST.create(org.msh.etbm.services.cases.prevtreats.CasePrevTreatFormData)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.CasePrevTreatsREST.query(org.msh.etbm.services.cases.prevtreats.CasePrevTreatQueryParams)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.prevtreats.CasePrevTreatFormData org.msh.etbm.web.api.cases.CasePrevTreatsREST.getForm(java.util.UUID)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/prevtreat/form],methods=[POST]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.CasePrevTreatsREST.initForm(org.msh.etbm.web.api.cases.CaseFormRequest)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/report/exec],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseReportsREST.get(org.msh.etbm.services.cases.reports.ReportExecRequest)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/report/delete/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseReportsREST.delete(java.util.UUID)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/report/save],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseReportsREST.saveReport(org.msh.etbm.services.cases.reports.CaseReportFormData)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/report/save/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseReportsREST.updateReport(java.util.UUID,org.msh.etbm.services.cases.reports.CaseReportFormData)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/report/query],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseReportsREST.queryReports()
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/report/init],methods=[POST]}" onto public org.msh.etbm.services.cases.indicators.CaseIndicatorInitResponse org.msh.etbm.web.api.cases.CaseReportsREST.getInitData()
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/report/ind/exec],methods=[POST]}" onto public org.msh.etbm.services.cases.indicators.CaseIndicatorResponse org.msh.etbm.web.api.cases.CaseReportsREST.generateIndicator(org.msh.etbm.services.cases.indicators.CaseIndicatorRequest)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/search/init],methods=[POST]}" onto public org.msh.etbm.services.cases.search.CaseSearchInitResponse org.msh.etbm.web.api.cases.CaseSearchREST.init()
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/search],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult<org.msh.etbm.services.cases.search.CaseData> org.msh.etbm.web.api.cases.CaseSearchREST.search(org.msh.etbm.services.cases.search.CaseSearchRequest)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/sideeffect/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.sideeffects.CaseSideEffectData org.msh.etbm.web.api.cases.CaseSideEffectsREST.get(java.util.UUID)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/sideeffect/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseSideEffectsREST.update(java.util.UUID,org.msh.etbm.services.cases.sideeffects.CaseSideEffectFormData)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/sideeffect/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseSideEffectsREST.delete(java.util.UUID)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/sideeffect],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseSideEffectsREST.create(org.msh.etbm.services.cases.sideeffects.CaseSideEffectFormData)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/sideeffect/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.CaseSideEffectsREST.query(org.msh.etbm.services.cases.sideeffects.CaseSideEffectQueryParams)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/sideeffect/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.sideeffects.CaseSideEffectFormData org.msh.etbm.web.api.cases.CaseSideEffectsREST.getForm(java.util.UUID)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/case/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.cases.data.CaseDetailedData org.msh.etbm.web.api.cases.CasesREST.get(java.util.UUID)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/case/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CasesREST.delete(java.util.UUID)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/case/form/readonly/{id}]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.CasesREST.initReadOnlyForm(java.util.UUID)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/view/adminunit],methods=[POST]}" onto public java.util.List<org.msh.etbm.services.cases.view.PlaceData> org.msh.etbm.web.api.cases.CasesViewREST.generateReport(java.util.UUID)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/view],methods=[POST]}" onto public java.util.List<org.msh.etbm.services.cases.view.PlaceData> org.msh.etbm.web.api.cases.CasesViewREST.generateReport()
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/view/places],methods=[POST]}" onto public java.util.List<org.msh.etbm.services.cases.view.PlaceData> org.msh.etbm.web.api.cases.CasesViewREST.generateReportByAdminUnit(java.util.UUID)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/tag/update],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseTagsREST.updateManualTags(org.msh.etbm.services.cases.tag.CaseTagsFormData)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/tag/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.CaseTagsREST.getTagCases(org.msh.etbm.services.cases.tag.TagCasesQueryParams)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/validate/{id}],methods=[GET]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CaseValidateREST.get(java.util.UUID)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examcul/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examculture.ExamCulData org.msh.etbm.web.api.cases.ExamCultureREST.get(java.util.UUID)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examcul/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamCultureREST.update(java.util.UUID,org.msh.etbm.services.cases.followup.examculture.ExamCulFormData)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examculture/init],methods=[POST]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.ExamCultureREST.init(java.util.UUID,java.lang.String,java.lang.String)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examcul/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamCultureREST.delete(java.util.UUID)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examcul],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamCultureREST.create(org.msh.etbm.services.cases.followup.examculture.ExamCulFormData)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examcul/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.ExamCultureREST.query(org.msh.etbm.commons.entities.query.EntityQueryParams)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examcul/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examculture.ExamCulFormData org.msh.etbm.web.api.cases.ExamCultureREST.getForm(java.util.UUID)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examdst/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examdst.ExamDSTData org.msh.etbm.web.api.cases.ExamDSTREST.get(java.util.UUID)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examdst/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamDSTREST.update(java.util.UUID,org.msh.etbm.services.cases.followup.examdst.ExamDSTFormData)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examdst/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamDSTREST.delete(java.util.UUID)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examdst],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamDSTREST.create(org.msh.etbm.services.cases.followup.examdst.ExamDSTFormData)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examdst/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.ExamDSTREST.query(org.msh.etbm.commons.entities.query.EntityQueryParams)
2017-02-22 20:05:57.381  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examdst/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examdst.ExamDSTFormData org.msh.etbm.web.api.cases.ExamDSTREST.getForm(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examhiv/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examhiv.ExamHIVData org.msh.etbm.web.api.cases.ExamHIVREST.get(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examhiv/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamHIVREST.update(java.util.UUID,org.msh.etbm.services.cases.followup.examhiv.ExamHIVFormData)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examhiv/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamHIVREST.delete(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examhiv],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamHIVREST.create(org.msh.etbm.services.cases.followup.examhiv.ExamHIVFormData)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examhiv/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.ExamHIVREST.query(org.msh.etbm.commons.entities.query.EntityQueryParams)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examhiv/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examhiv.ExamHIVFormData org.msh.etbm.web.api.cases.ExamHIVREST.getForm(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/exammic/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.exammic.ExamMicData org.msh.etbm.web.api.cases.ExamMicroscopyREST.get(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/exammic/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamMicroscopyREST.update(java.util.UUID,org.msh.etbm.services.cases.followup.exammic.ExamMicFormData)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/exammic/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamMicroscopyREST.delete(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/exammic],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamMicroscopyREST.create(org.msh.etbm.services.cases.followup.exammic.ExamMicFormData)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/exammic/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.ExamMicroscopyREST.query(org.msh.etbm.commons.entities.query.EntityQueryParams)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/exammic/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.exammic.ExamMicFormData org.msh.etbm.web.api.cases.ExamMicroscopyREST.getForm(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxpert/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examxpert.ExamXpertData org.msh.etbm.web.api.cases.ExamXpertREST.get(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxpert/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamXpertREST.update(java.util.UUID,org.msh.etbm.services.cases.followup.examxpert.ExamXpertFormData)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxpert/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamXpertREST.delete(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxpert],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamXpertREST.create(org.msh.etbm.services.cases.followup.examxpert.ExamXpertFormData)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxpert/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.ExamXpertREST.query(org.msh.etbm.commons.entities.query.EntityQueryParams)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxpert/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examxpert.ExamXpertFormData org.msh.etbm.web.api.cases.ExamXpertREST.getForm(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxray/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examxray.ExamXRayData org.msh.etbm.web.api.cases.ExamXRayREST.get(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxray/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamXRayREST.update(java.util.UUID,org.msh.etbm.services.cases.followup.examxray.ExamXRayFormData)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxray/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamXRayREST.delete(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxray],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.ExamXRayREST.create(org.msh.etbm.services.cases.followup.examxray.ExamXRayFormData)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxray/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.ExamXRayREST.query(org.msh.etbm.commons.entities.query.EntityQueryParams)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/examxray/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.examxray.ExamXRayFormData org.msh.etbm.web.api.cases.ExamXRayREST.getForm(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/followups/{caseId}],methods=[GET]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.FollowUpREST.get(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issuefollowup/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.IssueFollowUpsREST.update(java.util.UUID,org.msh.etbm.services.cases.issues.followup.IssueFollowUpFormData)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issuefollowup/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.IssueFollowUpsREST.delete(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issuefollowup],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.IssueFollowUpsREST.create(org.msh.etbm.services.cases.issues.followup.IssueFollowUpFormData)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issuefollowup/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.issues.followup.IssueFollowUpFormData org.msh.etbm.web.api.cases.IssueFollowUpsREST.getForm(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issue/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.IssuesREST.update(java.util.UUID,org.msh.etbm.services.cases.issues.IssueFormData)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issue/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.IssuesREST.delete(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issue],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.IssuesREST.create(org.msh.etbm.services.cases.issues.IssueFormData)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/issue/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.issues.IssueFormData org.msh.etbm.web.api.cases.IssuesREST.getForm(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/medexam/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.medexam.MedExamData org.msh.etbm.web.api.cases.MedicalExaminationREST.get(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/medexam/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.MedicalExaminationREST.update(java.util.UUID,org.msh.etbm.services.cases.followup.medexam.MedExamFormData)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/medexam/{id}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.MedicalExaminationREST.delete(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/medexam],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.MedicalExaminationREST.create(org.msh.etbm.services.cases.followup.medexam.MedExamFormData)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/medexam/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.MedicalExaminationREST.query(org.msh.etbm.commons.entities.query.EntityQueryParams)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/medexam/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.followup.medexam.MedExamFormData org.msh.etbm.web.api.cases.MedicalExaminationREST.getForm(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/newnotif],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.NewNotificationREST.create(org.msh.etbm.services.cases.cases.data.NewNotificationFormData)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/newnotif/form]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.NewNotificationREST.initForm(org.msh.etbm.services.cases.cases.data.NewNotificationInitFormReq)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/patient/search],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult<org.msh.etbm.services.cases.patient.PatientSearchItem> org.msh.etbm.web.api.cases.PatientREST.query(org.msh.etbm.services.cases.patient.PatientQueryParams)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/summary],methods=[POST]}" onto public org.msh.etbm.web.api.cases.SummaryViewRespose org.msh.etbm.web.api.cases.SummaryViewREST.getSummary(org.msh.etbm.services.cases.summary.SummaryRequest)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/unit/{unitID}],methods=[POST]}" onto public org.msh.etbm.services.cases.view.unitview.UnitViewData org.msh.etbm.web.api.cases.SummaryViewREST.getUnitView(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/suspectfollowup],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.SuspectFollowUpREST.save(org.msh.etbm.services.cases.suspectfollowup.SuspectFollowUpData)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/suspectfollowup/initform/{cla}],methods=[GET]}" onto public org.msh.etbm.commons.forms.FormInitResponse org.msh.etbm.web.api.cases.SuspectFollowUpREST.initForm(java.lang.String)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/{caseId}],methods=[GET]}" onto public org.msh.etbm.services.cases.treatment.data.TreatmentData org.msh.etbm.web.api.cases.TreatmentREST.get(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/followup],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.TreatmentREST.update(org.msh.etbm.services.cases.treatment.followup.TreatFollowupUpdateRequest)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/update],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.TreatmentREST.updateTreatment(org.msh.etbm.services.cases.treatment.edit.TreatmentUpdateRequest)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/prescription/add],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.TreatmentREST.addPrescription(org.msh.etbm.services.cases.treatment.edit.AddMedicineRequest)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/undo/{caseId}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.TreatmentREST.undoTreatment(java.util.UUID)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/prescription/update],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.TreatmentREST.updatePrescription(org.msh.etbm.services.cases.treatment.edit.PrescriptionUpdateRequest)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/start],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.TreatmentREST.startStandardRegimen(org.msh.etbm.services.cases.treatment.start.StartTreatmentRequest)
2017-02-22 20:05:57.396  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/cases/case/treatment/prescription/delete/{prescriptionId}],methods=[DELETE]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.TreatmentREST.deletePrescription(java.util.UUID)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/dashboard/generate],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.dashboard.DashboardREST.generate(org.msh.etbm.services.dashboard.DashboardRequest)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/form/request],methods=[POST]}" onto public java.util.Map<java.lang.String, java.lang.Object> org.msh.etbm.web.api.forms.FormREST.initFields(java.util.List<org.msh.etbm.commons.forms.FormRequest>)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/forms/{formId}],methods=[GET]}" onto public org.msh.etbm.commons.forms.data.Form org.msh.etbm.web.api.forms.FormsREST.getForm(java.lang.String)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/init/workspace],methods=[POST]}" onto public java.util.UUID org.msh.etbm.web.api.init.RegisterWorkspaceRest.registerWorkspace(org.msh.etbm.services.init.RegisterWorkspaceRequest)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/models/{modelId}],methods=[GET]}" onto public org.msh.etbm.commons.models.data.Model org.msh.etbm.web.api.model.ModelsREST.getModel(java.lang.String)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/models/update],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.model.ModelsREST.updateModel(org.msh.etbm.commons.models.data.Model)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/models],methods=[GET]}" onto public java.util.List<org.msh.etbm.commons.Item<java.lang.String>> org.msh.etbm.web.api.model.ModelsREST.getAllModels()
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/client/init/initialize],methods=[POST]}" onto public org.msh.etbm.services.offline.StatusResponse org.msh.etbm.web.api.offline.ClientInitREST.initialize(org.msh.etbm.services.offline.client.ServerCredentialsData)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/client/init/status],methods=[GET]}" onto public org.msh.etbm.services.offline.StatusResponse org.msh.etbm.web.api.offline.ClientInitREST.initStatus()
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/client/init/workspaces],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.offline.ClientInitREST.findWorkspaces(org.msh.etbm.services.offline.client.ServerCredentialsData)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/client/sync/synchronize],methods=[POST]}" onto public org.msh.etbm.services.offline.StatusResponse org.msh.etbm.web.api.offline.ClientSyncREST.initialize(org.msh.etbm.services.offline.client.ServerCredentialsData)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/client/sync/status],methods=[GET]}" onto public org.msh.etbm.services.offline.StatusResponse org.msh.etbm.web.api.offline.ClientSyncREST.initStatus()
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/server/inifile],methods=[GET]}" onto public void org.msh.etbm.web.api.offline.ServerInitREST.downloadIniFile(javax.servlet.http.HttpServletResponse) throws java.io.FileNotFoundException,java.io.IOException
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/server/sync/status/{token}],methods=[GET]}" onto public org.msh.etbm.services.offline.StatusResponse org.msh.etbm.web.api.offline.ServerSyncREST.getStatus(java.lang.String)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/server/sync/end/{token}],methods=[GET]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.offline.ServerSyncREST.endSync(java.lang.String)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/server/sync/start],methods=[POST]}" onto public org.msh.etbm.services.offline.StatusResponse org.msh.etbm.web.api.offline.ServerSyncREST.startSync(org.springframework.web.multipart.MultipartFile)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/offline/server/sync/response/{token}],methods=[GET]}" onto public void org.msh.etbm.web.api.offline.ServerSyncREST.downloadResponseFile(java.lang.String,javax.servlet.http.HttpServletResponse) throws java.io.FileNotFoundException,java.io.IOException
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/pub/forgotpwd],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.pub.ForgotPwdREST.requestNewPwd(java.lang.String)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/pub/pwdtokeninfo/{token}],methods=[POST]}" onto public org.msh.etbm.services.pub.PwdResetTokenResponse org.msh.etbm.web.api.pub.PasswordUpdateREST.getUserInfoByToken(java.lang.String)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/pub/updatepwd],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.pub.PasswordUpdateREST.updatePassword(org.msh.etbm.services.security.password.PasswordUpdateRequest)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/pub/selfreg],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.pub.SelfRegistrationREST.register(org.msh.etbm.services.pub.SelfRegistrationRequest)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/changepassword],methods=[POST]}" onto public void org.msh.etbm.web.api.session.ChangePasswordREST.updateUserSettings(org.msh.etbm.services.session.changepassword.ChangePasswordFormData)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/session/search],methods=[POST]}" onto public java.util.List<org.msh.etbm.services.session.search.SearchResponse> org.msh.etbm.web.api.session.SearchREST.searchByKey(org.msh.etbm.services.session.search.SearchRequest)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/session],methods=[POST]}" onto public org.msh.etbm.services.session.usersession.UserSessionResponse org.msh.etbm.web.api.session.UserSessionRest.getUserSession(javax.servlet.http.HttpServletRequest)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/changews/{userwsId}],methods=[POST]}" onto public org.msh.etbm.web.api.session.ChangeWsResponse org.msh.etbm.web.api.session.UserSessionRest.changeWorkspace(javax.servlet.http.HttpServletRequest,java.util.UUID)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/workspaces],methods=[POST]}" onto public java.util.List<org.msh.etbm.commons.SynchronizableItem> org.msh.etbm.web.api.session.UserSessionRest.getUserWorkspaces()
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/usersettings],methods=[GET]}" onto public org.msh.etbm.services.session.usersettings.UserSettingsFormData org.msh.etbm.web.api.session.UserSettingsREST.getUserSettings()
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/usersettings],methods=[POST]}" onto public void org.msh.etbm.web.api.session.UserSettingsREST.updateUserSettings(org.msh.etbm.services.session.usersettings.UserSettingsFormData)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/info]}" onto public org.msh.etbm.services.sys.info.SystemInformation org.msh.etbm.web.api.sys.SystemRest.getInformation(java.lang.String,java.lang.String)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/]}" onto public java.lang.String org.msh.etbm.web.templates.IndexController.welcome(java.util.Map<java.lang.String, java.lang.Object>,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2017-02-22 20:05:57.412  INFO 74116 --- [lication.main()] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-02-22 20:05:57.506  INFO 74116 --- [lication.main()] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-02-22 20:05:57.506  INFO 74116 --- [lication.main()] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-02-22 20:05:57.521  INFO 74116 --- [lication.main()] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in exceptionHandlingController
2017-02-22 20:05:57.521  INFO 74116 --- [lication.main()] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in unexpectedExceptionHandlingController
2017-02-22 20:05:57.584  INFO 74116 --- [lication.main()] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-02-22 20:05:58.178  INFO 74116 --- [lication.main()] o.s.j.e.a.AnnotationMBeanExporter        : Registering beans for JMX exposure on startup
2017-02-22 20:05:58.193  INFO 74116 --- [lication.main()] s.a.ScheduledAnnotationBeanPostProcessor : No TaskScheduler/ScheduledExecutorService bean found for scheduled processing
2017-02-22 20:05:58.271  INFO 74116 --- [lication.main()] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080 (http)
2017-02-22 20:05:58.287  INFO 74116 --- [lication.main()] org.msh.etbm.Application                 : Started Application in 42.047 seconds (JVM running for 266.662)
[INFO] 
[INFO] --- frontend-maven-plugin:0.0.27:npm (integration-test) @ etbmanager ---
[INFO] Found proxies: []
[INFO] Running 'npm test --color=false' in C:\apps\jenkins\workspace\eTBM 3 (development)
[INFO] 
[INFO] > etbm@3.0.0 test C:\apps\jenkins\workspace\eTBM 3 (development)
[INFO] > mocha --use_strict client/src/test/run.js --timeout 15000
[INFO] 
[INFO] 
[INFO] 
2017-02-22 20:06:00.365  INFO 74116 --- [pool-5-thread-1] o.h.h.i.QueryTranslatorFactoryInitiator  : HHH000397: Using ASTQueryTranslatorFactory
2017-02-22 20:06:00.459  INFO 74116 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring FrameworkServlet 'dispatcherServlet'
2017-02-22 20:06:00.459  INFO 74116 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'dispatcherServlet': initialization started
2017-02-22 20:06:00.490  INFO 74116 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'dispatcherServlet': initialization completed in 31 ms
2017-02-22 20:06:00.615  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Using the following xml files to load custom mappings for the bean mapper instance: [dozer/config.mapper.xml, dozer/global.mapper.xml, dozer/adminunit.mapper.xml, dozer/unit.mapper.xml, dozer/source.mapper.xml, dozer/product.mapper.xml, dozer/substance.mapper.xml, dozer/workspace.mapper.xml, dozer/userws.mapper.xml, dozer/regimen.mapper.xml, dozer/sysconfig.mapper.xml, dozer/followup.mapper.xml, dozer/case.mapper.xml, dozer/prevtbtreatment.mapper.xml]
2017-02-22 20:06:00.615  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/config.mapper.xml
2017-02-22 20:06:00.615  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/config.mapper.xml] to load custom xml mappings
2017-02-22 20:06:00.646  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/config.mapper.xml]
2017-02-22 20:06:00.646  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/global.mapper.xml
2017-02-22 20:06:00.646  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/global.mapper.xml] to load custom xml mappings
2017-02-22 20:06:00.662  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/global.mapper.xml]
2017-02-22 20:06:00.662  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/adminunit.mapper.xml
2017-02-22 20:06:00.662  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/adminunit.mapper.xml] to load custom xml mappings
2017-02-22 20:06:00.662  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/adminunit.mapper.xml]
2017-02-22 20:06:00.662  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/unit.mapper.xml
2017-02-22 20:06:00.662  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/unit.mapper.xml] to load custom xml mappings
2017-02-22 20:06:00.678  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/unit.mapper.xml]
2017-02-22 20:06:00.678  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/source.mapper.xml
2017-02-22 20:06:00.678  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/source.mapper.xml] to load custom xml mappings
2017-02-22 20:06:00.678  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/source.mapper.xml]
2017-02-22 20:06:00.678  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/product.mapper.xml
2017-02-22 20:06:00.693  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/product.mapper.xml] to load custom xml mappings
2017-02-22 20:06:00.693  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/product.mapper.xml]
2017-02-22 20:06:00.693  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/substance.mapper.xml
2017-02-22 20:06:00.693  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/substance.mapper.xml] to load custom xml mappings
2017-02-22 20:06:00.693  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/substance.mapper.xml]
2017-02-22 20:06:00.693  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/workspace.mapper.xml
2017-02-22 20:06:00.693  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/workspace.mapper.xml] to load custom xml mappings
2017-02-22 20:06:00.693  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/workspace.mapper.xml]
2017-02-22 20:06:00.693  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/userws.mapper.xml
2017-02-22 20:06:00.693  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/userws.mapper.xml] to load custom xml mappings
2017-02-22 20:06:00.709  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/userws.mapper.xml]
2017-02-22 20:06:00.709  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/regimen.mapper.xml
2017-02-22 20:06:00.709  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/regimen.mapper.xml] to load custom xml mappings
2017-02-22 20:06:00.724  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/regimen.mapper.xml]
2017-02-22 20:06:00.724  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/sysconfig.mapper.xml
2017-02-22 20:06:00.724  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/sysconfig.mapper.xml] to load custom xml mappings
2017-02-22 20:06:00.724  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/sysconfig.mapper.xml]
2017-02-22 20:06:00.724  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/followup.mapper.xml
2017-02-22 20:06:00.724  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/followup.mapper.xml] to load custom xml mappings
2017-02-22 20:06:00.740  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/followup.mapper.xml]
2017-02-22 20:06:00.740  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/case.mapper.xml
2017-02-22 20:06:00.740  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/case.mapper.xml] to load custom xml mappings
2017-02-22 20:06:00.756  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/case.mapper.xml]
2017-02-22 20:06:00.756  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Trying to find xml mapping file: dozer/prevtbtreatment.mapper.xml
2017-02-22 20:06:00.756  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/prevtbtreatment.mapper.xml] to load custom xml mappings
2017-02-22 20:06:00.756  INFO 74116 --- [nio-8080-exec-1] org.dozer.DozerBeanMapper                : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(development)/target/classes/dozer/prevtbtreatment.mapper.xml]
[INFO] Registering workspace...
[INFO]   workspace -> c0a8fe74-5a68-1087-815a-6880e1e60001
[INFO]   authToken -> c0a8fe74-5a68-1087-815a-6880e32e002f
[INFO]   Custom models
[INFO]     √ get all
[INFO] { name: 'prevtbtreatment',
[INFO]   table: 'prevtbtreatment',
[INFO]   version: 0,
[INFO]   fields: 
[INFO]    [ { type: 'month-year',
[INFO]        name: 'iniTreatment',
[INFO]        id: 0,
[INFO]        required: true,
[INFO]        label: '${TbCase.iniTreatmentDate}',
[INFO]        custom: false,
[INFO]        fieldMonth: 'iniMonth',
[INFO]        fieldYear: 'iniYear' },
[INFO]      { type: 'month-year',
[INFO]        name: 'endTreatment',
[INFO]        id: 1,
[INFO]        required: false,
[INFO]        label: '${TbCase.endTreatmentDate}',
[INFO]        custom: false,
[INFO]        fieldMonth: 'endMonth',
[INFO]        fieldYear: 'endYear' },
[INFO]      { type: 'string',
[INFO]        name: 'outcome',
[INFO]        id: 2,
[INFO]        required: true,
[INFO]        label: '${cases.prevtreat.outcome}',
[INFO]        custom: false,
[INFO]        options: [Object],
[INFO]        trim: true },
[INFO]      { type: 'bool',
[INFO]        name: 'r',
[INFO]        id: 3,
[INFO]        required: null,
[INFO]        label: '${cases.prevtreat.r}',
[INFO]        defaultValue: false,
[INFO]        custom: false },
[INFO]      { type: 'bool',
[INFO]        name: 'h',
[INFO]        id: 4,
[INFO]        required: null,
[INFO]        label: '${cases.prevtreat.h}',
[INFO]        defaultValue: false,
[INFO]        custom: false },
[INFO]      { type: 'bool',
[INFO]        name: 's',
[INFO]        id: 5,
[INFO]        required: null,
[INFO]        label: '${cases.prevtreat.s}',
[INFO]        defaultValue: false,
[INFO]        custom: false },
[INFO]      { type: 'bool',
[INFO]        name: 'e',
[INFO]        id: 6,
[INFO]        required: null,
[INFO]        label: '${cases.prevtreat.e}',
[INFO]        defaultValue: false,
[INFO]        custom: false },
[INFO]      { type: 'bool',
[INFO]        name: 'z',
[INFO]        id: 7,
[INFO]        required: null,
[INFO]        label: '${cases.prevtreat.z}',
[INFO]        defaultValue: false,
[INFO]        custom: false },
[INFO]      { type: 'bool',
[INFO]        name: 'am',
[INFO]        id: 8,
[INFO]        required: null,
[INFO]        label: '${cases.prevtreat.am}',
[INFO]        defaultValue: false,
[INFO]        custom: false },
[INFO]      { type: 'bool',
[INFO]        name: 'cfz',
[INFO]        id: 9,
[INFO]        required: null,
[INFO]        label: '${cases.prevtreat.cfz}',
[INFO]        defaultValue: false,
[INFO]        custom: false },
[INFO]      { type: 'bool',
[INFO]        name: 'cm',
[INFO]        id: 10,
[INFO]        required: null,
[INFO]        label: '${cases.prevtreat.cm}',
[INFO]        defaultValue: false,
[INFO]        custom: false },
[INFO]      { type: 'bool',
[INFO]        name: 'cs',
[INFO]        id: 11,
[INFO]        required: null,
[INFO]        label: '${cases.prevtreat.cs}',
[INFO]        defaultValue: false,
[INFO]        custom: false },
[INFO]      { type: 'bool',
[INFO]        name: 'eto',
[INFO]        id: 12,
[INFO]        required: null,
[INFO]        label: '${cases.prevtreat.eto}',
[INFO]        defaultValue: false,
[INFO]        custom: false },
[INFO]      { type: 'bool',
[INFO]        name: 'lfx',
[INFO]        id: 13,
[INFO]        required: null,
[INFO]        label: '${cases.prevtreat.lfx}',
[INFO]        defaultValue: false,
[INFO]        custom: false },
[INFO]      { type: 'bool',
[INFO]        name: 'ofx',
[INFO]        id: 14,
[INFO]        required: null,
[INFO]        label: '${cases.prevtreat.ofx}',
[INFO]        defaultValue: false,
[INFO]        custom: false } ] }
[INFO]     √ get model (93ms)
[INFO] 
[INFO] cleaning up...
[INFO] 
[INFO]   2 passing (2s)
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ etbmanager ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:integration-test (integration-test) @ etbmanager ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- spring-boot-maven-plugin:1.3.5.RELEASE:stop (post-integration-test) @ etbmanager ---
[INFO] Stopping application...
2017-02-22 20:06:02.084  INFO 74116 --- [           main] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2017-02-22 20:06:02.084  INFO 74116 --- [           main] ationConfigEmbeddedWebApplicationContext : Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@44bb5835: startup date [Thu Feb 23 01:05:17 UTC 2017]; root of context hierarchy
2017-02-22 20:06:02.099  INFO 74116 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Unregistering JMX-exposed beans on shutdown
2017-02-22 20:06:02.099  INFO 74116 --- [           main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (default) @ etbmanager ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ etbmanager ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:29 min
[INFO] Finished at: 2017-02-23T01:06:02+00:00
[INFO] Final Memory: 124M/1334M
[INFO] ------------------------------------------------------------------------
[eTBM 3 (development)] $ cmd.exe /C "C:\apps\apache-maven-3.3.9\bin\mvn.cmd sonar:sonar -Dsonar.host.url=http://localhost:9090/sonar && exit %%ERRORLEVEL%%"
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building eTB Manager version 3.0.0 3.0.0
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- sonar-maven-plugin:3.2:sonar (default-cli) @ etbmanager ---
[INFO] User cache: C:\Users\jenkins\.sonar\cache
[INFO] Load global repositories
[INFO] Load global repositories (done) | time=187ms
[INFO] User cache: C:\Users\jenkins\.sonar\cache
[INFO] Load plugins index
[INFO] Load plugins index (done) | time=0ms
[INFO] SonarQube version: 5.5
[INFO] Default locale: "en_US", source code encoding: "UTF-8"
[INFO] Process project properties
[INFO] Load project repositories
[INFO] Load project repositories (done) | time=1141ms
[INFO] Load quality profiles
[INFO] Load quality profiles (done) | time=31ms
[INFO] Load active rules
[INFO] Load active rules (done) | time=266ms
[WARNING] SCM provider autodetection failed. No SCM provider claims to support this project. Please use sonar.scm.provider to define SCM of your project.
[INFO] Publish mode
[INFO] -------------  Scan eTB Manager version 3.0.0
[INFO] Load server rules
[INFO] Load server rules (done) | time=47ms
[INFO] Base dir: C:\apps\jenkins\workspace\eTBM 3 (development)
[INFO] Working dir: C:\apps\jenkins\workspace\eTBM 3 (development)\target\sonar
[INFO] Source paths: target/client, src/main/java
[INFO] Test paths: src/test/java
[INFO] Binary dirs: target/classes
[INFO] Source encoding: UTF-8, default locale: en_US
[INFO] Index files
[WARNING] Invalid character encountered in file C:\apps\jenkins\workspace\eTBM 3 (development)\src\main\java\org\msh\etbm\db\entities\MedicalExamination.java at line 15 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
[INFO] 1163 files indexed
[INFO] Quality profile for java: Sonar way
[INFO] Quality profile for js: Sonar way
[INFO] JaCoCoSensor: JaCoCo report not found : C:\apps\jenkins\workspace\eTBM 3 (development)\target\jacoco.exec
[INFO] JaCoCoItSensor: JaCoCo IT report not found: C:\apps\jenkins\workspace\eTBM 3 (development)\target\jacoco-it.exec
[INFO] Sensor JavaSquidSensor
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization...
[INFO] JavaClasspath initialization done: 156 ms
[INFO] JavaTestClasspath initialization...
[INFO] JavaTestClasspath initialization done: 515 ms
[INFO] Java Main Files AST scan...
[INFO] 853 source files to be analyzed
[WARNING] Class not found: com.google.errorprone.annotations.CanIgnoreReturnValue
[WARNING] Class not found: com.google.errorprone.annotations.concurrent.LazyInit
[WARNING] Class not found: com.google.j2objc.annotations.RetainedWith
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[INFO] 112/853 files analyzed, current file: C:\apps\jenkins\workspace\eTBM 3 (development)\src\main\java\org\msh\etbm\commons\forms\impl\JavaScriptFormGenerator.java
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[INFO] 240/853 files analyzed, current file: C:\apps\jenkins\workspace\eTBM 3 (development)\src\main\java\org\msh\etbm\commons\models\tableupdate\SchemaUpdateService.java
[INFO] 369/853 files analyzed, current file: C:\apps\jenkins\workspace\eTBM 3 (development)\src\main\java\org\msh\etbm\db\enums\SearchableType.java
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[INFO] 512/853 files analyzed, current file: C:\apps\jenkins\workspace\eTBM 3 (development)\src\main\java\org\msh\etbm\services\cases\cases\CaseEditService.java
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[INFO] 652/853 files analyzed, current file: C:\apps\jenkins\workspace\eTBM 3 (development)\src\main\java\org\msh\etbm\services\cases\treatment\TreatmentService.java
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[INFO] 770/853 files analyzed, current file: C:\apps\jenkins\workspace\eTBM 3 (development)\src\main\java\org\msh\etbm\web\Constants.java
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[INFO] Java Main Files AST scan done: 66282 ms
[INFO] 853/853 source files have been analyzed
[INFO] Java bytecode scan...
[WARNING] Class 'jdk/nashorn/api/scripting/ScriptObjectMirror' is not accessible through the ClassLoader.
[WARNING] Class 'jdk/nashorn/api/scripting/ScriptObjectMirror' is not accessible through the ClassLoader.
[WARNING] Class 'jdk/nashorn/api/scripting/JSObject' is not accessible through the ClassLoader.
[WARNING] Class 'jdk/nashorn/api/scripting/ScriptObjectMirror' is not accessible through the ClassLoader.
[WARNING] Class 'jdk/nashorn/api/scripting/JSObject' is not accessible through the ClassLoader.
[WARNING] Class 'jdk/nashorn/api/scripting/ScriptObjectMirror' is not accessible through the ClassLoader.
[WARNING] Class 'jdk/nashorn/api/scripting/ScriptObjectMirror' is not accessible through the ClassLoader.
[WARNING] Class 'jdk/nashorn/api/scripting/ScriptObjectMirror' is not accessible through the ClassLoader.
[INFO] Java bytecode scan done: 531 ms
[INFO] Java Test Files AST scan...
[INFO] 58 source files to be analyzed
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: jdk.nashorn.api.scripting.ScriptObjectMirror
[WARNING] Class not found: javax.interceptor.InterceptorBinding
[INFO] Java Test Files AST scan done: 3875 ms
[INFO] Package design analysis...
[INFO] 58/58 source files have been analyzed
[INFO] Package design analysis done: 438 ms
[INFO] Sensor JavaSquidSensor (done) | time=72360ms
[INFO] Sensor Lines Sensor
[INFO] Sensor Lines Sensor (done) | time=31ms
[INFO] Sensor JavaScriptSquidSensor
[INFO] 252 source files to be analyzed
[INFO] Sensor JavaScriptSquidSensor (done) | time=4407ms
[INFO] 252/252 source files have been analyzed
[INFO] Sensor SurefireSensor
[INFO] parsing C:\apps\jenkins\workspace\eTBM 3 (development)\target\surefire-reports
[INFO] Sensor SurefireSensor (done) | time=281ms
[INFO] Sensor SCM Sensor
[INFO] No SCM system was detected. You can use the 'sonar.scm.provider' property to explicitly specify it.
[INFO] Sensor SCM Sensor (done) | time=0ms
[INFO] Sensor org.sonar.plugins.javascript.lcov.UTCoverageSensor
[INFO] Sensor org.sonar.plugins.javascript.lcov.UTCoverageSensor (done) | time=0ms
[INFO] Sensor org.sonar.plugins.javascript.lcov.ITCoverageSensor
[INFO] Sensor org.sonar.plugins.javascript.lcov.ITCoverageSensor (done) | time=0ms
[INFO] Sensor org.sonar.plugins.javascript.lcov.OverallCoverageSensor
[INFO] Sensor org.sonar.plugins.javascript.lcov.OverallCoverageSensor (done) | time=0ms
[INFO] Sensor Zero Coverage Sensor
[INFO] Sensor Zero Coverage Sensor (done) | time=172ms
[INFO] Sensor Code Colorizer Sensor
[INFO] Sensor Code Colorizer Sensor (done) | time=109ms
[INFO] Sensor CPD Block Indexer
[INFO] JavaCpdBlockIndexer is used for java
[INFO] DefaultCpdBlockIndexer is used for js
[INFO] Sensor CPD Block Indexer (done) | time=813ms
[INFO] Calculating CPD for 908 files
[INFO] CPD calculation finished
[INFO] Analysis report generated in 2922ms, dir size=6 MB
[INFO] Analysis reports compressed in 17110ms, zip size=3 MB
[INFO] Analysis report uploaded in 171ms
[INFO] ANALYSIS SUCCESSFUL, you can browse http://localhost:9090/sonar/dashboard/index/org.msh:etbmanager
[INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] More about the report processing at http://localhost:9090/sonar/api/ce/task?id=AVpogpjW5v9sXTIeQnLq
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:52 min
[INFO] Finished at: 2017-02-22T20:07:56-05:00
[INFO] Final Memory: 88M/1558M
[INFO] ------------------------------------------------------------------------
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results
Finished: SUCCESS